diff --git a/scripts/babel_update.sh b/scripts/babel_update.sh index e281599bf7a43..40d55b68aef6c 100755 --- a/scripts/babel_update.sh +++ b/scripts/babel_update.sh @@ -54,4 +54,17 @@ pybabel update \ -d superset/translations \ --ignore-obsolete +# Chop off last blankline from po/pot files, see https://github.com/python-babel/babel/issues/799 +for file in $( find superset/translations/** ); +do + extension=${file##*.} + filename="${file%.*}" + if [ $extension == "po" ] || [ $extension == "pot" ] + then + mv $file $file.tmp + sed "$ d" $file.tmp > $file + rm $file.tmp + fi +done + cd $CURRENT_DIR diff --git a/superset/translations/de/LC_MESSAGES/messages.json b/superset/translations/de/LC_MESSAGES/messages.json index 08678e6d07168..788f380e45ec0 100644 --- a/superset/translations/de/LC_MESSAGES/messages.json +++ b/superset/translations/de/LC_MESSAGES/messages.json @@ -2,35 +2,44 @@ "domain": "superset", "locale_data": { "superset": { + "22": ["22"], "": { "domain": "superset", - "plural_forms": "nplurals=2; plural=(n != 1)", + "plural_forms": "nplurals=2; plural=(n != 1);", "lang": "de" }, "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "\nDieser Filter wurde vom Kontext des Dashboards geerbt.\n Er wird beim Speichern des Diagramms nicht gespeichert.\n " ], - "\n Explore in Superset

\n \n ": [ - "\n In Superset erkunden

\n \n " - ], "\n Error: %(text)s\n ": [ "\nFehler: %(text)s\n " ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n*%(name)s*\n\n<%(url)s|In Superset erkunden>\n " - ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ - "\n*%(slice_name)s*\n\n<%(slice_url_user_friendly)s|In Superset erkunden>\n " - ], " (excluded)": [" (ausgeschlossen)"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + " Setzen Sie die Deckkraft auf 0, wenn Sie die im GeoJSON angegebene Farbe nicht überschreiben möchten." + ], + " a dashboard OR ": [" ein Dashboard ODER "], + " a new one": [" eine neue"], " expression which needs to adhere to the ": [" die dem "], + " source code of Superset's sandboxed parser": [ + " Quellcode des Sandbox-Parsers von Superset" + ], " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ " Standard genügen muss, um sicherzustellen, dass die lexikographische Reihenfolge\n mit der chronologischen Reihenfolge übereinstimmt. Wenn das\n Zeitstempelformat nicht dem ISO 8601-Standard entspricht,\n müssen Sie einen Ausdruck und einen Typ definieren um\n die Zeichenfolge in ein Datum oder einen Zeitstempel umzuwandeln.\n Hinweis: Derzeit werden Zeitzonen nicht unterstützt. Wenn Zeit im\n Epochenformat gespeichert ist, Geben Sie “epoch_s\" oder \"epoch_ms\" ein. \n Wenn kein Muster angegeben ist, greifen wir auf die Verwendung der\n \n über den zusätzlichen Parameter angebbaren,\n optionalen Standardwerte zurück." ], - "!= (Is not equal)": ["!= (Ist nicht gleich)"], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n " + " to add calculated columns": [", um berechnete Spalten hinzuzufügen"], + " to add metrics": [", um Metriken hinzuzufügen"], + " to edit or add columns and metrics.": [ + ", um Spalten und Metriken zu bearbeiten oder hinzuzufügen." + ], + " to mark a column as a time column": [ + " um eine Spalte als Zeitspalte zu markieren" ], + " to open SQL Lab. From there you can save the query as a dataset.": [ + " , um SQL Lab zu öffnen. Von dort aus können Sie die Abfrage als Datensatz speichern." + ], + " to visualize your data.": [" , um Ihre Daten zu visualisieren."], + "!= (Is not equal)": ["!= (Ist nicht gleich)"], "%(dialect)s cannot be used as a data source for security reasons.": [ "%(dialect)s kann aus Sicherheitsgründen nicht als Datenquelle verwendet werden." ], @@ -41,13 +50,26 @@ "%(object)s does not exist in this database.": [ "%(object)s existiert nicht in der Datenbank." ], + "%(other)s charts will appear here": [ + "%(other)s Diagramme werden hier angezeigt" + ], + "%(other)s dashboards will appear here": [ + "%(other)s Dashboards werden hier angezeigt" + ], + "%(other)s recents will appear here": [ + "Aktuelle %(other)s werden hier angezeigt" + ], + "%(other)s saved queries will appear here": [ + "%(other)s gespeicherte Abfragen werden hier angezeigt" + ], "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], "%(rows)d rows returned": ["%(rows)d Zeilen zurückgegeben"], "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ "%(subtitle)s\nDies kann ausgelöst werden durch:\n %(issue)s" ], "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "%(suggestion)s statt \"%(undefinedParameter)s?\"" + "%(suggestion)s statt \"%(undefinedParameter)s“?", + "%(firstSuggestions)s oder %(lastSuggestion)s statt „%(undefinedParameter)s“?" ], "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "%(user)s wurde die Rolle %(role)s gewährt, die den Zugriff auf %(datasource)s erlaubt" @@ -56,8 +78,13 @@ "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "%(validator)s konnte Ihre Abfrage nicht überprüfen.\nBitte überprüfen Sie Ihre Anfrage.\nAusnahme: %(ex)s" ], - "%s - untitled": ["%s - unbenannt"], "%s Error": ["%s Fehler"], + "%s PASSWORD": ["%s PASSWORT"], + "%s SSH TUNNEL PASSWORD": ["%s SSH-TUNNEL-KENNWORT"], + "%s SSH TUNNEL PRIVATE KEY": ["%s PRIVATER SCHLÜSSEL FÜR DEN SSH-TUNNEL"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ + "%s PASSWORT FÜR DEN PRIVATEN SCHLÜSSEL DES SSH-TUNNELS" + ], "%s Selected": ["%s ausgewählt"], "%s Selected (%s Physical, %s Virtual)": [ "%s ausgewählt (%s physisch, %s virtuell)" @@ -66,73 +93,123 @@ "%s Selected (Virtual)": ["%s ausgewählt (virtuell)"], "%s aggregates(s)": ["%s Aggregate"], "%s column(s)": ["%s Spalte(n)"], - "%s column(s) and metric(s)": ["%s Spalte(n) und Metrik(en)"], "%s operator(s)": ["%s Operator(en)"], - "%s option": ["%s Option"], + "%s option": ["%s Option", "%s Optionen"], "%s option(s)": ["%s Option(en)"], + "%s row": ["%s Zeile", "%s Zeilen"], "%s saved metric(s)": ["%s gespeicherte Metrik(en)"], + "%s updated": ["%s aktualisiert"], "%s%s": ["%s%s"], "%s-%s of %s": ["%s-%s von %s"], "(Removed)": ["(Entfernt)"], - "(deleted)": ["(gelöscht)"], + "(deleted or invalid type)": ["(gelöschter oder ungültiger Typ)"], "(no description, click to see stack trace)": [ "(keine Beschreibung, klicken Sie hier, um Fehlermeldung zu sehen)" ], "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "(Optionaler) Standardwert für den Filter, wenn Sie die Option ‚multiple‘ verwenden, können Sie eine durch Semikolons getrennte Liste von Optionen verwenden." ], + "), and they become available in your SQL (example:": [ + "), und sie werden in Ihrem SQL verfügbar (Beispiel:" + ], "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "*%(name)s*\n\n%(description)s\n\n<%(url)s|In Superset erkunden>\n%(table)s\n" ], "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ "*%(name)s*\n\n%(description)s\n\nFehler: %(text)s\n" ], - "**Select** a dashboard OR **create** a new one": [ - "**Wählen Sie ** ein Dashboard aus ODER ** erstellen ** Sie ein neues" - ], + "+ %s more": ["+ %s weitere"], + ",": [","], "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "-- Hinweis: Wenn Sie Ihre Anfrage nicht speichern, bleiben diese Registerkarten NICHT bestehen, wenn Sie Ihre Cookies löschen oder den Browser wechseln.\n\n" ], + ".": ["."], "0 Selected": ["0 ausgewählt"], + "1 calendar day frequency": ["1 Kalendertag Frequenz"], + "1 day": ["1 Tag"], + "1 day ago": ["Vor 1 Tag"], "1 hour": ["1 Stunde"], + "1 hourly frequency": ["stündliche Frequenz"], "1 minute": ["1 Minute"], + "1 minutely frequency": ["minütlich"], + "1 month end frequency": ["1 Monat Ende Frequenz"], + "1 month start frequency": ["1 Monat Start Frequenz"], + "1 week": ["1 Woche"], + "1 week ago": ["vor 1 Woche"], + "1 week starting Monday (freq=W-MON)": [ + "1 Woche beginnend am Montag (freq=W-MON)" + ], + "1 week starting Sunday (freq=W-SUN)": [ + "1 Woche beginnend am Sonntag (freq=W-SUN)" + ], + "1 year": ["1 Jahr"], + "1 year ago": ["vor 1 Jahr"], + "1 year end frequency": ["1 Jahres-Frequenz (Jahresende)"], + "1 year start frequency": ["1 Jahres-Frequenz (Jahresanfang)"], "10 minute": ["10 Minuten"], - "10 seconds": ["10 Sekunden"], - "12 hours": ["12 Stunden"], + "104 weeks": ["104 Wochen"], + "104 weeks ago": ["vor 104 Wochen"], "15 minute": ["15 Minuten"], - "24 hours": ["24 Stunden"], + "156 weeks": ["156 Wochen"], + "156 weeks ago": ["vor 156 Wochen"], + "1AS": ["jährlich zu Jahresbeginn (1AS)"], + "1D": ["täglich (1D)"], + "1H": ["stündlich (1H)"], + "1M": ["monatlich (1M)"], + "1T": ["minütlich (1T)"], + "2 years": ["2 Jahre"], + "2 years ago": ["vor 2 Jahren"], + "2/98 percentiles": ["2/98 Perzentile"], + "28 days": ["28 Tage"], + "28 days ago": ["vor 28 Tagen"], "2D": ["2D"], "3 letter code of the country": ["3-Buchstaben-Code des Landes"], + "3 years": ["3 Jahre"], + "3 years ago": ["vor 3 Jahren"], "30 days": ["30 Tage"], + "30 days ago": ["Vor 30 Tagen"], "30 minute": ["30 Minuten"], "30 minutes": ["30 Minuten"], "30 second": ["30 Sekunden"], "30 seconds": ["30 Sekunden"], + "3D": ["3-täglich (3D)"], + "4 weeks (freq=4W-MON)": ["4 Wochen (freq=4W-MON)"], "5 minute": ["5 Minuten"], "5 minutes": ["5 Minuten"], "5 second": ["5 Sekunden"], + "5 seconds": ["5 Sekunden"], + "52 weeks": ["52 Wochen"], + "52 weeks ago": ["vor 52 Wochen"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 Wochen, beginnend am Montag (freq=52W-MON)" + ], "6 hour": ["6 Stunden"], - "6 hours": ["6 Stunden"], "60 days": ["60 Tage"], + "7 calendar day frequency": ["7 Kalendertage Frequenz"], + "7 days": ["7 Tage"], + "7D": ["wöchentlich (7D)"], + "9/91 percentiles": ["9/91 Perzentile"], "90 days": ["90 Tage"], ":": [":"], "< (Smaller than)": ["< (Kleiner als)"], "<= (Smaller or equal)": ["<= (Kleiner oder gleich)"], - "Explore in Superset

": [ - "In Superset erkunden

" - ], + "": [""], + "": [""], + "": [""], + "": [""], + "": [""], "== (Is equal)": ["== (Ist gleich)"], "> (Larger than)": ["> (Größer als)"], ">= (Larger or equal)": [">= (Größer oder gleich)"], "A Big Number": ["Eine Große Zahl"], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "Eine SQL-Anweisung, die definiert, ob ein Alarm ausgelöst werden soll oder nicht. Es wird erwartet, dass die Abfrage entweder NULL oder einen Zahlenwert zurückgibt." + "A comma separated list of columns that should be parsed as dates": [ + "Eine durch Kommas getrennte Liste von Spalten, die als Datumsangaben interpretiert werden sollen" ], "A comma separated list of columns that should be parsed as dates.": [ "Eine durch Kommas getrennte Liste von Spalten, die als Datumsangaben interpretiert werden sollen." ], - "A comma-separated list of schemas that CSVs are allowed to upload to.": [ - "Eine durch Kommas getrennte Liste von Spalten, die per CSV aktualisiert werden dürfen." + "A comma-separated list of schemas that files are allowed to upload to.": [ + "Eine durch Kommas getrennte Liste von Schemata, in die Dateien hochgeladen werden dürfen." ], "A database with the same name already exists.": [ "Eine Datenbank mit dem gleichen Namen existiert bereits." @@ -140,13 +217,25 @@ "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "Eine vollständige URL, die auf den Speicherort des erstellten Plugins verweist (könnte beispielsweise auf einem CDN gehostet werden)" ], + "A handlebars template that is applied to the data": [ + "Ein Handelbars-Template, das auf die Daten angewendet wird" + ], "A human-friendly name": ["Ein sprechender Name"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Eine Liste der Domänennamen, die dieses Dashboard einbetten können. Wenn Sie dieses Feld leer lassen, können Sie von jeder Domäne aus einbetten." + ], + "A list of tags that have been applied to this chart.": [ + "Eine Liste der Tags, die auf dieses Diagramm angewendet wurden." + ], "A list of users who can alter the chart. Searchable by name or username.": [ "Eine Liste der Benutzer*innen, die das Diagramm ändern können. Durchsuchbar nach Name oder Benutzer*innenname." ], "A map of the world, that can indicate values in different countries.": [ "Eine Weltkarte, die Werte in verschiedenen Ländern anzeigen kann." ], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Eine Karte, die Kreise mit einem variablen Radius bei Breiten-/Längengrad-Koordinaten darstellt" + ], "A metric to use for color": [ "Eine Metrik, die für die Farbe verwendet werden soll" ], @@ -159,12 +248,21 @@ "A reference to the [Time] configuration, taking granularity into account": [ "Ein Verweis auf die [Time]-Konfiguration unter Berücksichtigung der Granularität" ], - "A semicolon ';' delimited list of email addresses": [ - "Eine durch Semikolons ';' getrennte Liste von E-Mail-Adressen" + "A report named \"%(name)s\" already exists": [ + "Ein Bericht mit dem Namen \"%(name)s\" ist bereits vorhanden" + ], + "A reusable dataset will be saved with your chart.": [ + "Ein wiederverwendbarer Datensatz wird mit Ihrem Diagramm gespeichert." + ], + "A screenshot of the dashboard will be sent to your email at": [ + "Ein Screenshot des Dashboards wird an Ihre E-Mail-Adresse gesendet" ], "A set of parameters that become available in the query using Jinja templating syntax": [ "Ein Satz von Parametern, die in der Abfrage mithilfe der Jinja-Vorlagensyntax verfügbar werden" ], + "A time column must be specified when using a Time Comparison.": [ + "Bei Verwendung eines Zeitvergleichs muss eine Zeitspalte angegeben werden." + ], "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ "Ein Zeitreihendiagramm, das visualisiert, wie sich eine verwandte Metrik aus mehreren Gruppen im Laufe der Zeit ändert. Jede Gruppe wird mit einer anderen Farbe visualisiert." ], @@ -187,33 +285,33 @@ "APR": ["APR"], "AQE": ["AQE"], "AUG": ["AUG"], + "AXIS TITLE MARGIN": ["ABSTAND DES ACHSENTITELS"], + "AXIS TITLE POSITION": ["Y-ACHSE TITEL POSITION"], "About": ["Über"], "Access": ["Zugang"], "Access requests": ["Zugriffsanforderungen"], "Access to user activity data is restricted": [ "Der Zugriff auf Benutzeraktivitätsdaten ist eingeschränkt" ], + "Access token": ["Zugangs-Token"], "Access was requested": ["Zugang wurde beantragt"], "Action": ["Aktion"], "Action Log": ["Aktionsprotokoll"], "Actions": ["Aktion"], "Active": ["Aktiv"], + "Actual Values": ["Istwerte"], "Actual time range": ["Tatsächlicher Zeitbereich"], + "Actual value": ["Istwert"], + "Actual values": ["Aktuelle Werte"], "Adaptive formatting": ["Adaptative Formatierung"], "Add": ["Hinzufügen"], "Add Alert": ["Alarm hinzufügen"], - "Add Annotation": ["Anmerkungen hinzufügen"], - "Add Annotation Layer": ["Anmerkungsebene hinzufügen"], "Add CSS Template": ["CSS Vorlagen hinzufügen"], "Add CSS template": ["CSS Vorlagen"], "Add Chart": ["Diagramm hinzufügen"], "Add Column": ["Spalte einfügen"], "Add Dashboard": ["Dashboard hinzufügen"], "Add Database": ["Datenbank hinzufügen"], - "Add Druid Cluster": ["Druid Cluster einfügen"], - "Add Druid Column": ["Druid Spalte einfügen"], - "Add Druid Datasource": ["Druid Datenquelle hinzufügen"], - "Add Druid Metric": ["Druid Metrik einfügen"], "Add Log": ["Protokoll hinzufügen"], "Add Metric": ["Metrik hinzufügen"], "Add Report": ["Report hinzufügen"], @@ -222,34 +320,83 @@ ], "Add Saved Query": ["Gespeicherte Abfrage hinzufügen"], "Add a Plugin": ["Plugin hinzufügen"], + "Add a dataset": ["Datensatz hinzufügen"], + "Add a new tab": ["Neu Registerkarte hinzufügen"], + "Add a new tab to create SQL Query": [ + "Neue Registerkarte zum Erstellen einer SQL-Abfrage hinzufügen" + ], "Add additional custom parameters": ["Zusätzliche Parameter hinzufügen"], + "Add an annotation layer": ["Anmerkungsebene hinzufügen"], "Add an item": ["Element hinzufügen"], + "Add and edit filters": ["Hinzufügen und Bearbeiten von Filtern"], "Add annotation": ["Anmerkungen hinzufügen"], "Add annotation layer": ["Anmerkungsebene hinzufügen"], - "Add dataset": ["Datensatz hinzufügen"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Fügen Sie berechnete Spalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" + ], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Fügen Sie berechnete Zeitspalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" + ], + "Add cross-filter": ["Kreuzfilter hinzufügen"], "Add delivery method": ["Übermittlungsmethode hinzufügen"], + "Add extra connection information.": [ + "Zusätzliche Verbindungsinformationen hinzufügen" + ], "Add filter": ["Filter hinzufügen"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "Fügen Sie Filterklauseln hinzu, um die Anfrage der Filter-Quelle zu steuern.\n allerdings nur im Zusammenhang mit der Autovervollständigung, d.h. diese Bedingungen\n wirken Sie sich nicht darauf aus, wie der Filter auf das Dashboard angewendet wird. Das ist nützlich,\n wenn Sie die Antwortzeit der Abfrage verbessern möchten, indem Sie nur eine Teilmenge\n der zugrunde liegenden Daten scannen oder die verfügbaren Werte einschränken, die im Filter angezeigt werden." + ], + "Add filters and dividers": ["Filter und Trennlinien hinzufügen"], "Add item": ["Element hinzufügen"], "Add metric": ["Metrik hinzufügen"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Fügen Sie Metriken im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" + ], "Add new color formatter": ["Neuen Farbformatierer hinzufügen"], "Add new formatter": ["Neuen Formatierer hinzufügen"], "Add notification method": ["Benachrichtigungsmethode hinzufügen"], + "Add required control values to preview chart": [ + "Erforderliche Steuerelementwerte zur Diagramm-Vorschau hinzufügen" + ], + "Add required control values to save chart": [ + "Fügen Sie erforderlicher Steuerelementwerte hinzu, um das Diagramms zu speichern" + ], "Add sheet": ["Tabelle hinzufügen"], + "Add the name of the chart": ["Name des Diagramms hinzufügen"], + "Add the name of the dashboard": ["Name des Dashboards hinzufügen"], "Add to dashboard": ["Zu Dashboard hinzufügen"], + "Add/Edit Filters": ["Filter hinzufügen/bearbeiten"], "Added": ["Hinzugefügt"], - "Adding new datasource [{}]": ["Füge Datenquelle hinzu [{}]"], + "Added to 1 dashboard": [ + "Zu Dashboard hinzugefügt", + "Zu %s Dashboards hinzugefügt" + ], "Additional Parameters": ["Zusätzliche Parameter"], + "Additional fields may be required": [ + "Eventuell sind weitere Felder erforderlich" + ], "Additional information": ["Zusätzliche Information"], "Additional metadata": ["Zusätzliche Metadaten"], "Additional padding for legend.": ["Zusätzliche Einrückung für Legende."], "Additional parameters": ["Zusätzliche Parameter"], + "Additional settings.": ["Zusätzliche Einstellungen"], "Additional text to add before or after the value, e.g. unit": [ "Zusätzlicher Text, der vor oder nach dem Wert hinzugefügt werden kann, z. B. Einheit" ], "Additive": ["Additiv"], + "Adjust how this database will interact with SQL Lab.": [ + "Anpassen, wie diese Datenbank mit SQL Lab interagiert." + ], + "Adjust performance settings of this database.": [ + "Leistungseinstellungen dieser Datenbank anpassen." + ], "Advanced": ["Erweitert"], "Advanced Analytics": ["Erweiterte Analysen"], + "Advanced Data type": ["Erweiterter Datentyp"], "Advanced analytics": ["Erweiterte Analysen"], + "Advanced analytics Query A": ["Advanced Analytics Abfrage A"], + "Advanced analytics Query B": ["Advanced Analytics Abfrage B"], + "Advanced data type": ["Erweiterter Datentyp"], "Advanced-Analytics": ["Erweiterte Analysen"], "Aesthetic": ["Ästhetisch"], "After": ["Nach"], @@ -262,7 +409,11 @@ "Aggregate function to apply when pivoting and computing the total rows and columns": [ "Aggregatfunktion, die beim Pivotieren und Berechnen der Summe der Zeilen und Spalten angewendet werden soll" ], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Aggregiert Daten innerhalb der Grenzen von Rasterzellen und ordnet die aggregierten Werte einer dynamischen Farbskala zu" + ], "Aggregation function": ["Aggregationsfunktion"], + "Alert": ["Alarm"], "Alert Triggered, In Grace Period": ["Alarm ausgelöst, in Kulanzzeit"], "Alert condition": ["Alarmierungsbedingung"], "Alert condition schedule": ["Alarmierung-Zeitplan"], @@ -303,6 +454,7 @@ "Alerts & reports": ["Alarme und Reports"], "Align +/-": ["Ausrichten +/-"], "All": ["Alle"], + "All Entities": ["Alle Entitäten"], "All Text": ["Gesamter Texte"], "All charts": ["Alle Diagramme"], "All filters": ["Alle Filter"], @@ -321,12 +473,7 @@ ], "Allow Csv Upload": ["CSV-Upload zulassen"], "Allow DML": ["DML zulassen"], - "Allow Multi Schema Metadata Fetch": [ - "Abrufen von Metadaten mit mehreren Schemas zulassen" - ], - "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.": [ - "Erlauben Sie SQL Lab, eine Liste aller Tabellen und aller Ansichten über alle Datenbankschemas hinweg abzurufen. Bei einem großen Data Warehouse mit Tausenden von Tabellen kann dies teuer werden und das System belasten." - ], + "Allow columns to be rearranged": ["Neuanordnung von Spalten zulassen"], "Allow creation of new tables based on queries": [ "Erstellen neuer Tabellen basierend auf Abfragen zulassen" ], @@ -336,13 +483,20 @@ "Allow data manipulation language": [ "DML (Datenmanipulationssprache) zulassen" ], - "Allow data upload": ["Datenupload zulassen"], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "Endbenutzer*innen erlauben, Spaltenüberschriften per Drag & Drop neu anzuordnen. Beachten Sie, dass ihre Änderungen beim nächsten Öffnen des Diagramms nicht beibehalten werden." + ], + "Allow file uploads to database": [ + "Datei-Uploads in die Datenbank zulassen" + ], "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "Manipulation der Datenbank mit Nicht-SELECT-Anweisungen wie UPDATE, DELETE, CREATE usw. ermöglichen." ], "Allow multiple selections": ["Mehrfachauswahl möglich"], "Allow node selections": ["Knotenauswahl zulassen"], - "Allow selecting multiple values": ["Auswählen mehrerer Werte zulassen"], + "Allow sending multiple polygons as a filter event": [ + "Senden mehrerer Polygone als Filterereignis zulassen" + ], "Allow this database to be explored": [ "Abfragen dieser Datenbank in SQL Lab zulassen" ], @@ -352,11 +506,18 @@ "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ "Benutzer*innen das Ausführen von Nicht-SELECT-Anweisungen (UPDATE, DELETE, CREATE, ...) in SQL Lab erlauben" ], + "Allowed Domains (comma separated)": [ + "Zulässige Domänen (durch Kommas getrennt)" + ], "Alphabetical": ["Alphabetisch"], "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "Diese Visualisierung, die auch als Box-Whisker-Plot bezeichnet wird, vergleicht die Verteilungen einer Metrik über mehrere Gruppen hinweg. Der Kasten in der Mitte stellt den Mittelwert, den Median und die inneren 2 Quartile dar. Die sogenannten „Whisker“ um jede Box visualisieren die Min-, Max-, Range- und äußeren 2 Quartile." ], "Altered": ["Geändert"], + "An Error Occurred": ["Ein Fehler ist aufgetreten"], + "An alert named \"%(name)s\" already exists": [ + "Es existiert bereits ein Alarm mit dem Namen \"%(name)s\"" + ], "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "Bei Verwendung eines Zeitvergleichs muss ein geschlossener Zeitbereich (sowohl Anfang als auch Ende) angegeben werden." ], @@ -368,9 +529,6 @@ "An error occurred saving dataset": [ "Beim Speichern des Datensatz ist ein Fehler aufgetreten" ], - "An error occurred when refreshing queries": [ - "Beim Aktualisieren von Abfragen ist ein Fehler aufgetreten" - ], "An error occurred while accessing the value.": [ "Beim Zugriff auf den Wert ist ein Fehler aufgetreten." ], @@ -389,12 +547,6 @@ "An error occurred while deleting the value.": [ "Beim Löschen des Werts ist ein Fehler aufgetreten." ], - "An error occurred while editing this report.": [ - "Beim Bearbeiten des Reports ist ein Fehler aufgetreten." - ], - "An error occurred while editing this report: %s": [ - "Beim Bearbeiten dieses Reports ist ein Fehler aufgetreten: %s" - ], "An error occurred while expanding the table schema. Please contact your administrator.": [ "Beim Erweitern des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], @@ -452,6 +604,9 @@ "An error occurred while fetching function names.": [ "Fehler bei Abruf von Funktionsnamen." ], + "An error occurred while fetching owners values: %s": [ + "Beim Abrufen der Werte der Besitzer*innen ist ein Fehler aufgetreten: %s" + ], "An error occurred while fetching schema values: %s": [ "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" ], @@ -464,6 +619,9 @@ "An error occurred while fetching table metadata. Please contact your administrator.": [ "Beim Abrufen von Tabellen-Metadaten ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], + "An error occurred while fetching tag created by values: %s": [ + "Beim Abrufen des von den folgenden Werten erstellten Tags ist ein Fehler aufgetreten: %s" + ], "An error occurred while fetching user values: %s": [ "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" ], @@ -476,6 +634,12 @@ "An error occurred while loading the SQL": [ "Beim Laden des SQL ist ein Fehler aufgetreten" ], + "An error occurred while opening Explore": [ + "Beim Öffnen von Explore ist ein Fehler aufgetreten" + ], + "An error occurred while parsing the key.": [ + "Beim Parsen des Schlüssels ist ein Fehler aufgetreten." + ], "An error occurred while pruning logs ": [ "Beim Kürzen von Protokollen ist ein Fehler aufgetreten " ], @@ -500,15 +664,15 @@ "An error occurred while setting the tab database ID. Please contact your administrator.": [ "Beim Festlegen der Registerkartendatenbank-ID ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], + "An error occurred while setting the tab name. Please contact your administrator.": [ + "Beim Festlegen des Registerkartennamens ist ein Fehler aufgetreten. Bitte wenden Sie sich an Ihren Administrator." + ], "An error occurred while setting the tab schema. Please contact your administrator.": [ "Beim Festlegen des Registerkartenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "Beim Festlegen der Vorlagen-Parameter ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Beim Festlegen des Registerkartentitels ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." - ], "An error occurred while starring this chart": [ "Beim Favorisieren des Diagramms ist ein Fehler aufgetreten." ], @@ -521,6 +685,12 @@ "An error occurred while updating the value.": [ "Beim Aktualisieren des Werts ist ein Fehler aufgetreten." ], + "An error occurred while upserting the value.": [ + "Beim Erhöhen des Werts ist ein Fehler aufgetreten." + ], + "An unexpected error occurred": [ + "Ein unerwarteter Fehler ist aufgetreten" + ], "An unknown error occurred. Please contact your Superset administrator": [ "Ein unbekannter Fehler ist aufgetreten. Wenden Sie sich an Ihre*n Superset-Administrator*in" ], @@ -533,12 +703,9 @@ ], "Animation": ["Animation"], "Annotation": ["Anmerkung"], - "Annotation Layer ${annotationLayerName}": [ - "Anmerkungsebene ${annotationLayerName}" - ], + "Annotation Layer %s": ["Anmerkungs-Layer %s"], "Annotation Layers": ["Anmerkungsebenen"], "Annotation Slice Configuration": ["Konfiguration Anmerkungs-Slice"], - "Annotation Source": ["Quelle Anmerkungen"], "Annotation could not be created.": [ "Anmerkung konnte nicht erstellt werden." ], @@ -546,9 +713,6 @@ "Anmerkung konnte nicht aktualisiert werden." ], "Annotation delete failed.": ["Fehler beim Löschen von Anmerkungen."], - "Annotation end time must be no earlier than start time.": [ - "Die Endzeit der Anmerkung darf nicht vor der Startzeit liegen." - ], "Annotation layer": ["Anmerkungsebene"], "Annotation layer could not be created.": [ "Anmerkungsebene konnte nicht erstellt werden." @@ -589,8 +753,10 @@ "Annotation parameters are invalid.": [ "Anmerkungs-Parameter sind ungültig." ], + "Annotation source": ["Quelle Anmerkungen"], "Annotation source type": ["Typ der Anmerkungsquelle"], - "Annotations": ["Anmerkungen"], + "Annotation template created": ["Anmerkungsvorlage erstellt"], + "Annotation template updated": ["Anmerkungsvorlage aktualisiert"], "Annotations and Layers": ["Anmerkungen und Ebenen"], "Annotations and layers": ["Anmerkungen und Ebenen"], "Annotations could not be deleted.": [ @@ -610,8 +776,9 @@ "Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können hinzugefügt werden. Informationen zum Verbinden eines Datenbanktreibers " ], "Append": ["Anhängen"], - "Applied Cross Filters (%d)": ["Angewendete Kreuzfilter (%d)"], - "Applied Filters (%d)": ["Angewendete Filter (%d)"], + "Applied cross-filters (%d)": ["Kreuzfilter (%d) angewendet"], + "Applied filters (%d)": ["Angewendete Filter (%d)"], + "Applied filters: %s": ["Angewendete Filter: %s"], "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "Das angewendete rollierende Fenster hat keine Daten zurückgegeben. Bitte stellen Sie sicher, dass die Quellabfrage die im rollierenden Fenster definierten Mindestzeiträume erfüllt." ], @@ -622,14 +789,19 @@ "Apply conditional color formatting to numeric columns": [ "Bedingte Farbformatierung auf numerische Spalten anwenden" ], + "Apply filters": ["Filter anwenden"], "Apply metrics on": ["Metriken anwenden auf"], "Apply to all panels": ["Auf alle Bereiche anwenden"], "Apply to specific panels": ["Anwenden auf bestimmte Bereiche"], "April": ["April"], + "Arc": ["Bogen"], + "Are you sure you intend to overwrite the following values?": [ + "Sind Sie sicher, dass Sie die folgenden Werte überschreiben möchten?" + ], "Are you sure you want to cancel?": ["Möchten Sie wirklich abbrechen?"], "Are you sure you want to delete": ["Wollen Sie wirklich löschen"], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ - "Möchten Sie ${annotationCurrentlyDeleting?.short_descr} wirklich löschen?" + "Are you sure you want to delete %s?": [ + "Sind Sie sicher, dass Sie %s löschen möchten?" ], "Are you sure you want to delete the selected %s?": [ "Möchten Sie die/das ausgewählte %s wirklich löschen?" @@ -652,41 +824,72 @@ "Are you sure you want to delete the selected queries?": [ "Möchten Sie die ausgewählten Abfragen wirklich löschen?" ], + "Are you sure you want to delete the selected tags?": [ + "Möchten Sie die ausgewählten Tags wirklich löschen?" + ], "Are you sure you want to delete the selected templates?": [ "Möchten Sie die ausgewählten Vorlagen wirklich löschen?" ], + "Are you sure you want to overwrite this dataset?": [ + "Möchten Sie diesen Datensatz wirklich überschreiben?" + ], "Are you sure you want to proceed?": ["Möchten Sie wirklich fortfahren?"], "Are you sure you want to save and apply changes?": [ "Möchten Sie die Änderungen wirklich speichern und anwenden?" ], "Area Chart": ["Flächendiagramm"], + "Area Chart (legacy)": ["Flächendiagramm (Legacy)"], "Area chart": ["Flächendiagramm"], "Area chart opacity": ["Deckkraft des Flächendiagramms"], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "Flächendiagramme ähneln Liniendiagrammen, da sie Variablen mit der gleichen Skala darstellen, aber Flächendiagramme stapeln die Metriken übereinander." + ], "Arrow": ["Pfeil"], + "Assign a set of parameters as": ["Eines Satz von Parametern zuweisen"], "Associated Charts": ["Zugehörige Diagramme"], "Async Execution": ["Asynchrone Ausführung"], "Asynchronous query execution": ["Asynchrone Abfrageausführung"], "August": ["August"], + "Auto": ["Auto"], + "Auto Zoom": ["Auto-Zoom"], "Autocomplete": ["Autovervollständigung"], "Autocomplete filters": ["Auto-Vervollständigen-Filter"], "Autocomplete query predicate": [ "Abfrageprädikat für die automatische Vervollständigung" ], + "Automatic Color": ["Automatische Farbe"], "Available sorting modes:": ["Verfügbare Sortiermodi:"], + "Average": ["Durchschnitt"], + "Average value": ["Durchschnittswert"], "Axis": ["Achse"], + "Axis Bounds": ["Achsenbegrenzungen"], + "Axis Format": ["Achsenformat"], + "Axis Title": ["Titel der Achse"], "Axis ascending": ["Achse aufsteigend"], "Axis descending": ["Achse absteigend"], + "BOOLEAN": ["WAHRHEITSWERT"], "Back": ["Zurück"], + "Back to all": ["Zurück zu allen"], "Backend": ["Backend"], + "Backward values": ["Rückwärtsinterpolation"], + "Bad formula.": ["Fehlerhafte Formel."], "Bad spatial key": ["Fehlerhafter räumlicher Schlüssel"], "Bar": ["Balken"], "Bar Chart": ["Balkendiagramm"], + "Bar Chart (legacy)": ["Balkendiagramm (Legacy)"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Balkendiagramme werden verwendet, um Metriken als eine Reihe von Balken anzuzeigen." + ], "Bar Values": ["Balkenwerte"], + "Bar orientation": ["Balken-Ausrichtung"], "Base layer map style": ["Hintergrundkarten-Stil"], "Based on a metric": ["Auf Metrik basierend"], "Based on granularity, number of time periods to compare against": [ "Basierend auf der Granularität, Anzahl der Zeiträume, mit denen verglichen werden soll" ], + "Based on what should series be ordered on the chart and legend": [ + "Basierend darauf, wonach Zeitreihen im Diagramm und in der Legende angeordnet werden sollten" + ], "Basic": ["Basic"], "Basic information": ["Basisangaben"], "Batch editing %d filters:": ["Stapelbearbeitung %d Filter:"], @@ -698,24 +901,26 @@ "Big Number with Trendline": ["Große Zahl mit Trendlinie"], "Bottom": ["Unten"], "Bottom Margin": ["Unterer Abstand"], + "Bottom left": ["Unten links"], "Bottom margin, in pixels, allowing for more room for axis labels": [ "Unterer Rand in Pixeln, ermöglicht mehr Platz für Achsenbeschriftungen" ], + "Bottom right": ["Unten rechts"], "Bottom to Top": ["Von Unten nach Oben"], "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.": [ "Grenzen für die Y-Achse. Wenn sie leer gelassen werden, werden die Grenzen basierend auf Min/Max der Daten dynamisch definiert. Beachten Sie, dass diese Funktion nur den Achsenbereich erweitert. Es wird den Umfang der Daten nicht einschränken." ], + "Bounds for the 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.": [ + "Grenzen für die Achse. Wenn sie leer gelassen werden, werden die Grenzen dynamisch basierend auf den Min/Max-Werten der Daten definiert. Beachten Sie, dass diese Funktion nur den Achsenbereich erweitert. Der Umfang der Daten wird dadurch nicht eingeschränkt." + ], "Box Plot": ["Boxplot"], "Breakdowns": ["Aufschlüsselungen"], - "Broker Endpoint": ["Broker-Endpunkt"], - "Broker Host": ["Broker-Host"], - "Broker Password": ["Broker-Passwort"], - "Broker Port": ["Broker-Port"], - "Broker Username": ["Broker-Benutzer*innenname"], "Bubble Chart": ["Blasen-Diagramm"], "Bubble Color": ["Blasenfarbe"], "Bubble Size": ["Blasengröße"], "Bubble size": ["Blasengröße"], + "Bucket break points": ["Klassen-Schwellwerte"], + "Build": ["Build"], "Bulk select": ["Massenauswahl"], "Bullet Chart": ["Bullet-Diagramm"], "Business": ["Geschäftlich"], @@ -732,12 +937,16 @@ "Nach Wert: Metrikwerte als Sortierschlüssel verwenden" ], "CANCEL": ["ABBRECHEN"], + "CREATE DATASET": ["DATASET ERSTELLEN"], "CREATE TABLE AS": ["CREATE TABLE AS"], "CREATE VIEW AS": ["CREATE VIEW AS"], "CREATE VIEW statement": ["CREATE VIEW-Anweisung"], + "CRON Schedule": ["CRON Zeitplan"], "CRON expression": ["CRON-Ausdruck"], "CSS": ["CSS"], + "CSS Styles": ["CSS Stile"], "CSS Templates": ["CSS Vorlagen"], + "CSS applied to the chart": ["Auf das Diagramm angewendetes CSS"], "CSS template": ["CSS Vorlagen"], "CSS template could not be deleted.": [ "CSS-Vorlage konnte nicht gelöscht werden." @@ -745,7 +954,7 @@ "CSS template name": ["CSS Vorlagename"], "CSS template not found.": ["CSS-Vorlage nicht gefunden."], "CSS templates": ["CSS Vorlagen"], - "CSV File": ["CSV Datei"], + "CSV Upload": ["CSV-Hochladen"], "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "CSV-Datei \"%(csv_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank \"%(db_name)s\" hochgeladen" ], @@ -768,10 +977,11 @@ "Cache Timeout": ["Cache Timeout"], "Cache Timeout (seconds)": ["Cache-Timeout (Sekunden)"], "Cache timeout": ["Cache-Timeout"], + "Cached": ["Gecached"], "Cached %s": ["%s zwischengespeichert"], "Cached value not found": ["Zwischengespeicherter Wert nicht gefunden"], - "Calculate contribution per series or total": [ - "Beitrag pro Serie oder Gesamtsumme berechnen" + "Calculate contribution per series or row": [ + "Beitrag pro Serie oder Zeile berechnen" ], "Calculated column [%s] requires an expression": [ "Berechnete Spalte [%s] erfordert einen Ausdruck" @@ -782,25 +992,21 @@ "Can not move top level tab into nested tabs": [ "Registerkarte der obersten Ebene kann nicht in verschachtelte Registerkarten verschoben werden" ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "DruidCluster mit cluster_name = '%(name)s' nicht gefunden" - ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "Ich kann Benutzer*in '%(name)s' nicht finden, bitte bitten Sie Ihre*n Administrator*in, diese*n zu erstellen." - ], + "Can select multiple values": ["Mehrere Werte können ausgewählt werden"], "Can't have overlap between Series and Breakdowns": [ - "Überschneidungen zwischen Serien und Aufschlüsselungen nicht zulässig" + "Überschneidungen zwischen Zeitreihen und Aufschlüsselungen nicht zulässig" ], "Cancel": ["Abbrechen"], "Cancel query on window unload event": [ "Abfrage abbrechen bei ‚Window unload‘-Ereignis" ], - "Cannot create cyclic hierarchy": [ - "Zyklische Hierarchie kann nicht erstellt werden" - ], + "Cannot access the query": ["Zugriff auf die Abfrage nicht möglich"], "Cannot delete a database that has datasets attached": [ "Eine Datenbank mit verknüpften Datensätzen kann nicht gelöscht werden" ], + "Cannot have multiple credentials for the SSH Tunnel": [ + "Anmeldeinformationen für den SSH-Tunnel müssen eindeutig sein" + ], "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "Dashboard kann nicht importiert werden: %(db_error)s.\nStellen Sie sicher, dass Sie die Datenbank erstellen, bevor Sie das Dashboard importieren." ], @@ -809,29 +1015,38 @@ "Zeitzeichenfolge [%(human_readable)s] kann nicht analysiert werden" ], "Categorical": ["Kategorisch"], + "Categorical Color": ["Kategorien-Farbe"], "Categories to group by on the x-axis.": [ "Kategorien, nach denen auf der x-Achse gruppiert werden soll." ], "Category": ["Kategorie"], + "Category Name": ["Kategoriename"], + "Category and Percentage": ["Kategorie und Prozentsatz"], + "Category and Value": ["Kategorie und Wert"], + "Category name": ["Kategoriename"], "Category of target nodes": ["Kategorie der Zielknoten"], + "Category, Value and Percentage": ["Kategorie, Wert und Prozentsatz"], "Cell Padding": ["Zellen Abstand"], "Cell Radius": ["Zellenradius"], "Cell Size": ["Zellengröße"], "Cell bars": ["Zellenbalken"], "Cell content": ["Zellinhalt"], + "Cell limit": ["Zellgrenze"], "Center": ["Zentriert"], + "Centroid (Longitude and Latitude): ": [ + "Schwerpunkt (Längen- und Breitengrad): " + ], "Certification": ["Zertifizierung"], "Certification details": ["Details zur Zertifizierung"], "Certified": ["Zertifiziert"], "Certified By": ["Zertifiziert durch"], "Certified by": ["Zertifiziert durch"], "Certified by %s": ["Zertifiziert von %s"], - "Change dataset": ["Datensatz wechseln"], "Change order of columns.": ["Reihenfolge der Spalten ändern."], "Change order of rows.": ["Reihenfolge der Zeilen ändern."], "Changed By": ["Bearbeitet von"], - "Changed On": ["Bearbeitet am"], "Changed on": ["Bearbeitet am"], + "Changes saved.": ["Änderungen gespeichert."], "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "Durch das Ändern des Datensatzes kann das Diagramm beeinträchtigt werden, wenn das Diagramm auf Spalten oder Metadaten basiert, die im Zieldatensatz nicht vorhanden sind" ], @@ -853,26 +1068,40 @@ "Changing this dataset is forbidden.": [ "Das Ändern dieses Datensatzes ist verboten." ], + "Changing this datasource is forbidden": [ + "Das Ändern dieser Datenquelle ist verboten" + ], "Changing this report is forbidden": [ "Das Ändern dieses Reports ist verboten" ], + "Character to interpret as decimal point": [ + "Zeichen, das als Dezimaltrenner zu interpretieren ist." + ], "Character to interpret as decimal point.": [ "Zeichen, das als Dezimalstelle zu interpretieren ist." ], - "Charge": ["Laden"], - "Charge in the force layout": ["In kraftbasierte Anordnung laden"], "Chart": ["Diagramm"], "Chart %(id)s not found": ["Diagramm %(id)s nicht gefunden"], "Chart Cache Timeout": ["Diagramm Cache-Timeout"], - "Chart Email Schedules": ["Diagramm-E-Mail-Zeitpläne"], + "Chart Data: %s": ["Diagrammdaten: %s"], "Chart ID": ["Diagramm-ID"], "Chart Options": ["Diagramm-Optionen"], - "Chart Owner: %s": ["Diagrammbesitzer*in: %s"], + "Chart Orientation": ["Diagrammausrichtung"], + "Chart Owner: %s": [ + "Diagrammbesitzer*in: %s", + "Diagrammbesitzer*innen: %s" + ], + "Chart Source": ["Diagrammquelle"], "Chart Title": ["Diagrammtitel"], + "Chart [%s] has been overwritten": ["Diagramm [%s] wurde überschrieben"], + "Chart [%s] has been saved": ["Diagramm [%s] wurde gespeichert"], + "Chart [%s] was added to dashboard [%s]": [ + "Diagramm [%s] wurde dem Dashboard hinzugefügt [%s]" + ], "Chart [{}] has been overwritten": ["Diagramm [{}] wurde überschrieben"], "Chart [{}] has been saved": ["Diagramm [{}] wurde gespeichert"], "Chart [{}] was added to dashboard [{}]": [ - "Diagramm [{}] wurde dem Dashboard [{}] hinzugefügt" + "Diagramm [{}] wurde dem Dashboard hinzugefügt [{}]" ], "Chart cache timeout": ["Diagramm-Cache Timeout"], "Chart changes": ["Diagrammänderungen"], @@ -888,10 +1117,21 @@ "Chart has no query context saved. Please save the chart again.": [ "Für das Diagramm ist kein Abfragekontext gespeichert. Bitte speichern Sie das Diagramm erneut." ], + "Chart height": ["Diagrammhöhe"], + "Chart imported": ["Diagramm importiert"], + "Chart last modified": ["Diagramm zuletzt geändert"], + "Chart last modified by": ["Diagramm zuletzt geändert von"], "Chart name": ["Diagrammname"], "Chart options": ["Diagramm-Optionen"], + "Chart owners": ["Diagrammbesitzende"], "Chart parameters are invalid.": ["Diagrammparameter sind ungültig."], + "Chart properties updated": ["Diagrammeigenschaften aktualisiert"], + "Chart title": ["Diagrammtitel"], "Chart type": ["Diagrammtyp"], + "Chart type requires a dataset": [ + "Diagrammtyp erfordert einen Datensatz" + ], + "Chart width": ["Diagrammbreite"], "Charts": ["Diagramme"], "Charts could not be deleted.": [ "Diagramme konnten nicht gelöscht werden." @@ -914,21 +1154,12 @@ "Check to force date partitions to have the same height": [ "Aktivieren, um zu erzwingen, dass Datumspartitionen die gleiche Höhe haben" ], - "Check to include Druid granularity dropdown": [ - "Anhaken, um das Dropdown-Menü Druid-Granularität einzubinden" - ], - "Check to include SQL time grain dropdown": [ - "Anhaken, um SQL-Zeiteinheiten-Dropdown-Menü einzubinden" - ], "Check to include time column dropdown": [ "Anhaken, um Dropdown-Menü für die Zeitspalte einzubinden" ], "Check to include time grain dropdown": [ "Anhaken, um Zeiteinheiten Dropdown-Menü einzubinden" ], - "Check to include time origin dropdown": [ - "Anhaken, um das Dropdown-Menü für den Zeitursprung einzubinden" - ], "Child label position": ["Untergeordnete Beschriftungsposition"], "Choice of [Label] must be present in [Group By]": [ "Die Auswahl von [Label] muss in [Group By] vorhanden sein." @@ -952,7 +1183,11 @@ "Choose a source": ["Wählen Sie eine Quelle"], "Choose a source and a target": ["Wählen Sie eine Quelle und ein Ziel"], "Choose a target": ["Wählen Sie ein Ziel"], + "Choose a unique name": ["Wählen Sie einen eindeutigen Namen"], "Choose chart type": ["Diagrammtyp auswählen"], + "Choose one of the available databases from the panel on the left.": [ + "Wählen Sie einen der verfügbaren Datensätze aus dem Bereich auf der linken Seite." + ], "Choose one or more charts for left axis": [ "Wählen Sie ein oder mehrere Diagramme die rechte Achse" ], @@ -962,9 +1197,18 @@ "Choose the annotation layer type": [ "Auswählen des Anmerkungsebenen-Typs" ], + "Choose the format for legend values": [ + "Format für Legendenwerte auswählen" + ], + "Choose the position of the legend": [ + "Wählen Sie die Position der Legende" + ], "Choose the source of your annotations": [ "Wählen Sie die Quelle Ihrer Anmerkungen aus" ], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "Wählen Sie aus, ob ein Land anhand der Metrik eingefärbt oder eine Farbe basierend auf einer kategorialen Farbpalette zugewiesen werden soll." + ], "Chord Diagram": ["Sehnendiagramm"], "Chosen non-numeric column": ["Ausgewählte nicht numerische Spalte"], "Circle": ["Kreis"], @@ -981,6 +1225,14 @@ "Clause": ["Ausdruck"], "Clear": ["Zurücksetzen"], "Clear all": ["Alles löschen"], + "Clear all data": ["Alle Daten leeren"], + "Clear form": ["Formular zurücksetzen"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Klicken Sie auf die Schaltfläche \"+Filter hinzufügen/bearbeiten\", um neue Dashboard-Filter zu erstellen" + ], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Klicken Sie auf die Schaltfläche \"Diagramm erstellen\" in der Systemsteuerung auf der linken Seite, um eine Vorschau einer Visualisierung anzuzeigen oder" + ], "Click the lock to make changes.": [ "Klicken Sie auf das Schloss, um Änderungen vorzunehmen." ], @@ -993,13 +1245,15 @@ "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "Klicken Sie auf diesen Link, um zu einem alternativen Formular zu wechseln, das nur die zum Verbinden dieser Datenbank erforderlichen Felder verfügbar macht." ], - "Click to change visualization type": [ - "Klicken, um Visualisierungstyp auszuwählen" + "Click to cancel sorting": ["Klicken, um die Sortierung abzubrechen"], + "Click to edit": ["Klicken um zu bearbeiten"], + "Click to edit %s in a new tab": [ + "Klicken Sie hier, um %s auf einer neuen Registerkarte zu bearbeiten" ], - "Click to clear emitted filters": [ - "Klicken Sie hier um gesetzte Filter zurückzusetzen" + "Click to edit %s.": ["Klicken Sie hier, um %s zu bearbeiten."], + "Click to edit chart.": [ + "Klicken Sie hier, um das Diagramm zu bearbeiten." ], - "Click to edit": ["Klicken um zu bearbeiten"], "Click to edit label": ["Klicke um zu Bezeichnung zu bearbeiten"], "Click to favorite/unfavorite": [ "Klicken Sie hier, um als Favorit aus-/abzuwählen" @@ -1008,47 +1262,66 @@ "Klicken Sie hier, um die Aktualisierung zu erzwingen" ], "Click to see difference": ["Klicken zum Anzeigen der Unterschiede"], + "Click to sort ascending": [ + "Klicken Sie hier, um aufsteigend zu sortieren" + ], + "Click to sort descending": [ + "Klicken Sie hier, um absteigend zu sortieren" + ], "Close": ["Schließen"], "Close all other tabs": ["Schließen Sie alle anderen Registerkarten"], "Close tab": ["Registerkarte schließen"], - "Cluster": ["Cluster"], - "Cluster Name": ["Cluster Name"], "Cluster label aggregator": ["Cluster-Beschriftung-Aggregator"], "Clustering Radius": ["Clustering-Radius"], "Code": ["Code"], "Collapse all": ["Alle einklappen"], + "Collapse data panel": ["Datenbereich ausblenden"], + "Collapse row": ["Zeile zusammenklappen"], + "Collapse tab content": ["Inhalt der Registerkarte ausblenden"], "Collapse table preview": ["Tabellenvorschau komprimieren"], "Color": ["Farbe"], "Color +/-": ["Farbe +/-"], "Color Metric": ["Farbmetrik"], "Color Scheme": ["Farbschema"], "Color Steps": ["Farbschritte"], + "Color bounds": ["Farbgrenzen"], + "Color by": ["Einfärben nach"], "Color metric": ["Metrik auswählen"], + "Color of the target location": ["Farbe des Zielortes"], "Color scheme": ["Farbschema"], - "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ - "Die Farbe wird basierend auf dem Verhältnis der Zelle zur Gesamtsumme dieses Kriteriums dargestellt." + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "Die Farbe wird basierend auf dem normalisierten Wert (0% to 100%) einer bestimmten Zelle im Vergleich zu den anderen Zellen im ausgewählten Bereich schattiert: " ], "Colors": ["Farben"], "Column": ["Spalte"], "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ "Die Spalte \"%(column)s\" ist nicht numerisch oder existiert nicht in den Abfrageergebnissen." ], + "Column Configuration": ["Spaltenkonfiguration"], + "Column Formatting": ["Spaltenformatierung"], "Column Label(s)": ["Spaltenbezeichnung(en)"], "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "Spalte mit ISO 3166-2-Codes der Region/Provinz/Kreis in Ihrer Tabelle." ], "Column containing latitude data": ["Spalte mit Breitengraddaten"], "Column containing longitude data": ["Spalte mit Längengraddaten"], + "Column header tooltip": ["Tooltip zur Spaltenüberschrift"], "Column is required": ["Spalte ist erforderlich"], "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "Spaltenbezeichnung für Indexspalte(n). Wenn None angegeben ist und Dataframe Index den Wert True hat, werden Indexnamen verwendet." ], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Spaltenbeschriftung für Indexspalten. Wenn „None“ angegeben und „Dataframe Index“ aktiviert ist, werden Indexnamen verwendet." + ], + "Column name": ["Spaltenname"], "Column name [%s] is duplicated": ["Spaltenname [%s] wird dupliziert"], - "Column name(s) ": ["Spaltenname(n) "], "Column referenced by aggregate is undefined: %(column)s": [ "Spalte, auf die in Aggregat referenziert wird, ist nicht definiert: %(column)s" ], "Column select": ["Spaltenauswahl"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Spalte, die als Zeilenbeschriftungen des Dataframe verwendet werden soll. Leer lassen, wenn keine Indexspalte existiert." + ], "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "Spalte, die als Zeilenbeschriftungen des Datenrahmens verwendet werden soll. Leer lassen, wenn keine Indexspalte vorhanden." ], @@ -1060,12 +1333,19 @@ "Spalten-zu-Datenbank-Konfiguration" ], "Columns": ["Spalten"], + "Columns To Be Parsed as Dates": [ + "Spalten, die als Datumsangaben interpretiert werden sollen" + ], + "Columns To Read": ["Zu lesende Spalten"], + "Columns missing in dataset: %(invalid_columns)s": [ + "Im Datensatz fehlende Spalten: %(invalid_columns)s" + ], "Columns missing in datasource: %(invalid_columns)s": [ "Fehlende Spalten in Datenquelle: %(invalid_columns)s" ], "Columns subtotal position": ["Zwischensummenposition der Spalten"], - "Columns to calculate distribution across. Defaults to temporal column if left empty.": [ - "Spalten zum Berechnen der Verteilung. Falls leer, wird standardmäßig wird die temporale Spalte verwendet." + "Columns to calculate distribution across.": [ + "Spalten, über die Verteilung berechnet werden soll." ], "Columns to display": ["Anzuzeigende Spalten"], "Columns to group by": ["Spalten, nach denen gruppiert wird"], @@ -1075,6 +1355,7 @@ "Columns to group by on the rows": [ "Spalten, nach denen in den Zeilen gruppiert werden soll" ], + "Columns to show": ["Anzuzeigende Spalten"], "Combine Metrics": ["Metriken kombinieren"], "Combine metrics": ["Metriken kombinieren"], "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ @@ -1102,7 +1383,9 @@ "Comparison": ["Vergleich"], "Comparison Period Lag": ["Verzögerung des Vergleichszeitraums"], "Comparison suffix": ["Vergleichssuffix"], - "Components": ["Komponenten"], + "Compose multiple layers together to form complex visuals.": [ + "Stellen Sie mehrere Ebenen zusammen, um komplexe visuelle Elemente zu bilden." + ], "Compute the contribution to the total": [ "Berechnen des Beitrags zur Gesamtsumme" ], @@ -1127,15 +1410,21 @@ "Configure the basics of your Annotation Layer.": [ "Konfigurieren Sie die Grundeinstellungen der Anmerkungsebene." ], + "Configure this dashboard to embed it into an external web application.": [ + "Konfigurieren Sie dieses Dashboard, um es in eine externe Webanwendung einzubetten." + ], "Configure your how you overlay is displayed here.": [ "Konfigurieren Sie hier, wie Ihr Overlay angezeigt wird." ], + "Confirm overwrite": ["Überschreiben bestätigen"], "Confirm save": ["Speichern bestätigen"], "Connect": ["Verbinden"], + "Connect Google Sheet": ["Google Sheet verbinden"], "Connect Google Sheets as tables to this database": [ "Google Tabellen als Tabellen mit dieser Datenbank verbinden" ], "Connect a database": ["Eine Datenbank verbinden"], + "Connect database": ["Datenbank verbinden"], "Connect this database using the dynamic form instead": [ "Verbinden Sie diese Datenbank stattdessen mithilfe des dynamischen Formulars" ], @@ -1147,9 +1436,11 @@ "Verbindung fehlgeschlagen, bitte überprüfen Sie Ihre Verbindungseinstellungen" ], "Connection looks good!": ["Verbindung möglich!"], + "Continue": ["Weiter"], "Continuous": ["Kontinuierlich"], "Contribution": ["Beitrag"], "Contribution Mode": ["Beitragsmodus"], + "Control": ["Steuerung"], "Control labeled ": ["Feld "], "Controls labeled ": ["Steuerelemente beschriftet "], "Coordinates": ["Koordinaten"], @@ -1164,17 +1455,13 @@ "Copy and paste the entire service account .json file here": [ "Kopieren Sie die gesamte JSON-Datei des Dienstkontos, und fügen Sie sie hier ein" ], - "Copy chart URL": ["Diagramm-URL kopieren"], - "Copy chart URL to clipboard": [ - "Diagramm-URL in Zwischenablage kopieren" - ], - "Copy dashboard URL": ["Dashboard-URL kopieren"], "Copy link": ["Link kopieren"], "Copy message": ["Meldung kopieren"], "Copy of %s": ["Kopie von %s"], "Copy partition query to clipboard": [ "Partitionsabfrage in Zwischenablage kopieren" ], + "Copy permalink to clipboard": ["Permalink in Zwischenablage kopieren"], "Copy query URL": ["Abfrage-URL kopieren"], "Copy query link to your clipboard": [ "Abfragelink in die Zwischenablage kopieren" @@ -1182,8 +1469,11 @@ "Copy the account name of that database you are trying to connect to.": [ "Kopieren Sie den Kontonamen der Datenbank, mit der Sie eine Verbindung herstellen möchten." ], - "Copy the name of the database you are trying to connect to.": [ - "Kopieren Sie den Kontonamen der Datenbank, mit der Sie eine Verbindung herstellen möchten." + "Copy the name of the HTTP Path of your cluster.": [ + "Kopieren Sie den Namen des HTTP-Pfads Ihres Clusters." + ], + "Copy the name of the database you are trying to connect to.": [ + "Kopieren Sie den Namen der Datenbank, mit der Sie eine Verbindung herstellen möchten." ], "Copy to Clipboard": ["In Zwischenablage kopieren"], "Copy to clipboard": ["In die Zwischenablage kopieren"], @@ -1207,54 +1497,77 @@ "Could not load database driver: {}": [ "Datenbanktreiber konnte nicht geladen werden: {}" ], - "Could not verify the host": ["Der Host konnte nicht überprüft werden"], + "Count": ["Anzahl"], + "Count Unique Values": ["Eindeutige Werte zählen"], + "Count as Fraction of Columns": ["Als Anteil der Spalten zählen"], + "Count as Fraction of Rows": ["Als Anteil der Zeilen zählen"], + "Count as Fraction of Total": ["Als Anteil der Gesamtsumme zählen"], "Country": ["Land"], "Country Color Scheme": ["Länderfarbschema"], "Country Column": ["Länderspalte"], "Country Field Type": ["Feldtyp \"Land\""], "Country Map": ["Länderkarte"], "Create": ["Erstellen"], + "Create Chart": ["Diagramm erstellen"], + "Create a dataset": ["Datensatz erstellen"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Erstellen Sie einen Datensatz, um mit der Visualisierung Ihrer Daten als Diagramm zu beginnen, oder wechseln Sie zu\n SQL Lab, um Ihre Daten abzufragen." + ], "Create a new chart": ["Neues Diagramm erstellen"], + "Create chart": ["Diagramm erstellen"], + "Create chart with dataset": ["Diagramm mit Datensatz erstellen"], + "Create dataset": ["Datensatz erstellen"], + "Create dataset and create chart": [ + "Datensatz erstellen und Diagramm erstellen" + ], "Create new chart": ["Neues Diagramm erstellen"], "Create new filter set": ["Erstelle neue Filtergruppe"], "Create or select schema...": ["Schema erstellen oder auswählen…"], "Created": ["Erstellt"], "Created On": ["Erstellt am"], "Created by": ["Erstellt von"], + "Created by me": ["Von mir erstellt"], "Created content": ["Erstellter Inhalt"], "Created on": ["Erstellt am"], + "Creating SSH Tunnel failed for an unknown reason": [ + "Das Erstellen eines SSH-Tunnels ist aus unbekanntem Grund fehlgeschlagen" + ], "Creating a data source and creating a new tab": [ "Erstelle eine Datenquelle und eine neue Registerkarte" ], "Creator": ["Ersteller*in"], - "Crontab": ["Crontab"], - "Cross Filter Scoping": ["Kreuzfilter-Festlegung"], - "Cross-filter scoping": ["Kreuzfilter-Bereichsdefinition"], + "Crimson": ["Purpur"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Der Kreuzfilter wird auf alle Diagramme angewendet, die diesenn Datensatz verwenden." + ], + "Cross-filtering is not enabled for this dashboard.": [ + "Die Kreuzfilterung ist für dieses Dashboard nicht aktiviert." + ], + "Cross-filters": ["Kreuzfilter"], "Cumulative": ["Kumuliert"], + "Currently rendered: %s": ["Derzeit dargestellt: %s"], "Custom": ["Angepasst"], "Custom Plugin": ["Benutzerdefiniertes Plugin"], "Custom Plugins": ["Benutzerdefinierte Plugins"], "Custom SQL": ["Benutzerdefinierte SQL"], - "Custom SQL ad-hoc filters are not available for the native Druid connector": [ - "Benutzerdefinierte SQL-Ad-hoc-Filter sind für den nativen Druid-Konnektor nicht verfügbar" - ], - "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ - "Benutzerdefinierte SQL-Ad-hoc-Metriken sind für den nativen Druid-Konnektor nicht verfügbar" - ], "Custom SQL ad-hoc metrics are not enabled for this dataset": [ "Benutzerdefinierte SQL-Ad-hoc-Metriken sind für diesen Datasatz nicht aktiviert" ], + "Custom SQL fields cannot contain sub-queries.": [ + "Benutzerdefinierte SQL-Felder dürfen keine Unterabfragen enthalten." + ], "Custom time filter plugin": ["Benutzerdefiniertes Zeitfilter-Plugin"], "Customize": ["Anpassen"], "Customize Metrics": ["Anpassen von Metriken"], "Customize columns": ["Spalten anpassen"], + "Cyclic dependency detected": ["Zyklische Abhängigkeit erkannt"], "D3 Format": ["D3-Format"], "D3 format": ["D3 Format"], "D3 format syntax: https://github.com/d3/d3-format": [ "D3-Formatsyntax: https://github.com/d3/d3-format" ], - "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ - "D3-Zahlenformat für Zahlen zwischen -1,0 und 1,0. Nützlich, wenn Sie verschieden signifikante Ziffern für kleine und große Zahlen haben möchten" + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "D3-Zahlenformat für Zahlen zwischen -1,0 und 1,0. Nützlich, wenn Sie verschiedene Anzahlen signifikanter Ziffern für kleine und große Zahlen haben möchten" ], "D3 time format for datetime columns": [ "D3-Zeitformat für datetime-Spalten" @@ -1262,13 +1575,21 @@ "D3 time format syntax: https://github.com/d3/d3-time-format": [ "D3-Zeitformatsyntax: https://github.com/d3/d3-time-format" ], + "DATETIME": ["DATUM/UHRZEIT"], + "DB column %(col_name)s has unknown type: %(value_type)s": [ + "DB-Spalte %(col_name)s hat unbekannten Typ: %(value_type)s" + ], "DEC": ["DEZ"], "DELETE": ["LÖSCHEN"], - "DESCRIPTION ERROR": ["BESCHREIBUNG FEHLER"], "DML": ["DML"], + "Daily seasonality": ["Tägliche Saisonalität"], + "Dark": ["Dunkel"], + "Dark Cyan": ["Dunkeltürkis"], "Dark mode": ["Dunkelmodus"], "Dashboard": ["Dashboard"], - "Dashboard Emails": ["Dashboard-E-Mails"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "Dashboard [%s] wurde gerade erstellt und Diagramm [%s] hinzugefügt" + ], "Dashboard [{}] just got created and chart [{}] was added to it": [ "Dashboard [{}] wurde gerade erstellt und Diagramm [{}] wurde hinzugefügt" ], @@ -1282,19 +1603,28 @@ "Das Dashboard konnte nicht aktualisiert werden." ], "Dashboard does not exist": ["Dashboard existiert nicht"], + "Dashboard imported": ["Dashboard importiert"], "Dashboard parameters are invalid.": [ "Dashboard-Parameter sind ungültig." ], "Dashboard properties": ["Dashboardeigenschaften bearbeiten"], + "Dashboard properties updated": ["Dashboard-Eigenschaften aktualisiert"], "Dashboard scheme": ["Dashboard Schema"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "Dashboard-Zeitbereichsfilter gelten für zeitliche Spalten, die im\n Filterabschnitt jedes Diagramms festgelegt wurden. Fügen Sie Zeitspalten zu\n Diagrammfiltern hinzu, damit sich dieser Dashboardfilter auf diese Diagramme auswirkt." + ], + "Dashboard title": ["Dashboard Titel"], + "Dashboard usage": ["Dashboard-Nutzung"], "Dashboards": ["Dashboards"], + "Dashboards added to": ["Dashboards hinzugefügt zu"], "Dashboards could not be deleted.": [ "Dashboards konnten nicht gelöscht werden." ], "Dashboards do not exist": ["Dashboards existieren nicht"], + "Dashed": ["Gestrichelt"], "Data": ["Daten"], - "Data Source": ["Datenquelle"], "Data Table": ["Datentabelle"], + "Data URI is not allowed.": ["Daten-URI ist nicht zulässig."], "Data Zoom": ["Datenzoom"], "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "Daten konnten nicht aus dem Ergebnis-Backend deserialisiert werden. Das Speicherformat hat sich möglicherweise geändert, wodurch die alten Daten ungültig wurden. Sie müssen die ursprüngliche Abfrage erneut ausführen." @@ -1302,8 +1632,9 @@ "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "Daten konnten nicht deserialisiert werden. Möglicherweise möchten Sie die Abfrage erneut ausführen." ], + "Data has no time steps": ["Daten haben keine Zeitschritte"], "Data preview": ["Datenvorschau"], - "Data source": ["Datenquelle"], + "Data refreshed": ["Daten aktualisiert"], "Data type": ["Datentyp"], "DataFrame include at least one series": [ "DataFrame mit mindestens eine Zeitreihe enhalten" @@ -1321,8 +1652,10 @@ "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "Datenbankschema \"%(database_name)s\" \"%(schema_name)s\" ist für Excel-Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-Administrator*in." ], + "Database Connections": ["Datenbankverbindungen"], "Database Creation Error": ["Fehler bei der Datenbankerstellung"], "Database URL": ["Datenbank URL"], + "Database connected": ["Datenbank verbunden"], "Database could not be created.": [ "Datenbank konnte nicht erstellt werden." ], @@ -1339,6 +1672,9 @@ "Database does not support subqueries": [ "Datenbank unterstützt keine Unterabfragen" ], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "Datenbanktreiber für den Import ist möglicherweise nicht installiert. Installationsanweisungen finden Sie auf der Superset-Dokumentationsseite: " + ], "Database error": ["Datenbankfehler"], "Database is offline.": ["Datenbank ist offline."], "Database is required for alerts": [ @@ -1349,14 +1685,18 @@ "Datenbank darf nicht geändert werden" ], "Database not found.": ["Datenbank nicht gefunden."], + "Database not found: %(id)s": ["Datenbank nicht gefunden: %(id)s"], "Database parameters are invalid.": ["Datenbankparameter sind ungültig."], + "Database passwords": ["Datenbank-Kennwörter"], "Database port": ["Datenbankport"], + "Database settings updated": ["Datenbankeinstellungen aktualisiert"], "Databases": ["Datenbanken"], "Dataframe Index": ["Dataframe-Index"], "Dataset": ["Datensatz"], "Dataset %(name)s already exists": [ "Datensatz %(name)s bereits vorhanden" ], + "Dataset Name": ["Datensatzbezeichnung"], "Dataset column delete failed.": [ "Fehler beim Löschen der Datensatzspalte." ], @@ -1367,10 +1707,14 @@ "Dataset could not be deleted.": [ "Datensatz konnte nicht gelöscht werden." ], + "Dataset could not be duplicated.": [ + "Der Datensatz konnte nicht dupliziert werden." + ], "Dataset could not be updated.": [ "Datensatz konnte nicht aktualisiert werden." ], "Dataset does not exist": ["Datensatz existiert nicht"], + "Dataset imported": ["Datensatz importiert"], "Dataset is required": ["Datensatz ist erforderlich"], "Dataset metric delete failed.": [ "Fehler beim Löschen der Datensatzmetrik." @@ -1378,23 +1722,30 @@ "Dataset metric not found.": ["Datensatz-Metrik nicht gefunden."], "Dataset name": ["Datensatzname"], "Dataset parameters are invalid.": ["Datensatz-Parameter sind ungültig."], + "Dataset schema is invalid, caused by: %(error)s": [ + "Das Datensatz-Schema ist ungültig, verursacht durch: %(error)s" + ], "Dataset(s) could not be bulk deleted.": [ "Datensätze konnten nicht massengelöscht werden." ], "Datasets": ["Datensätze"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Datensätze können aus Datenbanktabellen oder SQL-Abfragen erstellt werden. Wählen Sie links eine Datenbanktabelle aus oder " + ], "Datasets do not contain a temporal column": [ "Datensätze enthalten keine temporale Spalte" ], "Datasource": ["Datenquelle"], "Datasource & Chart Type": ["Datenquelle & Diagrammtyp"], - "Datasource Name": ["Datenquellen-Bezeichnung"], - "Datasource id not found: %(id)s": ["Datenquelle nicht gefunden: %(id)s"], + "Datasource does not exist": ["Datenquelle ist nicht vorhanden"], + "Datasource type is invalid": ["Datenquellen-Typ ist ungültig"], "Datasource type is required when datasource_id is given": [ "Datenquellentyp ist erforderlich, wenn datasource_id angegeben wird" ], "Date Time Format": ["Datum-Zeit-Format"], "Date filter": ["Datumsfilter"], "Date format": ["Datumsformat"], + "Date format string": ["Datumsformat-Zeichenfolge"], "Date/Time": ["Datum/Zeit"], "Datetime Format": ["Zeit/Datum-Format"], "Datetime column not provided as part table configuration and is required by this type of chart": [ @@ -1402,11 +1753,16 @@ ], "Datetime format": ["Datum Zeit Format"], "Day": ["Tag"], + "Day (freq=D)": ["Tag (freq=D)"], "Days %s": ["Tage %s"], "Db engine did not return all queried columns": [ "Db-Modul hat nicht alle abgefragten Spalten zurückgegeben" ], + "Deactivate": ["Deaktivieren"], "December": ["Dezember"], + "Decides which column to sort the base axis by.": [ + "Entscheidet, nach welcher Spalte die Basisachse sortiert werden soll." + ], "Decimal Character": ["Dezimalzeichen"], "Deck.gl - 3D Grid": ["Deck.gl - 3D-Raster"], "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], @@ -1424,34 +1780,41 @@ "Standard-URL, auf die beim Zugriff von der Datensatz-Listenseite aus zugegriffen werden soll" ], "Default Value": ["Standardwert"], + "Default datetime": ["Standard-Datum/Zeit"], "Default latitude": ["Standard Breitengrad"], "Default longitude": ["Standard-Längengrad"], "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "Standardmäßig minimale Spaltenbreite in Pixel, tatsächliche Breite kann immer noch größer sein, wenn andere Spalten nicht viel Platz benötigen" ], - "Default to first item": ["Erstes Element als Standard verwenden"], "Default value is required": ["Standardwert ist erforderlich"], "Default value must be set when \"Filter has default value\" is checked": [ "Standardwert muss festgelegt werden, wenn \"Filter hat Standardwert\" aktiviert ist" ], - "Default value must be set when \"Required\" is checked": [ - "Der Standardwert muss festgelegt werden, wenn \"Erforderlich\" aktiviert ist" + "Default value must be set when \"Filter value is required\" is checked": [ + "Der Standardwert muss festgelegt werden, wenn „Filterwert ist erforderlich\" aktiviert ist" ], - "Default value set automatically when \"Default to first item\" is checked": [ + "Default value set automatically when \"Select first filter value by default\" is checked": [ "Standardwert wird automatisch festgelegt, wenn „Erstes Element als Standard“ aktiviert ist" ], + "Define a function that receives the input and outputs the content for a tooltip": [ + "Definieren Sie eine Funktion, die die Eingabe empfängt und den Inhalt für einen Tooltip ausgibt" + ], + "Define a function that returns a URL to navigate to when user clicks": [ + "Definieren Sie eine Funktion, die eine URL zurückgibt, zu der navigiert wird, wenn der/die Benutzer*in klickt" + ], + "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.": [ + "Definieren Sie eine JavaScript-Funktion, die das in der Visualisierung verwendete Daten-Array empfängt und eine geänderte Version dieses Arrays zurückgibt. Dies kann verwendet werden, um Eigenschaften der Daten zu ändern, zu filtern oder das Array anzureichern." + ], "Defines a rolling window function to apply, works along with the [Periods] text box": [ "Definiert eine Funktion ‚Rollierendes Fenster‘, die angewendet werden soll. Arbeitet zusammen mit dem Textfeld [Punkte]" ], "Defines how each series is broken down": [ "Definiert, wie jede Reihe aufgeschlüsselt wird" ], + "Defines the grid size in pixels": ["Gibt die Rastergröße in Pixel an"], "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "Definiert die Gruppierung von Entitäten. Jede Serie wird als bestimmte Farbe im Diagramm angezeigt und verfügt über einen Legenden-Umschalter" ], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Definiert den Zeitpunkt, an dem Zeitgruppen beginnen, akzeptiert natürliche Daten wie in \"jetzt\", \"Sonntag\" oder \"1970-01-01\"" - ], "Defines the size of the rolling window function, relative to the time granularity selected": [ "Definiert die Größe der Funktion ‚Rollierendes Fenster‘ relativ zur ausgewählten Zeitgranularität" ], @@ -1510,18 +1873,17 @@ "%(num)d gespeicherte Abfragen gelöscht" ], "Deleted: %s": ["Gelöscht: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Wenn Sie eine Registerkarte löschen, werden alle darin enthaltenen Inhalte entfernt. Sie können diese Aktion immer noch rückgängig machen, indem Sie die" + ], "Delimited long & lat single column": [ "Länge und Breite in einer Spalte mit Trennzeichen" ], "Delimiter": ["Trennzeichen"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Von der CSV-Datei verwendetes Trennzeichen (für Leerzeichen verwenden Sie \\s+)." - ], - "Deliver As Group": ["Als Gruppe liefern"], - "Delivery Type": ["Zustellart"], "Delivery method": ["Übermittlungsmethode"], "Demographics": ["Demographische Daten"], "Density": ["Dichte"], + "Dependent on": ["Abhängig von"], "Deprecated": ["Veraltet"], "Description": ["Beschreibung"], "Description (this can be seen in the list)": [ @@ -1542,10 +1904,22 @@ "Diamond": ["Diamant"], "Did you mean:": ["Meintest du:"], "Difference": ["Differenz"], + "Dim Gray": ["Dunkelgrau"], + "Dimension": ["Dimension"], + "Dimension to use on x-axis.": ["Dimension der x-Achse."], + "Dimension to use on y-axis.": ["Dimension der y-Achse."], + "Dimensions": ["Dimensionen"], "Directed Force Layout": ["Kraftbasierte Anordnung"], "Directional": ["Direktional"], + "Disable SQL Lab data preview queries": [ + "Deaktivieren von SQL Lab-Datenvorschau-Abfragen" + ], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Datenvorschau beim Abrufen von Tabellenmetadaten in SQL Lab deaktivieren. Nützlich, um Probleme mit der Browserleistung bei der Verwendung von Datenbanken mit sehr breiten Tabellen zu vermeiden." + ], + "Disable embedding?": ["Einbettung deaktivieren?"], "Disabled": ["Deaktiviert"], - "Discard changes": ["Änderungen verwerfen"], + "Discard": ["Verwerfen"], "Discrete": ["Diskret"], "Display Name": ["Anzeigename"], "Display column level total": ["Summe auf Spaltenebene anzeigen"], @@ -1554,6 +1928,7 @@ "Zeigen Sie Metriken innerhalb jeder Spalte nebeneinander an, im Gegensatz zur Darstellung einer Spalte je Metrik." ], "Display row level total": ["Summe auf Zeilenebene anzeigen"], + "Display settings": ["Darstellungs-Einstellungen"], "Display total row/column": ["Gesamtsumme Zeile/Spalte anzeigen"], "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ "Zeigt Verbindungen zwischen Elementen in einer Graphstruktur an. Nützlich, um Beziehungen abzubilden und zu zeigen, welche Knoten in einem Netzwerk wichtig sind. Graphen-Diagramme können so konfiguriert werden, dass sie kraftgesteuert sind oder zirkulieren. Wenn Ihre Daten über eine Geodatenkomponente verfügen, versuchen Sie es mit dem deck.gl Arc-Diagramm." @@ -1565,11 +1940,18 @@ "Do you want a donut or a pie?": ["Donut oder Torten-Diagramm?"], "Documentation": ["Dokumentation"], "Domain": ["Wertebereich"], - "Don't refresh": ["Nicht aktualisieren"], "Donut": ["Donut"], + "Dotted": ["Gepunktet"], + "Download": ["Herunterladen"], "Download as image": ["Herunterladen als Bild"], "Download to CSV": ["Als CSV herunterladen"], "Draft": ["Entwurf"], + "Drag and drop components and charts to the dashboard": [ + "Ziehen Sie Komponenten und Diagramme per Drag & Drop auf das Dashboard" + ], + "Drag and drop components to this tab": [ + "Ziehen Sie Komponenten per Drag & Drop auf diese Registerkarte" + ], "Draw a marker on data points. Only applicable for line types.": [ "Zeichnen Sie eine Markierung auf Datenpunkten. Gilt nur für Linientypen." ], @@ -1579,17 +1961,48 @@ "Draw line from Pie to label when labels outside?": [ "Linie von Torte zur Beschriftung ziehen, wenn Beschriftungen außerhalb?" ], + "Draw split lines for minor axis ticks": [ + "Zeichnen von Trennlinien für kleinere Achsenteilstriche" + ], "Draw split lines for minor y-axis ticks": [ "Geteilten Linien für kleinere Ticks der y-Achse zeichnen" ], + "Drill by": ["Ins-Detail-Zoomen"], + "Drill by is not available for this data point": [ + "Heinzoomem ist für diesen Datenpunkt nicht verfügbar" + ], + "Drill by is not yet supported for this chart type": [ + "Das Ins-Detail-Zoomen (Drilldown) nach Wert wird für diesen Diagrammtyp noch nicht unterstützt." + ], + "Drill by: %s": ["Hineinzogen nach %s"], + "Drill to detail": ["Ins-Detail-Zoomen"], + "Drill to detail by": ["Zu Detail zoomen anhand"], + "Drill to detail by value is not yet supported for this chart type.": [ + "Das Ins-Detail-Zoomen (Drilldown) nach Wert wird für diesen Diagrammtyp noch nicht unterstützt." + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Das Zu-Detail-Zoomen (Drilldown) ist deaktiviert, da dieses Diagramm Daten nicht nach Dimensionswert gruppiert." + ], + "Drill to detail: %s": ["Zu Detail zoomen: %s"], "Drop a column here or click": [ - "Legen Sie hier eine Spalte ab oder klicken Sie" + "Legen Sie hier eine Spalte ab oder klicken Sie", + "Legen Sie hier Spalten ab oder klicken Sie" ], "Drop a column/metric here or click": [ - "Legen Sie hier eine Spalte/Metrik ab oder klicken Sie" + "Legen Sie hier eine Spalte/Metrik ab oder klicken Sie", + "Legen Sie hier eine Spalten/Metriken ab oder klicken Sie" + ], + "Drop a temporal column here or click": [ + "Legen Sie hier eine Spalte ab oder klicken Sie" + ], + "Drop column here": [ + "Spalte hierhin ziehen und ablegen", + "Spalten hierhin ziehen und ablegen" + ], + "Drop column or metric here": [ + "Spalte oder Metrik hier ablegen", + "Spalten oder Metriken hier ablegen" ], - "Drop column here": ["Spalte hierhin ziehen und ablegen"], - "Drop column or metric here": ["Spalte oder Metrik hier ablegen"], "Drop columns here": ["Spalten hier ablegen"], "Drop columns or metrics here": [ "Spalten oder Metriken hierhin ziehen und ablegen" @@ -1598,35 +2011,28 @@ "Spalten/Metriken hierhin ziehen und ablegen oder klicken" ], "Drop temporal column here": ["Temporale Spalte hier ablegen"], - "Druid Clusters": ["Druid Cluster"], - "Druid Datasource": ["Druid Datenquelle"], - "Druid Datasources": ["Druid Datenquellen"], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ - "Druid unterstützt die Standardauthentifizierung. Siehe [auth](http://druid.io/docs/latest/design/auth.html) und druid-basic-security extension" - ], "Dual Line Chart": ["Doppelliniendiagramm"], + "Duplicate": ["Duplizieren"], "Duplicate column name(s): %(columns)s": [ "Doppelte Spaltenname(n): %(columns)s" ], "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "Doppelte Spalten-/Metrikbeschriftungen: %(labels)s. Bitte stellen Sie sicher, dass alle Spalten und Metriken eine eindeutige Beschriftung haben." ], + "Duplicate dataset": ["Datensatz duplizieren"], "Duplicate tab": ["Registerkarte duplizieren"], "Duration": ["Dauer"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ + "Dauer (in Sekunden) des Caching-Timeouts für Diagramme dieser Datenbank. Ein Timeout von 0 gibt an, dass der Cache nie abläuft, und -1 umgeht den Cache. Beachten Sie, dass standardmäßig das globale Timeout verwendet wird, wenn kein Wert definiert wurde." + ], "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ "Dauer (in Sekunden) des Caching-Timeouts für Diagramme dieser Datenbank. Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass standardmäßig das globale Timeout verwendet wird, wenn es nicht definiert ist." ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Beachten Sie, dass standardmäßig das Timeout des Datensatzes verwendet wird, wenn es nicht definiert ist." - ], "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Beachten Sie, dass standardmäßig das Datenquellen-/Tabellentimeout verwendet wird, wenn es nicht definiert ist." ], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Dauer (in Sekunden) des Caching-Timeouts für diesen Cluster. Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass standardmäßig das globale Timeout verwendet wird, wenn es nicht definiert ist." - ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "Dauer (in Sekunden) des Caching-Timeouts für diese Datenquelle. Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass standardmäßig das Clustertimeout verwendet wird, wenn es nicht definiert ist." + "Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.": [ + "Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Setzen Sie diesen auf -1 um das Coaching zu umgehen. Beachten Sie, dass standardmäßig das Timeout des Datensatzes verwendet wird, wenn kein Wert definiert wurde." ], "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "Dauer (in Sekunden) des Caching-Timeouts für diese Tabelle. Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass standardmäßig das Datenbanktimeout verwendet wird, wenn es nicht definiert ist." @@ -1640,10 +2046,19 @@ "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ "Dauer in ms (1,40008 => 1ms 400μs 80ns)" ], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Dauer in ms (100,40008 => 100ms 400μs 80ns)" + ], "Duration in ms (66000 => 1m 6s)": ["Dauer in ms (66000 => 1m 6s)"], "Duration: %s": ["Laufzeit: %s"], + "Dynamic Aggregation Function": ["Dynamische Aggregationsfunktion"], + "Dynamically search all filter values": [ + "Alle Filterwerte dynamisch durchsuchen" + ], "ECharts": ["ECharts"], + "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], "END (EXCLUSIVE)": ["ENDE (EXKLUSIV)"], + "ERROR": ["FEHLER"], "ERROR: %s": ["FEHLER: %s"], "Edge length": ["Kantenlänge"], "Edge length between nodes": ["Kantenlänge zwischen Knoten"], @@ -1651,21 +2066,15 @@ "Edge width": ["Kantenbreite"], "Edit": ["Bearbeiten"], "Edit Alert": ["Alarm bearbeiten"], - "Edit Annotation": ["Anmerkungen bearbeiten"], - "Edit Annotation Layer": ["Anmerkungsebene bearbeiten"], "Edit CSS": ["CSS bearbeiten"], "Edit CSS Template": ["CSS Vorlagen bearbeiten"], "Edit CSS template properties": ["CSS Vorlagen"], "Edit Chart": ["Diagramm bearbeiten"], + "Edit Chart Properties": ["Diagrammeigenschaften bearbeiten"], "Edit Column": ["Spalte bearbeiten"], "Edit Dashboard": ["Dashboard bearbeiten"], "Edit Database": ["Datenbank bearbeiten"], "Edit Dataset ": ["Datensatz bearbeiten "], - "Edit Druid Cluster": ["Druid Cluster bearbeiten"], - "Edit Druid Column": ["Druid Spalte bearbeiten"], - "Edit Druid Datasource": ["Druid Datenquelle bearbeiten"], - "Edit Druid Metric": ["Druid Metric bearbeiten"], - "Edit Email Report": ["E-Mail-Bericht bearbeiten"], "Edit Log": ["Protokoll bearbeiten"], "Edit Metric": ["Metrik bearbeiten"], "Edit Plugin": ["Plugin bearbeiten"], @@ -1680,9 +2089,9 @@ "Edit annotation layer properties": [ "Eigenschaften der Anmerkungsebene bearbeiten" ], + "Edit chart": ["Diagramm bearbeiten"], "Edit chart properties": ["Diagrammeigenschaften bearbeiten"], "Edit dashboard": ["Dashboard bearbeiten"], - "Edit dashboard properties": ["Dashboardeigenschaften bearbeiten"], "Edit database": ["Datenbank bearbeiten"], "Edit dataset": ["Datensatz bearbeiten"], "Edit email report": ["E-Mail-Report bearbeiten"], @@ -1691,6 +2100,7 @@ "Edit query": ["Abfrage bearbeiten"], "Edit template": ["Vorlage bearbeiten"], "Edit template parameters": ["Vorlagenparameter bearbeiten"], + "Edit the dashboard": ["Dashboard bearbeiten"], "Edit time range": ["Zeitraum bearbeiten"], "Edited": ["Bearbeitet"], "Editing 1 filter:": ["Bearbeiten von einem Filter:"], @@ -1704,27 +2114,33 @@ "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "Entweder der Benutzer*innenname \"%(username)s\", das Kennwort oder der Datenbankname \"%(database)s\" ist falsch." ], - "Either the username or password is incorrect.": [ - "Entweder der Benutzername oder das Kennwort ist falsch." - ], "Either the username or the password is wrong.": [ "Entweder der Benutzer*innenname oder das Kennwort ist falsch." ], - "Email Format": ["E-Mail Format"], + "Elevation": ["Höhendaten"], "Email reports active": ["E-Mail-Reporte aktiv"], - "Emit Target": ["Ziel ausgeben"], - "Emit dashboard cross filters": ["Dashboard-Querfilter ausgeben"], - "Emit dashboard cross filters.": ["Geben Sie Dashboard-Querfilter aus."], - "Emitted values": ["Ausgegebene Werte"], + "Embed": ["Einbetten"], + "Embed code": ["Code einbetten"], + "Embed dashboard": ["Dashboard einbetten"], + "Embedding deactivated.": ["Einbetten deaktiviert."], + "Emit Filter Events": ["Filterereignisse ausgeben"], "Emphasis": ["Hervorhebung"], "Employment and education": ["Beschäftigung und Bildung"], "Empty circle": ["Leerer Kreis"], "Empty collection": ["Leere Sammlung"], + "Empty column": ["Leere Spalte"], + "Empty query result": ["Leeres Abfrageergebnis"], "Empty query?": ["Leere Abfrage?"], + "Empty row": ["Leere Zeile"], + "Enable 'Allow file uploads to database' in any database's settings": [ + "Aktivieren Sie \"Datei-Uploads in Datenbank zulassen\" in den Einstellungen einer beliebigen Datenbank" + ], "Enable Filter Select": ["Filterauswahl aktivieren"], + "Enable cross-filtering": ["Kreuzfilterung aktivieren"], "Enable data zooming controls": [ "Aktivieren von Steuerelementen für das Zoomen von Daten" ], + "Enable embedding": ["Einbettung aktivieren"], "Enable forecast": ["Prognose aktivieren"], "Enable forecasting": ["Aktivieren von Prognosen"], "Enable graph roaming": ["Graph-Roaming aktivieren"], @@ -1737,8 +2153,11 @@ "Ungültiger räumlicher NULL-Eintrag gefunden, bitte erwägen Sie, diese herauszufiltern" ], "End": ["Ende"], + "End (Longitude, Latitude): ": ["Ende (Längengrad, Breitengrad): "], + "End Longitude & Latitude": ["Ende Längen- und Breitengrad"], "End Time": ["Bis Zeit"], "End angle": ["Endwinkel"], + "End date": ["Enddatum"], "End date excluded from time range": [ "Enddatum aus dem Zeitraum ausgeschlossen" ], @@ -1748,14 +2167,15 @@ "Engine \"%(engine)s\" cannot be configured through parameters.": [ "Die Engine-Spezifikation \"%(engine)s\" unterstützt keine Konfiguration über Parameter." ], - "Engine \"%(engine)s\" is not a valid engine.": [ - "Engine \"%(engine)s\" ist keine gültige Engine." - ], "Engine Parameters": ["Engine-Parameter"], "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "Die Engine-Spezifikation \"%(engine_spec)s\" unterstützt keine Konfiguration über einzelne Parameter." ], "Enter CA_BUNDLE": ["Geben Sie CA_BUNDLE ein"], + "Enter Primary Credentials": ["Primäre Anmeldeinformationen eingeben"], + "Enter a delimiter for this data": [ + "Geben Sie ein Trennzeichen für diese Daten ein" + ], "Enter a name for this sheet": [ "Geben Sie einen neuen Titel für die Registerkarte ein" ], @@ -1764,11 +2184,14 @@ ], "Enter duration in seconds": ["Dauer in Sekunden eingeben"], "Enter fullscreen": ["Vollbild öffnen"], + "Enter the required %(dbModelName)s credentials": [ + "Geben Sie die erforderlichen %(dbModelName)s Anmeldeinformationen ein." + ], "Entity": ["Element"], "Entity ID": ["Entitäts-ID"], "Equal Date Sizes": ["Gleiche Datumsgrößen"], + "Equal to (=)": ["Ist gleich (==)"], "Error": ["Fehler"], - "Error Message": ["Fehlermeldung"], "Error in jinja expression in HAVING clause: %(msg)s": [ "Fehler im Jinja-Ausdruck in HAVING-Klausel: %(msg)s" ], @@ -1790,6 +2213,11 @@ "Error while rendering virtual dataset query: %(msg)s": [ "Fehler bei Anzeige der virtuellen Datensatzabfrage: %(msg)s" ], + "Error: %(error)s": ["Fehler: %(error)s"], + "Error: %(msg)s": ["Fehler: %(msg)s"], + "Error: permalink state not found": [ + "Fehler: Permalink-Status nicht gefunden" + ], "Estimate cost": ["Kosten schätzen"], "Estimate selected query cost": [ "Schätze Kosten für ausgewählte Abfragen" @@ -1797,6 +2225,7 @@ "Estimate the cost before running a query": [ "Schätzen der Kosten vor dem Ausführen einer Abfrage" ], + "Event": ["Ereignis"], "Event Flow": ["Ereignisablauf"], "Event Names": ["Ereignisnamen"], "Event definition": ["Ereignisdefinition"], @@ -1806,9 +2235,6 @@ "Evolution": ["Entwicklung"], "Exact": ["Genau"], "Example": ["Beispiel"], - "Example %(tableName)s will appear here": [ - "Beispiel-%(tableName)s werden hier angezeigt" - ], "Examples": ["Beispiele"], "Excel File": ["Excel-Datei"], "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ @@ -1820,26 +2246,34 @@ "Executed query": ["Ausgeführte Abfrage"], "Execution ID": ["Ausführungs-ID"], "Execution log": ["Aktionsprotokoll"], + "Existing dataset": ["Vorhandener Datensatz"], "Exit fullscreen": ["Vollbildanzeige beenden"], + "Expand": ["Erweitern"], "Expand all": ["Alle aufklappen"], + "Expand data panel": ["Datenbereich erweitern"], + "Expand row": ["Zeile erweitern"], "Expand table preview": ["Tabellenvorschau erweitern"], "Expand tool bar": ["Werkzeugleiste erweitern"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Erwartet eine Formel mit abhängigem Zeitparameter 'x'\n in Millisekunden seit Startzeit der UNIX-Zeit (epoch). mathjs wird verwendet, um die Formeln auszuwerten.\n Beispiel: '2x+5'" + ], "Experimental": ["Experimentell"], "Explore": ["Erkunden"], "Explore - %(table)s": ["Erkunden - %(table)s"], - "Explore in Superset": ["In Superset erkunden"], "Explore the result set in the data exploration view": [ "Untersuchen der Ergebnismenge in der Datenexplorations-Ansicht" ], "Export": ["Export"], - "Export CSV": ["Exportieren als CSV"], "Export dashboards?": ["Dashboards exportieren?"], - "Export full CSV": ["Vollständige CSV-Datei exportieren"], "Export query": ["Abfrage exportieren"], - "Export to .CSV format": ["Exportieren als CSV"], - "Export to .JSON format": ["Exportieren als JSON"], + "Export to .CSV": ["Export nach .CSV"], + "Export to .JSON": ["Exportieren nach . JSON"], + "Export to Excel": ["Exportieren nach Excel"], "Export to YAML": ["Exportieren als YAML"], "Export to YAML?": ["Als YAML exportieren?"], + "Export to full .CSV": ["Export in vollständiges . .CSV"], + "Export to original .CSV": ["Export in das ursprüngliche .CSV"], + "Export to pivoted .CSV": ["Export in das pivotierte .CSV"], "Expose database in SQL Lab": ["Datenbank in SQL Lab verfügbar machen"], "Expose in SQL Lab": ["Verfügbarmachen in SQL Lab"], "Expose this DB in SQL Lab": [ @@ -1849,6 +2283,7 @@ "Extra": ["Extra"], "Extra Controls": ["Zusätzliche Bedienelemente"], "Extra Parameters": ["Zusätzliche Parameter"], + "Extra data for JS": ["Zusätzliche Daten für JS"], "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ "Zusätzliche Daten zum Angeben von Tabellenmetadaten. Unterstützt derzeit Metadaten des Formats: '{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" } `." ], @@ -1864,26 +2299,42 @@ "Extra url parameters for use in Jinja templated queries": [ "Zusätzliche URL-Parameter für die Verwendung in Jinja-Vorlagenabfragen" ], + "Extruded": ["extrudiert"], "FEB": ["FEB"], "FRI": ["FR"], "Factor": ["Faktor"], + "Factor to multiply the metric by": [ + "Faktor, mit dem die Metrik multipliziert wird" + ], "Fail": ["Fehlschlagen"], "Failed": ["Fehlgeschlagen"], "Failed at retrieving results": ["Fehler beim Abrufen der Ergebnisse"], "Failed at stopping query. %s": ["Fehler beim Beenden der Abfrage. %s"], + "Failed to create report": ["Bericht konnte nicht erstellt werden"], + "Failed to execute %(query)s": ["Fehler beim Ausführen %(query)s"], + "Failed to load chart data": [ + "Diagrammdaten konnten nicht geladen werden" + ], + "Failed to load chart data.": [ + "Diagrammdaten konnten nicht geladen werden." + ], + "Failed to retrieve advanced type": [ + "Fehler beim Abrufen des erweiterten Typs" + ], "Failed to start remote query on a worker.": [ "Remoteabfrage für einen Worker konnte nicht gestartet werden." ], + "Failed to update report": ["Fehler beim Aktualisieren des Berichts"], "Failed to verify select options: %s": [ "Auswahloptionen konnten nicht überprüft werden: %s" ], "Favorite": ["Favoriten"], "Favorites": ["Favoriten"], "February": ["Februar"], - "Fetch Values From": ["Werte abrufen von"], "Fetch Values Predicate": ["Werte-Prädikate abrufen"], "Fetch data preview": ["Datenvorschau abrufen"], "Fetched %s": ["%s abgerufen"], + "Fetching": ["Wird abgerufen"], "Field cannot be decoded by JSON. %(json_error)s": [ "Das Feld kann nicht durch JSON decodiert werden. %(json_error)s" ], @@ -1892,27 +2343,32 @@ ], "Field is required": ["Dieses Feld ist erforderlich"], "File": ["Datei"], + "Fill Color": ["Füllfarbe"], "Fill all required fields to enable \"Default Value\"": [ "Füllen Sie alle erforderlichen Felder aus, um \"Standardwert\" zu aktivieren" ], "Fill method": ["Füll-Methode"], + "Filled": ["Gefüllt"], "Filter": ["Filter"], + "Filter Configuration": ["Filterkonfiguration"], "Filter List": ["Filterliste"], + "Filter Settings": ["Filtereinstellungen"], "Filter Type": ["Filtertyp"], "Filter box": ["Filterkomponente"], - "Filter by database": ["Filtern nach Datenbank"], - "Filter by status": ["Nach Status filtern"], - "Filter by user": ["Filtern nach Benutzer*in"], + "Filter charts": ["Diagramme filtern"], "Filter configuration": ["Filterkonfiguration"], "Filter configuration for the filter box": [ "Filterkonfiguration für die Filterkomponente" ], "Filter has default value": ["Filter hat den Standardwert"], - "Filter is hierarchical": ["Filter ist hierarchisch"], + "Filter menu": ["Filter-Menü"], "Filter metadata changed in dashboard. It will not be applied.": [ "Filtern Sie Metadaten, die im Dashboard geändert wurden. Wird nicht angewendet." ], "Filter name": ["Tabellenname"], + "Filter only displays values relevant to selections made in other filters.": [ + "Filter zeigt nur Werte an, die für die Auswahl in anderen Filtern relevant sind." + ], "Filter results": ["Ergebnisse filtern"], "Filter set already exists": ["Filtergruppe bereits vorhanden"], "Filter set with this name already exists": [ @@ -1925,6 +2381,7 @@ "Filter value (case sensitive)": [ "Filterwert (Groß-/Kleinschreibung beachten)" ], + "Filter value is required": ["Filterwert ist erforderlich"], "Filter value list cannot be empty": [ "Filterwertliste darf nicht leer sein" ], @@ -1935,9 +2392,6 @@ "Filters by columns": ["Nach Spalten filtern"], "Filters by metrics": ["Nach Metriken filtern"], "Filters configuration": ["Filterkonfiguration"], - "Filters configuration and scoping": [ - "Filter-Konfiguration und Bereichsdefinition" - ], "Filters out of scope (%d)": [ "Filter außerhalb des Gültigkeitsbereichs (%d)" ], @@ -1945,6 +2399,7 @@ "Filter mit demselben Gruppenschlüssel werden innerhalb der Gruppe ODER-verknüpft, während verschiedene Filtergruppen zusammen UND-verknüpft werden. Undefinierte Gruppenschlüssel werden als eindeutige Gruppen behandelt, d.h. nicht gruppiert. Wenn eine Tabelle beispielsweise drei Filter hat, von denen zwei für die Abteilungen Finanzen und Marketing (Gruppenschlüssel = 'Abteilung') sind und einer sich auf die Region Europa bezieht (Gruppenschlüssel = 'Region'), würde die Filterklausel den Filter anwenden (Abteilung = 'Finanzen' ODER Abteilung = 'Marketing') UND (Region = 'Europa')." ], "Finish": ["Fertigstellen"], + "First": ["Erste"], "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "Trendlinie auf den angegebenen vollen Zeitbereich fixieren, falls gefilterte Ergebnisse nicht das Start- oder Enddatum enthalten" ], @@ -1952,6 +2407,7 @@ "Fixed": ["Fixiert"], "Fixed Color": ["Fixierte Farbe"], "Fixed color": ["Fixierte Farbe"], + "Fixed point radius": ["Fester Punktradius"], "Flow": ["Fluss"], "Font size": ["Schriftgröße"], "Font size for axis labels, detail value and other text elements": [ @@ -1966,6 +2422,12 @@ "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "Für Presto und Postgres wird ein Buttons angezeigt, um Kosten vor dem Ausführen einer Abfrage zu schätzen." ], + "For further instructions, consult the": [ + "Weitere Anweisungen finden Sie in der" + ], + "For more information about objects are in context in the scope of this function, refer to the": [ + "Weitere Informationen zu Objekten im Kontext dieser Funktion finden Sie im Abschnitt" + ], "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ "Bei regulären Filtern sind dies die Rollen, auf die dieser Filter angewendet wird. Bei Basisfiltern sind dies die Rollen, auf die der Filter NICHT angewendet wird, z. B. Admin, wenn Admin alle Daten sehen soll." ], @@ -1973,15 +2435,28 @@ "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ "Erzwingen Sie, dass alle Tabellen und Ansichten in diesem Schema erstellt werden, wenn Sie in SQL Lab auf CTAS oder CVAS klicken." ], + "Force date format": ["Datumsformat erzwingen"], "Force refresh": ["Aktualisierung erzwingen"], "Force refresh schema list": ["Aktualisierung der Schemaliste erzwingen"], "Force refresh table list": ["Aktualisierung erzwingen"], - "Force-directed Graph": ["Kraftgesteuerter Graph"], "Forecast periods": ["Prognosezeiträume"], + "Foreign key": ["Fremdschlüssel"], + "Forest Green": ["Waldgrün"], + "Form data not found in cache, reverting to chart metadata.": [ + "Formulardaten nicht im Cache gefunden, es wird auf Diagramm-Metadaten zurückgesetzt." + ], + "Form data not found in cache, reverting to dataset metadata.": [ + "Formulardaten nicht im Cache gefunden. Es wird auf Datensatz-Metadaten zurückgesetzt." + ], "Formattable": ["Formattabelle"], "Formatted CSV attached in email": [ "Formatierte CSV-Datei in E-Mail angehängt" ], + "Formatted date": ["Formatiertes Datum"], + "Formatted value": ["Formatierter Wert"], + "Formatting": ["Formatierung"], + "Formula": ["Formel"], + "Forward values": ["Vorwärtsinterpolation"], "Found invalid orderby options": ["Ungültige Order-By-Optionen gefunden"], "Fraction digits": ["Nachkommastellen"], "Frequency": ["Häufigkeit"], @@ -1991,6 +2466,7 @@ "From date cannot be larger than to date": [ "‚Von Datum' kann nicht größer als ‚Bis-Datum' sein" ], + "Full name": ["Vollständiger Name"], "Funnel Chart": ["Trichterdiagramm"], "Further customize how to display each column": [ "Weitere Anpassungen der Anzeige der Spaltenanzeige" @@ -1998,9 +2474,14 @@ "Further customize how to display each metric": [ "Passen Sie weiter an, wie die einzelnen Metriken angezeigt werden sollen" ], + "GROUP BY": ["Gruppieren nach"], "Gauge Chart": ["Tachometerdiagramm"], "General": ["Allgemein"], + "Generating link, please wait..": ["Link wird generiert, bitte warten."], + "Generic Chart": ["Generisches Diagramm"], "Geo": ["Räumlich"], + "GeoJson Column": ["GeoJson-Spalte"], + "GeoJson Settings": ["GeoJson-Einstellungen"], "Geohash": ["Geo Hashing"], "Get the last date by the date unit.": [ "Das letzte Datum anhand der Datumseinheit anfordern." @@ -2008,11 +2489,19 @@ "Get the specify date for the holiday": [ "Abrufen des angegebenen Datums für den Feiertag" ], + "Go to the edit mode to configure the dashboard and add charts": [ + "Gehen Sie in den Bearbeitungsmodus, um das Dashboard zu konfigurieren und Diagramme hinzuzufügen" + ], + "Gold": ["Gold"], "Google Sheet Name and URL": ["Google Tabellen-Name und URL"], "Grace period": ["Kulanzzeit"], "Graph Chart": ["Graphen-Diagramm"], "Graph layout": ["Graph-Layout"], "Gravity": ["Anziehungskraft"], + "Greater or equal (>=)": ["Größer oder gleich (>=)"], + "Greater than (>)": ["Größer als (>)"], + "Grid": ["Raster"], + "Grid Size": ["Rastergröße"], "Group By": ["Gruppieren nach"], "Group By filter plugin": ["Gruppieren nach Filter-Plugin"], "Group By' and 'Columns' can't overlap": [ @@ -2023,21 +2512,33 @@ ], "Group by": ["Gruppieren nach"], "Groupable": ["Gruppierbar"], + "Handlebars": ["Handlebars"], + "Handlebars Template": ["Handlebars-Vorlage"], "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ "Harte Wertgrenzen für die Farbcodierung. Ist nur relevant und wird angewendet, wenn die Normalisierung auf die gesamte Heatmap angewendet wird." ], + "Has created by": ["Hat „Erstellt von“"], "Header": ["Header"], "Header Row": ["Kopfzeile"], "Heatmap": ["Heatmap"], "Heatmap Options": ["Heatmap-Optionen"], "Height": ["Höhe"], + "Height of the sparkline": ["Höhe der Sparkline"], + "Hide Line": ["Linie ausblenden"], + "Hide chart description": ["Diagrammbeschreibung ausblenden"], "Hide layer": ["Ebene verstecken"], + "Hide password.": ["Passwort ausblenden."], "Hide tool bar": ["Werkzeugleiste ausblenden"], + "Hides the Line for the time series": [ + "Blendet die Linie für die Zeitreihe aus" + ], "Hierarchy": ["Hierarchie"], "Histogram": ["Histogramm"], "Home": ["Startseite"], "Horizon Chart": ["Horizont-Diagramm"], "Horizon Charts": ["Horizontdiagramme"], + "Horizontal": ["Horizontal"], + "Horizontal (Top)": ["Horizontal (oben)"], "Horizontal alignment": ["Horizontale Ausrichtung"], "Host": ["Host"], "Hostname or IP address": ["Hostname oder IP-Adresse"], @@ -2047,8 +2548,8 @@ "How do you want to enter service account credentials?": [ "Wie möchten Sie die Anmeldeinformationen für das Dienstkonto eingeben?" ], - "How long to keep the logs around for this alert": [ - "Dauer, die diese Protokolle für diesen Alarm aufbewahrt werden" + "How many buckets should the data be grouped in.": [ + "Anzahl Buckets, in die Daten gruppiert werden sollen." ], "How many periods into the future do we want to predict": [ "Wie viele Perioden in der Zukunft sollen prognostiziert werden" @@ -2067,22 +2568,23 @@ "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "Für Presto werden alle Abfragen in SQL Lab als aktuell angemeldete Benutzer*in ausgeführt, der über die Berechtigung zum Ausführen verfügen muss.
Für Hive und falls hive.server2.enable.doAs aktiviert sind, werden die Abfragen als Dienstkonto ausgeführt, die Identität der aktuell angemeldeten Benutzer*in erfolgt jedoch über die hive.server2.proxy.user-Eigenschaft." ], + "If Table Already Exists": ["Wenn Tabelle bereits vorhanden ist"], "If a metric is specified, sorting will be done based on the metric value": [ "Wenn eine Metrik angegeben wird, erfolgt die Sortierung basierend auf dem Metrikwert" ], - "If activated you can use the ": ["Wenn aktiviert, können Sie das "], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Wenn doppelte Spalten nicht überschrieben werden, werden sie als \"X.1, X.2 ... X.x\" dargestellt" + ], "If selected, please set the schemas allowed for csv upload in Extra.": [ "Falls ausgewählt, legen Sie bitte die Schemata fest, die für den CSV-Upload in Extra zulässig sind." ], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Falls ausgewählt, legen Sie bitte die Schemata fest, die für den Datenupload in Extra zulässig sind." - ], "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "Wenn eine Tabelle vorhanden ist, soll folgendes passieren: Fehlschlagen (Nichts tun), Ersetzen (Tabelle löschen und neu erstellen) oder Anhängen (Daten einfügen)." ], - "If you wish to specify a different target column than the original column, it can be entered here": [ - "Wenn Sie eine andere Zielspalte als die ursprüngliche Spalte angeben möchten, können Sie diese hier eingeben" + "Ignore cache when generating screenshot": [ + "Cache beim Generieren eines Screenshots ignorieren" ], + "Ignore null locations": ["Angesetzte (Null) Örtlichkeiten ignorieren"], "Ignore time": ["Zeit ignorieren"], "Image (PNG) embedded in email": ["Bild (PNG) in E-Mail eingebettet"], "Image download failed, please refresh and try again.": [ @@ -2110,7 +2612,7 @@ "Import database failed for an unknown reason": [ "Fehler beim Importieren der Datenbank aus unbekanntem Grund" ], - "Import databases": ["Datenbank importieren"], + "Import database from file": ["Datenbank aus Datei importieren"], "Import dataset failed for an unknown reason": [ "Fehler beim Importieren des Datasatzes aus unbekanntem Grund" ], @@ -2122,13 +2624,17 @@ "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.": [ "Wichtig! Wählen Sie diese Option, wenn die Tabelle nicht bereits nach Entitäts-ID sortiert ist, da sonst nicht garantiert ist, dass alle Ereignisse für jede Entität zurückgegeben werden." ], - "Include Series": ["Serien einschließen"], - "Include series name as an axis": ["Seriennamen als Achse einschließen"], + "In": ["in"], + "Include Series": ["Zeitreihen einschließen"], + "Include a description that will be sent with your report": [ + "Fügen Sie eine Beschreibung hinzu, die mit Ihrem Bericht gesendet wird" + ], + "Include series name as an axis": [ + "Zeitreihennamen als Achse einschließen" + ], "Include time": ["Zeit einschließen"], - "Incompatible Filters (%d)": ["Inkompatible Filter (%d)"], - "Incorrect Fields": ["Falsche Felder"], + "Index": ["Index"], "Index Column": ["Index Spalte"], - "Infer Datetime Format": ["Datumszeitformat ableiten"], "Info": ["Info"], "Inner Radius": ["Innenradius"], "Inner radius of donut hole": ["Innerer Radius des Donutlochs"], @@ -2136,24 +2642,29 @@ "Das Eingabefeld unterstützt benutzerdefinierte Drehung. z.B. 30 für 30°" ], "Instant filtering": ["Sofortige Filterung"], - "Instructions to add a dataset are available in the Superset tutorial.": [ - "Anleitungen zum Hinzufügen eines Datensatz finden Sie im Superset-Tutorial." - ], "Intensity": ["Intensität"], + "Interpret Datetime Format Automatically": [ + "Automatisches Interpretieren des Datumzeit-Formats" + ], + "Interpret the datetime format automatically": [ + "Automatisches Interpretieren des Datumzeit-Formats" + ], + "Interval": ["Intervall"], "Interval End column": ["Spalte \"Intervallende\""], "Interval bounds": ["Intervallgrenzen"], "Interval colors": ["Intervallfarben"], "Interval start column": ["Spalte \"Intervallstart\""], "Intervals": ["Intervalle"], "Invalid JSON": ["Ungültiges JSON"], - "Invalid Port Number": ["Ungültige Port-Nummer"], - "Invalid account information": ["Ungültige Kontoinformationen"], + "Invalid advanced data type: %(advanced_data_type)s": [ + "Ungültiger erweiterter Datentyp: %(advanced_data_type)s" + ], "Invalid certificate": ["Ungültiges Zertifikat"], "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge lautet normalerweise:\n\"DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME\"" ], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ - "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge folgt normalerweise: driver://user:password@database-host/database-name" + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge folgt normalerweise: treiber://konto:passwort@datenbank-host/datenbank-name" ], "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge lautet normalerweise:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Beispiel:'postgresql://user:password@your-postgres-db/database'

" @@ -2171,17 +2682,21 @@ ], "Invalid geodetic string": ["Ungültige geodätische Zeichenfolge"], "Invalid geohash string": ["Ungültige Geohash-Zeichenfolge"], + "Invalid input": ["Ungültige Eingabe"], "Invalid lat/long configuration.": [ "Ungültige Längen-/Breitengrad-Konfiguration." ], "Invalid longitude/latitude": ["Ungültiger Längen-/Breitengrad"], - "Invalid metric object": ["Ungültiges Metrikobjekt"], + "Invalid metric object: %(metric)s": [ + "Ungültiges Metrik-Objekt: %(metric)s" + ], "Invalid numpy function: %(operator)s": [ "Ungültige Numpy-Funktion: %(operator)s" ], "Invalid options for %(rolling_type)s: %(options)s": [ "Ungültige Optionen für %(rolling_type)s: %(options)s" ], + "Invalid permalink key": ["Ungültiger Permalink-Schlüssel"], "Invalid result type: %(result_type)s": [ "Ungültiger Ergebnistyp: %(result_type)s" ], @@ -2189,49 +2704,69 @@ "Invalid spatial point encountered: %s": [ "Ungültiger räumlicher Punkt: %s" ], + "Invalid state.": ["Ungültiger Zustand."], + "Invalid tab ids: %s(tab_ids)": ["Ungültige Tab-IDs: %s(tab_ids)"], "Inverse selection": ["Auswahl umkehren"], - "Is Hidden": ["Ist versteckt"], + "Invert current page": ["Aktuelle Seite umkehren"], "Is certified": ["Zertifiziert"], "Is dimension": ["Ist Dimension"], + "Is false": ["Ist falsch"], "Is favorite": ["Favoriten"], "Is filterable": ["Ist filterbar"], + "Is not null": ["Ist nicht null"], + "Is null": ["Ist null"], + "Is tagged": ["Ist markiert"], "Is temporal": ["Ist zeitlich"], + "Is true": ["Ist wahr"], "Issue 1000 - The dataset is too large to query.": [ "Problem 1000 - Die Datenquelle ist zu groß, um sie abzufragen." ], "Issue 1001 - The database is under an unusual load.": [ "Problem 1001 - Die Datenbank ist ungewöhnlich belastet." ], - "It seems you don't have access to any database": [ - "Es scheint, dass Sie keinen Zugriff auf eine Datenbank haben" - ], - "It’s not recommended to truncate y-axis in Bar chart.": [ - "Es wird nicht empfohlen, die y-Achse im Balkendiagramm abzuschneiden." + "It’s not recommended to truncate axis in Bar chart.": [ + "Es wird nicht empfohlen, die Achse im Balkendiagramm abzuschneiden." ], "JAN": ["JAN"], "JSON": ["JSON"], "JSON Metadata": ["JSON-Metadaten"], "JSON metadata": ["JSON Metadaten"], + "JSON metadata is invalid!": ["JSON-Metadaten sind ungültig!"], "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ "JSON-Zeichenfolge mit zusätzlicher Verbindungskonfiguration. Diese wird verwendet, um Verbindungsinformationen für Systeme wie Hive, Presto und BigQuery bereitzustellen, die nicht der syntax username:password entsprechen, welche normalerweise von SQLAlchemy verwendet wird." ], "JUL": ["JUL"], "JUN": ["JUN"], "January": ["Januar"], + "JavaScript data interceptor": ["JavaScript-Daten-Interceptor"], + "JavaScript onClick href": ["JavaScript onClick href"], + "JavaScript tooltip generator": ["JavaScript-Tooltip-Generator"], + "Jinja templating": ["Jinja Vorlagen"], + "Json list of the column names that should be read": [ + "Json-Liste der Spaltennamen, die gelesen werden sollen" + ], "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "JSON-Liste der Spaltennamen, die gelesen werden sollen. Wenn nicht ‚Keine‘, werden nur diese Spalten aus der Datei gelesen." ], + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "Json-Liste der Werte, die als null behandelt werden sollen. Beispiele: [\"\"] für leere Zeichenketten, [\"Keine\", \"N/A\"], [\"nan\", \"null\"]. Warnung: Hive-Datenbank unterstützt nur einen einzigen Wert" + ], "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ "Json-Liste der Werte, die als NULL behandelt werden sollen. Beispiele: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warnung: Die Hive-Datenbank unterstützt nur einen einzelnen Wert. Verwenden Sie [\"\"] für die leere Zeichenfolge." ], "July": ["Juli"], "June": ["Juni"], "KPI": ["KPI"], + "Keep control settings?": ["Steuerelement-Einstellungen beibehalten?"], "Keep editing": ["Weiter bearbeiten"], + "Key": ["Schlüssel"], "Keys for table": ["Schlüssel für Tabelle"], + "Kilometers": ["Kilometer"], + "LIMIT": ["GRENZE"], "Label": ["Label"], "Label Line": ["Beschriftungslinie"], "Label Type": ["Beschriftungstyp"], + "Label already exists": ["Label existiert bereits"], "Label for your query": ["Bezeichnung für Ihre Anfrage"], "Label position": ["Beschriftungsposition"], "Label threshold": ["Beschriftungsschwellenwert"], @@ -2245,6 +2780,7 @@ "Last Changed": ["Zuletzt geändert"], "Last Modified": ["Zuletzt geändert"], "Last Updated %s": ["Letzte Aktualisierung %s"], + "Last Updated %s by %s": ["Zuletzt aktualisiert %s von %s"], "Last available value seen on %s": ["Letzter verfügbarer Wert auf %s"], "Last modified": ["Zuletzt geändert"], "Last modified by %s": ["Zuletzt geändert durch %s"], @@ -2253,9 +2789,9 @@ "Latitude of default viewport": [ "Breitengrad des Standardansichtsfensters" ], - "Layer": ["Ebene"], "Layer configuration": ["Ebenen-Konfiguration"], "Layout": ["Layout"], + "Layout elements": ["Layout-Elemente"], "Layout type of graph": ["Layouttyp des Diagramms"], "Layout type of tree": ["Layouttyp des Baums"], "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ @@ -2274,14 +2810,28 @@ "Left value": ["Linker Wert"], "Legacy": ["Veraltet"], "Legend": ["Legende"], + "Legend Format": ["Legendenformat"], + "Legend Orientation": ["Legenden-Ausrichtung"], + "Legend Position": ["Position der Legende"], "Legend type": ["Legendentyp"], + "Less or equal (<=)": ["Kleiner oder gleich (<=)"], + "Less than (<)": ["Weniger als (<)"], "Lift percent precision": ["Prozentuale Präzision erhöhen"], + "Light": ["Hell"], "Light mode": ["Heller Modus"], + "Like": ["Wie (Like)"], + "Like (case insensitive)": [ + "Like (Groß-/Kleinschreibung wird nicht beachtet)" + ], "Limit reached": ["Limit erreicht"], "Limit selector values": ["Auswahlwerte einschränken"], + "Limit type": ["Typ einschränken"], "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "Das Einschränken von Zeilen kann zu unvollständigen Daten und irreführenden Diagrammen führen. Erwägen Sie stattdessen, Quell-/Zielnamen zu filtern oder zu gruppieren." ], + "Limits the number of cells that get retrieved.": [ + "Begrenzt die Anzahl der Zeilen, die angezeigt werden." + ], "Limits the number of rows that get displayed.": [ "Begrenzt die Anzahl der Zeilen, die angezeigt werden." ], @@ -2290,35 +2840,47 @@ ], "Line": ["Linie"], "Line Chart": ["Liniendiagramm"], + "Line Chart (legacy)": ["Liniendiagramm (Legacy)"], "Line Style": ["Linien Stil"], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "Liniendiagramm wird verwendet, um Messungen zu visualisieren, die über eine bestimmte Kategorie durchgeführt wurden. Liniendiagramm ist eine Art Diagramm, das Informationen als eine Reihe von Datenpunkten anzeigt, die durch gerade Liniensegmente verbunden sind. Es ist ein grundlegender Diagrammtyp, der in vielen Bereichen üblich ist." + ], "Line interpolation as defined by d3.js": [ "Linieninterpolation gemäß d3.js" ], "Line width": ["Linienbreite"], "Linear Color Scheme": ["Farbverlaufschema"], "Linear color scheme": ["Farbverlaufschema"], + "Linear interpolation": ["Lineare Interpolation"], + "Lines column": ["Linien-Spalte"], + "Lines encoding": ["Zeilenkodierung"], "Link Copied!": ["Link kopiert!"], - "Link Length": ["Kantenlänge"], - "Link length in the force layout": [ - "Kantenlänge in kraftbasierter Anordnung" - ], - "List Observations": ["Beobachtungen auflisten"], "List Saved Query": ["Gespeicherte Abfragen auflisten"], + "List Unique Values": ["Eindeutige Werte auflisten"], + "List of extra columns made available in JavaScript functions": [ + "Liste der zusätzlichen Spalten, die in JavaScript-Funktionen zur Verfügung gestellt werden" + ], + "List of n+1 values for bucketing metric into n buckets.": [ + "Liste der n+1-Werte für das Bucketing der Metrik in n Buckets." + ], "List of values to mark with lines": [ "Liste der Werte, die mit Linien markiert werden sollen" ], "List of values to mark with triangles": [ "Liste der Werte, die mit Dreiecken markiert werden sollen" ], + "List updated": ["Liste aktualisiert"], "Live CSS editor": ["Live CSS Editor"], "Live render": ["Live-Darstellung"], "Load a CSS template": ["CSS Vorlage laden"], "Loaded data cached": ["Geladene Daten zwischengespeichert"], "Loaded from cache": ["Aus Zwischenspeicher geladen"], + "Loading": ["Lädt"], "Loading...": ["Lade..."], - "Log Retentions (days)": ["Protokollaufbewahrungen (Tage)"], + "Locate the chart": ["Suchen des Diagramms"], "Log Scale": ["Logarithmische Skala"], "Log retention": ["Protokollaufbewahrung"], + "Logarithmic axis": ["Logarithmische Achse"], "Logarithmic scale on primary y-axis": [ "Logarithmische Skala auf primärer y-Achse" ], @@ -2327,10 +2889,14 @@ ], "Logarithmic y-axis": ["Logarithmische y-Achse"], "Login": ["Anmelden"], + "Login with": ["Anmelden mit"], "Logout": ["Abmelden"], "Logs": ["Protokolle"], + "Long dashed": ["Lange gestrichelt"], "Longitude": ["Längengrad"], + "Longitude & Latitude": ["Längen- und Breitengrad"], "Longitude & Latitude columns": ["Längen- und Breitengradspalten"], + "Longitude and Latitude": ["Längen- und Breitengrad"], "Longitude of default viewport": [ "Längengrad des Standardansichtfensters" ], @@ -2338,24 +2904,29 @@ "MAY": ["MAI"], "MON": ["MO"], "Main Datetime Column": ["Haupt-Datums/Zeit-Spalte"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Stellen Sie sicher, dass die Steuerelemente ordnungsgemäß konfiguriert sind und die Datenquelle Daten für den ausgewählten Zeitraum enthält." + ], "Malformed request. slice_id or table_name and db_name arguments are expected": [ "Fehlerhafte Anforderung. slice_id oder table_name und db_name Argumente werden erwartet" ], "Manage": ["Verwalten"], - "Manage Email Reports for Charts": [ - "Verwalten von E-Mail-Berichten für Diagramme" - ], - "Manage Email Reports for Dashboards": [ - "E-Mail-Reports für Dashboards verwalten" - ], + "Manage email report": ["E-Mail-Bericht verwalten"], + "Manage your databases": ["Verwalten Sie Ihre Datenbanken"], "Mandatory": ["Notwendig"], "Mangle Duplicate Columns": ["Doppelte Spalten zusammenführen"], + "Manually set min/max values for the y-axis.": [ + "Min/Max-Werte für die y-Achse manuell festlegen." + ], "Map": ["Karte"], "Map Style": ["Karten Stil"], "MapBox": ["MapBox"], "Mapbox": ["Mapbox"], "March": ["März"], "Margin": ["Rand"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Markieren einer Spalte als temporär im Modal \"Datenquelle bearbeiten\"" + ], "Marker": ["Marker"], "Marker Size": ["Markergröße"], "Marker labels": ["Markierungsbeschriftungen"], @@ -2367,9 +2938,13 @@ "Max": ["Max"], "Max Bubble Size": ["Maximale Blasengröße"], "Max Events": ["Maximale Anzahl von Ereignissen"], - "Maximize chart": ["Diagramm maximieren"], "Maximum": ["Maximum"], "Maximum Font Size": ["Maximale Schriftgrösse"], + "Maximum Radius": ["Maximaler Radius"], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "Maximale Radiusgröße des Kreises in Pixel. Wenn sich die Zoomstufe ändert, wird sichergestellt, dass der Kreis diesen maximalen Radius einhält." + ], + "Maximum value": ["Maximalwert"], "Maximum value on the gauge axis": [ "Maximalwert auf der Messgerät-Skala" ], @@ -2377,22 +2952,21 @@ "Mean of values over specified period": [ "Mittelwert der Werte über einen bestimmten Zeitraum" ], + "Mean values": ["Mittelwerte"], + "Median": ["Median"], "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "Mittlere Kantenbreite, die dickste Kante ist 4-mal dicker als die dünnste." ], "Median node size, the largest node will be 4 times larger than the smallest": [ "Mittlere Knotengröße, der größte Knoten ist 4-mal größer als der kleinste" ], + "Median values": ["Medianwerte"], "Medium": ["Mittel"], - "Message Content": ["Inhalt der Nachricht"], + "Menu actions trigger": ["Auslöser von Menüaktionen"], "Message content": ["Nachrichteninhalt"], "Metadata": ["Metadaten"], - "Metadata Last Refreshed": ["Letzte Aktualisierung der Metadaten"], "Metadata Parameters": ["Metadaten Parameter"], "Metadata has been synced": ["Metadaten wurden synchronisiert"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metadaten für die folgende(n) Tabelle(n) aktualisiert: %(tables)s" - ], "Method": ["Methode"], "Metric": ["Metrik"], "Metric '%(metric)s' does not exist": [ @@ -2412,15 +2986,12 @@ "Metric factor change from `since` to `until`": [ "Änderung des metrischen Faktors von \"seit\" zu \"bis\"" ], - "Metric for Color": ["Metrik für Farbe"], "Metric for node values": ["Metrik für Knotenwerte"], + "Metric name": ["Name der Metrik"], "Metric name [%s] is duplicated": ["Metrikname [%s] wird dupliziert"], "Metric percent change in value from `since` to `until`": [ "Metrische prozentuale Wertänderung von \"seit\" zu \"bis\"" ], - "Metric that defines the color of the country": [ - "Metrik, die die Farbe des Landes definiert" - ], "Metric that defines the size of the bubble": [ "Metrik, die die Größe der Blase definiert" ], @@ -2430,34 +3001,48 @@ "Metric to sort the results by": [ "Metrik zum Sortieren der Ergebnisse nach" ], + "Metric used as a weight for the grid's coloring": [ + "Metrik, die als Gewicht für die Färbung des Rasters verwendet wird" + ], "Metric used to calculate bubble size": [ "Metrik zur Berechnung der Blasengröße" ], + "Metric used to control height": ["Metrik zur Steuerung der Höhe"], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Metrik, die verwendet wird, um zu definieren, wie die obersten Zeitreihen sortiert werden, wenn ein Zeitreihen- oder ein Zellen-Limit vorhanden ist. Wenn nicht definiert, wird auf die erste Metrik zurückgesetzt (falls zutreffend)." + ], "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ "Metrik, die verwendet wird, um zu definieren, wie die obersten Reihen sortiert werden, wenn eine Reihen- oder Zeilenbegrenzung vorhanden ist. Wenn nicht definiert, wird auf die erste Metrik zurückgesetzt (falls zutreffend)." ], - "Metric(s) {} must be aggregations.": [ - "Metrik(en) {} müssen Aggregationen sein." + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Metrik, die verwendet wird, um das Limit zu ordnen, wenn ein Zeitreihenlimit vorhanden ist. Wenn nicht definiert, wird auf die erste Metrik zurückgesetzt (falls geeignet)." ], "Metrics": ["Metriken"], "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ "Metriken, für die ein Prozentsatz der Gesamtsumme angezeigt werden soll. Berechnet nur aus Daten innerhalb des Zeilenlimits." ], + "Middle": ["Mitte"], "Midnight": ["Mitternacht"], + "Miles": ["Meilen"], "Min": ["Min"], "Min Periods": ["Mindestzeiträume"], "Min Width": ["Min. Breite"], "Min periods": ["Mindestzeiträume"], + "Min/max (no outliers)": ["Min/Max (keine Ausreißer)"], "Mine": ["Meine"], - "Minimize chart": ["Diagramm minimieren"], "Minimum": ["Minimum"], "Minimum Font Size": ["Minimale Schriftgröße"], + "Minimum Radius": ["Minimaler Radius"], "Minimum leaf node event count": [ "Minimale Anzahl der Blattknotenereignisse" ], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Mindestradius des Kreises in Pixel. Wenn sich die Zoomstufe ändert, wird sichergestellt, dass der Kreis diesen Mindestradius einhält." + ], "Minimum threshold in percentage points for showing labels.": [ "Mindestschwelle in Prozentpunkten für die Anzeige von Beschriftungen." ], + "Minimum value": ["Minimalwert"], "Minimum value for label to be displayed on graph.": [ "Mindestwert für die Beschriftung, die im Diagramm angezeigt werden soll." ], @@ -2467,8 +3052,9 @@ "Minor Split Line": ["Kleine geteilte Linie"], "Minute": ["Minute"], "Minutes %s": ["Minuten %s"], - "Missing Required Fields": ["Fehlende Pflichtfelder"], + "Missing URL parameters": ["Fehlende URL-Parameter"], "Missing dataset": ["Fehlender Datensatz"], + "Mixed Chart": ["Gemischtes Diagramm"], "Mixed Time-Series": ["Gemischte Zeitreihen"], "Modified": ["Geändert"], "Modified %s": ["Geändert %s"], @@ -2477,7 +3063,8 @@ "Monday": ["Montag"], "Month": ["Monat"], "Months %s": ["Monate %s"], - "More dataset related options": ["Weitere Optionen zum Datensatz"], + "More": ["Mehr"], + "More filters": ["Weitere Filter"], "Move only": ["Nur verschieben"], "Moves the given set of dates by a specified interval.": [ "Verschiebt den angegebenen Satz von Datumsangaben um ein angegebenes Intervall." @@ -2491,40 +3078,50 @@ "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "Unterschiedliche Dateierweiterungen sind für spaltenförmige Uploads nicht zulässig. Bitte stellen Sie sicher, dass alle Dateien die gleiche Erweiterung haben." ], + "Multiple filtering": ["Mehrfachfilterung"], "Multiple formats accepted, look the geopy.points Python library for more details": [ "Mehrere Formate akzeptiert, recherchieren Sie in der geopy.points Python-Bibliothek nach weiteren Details" ], - "Multiple select": ["Mehrfachauswahl"], "Multiple selections allowed, otherwise filter is limited to a single value": [ "Mehrfachauswahl zulässig, andernfalls ist der Filter auf einen einzelnen Wert beschränkt" ], + "Multiplier": ["Multiplikator"], "Must be unique": ["Muss eindeutig sein"], + "Must choose either a chart or a dashboard": [ + "Sie müssen entweder ein Diagramm oder ein Dashboard auswählen" + ], "Must have a [Group By] column to have 'count' as the [Label]": [ "Muss eine Spalte [Gruppieren nach] haben, um 'count' als [Label] zu verwenden" ], "Must have at least one numeric column specified": [ "Mindestens eine numerische Spalte erforderlich" ], + "Must provide credentials for the SSH Tunnel": [ + "Anmeldeinformationen für den SSH-Tunnel sind verpflichtend" + ], "Must specify a value for filters with comparison operators": [ "Muss einen Wert für Filter mit Vergleichsoperatoren angeben" ], + "My beautiful colors": ["Meine schönen Farben"], "My column": ["Meine Spalte"], "My metric": ["Meine Metrik"], "N/A": ["k.A."], + "NOT GROUPED BY": ["NICHT GRUPPIERT NACH"], "NOV": ["NOV"], "NOW": ["JETZT"], + "NUMERIC": ["NUMERISCH"], "Name": ["Name"], "Name is required": ["Name ist erforderlich"], "Name must be unique": ["Name muss eindeutig sein"], "Name of table to be created from columnar data.": [ "Name der Tabelle, die aus tabellarischen Daten erstellt werden soll." ], - "Name of table to be created from csv data.": [ - "Name der Tabelle, die aus csv-Daten erstellt werden soll." - ], "Name of table to be created from excel data.": [ "Name der Tabelle, die aus Excel-Daten erstellt werden soll." ], + "Name of table to be created with CSV file": [ + "Name der Tabelle, die aus CSV-Daten erstellt werden soll" + ], "Name of the column containing the id of the parent node": [ "Name der Spalte, die die ID des übergeordneten Knotens enthält" ], @@ -2535,35 +3132,57 @@ ], "Name of the target nodes": ["Name der Zielknoten"], "Name your database": ["Benennen der Datenbank"], + "Need help? Learn how to connect your database": [ + "Benötigen Sie Hilfe? Erfahren Sie, wie Sie Ihre Datenbank verbinden" + ], + "Need help? Learn more about": [ + "Benötigen Sie Hilfe? Erfahren Sie mehr über" + ], + "Network error": ["Netzwerkfehler"], "Network error.": ["Netzwerk-Fehler."], - "New": ["Neu"], - "New Email Report": ["Neuer E-Mail-Bericht"], "New chart": ["Neues Diagramm"], "New columns added: %s": ["Neue Spalten hinzugefügt: %s"], + "New dataset": ["Neuer Datensatz"], + "New dataset name": ["Name des neuen Datensatzes"], "New filter set": ["Neue Filtergruppe"], + "New header": ["Neue Überschrift"], "New tab": ["Neuer Tab"], "New tab (Ctrl + q)": ["Neue Registerkarte (Strg + q)"], "New tab (Ctrl + t)": ["Neue Registerkarte (Strg + t)"], "Next": ["Weiter"], "Nightingale Rose Chart": ["Nightingale Rose Diagramm"], "No": ["Nein"], - "No %(tableName)s yet": ["Noch keine %(tableName)s"], "No %s yet": ["Noch keine %s"], "No Access!": ["Keine Zugriff!"], "No Data": ["Keine Daten"], "No Results": ["Keine Ergebnisse"], + "No annotation layers": ["Keine Anmerkungs-Layer"], "No annotation layers yet": ["Noch keine Anmerkungsebenen"], "No annotation yet": ["Noch keinen Anmerkungen"], + "No applied filters": ["Keine angewendete Filter"], + "No available filters.": ["Keine Filter verfügbar."], "No charts": ["Keine Diagramme"], + "No charts yet": ["Noch keine Diagramme"], "No columns": ["Keine Spalten"], + "No columns found": ["Keine Spalten gefunden"], "No compatible columns found": ["Keine kompatiblen Quellen gefunden"], + "No compatible datasets found": ["Keine kompatiblen Datensätze gefunden"], + "No compatible schema found": ["Kein kompatibles Schema gefunden"], "No dashboards": ["Keine Dashboards"], + "No dashboards yet": ["Noch keine Dashboards"], "No data": ["Keine Daten"], "No data after filtering or data is NULL for the latest time record": [ "Keine Daten nach dem Filtern oder Daten sind NULL für den letzten Zeitdatensatz" ], "No data in file": ["Keine Daten in Datei"], + "No database tables found": ["Keine Datenbanktabellen gefunden"], + "No databases match your search": [ + "Keine Datenbanken stimmen mit Ihrer Suche überein" + ], "No description available.": ["Keine Beschreibung verfügbar."], + "No dimensions available for drill by": [ + "Keine Dimensionen verfügbar für das Hineinzoomen nach" + ], "No favorite charts yet, go click on stars!": [ "Noch keine Lieblingsdashboards, klicken Sie auf die Sterne!" ], @@ -2572,20 +3191,55 @@ ], "No filter": ["Kein Filter"], "No filter is selected.": ["Kein Filter ausgewählt."], + "No filters": ["Keine Filter"], + "No filters are currently added to this dashboard.": [ + "Bisher wurden diesem Dashboard noch keine Filter hinzugefügt." + ], + "No form settings were maintained": [ + "Es wurden keine Formulareinstellungen beibehalten" + ], + "No global filters are currently added": [ + "Derzeit sind keine globalen Filter gesetzt" + ], + "No matching records found": ["Keine passenden Einträge gefunden"], "No of Bins": ["Anzahl der Bis"], - "No query history yet...": ["Noch kein Abfrageverlauf..."], + "No recents yet": ["Noch keine aktuellen"], "No records found": ["Keine Datensätze gefunden"], + "No results": ["Keine Ergebnisse"], "No results found": ["Keine Ergebnisse gefunden"], + "No results match your filter criteria": [ + "Keine Ergebnisse entsprechen Ihren Filterkriterien" + ], + "No results were returned for this query": [ + "Für diese Abfrage wurden keine Ergebnisse zurückgegeben" + ], "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ "Für diese Abfrage wurden keine Ergebnisse zurückgegeben. Wenn Sie erwartet haben, dass Ergebnisse zurückgegeben werden, stellen Sie sicher, dass alle Filter ordnungsgemäß konfiguriert sind und die Datenquelle Daten für den ausgewählten Zeitraum enthält." ], + "No rows were returned for this dataset": [ + "Für diesen Datensatz wurden keine Zeilen zurückgegeben" + ], + "No samples were returned for this dataset": [ + "Für diesen Dataensatz wurden keine Beispiele zurückgegeben" + ], + "No saved expressions found": ["Keine gespeicherten Ausdrücke gefunden"], + "No saved metrics found": ["Keine gespeicherten Metriken gefunden"], + "No saved queries yet": ["Noch keine gespeicherten Abfragen"], "No stored results found, you need to re-run your query": [ "Keine gespeicherten Ergebnisse gefunden. Sie müssen Ihre Abfrage erneut ausführen" ], "No such column found. To filter on a metric, try the Custom SQL tab.": [ "Eine solche Spalte wurde nicht gefunden. Um nach einer Metrik zu filtern, versuchen Sie es mit der Registerkarte Benutzerdefinierte SQL." ], + "No table columns": ["Keine Tabellenspalten"], + "No temporal columns found": ["Keine Zeitspalten gefunden"], "No time columns": ["Nicht-Zeitspalten"], + "No validator found (configured for the engine)": [ + "Kein Validator gefunden (für das Modul konfiguriert)" + ], + "No validator named {} found (configured for the {} engine)": [ + "Kein Validator mit dem Namen {} gefunden (konfiguriert für das {}-Modul)" + ], "Node label position": ["Position der Knotenbeschriftung"], "Node select mode": ["Knotenauswahlmodus"], "Node size": ["Knotengröße"], @@ -2596,6 +3250,10 @@ "Normalize Across": ["Normalisieren über"], "Normalized": ["Normalisiert"], "Not Time Series": ["Keine Zeitreihen"], + "Not added to any dashboard": ["Zu keinem Dashboard hinzugefügt"], + "Not available": ["Nicht verfügbar"], + "Not equal to (≠)": ["Ist nicht gleich (≠)"], + "Not in": ["Nicht in"], "Not null": ["Nicht NULL"], "Not triggered": ["Nicht ausgelöst"], "Not up to date": ["Nicht aktuell"], @@ -2603,10 +3261,19 @@ "Notification method": ["Benachrichtigungsmethode"], "November": ["November"], "Now": ["Jetzt"], + "Null Values": ["NULL Werte"], + "Null imputation": ["Fehlwert-Imputation"], "Null or Empty": ["Null oder Leer"], "Null values": ["NULL Werte"], "Number Format": ["Zahlenformat"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "Zahlengrenzen, die für die Farbkodierung von Rot nach Blau verwendet werden.\n Kehren Sie die Zahlen für Blau in Rot um. Um reines Rot oder Blau zu erhalten,\n können Sie entweder nur min oder max eingeben." + ], "Number format": ["Nummern Format"], + "Number format string": ["Zahlenformat-Zeichenfolge"], + "Number of buckets to group data": [ + "Anzahl der Buckets zum Gruppieren von Daten" + ], "Number of decimal digits to round numbers to": [ "Anzahl der Dezimalstellen, auf die gerundet wird" ], @@ -2616,9 +3283,21 @@ "Number of decimal places with which to display p-values": [ "Anzahl der Dezimalstellen, mit denen p-Werte angezeigt werden sollen" ], + "Number of periods to compare against": [ + "Anzahl der zu vergleichenden Perioden" + ], + "Number of periods to ratio against": [ + "Anzahl ins Verhältnis zu setzender Perioden" + ], + "Number of rows of file to read": [ + "Anzahl der aus Datei zu lesenden Zeilen." + ], "Number of rows of file to read.": [ "Anzahl der aus Datei zu lesenden Zeilen." ], + "Number of rows to skip at start of file": [ + "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." + ], "Number of rows to skip at start of file.": [ "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." ], @@ -2639,14 +3318,11 @@ "Offline": ["Offline"], "Offset": ["Offset"], "On Grace": ["Kulanz"], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "Sobald ein Alarm ausgelöst wird, Dauer, in Sekunden, bevor Superset Sie wieder erinnert." - ], "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ - "Eine oder mehrere Spalten, nach denen gruppiert werden soll. Gruppierungen mit hoher Kardinalität sollten ein Serienlimit enthalten, um die Anzahl der abgerufenen und dargestellten Serien zu begrenzen." + "Eine oder mehrere Spalten, nach denen gruppiert werden soll. Gruppierungen mit hoher Kardinalität sollten ein Zeitreihenlimit enthalten, um die Anzahl der abgerufenen und dargestellten Zeitreihen zu begrenzen." ], "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ - "Eine oder mehrere Spalten, nach denen gruppiert werden soll. Gruppierungen mit hoher Kardinalität sollten eine Sortierung nach Metrik und Serienbegrenzung enthalten, um die Anzahl der abgerufenen und dargestellten Reihen zu begrenzen." + "Eine oder mehrere Spalten, nach denen gruppiert werden soll. Gruppierungen mit hoher Kardinalität sollten eine Sortierung nach Metrik und Zeitreihenbegrenzung enthalten, um die Anzahl der abgerufenen und dargestellten Reihen zu begrenzen." ], "One or many columns to pivot as columns": [ "Eine oder mehrere Spalten, die als Spalten pivotiert werden sollen" @@ -2687,8 +3363,8 @@ "One or more parameters specified in the query are missing.": [ "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." ], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ - "Ein oder mehrere Pflichtfelder fehlen in der Anfrage. Bitte versuchen Sie es erneut, und wenn das Problem weiterhin besteht, wenden Sie sich an Ihre*n Administrator*in." + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "Ein oder mehrere Pflichtfelder fehlen in der Anfrage. Versuchen Sie es erneut, und wenn das Problem weiterhin besteht, wenden Sie sich an Ihre/n Administrator*in." ], "One ore more annotation layers failed loading.": [ "Eine oder mehrere Anmerkungsebenen konnten nicht geladen werden." @@ -2700,6 +3376,12 @@ "Only `SELECT` statements are allowed": [ "Nur 'SELECT'-Anweisungen sind zulässig" ], + "Only applies when \"Label Type\" is not set to a percentage.": [ + "Gilt nur, wenn \"Beschriftungstyp\" nicht auf einen Prozentsatz festgelegt ist." + ], + "Only applies when \"Label Type\" is set to show values.": [ + "Gilt nur, wenn \"Beschriftungstyp\" so eingestellt ist, dass Werte angezeigt werden." + ], "Only selected panels will be affected by this filter": [ "Nur ausgewählte Bereiche sind von diesem Filter betroffen" ], @@ -2712,6 +3394,7 @@ "Only the following file extensions are allowed: %(allowed_extensions)s": [ "Nur die folgenden Dateierweiterungen sind zulässig: %(allowed_extensions)s" ], + "Oops! An error occurred!": ["Hoppla! Ein Fehler ist aufgetreten!"], "Opacity": ["Deckkraft"], "Opacity of Area Chart. Also applies to confidence band.": [ "Deckkraft des Flächendiagramms. Gilt auch für das Vertrauensband." @@ -2720,12 +3403,12 @@ "Deckkraft aller Cluster, Punkte und Beschriftungen. Zwischen 0 und 1." ], "Opacity of area chart.": ["Deckkraft des Flächendiagramms."], + "Opacity, expects values between 0 and 100": [ + "Deckkraft, erwartet Werte zwischen 0 und 100" + ], "Open Datasource tab": ["Datenquellen-Reiter öffnen"], "Open in SQL Lab": ["In SQL Lab öffnen"], "Open query in SQL Lab": ["Bearbeiten in SQL Editor"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Betreiben Sie die Datenbank im asynchronen Modus, was bedeutet, dass die Abfragen auf Remote-Workern und nicht auf dem Webserver selbst ausgeführt werden. Dies setzt voraus, dass Sie sowohl über ein Celery-Worker-Setup als auch über ein Ergebnis-Backend verfügen. Weitere Informationen finden Sie in den Installationsdokumenten." - ], "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ "Betreiben Sie die Datenbank im asynchronen Modus, was bedeutet, dass die Abfragen auf Remote-Workern und nicht auf dem Webserver selbst ausgeführt werden. Dies setzt voraus, dass Sie sowohl über ein Celery-Worker-Setup als auch über ein Ergebnis-Backend verfügen. Weitere Informationen finden Sie in den Installationsdokumenten." ], @@ -2736,13 +3419,19 @@ "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "Optionale CA_BUNDLE Inhalte, um HTTPS-Anforderungen zu überprüfen. Nur für bestimmte Datenbank-Engines verfügbar." ], - "Optional name of the data column.": ["Optionaler Name der Datenspalte."], - "Optional time column if time range should apply to another column than the default time column": [ - "Optionale Zeitspalte, wenn der Zeitraum auf eine andere Spalte als die Standardzeitspalte angewendet werden soll" + "Optional d3 date format string": [ + "Optionale d3-Datumsformat-Zeichenfolge" + ], + "Optional d3 number format string": [ + "Optionale d3-Zahlenformat-Zeichenfolge" ], + "Optional name of the data column.": ["Optionaler Name der Datenspalte."], "Optional warning about use of this metric": [ "Optionale Warnung zur Verwendung dieser Metrik" ], + "Optionally add a detailed description": [ + "Fügen Sie optional eine detaillierte Beschreibung hinzu" + ], "Options": ["Optionen"], "Or choose from a list of other databases we support:": [ "Oder wählen Sie aus einer Liste anderer Datenbanken, die wir unterstützen:" @@ -2752,8 +3441,10 @@ "Ergebnisse nach ausgewählten Spalten sortieren" ], "Ordering": ["Sortierung"], + "Orientation": ["Ausrichtung"], + "Orientation of bar chart": ["Ausrichtung des Balkendiagramms"], + "Orientation of filter bar": ["Ausrichtung des Filterbalkens"], "Orientation of tree": ["Ausrichtung des Baumes"], - "Origin": ["Herkunft"], "Original": ["Original"], "Original table column order": [ "Ursprüngliche Tabellenspaltenreihenfolge" @@ -2761,18 +3452,30 @@ "Original value": ["Ursprünglicher Wert"], "Orthogonal": ["Orthogonal"], "Other": ["Andere"], + "Outdoors": ["Outdoor-Aktivitäten"], "Outer Radius": ["Aussenradius"], "Outer edge of Pie chart": ["Äußerer Rand des Kreisdiagramms"], "Overlap": ["Überlappen"], "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ "Überlagern Sie eine oder mehrere Zeitreihen aus einem relativen Zeitraum. Erwartet relative Zeitintervalle in natürlicher Sprache (Beispiel: 24 Stunden, 7 Tage, 52 Wochen, 365 Tage). Freitext wird unterstützt." ], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Überlagern Sie eine oder mehrere Zeitreihen aus einem relativen Zeitraum. Erwartet relative Zeitintervalle in natürlicher, englischer Sprache (Beispiel: „24 hours“, „7 days“, „52 weeks“, „365 days“). Freitext wird unterstützt." + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Überlagert ein sechseckiges Raster auf einer Karte und aggregiert Daten innerhalb der Grenzen jeder Zelle." + ], + "Override time grain": ["Zeitgranularität überschreiben"], + "Override time range": ["Zeitbereich überschreiben"], "Overwrite": ["Überschreiben Scheibe %s"], "Overwrite & Explore": ["Überschreiben & Erkunden"], "Overwrite Dashboard [%s]": ["Dashboard überschreiben [%s]"], + "Overwrite Duplicate Columns": ["Doppelte Spalten überschreiben"], + "Overwrite existing": ["Bestehende überschreiben"], "Overwrite text in the editor with a query on this table": [ "Überschreiben von Text im Editor mit einer Abfrage für diese Tabelle" ], + "Owned Created or Favored": ["Im Besitz, Erstellt oder Favorisiert"], "Owner": ["Besitzer*in"], "Owners": ["Besitzende"], "Owners are invalid": ["Besitzende sind ungültig"], @@ -2790,9 +3493,10 @@ "Parameter error": ["Parameter-Fehler"], "Parameters": ["Parameter"], "Parameters ": ["Parameter"], + "Parameters related to the view and perspective on the map": [ + "Parameter in Bezug auf die Ansicht und Perspektive auf der Karte" + ], "Parent": ["Übergeordnet"], - "Parent filter": ["Übergeordneter Filter"], - "Parent filter is required": ["Übergeordneter Filter ist erforderlich"], "Parse Dates": ["Datumsangaben auswerten"], "Part of a Whole": ["Teil eines Ganzen"], "Partition Chart": ["Partitionsdiagramm"], @@ -2803,14 +3507,22 @@ "Partitionen, deren Höhen- zu Elternhöhenverhältnissen unter diesem Wert liegen, werden ausgeblendet." ], "Password": ["Password"], + "Paste Private Key here": ["Privaten Schlüssel hier einfügen"], + "Paste content of service credentials JSON file here": [ + "Fügen Sie den Inhalt der JSON-Datei für Dienstanmeldeinformationen hier ein" + ], "Paste the shareable Google Sheet URL here": [ "Fügen Sie die gemeinsam nutzbare Google Tabellen-URL hier ein" ], "Pattern": ["Muster"], "Percent Change": ["Prozentuale Veränderung"], + "Percentage": ["Prozentsatz"], + "Percentage change": ["Prozentuale Veränderung"], "Percentage metrics": ["Prozentuale Metriken"], "Percentage threshold": ["Prozentualer Schwellenwert"], "Percentages": ["Prozentwerte"], + "Performance": ["Leistung"], + "Period average": ["Periodendurchschnitt"], "Periods": ["Zeiträume"], "Periods must be a whole number": [ "Perioden müssen eine ganze Zahl sein" @@ -2827,6 +3539,9 @@ "Physical": ["Physisch"], "Physical (table or view)": ["Physisch (Tabelle oder Ansicht)"], "Physical dataset": ["Physischer Datensatz"], + "Pick a dimension from which categorical colors are defined": [ + "Wählen Sie eine Dimension aus, für die kategoriale Farben definiert werden" + ], "Pick a granularity in the Time section or uncheck 'Include Time'": [ "Wählen Sie eine Granularität im Abschnitt Zeit aus oder deaktivieren Sie \"Zeit einschließen\"." ], @@ -2844,8 +3559,11 @@ "Pick a name to help you identify this database.": [ "Wählen Sie einen Namen aus, der Ihnen hilft, diese Datenbank zu identifizieren." ], - "Pick a nickname for this database to display as in Superset.": [ - "Wählen Sie einen Namen für diese Datenbank aus, der wie in Superset angezeigt werden soll." + "Pick a nickname for how the database will display in Superset.": [ + "Wählen Sie einen Kurznamen mit dem die Datenbank in Superset angezeigt werden soll." + ], + "Pick a set of deck.gl charts to layer on top of one another": [ + "Wählen Sie eine Reihe von deck.gl Diagrammen aus, die übereinander gelegt werden sollen" ], "Pick a time granularity for your time series": [ "Wählen Sie eine Zeitgranularität für Ihre Zeitreihe" @@ -2871,7 +3589,7 @@ "Pin": ["Pin"], "Pivot Options": ["Pivot-Optionen"], "Pivot Table": ["Pivot-Tabelle"], - "Pivot Table v2": ["Pivot-Tabelle v2"], + "Pivot Table (legacy)": ["Pivot-Tabelle (Legacy)"], "Pivot operation must include at least one aggregate": [ "Pivot-Operation muss mindestens ein Aggregat enthalten" ], @@ -2880,6 +3598,11 @@ ], "Pivoted": ["Pilotiert"], "Pixel height of each series": ["Pixelhöhe jeder Serie"], + "Pixels": ["Pixel"], + "Plain": ["Unformatiert"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [ + "Bitte überschreiben Sie den \"filter_scopes“-Schlüssel NICHT." + ], "Please apply filter changes": ["Bitte wenden Sie Filteränderungen an"], "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ "Bitte überprüfen Sie Ihre Anfrage und vergewissern Sie sich, dass alle Vorlagenparameter von doppelten Klammern umgeben sind, z. B. \"{{ ds }}\". Versuchen Sie dann erneut, die Abfrage auszuführen." @@ -2890,30 +3613,38 @@ "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "Bitte überprüfen Sie Ihre Anfrage auf Syntaxfehler in der Nähe von \"%(server_error)s\". Versuchen Sie dann erneut, die Abfrage auszuführen." ], - "Please choose at least one 'Group by' field ": [ + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "Überprüfen Sie Ihre Vorlagenparameter auf Syntaxfehler und stellen Sie sicher, dass sie in Ihrer SQL-Abfrage und in den Parameter-Namen übereinstimmen. Versuchen Sie dann erneut, die Abfrage auszuführen." + ], + "Please choose at least one 'Group by' field": [ "Bitte wählen Sie mindestens ein Feld \"Gruppieren nach\" " ], + "Please choose at least one groupby": [ + "Bitte wählen Sie mindestens ein Gruppierungs-Kriterium" + ], "Please choose at least one metric": [ "Bitte wählen Sie mindestens eine Metrik" ], "Please choose different metrics on left and right axis": [ "Bitte wählen Sie verschiedene Metriken für die linke und rechte Achse" ], - "Please complete all required fields.": ["Bitte Pflichtfelder angeben!"], "Please confirm": ["Bitte bestätigen"], + "Please confirm the overwrite values.": [ + "Bitte bestätigen Sie die überschreibenden Werte." + ], "Please enter a SQLAlchemy URI to test": [ "Bitten geben Sie eine SQL Alchemy URI zum Testen ein" ], - "Please enter a chart name": ["Bitte Diagrammname eingeben"], "Please filter set name": ["Bitte Name für Filtergruppe eingeben"], - "Please make sure all fields are filled out correctly": [ - "Bitte stellen Sie sicher, dass alle Felder korrekt ausgefüllt sind" - ], "Please re-enter the password.": [ "Bitte geben Sie das Passwort erneut ein." ], + "Please re-export your file and try importing again": [ + "Bitte exportieren Sie Ihre Datei erneut und versuchen Sie nochmals, sie zu importieren." + ], "Please reach out to the Chart Owner for assistance.": [ - "Bitte wenden Sie sich an den/die Diagramm-Besitzer*in, um Unterstützung zu erhalten." + "Bitte wenden Sie sich an den/die Diagramm-Besitzer*in, um Unterstützung zu erhalten.", + "Bitte wenden Sie sich an die Diagramm-Besitzer*innen, um Unterstützung zu erhalten." ], "Please save the query to enable sharing": [ "Bitte speichern Sie die Abfrage, um die Freigabe zu aktivieren" @@ -2930,29 +3661,40 @@ "Please use 3 different metric labels": [ "Bitte verwenden Sie 3 verschiedene metrische Beschriftungen" ], - "Please verify that port is open to connect.": [ - "Stellen Sie sicher, dass der Port für die Verbindung geöffnet ist." + "Plot the distance (like flight paths) between origin and destination.": [ + "Entfernung (wie Flugrouten) zwischen Abflug- und Zielort zeichen" ], "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ "Stellt die einzelnen Metriken für jede Zeile in den Daten vertikal dar und verknüpft sie als Linie miteinander. Dieses Diagramm ist nützlich, um mehrere Metriken in allen Stichproben oder Zeilen in den Daten zu vergleichen." ], "Plugins": ["Plugins"], + "Point Color": ["Punktfarbe"], "Point Radius": ["Punktradius"], + "Point Radius Scale": ["Punktradius Maßstab"], "Point Radius Unit": ["Punktradius-Einheit"], + "Point Size": ["Punktgröße"], + "Point Unit": ["Punkteinheit"], + "Point to your spatial columns": [ + "Zeigen Sie auf Ihre räumlichen Spalten" + ], "Points": ["Punkte"], "Points and clusters will update as the viewport is being changed": [ "Punkte und Cluster werden aktualisiert, wenn das Ansichtsfenster geändert wird" ], + "Polygon Column": ["Polygon-Spalte"], + "Polygon Encoding": ["Polygon-Kodierung"], + "Polygon Settings": ["Polygon-Einstellungen"], + "Polyline": ["Polylinie"], "Pop Tab Link": ["Tab-Link"], "Popular": ["Beliebt"], "Populate \"Default value\" to enable this control": [ "Geben Sie den \"Standardwert\" an, um dieses Steuerelement zu aktivieren" ], "Population age data": ["Daten zum Bevölkerungsalter"], + "Port": ["Port"], "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "Port %(port)s auf Hostname \"%(hostname)s\" verweigerte die Verbindung." ], - "Port is closed": ["Port ist geschlossen"], "Position JSON": ["Anordnungs-JSON"], "Position of child node label on tree": [ "Position der Beschriftung des untergeordneten Knotens in der Struktur" @@ -2960,8 +3702,8 @@ "Position of column level subtotal": [ "Position der Zwischensumme auf Spaltenebene" ], - "Position of intermidiate node label on tree": [ - "Position der Zwischenknoten-Beschriftung im Baum" + "Position of intermediate node label on tree": [ + "Beschriftungs-Position der Zwischenknoten im Baum" ], "Position of row level subtotal": [ "Position der Zwischensumme auf Zeilenebene" @@ -2981,10 +3723,16 @@ "Preview": ["Vorschau"], "Preview: `%s`": ["Vorschau: `%s"], "Previous": ["Zurück"], + "Previous Line": ["Vorherige Zeile"], "Primary": ["Primär"], "Primary Metric": ["Primäre Metrik"], + "Primary key": ["Primärschlüssel"], "Primary or secondary y-axis": ["Primäre oder sekundäre y-Achse"], "Primary y-axis format": ["Primäres y-Achsenformat"], + "Private Key": ["Privater Schlüssel"], + "Private Key & Password": ["Privater Schlüssel & Passwort"], + "Private Key Password": ["Passwort des privaten Schlüssels"], + "Proceed": ["Fortfahren"], "Profile": ["Profil"], "Profile picture provided by Gravatar": ["Profilbild von Gravatar"], "Progress": ["Fortschritt"], @@ -2996,6 +3744,7 @@ ], "Publicly shared sheets only": ["Nur öffentlich freigegebene Blätter"], "Published": ["Veröffentlicht"], + "Purple": ["Lila"], "Put labels outside": ["Beschriftung außerhalb darstellen"], "Put the labels outside of the pie?": [ "Sollen die Beschriftungen außerhalb der Torte dargestellt werden?" @@ -3004,17 +3753,19 @@ "Beschriftungen außerhalb des Kuchens anordnen?" ], "Put your code here": ["Geben Sie Ihren Code hier ein"], - "Python Functions": ["Python-Funktionen"], "Python datetime string pattern": ["Python Datetime-Zeichenfolge"], - "Python functions": ["Python-Funktionen"], + "QUERY DATA IN SQL LAB": ["DATEN IN SQL LAB ABFRAGEN "], "Quarter": ["Quartal"], "Quarters %s": ["Quartale %s"], + "Queries": ["Abfragen"], "Query": ["Abfrage"], "Query %s: %s": ["Abfrage %s: %s"], "Query A": ["Abfrage A"], "Query B": ["Abfrage B"], "Query History": ["Abfrageverlauf"], + "Query does not exist": ["Abfrage ist nicht vorhanden"], "Query history": ["Abfragenverlauf"], + "Query imported": ["Abfrage importiert"], "Query in a new tab": ["Abfrage auf einer neuen Registerkarte"], "Query is too complex and takes too long to run.": [ "Die Abfrage ist zu komplex und dauert zu lange." @@ -3022,11 +3773,9 @@ "Query mode": ["Abfragemodus"], "Query name": ["Abfragename"], "Query preview": ["Abfragen-Voransicht"], - "Query search string": ["Abfragen suchen"], "Query was stopped": ["Abfrage wurde angehalten"], "Query was stopped.": ["Die Abfrage wurde gestoppt."], "RANGE TYPE": ["BEREICHSTYP"], - "REPORT NAME ERROR": ["BERICHTNAMEN FEHLER"], "RGB Color": ["RGB-Farbe"], "Radar": ["Radar"], "Radar Chart": ["Radar-Diagramm"], @@ -3034,6 +3783,9 @@ "Radar-Darstellungsart, ob die Kreisform angezeigt werden soll." ], "Radial": ["Radial"], + "Radius in kilometers": ["Radius in Kilometern"], + "Radius in meters": ["Radius in Metern"], + "Radius in miles": ["Radius in Meilen"], "Ran %s": ["Ausgeführt %s"], "Range": ["Bereich"], "Range filter": ["Bereichsfilter"], @@ -3062,19 +3814,16 @@ "Kürzlich angezeigte Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" ], "Recents": ["Kürzlich"], - "Recipients": ["Empfänger*innen"], "Recipients are separated by \",\" or \";\"": [ "Empfänger werden durch \",\" oder \";\" getrennt." ], "Recommended tags": ["Empfohlene Tags"], "Record Count": ["Anzahl Datensätze"], "Rectangle": ["Rechteck"], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Leitet zu diesem Endpunkt um, wenn Sie in der Datenquellenliste auf die Datenquelle klicken" - ], "Redirects to this endpoint when clicking on the table from the table list": [ "Leitet zu diesem Endpunkt um, wenn Sie in der Tabellenliste auf die Tabelle klicken" ], + "Redo the action": ["Aktion wiederholen"], "Reduce X ticks": ["Reduzieren Sie X Ticks"], "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "Reduziert die Anzahl der darzustellenden X-Achsen-Ticks. Wenn WAHR, läuft die x-Achse nicht über und Beschriftungen fehlen möglicherweise. Wenn FALSCH, wird eine Mindestbreite auf Spalten angewendet und die Breite kann in einen horizontalen Bildlauf überlaufen." @@ -3085,17 +3834,16 @@ ], "Refetch results": ["Ergebnisse erneut anfordern"], "Refresh": ["Aktualisieren"], - "Refresh Druid Metadata": ["Druid Metadaten aktualisieren"], - "Refresh Metadata": ["Metadaten aktualisieren"], - "Refresh column metadata": ["Spalten-Metadaten aktualisieren"], "Refresh dashboard": ["Dashboard aktualisieren"], "Refresh frequency": ["Aktualisierungsfrequenz"], "Refresh interval": ["Aktualisierungsinterval"], + "Refresh interval saved": ["Aktualisierungsintervall gespeichert"], + "Refresh table list": ["Tabellenliste aktualisieren"], + "Refresh tables": ["Aktualisieren von Tabellen"], "Refresh the default values": ["Aktualisieren der Standardwerte"], - "Refreshed metadata from cluster [{}]": [ - "Aktualisierte Metadaten aus Cluster [{}]" - ], - "Refreshing datasource [{}]": ["Aktualisieren der Datenquelle [{}]"], + "Refreshing charts": ["Aktualisieren von Diagrammen"], + "Refreshing columns": ["Aktualisieren von Spalten"], + "Regex": ["Regex"], "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ "Reguläre Filter fügen Abfragen WHERE-Ausrücke hinzu, falls ein*e Benutzer*in einer im Filter referenzierten Rolle angehört. Basisfilter wenden Filter auf alle Abfragen mit Ausnahme der im Filter definierten Rollen an. Über sie lässt sich definieren, was Benutzer*innen sehen können, wenn auf sie keine RLS-Filter angewendet werden." ], @@ -3106,8 +3854,10 @@ "Relative Date/Time": ["Relatives Datum/Uhrzeit"], "Relative period": ["Relativer Zeitraum"], "Relative quantity": ["Relative Menge"], + "Reload": ["Neu laden"], "Remind me in 24 hours": ["In 24 Stunden erinnern"], "Remove": ["Entfernen"], + "Remove cross-filter": ["Kreuzfilter entfernen"], "Remove invalid filters": ["Ungültige Filter entfernen"], "Remove item": ["Element entfernen"], "Remove query from log": ["Abfrage aus Protokoll entfernen"], @@ -3117,6 +3867,7 @@ "Rendering": ["Darstellen"], "Replace": ["Ersetzen"], "Report": ["Melden"], + "Report Name": ["Berichtname"], "Report Schedule could not be created.": [ "Report-Ausführungsplan konnte nicht erstellt werden." ], @@ -3154,9 +3905,6 @@ "Report Schedule reached a working timeout.": [ "Erstellung des geplanter Reports hat zulässige Zeit überschritten." ], - "Report Schedule sellenium user not found": [ - "Geplanter Report Sellenium Benutzer*in nicht gefunden" - ], "Report Schedule state not found": [ "Geplanter Report Status nicht gefunden" ], @@ -3164,11 +3912,14 @@ "Report failed": ["Report fehlgeschlagen"], "Report name": ["Name des Reports"], "Report schedule": ["Report-Zeitplan"], + "Report schedule client error": ["Clientfehler beim Berichts-Zeitplan"], + "Report schedule system error": ["Systemfehler beim Berichts-Zeitplan"], "Report schedule unexpected error": [ "Geplanter Report Unerwarteter Fehler" ], "Report sending": ["Report wird versendet"], "Report sent": ["Report gesendet"], + "Report updated": ["Bericht aktualisiert"], "Reports": ["Reports"], "Repulsion": ["Abstoßung"], "Repulsion strength between nodes": ["Abstoßungsstärke zwischen Knoten"], @@ -3176,11 +3927,27 @@ "Request is incorrect: %(error)s": ["Anfrage ist falsch: %(error)s"], "Request is not JSON": ["Anfrage ist nicht JSON"], "Request missing data field.": ["Datenfeld fehlt in Abfrage."], + "Request timed out": ["Zeitüberschreitung der Anforderung"], "Required": ["Erforderlich"], + "Required control values have been removed": [ + "Erforderliche Steuerwerte wurden entfernt" + ], "Resample": ["Resample"], + "Resample method should in ": [ + "Pandas Methode zur Stichprobenwiederholung (resample)" + ], + "Resample operation requires DatetimeIndex": [ + "Für den Stichprobenwiederholung ist ein Datetime-Index erforderlich." + ], + "Reset": ["Zurücksetzen"], "Reset state": ["Status zurücksetzen"], + "Resource already has an attached report.": [ + "Resource verfügt bereits über einen angefügten Bericht." + ], + "Resource was not found.": ["Ressource wurde nicht gefunden."], "Restore Filter": ["Filter wiederherstellen"], "Results": ["Ergebnisse"], + "Results %s": ["Ergebnisse %s"], "Results backend is not configured.": [ "Das Ergebnis-Backend ist nicht konfiguriert." ], @@ -3190,6 +3957,7 @@ "Return to specific datetime.": [ "Kehren Sie zu bestimmtem Zeitpunkt zurück." ], + "Reverse Lat & Long": ["Länge/Breite vertauschen "], "Reverse lat/long ": ["Länge/Breite vertauschen "], "Rich Tooltip": ["Umfangreicher Tooltip"], "Rich tooltip": ["Umfangreicher Tooltip"], @@ -3200,16 +3968,19 @@ "Right axis metric": ["Metrik der rechten Achse"], "Right to Left": ["Rechts nach links"], "Right value": ["Rechter Wert"], + "Right-click on a dimension value to drill to detail by that value.": [ + "Klicken Sie mit der rechten Maustaste auf einen Bemaßungswert, um einen Drilldown um diesen Wert durchzuführen." + ], "Role": ["Rolle"], "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ "Rolle %(r)s wurde erweitert, um den Zugriff auf die Datenquelle %(ds)s zu gewähren" ], "Roles": ["Rollen"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles defined then the dashboard is available to all roles.": [ - "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf Datensatzebene umgangen. Wenn keine Rollen definiert sind, steht das Dashboard allen Rollen zur Verfügung." + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf Datensatzebene umgangen. Wenn keine Rollen definiert sind, werden die generellen Berechtigungen angewendet." ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ - "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf Datensatzebene umgangen. Wenn keine Rollen definiert sind, steht das Dashboard allen Rollen zur Verfügung." + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf Datensatzebene umgangen. Wenn keine Rollen definiert sind, werden die generellen Berechtigungen angewendet." ], "Roles to grant": ["Zu vergebende Rollen"], "Rolling Function": ["Rollierende Funktion"], @@ -3218,6 +3989,7 @@ "Rolling window": ["Rollierendes Fenster"], "Root certificate": ["Root-Zertifikat"], "Root node id": ["Wurzelknoten-ID"], + "Rotate axis label": ["Achsenbeschriftung drehen"], "Rotate x axis label": ["X-Achsenbeschriftung drehen"], "Rotation to apply to words in the cloud": [ "Rotation, die auf Wörter in der Cloud angewendet werden soll" @@ -3225,6 +3997,9 @@ "Round cap": ["Runde Kappe"], "Row": ["Zeile"], "Row Level Security": ["Sicherheit auf Zeilenebene"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "Zeile mit den Überschriften, die als Spaltennamen verwendet werden sollen (0 ist die erste Datenzeile). Leer lassen, wenn keine Kopfzeile vorhanden ist." + ], "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "Zeile mit den Überschriften, die als Spaltennamen verwendet werden sollen (0 ist die erste Datenzeile). Leer lassen, wenn keine Kopfzeile vorhanden ist." ], @@ -3238,8 +4013,11 @@ "Rows to Read": ["Zu lesende Zeilen"], "Rule": ["Regel"], "Run": ["Ausführen"], - "Run a query to display results here": [ - "Führen sie eine Abfrage aus, um die Ergebnisse hier anzuzeigen" + "Run a query to display query history": [ + "Abfrage zum Anzeigen des Abfrageverlaufs ausführen" + ], + "Run a query to display results": [ + "Abfrage zum Anzeigen der Ergebnisse ausführen" ], "Run in SQL Lab": ["Ausführen in SQL Lab"], "Run query": ["Abfrage ausführen"], @@ -3249,11 +4027,14 @@ ], "Run selection": ["Auswahl ausführen"], "Running": ["Läuft"], + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Führe Anweisung %(statement_num)s von %(statement_count)s aus" + ], "SAT": ["SA"], "SEP": ["SEP"], + "SHA": ["SHA"], "SQL": ["SQL"], "SQL Copied!": ["SQL kopiert!"], - "SQL Editor": ["SQL-Editor"], "SQL Expression": ["SQL-Ausdruck"], "SQL Lab": ["SQL Lab"], "SQL Lab View": ["SQL Lab Anzeige"], @@ -3264,31 +4045,78 @@ "SQL expression": ["SQL-Ausdruck"], "SQL query": ["SQL Abfrage"], "SQLAlchemy URI": ["SQLAlchemy-URI"], + "SSH Host": ["SSH-Host"], + "SSH Password": ["SSH-Passwort"], + "SSH Port": ["SSH Port"], + "SSH Tunnel": ["SSH-Tunnel"], + "SSH Tunnel configuration parameters": [ + "Konfigurationsparameter für den SSH-Tunnel" + ], + "SSH Tunnel could not be deleted.": [ + "SSH-Tunnel konnte nicht gelöscht werden." + ], + "SSH Tunnel could not be updated.": [ + "SSH-Tunnel konnte nicht aktualisiert werden." + ], + "SSH Tunnel not found.": ["SSH-Tunnel nicht gefunden."], + "SSH Tunnel parameters are invalid.": [ + "SSH-Tunnelparameter sind ungültig." + ], + "SSH Tunneling is not enabled": ["SSH-Tunneling ist nicht aktiviert"], "SSL Mode \"require\" will be used.": [ "SSL-Modus „require“ wird verwendet." ], "START (INCLUSIVE)": ["START (INKLUSIVE)"], + "STEP %(stepCurr)s OF %(stepLast)s": [ + "SCHRITT %(stepCurr)s VON %(stepLast)s" + ], + "STRING": ["TEXT"], "SUN": ["SO"], + "Sample Standard Deviation": ["Standardabweichung von Stichprobe"], + "Sample Variance": ["Stichprobenvarianz"], + "Samples": ["Beispiele"], + "Samples for dataset could not be retrieved.": [ + "Beispiele für Datensatz konnten nicht abgerufen werden." + ], + "Samples for datasource could not be retrieved.": [ + "Beispiele für die Datenquelle konnten nicht abgerufen werden." + ], "Sankey": ["Sankey"], "Sankey Diagram": ["Sankey-Diagramm"], "Sankey Diagram with Loops": ["Sankey-Diagramm mit Schleifen"], + "Satellite": ["Satellit"], + "Satellite Streets": ["Satellit Straßen"], "Saturday": ["Samstag"], "Save": ["Speichern"], "Save & Explore": ["Speichern & Erkunden"], "Save & go to dashboard": ["Speichern & zum Dashboard gehen"], + "Save & go to new dashboard": [ + "Speichern & zum neuen Dashboard wechseln" + ], "Save (Overwrite)": ["Speichern (Überschreiben)"], "Save as": ["Speichern als"], - "Save as ...": ["Speichern unter ..."], + "Save as Dataset": ["Als Datensatz speichern"], + "Save as dataset": ["Als Datensatz speichern"], "Save as new": ["Speichern unter…"], "Save as new chart": ["Als neues Dashboard speichern"], + "Save as...": ["Speichern unter..."], "Save as:": ["Speichern unter:"], + "Save changes": ["Änderungen speichern"], "Save chart": ["Diagramm speichern"], "Save dashboard": ["Dashboard speichern"], + "Save dataset": ["Datensatz speichern"], "Save for this session": ["Für diese Sitzung speichern"], + "Save or Overwrite Dataset": [ + "Speichern oder Überschreiben des Datensatzes" + ], "Save query": ["Speichere Abfrage"], "Save the query to enable this feature": [ "Speichern Sie die Abfrage, um diese Funktion zu aktivieren" ], + "Save this query as a virtual dataset to continue exploring": [ + "Speichern Sie diese Abfrage als virtuellen Datensatz, um mit der Erkundung fortzufahren." + ], + "Save to new dashboard": ["Im neuem Dashboard speichern"], "Saved": ["Speichern als"], "Saved Queries": ["Gespeicherte Abfragen"], "Saved expressions": ["Gespeicherte Ausdrücke"], @@ -3303,16 +4131,13 @@ ], "Scale and Move": ["Skalieren und Verschieben"], "Scale only": ["Nur Skalieren"], - "Scan New Datasources": ["Neue Datenquellen suchen"], "Scatter": ["Streudiagramm"], "Scatter Plot": ["Streudiagramm"], - "Schedule": ["Zeitplan"], - "Schedule Email Reports for Charts": [ - "Planen von E-Mail-Berichten für Diagramme" - ], - "Schedule Email Reports for Dashboards": [ - "Planen von E-Mail-Berichten für Dashboards" + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Das Punktdiagramm hat die horizontale Achse in linearen Einheiten, und die Punkte sind in der richtigen Reihenfolge verbunden. Es zeigt eine statistische Beziehung zwischen zwei Variablen." ], + "Schedule": ["Zeitplan"], + "Schedule a new email report": ["Planen eines neuen E-Mail-Berichts"], "Schedule email report": ["Planen von E-Mail-Reports"], "Schedule query": ["Abfrage einplanen"], "Schedule settings": ["Zeitplan-Einstellungen"], @@ -3321,24 +4146,34 @@ ], "Scheduled": ["Geplant"], "Scheduled at (UTC)": ["Geplant um (UTC)"], - "Scheduled reports will be sent to your email as a PNG": [ - "Geplante Berichte werden als PNG an Ihre E-Mail-Adresse gesendet" + "Scheduled task executor not found": [ + "Geplanter Task-Executor nicht gefunden" ], "Schema": ["Schema"], "Schema cache timeout": ["Zeitüberschreitung Schema-Zwischenspeicher"], + "Schema undefined": ["Schema nicht definiert"], "Schema, as used only in some databases like Postgres, Redshift and DB2": [ "Schema, wie es nur in einigen Datenbanken wie Postgres, Redshift und DB2 verwendet wird" ], - "Schemas allowed for CSV upload": ["Für CSV-Upload zugelassene Schemata"], + "Schemas allowed for File upload": [ + "Zulässige Schemata für den Datei-Upload" + ], + "Scope": ["Geltungsbereich"], "Scoping": ["Auswahlverfahren"], + "Scroll": ["Scrollen"], + "Scroll down to the bottom to enable overwriting changes. ": [ + "Scrollen Sie nach unten, um das Überschreiben von Änderungen zu aktivieren. " + ], "Search": ["Suche"], "Search / Filter": ["Suchen / Filtern"], "Search Metrics & Columns": ["Metriken & Spalten durchsuchen"], "Search all charts": ["Alle Diagramm durchsuchen"], - "Search all dashboards": ["Alle Dashboards durchsuchen"], "Search all filter options": ["Alle Filteroptionen durchsuchen"], "Search box": ["Suchfeld"], "Search by query text": ["Suche nach Abfragetext"], + "Search columns": ["Suchspalten"], + "Search in filters": ["Suche in Filtern"], + "Search tables": ["Tabellen durchsuchen"], "Search...": ["Suche..."], "Second": ["Sekunde"], "Secondary": ["Sekundär"], @@ -3353,14 +4188,12 @@ "See all %(tableName)s": ["Alle %(tableName)s ansehen"], "See less": ["Weniger anzeigen"], "See more": ["Mehr anzeigen"], + "See query details": ["Abfragedetails anzeigen"], "See table schema": ["Siehe Tabellenschema"], "Select": ["Auswählen"], "Select ...": ["Auswählen …"], "Select Delivery Method": ["Übermittlungsmethode hinzufügen"], "Select Viz Type": ["Visualisierungstyp wählen"], - "Select a CSV file to be uploaded to a database.": [ - "Wählen Sie eine CSV-Datei aus, die in eine Datenbank hochgeladen werden soll." - ], "Select a Columnar file to be uploaded to a database.": [ "Wählen Sie eine tabellarische Datei aus, die in eine Datenbank hochgeladen werden soll." ], @@ -3369,45 +4202,79 @@ ], "Select a column": ["Spalte wählen"], "Select a dashboard": ["Dashboard auswählen"], + "Select a database table and create dataset": [ + "Auswählen einer Datenbanktabelle und Erstellen eines Datensatzes" + ], + "Select a database table.": ["Wählen Sie eine Datenbanktabelle aus."], + "Select a database to connect": [ + "Wählen Sie eine Datenbank aus, mit der eine Verbindung hergestellt werden soll" + ], + "Select a database to upload the file to": [ + "Wählen Sie eine Datenbank aus, in die die Datei hochgeladen werden soll" + ], + "Select a database to write a query": [ + "Auswählen einer Datenbank zum Schreiben einer Abfrage" + ], + "Select a dimension": ["Wählen Sie eine Dimension"], + "Select a file to be uploaded to the database": [ + "Wählen Sie eine Datei aus, die in die Datenbank hochgeladen werden soll" + ], + "Select a schema if the database supports this": [ + "Wählen Sie ein Schema aus, wenn die Datenbank dies unterstützt" + ], "Select a visualization type": ["Visualisierungstyp wählen"], "Select aggregate options": ["Aggregierungsoptionen auswählen"], + "Select all data": ["Alle Daten auswählen"], + "Select all items": ["Alle Elemente auswählen"], "Select any columns for metadata inspection": [ "Auswählen beliebiger Spalten für die Metadatenüberprüfung" ], "Select charts": ["Diagramme auswählen"], "Select color scheme": ["Farbschema auswählen"], "Select column": ["Spalte auswählen"], - "Select database or type database name": [ - "Tabelle auswählen oder Tabellennamen eingeben" + "Select current page": ["Aktuelle Seite auswählen"], + "Select database & schema": ["Datenbank & Schema auswählen"], + "Select database or type to search databases": [ + "Datenbank auswählen oder tippen zum Suchen von Datenbanken" ], + "Select database table": ["Datenbanktabelle auswählen"], "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "Für ausgewählte Datenbanken müssen zusätzliche Felder auf der Registerkarte Erweitert ausgefüllt werden, um die Datenbank erfolgreich zu verbinden. Erfahren Sie, welche Anforderungen Ihre Datenbanken haben " ], + "Select dataset source": ["Datensatz-Quelle auswählen"], + "Select file": ["Datei auswählen"], "Select filter": ["Filter auswählen"], "Select filter plugin using AntD": ["Filter-Plugin mit AntD auswählen"], - "Select first item by default (when using this option, default value can’t be set)": [ - "Standardmäßig das erste Element auswählen (bei Verwendung dieser Option kann der Standardwert nicht festgelegt werden)" + "Select first filter value by default": [ + "Standardmäßig erste Ersten Filterwert auswählen" ], "Select operator": ["Operator auswählen"], "Select or type a value": ["Wert eingeben oder auswählen"], + "Select or type dataset name": ["Datensatzname auswählen oder eingeben"], "Select owners": ["Besitzende auswählen"], - "Select parent filters": ["Übergeordnete Filter auswählen"], "Select saved metrics": ["Gespeicherte Metriken auswählen"], - "Select schema or type schema name": [ - "Tabelle auswählen oder Tabellennamen eingeben" + "Select schema or type to search schemas": [ + "Schema auswählen oder tippen, um Schemas zu suchen" ], "Select scheme": ["Schema auswählen"], "Select start and end date": ["Start- und Enddatum auswählen"], "Select subject": ["Betreff auswählen"], - "Select table or type table name": [ - "Tabelle auswählen oder Tabellennamen eingeben" + "Select table or type to search tables": [ + "Tabelle auswählen oder tippen, um Tabellen zu suchen" ], + "Select the Annotation Layer you would like to use.": [ + "Wählen Sie den Anmerkungs-Layer aus, den Sie verwenden möchten." + ], + "Select the geojson column": ["Wählen Sie die GeoJSON-Spalte aus"], "Select the number of bins for the histogram": [ "Wählen Sie die Anzahl der Klassen für das Histogramm aus" ], "Select the numeric columns to draw the histogram": [ "Auswählen der numerischen Spalten zum Zeichnen des Histogramms" ], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Wählen Sie Werte in hervorgehobenen Feldern im Bedienfeld aus. Führen Sie dann die Abfrage aus, indem Sie auf die Schaltfläche %s klicken." + ], "Send as CSV": ["Als CSV senden"], "Send as PNG": ["Als PNG senden"], "Send as text": ["Als Text senden"], @@ -3416,26 +4283,37 @@ ], "September": ["September"], "Sequential": ["Fortlaufend"], - "Series": ["Serien"], - "Series Height": ["Serienhöhe"], - "Series Style": ["Serienstil"], + "Series": ["Zeitreihen"], + "Series Height": ["Zeitreihenhöhe"], + "Series Limit Sort By": ["Zeitreihenlimit Sortieren nach"], + "Series Limit Sort Descending": ["Zeitreihenlimit absteigend sortieren"], + "Series Order": ["Zeitreihen-Reihenfolge"], + "Series Style": ["Zeitreihenstil"], "Series chart type (line, bar etc)": [ - "Seriendiagrammtyp (Linie, Balken usw.)" + "Zeitreihendiagrammtyp (Linie, Balken usw.)" ], - "Series limit": ["Serienbegrenzung"], - "Series type": ["Serientyp"], + "Series limit": ["Zeitreihenbegrenzung"], + "Series type": ["Zeitreihentyp"], "Server Page Length": ["Server-Seitenlänge"], "Server pagination": ["Server-Paginierung"], "Service Account": ["Dienstkonto"], "Set auto-refresh interval": ["Auto-Aktualisieren-Interval setzen"], "Set filter mapping": ["Festlegen der Filterzuordnung"], + "Set up an email report": ["E-Mail-Report einrichten"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "Legt die Hierarchieebenen des Diagramms fest. Jede Ebene ist\n dargestellt durch einen Ring mit dem innersten Kreis als Spitze der Hierarchie." + ], "Settings": ["Einstellungen"], "Settings for time series": ["Einstellungen für Zeitreihen"], "Share": ["Teilen"], "Share chart by email": ["Diagramm per Email teilen"], - "Share dashboard by email": ["Dashboard per Email teilen"], + "Share permalink by email": ["Permalink per E-Mail teilen"], "Shared query": ["Geteilte Abfrage"], + "Shared query fields": ["Freigegebene Abfragefelder"], "Sheet Name": ["Blattname"], + "Shift + Click to sort by multiple columns": [ + "UMSCHALT+Klicken um nach mehreren Spalten zu sortieren" + ], "Short description must be unique for this layer": [ "Kurzbeschreibung muss für diese Ebene eindeutig sein" ], @@ -3448,8 +4326,7 @@ "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "Sollte jährliche Saisonalität angewendet werden. Ein ganzzahliger Wert gibt die Fourier-Reihenfolge der Saisonalität an." ], - "Show Annotation": ["Anmerkungen anzeigen"], - "Show Annotation Layer": ["Anmerkungsebene anzeigen"], + "Show": ["Anzeigen"], "Show Bubbles": ["Blasen anzeigen"], "Show CREATE VIEW statement": ["CREATE VIEW-Anweisung anzeigen"], "Show CSS Template": ["CSS Vorlagen anzeigen"], @@ -3457,46 +4334,40 @@ "Show Column": ["Spalte anzeigen"], "Show Dashboard": ["Dashboard anzeigen"], "Show Database": ["Datenbank anzeigen"], - "Show Druid Cluster": ["Druid Cluster anzeigen"], - "Show Druid Column": ["Druid Spalte anzeigen"], - "Show Druid Datasource": ["Druid Datenquelle anzeigen"], - "Show Druid Metric": ["Druid Metrik anzeigen"], - "Show Druid granularity dropdown": [ - "Dropdown-Liste Druid-Granularität anzeigen" - ], - "Show Druid time origin": ["Druid Zeitursprung anzeigen"], "Show Labels": ["Beschriftung anzeigen"], "Show Less...": ["Weniger anzeigen..."], "Show Log": ["Protokoll anzeigen"], "Show Markers": ["Markierungen anzeigen"], "Show Metric": ["Metrik anzeigen"], "Show Metric Names": ["Metriknamen anzeigen"], - "Show Observation": ["Beobachtung anzeigen"], "Show Range Filter": ["Bereichsfilter anzeigen"], "Show Row level security filter": [ "Sicherheitsfilter auf Zeilenebene anzeigen" ], - "Show SQL time column": ["SQL Zeitspalte anzeigen"], - "Show SQL time grain dropdown": [ - "Zeige SQL Zeiteinheiten Dropddown-Liste" - ], "Show Saved Query": ["Gespeicherte Abfrage anzeigen"], "Show Table": ["Tabelle anzeigen"], "Show Timestamp": ["Zeitstempel anzeigen"], + "Show Total": ["Gesamtsumme anzeigen"], "Show Trend Line": ["Trendlinie anzeigen"], "Show Upper Labels": ["Obere Beschriftungen anzeigen"], "Show Value": ["Wert anzeigen"], "Show Values": ["Werte anzeigen"], + "Show Y-axis": ["Y-Achse anzeigen"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Y-Achse auf der Sparkline anzeigen. Zeigt die manuell eingestellten Min/Max-Werte an, falls festgelegt, andernfalls Min/Max-Werte der Daten." + ], "Show all columns": ["Alle Spalten anzeigen"], "Show all...": ["Zeige alle …"], "Show axis line ticks": ["Anzeigen von Achsenlinien-Ticks"], "Show cell bars": ["Zellenbalken anzeigen"], + "Show chart description": ["Diagrammbeschreibung anzeigen"], "Show columns total": ["Spaltensumme anzeigen"], "Show data points as circle markers on the lines": [ "Datenpunkte als Kreismarkierungen auf den Linien darstellen" ], - "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ - "Hierarchische Beziehungen von Daten anzeigen, wobei der Wert durch die Fläche dargestellt wird, die Anteil und Beitrag zum Ganzen darstellt." + "Show empty columns": ["Leere Spalten anzeigen"], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "Zeigen Sie hierarchische Beziehungen von Daten, wobei der Wert durch Fläche dargestellt wird, der Anteil und Beitrag zum Ganzen zeigt." ], "Show info tooltip": ["Info-Tooltip anzeigen"], "Show label": ["Beschriftung anzeigen"], @@ -3506,6 +4377,8 @@ "Show legend": ["Legende anzeigen"], "Show less columns": ["Weniger Spalten anzeigen"], "Show less...": ["Weniger..."], + "Show only my charts": ["Nur meine Diagramme anzeigen"], + "Show password.": ["Passwort anzeigen."], "Show percentage": ["Prozentsatz anzeigen"], "Show pointer": ["Zeiger anzeigen"], "Show progress": ["Fortschritt anzeigen"], @@ -3538,7 +4411,10 @@ ], "Showing %s of %s": ["Sie sehen %s von %s"], "Shows a list of all series available at that point in time": [ - "Zeigt eine Liste aller zu diesem Zeitpunkt verfügbaren Serien an." + "Zeigt eine Liste aller zu diesem Zeitpunkt verfügbaren Zeitreihen an." + ], + "Shows or hides markers for the time series": [ + "Ein- oder Ausblenden von Markern für die Zeitreihe" ], "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ "Zeigt die Zusammensetzung eines Datensatzes an, indem ein bestimmtes Rechteck als kleinere Rechtecke mit Bereichen segmentiert wird, die proportional zu ihrem Wert oder Beitrag zum Ganzen sind. Diese Rechtecke können wiederum auch hierarchisch weiter segmentiert werden." @@ -3561,17 +4437,22 @@ "Skip Blank Lines": ["Leerzeilen überspringen"], "Skip Initial Space": ["Führende Leerzeichen überspringen"], "Skip Rows": ["Zeilen überspringen"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Überspringen Sie Leerzeilen, anstatt sie als NaN-Werte zu interpretieren." + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Überspringen Sie Leerzeilen, anstatt sie als Nicht-Zahl-Werte zu interpretieren" ], - "Skip spaces after delimiter.": [ + "Skip spaces after delimiter": [ "Leerzeichen nach Trennzeichen überspringen." ], - "Slack Channel": ["Slack-Kanal"], "Slug": ["Kopfzeile"], "Small": ["Klein"], "Small number format": ["Kleines Zahlenformat"], + "Smooth Line": ["Glatte Linie"], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "„Glatte Linie“ ist eine Variante des Liniendiagramms. Ohne Winkel und harte Kanten wirkt „Glatte Linie“ manchmal passender und professioneller." + ], + "Solid": ["Durchgezogen"], "Some roles do not exist": ["Einige Rollen sind nicht vorhanden"], + "Something went wrong.": ["Etwas ist schief gelaufen."], "Sorry there was an error fetching database information: %s": [ "Beim Abrufen von Datenbankinformationen ist leider ein Fehler aufgetreten: %s" ], @@ -3579,12 +4460,25 @@ "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten: " ], "Sorry, An error occurred": ["Leider ist ein Fehler aufgetreten"], + "Sorry, an error occurred": ["Leider ist ein Fehler aufgetreten"], + "Sorry, an unknown error occurred": [ + "Leider ist ein unbekannter Fehler aufgetreten" + ], + "Sorry, an unknown error occurred.": [ + "Leider ist ein unbekannter Fehler aufgetreten." + ], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Entschuldigung, etwas ist schief gelaufen. Die Einbettung konnte nicht deaktiviert werden." + ], "Sorry, something went wrong. Try again later.": [ "Entschuldigung, etwas ist schief gegangen. Versuchen Sie es später erneut." ], "Sorry, there appears to be no data": [ "Leider scheint es keine Daten zu geben" ], + "Sorry, there was an error saving this %s: %s": [ + "Leider ist beim Speichern dieses %s ein Fehler aufgetreten: %s" + ], "Sorry, there was an error saving this dashboard: %s": [ "Leider ist beim Speichern dieses Dashboards ein Fehler aufgetreten: %s" ], @@ -3598,6 +4492,8 @@ "Sort Bars": ["Balken sortieren"], "Sort Descending": ["Absteigend sortieren"], "Sort Metric": ["Sortiermetrik"], + "Sort Series Ascending": ["Zeitreihen aufsteigend sortieren"], + "Sort Series By": ["Zeitreihen sortieren nach"], "Sort X Axis": ["X-Achse sortieren"], "Sort Y Axis": ["Y-Achse sortieren"], "Sort ascending": ["Aufsteigend sortieren"], @@ -3611,11 +4507,15 @@ "Sort filter values": ["Filterwerte sortieren"], "Sort metric": ["Metrik anzeigen"], "Sort rows by": ["Zeilen sortieren nach"], + "Sort series in ascending order": [ + "Sortieren von Zeitreihen in aufsteigender Reihenfolge" + ], "Sort type": ["Art der Sortierung"], "Source": ["Quelle"], "Source / Target": ["Quelle / Ziel"], "Source SQL": ["Quell-SQL"], "Source category": ["Quellkategorie"], + "Sparkline": ["Sparkline"], "Spatial": ["Raumbezug"], "Specific Date/Time": ["Spezifisches Datum/Uhrzeit"], "Specify a schema (if database flavor supports this).": [ @@ -3624,10 +4524,21 @@ "Specify duplicate columns as \"X.0, X.1\".": [ "Geben Sie doppelte Spalten als \"X.0, X.1\" an." ], + "Specify name to CREATE TABLE AS schema in: public": [ + "Geben Sie den Namen für das CREATE TABLE AS in Schema public an:" + ], + "Specify name to CREATE VIEW AS schema in: public": [ + "Geben Sie den Namen für CREATE VIEW AS in Schema public an:" + ], "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ "Geben Sie die Datenbankversion an. Dies sollte mit Presto verwendet werden, um eine Abfragekostenschätzung zu ermöglichen." ], "Split number": ["Zahl aufteilen"], + "Square kilometers": ["Quadratkilometern"], + "Square meters": ["Quadratmeter"], + "Square miles": ["Quadratmeilen"], + "Stack": ["Gestapelt"], + "Stack Trace:": ["Stacktrace"], "Stack series": ["Stack-Serie"], "Stack series on top of each other": ["Reihen übereinander stapeln"], "Stacked": ["Gestapelt"], @@ -3636,9 +4547,12 @@ "Stacked style": ["Gestapelter Stil"], "Standard time series": ["Standard-Zeitreihen"], "Start": ["Start"], + "Start (Longitude, Latitude): ": ["Start (Längengrad, Breitengrad): "], + "Start Longitude & Latitude": ["Start Längengrad & Breitengrad"], "Start Review": ["Starte Prüfung"], "Start angle": ["Startwinkel"], "Start at (UTC)": ["Starten um (UT)"], + "Start date": ["Startdatum"], "Start date included in time range": [ "Startdatum im Zeitbereich enthalten" ], @@ -3646,17 +4560,30 @@ "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ "Beginnen Sie die y-Achse bei Null. Deaktivieren Sie das Kontrollkästchen, um die y-Achse beim Minimalwert in den Daten beginnen zu lassen." ], + "Started": ["Gestartet"], "State": ["Zustand"], + "Statement %(statement_num)s out of %(statement_count)s": [ + "Anweisung %(statement_num)s von %(statement_count)s" + ], "Statistical": ["Statistisch"], "Status": ["Status"], + "Step - end": ["Schritt - Ende"], + "Step - middle": ["Schritt - Mitte"], + "Step - start": ["Schritt - Start"], "Step type": ["Schritttyp"], + "Stepped Line": ["Stufendiagramm"], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "Zeitreihen-Stufenliniendiagramm (auch Schrittdiagramm genannt) ist eine Variation des Liniendiagramms, wobei die Linie jedoch eine Reihe von Schritten zwischen Datenpunkten bildet. Ein Schrittdiagramm kann nützlich sein, wenn Sie die Änderungen anzeigen möchten, die in unregelmäßigen Abständen auftreten." + ], "Stop": ["Stopp"], "Stop query": ["Abfrage anhalten"], + "Stop running (Ctrl + e)": ["Beenden der Ausführung (Strg + e)"], "Stop running (Ctrl + x)": ["Ausführung abbrechen (Strg + x)"], - "Stop running (Ctrl + e)": ["Ausführung abbrechen (Strg + e)"], "Stopped an unsafe database connection": [ "Eine unsichere Datenbankverbindung wurde beendet" ], + "Stream": ["Stream"], + "Streets": ["Straßen"], "Strength to pull the graph toward center": [ "Stärke, mit der Graph in Richtung Mitte gezogen wird" ], @@ -3664,6 +4591,9 @@ "Strings used for sheet names (default is the first sheet).": [ "Zeichenfolgen, die für Blattnamen verwendet werden (Standard ist das erste Blatt)." ], + "Stroke Color": ["Strichfarbe"], + "Stroke Width": ["Strichstärke"], + "Stroked": ["Gestrichelt"], "Structural": ["Strukturell"], "Style": ["Stil"], "Style the ends of the progress bar with a round cap": [ @@ -3672,17 +4602,29 @@ "Subdomain": ["Subdomain"], "Subheader": ["Untertitel"], "Subheader Font Size": ["Schriftgröße Untertitel"], + "Submit": ["Senden"], + "Subtotal": ["Zwischensumme"], "Success": ["Erfolg"], + "Successfully changed dataset!": ["Datensatz erfolgreich geändert!"], "Suffix to apply after the percentage display": [ "Suffix, das hinter der Prozentanzeige angezeigt werden soll" ], + "Sum": ["Summe"], + "Sum as Fraction of Columns": ["Summe als Anteil der Spalten"], + "Sum as Fraction of Rows": ["Summe als Anteil der Zeilen"], + "Sum as Fraction of Total": ["Summe als Anteil am Gesamtbetrag"], "Sum of values over specified period": [ "Summe der Werte über einen bestimmten Zeitraum" ], + "Sum values": ["Summenwerte"], "Sunburst": ["Sunburst"], "Sunburst Chart": ["Sunburst Diagramm"], + "Sunburst Chart v2": ["Sunburst Diagramm v2"], "Sunday": ["Sonntag"], "Superset Chart": ["Superset Diagramm"], + "Superset Embedded SDK documentation.": [ + "Superset Embedded SDK-Dokumentation." + ], "Superset chart": ["Superset Diagramm"], "Superset dashboard": ["Superset Dashboard"], "Superset encountered an error while running a command.": [ @@ -3694,8 +4636,12 @@ "Supported databases": ["Unterstützte Datenbanken"], "Survey Responses": ["Umfrage-Antworten"], "Swap Groups and Columns": ["Gruppen und Spalten tauschen"], + "Swap dataset": ["Datensatz austauschen"], "Swap rows and columns": ["Zeilen und Spalten vertauschen"], - "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Schweizer Taschenmesser zur Visualisierung von Daten. Wählen Sie zwischen Schritt-, Linien-, Punkt- und Balkendiagrammen. Dieser Visualisierungstyp hat auch viele Anpassungsoptionen." + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "Schweizer Taschenmesser zur Visualisierung von Zeitreihendaten. Wählen Sie zwischen Schritt-, Linien-, Punkt- und Balkendiagrammen. Dieser Visualisierungstyp verfügt auch über viele Anpassungsoptionen." ], "Symbol": ["Symbol"], @@ -3706,6 +4652,8 @@ "Sync columns from source": ["Spalten aus der Quelle synchronisieren"], "Syntax": ["Syntax"], "TABLES": ["TABELLEN"], + "TEMPORAL X-AXIS": ["ZEITLICHE X-ACHSE"], + "TEMPORAL_RANGE": ["TEMPORAL_RANGE"], "THU": ["DO"], "TUE": ["DI"], "Tab name": ["Tabellenname"], @@ -3724,6 +4672,11 @@ "Tabelle [%{table}s] konnte nicht gefunden werden, bitte überprüfen Sie Ihre Datenbankverbindung, Schema und Tabellenname, Fehler: {}" ], "Table cache timeout": ["Tabellen-Cache Timeout"], + "Table columns": ["Tabellenspalten"], + "Table loading": ["Tabelle lädt…"], + "Table name cannot contain a schema": [ + "Der Tabellenname darf kein Schema enthalten" + ], "Table name undefined": ["Tabellenname nicht definiert"], "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "Tabelle, die gepaarte t-Tests visualisiert, die verwendet werden, um statistische Unterschiede zwischen Gruppen zu verstehen." @@ -3731,11 +4684,21 @@ "Tables": ["Tabellen"], "Tabs": ["Reiter"], "Tabular": ["Tabellarisch"], + "Tag could not be created.": ["Tag konnte nicht erstellt werden."], + "Tag could not be deleted.": ["Tag konnte nicht gelöscht werden."], + "Tag name is invalid (cannot contain ':')": [ + "Tag-Name ist ungültig (darf nicht ‚:‘ enthalten)" + ], + "Tag parameters are invalid.": ["Tag-Parameter sind ungültig."], + "Tagged Object could not be deleted.": [ + "Getaggtes Object konnte nicht gelöscht werden." + ], "Tags": ["Schlagwörter"], "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "Gruppieren Sie Ihre Datenpunkte in Klassen, um zu sehen, wo die dichtesten Informationsbereiche liegen" ], "Target": ["Ziel"], + "Target Color": ["Zielfarbe"], "Target aspect ratio for treemap tiles.": [ "Ziel-Seitenverhältnis für Treemap-Kacheln." ], @@ -3746,9 +4709,6 @@ "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "Vorlagen-Link. Es ist möglich, {{ metric }} oder andere Werte aus den Steuerelementen einzuschließen." ], - "Temporal expression not supported for type: %(col_type)s": [ - "Temporaler Ausdruck wird für type: %(col_type)s nicht unterstützt" - ], "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ "Beenden Sie die Ausführung von Abfragen, wenn das Browserfenster geschlossen oder zu einer anderen Seite navigiert wird. Verfügbar für Presto-, Hive-, MySQL-, Postgres- und Snowflake-Datenbanken." ], @@ -3757,17 +4717,26 @@ "Text": ["Text"], "Text align": ["Textausrichtung"], "Text embedded in email": ["In E-Mail eingebetteter Text"], + "The API response from %s does not match the IDatabaseTable interface.": [ + "Die API-Antwort von %s stimmt nicht mit der IDatabaseTable-Schnittstelle überein." + ], "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "Das CSS für einzelne Dashboards kann hier oder in der Dashboard-Ansicht geändert werden, wo Änderungen sofort sichtbar sind" ], "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "CTAS (create table as select) kann nur mit einer Abfrage ausgeführt werden, bei der die letzte Anweisung ein SELECT ist. Bitte stellen Sie sicher, dass Ihre Abfrage eine SELECT-Anweisung als letzte Anweisung hat. Versuchen Sie dann erneut, die Abfrage auszuführen." ], - "The JSON metric or post aggregation definition.": [ - "Die JSON-Metrik oder Post-Aggregations-Definition." + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Der GeoJsonLayer nimmt GeoJSON-formatierte Daten auf und stellt sie als interaktive Polygone, Linien und Punkte (Kreise, Symbole und/oder Texte) dar." + ], + "The URL is missing the dataset_id or slice_id parameters.": [ + "In der URL fehlen die Parameter dataset_id oder slice_id." + ], + "The X-axis is not on the filters list": [ + "Die X-Achse befindet sich nicht in der Filterliste" ], - "The URL could not be identified. Please check for typos and make sure that \"Type of google sheet allowed\" selection matches the input": [ - "Die URL konnte nicht identifiziert werden. Bitte überprüfen Sie auf Tippfehler und stellen Sie sicher, dass die Auswahl \"Type of google sheet allowed\" mit der Eingabe übereinstimmt" + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "Die X-Achse befindet sich nicht in der Filterliste, weshalb sie nicht als\n Zeitbereichsfilter in Dashboards verwendet werden kaann. Möchten Sie es zur Filterliste hinzufügen?" ], "The access requests seem to have been deleted": [ "Die Zugriffsanfragen scheinen gelöscht worden zu sein" @@ -3779,6 +4748,9 @@ "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ "Die Kategorie der Quellknoten, die zum Zuweisen von Farben verwendet werden. Wenn ein Knoten mehr als einer Kategorie zugeordnet ist, wird nur die erste verwendet." ], + "The chart datasource does not exist": [ + "Die Diagrammdatenquelle ist nicht vorhanden" + ], "The chart does not exist": ["Das Diagramm ist nicht vorhanden"], "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ "Der Klassiker. Großartig, um zu zeigen, wie viel von einem Unternehmen jeder Investor bekommt, welche Demografie Ihrem Blog folgt oder welcher Teil des Budgets in den militärisch-industriellen Komplex fließt.\n\nKreisdiagramme können schwierig zu interpretieren sein. Wenn die Klarheit des relativen Anteils wichtig ist, sollten Sie stattdessen die Verwendung eines Balkens oder eines anderen Diagrammtyps in Betracht ziehen." @@ -3789,9 +4761,10 @@ "The color scheme for rendering chart": [ "Das zur Diagrammanzeige verwendete Farbschema" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "Das Farbschema wird vom zugehörigen Dashboard bestimmt.\n Bearbeiten Sie das Farbschema in den Dashboardeigenschaften." + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "Das Farbschema wird vom zugehörigen Dashboard bestimmt.\n Bearbeiten Sie das Farbschema in den Dashboard-Eigenschaften." ], + "The column header label": ["Die Spaltenüberschrift"], "The column was deleted or renamed in the database.": [ "Die Spalte wurde in der Datenbank gelöscht oder umbenannt." ], @@ -3810,6 +4783,10 @@ "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ "Die Datenbank %s ist mit %s Diagrammen verknüpft, die auf %s Dashboards angezeigt werden und Nutzende haben %s SQL Lab Reiter geöffnet, die auf diese Datenbank zugreifen. Sind Sie sicher, dass Sie fortfahren möchten? Durch das Löschen der Datenbank werden diese Objekte ungültig." ], + "The database columns that contains lines information": [ + "Die Datenbankspalten, die Zeileninformationen enthalten" + ], + "The database could not be found": ["Datenbank nicht gefunden."], "The database is currently running too many queries.": [ "Die Datenbank führt derzeit zu viele Abfragen aus." ], @@ -3849,23 +4826,18 @@ "The distance between cells, in pixels": [ "Der Abstand zwischen Zellen in Pixel" ], - "The duration of time in seconds before the cache is invalidated": [ - "Die Zeitdauer in Sekunden, bevor der Cache ungültig wird" + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "Die Zeitdauer in Sekunden, bevor der Cache ungültig wird. Setzen Sie diese auf -1 um den Cache zu umgehen." ], + "The encoding format of the lines": ["Das Kodierungsformat der Zeilen"], "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "Das engine_params Objekt wird in den sqlalchemy.create_engine Aufrufs entpackt." ], "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ "Folgende Einträge in 'series_columns' fehlen in ‚columns‘: %(columns)s. " ], - "The following tables added new columns: %(tables)s": [ - "In den folgenden Tabellen wurden neue Spalten hinzugefügt: %(tables)s" - ], - "The following tables removed columns: %(tables)s": [ - "In den folgenden Tabellen wurden Spalten entfernt: %(tables)s" - ], - "The following tables update column metadata: %(tables)s": [ - "Die folgenden Tabellen aktualisieren die Spaltenmetadaten: %(tables)s" + "The function to use when aggregating points into groups": [ + "Die beim Aggregieren von Punkten in Gruppen zu verwendende Funktion" ], "The host \"%(hostname)s\" might be down and can't be reached.": [ "Der Host \"%(hostname)s\" ist möglicherweise heruntergefahren und kann nicht erreicht werden." @@ -3873,9 +4845,6 @@ "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "Der Host \"%(hostname)s\" ist möglicherweise außer Betrieb und kann über Port %(port)s nicht erreicht werden." ], - "The host is invalid. Please verify that this field is entered correctly.": [ - "Der Host ist ungültig. Bitte überprüfen Sie, ob dieses Feld korrekt eingegeben wurde." - ], "The host might be down, and can't be reached on the provided port.": [ "Der Host ist möglicherweise außer Betrieb und kann über den angegebenen Port nicht erreicht werden." ], @@ -3886,7 +4855,6 @@ "Der angegebene Hostname kann nicht aufgelöst werden." ], "The id of the active chart": ["Die ID des aktiven Diagramms"], - "The import was successful": ["Dashboard wurde erfolgreich gespeichert"], "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'": [ "Die Liste der Diagramme, die dieser Tabelle zugeordnet sind. Durch Ändern dieser Datenquelle können Sie das Verhalten der zugeordneten Diagramme ändern. Beachten Sie auch, dass Diagramme auf eine Datenquelle verweisen müssen, sodass dieses Formular beim Speichern fehlschlägt, wenn Diagramme aus einer Datenquelle entfernt werden. Wenn Sie die Datenquelle für ein Diagramm ändern möchten, überschreiben Sie das Diagramm aus der \"Explore-Ansicht\"." ], @@ -3921,6 +4889,9 @@ "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "Die Anzahl der angezeigten Ergebnisse ist auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu, laden Sie sie als CSV-Datei herunter oder wenden Sie sich an eine*n Administrator*in, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen." ], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "Die Anzahl der angezeigten Zeilen ist durch das Dropdown-Menü auf %(rows)d beschränkt." + ], "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "Die Anzahl der angezeigten Zeilen ist durch Dropdownliste \"Limit\" auf %(rows)d beschränkt." ], @@ -3930,9 +4901,6 @@ "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "Die Anzahl der angezeigten Zeilen ist durch Dropdownliste-Abfrage und -Limit auf %(rows)d beschränkt." ], - "The number of rows displayed is limited to %s by the dropdown.": [ - "Die Anzahl der angezeigten Zeilen ist durch das Dropdown-Menü auf %s beschränkt." - ], "The number of seconds before expiring the cache": [ "Die Anzahl der Sekunden vor Ablauf des Caches" ], @@ -3961,8 +4929,8 @@ "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "Die Passwörter für die unten aufgeführten Datenbanken werden benötigt, um sie zusammen mit den gespeicherten Abfragen zu importieren. Bitte beachten Sie, dass die Abschnitte \"Secure Extra\" und \"Certificate\" der Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei Bedarf nach dem Import manuell hinzugefügt werden sollten." ], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zu importieren. Bitte beachten Sie, dass die Abschnitte \"Secure Extra\" und \"Certificate\" der Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei Bedarf nach dem Import manuell hinzugefügt werden sollten." + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zu importieren. Bitte beachten Sie, dass die Abschnitte „Sicherheit Extra“ und „Zertifikat“ der Datenbankkonfiguration nicht in „Dateien erkunden“ vorhanden sind und nach dem Import manuell hinzugefügt werden sollten, falls sie benötigt werden." ], "The pattern of timestamp format. For strings use ": [ "Das Muster des Zeitstempelformats. Für Zeichenfolgen verwenden Sie eine " @@ -3975,9 +4943,6 @@ "Der Zeiger auf eine physische Tabelle (oder Ansicht). Beachten Sie, dass das Diagramm dieser logischen Superset-Tabelle zugeordnet ist welche auf die hier angegebene physische Tabelle verweist." ], "The port is closed.": ["Der Port ist geschlossen."], - "The port must be a whole number less than or equal to 65535.": [ - "Der Port muss eine ganze Zahl kleiner oder gleich 65535 sein." - ], "The port number is invalid.": ["Die Port-Nummer ist ungültig."], "The primary metric is used to define the arc segment sizes": [ "Die primäre Metrik wird verwendet, um die Bogensegmentgrößen zu definieren" @@ -3997,6 +4962,9 @@ "The query couldn't be loaded": [ "Die Abfrage konnte nicht geladen werden" ], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Die Abfrage-Schätzung wurde nach %(sqllab_timeout)s Sekunden abgebrochen. Sie war eventuell zu komplex, oder die Datenbank ist aktuell stark belastet." + ], "The query has a syntax error.": [ "Die Abfrage weist einen Syntaxfehler auf." ], @@ -4020,7 +4988,7 @@ "Die im Backend gespeicherten Ergebnisse wurden in einem anderen Format gespeichert und können nicht mehr deserialisiert werden." ], "The rich tooltip shows a list of all series for that point in time": [ - "Der umfangreiche Tooltip zeigt eine Liste aller Serien für diesen Zeitpunkt" + "Der umfangreiche Tooltip zeigt eine Liste aller Zeitreihen für diesen Zeitpunkt" ], "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "Das Schema \"%(schema)s\" existiert nicht. Zum Ausführen dieser Abfrage muss ein gültiges Schema verwendet werden." @@ -4034,6 +5002,9 @@ "The size of the square cell, in pixels": [ "Die Größe der quadratischen Zelle in Pixel" ], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "Die eingegebene URL gilt nicht als sicher, verwenden Sie nur URLs mit derselben Domain wie Superset." + ], "The submitted payload has the incorrect format.": [ "Die übermittelte Nutzlast hat das falsche Format." ], @@ -4058,6 +5029,9 @@ "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`": [ "Die Zeitgranularität für die Visualisierung. Beachten Sie, dass Sie einfache natürliche Sprache wie in \"10 Sekunden\", \"1 Tag\" oder \"56 Wochen\" eingeben und verwenden können" ], + "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`": [ + "Die Zeitgranularität für die Visualisierung. Beachten Sie, dass Sie einfache natürliche, englische Sprache wie in \"10 seconds“, \"1 Day“ oder \"56 weeks“ eingeben und verwenden können" + ], "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.": [ "Die Zeitgranularität für die Visualisierung. Dadurch wird eine Datumstransformation angewendet, um ihre Zeitspalte zu ändern, und es wird eine neue Zeitgranularität definiert. Die Optionen hier werden pro Datenbankmodul im Superset-Quellcode definiert." ], @@ -4088,12 +5062,22 @@ "The way the ticks are laid out on the X-axis": [ "Die Art und Weise, wie die Ticks auf der X-Achse angeordnet sind" ], + "The width of the lines": ["Die Breite der Linien"], "There are associated alerts or reports": [ "Es gibt zugehörige Alarme oder Reports" ], "There are associated alerts or reports: %s,": [ "Es gibt zugehörige Alarme oder Reports: %s," ], + "There are no charts added to this dashboard": [ + "Diesem Dashboard wurden keine Diagramme hinzugefügt." + ], + "There are no components added to this tab": [ + "Dieser Registerkarte wurden keine Komponenten hinzugefügt." + ], + "There are no databases available": [ + "Es sind keine Datenbanken verfügbar" + ], "There are no filters in this dashboard.": [ "In diesem Dashboard gibt es keine Filter." ], @@ -4107,12 +5091,24 @@ "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "Für diese Komponente ist nicht genügend Platz vorhanden. Versuchen Sie, die Breite zu verringern oder die Zielbreite zu erhöhen." ], + "There was an error fetching dataset": [ + "Fehler beim Abrufen des Datensatzes" + ], + "There was an error fetching dataset's related objects": [ + "Fehler beim Abrufen der zugehörigen Objekte des Datensatzes" + ], + "There was an error fetching tables": [ + "Fehler beim Abrufen von Tabellen" + ], "There was an error fetching the favorite status: %s": [ "Beim Abrufen des Favoritenstatus ist ein Problem aufgetreten: %s" ], "There was an error fetching your recent activity:": [ "Beim Abrufen der letzten Aktivität ist ein Fehler aufgetreten:" ], + "There was an error loading the dataset metadata": [ + "Fehler beim Laden der Datensatz-Metadaten" + ], "There was an error loading the schemas": [ "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten" ], @@ -4155,6 +5151,12 @@ "There was an issue deleting: %s": [ "Beim Löschen ist ein Problem aufgetreten: %s" ], + "There was an issue duplicating the dataset.": [ + "Beim Duplizieren des Datensatzes ist ein Problem aufgetreten." + ], + "There was an issue duplicating the selected datasets: %s": [ + "Beim Duplizieren der ausgewählten Datensätze ist ein Problem aufgetreten: %s" + ], "There was an issue favoriting this dashboard.": [ "Es gab ein Problem dabei, dieses Dashboard zu den Favoriten hinzuzufügen." ], @@ -4164,24 +5166,24 @@ "There was an issue fetching the favorite status of this dashboard.": [ "Beim Abrufen des Favoritenstatus dieses Dashboards ist ein Problem aufgetreten." ], + "There was an issue fetching your chart: %s": [ + "Beim Abrufen Ihres Diagramms ist ein Problem aufgetreten: %s" + ], + "There was an issue fetching your dashboards: %s": [ + "Beim Abrufen Ihrer Dashboards ist ein Problem aufgetreten: %s" + ], "There was an issue fetching your recent activity: %s": [ "Beim Abrufen Ihrer letzten Aktivität ist ein Problem aufgetreten: %s" ], + "There was an issue fetching your saved queries: %s": [ + "Beim Abrufen Ihrer gespeicherten Abfragen ist ein Problem aufgetreten: %s" + ], "There was an issue previewing the selected query %s": [ "Bei der Vorschau der ausgewählten Abfrage %s ist ein Problem aufgetreten" ], "There was an issue previewing the selected query. %s": [ "Bei der Vorschau der ausgewählten Abfrage ist ein Problem aufgetreten. %s" ], - "There was an issues fetching your chart: %s": [ - "Es gab ein Problem beim Abrufen Ihres Diagramms: %s" - ], - "There was an issues fetching your dashboards: %s": [ - "Beim Abrufen Ihrer Dashboards gab es Probleme: %s" - ], - "There was an issues fetching your saved queries: %s": [ - "Beim Abrufen Ihrer gespeicherten Abfragen gab es ein Problem: %s" - ], "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "Es gibt eine Schleife in Ihrem Sankey, bitte geben Sie einen Baum an. Hier ist ein fehlerhafter Link: {}" ], @@ -4212,21 +5214,42 @@ "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "Dies kann entweder eine IP-Adresse (z.B. 127.0.0.1) oder ein Domainname (z.B. mydatabase.com) sein." ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "Dieses Diagramm gibt Kreuzfilter aus/wendet sie auf andere Diagramme an, die denselben Datensatz verwenden." + ], "This chart has been moved to a different filter scope.": [ "Dieses Diagramm wurde in einen anderen Filterbereich verschoben." ], + "This chart is managed externally, and can't be edited in Superset": [ + "Dieses Diagramm wird extern verwaltet und kann nicht in Superset bearbeitet werden." + ], "This chart might be incompatible with the filter (datasets don't match)": [ "Dieses Diagramm ist möglicherweise nicht mit dem Filter kompatibel (Datensätze stimmen nicht überein)" ], - "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Dieser Diagrammtyp wird nicht unterstützt, wenn eine nicht gespeicherte Abfrage als Diagrammquelle verwendet wird. " + ], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "Dieses Farbschema wird durch benutzerdefinierte Beschriftungsfarben überschrieben.\n Überprüfen Sie die JSON-Metadaten in den erweiterten Einstellungen" ], + "This column might be incompatible with current dataset": [ + "Diese Spalte ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." + ], "This column must contain date/time information.": [ "Diese Spalte muss Datums-/Uhrzeitinformationen enthalten." ], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Dies steuert, ob das Feld \"time_range\" aus der aktuellen\n Ansicht an das Diagramm mit den Anmerkungsdaten übergeben werden soll." + ], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Dies steuert, ob das Zeitgranularitäten-Feld aus der aktuellen\n Ansicht an das Diagramm mit den Anmerkungsdaten übergeben werden soll." + ], "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "Dieses Dashboard aktualisiert sich automatisch. Die nächste automatische Aktualisierung erfolgt in %s." ], + "This dashboard is managed externally, and can't be edited in Superset": [ + "Dieses Dashboard wird extern verwaltet und kann nicht in Superset bearbeitet werden." + ], "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der Dashboards angezeigt. Wählen Sie es als Favorit aus, um es dort zu sehen, oder greifen Sie direkt über die URL darauf zu." ], @@ -4240,30 +5263,48 @@ "This dashboard is published. Click to make it a draft.": [ "Dieses Dashboard ist veröffentlicht. Klicken Sie hier, um es in den Entwurfstatus zu setzen." ], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Dieses Dashboard ist bereit zum Einbetten. Übergeben Sie in Ihrer Anwendung die folgende ID an das SDK:" + ], "This dashboard was changed recently. Please reload dashboard to get latest version.": [ "Dieses Dashboard wurde kürzlich geändert. Bitte laden Sie das Dashboard neu, um die neueste Version zu erhalten." ], "This dashboard was saved successfully.": [ "Dieses Dashboard wurde erfolgreich gespeichert." ], + "This database is managed externally, and can't be edited in Superset": [ + "Diese Datenbank wird extern verwaltet und kann nicht in Superset bearbeitet werden." + ], + "This database table does not contain any data. Please select a different table.": [ + "Diese Datenbanktabelle enthält keine Daten. Bitte wählen Sie eine andere Tabelle aus." + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "Dieser Datensatz wird extern verwaltet und kann nicht in Superset bearbeitet werden." + ], + "This dataset is not used to power any charts.": [ + "Dieser Datesatz wird nicht von Diagrammen genutzt." + ], "This defines the element to be plotted on the chart": [ "Definiert das Element, das im Diagramm dargestellt werden soll" ], "This defines the level of the hierarchy": [ "Dies definiert die Ebene der Hierarchie" ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ - "Diese Funktion ist veraltet und wird in 2.0 entfernt. Werfen Sie einen Blick auf die Dokumentation zur Ersatzfunktion Alerts & Reports" - ], "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ "Diese Felder fungieren als Superset-Ansicht, was bedeutet, dass Superset eine Abfrage für diese Zeichenfolge als Unterabfrage ausführt." ], "This filter doesn't exist in dashboard. It will not be applied.": [ "Dieser Filter ist nicht im Dashboard vorhanden. Er wird nicht angewendet." ], + "This filter might be incompatible with current dataset": [ + "Dieser Filter ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." + ], "This filter set is identical to: \"%s\"": [ "Diese Filtergruppe ist identisch mit: \"%s\"" ], + "This functionality is disabled in your environment for security reasons.": [ + "Diese Funktion ist in Ihrer Umgebung aus Sicherheitsgründen deaktiviert." + ], "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ "Dies ist die Bedingung, die der WHERE-Klausel hinzugefügt wird. Um beispielsweise nur Zeilen für eine*n bestimmte*n Klient*n zurückzugeben, können Sie einen regulären Filter mit der Klausel \"client_id = 9\" definieren. Um keine Zeilen anzuzeigen, es sei denn, ein*e Benutzer*in gehört einer RLS-Filterrolle an, kann ein Basisfilter mit der Klausel '1 = 0' (immer falsch) erstellt werden." ], @@ -4277,28 +5318,50 @@ "Diese Markdown-Komponente weist einen Fehler auf. Bitte machen Sie Ihre letzten Änderungen rückgängig." ], "This may be triggered by:": ["Dies kann ausgelöst werden durch:"], - "This query took %s seconds to run, ": [ - "Die Ausführung dieser Abfrage dauerte %s Sekunden. " + "This metric might be incompatible with current dataset": [ + "Diese Metrik ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." ], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "In diesem Abschnitt können Sie konfigurieren, wie die Slice verwendet wird.\n , um Anmerkungen zu generieren." + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "In diesem Abschnitt können Sie konfigurieren, wie die Zeitscheibe verwendet wird.\n , um Anmerkungen zu generieren." ], "This section contains options that allow for advanced analytical post processing of query results": [ "Dieser Abschnitt enthält Optionen, die eine erweiterte analytische Nachbearbeitung von Abfrageergebnissen ermöglichen" ], + "This section contains validation errors": [ + "Dieser Abschnitt enthält Validierungsfehler" + ], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "In dieser Sitzung ist eine Unterbrechung aufgetreten, und einige Steuerelemente funktionieren möglicherweise nicht wie beabsichtigt. Wenn Sie der/die Entwickler*in dieser App sind, überprüfen Sie bitte, ob das Gast-Token korrekt generiert wird." + ], + "This table already has a dataset": [ + "Diese Tabelle hat bereits einen Datensatz" + ], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "Dieser Tabelle ist bereits ein Datensatz zugeordnet. Sie können einer Tabelle nur einen Datasatz zuordnen.\n" + ], "This value should be greater than the left target value": [ "Dieser Wert sollte größer als der linke Zielwert sein" ], "This value should be smaller than the right target value": [ "Dieser Wert sollte kleiner als der rechte Zielwert sein" ], + "This visualization type does not support cross-filtering.": [ + "Dieser Visualisierungstyp unterstützt keine Kreuzfilterung." + ], "This visualization type is not supported.": [ "Dieser Visualisierungstyp wird nicht unterstützt." ], - "This was triggered by:": ["Ausgelöst durch:"], + "This was triggered by:": ["Ausgelöst durch:", "Ausgelöst durch:"], + "This will remove your current embed configuration.": [ + "Dadurch wird Ihre aktuelle Embedded-Konfiguration entfernt." + ], "Threshold alpha level for determining significance": [ "Schwellenwert für Alpha-Level zur Bestimmung der Signifikanz" ], + "Threshold value should be double precision number": [ + "Der Schwellwert sollte eine Zahl mit doppelter Genauigkeit sein." + ], + "Thumbnails": ["Vorschaubilder"], "Thursday": ["Donnerstag"], "Time": ["Zeit"], "Time Column": ["Zeitspalte"], @@ -4306,8 +5369,9 @@ "Time Format": ["Zeitformat"], "Time Grain": ["Zeitgranularität"], "Time Granularity": ["Zeitgranularität"], - "Time Offset": ["Zeitversatz"], + "Time Lag": ["Verzögerung"], "Time Range": ["Zeitraum"], + "Time Ratio": ["Zeitverhältnis"], "Time Series": ["Zeitreihen"], "Time Series - Bar Chart": ["Zeitreihen - Balkendiagramm"], "Time Series - Dual Axis Line Chart": [ @@ -4332,13 +5396,19 @@ "Zeitspalte \"%(col)s\" ist im Datensatz nicht vorhanden" ], "Time column filter plugin": ["Zeitspalten-Filter-Plugin"], + "Time column to apply dependent temporal filter to": [ + "Zeitspalte, auf die ein abhängiger zeitlicher Filter angewendet werden soll" + ], + "Time column to apply time range to": [ + "Zeitspalte, auf die der Zeitbereich angewendet werden soll" + ], "Time comparison": ["Zeitvergleich"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "Zeitdelta in natürlicher Sprache\n (Beispiel: 24 Stunden, 7 Tage, 56 Wochen, 365 Tage)" + ], "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "Zeitinterval ist unklar. Bitte geben Sie [%(human_readable)s ago] oder [%(human_readable)s later] an." ], - "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": [ - "Zeitausdruck, der als Prädikat beim Abrufen bestimmter Werte zum Auffüllen der Filterkomponente verwendet wird. Gilt nur, wenn \"Filterauswahl aktivieren\" aktiviert ist. Wenn Sie \"vor 7 Tagen\" eingeben, wird die Liste der Werte im Filter basierend auf dem eindeutigen Wert der letzten Woche aufgefüllt" - ], "Time filter": ["Zeitfilter"], "Time format": ["Zeitformat"], "Time grain": ["Zeitgranularität"], @@ -4346,11 +5416,12 @@ "Time grain missing": ["Zeiteinteilung fehlt"], "Time granularity": ["Zeitgranularität"], "Time in seconds": ["Zeit in Sekunden"], + "Time lag": ["Verzögerung"], "Time range": ["Zeitbereich"], - "Time range endpoints": ["Endpunkte des Zeitbereichs"], - "Time range endpoints (SIP-15)": ["Zeitbereichsendpunkte (SIP-15)"], + "Time ratio": ["Zeitverhältnis"], "Time related form attributes": ["Zeitbezogene Formularattribute"], - "Time series columns": ["Zeitserienspalte"], + "Time series": ["Zeitreihen"], + "Time series columns": ["Zeitreihenspalte"], "Time shift": ["Zeitverschiebung"], "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "Die Zeitzeichenfolge ist mehrdeutig. Bitte geben Sie [%(human_readable)s ago] oder [%(human_readable)s later] an." @@ -4360,7 +5431,7 @@ "Zeitreihen-Flächendiagramme ähneln Liniendiagrammen insofern, als sie Variablen mit der gleichen Skala darstellen, aber Flächendiagramme stapeln die Metriken übereinander. Ein Flächendiagramm in Superset kann streamen, stapeln oder erweitern." ], "Time-series Bar Chart": ["Zeitreihen - Balkendiagramm"], - "Time-series Bar Chart v2": ["Zeitreihen-Balkendiagramm v2"], + "Time-series Bar Chart (legacy)": ["Zeitreihen-Balkendiagramm (Legacy)"], "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "Zeitreihen-Balkendiagramme werden verwendet, um die Änderungen in einer Metrik im Laufe der Zeit als eine Reihe von Balken anzuzeigen." ], @@ -4373,8 +5444,8 @@ "Das Zeitreihen-Streudiagramm stellt die Zeit auf der horizontalen Achse in linearen Einheiten dar, und die Punkte sind in der richtigen Reihenfolge verbunden. Es zeigt eine statistische Beziehung zwischen zwei Variablen." ], "Time-series Smooth Line": ["Zeitreihe Glatte Linie"], - "Time-series Smooth-line is a variation of line chart. Without angles and hard edges, Smooth-line looks more smarter and more professional.": [ - "Zeitreihe Glatte Linie ist eine Variation des Liniendiagramms. Ohne Winkel und harte Kanten sieht Smooth-line raffinierter und professioneller aus." + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "„Zeitreihen-Glatte Linie“ ist eine Variante des Liniendiagramms. Ohne Winkel und harte Kanten wirkt dieser Diagrammtyp manchmal passender und professioneller." ], "Time-series Stepped Line": ["Zeitreihen-Stufenlinie"], "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ @@ -4385,7 +5456,6 @@ "Das Zeitreihen-Liniendiagramm wird verwendet, um wiederholte Messungen in regelmäßigen Zeitintervallen zu visualisieren. Liniendiagramm ist ein Diagrammtyp, der Informationen als eine Reihe von Datenpunkten anzeigt, die durch gerade Liniensegmente verbunden sind. Es ist ein grundlegender Diagrammtyp, der in vielen Bereichen üblich ist." ], "Timeout error": ["Zeitüberschreitung"], - "Timestamp Format": ["Zeitstempelformat"], "Timestamp format": ["Zeitstempelformat"], "Timezone": ["Zeitzone"], "Timezone offset (in hours) for this datasource": [ @@ -4403,13 +5473,19 @@ "To get a readable URL for your dashboard": [ "So erhalten Sie eine sprechende URL für Ihr Dashboard" ], - "Toggle chart description": ["Diagramm-Beschreibung umschalten"], + "Too many columns to filter": ["Zu viele Spalten zum Filtern"], "Tools": ["Werkzeuge"], "Tooltip": ["Tooltip"], "Tooltip sort by metric": ["Tooltip nach Metrik sortieren"], "Tooltip time format": ["Tooltip-Zeitformat"], "Top": ["Oben"], + "Top left": ["Oben links"], + "Top right": ["Oben rechts"], "Top to Bottom": ["Oben nach unten"], + "Total (%(aggfunc)s)": ["Insgesamt (%(aggfunc)s)"], + "Total (%(aggregatorName)s)": ["Insgesamt (%(aggregatorName)s)"], + "Total value": ["Gesamtwert"], + "Total: %s": ["Gesamt: %s"], "Totals": ["Summen"], "Track job": ["Auftrag verfolgen"], "Transformable": ["Transportierbar"], @@ -4420,32 +5496,47 @@ "Tree layout": ["Baum-Layout"], "Tree orientation": ["Baumausrichtung"], "Treemap": ["Treemap"], - "Treemap v2": ["Treemap v2"], + "Treemap (legacy)": ["Kacheldiagramm (Legacy)"], "Trend": ["Trend"], "Triangle": ["Dreieck"], "Trigger Alert If...": ["Alarm auslösen falls..."], + "Truncate Axis": ["Achse abschneiden"], + "Truncate Cells": ["Zellen abschneiden"], + "Truncate Metric": ["Metrik abschneiden"], "Truncate Y Axis": ["Y-Achse abschneiden"], "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "Schneiden Sie die Y-Achse ab. Kann überschrieben werden, indem eine min- oder max-Bindung angegeben wird." ], + "Truncate long cells to the \"min width\" set above": [ + "Lange Zellen auf die oben festgelegte \"Mindestbreite\" abschneiden" + ], "Truncates the specified date to the accuracy specified by the date unit.": [ "Kürzt das angegebene Datum auf die von der Datumseinheit angegebene Genauigkeit." ], "Try applying different filters or ensuring your datasource has data": [ "Versuchen Sie, andere Filter anzuwenden oder sicherzustellen, dass Ihre Datenquelle Daten enthält" ], + "Try different criteria to display results.": [ + "Probieren Sie verschiedene Kriterien aus, um Ergebnisse anzuzeigen." + ], + "Try selecting a different schema": [ + "Versuchen Sie, ein anderes Schema auszuwählen" + ], "Tuesday": ["Dienstag"], + "Tukey": ["Turkey"], "Type": ["Typ"], "Type \"%s\" to confirm": ["Geben Sie zur Bestätigung \"%s\" ein"], "Type a value": ["Geben Sie einen Wert ein"], "Type a value here": ["Geben Sie hier einen Wert ein"], "Type is required": ["Typ ist erforderlich"], "Type of Google Sheets allowed": ["Art der zulässigen Google Tabellen"], + "Type of comparison, value difference or percentage": [ + "Art des Vergleichs, Wertdifferenz oder Prozentsatz" + ], "Type or Select [%s]": ["Geben Sie ein oder wählen Sie [%s] aus."], "UI Configuration": ["UI Konfiguration"], "URL": ["URL"], "URL Parameters": ["URL-Parameter"], - "URL could not be identified": ["URL konnte nicht identifiziert werden"], "URL parameters": ["URL-Parameter"], "URL slug": ["URL Titelform"], "Unable to add a new tab to the backend. Please contact your administrator.": [ @@ -4457,9 +5548,18 @@ "Unable to connect to database \"%(database)s\".": [ "Es konnte keine Verbindung zur Datenbank \"%(database)s\" hergestellt werden." ], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "Verbindung kann nicht hergestellt werden. Stellen Sie sicher, dass die folgenden Rollen für das Dienstkonto festgelegt sind: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" und die folgenden Berechtigungen festgelegt sind \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" + ], + "Unable to create chart without a query id.": [ + "Diagramm kann ohne Abfrage-ID nicht erstellt werden." + ], "Unable to find such a holiday: [%(holiday)s]": [ "Kann einen solchen Feiertag nicht finden: [%(holiday)s]" ], + "Unable to load columns for the selected table. Please select a different table.": [ + "Spalten für die ausgewählte Tabelle können nicht geladen werden. Bitte wählen Sie eine andere Tabelle aus." + ], "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "Der Status des Abfrage-Editors kann nicht zum Backend übertragen werden. Superset wird es später erneut versuchen. Wenden Sie sich an Ihre*n Administrator*in, wenn dieses Problem weiterhin besteht." ], @@ -4469,8 +5569,8 @@ "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "Der Tabellenschemastatus kann nicht zum Backend übertragen werden. Superset wird es später erneut versuchen. Wenden Sie sich an Ihre*n Administrator*in, wenn dieses Problem weiterhin besteht." ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "Metadaten für die folgende(n) Tabelle(n) können nicht aktualisiert werden: %(tables)s" + "Unable to retrieve dashboard colors": [ + "Dashboardfarben können nicht abgerufen werden" ], "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "CSV-Datei \"%(filename)s\" kann nicht in tabelle \"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: %(error_msg)s" @@ -4485,12 +5585,14 @@ "Undefined window for rolling operation": [ "Undefiniertes Fenster für rollierende Operation" ], + "Undo the action": ["Aktion rückgängig machen"], "Undo?": ["Rückgängig machen?"], "Unexpected error": ["Unerwarteter Fehler"], "Unexpected error occurred, please check your logs for details": [ "Unerwarteter Fehler aufgetreten, bitte überprüfen Sie Ihre Protokolle auf Details" ], "Unexpected error: ": ["Unerwarteter Fehler:"], + "Unexpected time range: %s": ["Unerwarteter Zeitraum: %s"], "Unknown": ["Unbekannt"], "Unknown MySQL server host \"%(hostname)s\".": [ "Unbekannter MySQL-Server-Host \"%(hostname)s\"." @@ -4501,6 +5603,7 @@ "Unbekannte Spalte in ORDER BY verwendet: %(col)s" ], "Unknown error": ["Unbekannter Fehler"], + "Unknown input format": ["Unbekanntes Eingabeformat"], "Unknown value": ["Unbekannter Wert"], "Unsafe return type for function %(func)s: %(value_type)s": [ "Unsicherer Rückgabetyp für %(func)s: %(value_type)s" @@ -4508,13 +5611,9 @@ "Unsafe template value for key %(key)s: %(value_type)s": [ "Unsicherer Vorlagenwert für Schlüssel %(key)s: %(value_type)s" ], - "Unset Filters (%d)": ["Inaktive Filter (%d)"], "Unsupported clause type: %(clause)s": [ "Nicht unterstützter Ausdruck-Typ: %(clause)s" ], - "Unsupported extraction function: ": [ - "Nicht unterstützte Extraktionsfunktion: " - ], "Unsupported post processing operation: %(operation)s": [ "Nicht unterstützter Nachbearbeitungsvorgang: %(operation)s" ], @@ -4527,23 +5626,36 @@ "Unsupported time grain: %(time_grain)s": [ "Nicht unterstützte Zeiteinteilung: %(time_grain)s" ], - "Untitled Query %s": ["Unbenannte Abfrage %s"], + "Untitled Dataset": ["Unbenannter Datensatz"], + "Untitled Query": ["Unbenannte Abfrage"], "Untitled query": ["Unbenannte Abfrage"], "Update": ["Aktualisieren"], + "Update chart": ["Diagramm aktualisieren"], "Updating chart was stopped": [ "Aktualisierung des Diagramms wurde abgebrochen" ], "Upload": ["Hochladen"], + "Upload CSV": ["CSV hochladen"], + "Upload CSV to database": ["CSV in Datenbank hochladen"], "Upload Credentials": ["Anmeldeinformationen hochladen"], - "Upload Excel": ["Excel hochladen"], + "Upload Enabled": ["Hochladen aktiviert"], + "Upload Excel file": ["Excel hochladen"], + "Upload Excel file to database": ["Excel-Datei in Datenbank hochladen"], "Upload JSON file": ["JSON Datei hochladen"], - "Upload a CSV": ["CSV hochladen"], - "Upload a Columnar File": ["Hochladen einer spaltenförmigen Datei"], + "Upload columnar file": ["Spaltendatei hochladen"], + "Upload columnar file to database": [ + "Spaltendatei in Datenbank hochladen" + ], + "Upload file to database": ["Datei in Datenbank hochladen"], + "Usage": ["Verwendung"], + "Use \"%(menuName)s\" menu instead.": [ + "Verwenden Sie stattdessen das Menü \"%(menuName)s\"." + ], + "Use %s to open in a new tab.": [ + "Verwenden Sie %s, um eine neue Registerkarte zu öffnen." + ], "Use Area Proportions": ["Verwenden von Flächenproportionen"], "Use Columns": ["Spalten verwenden"], - "Use Pandas to interpret the datetime format automatically.": [ - "Verwenden Sie Pandas, um das datetime-Format automatisch zu interpretieren." - ], "Use a log scale": ["Verwenden einer Logarithmischen Skala"], "Use a log scale for the X-axis": [ "Logarithmische Skala für die X-Achse verwenden" @@ -4554,6 +5666,12 @@ "Use an encrypted connection to the database": [ "Verschlüsselten Verbindung zur Datenbank verwenden" ], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "Verwenden Sie ein anderes vorhandenes Diagramm als Quelle für Anmerkungen und Überlagerungen.\n Ihr Diagramm muss einer der folgenden Visualisierungstypen sein: [%s]" + ], + "Use date formatting even when metric value is not a timestamp": [ + "Verwenden Sie die Datumsformatierung, auch wenn der Metrikwert kein Zeitstempel ist" + ], "Use legacy datasource editor": [ "Verwenden des Legacy-Datenquellen-Editors" ], @@ -4567,8 +5685,14 @@ "Use the JSON file you automatically downloaded when creating your service account.": [ "Verwenden Sie die JSON-Datei, die Sie beim Erstellen Ihres Dienstkontos automatisch heruntergeladen haben." ], - "Use the edit buttom to change this field": [ - "Verwenden Sie den Bearbeiten-Button, um dieses Feld zu ändern" + "Use the edit button to change this field": [ + "Verwenden Sie die Schaltfläche Bearbeiten, um dieses Feld zu ändern" + ], + "Use this section if you want a query that aggregates": [ + "Verwenden Sie diesen Abschnitt, wenn Sie eine Abfrage benötigen, die aggregiert" + ], + "Use this section if you want to query atomic rows": [ + "Verwenden Sie diesen Abschnitt, wenn Sie atomare Zeilen abfragen möchten" ], "Use this to define a static color for all circles": [ "Verwenden Sie diese Option, um eine statische Farbe für alle Kreise zu definieren" @@ -4593,9 +5717,6 @@ "User must select a value for this filter": [ "Benutzer*in muss einen Wert für diesen Filter auswählen" ], - "User must select a value for this filter.": [ - "Benutzer*in muss einen Wert für diesen Filter auswählen" - ], "User query": ["Benutzer*innen-Abfrage"], "Username": ["Benutzer*innenname"], "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ @@ -4611,22 +5732,32 @@ "Value format": ["Wertformat"], "Value is required": ["Wert ist erforderlich"], "Value must be greater than 0": ["Der Wert muss größer als 0 sein"], + "Values are dependent on other filters": [ + "Werte sind abhängig von anderen Filtern" + ], + "Values dependent on": ["Werte abhängig von"], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "In anderen Filtern ausgewählte Werte wirken sich auf die Filteroptionen aus, sodass nur relevante Werte angezeigt werden" + ], "Vehicle Types": ["Fahrzeugtypen"], "Verbose Name": ["Ausführlicher Name"], "Version": ["Version"], "Version number": ["Versionsnummer"], "Vertical": ["Vertikal"], + "Vertical (Left)": ["Vertikal (links)"], "Video game consoles": ["Videospielkonsolen"], + "View": ["Ansicht"], "View All »": ["Alle ansehen »"], - "View chart in Explore": ["Diagramm in Explorer anzeigen"], + "View Dataset": ["Datensatz anzeigen"], + "View all charts": ["Alle Diagramme anzeigen"], + "View as table": ["Als Tabelle anzeigen"], "View in SQL Lab": ["In SQL Lab anzeigen"], "View keys & indexes (%s)": ["Schlüssel und Indizes anzeigen (%s)"], "View query": ["Abfrage anzeigen"], - "View results": ["Ergebnisse ansehen"], - "View samples": ["Beispiele anzeigen"], "Viewed": ["Angesehen"], "Viewed %s": ["%s angesehen"], "Viewport": ["Ansichtsfenster"], + "Virtual": ["Virtuell"], "Virtual (SQL)": ["Virtuell (SQL)"], "Virtual dataset": ["Virtueller Datensatz"], "Virtual dataset query cannot be empty": [ @@ -4639,7 +5770,6 @@ "Virtuelle Datensatzabfrage muss schreibgeschützt sein" ], "Visual Tweaks": ["Visuelle Optimierungen"], - "Visualization": ["Visualisierung"], "Visualization Type": ["Visualisierungstyp"], "Visualization type": ["Visualisierungstyp"], "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ @@ -4648,29 +5778,41 @@ "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "Visualisieren Sie eine verwandte Metrik über Gruppenpaare hinweg. Heatmaps zeichnen sich dadurch aus, dass sie die Korrelation oder Stärke zwischen zwei Gruppen darstellen. Farbe wird verwendet, um die Stärke der Verbindung zwischen jedem Gruppenpaar zu betonen." ], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Visualisieren Sie Geodaten wie 3D-Gebäude, Landschaften oder Objekte in der Rasteransicht." + ], "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "Visualisieren Sie mithilfe von Balken, wie sich eine Metrik im Laufe der Zeit ändert. Fügen Sie eine Gruppe nach Spalte hinzu, um Metriken auf Gruppenebene und deren Änderung im Laufe der Zeit zu visualisieren." ], "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "Visualisieren Sie mehrere Hierarchieebenen mit einer vertrauten baumartigen Struktur." ], - "Visualize two different time series using the same x-axis time range. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ - "Visualisieren Sie zwei verschiedene Zeitreihen mit demselben x-Achsen-Zeitbereich. Beachten Sie, dass jede Zeitreihe unterschiedlich visualisiert werden kann (z. B. 1 mit Balken und 1 mit einer Linie)." + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "Visualisieren Sie zwei verschiedene Zeitreihen mit derselben x-Achse. Beachten Sie, dass beide Reihen mit einem anderen Diagrammtyp visualisiert werden können (z. B. eine mit Balken und die andere mit einer Linie)." ], "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "Visualisieren Sie zwei verschiedene Zeitreihen mit demselben x-Achsen-Zeitbereich. Dieses Diagramm ist überholt und wir empfehlen stattdessen, das Gemischte Zeitreihen-Diagramm zu verwenden!" ], + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "Visualisieren Sie zwei verschiedene Zeitreihen mit derselben x-Achse. Beachten Sie, dass jede Zeitreihe unterschiedlich visualisiert werden kann (z. B. eine mit Balken und die andere mit einer Linie)." + ], "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "Visualisiert 2 Metriken als Liniendiagramme mit derselben x-Achse. Dieses Diagramm ist nützlich, um Metriken über den gleichen Zeitraum zu vergleichen." ], "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "Visualisiert eine Metrik über drei Datendimensionen in einem einzelnen Diagramm (X-Achse, Y-Achse und Blasengröße). Blasen aus derselben Gruppe können mit Blasenfarbe präsentiert werden." ], + "Visualizes connected points, which form a path, on a map.": [ + "Visualisiert verbundene Punkte, die einen Pfad bilden, auf einer Karte." + ], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Visualisiert geografische Gebiete aus Ihren Daten als Polygone auf einer von Mapbox gerenderten Karte. Polygone können mithilfe einer Metrik eingefärbt werden." + ], "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "Visualisiert, wie sich eine Metrik im Laufe der Zeit mithilfe einer Farbskala und einer Kalenderansicht verändert hat. Grauwerte werden verwendet, um fehlende Werte anzuzeigen, und das lineare Farbschema wird verwendet, um den Betrag jedes Tageswerts zu kodieren." ], - "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ - "Visualisiert, wie sich eine einzelne Metrik zwischen den wichtigsten Unterteilungen eines Landes (Bundesstaaten, Provinzen usw.) auf einer Chlorplethenkarte unterscheidet. Der Wert jeder Unterteilung wird erhöht, wenn Sie den Mauszeiger über die entsprechende geografische Grenze bewegen." + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "Visualisiert, wie eine einzelne Metrik in den Hauptunterteilungen eines Landes (Bundesstaaten, Provinzen usw.) auf einer Choroplethenkarte variiert. Der Wert jeder Unterteilung wird erhöht, wenn Sie den Mauszeiger über die entsprechende geografische Grenze bewegen." ], "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "Visualisiert viele verschiedene Zeitreihenobjekte in einem einzigen Diagramm. Dieses Diagramm ist überholt, und wir empfehlen, stattdessen das Zeitreihendiagramm zu verwenden." @@ -4693,6 +5835,12 @@ "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "Warnung! Wenn Sie den Datensatz ändern, kann das Diagramm beeinträchtigt werden, wenn die Metadaten nicht vorhanden sind." ], + "Was unable to check your query": [ + "Ihre Abfrage konnte nicht überprüft werden" + ], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Wir können keine Verbindung zu Ihrer Datenbank herstellen. Klicken Sie auf \"Weitere anzeigen\", um von der Datenbank bereitgestellte Informationen zu erhalten, die bei der Behebung des Problems helfen können." + ], "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "Wir können die Spalte \"%(column)s\" in Zeile %(location)s nicht auflösen." ], @@ -4702,18 +5850,16 @@ "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "Wir können die Spalte \"%(column_name)s\" in Zeile %(location)s nicht auflösen." ], - "We recommend your summarize your data further before following that flow. ": [ - "Wir empfehlen Ihnen, Ihre Daten weiter zusammenzufassen, bevor Sie fortfahren. " - ], + "We have the following keys: %s": ["Wir haben folgende Schlüssel: %s"], "We were unable to active or deactivate this report.": [ "Wir konnten diesen Bericht nicht aktivieren oder deaktivieren." ], + "We were unable to carry over any controls when switching to this new dataset.": [ + "Wir konnten beim Wechsel zu diesem neuen Datensatz keine Steuerungselemente übernehmen." + ], "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ "Wir konnten keine Verbindung zu Ihrer Datenbank mit dem Namen \"%(database)s\" herstellen. Überprüfen Sie Ihren Datenbanknamen und versuchen Sie es erneut." ], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ - "Wir konnten keine Verbindung zu Ihrer Datenbank herstellen. Vergewissern Sie sich, dass Ihr Dienstkonto über die Rollen „Viewer“ und „Job User“ im Projekt verfügt." - ], "Web": ["Web"], "Wednesday": ["Mittwoch"], "Week": ["Woche"], @@ -4721,16 +5867,25 @@ "Week starting Monday": ["Woche beginnt am Montag"], "Week starting Sunday": ["Woche beginnt am Sonntag"], "Week_ending Sunday": ["Woche endet am Sonntag"], + "Weekly Report": ["Wöchentlicher Bericht"], + "Weekly Report for %s": ["Wöchentlicher Bericht für %s"], + "Weekly seasonality": ["Wöchentliche Saisonalität"], "Weeks %s": ["Wochen %s"], + "Weight": ["Gewicht"], "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "Wir haben Probleme beim Laden dieser Ergebnisse. Abfragen überschreiten nach %s Sekunden die Ausführungszeit (Timeout).", "Wir haben Probleme beim Laden dieser Ergebnisse. Abfragen überschreiten nach %s Sekunden die Ausführungszeit (Timeout)." ], "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "Wir haben Probleme beim Laden dieser Visualisierung. Abfragen überschreiten nach %s Sekunden die Ausführungszeit (Timeout).", "Wir haben Probleme beim Laden dieser Visualisierung. Abfragen überschreiten nach %s Sekunden die Ausführungszeit (Timeout)." ], "What should be shown on the label?": [ "Was sollte als Beschriftung angezeigt werden?" ], + "What should happen if the table already exists": [ + "Was soll passieren, wenn die Tabelle bereits vorhanden ist?" + ], "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "Wenn 'Berechnungstyp' auf \"Prozentuale Änderung\" gesetzt ist, wird das Y-Achsenformat '.1%' erzwungen" ], @@ -4740,6 +5895,9 @@ "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "Wenn Sie die Option CREATE TABLE AS in SQL Lab zulassen, erzwingt diese Option, dass die Tabelle in diesem Schema erstellt wird" ], + "When checked, the map will zoom to your data after each query": [ + "Wenn diese Option aktiviert ist, zoomt die Karte nach jeder Abfrage auf Ihre Daten" + ], "When enabled, users are able to visualize SQL Lab results in Explore.": [ "Wenn diese Option aktiviert ist, können Benutzer*innen SQL Lab-Ergebnisse in Explore visualisieren." ], @@ -4755,6 +5913,12 @@ "When using 'Group By' you are limited to use a single metric": [ "Wenn Sie \"Gruppieren nach\" verwenden, sind Sie auf die Verwendung einer einzelnen Metrik beschränkt" ], + "When using other than adaptive formatting, labels may overlap": [ + "Bei Verwendung einer anderen als der adaptiven Formatierung können sich Beschriftungen überschneiden" + ], + "When using this option, default value can’t be set": [ + "Bei Verwendung dieser Option kann der Standardwert nicht festgelegt werden" + ], "Whether the progress bar overlaps when there are multiple groups of data": [ "Ob sich der Fortschrittsbalken überschneidet, wenn mehrere Datengruppen vorhanden sind" ], @@ -4779,6 +5943,9 @@ "Whether to apply a normal distribution based on rank on the color scale": [ "Ob eine Normalverteilung basierend auf dem Rang auf der Farbskala angewendet werden soll" ], + "Whether to apply filter when items are clicked": [ + "Ob Filter angewendet werden soll, wenn auf Elemente geklickt wird" + ], "Whether to colorize numeric values by if they are positive or negative": [ "Ob numerische Werte eingefärbt werden sollen, wenn sie positiv oder negativ sind" ], @@ -4791,13 +5958,16 @@ "Whether to display bubbles on top of countries": [ "Ob Blasen über Ländern angezeigt werden sollen" ], + "Whether to display the aggregate count": [ + "Ob die Gesamtanzahl angezeigt werden soll" + ], "Whether to display the interactive data table": [ "Ob die interaktive Datentabelle angezeigt werden soll" ], "Whether to display the labels.": [ "Ob die Beschriftungen angezeigt werden sollen." ], - "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "Ob die Beschriftungen angezeigt werden sollen. Beachten Sie, dass die Beschriftung nur angezeigt wird, wenn der Schwellenwert von 5 % erreicht ist." ], "Whether to display the legend (toggles)": [ @@ -4815,6 +5985,9 @@ "Whether to display the numerical values within the cells": [ "Ob die numerischen Werte innerhalb der Zellen angezeigt werden sollen" ], + "Whether to display the stroke": [ + "Ob der Strich dargestellt werden soll" + ], "Whether to display the time range interactive selector": [ "Ob die interaktive Zeitbereichs-Auswahl angezeigt werden soll" ], @@ -4830,8 +6003,9 @@ "Whether to enable node dragging in force layout mode.": [ "Ob das Ziehen von Knoten im Kräfte-basierten Layoutmodus aktiviert werden soll." ], - "Whether to format the timestamp": [ - "Ob der Zeitstempel formatiert werden soll" + "Whether to fill the objects": ["Ob die Objekte gefüllt werden sollen"], + "Whether to ignore locations that are null": [ + "Ob Örtlichkeiten ignoriert werden sollen, die null sind" ], "Whether to include a client-side search box": [ "Ob ein clientseitiges Suchfeld eingeschlossen werden soll" @@ -4845,6 +6019,9 @@ "Whether to include the time granularity as defined in the time section": [ "Ob die im Zeitabschnitt definierte Zeitgranularität einbezogen werden soll" ], + "Whether to make the grid 3D": [ + "Ob das Raster in 3D umgewandelt werden soll" + ], "Whether to make the histogram cumulative": [ "Ob das Histogramm kumulativ dargestellt werden soll" ], @@ -4873,11 +6050,14 @@ "Whether to show the split lines on the axis": [ "Ob die geteilten Linien auf der Achse angezeigt werden sollen" ], + "Whether to sort ascending or descending on the base Axis.": [ + "Ob aufsteigend oder absteigend auf der Basisachse sortiert werden soll." + ], "Whether to sort descending or ascending": [ "Ob absteigend oder aufsteigend sortiert werden soll" ], - "Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set": [ - "Ob absteigend oder aufsteigend sortiert werden soll. Wird nur wirksam, wenn \"Sortieren nach\" gesetzt ist" + "Whether to sort descending or ascending if a series limit is present": [ + "Ob absteigend oder aufsteigend sortiert werden soll, wenn ein Reihengrenzwert vorhanden ist" ], "Whether to sort results by the selected metric in descending order.": [ "Ob die Ergebnisse nach der ausgewählten Metrik in absteigender Reihenfolge sortiert werden sollen." @@ -4885,6 +6065,9 @@ "Whether to sort tooltip by the selected metric in descending order.": [ "Ob der Tooltip nach der ausgewählten Metrik in absteigender Reihenfolge sortiert werden soll." ], + "Whether to truncate metrics": [ + "Ob Metriken abgeschnitten werden sollen" + ], "Which country to plot the map for?": [ "Für welches Land soll die Karte geplottet werden?" ], @@ -4897,6 +6080,7 @@ "Width of the confidence interval. Should be between 0 and 1": [ "Breite des Konfidenzintervalls. Sollte zwischen 0 und 1 liegen" ], + "Width of the sparkline": ["Breite der Sparkline"], "Window must be > 0": ["Fenster muss > 0 sein"], "With a subheader": ["Mit einem Untertitel"], "Word Cloud": ["Wortwolke"], @@ -4905,6 +6089,12 @@ "Working timeout": ["Zeitüberschreitung"], "World Map": ["Weltkarte"], "Write a description for your query": ["Beschreibung Ihrer Anfrage"], + "Write a handlebars template to render the data": [ + "Handlebars-Template zur Darstellung der Daten verfassen" + ], + "Write dataframe index as a column": [ + "Dataframe-Index als Spalte schreiben" + ], "Write dataframe index as a column.": [ "Schreiben Sie den Dataframe-Index als Spalte." ], @@ -4916,6 +6106,9 @@ "X Log Scale": ["X-Log-Skala"], "X Tick Layout": ["X Tick Layout"], "X bounds": ["X-Grenzen"], + "X-Axis Sort Ascending": ["X-Achse aufsteigend sortieren"], + "X-Axis Sort By": ["X-Achse Sortieren nach"], + "X-axis": ["X-Achse"], "XScale Interval": ["X-Skalen-Intervall"], "Y 2 bounds": ["Y 2 Grenzen"], "Y AXIS TITLE MARGIN": ["Y-ACHSE TITEL RAND"], @@ -4932,11 +6125,18 @@ "Y Axis Title": ["Titel der Y-Achse"], "Y Log Scale": ["Y-Log-Skala"], "Y bounds": ["Y-Grenzen"], + "Y-Axis Sort Ascending": ["Y-Achse aufsteigend sortieren"], + "Y-Axis Sort By": ["Y-Achse Sortieren nach"], + "Y-axis": ["Y-Achse"], + "Y-axis bounds": ["Grenzen der Y-Achse"], "YScale Interval": ["Y-Skalen-Intervall"], "Year": ["Jahr"], + "Year (freq=AS)": ["Jahr (freq=AS)"], + "Yearly seasonality": ["Jährliche Saisonalität"], "Years %s": ["Jahre %s"], "Yes": ["Ja"], "Yes, cancel": ["Ja, abbrechen"], + "Yes, overwrite changes": ["Ja, Änderungen überschreiben"], "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Sie importieren ein oder mehrere Diagramme, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie überschreiben möchten?" ], @@ -4952,20 +6152,33 @@ "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Sie importieren eine oder mehrere gespeicherte Abfragen, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie überschreiben möchten?" ], - "You are not authorized to fetch samples from this table. If you think this is an error, please reach out to your administrator.": [ - "Sie sind nicht berechtigt, Beispiele aus dieser Tabelle abzurufen. Wenn Sie der Meinung sind, dass dies ein Fehler ist, wenden Sie sich bitte an Ihre*n Administrator*in." - ], "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "Sie sind nicht berechtigt, diese Abfrage anzuzeigen. Wenn Sie der Meinung sind, dass dies ein Fehler ist, wenden Sie sich bitte an Ihre*n Administrator*in." ], - "You cannot specify a namespace both in the name of the table: \"%(columnar_table.table)s\" and in the schema field: \"%(columnar_table.schema)s\". Please remove one": [ - "Sie können nicht gleichzeitig einen Namespace sowohl im Namen der Tabelle \"%(excel_table.table)s\" als auch im Schemafeld \"%(excel_table.schema)s\" angeben. Bitte entfernen Sie einen" + "You can": ["Sie können"], + "You can add the components in the": [ + "Hinzufügen können Sie die Komponenten in der" + ], + "You can add the components in the edit mode.": [ + "Sie können die Komponenten im Bearbeitungsmodus hinzufügen." + ], + "You can also just click on the chart to apply cross-filter.": [ + "Sie können auch einfach auf das Diagramm klicken, um den Kreuzfilter anzuwenden." ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ - "Sie können keinen Namespace sowohl im Namen der Tabelle: \"%(csv_table.table)s\" als auch im Schemafeld: \"%(csv_table.schema)s\" angeben. Bitte entfernen Sie eine" + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "Sie können auswählen, ob alle Diagramme angezeigt werden sollen, auf die Sie Zugriff haben, oder nur die Diagramme, die Sie besitzen.\n Ihre Filterauswahl wird gespeichert und bleibt aktiv, bis Sie sie ändern." ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "Sie können keinen Namespace sowohl im Namen der Tabelle: \"%(excel_table.table)s\" als auch im Schemafeld: \"%(excel_table.schema)s\" angeben. Bitte entfernen Sie eine" + "You can create a new chart or use existing ones from the panel on the right": [ + "Sie können ein neues Diagramm erstellen oder vorhandene Diagramme aus dem Bereich auf der rechten Seite verwenden." + ], + "You can preview the list of dashboards in the chart settings dropdown.": [ + "Sie können eine Vorschauliste der Dashboards in der Dropdownliste für die Diagrammeinstellungen anzeigen." + ], + "You can't apply cross-filter on this data point.": [ + "Sie können keinen Kreuzfilter auf diesen Datenpunkt anwenden." + ], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Sie können den letzten Zeitfilter nicht löschen, da er für Zeitbereichsfilter in Dashboards verwendet wird." ], "You cannot use 45° tick layout along with the time range filter": [ "Sie können das 45°-Strich-Layout nicht zusammen mit dem Zeitbereichsfilter verwenden" @@ -4973,6 +6186,9 @@ "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ "Sie können [Spalten] nicht in Kombination mit [Gruppieren nach]/[Metriken]/[Prozentmetriken] verwenden. Bitte wählen Sie das eine oder das andere." ], + "You do not have permission to edit this %s": [ + "Sie haben keine Berechtigung, %s zu bearbeiten" + ], "You do not have permission to edit this chart": [ "Sie sind nicht berechtigt, dieses Diagramm zu bearbeiten" ], @@ -4985,28 +6201,71 @@ "You do not have permissions to edit this dashboard.": [ "Sie haben keine Berechtigungen zum Bearbeiten dieses Dashboards." ], + "You don't have access to this chart.": [ + "Sie haben keinen Zugriff auf dieses Diagramm." + ], "You don't have access to this dashboard.": [ "Sie haben keinen Zugriff auf dieses Dashboard." ], + "You don't have access to this dataset.": [ + "Sie haben keinen Zugriff auf dieses Dataset." + ], + "You don't have access to this embedded dashboard config.": [ + "Sie haben keinen Zugriff auf diese eingebettete Dashboard-Konfiguration." + ], "You don't have any favorites yet!": ["Sie haben noch keine Favoriten!"], "You don't have permission to modify the value.": [ "Sie sind nicht berechtigt, den Wert zu ändern." ], - "You don't have the rights to ": ["Sie haben nicht die Rechte "], + "You don't have the rights to alter %(resource)s": [ + "Sie sind nicht berechtigt, %(resource)s zu ändern" + ], + "You don't have the rights to alter this chart": [ + "Sie sind nicht berechtigt, dieses Diagramm zu ändern" + ], + "You don't have the rights to alter this dashboard": [ + "Sie sind nicht berechtigt, dieses Dashboard zu ändern" + ], "You don't have the rights to alter this title.": [ "Sie haben nicht das Recht, diesen Titel zu ändern." ], + "You don't have the rights to create a chart": [ + "Sie haben nicht die Rechte zum Erstellen eines Diagramms" + ], + "You don't have the rights to create a dashboard": [ + "Sie haben nicht die Rechte zum Erstellen eines Dashboards" + ], + "You don't have the rights to download as csv": [ + "Sie haben nicht die Rechte, als CSV herunterzuladen" + ], "You have no permission to approve this request": [ "Sie haben keine Berechtigung, diese Anforderung zu genehmigen" ], "You have removed this filter.": ["Sie haben diesen Filter entfernt."], "You have unsaved changes.": ["Ungesicherte Änderungen vorhanden."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "Sie haben alle %(historyLength)s Undo-Slots verwendet und können nachfolgende Aktionen nicht vollständig rückgängig machen. Sie können Ihren aktuellen Status speichern, um den Verlauf zurückzusetzen." + ], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Sie müssen ein Datensatzbesitzer*in sein, um bearbeiten zu können. Bitte wenden Sie sich an eine/n Datensatzbesitzer*in, um Änderungs- oder Bearbeitungszugriff zu erhalten." + ], "You must pick a name for the new dashboard": [ "Sie müssen einen Namen für das neue Dashboard auswählen" ], "You must run the query successfully first": [ "Sie müssen die Abfrage zuerst erfolgreich ausführen" ], + "You need to configure HTML sanitization to use CSS": [ + "Sie müssen die HTML-Bereinigung (sanitization) aktivieren, um CSS verwenden zu können" + ], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "Sie haben die Werte in der Systemsteuerung aktualisiert, aber das Diagramm wurde nicht automatisch aktualisiert. Führen Sie die Abfrage aus, indem Sie auf die Schaltfläche \"Diagramm aktualisieren\" klicken oder" + ], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Sie haben Datensätze geändert. Alle Steuerelemente mit Daten (Spalten, Metriken), die diesem neuen Dataset entsprechen, wurden beibehalten." + ], + "Your chart is not up to date": ["Ihr Diagramm ist nicht aktuell"], + "Your chart is ready to go!": ["Ihr Chart ist startklar!"], "Your dashboard is too large. Please reduce its size before saving it.": [ "Ihr Dashboard ist zu groß. Bitte reduzieren Sie die Größe, bevor Sie es speichern." ], @@ -5022,15 +6281,18 @@ "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "Ihre Abfrage wurde geplant. Um Details zu Ihrer Abfrage anzuzeigen, navigieren Sie zu Gespeicherte Abfragen" ], + "Your query was not properly saved": [ + "Ihre Abfrage wurde nicht ordnungsgemäß gespeichert" + ], "Your query was saved": ["Ihre Abfrage wurde gespeichert"], "Your query was updated": ["Ihre Abfrage wurde angehalten"], "Your report could not be deleted": [ "Ihr Report konnte nicht gelöscht werden" ], + "Zero imputation": ["Fehlende-Werte-Ersetzung"], "Zoom": ["Zoom"], "Zoom level of the map": ["Zoomstufe der Karte"], - "[Alert] %(label)s": ["[Alarm] %(label)s"], - "[From]-": ["[Von]-"], + "[ untitled dashboard ]": ["[ unbenanntes Dashboard ]"], "[Longitude] and [Latitude] columns must be present in [Group By]": [ "Die Spalten [Longitude] und [Latitude] müssen in [Group By] vorhanden sein." ], @@ -5041,12 +6303,15 @@ "[Superset] Access to the datasource %(name)s was granted": [ "[Superset] Zugriff auf die Datenquelle %(name)s wurde gewährt" ], - "[To]-": ["[Bis]-"], "[Untitled]": ["[Unbenannt]"], + "[asc]": ["[asc]"], + "[copy]": ["[Kopie]"], "[dashboard name]": ["[Dashboard-Name]"], + "[desc]": ["[Beschreibung]"], "[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels": [ "[optional] Diese sekundäre Metrik wird verwendet, um die Farbe als Verhältnis zur primären Metrik zu definieren. Wenn keine angegeben, werden diskrete Farben verwendet, die auf den Beschriftungen basieren" ], + "[untitled]": ["[Unbenannt]"], "`compare_columns` must have the same length as `source_columns`.": [ "„compare_columns“ muss die gleiche Länge wie „source_columns“ haben." ], @@ -5078,82 +6343,123 @@ "aggregate": ["Aggregat"], "alert": ["Alarm"], "alerts": ["Alarme"], + "all": ["alle"], "also copy (duplicate) charts": ["auch (doppelte) Diagramme kopieren"], - "alter this ": ["Ändern Sie dieses "], "ancestor": ["Vorfahr"], "and": ["und"], - "and the explore view times out at %s seconds ": [ - "und die Explore-Ansicht überschreitet die maximale Ausführungszeit von %s Sekunden " - ], "annotation": ["Anmerkungen"], - "annotation start time or end time is required.": [ - "Anmerkung Startzeit oder Endzeit ist erforderlich." - ], "annotation_layer": ["Anmerkungsebene"], + "asfreq": ["asfreq"], "at": ["bei"], + "auto": ["automatisch"], + "auto (Smooth)": ["automatisch (geglättet)"], + "background": ["Hintergrund"], + "basis": ["basis"], + "below (example:": ["unten (Beispiel:"], + "between {down} and {up} {name}": ["zwischen {down} und {up} {name}"], + "bfill": ["Bfill"], "bolt": ["Riegel"], + "boolean type icon": ["Symbol für booleschen Typ"], "bottom": ["Unten"], - "cached": ["gecached"], - "cannot be empty": ["darf nicht leer sein"], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ - "kann nicht als Spaltenname verwendet werden. Der Spaltenname/Alias \"__timestamp\"\n ist für den temporalen Hauptausdruck reserviert, und Spaltenaliase, die mit\n doppelten Unterstrichen, gefolgt von einem numerischen Wert, enden (z. B. \"my_col__1“), sind\n zum Deduplizieren doppelter Spaltennamen reserviert. Bitte verwenden Sie Aliase, um die\n ungültigen Spaltennamen umzubenennen.\n." + "button (cmd + z) until you save your changes.": [ + "Schaltfläche (cmd + z), bis Sie Ihre Änderungen speichern." ], + "by using": ["durch die Verwendung von"], + "cannot be empty": ["darf nicht leer sein"], + "cardinal": ["Kardinal"], + "change": ["ändern"], "chart": ["Diagramm"], "charts": ["Diagramme"], "choose WHERE or HAVING...": ["Wählen Sie WHERE oder HAVING…"], + "clear all filters": ["Alle Filter löschen"], + "click here": ["klicken Sie hier"], + "code ISO 3166-1 alpha-2 (cca2)": ["Code ISO 3166-1 alpha-2 (cca2)"], + "code ISO 3166-1 alpha-3 (cca3)": ["Code ISO 3166-1 alpha-3 (cca3)"], + "code International Olympic Committee (cioc)": [ + "Code Internationales Olympisches Komitee (CIOC)" + ], "column": ["Spalte"], + "connecting to %(dbModelName)s.": ["verbinde mit %(dbModelName)s."], "count": ["Anzahl"], - "create a ": ["Erstellen Sie ein "], + "create": ["Erstellen"], + "create a new chart": ["Neues Diagramm erstellen"], + "create dataset from SQL query": ["Datensatz aus SQL-Abfrage erstellen"], "css": ["CSS"], "css_template": ["css_template"], + "cumsum": ["cumsum"], "cumulative": ["kumulativ"], "dashboard": ["Dashboard"], "dashboards": ["Dashboards"], "database": ["Datenbank"], "dataset": ["Datensatz"], + "dataset name": ["Datensatzname"], "date": ["Datum"], "day": ["Tag"], "day of the month": ["Tag des Monats"], "day of the week": ["Wochentag"], + "deck.gl 3D Hexagon": ["Deck.gl - 3D Hexagon"], + "deck.gl Arc": ["Deck.gl - Bogen"], + "deck.gl Geojson": ["Deck.gl - GeoJSON"], + "deck.gl Grid": ["Deck.gl - Raster"], + "deck.gl Multiple Layers": ["Deck.gl - Mehrere Ebenen"], + "deck.gl Path": ["Deck.gl - Pfade"], + "deck.gl Polygon": ["Deck.gl - Polygon"], + "deck.gl Scatterplot": ["deck.gl Streudiagramm"], + "deck.gl Screen Grid": ["Deck.gl - Bildschirmraster"], + "deck.gl charts": ["Deck.gl - Diagramme"], + "deckGL": ["deckGL"], + "default": ["Standard"], "delete": ["Löschen"], "descendant": ["Nachkomme"], "description": ["Beschreibung"], + "deviation": ["Abweichung"], "dialect+driver://username:password@host:port/database": [ "dialect+driver://username:password@host:port/database" ], - "download as csv": ["Als CSV herunterladen"], "draft": ["Entwurf"], "dttm": ["dttm"], "e.g. ********": ["z.B. ********"], "e.g. 127.0.0.1": ["z.B. 127.0.0.1"], "e.g. 5432": ["z.B. 5432"], + "e.g. AccountAdmin": ["z.B. AccountAdmin"], "e.g. Analytics": ["z.B. Analytik"], + "e.g. compute_wh": ["z.B. compute_wh"], "e.g. param1=value1¶m2=value2": ["z.B. param1=Wert1¶m2=Wert2"], + "e.g. sql/protocolv1/o/12345": ["z.B.sql/protocolv1/o/12345"], "e.g. world_population": ["z.B. world_population"], + "e.g. xy12345.us-east-2.aws": ["z.B. xy12345.us-east-2.aws"], "e.g., a \"user id\" column": ["z. B. eine Spalte „user id“"], + "edit mode": ["Bearbeitungsmodus"], + "entries": ["Einträge"], + "error_message": ["Fehlermeldung"], "every": ["jeden"], "every day of the month": ["jeden Tag des Monats"], "every day of the week": ["jeden Tag der Woche"], "every hour": ["stündlich"], "every minute": ["jede Minute"], "every month": ["jeden Monat"], - "feature to store a summarized data set that you can then explore.": [ - "-Feature nutzen, um einen zusammengefassten Datensatz zu speichern, den Sie dann untersuchen können." - ], + "expand": ["aufklappen"], + "explore": ["Erkunden"], + "failed": ["fehlgeschlagen"], "fetching": ["Wird abgerufen"], + "ffill": ["ffill"], "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ "filter_box wird in einer zukünftigen Version von Superset veraltet sein. Bitte ersetzen Sie filter_box durch Dashboard-Filterkomponenten." ], - "following this flow will most likely lead to your query timing out. ": [ - "Das Befolgen dieses Ablaufs führt höchstwahrscheinlich zu einem Timeout Ihrer Abfrage. " - ], + "flat": ["flach"], "for more information on how to structure your URI.": [ "für weitere Informationen zum Strukturieren des URI." ], + "function type icon": ["Symbol für Funktionstyp"], + "geohash (square)": ["Geohash (quadratisch)"], "green": ["Grün"], + "heatmap": ["Heatmap"], + "heatmap: values are normalized across the entire heatmap": [ + "Heatmap: Werte werden über die gesamte Heatmap normalisiert" + ], "here": ["hier"], "hour": ["Stunde"], - "id:": ["id:"], + "id": ["ID"], "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "CSS-Attribut zum Rendern von Bildern des Canvas-Objekts, das definiert, wie der Browser das Bild hochskaliert" ], @@ -5173,58 +6479,126 @@ "last year": ["letztes Jahr"], "latest partition:": ["neueste Partition:"], "left": ["Links"], + "less than {min} {name}": ["weniger als {min} {name}"], + "linear": ["linear"], "log": ["Protokoll"], "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ "Das untere Perzentil muss größer als 0 und kleiner als 100 sein. Muss niedriger als das obere Perzentil sein." ], + "max": ["Maximum"], + "mean": ["Mittelwert"], + "median": ["Median"], + "metric": ["Metrik"], + "min": ["Minimum"], "minute": ["Minute"], "minute(s)": ["Minute(n)"], + "monotone": ["monoton"], "month": ["Monat"], + "more than {max} {name}": ["mehr als {max} {name}"], "must have a value": ["Muss einen Wert haben"], + "name": ["Name"], + "no SQL validator is configured": ["kein SQL-Validator ist konfiguriert"], + "no SQL validator is configured for {}": [ + "Für {} ist kein SQL-Validator konfiguriert" + ], + "numeric type icon": ["Symbol für numerischen Typ"], "nvd3": ["nvd3"], + "of parent": ["des Elternteils"], + "of total": ["der Gesamtsumme"], + "offline": ["Offline"], "on": ["an"], + "or": ["Oder"], + "or use existing ones from the panel on the right": [ + "oder verwenden Sie vorhandene aus dem Bereich auf der rechten Seite" + ], "orderby column must be populated": [ "ORDER BY-Spalte muss angegeben werden" ], + "overall": ["insgesamt"], "p-value precision": ["p-Wert-Präzision"], + "p1": ["P1"], + "p5": ["P5"], + "p95": ["P95"], + "p99": ["P99"], "page_size.all": ["page_size.all"], "page_size.entries": ["page_size.entries"], "page_size.show": ["page_size.show"], + "pending": ["ausstehend"], "percentile (exclusive)": ["Perzentil (exklusiv)"], "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "Perzentile müssen eine Liste oder ein Tupel mit zwei numerischen Werten sein, von denen der erste niedriger als der zweite Wert ist" ], + "permalink state not found": ["Permalink-Status nicht gefunden"], + "pixelated (Sharp)": ["Gepixelt (scharf)"], "previous calendar month": ["vorheriger Kalendermonat"], "previous calendar week": ["vorherige Kalenderwoche"], "previous calendar year": ["vorheriges Kalenderjahr"], "published": ["veröffentlicht"], + "quarter": ["Quartal"], "queries": ["Abfragen"], "query": ["Abfrage"], + "random": ["zufällig"], "reboot": ["Neu starten"], + "recent": ["Kürzlich"], "recents": ["Kürzlich"], "red": ["Rot"], "report": ["Report"], "reports": ["Reports"], + "restore zoom": ["Zoom wiederherstellen"], "right": ["Rechts"], - "rows": ["Zeilen"], - "rows retrieved": ["abgerufene Zeilen"], + "running": ["laufend"], "saved queries": ["gespeicherte Abfragen"], - "search.num_records": ["search.num_records"], + "search by tags": ["Suche nach Tags"], + "seconds": ["Sekunden"], + "series": ["Zeitreihen"], "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ - "Serie: Behandeln Sie jede Serie unabhängig voneinander; insgesamt: Alle Serien verwenden den gleichen Maßstab; Änderung: Änderungen im Vergleich zum ersten Datenpunkt in jeder Datenreihe anzeigen" - ], + "Serie: Behandeln Sie jede Serie unabhängig voneinander; insgesamt: Alle Zeitreihen verwenden den gleichen Maßstab; Änderung: Änderungen im Vergleich zum ersten Datenpunkt in jeder Datenreihe anzeigen" + ], + "square": ["Quadrat"], + "stack": ["Stack"], + "staggered": ["gestaffelt"], + "std": ["Std"], + "step-after": ["step-after"], + "step-before": ["step-before"], + "stopped": ["gestoppt"], + "stream": ["Stream"], + "string type icon": ["Symbol für Zeichenfolgentyp"], + "success": ["Erfolg"], + "sum": ["sum"], + "syntax.": ["Syntax."], + "tag": ["Schlagwort"], + "temporal type icon": ["Symbol für Zeittyp"], "textarea": ["Textfeld"], + "to": ["bis"], "top": ["Oben"], + "undo": ["Rückgängig"], + "unknown type icon": ["Symbol für unbekannten Typ"], "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "Das obere Perzentil muss größer als 0 und kleiner als 100 sein. Muss größer als das untere Perzentil sein." ], + "use latest_partition template": ["latest_partition Vorlage verwenden"], "value ascending": ["Wert aufsteigend"], "value descending": ["Wert absteigend"], + "var": ["var"], + "variance": ["Varianz"], + "view instructions": ["Anleitung anzeigen"], "virtual": ["virtuell"], + "viz type": ["Visualisierungstyp"], "was created": ["wurde erstellt"], "week": ["Woche"], + "week ending Saturday": ["Woche, am Samstag endend"], + "week starting Sunday": ["Woche, am Sonntag beginnend"], + "x": ["X"], + "x: values are normalized within each column": [ + "X: Werte werden innerhalb jeder Spalte normalisiert" + ], + "y": ["Y"], + "y: values are normalized within each row": [ + "y: Werte werden innerhalb jeder Zeile normalisiert" + ], "year": ["Jahr"], - "yellow": ["Gelb"] + "yellow": ["Gelb"], + "zoom area": ["Zoombereich"] } } } diff --git a/superset/translations/de/LC_MESSAGES/messages.po b/superset/translations/de/LC_MESSAGES/messages.po index 54c069c1a3127..a38fc85a02202 100644 --- a/superset/translations/de/LC_MESSAGES/messages.po +++ b/superset/translations/de/LC_MESSAGES/messages.po @@ -18,19 +18,20 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 22:44+0100\n" -"PO-Revision-Date: 2021-12-08 22:46+0100\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" +"PO-Revision-Date: 2023-04-07 19:45+0200\n" "Last-Translator: Holger Bruch \n" -"Language: de\n" "Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.9.1\n" +"X-Generator: Poedit 3.2.2\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -42,20 +43,7 @@ msgstr "" " Er wird beim Speichern des Diagramms nicht gespeichert.\n" " " -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" -"\n" -" In Superset erkunden

\n" -" \n" -" " - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -66,45 +54,36 @@ msgstr "" "Fehler: %(text)s\n" " " -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " -msgstr "" -"\n" -"*%(name)s*\n" -"\n" -"<%(url)s|In Superset erkunden>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" +msgstr " (ausgeschlossen)" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"\n" -"*%(slice_name)s*\n" -"\n" -"<%(slice_url_user_friendly)s|In Superset erkunden>\n" -" " +" Setzen Sie die Deckkraft auf 0, wenn Sie die im GeoJSON angegebene Farbe " +"nicht überschreiben möchten." -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr " (ausgeschlossen)" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +msgid " a dashboard OR " +msgstr " ein Dashboard ODER " -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +msgid " a new one" +msgstr " eine neue" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr " die dem " -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr " Quellcode des Sandbox-Parsers von Superset" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -115,8 +94,8 @@ msgid "" "Note\n" " currently time zones are not supported. If time is " "stored\n" -" in epoch format, put `epoch_s` or `epoch_ms`. If no" -" pattern\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no " +"pattern\n" " is specified we fall back to using the optional " "defaults on a per\n" " database/column name level via the extra parameter." @@ -133,31 +112,44 @@ msgstr "" "Zeitstempel umzuwandeln.\n" " Hinweis: Derzeit werden Zeitzonen nicht " "unterstützt. Wenn Zeit im\n" -" Epochenformat gespeichert ist, Geben Sie “epoch_s\"" -" oder \"epoch_ms\" ein. \n" -" Wenn kein Muster angegeben ist, greifen wir auf die" -" Verwendung der\n" +" Epochenformat gespeichert ist, Geben Sie “epoch_s\" " +"oder \"epoch_ms\" ein. \n" +" Wenn kein Muster angegeben ist, greifen wir auf die " +"Verwendung der\n" " \n" " über den zusätzlichen Parameter angebbaren,\n" " optionalen Standardwerte zurück." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" -msgstr "!= (Ist nicht gleich)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +msgid " to add calculated columns" +msgstr ", um berechnete Spalten hinzuzufügen" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +msgid " to add metrics" +msgstr ", um Metriken hinzuzufügen" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr ", um Spalten und Metriken zu bearbeiten oder hinzuzufügen." + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr " um eine Spalte als Zeitspalte zu markieren" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +" , um SQL Lab zu öffnen. Von dort aus können Sie die Abfrage als " +"Datensatz speichern." + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr " , um Ihre Daten zu visualisieren." + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (Ist nicht gleich)" #: superset/security/analytics_db_safety.py:44 #, python-format @@ -166,7 +158,7 @@ msgstr "" "%(dialect)s kann aus Sicherheitsgründen nicht als Datenquelle verwendet " "werden." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -177,25 +169,44 @@ msgstr "" "Dies kann ausgelöst werden durch: \n" "%(issues)s" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "%(name)s.csv" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "%(object)s existiert nicht in der Datenbank." -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "%(other)s Diagramme werden hier angezeigt" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "%(other)s Dashboards werden hier angezeigt" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "Aktuelle %(other)s werden hier angezeigt" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "%(other)s gespeicherte Abfragen werden hier angezeigt" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "%(prefix)s %(title)s" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "%(rows)d Zeilen zurückgegeben" @@ -214,9 +225,15 @@ msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 #, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "%(suggestion)s statt \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "%(suggestion)s statt \"%(undefinedParameter)s“?" +msgstr[1] "" +"%(firstSuggestions)s oder %(lastSuggestion)s statt " +"„%(undefinedParameter)s“?" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " @@ -225,12 +242,13 @@ msgstr "" "%(user)s wurde die Rolle %(role)s gewährt, die den Zugriff auf " "%(datasource)s erlaubt" -#: superset/views/core.py:2790 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "Profil von %(user)s" -#: superset/views/core.py:2459 +#: superset/databases/commands/validate_sql.py:73 +#: superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -241,98 +259,127 @@ msgstr "" "Bitte überprüfen Sie Ihre Anfrage.\n" "Ausnahme: %(ex)s" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:176 -#, python-format -msgid "%s - untitled" -msgstr "%s - unbenannt" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "%s Fehler" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, python-format +msgid "%s PASSWORD" +msgstr "%s PASSWORT" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "%s SSH-TUNNEL-KENNWORT" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "%s PRIVATER SCHLÜSSEL FÜR DEN SSH-TUNNEL" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "%s PASSWORT FÜR DEN PRIVATEN SCHLÜSSEL DES SSH-TUNNELS" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s ausgewählt" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s ausgewählt (%s physisch, %s virtuell)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s ausgewählt (physisch)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s ausgewählt (virtuell)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "%s Aggregate" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "%s Spalte(n)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s Spalte(n) und Metrik(en)" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s Operator(en)" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, python-format msgid "%s option" -msgstr "%s Option" +msgid_plural "%s options" +msgstr[0] "%s Option" +msgstr[1] "%s Optionen" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s Option(en)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s Zeile" +msgstr[1] "%s Zeilen" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "%s gespeicherte Metrik(en)" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "%s aktualisiert" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "%s%s" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "%s-%s von %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(Entfernt)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" -msgstr "(gelöscht)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "(gelöschter oder ungültiger Typ)" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "(keine Beschreibung, klicken Sie hier, um Fehlermeldung zu sehen)" @@ -345,7 +392,11 @@ msgstr "" "verwenden, können Sie eine durch Semikolons getrennte Liste von Optionen " "verwenden." -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "), und sie werden in Ihrem SQL verfügbar (Beispiel:" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -363,7 +414,7 @@ msgstr "" "<%(url)s|In Superset erkunden>\n" "%(table)s\n" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -378,11 +429,17 @@ msgstr "" "\n" "Fehler: %(text)s\n" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Wählen Sie ** ein Dashboard aus ODER ** erstellen ** Sie ein neues" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "+ %s weitere" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "," -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" @@ -393,92 +450,327 @@ msgstr "" "Browser wechseln.\n" "\n" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "." + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0 ausgewählt" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "1 Kalendertag Frequenz" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +msgid "1 day" +msgstr "1 Tag" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "Vor 1 Tag" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1 Stunde" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "stündliche Frequenz" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1 Minute" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "minütlich" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "1 Monat Ende Frequenz" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "1 Monat Start Frequenz" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +msgid "1 week" +msgstr "1 Woche" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "vor 1 Woche" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "1 Woche beginnend am Montag (freq=W-MON)" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "1 Woche beginnend am Sonntag (freq=W-SUN)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +msgid "1 year" +msgstr "1 Jahr" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "vor 1 Jahr" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "1 Jahres-Frequenz (Jahresende)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "1 Jahres-Frequenz (Jahresanfang)" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10 Minuten" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 Sekunden" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +msgid "104 weeks" +msgstr "104 Wochen" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 Stunden" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "vor 104 Wochen" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15 Minuten" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 Stunden" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +msgid "156 weeks" +msgstr "156 Wochen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "vor 156 Wochen" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "jährlich zu Jahresbeginn (1AS)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "täglich (1D)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "stündlich (1H)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "monatlich (1M)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "minütlich (1T)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +msgid "2 years" +msgstr "2 Jahre" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "vor 2 Jahren" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "2/98 Perzentile" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "22" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +msgid "28 days" +msgstr "28 Tage" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "vor 28 Tagen" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "2D" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "3-Buchstaben-Code des Landes" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "3 years" +msgstr "3 Jahre" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "vor 3 Jahren" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30 Tage" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "Vor 30 Tagen" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "30 Minuten" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30 Minuten" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "30 Sekunden" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30 Sekunden" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "3-täglich (3D)" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "4 Wochen (freq=4W-MON)" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5 Minuten" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5 Minuten" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "5 Sekunden" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" -msgstr "6 Stunden" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" +msgstr "5 Sekunden" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +msgid "52 weeks" +msgstr "52 Wochen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "vor 52 Wochen" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "52 Wochen, beginnend am Montag (freq=52W-MON)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" msgstr "6 Stunden" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60 Tage" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "7 Kalendertage Frequenz" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +msgid "7 days" +msgstr "7 Tage" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "wöchentlich (7D)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "9/91 Perzentile" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90 Tage" @@ -486,55 +778,69 @@ msgstr "90 Tage" msgid ":" msgstr ":" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (Kleiner als)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (Kleiner oder gleich)" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" -msgstr "In Superset erkunden

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +msgid "" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (Ist gleich)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (Größer als)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (Größer oder gleich)" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 msgid "A Big Number" msgstr "Eine Große Zahl" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -"Eine SQL-Anweisung, die definiert, ob ein Alarm ausgelöst werden soll " -"oder nicht. Es wird erwartet, dass die Abfrage entweder NULL oder einen " -"Zahlenwert zurückgibt." +"Eine durch Kommas getrennte Liste von Spalten, die als Datumsangaben " +"interpretiert werden sollen" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" "Eine durch Kommas getrennte Liste von Spalten, die als Datumsangaben " "interpretiert werden sollen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "" +"A comma-separated list of schemas that files are allowed to upload to." msgstr "" -"Eine durch Kommas getrennte Liste von Spalten, die per CSV aktualisiert " -"werden dürfen." +"Eine durch Kommas getrennte Liste von Schemata, in die Dateien " +"hochgeladen werden dürfen." #: superset/databases/commands/exceptions.py:42 msgid "A database with the same name already exists." @@ -548,12 +854,30 @@ msgstr "" "Eine vollständige URL, die auf den Speicherort des erstellten Plugins " "verweist (könnte beispielsweise auf einem CDN gehostet werden)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "Ein Handelbars-Template, das auf die Daten angewendet wird" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "Ein sprechender Name" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 -msgid "A list of users who can alter the chart. Searchable by name or username." +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" +"Eine Liste der Domänennamen, die dieses Dashboard einbetten können. Wenn " +"Sie dieses Feld leer lassen, können Sie von jeder Domäne aus einbetten." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "Eine Liste der Tags, die auf dieses Diagramm angewendet wurden." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 +msgid "" +"A list of users who can alter the chart. Searchable by name or username." msgstr "" "Eine Liste der Benutzer*innen, die das Diagramm ändern können. " "Durchsuchbar nach Name oder Benutzer*innenname." @@ -562,40 +886,58 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "Eine Weltkarte, die Werte in verschiedenen Ländern anzeigen kann." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at latitude/" +"longitude coordinates" +msgstr "" +"Eine Karte, die Kreise mit einem variablen Radius bei Breiten-/Längengrad-" +"Koordinaten darstellt" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "Eine Metrik, die für die Farbe verwendet werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " -"angle, and the value represented by any wedge is illustrated by its area," -" rather than its radius or sweep angle." +"angle, and the value represented by any wedge is illustrated by its area, " +"rather than its radius or sweep angle." msgstr "" "Ein Polarkoordinatendiagramm, in dem der Kreis in Sektoren mit gleichem " "Winkel unterteilt ist und der Wert, der durch einen Sektor dargestellt " "wird, durch seine Fläche und nicht durch seinen Radius oder Sweep-Winkel " "veranschaulicht wird." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "Eine sprechende URL für Ihr Dashboard" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 -msgid "A reference to the [Time] configuration, taking granularity into account" +msgid "" +"A reference to the [Time] configuration, taking granularity into account" msgstr "" "Ein Verweis auf die [Time]-Konfiguration unter Berücksichtigung der " "Granularität" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "Eine durch Semikolons ';' getrennte Liste von E-Mail-Adressen" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Ein Bericht mit dem Namen \"%(name)s\" ist bereits vorhanden" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" +"Ein wiederverwendbarer Datensatz wird mit Ihrem Diagramm gespeichert." + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "Ein Screenshot des Dashboards wird an Ihre E-Mail-Adresse gesendet" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" @@ -603,36 +945,41 @@ msgstr "" "Ein Satz von Parametern, die in der Abfrage mithilfe der Jinja-" "Vorlagensyntax verfügbar werden" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" +"Bei Verwendung eines Zeitvergleichs muss eine Zeitspalte angegeben werden." + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" "Ein Zeitreihendiagramm, das visualisiert, wie sich eine verwandte Metrik " -"aus mehreren Gruppen im Laufe der Zeit ändert. Jede Gruppe wird mit einer" -" anderen Farbe visualisiert." +"aus mehreren Gruppen im Laufe der Zeit ändert. Jede Gruppe wird mit einer " +"anderen Farbe visualisiert." -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "Beim Ausführen der Abfrage ist ein Timeout aufgetreten." -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "Beim Generieren einer CSV-Datei ist ein Timeout aufgetreten." -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "Beim Generieren eines Datenextrakts ist ein Timeout aufgetreten." -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "Beim Erstellen eines Screenshots ist ein Timeout aufgetreten." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "Ein gültiges Farbschema ist erforderlich" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "ANWENDEN" @@ -640,8 +987,8 @@ msgstr "ANWENDEN" msgid "APR" msgstr "APR" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "AQE" @@ -649,17 +996,26 @@ msgstr "AQE" msgid "AUG" msgstr "AUG" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "ABSTAND DES ACHSENTITELS" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "Y-ACHSE TITEL POSITION" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "Über" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "Zugang" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "Zugriffsanforderungen" @@ -667,7 +1023,11 @@ msgstr "Zugriffsanforderungen" msgid "Access to user activity data is restricted" msgstr "Der Zugriff auf Benutzeraktivitätsdaten ist eingeschränkt" -#: superset/views/core.py:300 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "Zugangs-Token" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "Zugang wurde beantragt" @@ -675,76 +1035,85 @@ msgstr "Zugang wurde beantragt" msgid "Action" msgstr "Aktion" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "Aktionsprotokoll" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Aktion" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Aktiv" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +msgid "Actual Values" +msgstr "Istwerte" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "Tatsächlicher Zeitbereich" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +msgid "Actual value" +msgstr "Istwert" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +msgid "Actual values" +msgstr "Aktuelle Werte" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 msgid "Adaptive formatting" msgstr "Adaptative Formatierung" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "Hinzufügen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 msgid "Add Alert" msgstr "Alarm hinzufügen" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "Anmerkungen hinzufügen" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "Anmerkungsebene hinzufügen" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "CSS Vorlagen hinzufügen" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "CSS Vorlagen" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Diagramm hinzufügen" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Spalte einfügen" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "Dashboard hinzufügen" @@ -752,39 +1121,23 @@ msgstr "Dashboard hinzufügen" msgid "Add Database" msgstr "Datenbank hinzufügen" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Druid Cluster einfügen" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Druid Spalte einfügen" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Druid Datenquelle hinzufügen" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Druid Metrik einfügen" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "Protokoll hinzufügen" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Metrik hinzufügen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "Report hinzufügen" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "Sicherheitsfilter auf Zeilenebene hinzufügen" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "Gespeicherte Abfrage hinzufügen" @@ -792,44 +1145,115 @@ msgstr "Gespeicherte Abfrage hinzufügen" msgid "Add a Plugin" msgstr "Plugin hinzufügen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +msgid "Add a dataset" +msgstr "Datensatz hinzufügen" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "Neu Registerkarte hinzufügen" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "Neue Registerkarte zum Erstellen einer SQL-Abfrage hinzufügen" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "Zusätzliche Parameter hinzufügen" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +msgid "Add an annotation layer" +msgstr "Anmerkungsebene hinzufügen" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "Element hinzufügen" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "Hinzufügen und Bearbeiten von Filtern" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Anmerkungen hinzufügen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Anmerkungsebene hinzufügen" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Datensatz hinzufügen" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" +"Fügen Sie berechnete Spalten im Dialog \"Datenquelle bearbeiten\" zum " +"Datensatz hinzu" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "" +"Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" +"Fügen Sie berechnete Zeitspalten im Dialog \"Datenquelle bearbeiten\" zum " +"Datensatz hinzu" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +msgid "Add cross-filter" +msgstr "Kreuzfilter hinzufügen" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "Übermittlungsmethode hinzufügen" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +msgid "Add extra connection information." +msgstr "Zusätzliche Verbindungsinformationen hinzufügen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Filter hinzufügen" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" +"Fügen Sie Filterklauseln hinzu, um die Anfrage der Filter-Quelle zu " +"steuern.\n" +" allerdings nur im Zusammenhang mit der " +"Autovervollständigung, d.h. diese Bedingungen\n" +" wirken Sie sich nicht darauf aus, wie der Filter auf " +"das Dashboard angewendet wird. Das ist nützlich,\n" +" wenn Sie die Antwortzeit der Abfrage verbessern " +"möchten, indem Sie nur eine Teilmenge\n" +" der zugrunde liegenden Daten scannen oder die " +"verfügbaren Werte einschränken, die im Filter angezeigt werden." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "Filter und Trennlinien hinzufügen" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "Element hinzufügen" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Metrik hinzufügen" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" +"Fügen Sie Metriken im Dialog \"Datenquelle bearbeiten\" zum Datensatz " +"hinzu" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "Neuen Farbformatierer hinzufügen" @@ -838,133 +1262,205 @@ msgstr "Neuen Farbformatierer hinzufügen" msgid "Add new formatter" msgstr "Neuen Formatierer hinzufügen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "Benachrichtigungsmethode hinzufügen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "Erforderliche Steuerelementwerte zur Diagramm-Vorschau hinzufügen" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" +"Fügen Sie erforderlicher Steuerelementwerte hinzu, um das Diagramms zu " +"speichern" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "Tabelle hinzufügen" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "Name des Diagramms hinzufügen" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" +msgstr "Name des Dashboards hinzufügen" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Zu Dashboard hinzufügen" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" +msgstr "Filter hinzufügen/bearbeiten" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "Hinzugefügt" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "Füge Datenquelle hinzu [{}]" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Zu Dashboard hinzugefügt" +msgstr[1] "Zu %s Dashboards hinzugefügt" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "Zusätzliche Parameter" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "Eventuell sind weitere Felder erforderlich" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "Zusätzliche Information" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "Zusätzliche Metadaten" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "Zusätzliche Einrückung für Legende." -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "Zusätzliche Parameter" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +msgid "Additional settings." +msgstr "Zusätzliche Einstellungen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -"Zusätzlicher Text, der vor oder nach dem Wert hinzugefügt werden kann, z." -" B. Einheit" +"Zusätzlicher Text, der vor oder nach dem Wert hinzugefügt werden kann, z. " +"B. Einheit" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "Additiv" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "Anpassen, wie diese Datenbank mit SQL Lab interagiert." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "Leistungseinstellungen dieser Datenbank anpassen." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "Erweitert" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "Erweiterte Analysen" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "Erweiterter Datentyp" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "Erweiterte Analysen" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "Advanced Analytics Abfrage A" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "Advanced Analytics Abfrage B" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "Erweiterter Datentyp" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "Erweiterte Analysen" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "Ästhetisch" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 msgid "After" msgstr "Nach" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 msgid "Aggregate" msgstr "Aggregieren" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "Aggregater Mittelwert" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "Aggregierte Summe" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." @@ -972,8 +1468,8 @@ msgstr "" "Aggregatfunktion, die auf die Liste der Punkte in jedem Cluster " "angewendet wird, um die Clusterbezeichnung zu erstellen." -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" @@ -981,122 +1477,154 @@ msgstr "" "Aggregatfunktion, die beim Pivotieren und Berechnen der Summe der Zeilen " "und Spalten angewendet werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated " +"values to a dynamic color scale" +msgstr "" +"Aggregiert Daten innerhalb der Grenzen von Rasterzellen und ordnet die " +"aggregierten Werte einer dynamischen Farbskala zu" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "Aggregationsfunktion" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +msgid "Alert" +msgstr "Alarm" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "Alarm ausgelöst, in Kulanzzeit" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Alarmierungsbedingung" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Alarmierung-Zeitplan" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "Alarm beendet Karenzzeit." -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "Alarm fehlgeschlagen" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "Alarm während Karenzzeit ausgelöst." -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "Alarm ist beim Ausführen einer Abfrage auf einen Fehler gestoßen." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Name des Alarms" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "Alarm in Karenzzeit" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "Die Alarm-Abfrage hat einen nicht-numerischen Wert zurückgegeben." -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "Die Alarm-Abfrage hat mehr als eine Spalte zurückgegeben." -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" "Die Alarmabfrage hat mehr als eine Spalte zurückgegeben. %s Spalten " "zurückgegegeben" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "Die Alarm-Abfrage hat mehr als eine Zeile zurückgegeben." -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -"Die Alarmabfrage hat mehr als eine Zeile zurückgegeben. %s zurückgegebene" -" Zeilen" +"Die Alarmabfrage hat mehr als eine Zeile zurückgegeben. %s zurückgegebene " +"Zeilen" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Alarm wird ausgeführt" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "Alarm ausgelöst, Benachrichtigung gesendet" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "Konfigurationsfehler des Alarm-Validators." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "Alarme" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "Alarme und Reporte" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Alarme und Reports" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "Ausrichten +/-" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "Alle" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +msgid "All Entities" +msgstr "Alle Entitäten" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 +#: superset/reports/filters.py:44 msgid "All Text" msgstr "Gesamter Texte" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "Alle Diagramme" @@ -1104,7 +1632,7 @@ msgstr "Alle Diagramme" msgid "All filters" msgstr "Alle Filter" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "Alle Filter (%(filterCount)d)" @@ -1113,71 +1641,67 @@ msgstr "Alle Filter (%(filterCount)d)" msgid "All panels" msgstr "Alle Bereiche" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "Alle Bereiche mit dieser Spalte sind von diesem Filter betroffen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "CREATE TABLE AS zulassen" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Option CREATE TABLE AS in SQL Lab zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "CREATE VIEW AS zulassen" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "Option CREATE VIEW AS in SQL Lab zulassen" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "CSV-Upload zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "DML zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Abrufen von Metadaten mit mehreren Schemas zulassen" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." -msgstr "" -"Erlauben Sie SQL Lab, eine Liste aller Tabellen und aller Ansichten über " -"alle Datenbankschemas hinweg abzurufen. Bei einem großen Data Warehouse " -"mit Tausenden von Tabellen kann dies teuer werden und das System " -"belasten." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" +msgstr "Neuanordnung von Spalten zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "Erstellen neuer Tabellen basierend auf Abfragen zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "Erstellen neuer Ansichten basierend auf Abfragen zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "DML (Datenmanipulationssprache) zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "Datenupload zulassen" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" +"Endbenutzer*innen erlauben, Spaltenüberschriften per Drag & Drop neu " +"anzuordnen. Beachten Sie, dass ihre Änderungen beim nächsten Öffnen des " +"Diagramms nicht beibehalten werden." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" +msgstr "Datei-Uploads in die Datenbank zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1189,37 +1713,41 @@ msgstr "" msgid "Allow multiple selections" msgstr "Mehrfachauswahl möglich" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "Knotenauswahl zulassen" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" -msgstr "Auswählen mehrerer Werte zulassen" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" +msgstr "Senden mehrerer Polygone als Filterereignis zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "Abfragen dieser Datenbank in SQL Lab zulassen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "Abfragen dieser Datenbank in SQL Lab zulassen" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in " +"SQL Lab" msgstr "" "Benutzer*innen das Ausführen von Nicht-SELECT-Anweisungen (UPDATE, " "DELETE, CREATE, ...) in SQL Lab erlauben" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "Zulässige Domänen (durch Kommas getrennt)" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "Alphabetisch" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1227,16 +1755,25 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" "Diese Visualisierung, die auch als Box-Whisker-Plot bezeichnet wird, " -"vergleicht die Verteilungen einer Metrik über mehrere Gruppen hinweg. Der" -" Kasten in der Mitte stellt den Mittelwert, den Median und die inneren 2 " +"vergleicht die Verteilungen einer Metrik über mehrere Gruppen hinweg. Der " +"Kasten in der Mitte stellt den Mittelwert, den Median und die inneren 2 " "Quartile dar. Die sogenannten „Whisker“ um jede Box visualisieren die " "Min-, Max-, Range- und äußeren 2 Quartile." -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "Geändert" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +msgid "An Error Occurred" +msgstr "Ein Fehler ist aufgetreten" + +#: superset/reports/commands/exceptions.py:188 +#, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Es existiert bereits ein Alarm mit dem Namen \"%(name)s\"" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." @@ -1244,7 +1781,7 @@ msgstr "" "Bei Verwendung eines Zeitvergleichs muss ein geschlossener Zeitbereich " "(sowohl Anfang als auch Ende) angegeben werden." -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." @@ -1252,30 +1789,34 @@ msgstr "" "Beim Übergeben einzelner Parameter an eine Datenbank muss ein Modul " "angegeben werden." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "Ein Fehler ist aufgetreten" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 #: superset-frontend/src/components/TableLoader/index.tsx:55 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "Ein Fehler ist aufgetreten" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "Beim Speichern des Datensatz ist ein Fehler aufgetreten" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 msgid "An error occurred while accessing the value." msgstr "Beim Zugriff auf den Wert ist ein Fehler aufgetreten." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." @@ -1283,161 +1824,163 @@ msgstr "" "Beim Reduzieren des Tabellenschemas ist ein Fehler aufgetreten. Wenden " "Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "Beim Erstellen von %s ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Beim Erstellen der Datenquelle ist ein Fehler aufgetreten" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 msgid "An error occurred while creating the value." msgstr "Beim Erstellen des Werts ist ein Fehler aufgetreten." -#: superset/key_value/commands/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 msgid "An error occurred while deleting the value." msgstr "Beim Löschen des Werts ist ein Fehler aufgetreten." -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "Beim Bearbeiten des Reports ist ein Fehler aufgetreten." - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "Beim Bearbeiten dieses Reports ist ein Fehler aufgetreten: %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -"Beim Erweitern des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie" -" sich an Ihre*n Administrator*in." +"Beim Erweitern des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie " +"sich an Ihre*n Administrator*in." -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "Beim Abrufen verfügbarer CSS-Vorlagen ist ein Fehler aufgetreten" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -"Beim Abrufen des Diagramms, das durch die folgenden Werte erstellt wurde," -" ist ein Fehler aufgetreten: %s" +"Beim Abrufen des Diagramms, das durch die folgenden Werte erstellt wurde, " +"ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -"Beim Abrufen von Diagrammbesitzer*innenwerten ist ein Fehler aufgetreten:" -" %s" +"Beim Abrufen von Diagrammbesitzer*innenwerten ist ein Fehler aufgetreten: " +"%s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Beim Abrufen von Werten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" "Beim Abrufen des Dashboards, das mit folgenden Werte erstellt wurde, ist " "ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" "Beim Abrufen von Dashboardbesitzer*innen-Werten ist ein Fehler " "aufgetreten: %s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "Beim Abrufen von Dashboards ist ein Fehler aufgetreten" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Beim Abrufen von Dashboards ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" -msgstr "Beim Abrufen datenbankbezogener Daten ist ein Fehler aufgetreten: %s" +msgstr "" +"Beim Abrufen datenbankbezogener Daten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "Beim Abrufen von Datenbankwerten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -"Beim Abrufen von Datassatz-Datenquellenwerten ist ein Fehler aufgetreten:" -" %s" +"Beim Abrufen von Datassatz-Datenquellenwerten ist ein Fehler aufgetreten: " +"%s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" "Beim Abrufen von Angaben zum/zur Datensatz-Besitzer*in ist ein Fehler " "aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "Fehler beim Abrufen von Daten des Datensatzes" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "Beim Abrufen von Datensatzdaten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Beim Abrufen von Datensätzen ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "Fehler bei Abruf von Funktionsnamen." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" +"Beim Abrufen der Werte der Besitzer*innen ist ein Fehler aufgetreten: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Beim Abrufen des Registerkartenstatus ist ein Fehler aufgetreten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "Beim Abrufen von Tabellen-Metadaten ist ein Fehler aufgetreten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." @@ -1445,12 +1988,19 @@ msgstr "" "Beim Abrufen von Tabellen-Metadaten ist ein Fehler aufgetreten. Wenden " "Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "" +"Beim Abrufen des von den folgenden Werten erstellten Tags ist ein Fehler " +"aufgetreten: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." @@ -1458,46 +2008,57 @@ msgstr "" "Beim Ausblenden der linken Leiste ist ein Fehler aufgetreten. Wenden Sie " "sich an Ihre*n Administrator*in." -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "Beim Importieren von %s ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "Beim Laden des SQL ist ein Fehler aufgetreten" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "Beim Öffnen von Explore ist ein Fehler aufgetreten" + +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." +msgstr "Beim Parsen des Schlüssels ist ein Fehler aufgetreten." + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Beim Kürzen von Protokollen ist ein Fehler aufgetreten " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 -msgid "An error occurred while removing query. Please contact your administrator." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +msgid "" +"An error occurred while removing query. Please contact your administrator." msgstr "" -"Beim Entfernen der Abfrage ist ein Fehler aufgetreten. Wenden Sie sich an" -" Ihre*n Administrator*in." +"Beim Entfernen der Abfrage ist ein Fehler aufgetreten. Wenden Sie sich an " +"Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 -msgid "An error occurred while removing tab. Please contact your administrator." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 +msgid "" +"An error occurred while removing tab. Please contact your administrator." msgstr "" "Beim Entfernen der Registerkarte ist ein Fehler aufgetreten. Wenden Sie " "sich an Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -"Beim Entfernen des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie" -" sich an Ihre*n Administrator*in." +"Beim Entfernen des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie " +"sich an Ihre*n Administrator*in." -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" -msgstr "Bei der Darstellung dieser Visualisierung ist ein Fehler aufgetreten: %s" +msgstr "" +"Bei der Darstellung dieser Visualisierung ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." @@ -1505,7 +2066,7 @@ msgstr "" "Beim Festlegen der aktiven Registerkarte ist ein Fehler aufgetreten. " "Wenden Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." @@ -1513,15 +2074,24 @@ msgstr "" "Beim Festlegen der Registerkarte Autorun ist ein Fehler aufgetreten. " "Wenden Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -"Beim Festlegen der Registerkartendatenbank-ID ist ein Fehler aufgetreten." -" Wenden Sie sich an Ihre*n Administrator*in." +"Beim Festlegen der Registerkartendatenbank-ID ist ein Fehler aufgetreten. " +"Wenden Sie sich an Ihre*n Administrator*in." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "" +"Beim Festlegen des Registerkartennamens ist ein Fehler aufgetreten. Bitte " +"wenden Sie sich an Ihren Administrator." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." @@ -1529,7 +2099,7 @@ msgstr "" "Beim Festlegen des Registerkartenschemas ist ein Fehler aufgetreten. " "Wenden Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." @@ -1537,21 +2107,12 @@ msgstr "" "Beim Festlegen der Vorlagen-Parameter ist ein Fehler aufgetreten. Wenden " "Sie sich an Ihre*n Administrator*in." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "" -"Beim Festlegen des Registerkartentitels ist ein Fehler aufgetreten. " -"Wenden Sie sich an Ihre*n Administrator*in." - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "Beim Favorisieren des Diagramms ist ein Fehler aufgetreten." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." @@ -1560,7 +2121,7 @@ msgstr "" "aufgetreten. Wenden Sie sich an Ihre*n Administrator*in, wenn dieses " "Problem weiterhin besteht." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " @@ -1570,56 +2131,62 @@ msgstr "" "vermeiden, dass Ihre Änderungen verloren gehen, speichern Sie Ihre " "Abfrage bitte über die Schaltfläche \"Abfrage speichern\"." -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 msgid "An error occurred while updating the value." msgstr "Beim Aktualisieren des Werts ist ein Fehler aufgetreten." -#: superset/views/core.py:711 -msgid "An unknown error occurred. Please contact your Superset administrator" +#: superset/key_value/exceptions.py:50 +msgid "An error occurred while upserting the value." +msgstr "Beim Erhöhen des Werts ist ein Fehler aufgetreten." + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "Ein unerwarteter Fehler ist aufgetreten" + +#: superset/views/core.py:734 +msgid "" +"An unknown error occurred. Please contact your Superset administrator" msgstr "" "Ein unbekannter Fehler ist aufgetreten. Wenden Sie sich an Ihre*n " "Superset-Administrator*in" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "Verankern mit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "Winkel, an dem die Fortschrittsachse enden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "Winkel, an dem die Fortschrittsachse gestartet werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 msgid "Animation" msgstr "Animation" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Anmerkung" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "Anmerkungsebene ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, python-format +msgid "Annotation Layer %s" +msgstr "Anmerkungs-Layer %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Anmerkungsebenen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "Konfiguration Anmerkungs-Slice" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" -msgstr "Quelle Anmerkungen" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "Anmerkung konnte nicht erstellt werden." @@ -1632,12 +2199,9 @@ msgstr "Anmerkung konnte nicht aktualisiert werden." msgid "Annotation delete failed." msgstr "Fehler beim Löschen von Anmerkungen." -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "Die Endzeit der Anmerkung darf nicht vor der Startzeit liegen." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Anmerkungsebene" @@ -1657,7 +2221,7 @@ msgstr "Anmerkungsebene konnte nicht aktualisiert werden." msgid "Annotation layer delete failed." msgstr "Fehler beim Löschen der Anmerkungsebene." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "Beschreibungsspalten für Anmerkungsebenen" @@ -1666,11 +2230,11 @@ msgstr "Beschreibungsspalten für Anmerkungsebenen" msgid "Annotation layer has associated annotations." msgstr "Der Anmerkungs-Layer ist Anmerkungen zugeordnet." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "Ende des Anmerkungsebenen-Intervalls" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "Name der Anmerkungebene" @@ -1678,7 +2242,7 @@ msgstr "Name der Anmerkungebene" msgid "Annotation layer not found." msgstr "Anmerkungsebene nicht gefunden." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "Deckkraft der Amerkungsebene" @@ -1686,37 +2250,38 @@ msgstr "Deckkraft der Amerkungsebene" msgid "Annotation layer parameters are invalid." msgstr "Anmerkungs-Layer-Parameter sind ungültig." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "Strichstärke Anmerkungebene" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 msgid "Annotation layer time column" msgstr "Zeitspalte der Anmerkungsebene" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 msgid "Annotation layer title column" msgstr "Titelspalte der Anmerkungsebene" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "Anmerkungsebenen-Typ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "Wert der Anmerkungsebene" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "Anmerkungsebenen" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "Anmerkungsebenen werden noch geladen." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "Name der Anmerkung" @@ -1728,21 +2293,28 @@ msgstr "Anmerkung nicht gefunden." msgid "Annotation parameters are invalid." msgstr "Anmerkungs-Parameter sind ungültig." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +msgid "Annotation source" +msgstr "Quelle Anmerkungen" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "Typ der Anmerkungsquelle" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "Anmerkungen" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "Anmerkungsvorlage erstellt" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" +msgstr "Anmerkungsvorlage aktualisiert" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 msgid "Annotations and Layers" msgstr "Anmerkungen und Ebenen" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "Anmerkungen und Ebenen" @@ -1750,16 +2322,17 @@ msgstr "Anmerkungen und Ebenen" msgid "Annotations could not be deleted." msgstr "Anmerkungen konnten nicht gelöscht werden." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "Beliebig" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" "Alle zusätzlichen Details, die im Zertifizierungs-Tooltip angezeigt " @@ -1773,36 +2346,42 @@ msgstr "" "Jede hier ausgewählte Farbpalette überschreibt die Farben, die auf die " "einzelnen Diagramme dieses Dashboards angewendet werden" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 -msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -"Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können" -" hinzugefügt werden. " +"Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können " +"hinzugefügt werden. " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -"Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können" -" hinzugefügt werden. Informationen zum Verbinden eines Datenbanktreibers " +"Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können " +"hinzugefügt werden. Informationen zum Verbinden eines Datenbanktreibers " -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "Anhängen" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, python-format -msgid "Applied Cross Filters (%d)" -msgstr "Angewendete Kreuzfilter (%d)" +msgid "Applied cross-filters (%d)" +msgstr "Kreuzfilter (%d) angewendet" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Applied Filters (%d)" +msgid "Applied filters (%d)" msgstr "Angewendete Filter (%d)" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, python-format +msgid "Applied filters: %s" +msgstr "Angewendete Filter: %s" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." @@ -1811,31 +2390,35 @@ msgstr "" "stellen Sie sicher, dass die Quellabfrage die im rollierenden Fenster " "definierten Mindestzeiträume erfüllt." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "Übernehmen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "Bedingten Farbformatierung auf Metriken anwenden" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "Bedingte Farbformatierung auf numerische Spalten anwenden" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "Filter anwenden" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "Metriken anwenden auf" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "Auf alle Bereiche anwenden" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "Anwenden auf bestimmte Bereiche" @@ -1843,95 +2426,132 @@ msgstr "Anwenden auf bestimmte Bereiche" msgid "April" msgstr "April" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "Bogen" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" +"Sind Sie sicher, dass Sie die folgenden Werte überschreiben möchten?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "Möchten Sie wirklich abbrechen?" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "Wollen Sie wirklich löschen" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr "Möchten Sie ${annotationCurrentlyDeleting?.short_descr} wirklich löschen?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" +msgstr "Sind Sie sicher, dass Sie %s löschen möchten?" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "Möchten Sie die/das ausgewählte %s wirklich löschen?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "Möchten Sie die ausgewählten Anmerkungen wirklich löschen?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "Möchten Sie die ausgewählten Diagramme wirklich löschen?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "Möchten Sie die ausgewählten Dashboards wirklich löschen?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "Möchten Sie die ausgewählten Datensätze wirklich löschen?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "Möchten Sie die ausgewählten Ebenen wirklich löschen?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "Möchten Sie die ausgewählten Abfragen wirklich löschen?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "Möchten Sie die ausgewählten Tags wirklich löschen?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "Möchten Sie die ausgewählten Vorlagen wirklich löschen?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "Möchten Sie diesen Datensatz wirklich überschreiben?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "Möchten Sie wirklich fortfahren?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "Möchten Sie die Änderungen wirklich speichern und anwenden?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "Flächendiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +msgid "Area Chart (legacy)" +msgstr "Flächendiagramm (Legacy)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 msgid "Area chart" msgstr "Flächendiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "Deckkraft des Flächendiagramms" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" +"Flächendiagramme ähneln Liniendiagrammen, da sie Variablen mit der " +"gleichen Skala darstellen, aber Flächendiagramme stapeln die Metriken " +"übereinander." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "Pfeil" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "Eines Satz von Parametern zuweisen" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "Zugehörige Diagramme" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "Asynchrone Ausführung" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "Asynchrone Abfrageausführung" @@ -1939,62 +2559,137 @@ msgstr "Asynchrone Abfrageausführung" msgid "August" msgstr "August" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +msgid "Auto" +msgstr "Auto" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "Auto-Zoom" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "Autovervollständigung" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "Auto-Vervollständigen-Filter" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "Abfrageprädikat für die automatische Vervollständigung" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "Automatische Farbe" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "Verfügbare Sortiermodi:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +msgid "Average" +msgstr "Durchschnitt" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +msgid "Average value" +msgstr "Durchschnittswert" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "Achse" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "Achsenbegrenzungen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +msgid "Axis Format" +msgstr "Achsenformat" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "Titel der Achse" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "Achse aufsteigend" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "Achse absteigend" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "WAHRHEITSWERT" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "Zurück" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "Zurück zu allen" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "Backend" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "Rückwärtsinterpolation" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "Fehlerhafte Formel." + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "Fehlerhafter räumlicher Schlüssel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "Balken" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "Balkendiagramm" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "Balkendiagramm (Legacy)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" +"Balkendiagramme werden verwendet, um Metriken als eine Reihe von Balken " +"anzuzeigen." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "Balkenwerte" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Bar orientation" +msgstr "Balken-Ausrichtung" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "Hintergrundkarten-Stil" @@ -2002,27 +2697,32 @@ msgstr "Hintergrundkarten-Stil" msgid "Based on a metric" msgstr "Auf Metrik basierend" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" "Basierend auf der Granularität, Anzahl der Zeiträume, mit denen " "verglichen werden soll" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" +"Basierend darauf, wonach Zeitreihen im Diagramm und in der Legende " +"angeordnet werden sollten" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "Basic" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "Basisangaben" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "Stapelbearbeitung %d Filter:" @@ -2031,55 +2731,65 @@ msgstr "Stapelbearbeitung %d Filter:" msgid "Battery level over time" msgstr "Akkustand im Laufe der Zeit" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "Seien Sie vorsichtig." -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "Vor" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Große Zahl" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "Große Zahl Schriftgröße" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Große Zahl mit Trendlinie" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "Unten" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "Unterer Abstand" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "Unten links" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" -msgstr "Unterer Rand in Pixeln, ermöglicht mehr Platz für Achsenbeschriftungen" +msgstr "" +"Unterer Rand in Pixeln, ermöglicht mehr Platz für Achsenbeschriftungen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "Unten rechts" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "Von Unten nach Oben" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " @@ -2090,140 +2800,162 @@ msgstr "" "Sie, dass diese Funktion nur den Achsenbereich erweitert. Es wird den " "Umfang der Daten nicht einschränken." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand " +"the axis range. It won't narrow the data's extent." +msgstr "" +"Grenzen für die Achse. Wenn sie leer gelassen werden, werden die Grenzen " +"dynamisch basierend auf den Min/Max-Werten der Daten definiert. Beachten " +"Sie, dass diese Funktion nur den Achsenbereich erweitert. Der Umfang der " +"Daten wird dadurch nicht eingeschränkt." + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "Boxplot" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 msgid "Breakdowns" msgstr "Aufschlüsselungen" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Broker-Endpunkt" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Broker-Host" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Broker-Passwort" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Broker-Port" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Broker-Benutzer*innenname" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Blasen-Diagramm" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "Blasenfarbe" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "Blasengröße" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "Blasengröße" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "Klassen-Schwellwerte" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "Build" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Massenauswahl" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Bullet-Diagramm" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "Geschäftlich" +#: superset/connectors/sqla/views.py:165 +#, fuzzy +msgid "Business Data Type" +msgstr "Business Datentyp" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " -"load. Check this box if you have more than 1000 filter values and want to" -" enable dynamically searching that loads filter values as users type (may" -" add stress to your database)." +"load. Check this box if you have more than 1000 filter values and want to " +"enable dynamically searching that loads filter values as users type (may " +"add stress to your database)." msgstr "" "Standardmäßig lädt jeder Filter beim ersten Laden der Seite höchstens " "1000 Auswahlmöglichkeiten. Aktivieren Sie dieses Kontrollkästchen, wenn " "Sie über mehr als 1000 Filterwerte verfügen und die dynamische Suche " -"aktivieren möchten, die Filterwerte während der Benutzereingabe lädt (was" -" die Datenbank belasten kann)." +"aktivieren möchten, die Filterwerte während der Benutzereingabe lädt (was " +"die Datenbank belasten kann)." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "Nach Schlüssel: Spaltennamen als Sortierschlüssel verwenden" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "Nach Schlüssel: Zeilennamen als Sortierschlüssel verwenden" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "Nach Wert: Metrikwerte als Sortierschlüssel verwenden" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "ABBRECHEN" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +msgid "CREATE DATASET" +msgstr "DATASET ERSTELLEN" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "CREATE VIEW AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "CREATE VIEW-Anweisung" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "CRON Zeitplan" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "CRON-Ausdruck" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "CSS Stile" + +#: superset/initialization/__init__.py:286 +#: superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSS Vorlagen" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "Auf das Diagramm angewendetes CSS" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "CSS Vorlagen" @@ -2231,7 +2963,7 @@ msgstr "CSS Vorlagen" msgid "CSS template could not be deleted." msgstr "CSS-Vorlage konnte nicht gelöscht werden." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "CSS Vorlagename" @@ -2239,52 +2971,52 @@ msgstr "CSS Vorlagename" msgid "CSS template not found." msgstr "CSS-Vorlage nicht gefunden." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "CSS Vorlagen" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "CSV Datei" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" +msgstr "CSV-Hochladen" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -"CSV-Datei \"%(csv_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank" -" \"%(db_name)s\" hochgeladen" +"CSV-Datei \"%(csv_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank " +"\"%(db_name)s\" hochgeladen" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "CSV-zu-Datenbank-Konfiguration" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "CSV-Upload" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "CTAS & CVAS SCHEMA" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" -"CTAS (create table as select) can only be run with a query where the last" -" statement is a SELECT. Please make sure your query has a SELECT as its " +"CTAS (create table as select) can only be run with a query where the last " +"statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" "CTAS (create table as select) kann nur mit einer Abfrage ausgeführt " "werden, bei der die letzte Anweisung ein SELECT ist. Bitte stellen Sie " -"sicher, dass Ihre Abfrage eine SELECT-Anweisung als letzte Anweisung hat." -" Versuchen Sie dann erneut, die Abfrage auszuführen." +"sicher, dass Ihre Abfrage eine SELECT-Anweisung als letzte Anweisung hat. " +"Versuchen Sie dann erneut, die Abfrage auszuführen." -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "CTAS-Schema" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " @@ -2295,122 +3027,122 @@ msgstr "" "dass Ihre Anfrage nur eine SELECT-Anweisung hat. Versuchen Sie dann " "erneut, die Abfrage auszuführen." -#: superset/errors.py:124 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "CVAS-Abfrage (Create View as Select) hat mehr als eine Anweisung." -#: superset/errors.py:125 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "CVAS-Abfrage (Create View as Select) ist keine SELECT-Anweisung." -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Cache Timeout" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "Cache-Timeout (Sekunden)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Cache-Timeout" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "Gecached" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "%s zwischengespeichert" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "Zwischengespeicherter Wert nicht gefunden" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" -msgstr "Beitrag pro Serie oder Gesamtsumme berechnen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" +msgstr "Beitrag pro Serie oder Zeile berechnen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "Berechnete Spalte [%s] erfordert einen Ausdruck" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Berechnete Spalten" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "Berechnungstyp" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Kalender Heatmap" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" "Registerkarte der obersten Ebene kann nicht in verschachtelte " "Registerkarten verschoben werden" -#: superset/views/core.py:2027 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "DruidCluster mit cluster_name = '%(name)s' nicht gefunden" - -#: superset/views/core.py:2015 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Ich kann Benutzer*in '%(name)s' nicht finden, bitte bitten Sie Ihre*n " -"Administrator*in, diese*n zu erstellen." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "Mehrere Werte können ausgewählt werden" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" -msgstr "Überschneidungen zwischen Serien und Aufschlüsselungen nicht zulässig" +msgstr "" +"Überschneidungen zwischen Zeitreihen und Aufschlüsselungen nicht zulässig" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Abbrechen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "Abfrage abbrechen bei ‚Window unload‘-Ereignis" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" -msgstr "Zyklische Hierarchie kann nicht erstellt werden" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "Zugriff auf die Abfrage nicht möglich" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" -msgstr "Eine Datenbank mit verknüpften Datensätzen kann nicht gelöscht werden" +msgstr "" +"Eine Datenbank mit verknüpften Datensätzen kann nicht gelöscht werden" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "Anmeldeinformationen für den SSH-Tunnel müssen eindeutig sein" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -2420,8 +3152,8 @@ msgstr "" "Stellen Sie sicher, dass Sie die Datenbank erstellen, bevor Sie das " "Dashboard importieren." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "Filter konnte nicht geladen werden" @@ -2430,29 +3162,67 @@ msgstr "Filter konnte nicht geladen werden" msgid "Cannot parse time string [%(human_readable)s]" msgstr "Zeitzeichenfolge [%(human_readable)s] kann nicht analysiert werden" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "Kategorisch" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "Kategorien-Farbe" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "Kategorien, nach denen auf der x-Achse gruppiert werden soll." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "Kategorie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +msgid "Category Name" +msgstr "Kategoriename" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "Kategorie und Prozentsatz" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "Kategorie und Wert" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +msgid "Category name" +msgstr "Kategoriename" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "Kategorie der Zielknoten" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "Kategorie, Wert und Prozentsatz" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "Zellen Abstand" @@ -2465,93 +3235,96 @@ msgstr "Zellenradius" msgid "Cell Size" msgstr "Zellengröße" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "Zellenbalken" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "Zellinhalt" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "Zellgrenze" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "Zentriert" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "Schwerpunkt (Längen- und Breitengrad): " + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "Zertifizierung" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "Details zur Zertifizierung" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "Zertifiziert" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "Zertifiziert durch" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Zertifiziert durch" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "Zertifiziert von %s" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "Datensatz wechseln" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "Reihenfolge der Spalten ändern." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "Reihenfolge der Zeilen ändern." -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Bearbeitet von" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Bearbeitet am" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "Bearbeitet am" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "Änderungen gespeichert." + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -"Durch das Ändern des Datensatzes kann das Diagramm beeinträchtigt werden," -" wenn das Diagramm auf Spalten oder Metadaten basiert, die im " +"Durch das Ändern des Datensatzes kann das Diagramm beeinträchtigt werden, " +"wenn das Diagramm auf Spalten oder Metadaten basiert, die im " "Zieldatensatz nicht vorhanden sind" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2564,21 +3337,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "Das Ändern dieses Dashboards ist verboten" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "Das Ändern dieses Diagramms ist verboten" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "Das Ändern dieses Steuerelements wird sofort wirksam" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "Das Ändern dieses Datensatz ist verboten" @@ -2587,131 +3365,159 @@ msgstr "Das Ändern dieses Datensatz ist verboten" msgid "Changing this dataset is forbidden." msgstr "Das Ändern dieses Datensatzes ist verboten." -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" +msgstr "Das Ändern dieser Datenquelle ist verboten" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "Das Ändern dieses Reports ist verboten" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" +msgstr "Zeichen, das als Dezimaltrenner zu interpretieren ist." + +#: superset/views/database/forms.py:375 msgid "Character to interpret as decimal point." msgstr "Zeichen, das als Dezimalstelle zu interpretieren ist." -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" -msgstr "Laden" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" -msgstr "In kraftbasierte Anordnung laden" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "Diagramm" -#: superset/views/core.py:1765 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "Diagramm %(id)s nicht gefunden" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "Diagramm Cache-Timeout" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "Diagramm-E-Mail-Zeitpläne" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, python-format +msgid "Chart Data: %s" +msgstr "Diagrammdaten: %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "Diagramm-ID" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 msgid "Chart Options" msgstr "Diagramm-Optionen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "Diagrammausrichtung" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 #, python-format msgid "Chart Owner: %s" -msgstr "Diagrammbesitzer*in: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Diagrammbesitzer*in: %s" +msgstr[1] "Diagrammbesitzer*innen: %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +msgid "Chart Source" +msgstr "Diagrammquelle" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "Diagrammtitel" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "Diagramm [%s] wurde überschrieben" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, python-format +msgid "Chart [%s] has been saved" +msgstr "Diagramm [%s] wurde gespeichert" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "Diagramm [%s] wurde dem Dashboard hinzugefügt [%s]" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "Diagramm [{}] wurde überschrieben" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "Diagramm [{}] wurde gespeichert" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "Diagramm [{}] wurde dem Dashboard hinzugefügt [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Diagramm-Cache Timeout" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "Diagrammänderungen" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " -"or ranges to filter charts by. The charts that each filter box is applied" -" to can be fine tuned as well in the dashboard view.\n" +"or ranges to filter charts by. The charts that each filter box is applied " +"to can be fine tuned as well in the dashboard view.\n" "\n" " Note that this plugin is being replaced with the new Filters feature " "that lives in the dashboard view itself. It's easier to use and has more " @@ -2720,9 +3526,9 @@ msgstr "" "Diagrammkomponente, mit der Sie Ihrem Dashboard eine benutzerdefinierte " "Filter-Oberfläche hinzufügen können. Ist sie dem Dashboard zugefügt, " "können Benutzer*innen in einem Filterfeld bestimmte Werte oder Bereiche " -"angeben, nach denen Diagramme gefiltert werden sollen. Die Diagramme, auf" -" die jedes Filterfeld angewendet wird, können auch in der " -"Dashboardansicht optimiert werden.\n" +"angeben, nach denen Diagramme gefiltert werden sollen. Die Diagramme, auf " +"die jedes Filterfeld angewendet wird, können auch in der Dashboardansicht " +"optimiert werden.\n" "\n" "Beachten Sie, dass dieses Plugin durch die neue Filterfunktion ersetzt " "wird, die sich in der Dashboard-Ansicht selbst befindet. Sie ist " @@ -2740,50 +3546,88 @@ msgstr "Diagramm konnte nicht gelöscht werden." msgid "Chart could not be updated." msgstr "Diagramm konnte nicht aktualisiert werden." -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "Diagramm existiert nicht" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -"Für das Diagramm ist kein Abfragekontext gespeichert. Bitte speichern Sie" -" das Diagramm erneut." +"Für das Diagramm ist kein Abfragekontext gespeichert. Bitte speichern Sie " +"das Diagramm erneut." + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "Diagrammhöhe" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "Diagramm importiert" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +msgid "Chart last modified" +msgstr "Diagramm zuletzt geändert" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +msgid "Chart last modified by" +msgstr "Diagramm zuletzt geändert von" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "Diagrammname" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 msgid "Chart options" msgstr "Diagramm-Optionen" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +msgid "Chart owners" +msgstr "Diagrammbesitzende" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "Diagrammparameter sind ungültig." -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "Diagrammeigenschaften aktualisiert" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +msgid "Chart title" +msgstr "Diagrammtitel" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "Diagrammtyp" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "Diagrammtyp erfordert einen Datensatz" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" +msgstr "Diagrammbreite" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Diagramme" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "Diagramme konnten nicht gelöscht werden." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "Konfiguration prüfen" @@ -2792,27 +3636,29 @@ msgstr "Konfiguration prüfen" msgid "Check for sorting ascending" msgstr "Überprüfen Sie die Sortierung aufsteigend" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" -"Check if the Rose Chart should use segment area instead of segment radius" -" for proportioning" +"Check if the Rose Chart should use segment area instead of segment radius " +"for proportioning" msgstr "" "Aktivieren, falls das Rose-Diagramm für die Proportionierung den " "Segmentbereich anstelle des Segmentradius verwenden soll." -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "Sehen Sie sich dieses Diagramm im Dashboard an:" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "Sehen Sie sich dieses Diagramm an: " -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "Schauen Sie sich dieses Dashboard an: " -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" @@ -2820,57 +3666,47 @@ msgstr "" "Anhaken, damit Filter bei Änderung sofort angewendet werden, anstatt die " "Schaltfläche [Übernehmen] anzuzeigen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" -msgstr "Aktivieren, um zu erzwingen, dass Datumspartitionen die gleiche Höhe haben" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "Anhaken, um das Dropdown-Menü Druid-Granularität einzubinden" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "Anhaken, um SQL-Zeiteinheiten-Dropdown-Menü einzubinden" +msgstr "" +"Aktivieren, um zu erzwingen, dass Datumspartitionen die gleiche Höhe haben" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "Anhaken, um Dropdown-Menü für die Zeitspalte einzubinden" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "Anhaken, um Zeiteinheiten Dropdown-Menü einzubinden" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "Anhaken, um das Dropdown-Menü für den Zeitursprung einzubinden" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "Untergeordnete Beschriftungsposition" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "Die Auswahl von [Label] muss in [Group By] vorhanden sein." -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "Die Auswahl von [Punktradius] muss in [Gruppieren nach] vorhanden sein." +msgstr "" +"Die Auswahl von [Punktradius] muss in [Gruppieren nach] vorhanden sein." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Datei wählen" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "Diagramm oder Dashboard auswählen, nicht beides" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "Wählen Sie eine Datenbank..." -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Datensatz auswählen" @@ -2878,34 +3714,42 @@ msgstr "Datensatz auswählen" msgid "Choose a metric for left axis" msgstr "Wählen Sie eine Metrik für die linke Achse" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "Wählen Sie eine Metrik für die rechte Achse" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "Wählen Sie ein Zahlenformat" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 msgid "Choose a source" msgstr "Wählen Sie eine Quelle" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 msgid "Choose a source and a target" msgstr "Wählen Sie eine Quelle und ein Ziel" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 msgid "Choose a target" msgstr "Wählen Sie ein Ziel" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "Wählen Sie einen eindeutigen Namen" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "Diagrammtyp auswählen" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" +"Wählen Sie einen der verfügbaren Datensätze aus dem Bereich auf der " +"linken Seite." + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "Wählen Sie ein oder mehrere Diagramme die rechte Achse" @@ -2914,43 +3758,59 @@ msgstr "Wählen Sie ein oder mehrere Diagramme die rechte Achse" msgid "Choose one or more charts for right axis" msgstr "Wählen Sie ein oder mehrerer Diagramme für die rechte Achse" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "Auswählen des Anmerkungsebenen-Typs" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "Format für Legendenwerte auswählen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "Wählen Sie die Position der Legende" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "Wählen Sie die Quelle Ihrer Anmerkungen aus" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" +"Wählen Sie aus, ob ein Land anhand der Metrik eingefärbt oder eine Farbe " +"basierend auf einer kategorialen Farbpalette zugewiesen werden soll." + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "Sehnendiagramm" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "Ausgewählte nicht numerische Spalte" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "Kreis" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "Kreis -> Pfeil" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "Kreis -> Kreis" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "Kreisradarform" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "Kreisförmig" @@ -2960,16 +3820,16 @@ msgstr "" "Klassisches Diagramm, das visualisiert, wie sich Metriken im Laufe der " "Zeit ändern." -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" "Klassische Zeilen-für-Spalten-Tabellenansicht eines Datensatzes. " -"Verwenden Sie Tabellen, um eine Ansicht der zugrunde liegenden Daten oder" -" aggregierter Metriken anzuzeigen." +"Verwenden Sie Tabellen, um eine Ansicht der zugrunde liegenden Daten oder " +"aggregierter Metriken anzuzeigen." -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Ausdruck" @@ -2977,19 +3837,43 @@ msgstr "Ausdruck" msgid "Clear" msgstr "Zurücksetzen" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "Alles löschen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +msgid "Clear all data" +msgstr "Alle Daten leeren" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "Formular zurücksetzen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "" +"Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" +"Klicken Sie auf die Schaltfläche \"+Filter hinzufügen/bearbeiten\", um " +"neue Dashboard-Filter zu erstellen" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" +"Klicken Sie auf die Schaltfläche \"Diagramm erstellen\" in der " +"Systemsteuerung auf der linken Seite, um eine Vorschau einer " +"Visualisierung anzuzeigen oder" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "Klicken Sie auf das Schloss, um Änderungen vorzunehmen." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "Klicken Sie auf die Sperre, um weitere Änderungen zu verhindern." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." @@ -2998,7 +3882,7 @@ msgstr "" "wechseln, mit dem Sie die SQLAlchemy-URL für diese Datenbank manuell " "eingeben können." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." @@ -3007,23 +3891,35 @@ msgstr "" "wechseln, das nur die zum Verbinden dieser Datenbank erforderlichen " "Felder verfügbar macht." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Klicken, um Visualisierungstyp auszuwählen" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" -msgstr "Klicken Sie hier um gesetzte Filter zurückzusetzen" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "Klicken, um die Sortierung abzubrechen" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "Klicken um zu bearbeiten" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "Klicken Sie hier, um %s auf einer neuen Registerkarte zu bearbeiten" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." +msgstr "Klicken Sie hier, um %s zu bearbeiten." + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." +msgstr "Klicken Sie hier, um das Diagramm zu bearbeiten." + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "Klicke um zu Bezeichnung zu bearbeiten" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "Klicken Sie hier, um als Favorit aus-/abzuwählen" @@ -3031,41 +3927,45 @@ msgstr "Klicken Sie hier, um als Favorit aus-/abzuwählen" msgid "Click to force-refresh" msgstr "Klicken Sie hier, um die Aktualisierung zu erzwingen" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "Klicken zum Anzeigen der Unterschiede" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +msgid "Click to sort ascending" +msgstr "Klicken Sie hier, um aufsteigend zu sortieren" + +#: superset-frontend/src/components/Table/index.tsx:211 +msgid "Click to sort descending" +msgstr "Klicken Sie hier, um absteigend zu sortieren" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "Schließen" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "Schließen Sie alle anderen Registerkarten" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "Registerkarte schließen" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Cluster" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "Cluster Name" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "Cluster-Beschriftung-Aggregator" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "Clustering-Radius" @@ -3078,26 +3978,37 @@ msgstr "Code" msgid "Collapse all" msgstr "Alle einklappen" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "Datenbereich ausblenden" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "Zeile zusammenklappen" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "Inhalt der Registerkarte ausblenden" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "Tabellenvorschau komprimieren" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "Farbe" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "Farbe +/-" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 msgid "Color Metric" msgstr "Farbmetrik" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "Farbschema" @@ -3105,116 +4016,162 @@ msgstr "Farbschema" msgid "Color Steps" msgstr "Farbschritte" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "Farbgrenzen" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "Einfärben nach" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "Metrik auswählen" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "Farbe des Zielortes" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "Farbschema" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -"Die Farbe wird basierend auf dem Verhältnis der Zelle zur Gesamtsumme " -"dieses Kriteriums dargestellt." +"Die Farbe wird basierend auf dem normalisierten Wert (0% to 100%) einer " +"bestimmten Zelle im Vergleich zu den anderen Zellen im ausgewählten " +"Bereich schattiert: " -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "Farben" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Spalte" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -"Die Spalte \"%(column)s\" ist nicht numerisch oder existiert nicht in den" -" Abfrageergebnissen." +"Die Spalte \"%(column)s\" ist nicht numerisch oder existiert nicht in den " +"Abfrageergebnissen." + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +msgid "Column Configuration" +msgstr "Spaltenkonfiguration" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "Spaltenformatierung" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "Spaltenbezeichnung(en)" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." -msgstr "Spalte mit ISO 3166-2-Codes der Region/Provinz/Kreis in Ihrer Tabelle." +msgstr "" +"Spalte mit ISO 3166-2-Codes der Region/Provinz/Kreis in Ihrer Tabelle." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "Spalte mit Breitengraddaten" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "Spalte mit Längengraddaten" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "Tooltip zur Spaltenüberschrift" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "Spalte ist erforderlich" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" -"Column label for index column(s). If None is given and Dataframe Index is" -" True, Index Names are used." +"Column label for index column(s). If None is given and Dataframe Index is " +"True, Index Names are used." msgstr "" "Spaltenbezeichnung für Indexspalte(n). Wenn None angegeben ist und " "Dataframe Index den Wert True hat, werden Indexnamen verwendet." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is " +"checked, Index Names are used" +msgstr "" +"Spaltenbeschriftung für Indexspalten. Wenn „None“ angegeben und " +"„Dataframe Index“ aktiviert ist, werden Indexnamen verwendet." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +msgid "Column name" +msgstr "Spaltenname" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "Spaltenname [%s] wird dupliziert" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " -msgstr "Spaltenname(n) " - -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" "Spalte, auf die in Aggregat referenziert wird, ist nicht definiert: " "%(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "Spaltenauswahl" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index " +"column" +msgstr "" +"Spalte, die als Zeilenbeschriftungen des Dataframe verwendet werden soll. " +"Leer lassen, wenn keine Indexspalte existiert." + +#: superset/views/database/forms.py:342 msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index" -" column." +"Column to use as the row labels of the dataframe. Leave empty if no index " +"column." msgstr "" "Spalte, die als Zeilenbeschriftungen des Datenrahmens verwendet werden " "soll. Leer lassen, wenn keine Indexspalte vorhanden." -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "Tabellen-Datei" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " @@ -3223,93 +4180,110 @@ msgstr "" "Spaltendatei \"%(columnar_filename)s\" in Tabelle \"%(table_name)s\" in " "Datenbank \"%(db_name)s\" hochgeladen" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "Spalten-zu-Datenbank-Konfiguration" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "Spalten" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "Spalten, die als Datumsangaben interpretiert werden sollen" + +#: superset/views/database/forms.py:231 +msgid "Columns To Read" +msgstr "Zu lesende Spalten" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "Im Datensatz fehlende Spalten: %(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "Fehlende Spalten in Datenquelle: %(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "Zwischensummenposition der Spalten" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." -msgstr "" -"Spalten zum Berechnen der Verteilung. Falls leer, wird standardmäßig wird" -" die temporale Spalte verwendet." - -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." +msgstr "Spalten, über die Verteilung berechnet werden soll." + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "Anzuzeigende Spalten" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "Spalten, nach denen gruppiert wird" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "Spalten, nach denen in den Spalten gruppiert werden soll" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "Spalten, nach denen in den Zeilen gruppiert werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +msgid "Columns to show" +msgstr "Anzuzeigende Spalten" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 msgid "Combine Metrics" msgstr "Metriken kombinieren" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 msgid "Combine metrics" msgstr "Metriken kombinieren" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " -"denote colors from the chosen color scheme and are 1-indexed. Length must" -" be matching that of interval bounds." +"denote colors from the chosen color scheme and are 1-indexed. Length must " +"be matching that of interval bounds." msgstr "" "Kommagetrennte Farbwerte für die Intervalle, z.B. 1,2,4. Ganzzahlen " "bezeichnen Farben aus dem gewählten Farbschema und sind 1-indiziert. Die " "Anzahl muss mit der der Intervallgrenzen übereinstimmen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" "Durch Kommas getrennte Intervallgrenzen, z.B. 2,4,5 für die Intervalle " -"0-2, 2-4 und 4-5. Die letzte Zahl sollte mit dem für MAX angegebenen Wert" -" übereinstimmen." +"0-2, 2-4 und 4-5. Die letzte Zahl sollte mit dem für MAX angegebenen Wert " +"übereinstimmen." -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "Komparator-Option" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." @@ -3317,7 +4291,7 @@ msgstr "" "Vergleichen Sie schnell mehrere Zeitreihendiagramme (als Sparklines) und " "verwandte Metriken." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" "Vergleichen Sie dieselbe zusammengefasste Metrik über mehrere Gruppen " @@ -3329,11 +4303,11 @@ msgid "" "group is mapped to a row and change over time is visualized bar lengths " "and color." msgstr "" -"Vergleicht, wie sich eine Metrik im Laufe der Zeit zwischen verschiedenen" -" Gruppen ändert. Jede Gruppe wird einer Zeile zugeordnet und die Änderung" -" im Laufe der Zeit werden als Balkenlängen und -farben visualisiert." +"Vergleicht, wie sich eine Metrik im Laufe der Zeit zwischen verschiedenen " +"Gruppen ändert. Jede Gruppe wird einer Zeile zugeordnet und die Änderung " +"im Laufe der Zeit werden als Balkenlängen und -farben visualisiert." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " @@ -3343,7 +4317,7 @@ msgstr "" "Balkenlängen werden verwendet, um die Größe jedes Werts anzugeben, und " "Farbe wird verwendet, um Gruppen zu unterscheiden." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." @@ -3351,54 +4325,60 @@ msgstr "" "Vergleicht die Zeitspanne, die verschiedene Aktivitäten in einer " "freigegebenen Zeitachsenansicht benötigen." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "Vergleich" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "Verzögerung des Vergleichszeitraums" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "Vergleichssuffix" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "Komponenten" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" +"Stellen Sie mehrere Ebenen zusammen, um komplexe visuelle Elemente zu " +"bilden." -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "Berechnen des Beitrags zur Gesamtsumme" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "Bedingung" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "Bedingte Formatierung" @@ -3406,12 +4386,11 @@ msgstr "Bedingte Formatierung" msgid "Confidence interval" msgstr "Konfidenzintervall" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "Das Konfidenzintervall muss zwischen 0 und 1 liegen (exklusiv)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "Konfiguration" @@ -3419,7 +4398,7 @@ msgstr "Konfiguration" msgid "Configure Advanced Time Range " msgstr "Erweiterten Zeitbereich konfigurieren " -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "Zeitraum konfigurieren: Letzte..." @@ -3427,258 +4406,347 @@ msgstr "Zeitraum konfigurieren: Letzte..." msgid "Configure Time Range: Previous..." msgstr "Zeitraum konfigurieren: Vorhergehende…" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "Benutzerdefinierten Zeitraum konfigurieren" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "Filterbereiche konfigurieren" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "Konfigurieren Sie die Grundeinstellungen der Anmerkungsebene." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "" +"Configure this dashboard to embed it into an external web application." +msgstr "" +"Konfigurieren Sie dieses Dashboard, um es in eine externe Webanwendung " +"einzubetten." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "Konfigurieren Sie hier, wie Ihr Overlay angezeigt wird." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" +msgstr "Überschreiben bestätigen" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "Speichern bestätigen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "Verbinden" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "Google Sheet verbinden" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "Google Tabellen als Tabellen mit dieser Datenbank verbinden" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "Eine Datenbank verbinden" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "Datenbank verbinden" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" "Verbinden Sie diese Datenbank stattdessen mithilfe des dynamischen " "Formulars" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" "Verbinden Sie diese Datenbank stattdessen mit einer SQLAlchemy-URI-" "Zeichenfolge" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "Verbindung" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" "Verbindung fehlgeschlagen, bitte überprüfen Sie Ihre " "Verbindungseinstellungen" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "Verbindung möglich!" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "Weiter" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "Kontinuierlich" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "Beitrag" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "Beitragsmodus" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "Steuerung" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "Feld " -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "Steuerelemente beschriftet " -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "Koordinaten" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "In Zwischenablage kopiert!" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "Kopieren" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "SELECT-Anweisung in die Zwischenablage kopieren" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "Kopieren und Einfügen von JSON-Anmeldeinformationen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" "Kopieren Sie die gesamte JSON-Datei des Dienstkontos, und fügen Sie sie " "hier ein" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "Diagramm-URL kopieren" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "Diagramm-URL in Zwischenablage kopieren" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "Dashboard-URL kopieren" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "Link kopieren" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "Meldung kopieren" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "Kopie von %s" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "Partitionsabfrage in Zwischenablage kopieren" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "Permalink in Zwischenablage kopieren" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Abfrage-URL kopieren" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "Abfragelink in die Zwischenablage kopieren" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" "Kopieren Sie den Kontonamen der Datenbank, mit der Sie eine Verbindung " "herstellen möchten." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "Kopieren Sie den Namen des HTTP-Pfads Ihres Clusters." + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -"Kopieren Sie den Kontonamen der Datenbank, mit der Sie eine Verbindung " +"Kopieren Sie den Namen der Datenbank, mit der Sie eine Verbindung " "herstellen möchten." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "In Zwischenablage kopieren" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "In die Zwischenablage kopieren" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "Korrelation" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "Kostenschätzung" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "Datenquellentyp konnte nicht ermittelt werden" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "Nicht alle gespeicherten Diagramme konnten abgerufen werden" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "Visualisierungsobjekt konnte nicht gefunden werden" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "Datenbanktreiber konnte nicht geladen werden" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "Datenbanktreiber konnte nicht geladen werden: %(driver_name)s" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "Datenbanktreiber konnte nicht geladen werden: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" -msgstr "Der Host konnte nicht überprüft werden" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +msgid "Count" +msgstr "Anzahl" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "Eindeutige Werte zählen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "Als Anteil der Spalten zählen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "Als Anteil der Zeilen zählen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "Als Anteil der Gesamtsumme zählen" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 msgid "Country" msgstr "Land" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "Länderfarbschema" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 msgid "Country Column" msgstr "Länderspalte" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "Feldtyp \"Land\"" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Länderkarte" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "Erstellen" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" +msgstr "Diagramm erstellen" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +msgid "Create a dataset" +msgstr "Datensatz erstellen" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" +"Erstellen Sie einen Datensatz, um mit der Visualisierung Ihrer Daten als " +"Diagramm zu beginnen, oder wechseln Sie zu\n" +" SQL Lab, um Ihre Daten abzufragen." + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "Neues Diagramm erstellen" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" +msgstr "Diagramm erstellen" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "Diagramm mit Datensatz erstellen" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +msgid "Create dataset" +msgstr "Datensatz erstellen" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" +msgstr "Datensatz erstellen und Diagramm erstellen" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Neues Diagramm erstellen" @@ -3686,68 +4754,94 @@ msgstr "Neues Diagramm erstellen" msgid "Create new filter set" msgstr "Erstelle neue Filtergruppe" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "Schema erstellen oder auswählen…" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Erstellt" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "Erstellt am" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Erstellt von" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" +msgstr "Von mir erstellt" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "Erstellter Inhalt" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Erstellt am" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" +"Das Erstellen eines SSH-Tunnels ist aus unbekanntem Grund fehlgeschlagen" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "Erstelle eine Datenquelle und eine neue Registerkarte" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 +#: superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Ersteller*in" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +msgid "Crimson" +msgstr "Purpur" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "" +"Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" +"Der Kreuzfilter wird auf alle Diagramme angewendet, die diesenn Datensatz " +"verwenden." -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" -msgstr "Kreuzfilter-Festlegung" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Die Kreuzfilterung ist für dieses Dashboard nicht aktiviert." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" -msgstr "Kreuzfilter-Bereichsdefinition" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +msgid "Cross-filters" +msgstr "Kreuzfilter" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "Kumuliert" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "Derzeit dargestellt: %s" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "Angepasst" @@ -3760,119 +4854,134 @@ msgstr "Benutzerdefiniertes Plugin" msgid "Custom Plugins" msgstr "Benutzerdefinierte Plugins" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "Benutzerdefinierte SQL" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" -"Benutzerdefinierte SQL-Ad-hoc-Filter sind für den nativen Druid-Konnektor" -" nicht verfügbar" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" -msgstr "" -"Benutzerdefinierte SQL-Ad-hoc-Metriken sind für den nativen Druid-" -"Konnektor nicht verfügbar" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" "Benutzerdefinierte SQL-Ad-hoc-Metriken sind für diesen Datasatz nicht " "aktiviert" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "Benutzerdefinierte SQL-Felder dürfen keine Unterabfragen enthalten." + #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "Benutzerdefiniertes Zeitfilter-Plugin" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "Anpassen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "Anpassen von Metriken" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "Spalten anpassen" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "Zyklische Abhängigkeit erkannt" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "D3-Format" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "D3 Format" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "D3-Formatsyntax: https://github.com/d3/d3-format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" "D3-Zahlenformat für Zahlen zwischen -1,0 und 1,0. Nützlich, wenn Sie " -"verschieden signifikante Ziffern für kleine und große Zahlen haben " -"möchten" +"verschiedene Anzahlen signifikanter Ziffern für kleine und große Zahlen " +"haben möchten" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "D3-Zeitformat für datetime-Spalten" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "D3-Zeitformatsyntax: https://github.com/d3/d3-time-format" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +msgid "DATETIME" +msgstr "DATUM/UHRZEIT" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "DB-Spalte %(col_name)s hat unbekannten Typ: %(value_type)s" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "DEZ" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "LÖSCHEN" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" -msgstr "BESCHREIBUNG FEHLER" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "Tägliche Saisonalität" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "Dunkel" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "Dunkeltürkis" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "Dunkelmodus" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 +#: superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Dashboard" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "Dashboard-E-Mails" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "Dashboard [%s] wurde gerade erstellt und Diagramm [%s] hinzugefügt" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" -msgstr "Dashboard [{}] wurde gerade erstellt und Diagramm [{}] wurde hinzugefügt" +msgstr "" +"Dashboard [{}] wurde gerade erstellt und Diagramm [{}] wurde hinzugefügt" #: superset/dashboards/commands/exceptions.py:54 msgid "Dashboard could not be created." @@ -3886,31 +4995,67 @@ msgstr "Dashboard konnte nicht gelöscht werden." msgid "Dashboard could not be updated." msgstr "Das Dashboard konnte nicht aktualisiert werden." -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "Dashboard existiert nicht" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +msgid "Dashboard imported" +msgstr "Dashboard importiert" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "Dashboard-Parameter sind ungültig." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Dashboardeigenschaften bearbeiten" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "Dashboard-Eigenschaften aktualisiert" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 msgid "Dashboard scheme" msgstr "Dashboard Schema" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" +"Dashboard-Zeitbereichsfilter gelten für zeitliche Spalten, die im\n" +" Filterabschnitt jedes Diagramms festgelegt wurden. Fügen Sie " +"Zeitspalten zu\n" +" Diagrammfiltern hinzu, damit sich dieser Dashboardfilter auf " +"diese Diagramme auswirkt." + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +msgid "Dashboard title" +msgstr "Dashboard Titel" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +msgid "Dashboard usage" +msgstr "Dashboard-Nutzung" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Dashboards" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +msgid "Dashboards added to" +msgstr "Dashboards hinzugefügt zu" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "Dashboards konnten nicht gelöscht werden." @@ -3919,40 +5064,35 @@ msgstr "Dashboards konnten nicht gelöscht werden." msgid "Dashboards do not exist" msgstr "Dashboards existieren nicht" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +msgid "Dashed" +msgstr "Gestrichelt" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Daten" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Datenquelle" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 msgid "Data Table" msgstr "Datentabelle" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "Daten-URI ist nicht zulässig." + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "Datenzoom" -#: superset/views/core.py:2330 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" @@ -3962,56 +5102,61 @@ msgstr "" "Speicherformat hat sich möglicherweise geändert, wodurch die alten Daten " "ungültig wurden. Sie müssen die ursprüngliche Abfrage erneut ausführen." -#: superset/views/core.py:2283 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -"Daten konnten nicht deserialisiert werden. Möglicherweise möchten Sie die" -" Abfrage erneut ausführen." +"Daten konnten nicht deserialisiert werden. Möglicherweise möchten Sie die " +"Abfrage erneut ausführen." -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "Daten haben keine Zeitschritte" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "Datenvorschau" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Datenquelle" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" +msgstr "Daten aktualisiert" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Datentyp" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "DataFrame mit mindestens eine Zeitreihe enhalten" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "DataFrame muss temporale Spalte enthalten" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 +#: superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 +#: superset/views/database/mixins.py:188 superset/views/sql_lab/views.py:83 msgid "Database" msgstr "Datenbank" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4021,7 +5166,7 @@ msgstr "" "spaltenförmige Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n " "Superset-Administrator*in." -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4031,7 +5176,7 @@ msgstr "" "Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-" "Administrator*in." -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4041,54 +5186,74 @@ msgstr "" "Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-" "Administrator*in." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +msgid "Database Connections" +msgstr "Datenbankverbindungen" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "Fehler bei der Datenbankerstellung" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "Datenbank URL" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "Datenbank verbunden" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "Datenbank konnte nicht erstellt werden." -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "Datenbank konnte nicht gelöscht werden." -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "Datenbank konnte nicht aktualisiert werden." -#: superset/errors.py:118 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "Die Datenbank lässt keine Datenbearbeitung zu." #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "Datenbank existiert nicht" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "Datenbank unterstützt keine Unterabfragen" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" +"Datenbanktreiber für den Import ist möglicherweise nicht installiert. " +"Installationsanweisungen finden Sie auf der Superset-Dokumentationsseite: " + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Datenbankfehler" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "Datenbank ist offline." -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "Für Alarme ist eine Datenbank erforderlich" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Datenbank" @@ -4096,38 +5261,53 @@ msgstr "Datenbank" msgid "Database not allowed to change" msgstr "Datenbank darf nicht geändert werden" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "Datenbank nicht gefunden." +#: superset/views/core.py:1179 +#, python-format +msgid "Database not found: %(id)s" +msgstr "Datenbank nicht gefunden: %(id)s" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "Datenbankparameter sind ungültig." -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +msgid "Database passwords" +msgstr "Datenbank-Kennwörter" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "Datenbankport" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" +msgstr "Datenbankeinstellungen aktualisiert" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Datenbanken" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "Dataframe-Index" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Datensatz" @@ -4136,6 +5316,10 @@ msgstr "Datensatz" msgid "Dataset %(name)s already exists" msgstr "Datensatz %(name)s bereits vorhanden" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +msgid "Dataset Name" +msgstr "Datensatzbezeichnung" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "Fehler beim Löschen der Datensatzspalte." @@ -4152,17 +5336,24 @@ msgstr "Datensatz konnte nicht erstellt werden." msgid "Dataset could not be deleted." msgstr "Datensatz konnte nicht gelöscht werden." +#: superset/datasets/commands/exceptions.py:193 +msgid "Dataset could not be duplicated." +msgstr "Der Datensatz konnte nicht dupliziert werden." + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "Datensatz konnte nicht aktualisiert werden." -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "Datensatz existiert nicht" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" +msgstr "Datensatz importiert" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "Datensatz ist erforderlich" @@ -4174,8 +5365,8 @@ msgstr "Fehler beim Löschen der Datensatzmetrik." msgid "Dataset metric not found." msgstr "Datensatz-Metrik nicht gefunden." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "Datensatzname" @@ -4183,136 +5374,167 @@ msgstr "Datensatzname" msgid "Dataset parameters are invalid." msgstr "Datensatz-Parameter sind ungültig." +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "Das Datensatz-Schema ist ungültig, verursacht durch: %(error)s" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "Datensätze konnten nicht massengelöscht werden." -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Datensätze" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" +"Datensätze können aus Datenbanktabellen oder SQL-Abfragen erstellt " +"werden. Wählen Sie links eine Datenbanktabelle aus oder " + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "Datensätze enthalten keine temporale Spalte" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Datenquelle" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 msgid "Datasource & Chart Type" msgstr "Datenquelle & Diagrammtyp" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "Datenquellen-Bezeichnung" +#: superset/commands/exceptions.py:131 +msgid "Datasource does not exist" +msgstr "Datenquelle ist nicht vorhanden" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" -msgstr "Datenquelle nicht gefunden: %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "Datenquellen-Typ ist ungültig" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "Datenquellentyp ist erforderlich, wenn datasource_id angegeben wird" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "Datum-Zeit-Format" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "Datumsfilter" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" msgstr "Datumsformat" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +msgid "Date format string" +msgstr "Datumsformat-Zeichenfolge" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "Datum/Zeit" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Zeit/Datum-Format" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -"Datetime-Spalte wird nicht als Teil-Tabellenkonfiguration bereitgestellt," -" ist aber für diesen Diagrammtyp erforderlich" +"Datetime-Spalte wird nicht als Teil-Tabellenkonfiguration bereitgestellt, " +"ist aber für diesen Diagrammtyp erforderlich" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Datum Zeit Format" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "Tag" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "Tag (freq=D)" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format msgid "Days %s" msgstr "Tage %s" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "Db-Modul hat nicht alle abgefragten Spalten zurückgegeben" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "Deaktivieren" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "Dezember" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" +"Entscheidet, nach welcher Spalte die Basisachse sortiert werden soll." + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "Dezimalzeichen" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "Deck.gl - 3D-Raster" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "Deck.gl - 3D HEX" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "Deck.gl - Bogen" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "Deck.gl - GeoJSON" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "Deck.gl - Mehrere Ebenen" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "Deck.gl - Pfade" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "Deck.gl - Polygon" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "Deck.gl - Streudiagramm" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "Deck.gl - Bildschirmraster" @@ -4320,33 +5542,38 @@ msgstr "Deck.gl - Bildschirmraster" msgid "Default" msgstr "Standard" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Standard-Endpunkt" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "Datenbank URL" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" "Standard-URL, auf die beim Zugriff von der Datensatz-Listenseite aus " "zugegriffen werden soll" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "Standardwert" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "Standard-Datum/Zeit" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "Standard Breitengrad" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "Standard-Längengrad" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" @@ -4354,39 +5581,64 @@ msgstr "" "Standardmäßig minimale Spaltenbreite in Pixel, tatsächliche Breite kann " "immer noch größer sein, wenn andere Spalten nicht viel Platz benötigen" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "Erstes Element als Standard verwenden" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "Standardwert ist erforderlich" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 -msgid "Default value must be set when \"Filter has default value\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "" +"Default value must be set when \"Filter has default value\" is checked" msgstr "" "Standardwert muss festgelegt werden, wenn \"Filter hat Standardwert\" " "aktiviert ist" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "" +"Default value must be set when \"Filter value is required\" is checked" msgstr "" -"Der Standardwert muss festgelegt werden, wenn \"Erforderlich\" aktiviert " -"ist" +"Der Standardwert muss festgelegt werden, wenn „Filterwert ist " +"erforderlich\" aktiviert ist" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" msgstr "" "Standardwert wird automatisch festgelegt, wenn „Erstes Element als " "Standard“ aktiviert ist" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" +"Definieren Sie eine Funktion, die die Eingabe empfängt und den Inhalt für " +"einen Tooltip ausgibt" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" +"Definieren Sie eine Funktion, die eine URL zurückgibt, zu der navigiert " +"wird, wenn der/die Benutzer*in klickt" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array. " +"This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" +"Definieren Sie eine JavaScript-Funktion, die das in der Visualisierung " +"verwendete Daten-Array empfängt und eine geänderte Version dieses Arrays " +"zurückgibt. Dies kann verwendet werden, um Eigenschaften der Daten zu " +"ändern, zu filtern oder das Array anzureichern." + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" @@ -4394,13 +5646,16 @@ msgstr "" "Definiert eine Funktion ‚Rollierendes Fenster‘, die angewendet werden " "soll. Arbeitet zusammen mit dem Textfeld [Punkte]" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "Definiert, wie jede Reihe aufgeschlüsselt wird" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "Gibt die Rastergröße in Pixel an" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" @@ -4408,21 +5663,12 @@ msgstr "" "Definiert die Gruppierung von Entitäten. Jede Serie wird als bestimmte " "Farbe im Diagramm angezeigt und verfügt über einen Legenden-Umschalter" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "" -"Definiert den Zeitpunkt, an dem Zeitgruppen beginnen, akzeptiert " -"natürliche Daten wie in \"jetzt\", \"Sonntag\" oder \"1970-01-01\"" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" @@ -4430,7 +5676,7 @@ msgstr "" "Definiert die Größe der Funktion ‚Rollierendes Fenster‘ relativ zur " "ausgewählten Zeitgranularität" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" @@ -4438,86 +5684,90 @@ msgstr "" "Definiert, ob der Schritt am Anfang, in der Mitte oder am Ende zwischen " "zwei Datenpunkten erscheinen soll" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Löschen" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "%s löschen?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "Anmerkung löschen?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "Datenbank löschen?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "Datensatz löschen?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "Ebene löschen?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "Abfrage löschen?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "Report löschen?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Vorlage löschen?" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "Wirklich alle löschen?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Anmerkung löschen" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "Dashboard-Reiter löschen?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Datenbank löschen" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "E-Mail-Report löschen" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Abfrage löschen" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "Vorlage löschen" @@ -4527,100 +5777,95 @@ msgstr "" "Löschen Sie diesen Container und speichern Sie, um diese Nachricht zu " "entfernen." -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "%(num)d Anmerkung gelöscht" msgstr[1] "%(num)d Anmerkungen gelöscht" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "%(num)d Anmerkungebene gelöscht" msgstr[1] "%(num)d Anmerkungsebenen gelöscht" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "%(num)d Diagramm gelöscht" msgstr[1] "%(num)d Diagramme gelöscht" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "Gelöschte %(num)d CSS-Vorlage" msgstr[1] "Gelöschte %(num)d CSS-Vorlagen" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "%(num)d Dashboard gelöscht" msgstr[1] "%(num)d Dashboards gelöscht" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "Gelöschter %(num)d Datensatz" msgstr[1] "Gelöschte %(num)d Datensätze" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "%(num)d Report-Ausführungspläne gelöscht" msgstr[1] "%(num)d Report-Ausführungspläne gelöscht" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "%(num)d gespeicherte Abfrage gelöscht" msgstr[1] "%(num)d gespeicherte Abfragen gelöscht" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Gelöscht: %s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" +"Wenn Sie eine Registerkarte löschen, werden alle darin enthaltenen " +"Inhalte entfernt. Sie können diese Aktion immer noch rückgängig machen, " +"indem Sie die" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "Länge und Breite in einer Spalte mit Trennzeichen" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "Trennzeichen" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" -"Von der CSV-Datei verwendetes Trennzeichen (für Leerzeichen verwenden Sie" -" \\s+)." - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "Als Gruppe liefern" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "Zustellart" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "Übermittlungsmethode" @@ -4630,76 +5875,85 @@ msgstr "Demographische Daten" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "Dichte" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "Abhängig von" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 msgid "Deprecated" msgstr "Veraltet" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 +#: superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 +#: superset/connectors/sqla/views.py:491 superset/views/chart/mixin.py:80 +#: superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Beschreibung" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "Beschreibung (diese ist in der Liste zu sehen)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "Beschreibungsspalten" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "Beschreibungstext, der unter Ihrer Großen Zahl angezeigt wird" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "Alle abwählen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "Details zur Zertifizierung" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "Bestimmt, wie „Whisker“ und Ausreißer berechnet werden." -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" -msgstr "Bestimmt, ob dieses Dashboard in der Liste aller Dashboards sichtbar ist" +msgstr "" +"Bestimmt, ob dieses Dashboard in der Liste aller Dashboards sichtbar ist" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "Diamant" @@ -4707,103 +5961,157 @@ msgstr "Diamant" msgid "Did you mean:" msgstr "Meintest du:" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "Differenz" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "Dunkelgrau" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "Dimension" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "Dimension der x-Achse." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "Dimension der y-Achse." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "Dimensionen" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "Kraftbasierte Anordnung" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "Direktional" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "Deaktivieren von SQL Lab-Datenvorschau-Abfragen" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" +"Datenvorschau beim Abrufen von Tabellenmetadaten in SQL Lab deaktivieren. " +"Nützlich, um Probleme mit der Browserleistung bei der Verwendung von " +"Datenbanken mit sehr breiten Tabellen zu vermeiden." + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "Einbettung deaktivieren?" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 msgid "Disabled" msgstr "Deaktiviert" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "Änderungen verwerfen" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" +msgstr "Verwerfen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "Diskret" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "Anzeigename" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "Summe auf Spaltenebene anzeigen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "Anzeige-Konfiguration" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -"Zeigen Sie Metriken innerhalb jeder Spalte nebeneinander an, im Gegensatz" -" zur Darstellung einer Spalte je Metrik." +"Zeigen Sie Metriken innerhalb jeder Spalte nebeneinander an, im Gegensatz " +"zur Darstellung einer Spalte je Metrik." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "Summe auf Zeilenebene anzeigen" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "Darstellungs-Einstellungen" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "Gesamtsumme Zeile/Spalte anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " -"mapping relationships and showing which nodes are important in a network." -" Graph charts can be configured to be force-directed or circulate. If " -"your data has a geospatial component, try the deck.gl Arc chart." +"mapping relationships and showing which nodes are important in a network. " +"Graph charts can be configured to be force-directed or circulate. If your " +"data has a geospatial component, try the deck.gl Arc chart." msgstr "" "Zeigt Verbindungen zwischen Elementen in einer Graphstruktur an. " -"Nützlich, um Beziehungen abzubilden und zu zeigen, welche Knoten in einem" -" Netzwerk wichtig sind. Graphen-Diagramme können so konfiguriert werden, " +"Nützlich, um Beziehungen abzubilden und zu zeigen, welche Knoten in einem " +"Netzwerk wichtig sind. Graphen-Diagramme können so konfiguriert werden, " "dass sie kraftgesteuert sind oder zirkulieren. Wenn Ihre Daten über eine " "Geodatenkomponente verfügen, versuchen Sie es mit dem deck.gl Arc-" "Diagramm." -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "Verteilen über" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "Verteilung" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Verteilung - Balkendiagramm" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "Trenner" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "Donut oder Torten-Diagramm?" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "Dokumentation" @@ -4811,202 +6119,255 @@ msgstr "Dokumentation" msgid "Domain" msgstr "Wertebereich" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Nicht aktualisieren" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 msgid "Donut" msgstr "Donut" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +msgid "Dotted" +msgstr "Gepunktet" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "Herunterladen" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "Herunterladen als Bild" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "Als CSV herunterladen" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "Entwurf" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" +"Ziehen Sie Komponenten und Diagramme per Drag & Drop auf das Dashboard" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "Ziehen Sie Komponenten per Drag & Drop auf diese Registerkarte" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." -msgstr "Zeichnen Sie eine Markierung auf Datenpunkten. Gilt nur für Linientypen." +msgstr "" +"Zeichnen Sie eine Markierung auf Datenpunkten. Gilt nur für Linientypen." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "Zeichnen Sie den Bereich unter Kurven. Gilt nur für Linientypen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" -msgstr "Linie von Torte zur Beschriftung ziehen, wenn Beschriftungen außerhalb?" +msgstr "" +"Linie von Torte zur Beschriftung ziehen, wenn Beschriftungen außerhalb?" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "Zeichnen von Trennlinien für kleinere Achsenteilstriche" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "Geteilten Linien für kleinere Ticks der y-Achse zeichnen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" -msgstr "Legen Sie hier eine Spalte ab oder klicken Sie" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "Ins-Detail-Zoomen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" -msgstr "Legen Sie hier eine Spalte/Metrik ab oder klicken Sie" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "Heinzoomem ist für diesen Datenpunkt nicht verfügbar" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" +"Das Ins-Detail-Zoomen (Drilldown) nach Wert wird für diesen Diagrammtyp " +"noch nicht unterstützt." + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, python-format +msgid "Drill by: %s" +msgstr "Hineinzogen nach %s" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "Ins-Detail-Zoomen" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "Zu Detail zoomen anhand" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" +"Das Ins-Detail-Zoomen (Drilldown) nach Wert wird für diesen Diagrammtyp " +"noch nicht unterstützt." + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" +"Das Zu-Detail-Zoomen (Drilldown) ist deaktiviert, da dieses Diagramm " +"Daten nicht nach Dimensionswert gruppiert." + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "Zu Detail zoomen: %s" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "Legen Sie hier eine Spalte ab oder klicken Sie" +msgstr[1] "Legen Sie hier Spalten ab oder klicken Sie" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "Legen Sie hier eine Spalte/Metrik ab oder klicken Sie" +msgstr[1] "Legen Sie hier eine Spalten/Metriken ab oder klicken Sie" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" +msgstr "Legen Sie hier eine Spalte ab oder klicken Sie" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 msgid "Drop column here" -msgstr "Spalte hierhin ziehen und ablegen" +msgid_plural "Drop columns here" +msgstr[0] "Spalte hierhin ziehen und ablegen" +msgstr[1] "Spalten hierhin ziehen und ablegen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 msgid "Drop column or metric here" -msgstr "Spalte oder Metrik hier ablegen" +msgid_plural "Drop columns or metrics here" +msgstr[0] "Spalte oder Metrik hier ablegen" +msgstr[1] "Spalten oder Metriken hier ablegen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 msgid "Drop columns here" msgstr "Spalten hier ablegen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 msgid "Drop columns or metrics here" msgstr "Spalten oder Metriken hierhin ziehen und ablegen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 msgid "Drop columns/metrics here or click" msgstr "Spalten/Metriken hierhin ziehen und ablegen oder klicken" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 msgid "Drop temporal column here" msgstr "Temporale Spalte hier ablegen" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Druid Cluster" - -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Druid Datenquelle" - -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Druid Datenquellen" - -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" -"Druid unterstützt die Standardauthentifizierung. Siehe " -"[auth](http://druid.io/docs/latest/design/auth.html) und druid-basic-" -"security extension" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 msgid "Dual Line Chart" msgstr "Doppelliniendiagramm" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "Duplizieren" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "Doppelte Spaltenname(n): %(columns)s" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" "Doppelte Spalten-/Metrikbeschriftungen: %(labels)s. Bitte stellen Sie " -"sicher, dass alle Spalten und Metriken eine eindeutige Beschriftung " -"haben." +"sicher, dass alle Spalten und Metriken eine eindeutige Beschriftung haben." + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +msgid "Duplicate dataset" +msgstr "Datensatz duplizieren" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "Registerkarte duplizieren" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Dauer" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" -"Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database. " +"A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" "Dauer (in Sekunden) des Caching-Timeouts für Diagramme dieser Datenbank. " -"Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass" -" standardmäßig das globale Timeout verwendet wird, wenn es nicht " -"definiert ist." +"Ein Timeout von 0 gibt an, dass der Cache nie abläuft, und -1 umgeht den " +"Cache. Beachten Sie, dass standardmäßig das globale Timeout verwendet " +"wird, wenn kein Wert definiert wurde." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database. " +"A timeout of 0 indicates that the cache never expires. Note this defaults " +"to the global timeout if undefined." msgstr "" -"Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Beachten " -"Sie, dass standardmäßig das Timeout des Datensatzes verwendet wird, wenn " -"es nicht definiert ist." +"Dauer (in Sekunden) des Caching-Timeouts für Diagramme dieser Datenbank. " +"Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass " +"standardmäßig das globale Timeout verwendet wird, wenn es nicht definiert " +"ist." -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" "Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Beachten " -"Sie, dass standardmäßig das Datenquellen-/Tabellentimeout verwendet wird," -" wenn es nicht definiert ist." - -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" -"Dauer (in Sekunden) des Caching-Timeouts für diesen Cluster. Ein Timeout " -"von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass " -"standardmäßig das globale Timeout verwendet wird, wenn es nicht definiert" -" ist." +"Sie, dass standardmäßig das Datenquellen-/Tabellentimeout verwendet wird, " +"wenn es nicht definiert ist." -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to " +"bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -"Dauer (in Sekunden) des Caching-Timeouts für diese Datenquelle. Ein " -"Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass " -"standardmäßig das Clustertimeout verwendet wird, wenn es nicht definiert " -"ist." +"Dauer (in Sekunden) des Caching-Timeouts für dieses Diagramm. Setzen Sie " +"diesen auf -1 um das Coaching zu umgehen. Beachten Sie, dass " +"standardmäßig das Timeout des Datensatzes verwendet wird, wenn kein Wert " +"definiert wurde." -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" -"Duration (in seconds) of the caching timeout for this table. A timeout of" -" 0 indicates that the cache never expires. Note this defaults to the " +"Duration (in seconds) of the caching timeout for this table. A timeout of " +"0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" "Dauer (in Sekunden) des Caching-Timeouts für diese Tabelle. Ein Timeout " @@ -5014,133 +6375,151 @@ msgstr "" "standardmäßig das Datenbanktimeout verwendet wird, wenn es nicht " "definiert ist." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" -"Duration (in seconds) of the metadata caching timeout for schemas of this" -" database. If left unset, the cache never expires." +"Duration (in seconds) of the metadata caching timeout for schemas of this " +"database. If left unset, the cache never expires." msgstr "" "Dauer (in Sekunden) des Cache-Timeouts für Diagramme dieser Datenbank. " -"Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass" -" standardmäßig der globale Timeout verwendet wird, wenn keiner definiert " +"Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass " +"standardmäßig der globale Timeout verwendet wird, wenn keiner definiert " "ist." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -"Dauer (in Sekunden) der Caching-Zeitdauer für Diagramme dieser Datenbank." -" Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, " -"dass standardmäßig der globale Timeout verwendet wird, wenn keiner " -"definiert ist. " +"Dauer (in Sekunden) der Caching-Zeitdauer für Diagramme dieser Datenbank. " +"Ein Timeout von 0 gibt an, dass der Cache nie abläuft. Beachten Sie, dass " +"standardmäßig der globale Timeout verwendet wird, wenn keiner definiert " +"ist. " -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "Dauer in ms (1,40008 => 1ms 400μs 80ns)" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "Dauer in ms (100,40008 => 100ms 400μs 80ns)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "Dauer in ms (66000 => 1m 6s)" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "Laufzeit: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "Dynamische Aggregationsfunktion" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "Alle Filterwerte dynamisch durchsuchen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "ECharts" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "EMAIL_REPORTS_CTA" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "ENDE (EXKLUSIV)" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +msgid "ERROR" +msgstr "FEHLER" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "FEHLER: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "Kantenlänge" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "Kantenlänge zwischen Knoten" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "Kantensymbole" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "Kantenbreite" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Bearbeiten" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "Alarm bearbeiten" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "Anmerkungen bearbeiten" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "Anmerkungsebene bearbeiten" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "CSS bearbeiten" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "CSS Vorlagen bearbeiten" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "CSS Vorlagen" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Diagramm bearbeiten" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +msgid "Edit Chart Properties" +msgstr "Diagrammeigenschaften bearbeiten" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Spalte bearbeiten" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "Dashboard bearbeiten" @@ -5148,35 +6527,15 @@ msgstr "Dashboard bearbeiten" msgid "Edit Database" msgstr "Datenbank bearbeiten" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Datensatz bearbeiten " -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Druid Cluster bearbeiten" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Druid Spalte bearbeiten" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Druid Datenquelle bearbeiten" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Druid Metric bearbeiten" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "E-Mail-Bericht bearbeiten" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "Protokoll bearbeiten" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Metrik bearbeiten" @@ -5184,57 +6543,62 @@ msgstr "Metrik bearbeiten" msgid "Edit Plugin" msgstr "Plugin bearbeiten" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "Report bearbeiten" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "Sicherheitsfilter auf Zeilenebene bearbeiten" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "Gespeicherte Abfrage bearbeiten" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Tabelle bearbeiten" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Anmerkung bearbeiten" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "Anmerkungsebene bearbeiten" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Eigenschaften der Anmerkungsebene bearbeiten" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:311 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:314 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +msgid "Edit chart" +msgstr "Diagramm bearbeiten" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "Diagrammeigenschaften bearbeiten" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "Dashboard bearbeiten" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "Dashboardeigenschaften bearbeiten" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Datenbank bearbeiten" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "Datensatz bearbeiten" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "E-Mail-Report bearbeiten" @@ -5242,52 +6606,58 @@ msgstr "E-Mail-Report bearbeiten" msgid "Edit formatter" msgstr "Formatierer bearbeiten" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "Eigenschaften bearbeiten" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "Abfrage bearbeiten" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Vorlage bearbeiten" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "Vorlagenparameter bearbeiten" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +msgid "Edit the dashboard" +msgstr "Dashboard bearbeiten" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "Zeitraum bearbeiten" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Bearbeitet" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "Bearbeiten von einem Filter:" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "Filterguppe bearbeiten:" -#: superset/errors.py:111 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "Entweder ist die Datenbank falsch geschrieben oder existiert nicht." -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 +#: superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" "Entweder der Benutzer*innenname \"%(username)s\" oder das Passwort ist " "falsch." -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " @@ -5296,40 +6666,41 @@ msgstr "" "Entweder der Benutzer*innenname \"%(username)s\", das Kennwort oder der " "Datenbankname \"%(database)s\" ist falsch." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "Entweder der Benutzername oder das Kennwort ist falsch." - -#: superset/errors.py:110 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "Entweder der Benutzer*innenname oder das Kennwort ist falsch." -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "E-Mail Format" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" +msgstr "Höhendaten" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "E-Mail-Reporte aktiv" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" -msgstr "Ziel ausgeben" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" +msgstr "Einbetten" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" -msgstr "Dashboard-Querfilter ausgeben" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "Code einbetten" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." -msgstr "Geben Sie Dashboard-Querfilter aus." +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +msgid "Embed dashboard" +msgstr "Dashboard einbetten" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" -msgstr "Ausgegebene Werte" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "Einbetten deaktiviert." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" +msgstr "Filterereignisse ausgeben" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "Hervorhebung" @@ -5337,7 +6708,7 @@ msgstr "Hervorhebung" msgid "Employment and education" msgstr "Beschäftigung und Bildung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "Leerer Kreis" @@ -5345,24 +6716,51 @@ msgstr "Leerer Kreis" msgid "Empty collection" msgstr "Leere Sammlung" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +msgid "Empty column" +msgstr "Leere Spalte" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "Leeres Abfrageergebnis" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "Leere Abfrage?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "Leere Zeile" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" +"Aktivieren Sie \"Datei-Uploads in Datenbank zulassen\" in den " +"Einstellungen einer beliebigen Datenbank" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "Filterauswahl aktivieren" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "Kreuzfilterung aktivieren" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "Aktivieren von Steuerelementen für das Zoomen von Daten" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "Einbettung aktivieren" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "Prognose aktivieren" @@ -5371,49 +6769,63 @@ msgstr "Prognose aktivieren" msgid "Enable forecasting" msgstr "Aktivieren von Prognosen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "Graph-Roaming aktivieren" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "Aktivieren des Ziehens von Knoten" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "Abfragekostenschätzung aktivieren" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" "Aktivieren der serverseitigen Paginierung der Ergebnisse (experimentelle " "Funktion)" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" -"Encountered invalid NULL spatial entry," -" please consider filtering those " -"out" +"Encountered invalid NULL spatial " +"entry, please consider filtering " +"those out" msgstr "" "Ungültiger räumlicher NULL-Eintrag gefunden, bitte erwägen Sie, diese " "herauszufiltern" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "Ende" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "Ende (Längengrad, Breitengrad): " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "Ende Längen- und Breitengrad" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "Bis Zeit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "Endwinkel" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "End date" +msgstr "Enddatum" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "Enddatum aus dem Zeitraum ausgeschlossen" @@ -5421,24 +6833,19 @@ msgstr "Enddatum aus dem Zeitraum ausgeschlossen" msgid "End date must be after start date" msgstr "‚Von Datum' kann nicht größer als ‚Bis Datum' sein" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" "Die Engine-Spezifikation \"%(engine)s\" unterstützt keine Konfiguration " "über Parameter." -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "Engine \"%(engine)s\" ist keine gültige Engine." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "Engine-Parameter" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." @@ -5446,80 +6853,101 @@ msgstr "" "Die Engine-Spezifikation \"%(engine_spec)s\" unterstützt keine " "Konfiguration über einzelne Parameter." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "Geben Sie CA_BUNDLE ein" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" +msgstr "Primäre Anmeldeinformationen eingeben" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "Geben Sie ein Trennzeichen für diese Daten ein" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "Geben Sie einen neuen Titel für die Registerkarte ein" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "Geben Sie einen neuen Titel für die Registerkarte ein" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "Dauer in Sekunden eingeben" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "Vollbild öffnen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" +"Geben Sie die erforderlichen %(dbModelName)s Anmeldeinformationen ein." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "Element" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "Entitäts-ID" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "Gleiche Datumsgrößen" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "Ist gleich (==)" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 msgid "Error" msgstr "Fehler" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "Fehlermeldung" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "Fehler im Jinja-Ausdruck in HAVING-Klausel: %(msg)s" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "Fehler im Jinja-Ausdruck in RLS-Filtern: %(msg)s" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "Fehler im Jinja-Ausdruck in WHERE-Klausel: %(msg)s" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "Fehler im Jinja-Ausdruck im Fetch Values-Prädikat: %(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" "Fehler beim Laden von Diagrammdatenquellen. Filter funktionieren " "möglicherweise nicht ordnungsgemäß." -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "Fehlermeldung" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 msgid "Error while fetching charts" @@ -5530,40 +6958,59 @@ msgstr "Fehler beim Abrufen von Diagrammen" msgid "Error while fetching data: %s" msgstr "Fehler beim Abrufen von Daten: %s" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Fehler bei Anzeige der virtuellen Datensatzabfrage: %(msg)s" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "Fehler: %(error)s" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "Fehler: %(msg)s" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "Fehler: Permalink-Status nicht gefunden" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "Kosten schätzen" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "Schätze Kosten für ausgewählte Abfragen" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "Schätzen der Kosten vor dem Ausführen einer Abfrage" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +msgid "Event" +msgstr "Ereignis" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "Ereignisablauf" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 msgid "Event Names" msgstr "Ereignisnamen" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "Ereignisdefinition" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "Ereignisablauf" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "Spalte \"Ereigniszeit\"" @@ -5573,23 +7020,23 @@ msgstr "Jeden" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "Entwicklung" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "Genau" @@ -5601,35 +7048,29 @@ msgstr "Genau" msgid "Example" msgstr "Beispiel" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "Beispiel-%(tableName)s werden hier angezeigt" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "Beispiele" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "Excel-Datei" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" -"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" -" database \"%(db_name)s\"" +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" msgstr "" "Excel-Datei \"%(excel_filename)s\" in Tabelle \"%(table_name)s\" in " "Datenbank \"%(db_name)s\" hochgeladen" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "Excel-zu-Datenbank-Konfiguration" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "Auswahlwerte ausschließen" @@ -5637,35 +7078,68 @@ msgstr "Auswahlwerte ausschließen" msgid "Executed SQL" msgstr "Ausgeführtes SQL" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "Ausgeführte Abfrage" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "Ausführungs-ID" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "Aktionsprotokoll" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +msgid "Existing dataset" +msgstr "Vorhandener Datensatz" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "Vollbildanzeige beenden" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "Erweitern" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "Alle aufklappen" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "Datenbereich erweitern" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "Zeile erweitern" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "Tabellenvorschau erweitern" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "Werkzeugleiste erweitern" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" +"Erwartet eine Formel mit abhängigem Zeitparameter 'x'\n" +" in Millisekunden seit Startzeit der UNIX-Zeit (epoch). mathjs " +"wird verwendet, um die Formeln auszuwerten.\n" +" Beispiel: '2x+5'" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5675,110 +7149,119 @@ msgstr "Werkzeugleiste erweitern" msgid "Experimental" msgstr "Experimentell" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "Erkunden" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "Erkunden - %(table)s" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "In Superset erkunden" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "Untersuchen der Ergebnismenge in der Datenexplorations-Ansicht" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "Export" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "Exportieren als CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "Dashboards exportieren?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "Vollständige CSV-Datei exportieren" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 msgid "Export query" msgstr "Abfrage exportieren" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" -msgstr "Exportieren als CSV" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" +msgstr "Export nach .CSV" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" -msgstr "Exportieren als JSON" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Export to .JSON" +msgstr "Exportieren nach . JSON" -#: superset/views/base.py:538 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +msgid "Export to Excel" +msgstr "Exportieren nach Excel" + +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Exportieren als YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "Als YAML exportieren?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "Export in vollständiges . .CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "Export in das ursprüngliche .CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "Export in das pivotierte .CSV" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "Datenbank in SQL Lab verfügbar machen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Verfügbarmachen in SQL Lab" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "Diese Datenbank in SQL Lab verfügbar machen" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Ausdruck" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Extra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "Zusätzliche Bedienelemente" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "Zusätzliche Parameter" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "Zusätzliche Daten für JS" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " -"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," -" \"details\": \"This table is the source of truth.\" }, " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", " +"\"details\": \"This table is the source of truth.\" }, " "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" "Zusätzliche Daten zum Angeben von Tabellenmetadaten. Unterstützt derzeit " @@ -5786,16 +7269,17 @@ msgstr "" "Platform Team\", \"details\": \"This table is the source of truth.\" }, " "\"warning_markdown\": \"This is a warning.\" } `." -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 +#: superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "Zusätzliches Feld kann nicht durch JSON decodiert werden. %(msg)s" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "Zusätzliche Parameter für die Verwendung in Jinja-Vorlagenabfragen" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" @@ -5803,9 +7287,14 @@ msgstr "" "Zusätzliche Parameter, die Plugins für die Verwendung in Jinja-Template-" "Abfragen festlegen können" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" -msgstr "Zusätzliche URL-Parameter für die Verwendung in Jinja-Vorlagenabfragen" +msgstr "" +"Zusätzliche URL-Parameter für die Verwendung in Jinja-Vorlagenabfragen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "extrudiert" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" @@ -5815,44 +7304,73 @@ msgstr "FEB" msgid "FRI" msgstr "FR" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Factor" msgstr "Faktor" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "Faktor, mit dem die Metrik multipliziert wird" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "Fehlschlagen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "Fehlgeschlagen" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Fehler beim Abrufen der Ergebnisse" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "Fehler beim Beenden der Abfrage. %s" -#: superset/errors.py:138 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "Bericht konnte nicht erstellt werden" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "Fehler beim Ausführen %(query)s" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "Diagrammdaten konnten nicht geladen werden" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "Diagrammdaten konnten nicht geladen werden." + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "Fehler beim Abrufen des erweiterten Typs" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "Remoteabfrage für einen Worker konnte nicht gestartet werden." +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "Fehler beim Aktualisieren des Berichts" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "Auswahloptionen konnten nicht überprüft werden: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "Favoriten" @@ -5864,34 +7382,35 @@ msgstr "Favoriten" msgid "February" msgstr "Februar" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "Werte abrufen von" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "Werte-Prädikate abrufen" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "Datenvorschau abrufen" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "%s abgerufen" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "Wird abgerufen" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "Das Feld kann nicht durch JSON decodiert werden. %(json_error)s" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "Das Feld kann nicht durch JSON decodiert werden. %(msg)s" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "Dieses Feld ist erforderlich" @@ -5899,130 +7418,167 @@ msgstr "Dieses Feld ist erforderlich" msgid "File" msgstr "Datei" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "Füllfarbe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" "Füllen Sie alle erforderlichen Felder aus, um \"Standardwert\" zu " "aktivieren" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "Füll-Methode" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" +msgstr "Gefüllt" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "Filter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "Filterkonfiguration" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "Filterliste" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "Filtereinstellungen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "Filtertyp" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "Filterkomponente" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +msgid "Filter charts" +msgstr "Diagramme filtern" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Filterkonfiguration" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "Filterkonfiguration für die Filterkomponente" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "Filter hat den Standardwert" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "Filter ist hierarchisch" +#: superset-frontend/src/components/Table/index.tsx:197 +msgid "Filter menu" +msgstr "Filter-Menü" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" "Filtern Sie Metadaten, die im Dashboard geändert wurden. Wird nicht " "angewendet." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Tabellenname" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "" +"Filter only displays values relevant to selections made in other filters." +msgstr "" +"Filter zeigt nur Werte an, die für die Auswahl in anderen Filtern " +"relevant sind." + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "Ergebnisse filtern" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "Filtergruppe bereits vorhanden" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "Filtergruppe mit diesem Namen existiert bereits" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "Filtergruppen (%(filterSetCount)d)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "Filter Typ" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "Filterwert (Groß-/Kleinschreibung beachten)" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "Filterwert ist erforderlich" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "Filterwertliste darf nicht leer sein" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Filtern Sie Ihre Diagramme" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Filterbar" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "Filter" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "Filter (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "Nach Spalten filtern" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "Nach Metriken filtern" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "Filterkonfiguration" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "Filter-Konfiguration und Bereichsdefinition" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "Filter außerhalb des Gültigkeitsbereichs (%d)" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -6030,8 +7586,8 @@ msgid "" "example, if a table has three filters, of which two are for departments " "Finance and Marketing (group key = 'department'), and one refers to the " "region Europe (group key = 'region'), the filter clause would apply the " -"filter (department = 'Finance' OR department = 'Marketing') AND (region =" -" 'Europe')." +"filter (department = 'Finance' OR department = 'Marketing') AND (region = " +"'Europe')." msgstr "" "Filter mit demselben Gruppenschlüssel werden innerhalb der Gruppe ODER-" "verknüpft, während verschiedene Filtergruppen zusammen UND-verknüpft " @@ -6039,17 +7595,21 @@ msgstr "" "behandelt, d.h. nicht gruppiert. Wenn eine Tabelle beispielsweise drei " "Filter hat, von denen zwei für die Abteilungen Finanzen und Marketing " "(Gruppenschlüssel = 'Abteilung') sind und einer sich auf die Region " -"Europa bezieht (Gruppenschlüssel = 'Region'), würde die Filterklausel den" -" Filter anwenden (Abteilung = 'Finanzen' ODER Abteilung = 'Marketing') " -"UND (Region = 'Europa')." +"Europa bezieht (Gruppenschlüssel = 'Region'), würde die Filterklausel den " +"Filter anwenden (Abteilung = 'Finanzen' ODER Abteilung = 'Marketing') UND " +"(Region = 'Europa')." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "Fertigstellen" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "Erste" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" @@ -6057,7 +7617,7 @@ msgstr "" "Trendlinie auf den angegebenen vollen Zeitbereich fixieren, falls " "gefilterte Ergebnisse nicht das Start- oder Enddatum enthalten" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "Auf ausgewählten Zeitraum fixieren" @@ -6065,46 +7625,63 @@ msgstr "Auf ausgewählten Zeitraum fixieren" msgid "Fixed" msgstr "Fixiert" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "Fixierte Farbe" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "Fixierte Farbe" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "Fester Punktradius" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "Fluss" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "Schriftgröße" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" -msgstr "Schriftgröße für Achsenbeschriftungen, Detailwerte und andere Textelemente" +msgstr "" +"Schriftgröße für Achsenbeschriftungen, Detailwerte und andere Textelemente" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "Schriftgröße für den größten Wert in der Liste" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "Schriftgröße für den kleinsten Wert in der Liste" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" "Für Presto und Postgres wird ein Buttons angezeigt, um Kosten vor dem " "Ausführen einer Abfrage zu schätzen." -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "Weitere Anweisungen finden Sie in der" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" +"Weitere Informationen zu Objekten im Kontext dieser Funktion finden Sie " +"im Abschnitt" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " @@ -6115,23 +7692,28 @@ msgstr "" "Filter NICHT angewendet wird, z. B. Admin, wenn Admin alle Daten sehen " "soll." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "Kraft" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -"Erzwingen Sie, dass alle Tabellen und Ansichten in diesem Schema erstellt" -" werden, wenn Sie in SQL Lab auf CTAS oder CVAS klicken." +"Erzwingen Sie, dass alle Tabellen und Ansichten in diesem Schema erstellt " +"werden, wenn Sie in SQL Lab auf CTAS oder CVAS klicken." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" +msgstr "Datumsformat erzwingen" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "Aktualisierung erzwingen" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "Aktualisierung der Schemaliste erzwingen" @@ -6139,41 +7721,80 @@ msgstr "Aktualisierung der Schemaliste erzwingen" msgid "Force refresh table list" msgstr "Aktualisierung erzwingen" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "Kraftgesteuerter Graph" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "Prognosezeiträume" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "Fremdschlüssel" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +msgid "Forest Green" +msgstr "Waldgrün" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" +"Formulardaten nicht im Cache gefunden, es wird auf Diagramm-Metadaten " +"zurückgesetzt." + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" +"Formulardaten nicht im Cache gefunden. Es wird auf Datensatz-Metadaten " +"zurückgesetzt." + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 msgid "Formattable" msgstr "Formattabelle" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "Formatierte CSV-Datei in E-Mail angehängt" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" +msgstr "Formatiertes Datum" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" +msgstr "Formatierter Wert" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" +msgstr "Formatierung" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "Formel" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" +msgstr "Vorwärtsinterpolation" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "Ungültige Order-By-Optionen gefunden" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "Nachkommastellen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 msgid "Frequency" msgstr "Häufigkeit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 msgid "Friction" msgstr "Reibung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "Reibung zwischen Knoten" @@ -6181,34 +7802,65 @@ msgstr "Reibung zwischen Knoten" msgid "Friday" msgstr "Freitag" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "‚Von Datum' kann nicht größer als ‚Bis-Datum' sein" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +msgid "Full name" +msgstr "Vollständiger Name" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "Trichterdiagramm" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "Weitere Anpassungen der Anzeige der Spaltenanzeige" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" -msgstr "Passen Sie weiter an, wie die einzelnen Metriken angezeigt werden sollen" +msgstr "" +"Passen Sie weiter an, wie die einzelnen Metriken angezeigt werden sollen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "Gruppieren nach" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "Tachometerdiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "Allgemein" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "Link wird generiert, bitte warten." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" +msgstr "Generisches Diagramm" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "Räumlich" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "GeoJson-Spalte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "GeoJson-Einstellungen" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "Geo Hashing" @@ -6221,27 +7873,53 @@ msgstr "Das letzte Datum anhand der Datumseinheit anfordern." msgid "Get the specify date for the holiday" msgstr "Abrufen des angegebenen Datums für den Feiertag" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" +"Gehen Sie in den Bearbeitungsmodus, um das Dashboard zu konfigurieren und " +"Diagramme hinzuzufügen" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "Gold" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "Google Tabellen-Name und URL" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "Kulanzzeit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 msgid "Graph Chart" msgstr "Graphen-Diagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "Graph-Layout" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "Anziehungskraft" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "Größer oder gleich (>=)" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "Größer als (>)" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "Raster" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "Rastergröße" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "Gruppieren nach" @@ -6250,27 +7928,32 @@ msgstr "Gruppieren nach" msgid "Group By filter plugin" msgstr "Gruppieren nach Filter-Plugin" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "„Gruppieren nach\" und \"Spalten\" dürfen sich nicht überlappen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "Group By, Metriken oder Prozentmetriken müssen einen Wert haben" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Gruppieren nach" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Gruppierbar" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "Handlebars" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" +msgstr "Handlebars-Vorlage" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." @@ -6279,45 +7962,75 @@ msgstr "" "angewendet, wenn die Normalisierung auf die gesamte Heatmap angewendet " "wird." +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +msgid "Has created by" +msgstr "Hat „Erstellt von“" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "Header" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "Kopfzeile" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Heatmap" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "Heatmap-Optionen" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "Höhe" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "Höhe der Sparkline" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "Linie ausblenden" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +msgid "Hide chart description" +msgstr "Diagrammbeschreibung ausblenden" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "Ebene verstecken" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +msgid "Hide password." +msgstr "Passwort ausblenden." + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "Werkzeugleiste ausblenden" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "Blendet die Linie für die Zeitreihe aus" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "Hierarchie" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Histogramm" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Startseite" @@ -6325,52 +8038,62 @@ msgstr "Startseite" msgid "Horizon Chart" msgstr "Horizont-Diagramm" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "Horizontdiagramme" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "Horizontal" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "Horizontal (oben)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "Horizontale Ausrichtung" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "Host" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "Hostname oder IP-Adresse" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "Stunde" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format msgid "Hours %s" msgstr "Stunden %s" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "Stunden-Versatz" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" -msgstr "Wie möchten Sie die Anmeldeinformationen für das Dienstkonto eingeben?" +msgstr "" +"Wie möchten Sie die Anmeldeinformationen für das Dienstkonto eingeben?" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "Dauer, die diese Protokolle für diesen Alarm aufbewahrt werden" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "Anzahl Buckets, in die Daten gruppiert werden sollen." #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "Wie viele Perioden in der Zukunft sollen prognostiziert werden" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " @@ -6378,127 +8101,130 @@ msgid "" msgstr "" "So zeigen Sie Zeitverschiebungen an: als einzelne Linien; als absolute " "Differenz zwischen der Hauptzeitreihe und jeder Zeitverschiebung; als " -"prozentuale Veränderung; oder wenn sich das Verhältnis zwischen Reihe und" -" Zeit verschiebt." +"prozentuale Veränderung; oder wenn sich das Verhältnis zwischen Reihe und " +"Zeit verschiebt." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "Riesig" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "ISO-3166-2-Codes" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "ISO 8601" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "ID" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "ID des Stammknotens der Struktur." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " "Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." +"service account, but impersonate the currently logged on user via hive." +"server2.proxy.user property." msgstr "" "Für Presto oder Trino werden alle Abfragen in SQL Lab mit aktuell " "angemeldeter Benutzer*in ausgeführt, der über die Berechtigung zum " "Ausführen verfügen muss. Für Hive und falls hive.server2.enable.doAs " "aktiviert sind, werden die Abfragen über das Service-Konto ausgeführt, " -"die Identität der aktuell angemeldeten Benutzer*in jedoch über die " -"hive.server2.proxy.user-Eigenschaft berücksichtigt." +"die Identität der aktuell angemeldeten Benutzer*in jedoch über die hive." +"server2.proxy.user-Eigenschaft berücksichtigt." -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " "Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." +"service account, but impersonate the currently logged on user via hive." +"server2.proxy.user property." msgstr "" "Für Presto werden alle Abfragen in SQL Lab als aktuell angemeldete " "Benutzer*in ausgeführt, der über die Berechtigung zum Ausführen verfügen " "muss.
Für Hive und falls hive.server2.enable.doAs aktiviert sind, " -"werden die Abfragen als Dienstkonto ausgeführt, die Identität der aktuell" -" angemeldeten Benutzer*in erfolgt jedoch über die hive.server2.proxy" -".user-Eigenschaft." +"werden die Abfragen als Dienstkonto ausgeführt, die Identität der aktuell " +"angemeldeten Benutzer*in erfolgt jedoch über die hive.server2.proxy.user-" +"Eigenschaft." + +#: superset/views/database/forms.py:164 +msgid "If Table Already Exists" +msgstr "Wenn Tabelle bereits vorhanden ist" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "" +"If a metric is specified, sorting will be done based on the metric value" msgstr "" -"Wenn eine Metrik angegeben wird, erfolgt die Sortierung basierend auf dem" -" Metrikwert" +"Wenn eine Metrik angegeben wird, erfolgt die Sortierung basierend auf dem " +"Metrikwert" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " -msgstr "Wenn aktiviert, können Sie das " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1, " +"X.2 ...X.x\"" +msgstr "" +"Wenn doppelte Spalten nicht überschrieben werden, werden sie als \"X.1, " +"X.2 ... X.x\" dargestellt" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" "Falls ausgewählt, legen Sie bitte die Schemata fest, die für den CSV-" "Upload in Extra zulässig sind." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" -"Falls ausgewählt, legen Sie bitte die Schemata fest, die für den " -"Datenupload in Extra zulässig sind." - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop" -" and recreate table) or Append (insert data)." +"If table exists do one of the following: Fail (do nothing), Replace (drop " +"and recreate table) or Append (insert data)." msgstr "" "Wenn eine Tabelle vorhanden ist, soll folgendes passieren: Fehlschlagen " "(Nichts tun), Ersetzen (Tabelle löschen und neu erstellen) oder Anhängen " "(Daten einfügen)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" -msgstr "" -"Wenn Sie eine andere Zielspalte als die ursprüngliche Spalte angeben " -"möchten, können Sie diese hier eingeben" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" +msgstr "Cache beim Generieren eines Screenshots ignorieren" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "Angesetzte (Null) Örtlichkeiten ignorieren" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "Zeit ignorieren" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "Bild (PNG) in E-Mail eingebettet" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." -msgstr "Bilddownload fehlgeschlagen, bitte aktualisieren und erneut versuchen." +msgstr "" +"Bilddownload fehlgeschlagen, bitte aktualisieren und erneut versuchen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" "Identität von angemeldeter Benutzer*in annehmen (Presto, Trino, Drill & " "Hive)" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "Identität von angemeldeter Benutzer*in annehmen" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Importieren" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Importiere %s" @@ -6507,19 +8233,19 @@ msgstr "Importiere %s" msgid "Import Dashboard(s)" msgstr "Dashboards importieren" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Dashboards importieren" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "Tabellendefinition importieren" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "Fehler beim Importieren des Diagramms aus unbekanntem Grund" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "Diagramm importieren" @@ -6527,28 +8253,28 @@ msgstr "Diagramm importieren" msgid "Import dashboard failed for an unknown reason" msgstr "Import-Dashboard aus unbekanntem Grund fehlgeschlagen" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Dashboards importieren" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "Fehler beim Importieren der Datenbank aus unbekanntem Grund" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" -msgstr "Datenbank importieren" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" +msgstr "Datenbank aus Datei importieren" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "Fehler beim Importieren des Datasatzes aus unbekanntem Grund" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "Datensätze importieren" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "Abfragen importieren" @@ -6558,7 +8284,7 @@ msgstr "" "Der Import der gespeicherten Abfrage ist aus einem unbekannten Grund " "fehlgeschlagen." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." @@ -6567,113 +8293,119 @@ msgstr "" "Entitäts-ID sortiert ist, da sonst nicht garantiert ist, dass alle " "Ereignisse für jede Entität zurückgegeben werden." -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +msgid "In" +msgstr "in" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" -msgstr "Serien einschließen" +msgstr "Zeitreihen einschließen" + +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" +"Fügen Sie eine Beschreibung hinzu, die mit Ihrem Bericht gesendet wird" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" -msgstr "Seriennamen als Achse einschließen" +msgstr "Zeitreihennamen als Achse einschließen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 msgid "Include time" msgstr "Zeit einschließen" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Inkompatible Filter (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "Falsche Felder" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" +msgstr "Index" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "Index Spalte" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "Datumszeitformat ableiten" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "Info" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "Innenradius" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "Innerer Radius des Donutlochs" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" -msgstr "Das Eingabefeld unterstützt benutzerdefinierte Drehung. z.B. 30 für 30°" +msgstr "" +"Das Eingabefeld unterstützt benutzerdefinierte Drehung. z.B. 30 für 30°" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "Sofortige Filterung" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" -"Anleitungen zum Hinzufügen eines Datensatz finden Sie im Superset-" -"Tutorial." - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "Intensität" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "Automatisches Interpretieren des Datumzeit-Formats" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "Automatisches Interpretieren des Datumzeit-Formats" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +msgid "Interval" +msgstr "Intervall" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "Spalte \"Intervallende\"" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "Intervallgrenzen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "Intervallfarben" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "Spalte \"Intervallstart\"" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 msgid "Intervals" msgstr "Intervalle" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "Ungültiges JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "Ungültige Port-Nummer" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" -msgstr "Ungültige Kontoinformationen" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "Ungültiger erweiterter Datentyp: %(advanced_data_type)s" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "Ungültiges Zertifikat" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -6682,158 +8414,200 @@ msgstr "" "normalerweise:\n" "\"DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME\"" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge folgt " -"normalerweise: driver://user:password@database-host/database-name" +"normalerweise: treiber://konto:passwort@datenbank-host/datenbank-name" #: superset/views/database/validators.py:40 msgid "" -"Invalid connection string, a valid string usually " -"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" -"NAME'

Example:'postgresql://user:password@your-postgres-" -"db/database'

" +"Invalid connection string, a valid string usually follows:'DRIVER://USER:" +"PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:" +"password@your-postgres-db/database'

" msgstr "" "Ungültige Verbindungszeichenfolge, eine gültige Zeichenfolge lautet " "normalerweise:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" -"NAME'

Beispiel:'postgresql://user:password@your-postgres-" -"db/database'

" +"NAME'

Beispiel:'postgresql://user:password@your-postgres-db/database'" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 msgid "Invalid cron expression" msgstr "Ungültiger Cron-Ausdruck" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "Ungültiger kumulativer Operator: %(operator)s" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "Ungültiges Datums-/Zeitstempelformat" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "Ungültige Filterkonfiguration, bitte Spalte auswählen" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "Ungültiger Filtervorgangstyp: %(op)s" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "Ungültige geodätische Zeichenfolge" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "Ungültige Geohash-Zeichenfolge" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "Ungültige Eingabe" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "Ungültige Längen-/Breitengrad-Konfiguration." -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "Ungültiger Längen-/Breitengrad" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" -msgstr "Ungültiges Metrikobjekt" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" +msgstr "Ungültiges Metrik-Objekt: %(metric)s" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "Ungültige Numpy-Funktion: %(operator)s" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "Ungültige Optionen für %(rolling_type)s: %(options)s" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "Ungültiger Permalink-Schlüssel" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "Ungültiger Ergebnistyp: %(result_type)s" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "Ungültiger rolling_type: %(type)s" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "Ungültiger räumlicher Punkt: %s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "Ungültiger Zustand." + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "Ungültige Tab-IDs: %s(tab_ids)" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "Auswahl umkehren" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "Ist versteckt" +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" +msgstr "Aktuelle Seite umkehren" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 msgid "Is certified" msgstr "Zertifiziert" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "Ist Dimension" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" +msgstr "Ist falsch" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "Favoriten" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "Ist filterbar" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "Ist nicht null" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "Ist null" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "Ist markiert" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "Ist zeitlich" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "Ist wahr" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 msgid "Issue 1000 - The dataset is too large to query." msgstr "Problem 1000 - Die Datenquelle ist zu groß, um sie abzufragen." -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "Problem 1001 - Die Datenbank ist ungewöhnlich belastet." -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "Es scheint, dass Sie keinen Zugriff auf eine Datenbank haben" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." -msgstr "Es wird nicht empfohlen, die y-Achse im Balkendiagramm abzuschneiden." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." +msgstr "Es wird nicht empfohlen, die Achse im Balkendiagramm abzuschneiden." #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "JAN" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "JSON-Metadaten" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "JSON Metadaten" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "JSON-Metadaten sind ungültig!" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6857,7 +8631,27 @@ msgstr "JUN" msgid "January" msgstr "Januar" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "JavaScript-Daten-Interceptor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "JavaScript onClick href" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "JavaScript-Tooltip-Generator" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +msgid "Jinja templating" +msgstr "Jinja Vorlagen" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "Json-Liste der Spaltennamen, die gelesen werden sollen" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." @@ -6865,11 +8659,21 @@ msgstr "" "JSON-Liste der Spaltennamen, die gelesen werden sollen. Wenn nicht " "‚Keine‘, werden nur diese Spalten aus der Datei gelesen." -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" +"Json-Liste der Werte, die als null behandelt werden sollen. Beispiele: " +"[\"\"] für leere Zeichenketten, [\"Keine\", \"N/A\"], [\"nan\", " +"\"null\"]. Warnung: Hive-Datenbank unterstützt nur einen einzigen Wert" + +#: superset/views/database/forms.py:394 msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"]," -" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " -"supports only single value. Use [\"\"] for empty string." +"Json list of the values that should be treated as null. Examples: [\"\"], " +"[\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports " +"only single value. Use [\"\"] for empty string." msgstr "" "Json-Liste der Werte, die als NULL behandelt werden sollen. Beispiele: " "[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warnung: Die Hive-" @@ -6884,46 +8688,70 @@ msgstr "Juli" msgid "June" msgstr "Juni" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "KPI" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "Steuerelement-Einstellungen beibehalten?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "Weiter bearbeiten" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "Schlüssel" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "Schlüssel für Tabelle" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +msgid "Kilometers" +msgstr "Kilometer" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +msgid "LIMIT" +msgstr "GRENZE" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "Label" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "Beschriftungslinie" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "Beschriftungstyp" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "Label existiert bereits" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "Bezeichnung für Ihre Anfrage" @@ -6931,17 +8759,18 @@ msgstr "Bezeichnung für Ihre Anfrage" msgid "Label position" msgstr "Beschriftungsposition" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "Beschriftungsschwellenwert" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "Beschriftung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "Beschriftungen" @@ -6958,21 +8787,23 @@ msgstr "Beschriftungen für die Marker" msgid "Labels for the ranges" msgstr "Beschriftungen für Bereiche" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "Groß" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "Letzte" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 +#: superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Zuletzt geändert" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Zuletzt geändert" @@ -6981,58 +8812,65 @@ msgstr "Zuletzt geändert" msgid "Last Updated %s" msgstr "Letzte Aktualisierung %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, python-format +msgid "Last Updated %s by %s" +msgstr "Zuletzt aktualisiert %s von %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "Letzter verfügbarer Wert auf %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Zuletzt geändert" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Zuletzt geändert durch %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Letzte Ausführung" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "Breitengrad" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "Breitengrad des Standardansichtsfensters" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "Ebene" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Ebenen-Konfiguration" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "Layout" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "Layout-Elemente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "Layouttyp des Diagramms" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "Layouttyp des Baums" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" @@ -7040,13 +8878,16 @@ msgstr "" "Blattknoten, die weniger als diese Anzahl von Ereignissen darstellen, " "werden zunächst in der Visualisierung ausgeblendet." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "Zuletzt geändert" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "Links" @@ -7063,99 +8904,140 @@ msgstr "Metrik linke Achse" msgid "Left Axis chart(s)" msgstr "Diagramm(e) der linken Achse" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "Linker Abstand" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" -msgstr "Linker Rand in Pixeln, um mehr Platz für Achsenbeschriftungen zu schaffen" +msgstr "" +"Linker Rand in Pixeln, um mehr Platz für Achsenbeschriftungen zu schaffen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "Links nach rechts" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "Linker Wert" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "Veraltet" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "Legende" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "Legendenformat" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +msgid "Legend Orientation" +msgstr "Legenden-Ausrichtung" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "Position der Legende" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "Legendentyp" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "Kleiner oder gleich (<=)" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "Weniger als (<)" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "Prozentuale Präzision erhöhen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +msgid "Light" +msgstr "Hell" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "Heller Modus" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "Wie (Like)" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "Like (Groß-/Kleinschreibung wird nicht beachtet)" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "Limit erreicht" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "Auswahlwerte einschränken" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "Typ einschränken" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" "Das Einschränken von Zeilen kann zu unvollständigen Daten und " -"irreführenden Diagrammen führen. Erwägen Sie stattdessen, " -"Quell-/Zielnamen zu filtern oder zu gruppieren." +"irreführenden Diagrammen führen. Erwägen Sie stattdessen, Quell-/" +"Zielnamen zu filtern oder zu gruppieren." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "Begrenzt die Anzahl der Zeilen, die angezeigt werden." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "Begrenzt die Anzahl der Zeilen, die angezeigt werden." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -7170,63 +9052,100 @@ msgstr "" "nützlich, wenn Sie nach Dimension(en) mit hoher Kardinalität gruppieren, " "erhöht jedoch die Abfragekomplexität und -kosten." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "Linie" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "Liniendiagramm" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "Liniendiagramm (Legacy)" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "Linien Stil" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category. " +"Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" +"Liniendiagramm wird verwendet, um Messungen zu visualisieren, die über " +"eine bestimmte Kategorie durchgeführt wurden. Liniendiagramm ist eine Art " +"Diagramm, das Informationen als eine Reihe von Datenpunkten anzeigt, die " +"durch gerade Liniensegmente verbunden sind. Es ist ein grundlegender " +"Diagrammtyp, der in vielen Bereichen üblich ist." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "Linieninterpolation gemäß d3.js" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "Linienbreite" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "Farbverlaufschema" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "Farbverlaufschema" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "Link kopiert!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" +msgstr "Lineare Interpolation" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" -msgstr "Kantenlänge" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" +msgstr "Linien-Spalte" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "Kantenlänge in kraftbasierter Anordnung" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" +msgstr "Zeilenkodierung" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Beobachtungen auflisten" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Link kopiert!" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "Gespeicherte Abfragen auflisten" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" +msgstr "Eindeutige Werte auflisten" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" +"Liste der zusätzlichen Spalten, die in JavaScript-Funktionen zur " +"Verfügung gestellt werden" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "Liste der n+1-Werte für das Bucketing der Metrik in n Buckets." + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "Liste der Werte, die mit Linien markiert werden sollen" @@ -7235,15 +9154,19 @@ msgstr "Liste der Werte, die mit Linien markiert werden sollen" msgid "List of values to mark with triangles" msgstr "Liste der Werte, die mit Dreiecken markiert werden sollen" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "Liste aktualisiert" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "Live CSS Editor" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "Live-Darstellung" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "CSS Vorlage laden" @@ -7255,59 +9178,69 @@ msgstr "Geladene Daten zwischengespeichert" msgid "Loaded from cache" msgstr "Aus Zwischenspeicher geladen" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" +msgstr "Lädt" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "Lade..." -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "Protokollaufbewahrungen (Tage)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +msgid "Locate the chart" +msgstr "Suchen des Diagramms" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "Logarithmische Skala" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "Protokollaufbewahrung" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "Logarithmische Achse" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "Logarithmische Skala auf primärer y-Achse" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "Logarithmische Skala auf sekundärer y-Achse" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "Logarithmische y-Achse" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Anmelden" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" +msgstr "Anmelden mit" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Abmelden" @@ -7315,15 +9248,30 @@ msgstr "Abmelden" msgid "Logs" msgstr "Protokolle" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "Lange gestrichelt" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "Längengrad" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "Längen- und Breitengrad" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "Längen- und Breitengradspalten" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "Längen- und Breitengrad" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "Längengrad des Standardansichtfensters" @@ -7339,11 +9287,19 @@ msgstr "MAI" msgid "MON" msgstr "MO" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "Haupt-Datums/Zeit-Spalte" -#: superset/views/core.py:1755 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" +"Stellen Sie sicher, dass die Steuerelemente ordnungsgemäß konfiguriert " +"sind und die Datenquelle Daten für den ausgewählten Zeitraum enthält." + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" @@ -7351,41 +9307,62 @@ msgstr "" "Fehlerhafte Anforderung. slice_id oder table_name und db_name Argumente " "werden erwartet" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Verwalten" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "Verwalten von E-Mail-Berichten für Diagramme" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" +msgstr "E-Mail-Bericht verwalten" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "E-Mail-Reports für Dashboards verwalten" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" +msgstr "Verwalten Sie Ihre Datenbanken" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "Notwendig" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "Doppelte Spalten zusammenführen" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "Min/Max-Werte für die y-Achse manuell festlegen." + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 msgid "Map" msgstr "Karte" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "Karten Stil" @@ -7393,7 +9370,7 @@ msgstr "Karten Stil" msgid "MapBox" msgstr "MapBox" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "Mapbox" @@ -7401,26 +9378,29 @@ msgstr "Mapbox" msgid "March" msgstr "März" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "Rand" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" +"Markieren einer Spalte als temporär im Modal \"Datenquelle bearbeiten\"" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "Marker" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "Markergröße" @@ -7436,7 +9416,7 @@ msgstr "Markierungslinienbeschriftungen" msgid "Marker lines" msgstr "Markierungslinien" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "Markergröße" @@ -7448,34 +9428,48 @@ msgstr "Marker" msgid "Markup type" msgstr "Markup-Typ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Max" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "Maximale Blasengröße" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "Maximale Anzahl von Ereignissen" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "Diagramm maximieren" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "Maximum" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "Maximale Schriftgrösse" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "Maximaler Radius" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" +"Maximale Radiusgröße des Kreises in Pixel. Wenn sich die Zoomstufe " +"ändert, wird sichergestellt, dass der Kreis diesen maximalen Radius " +"einhält." + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +msgid "Maximum value" +msgstr "Maximalwert" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "Maximalwert auf der Messgerät-Skala" @@ -7483,136 +9477,140 @@ msgstr "Maximalwert auf der Messgerät-Skala" msgid "May" msgstr "Mai" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "Mittelwert der Werte über einen bestimmten Zeitraum" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +msgid "Mean values" +msgstr "Mittelwerte" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "Median" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." -msgstr "Mittlere Kantenbreite, die dickste Kante ist 4-mal dicker als die dünnste." +msgstr "" +"Mittlere Kantenbreite, die dickste Kante ist 4-mal dicker als die dünnste." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" -msgstr "Mittlere Knotengröße, der größte Knoten ist 4-mal größer als der kleinste" +msgstr "" +"Mittlere Knotengröße, der größte Knoten ist 4-mal größer als der kleinste" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Median values" +msgstr "Medianwerte" #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "Mittel" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" -msgstr "Inhalt der Nachricht" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "Auslöser von Menüaktionen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "Nachrichteninhalt" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "Metadaten" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "Letzte Aktualisierung der Metadaten" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "Metadaten Parameter" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "Metadaten wurden synchronisiert" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadaten für die folgende(n) Tabelle(n) aktualisiert: %(tables)s" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "Methode" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Metrik" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "Metrik '%(metric)s' existiert nicht" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "Metrik aufsteigend" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "Metrik, die der [X]-Achse zugewiesen ist" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "Metrik, die der [Y]-Achse zugewiesen ist" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "Metrische Wertänderung von 'seit' zu 'bis'" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "Metrik absteigend" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "Änderung des metrischen Faktors von \"seit\" zu \"bis\"" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" -msgstr "Metrik für Farbe" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "Metrik für Knotenwerte" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +msgid "Metric name" +msgstr "Name der Metrik" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "Metrikname [%s] wird dupliziert" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "Metrische prozentuale Wertänderung von \"seit\" zu \"bis\"" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "Metrik, die die Farbe des Landes definiert" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "Metrik, die die Größe der Blase definiert" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "Metrik zur Anzeige des unteren Titels" @@ -7620,14 +9618,31 @@ msgstr "Metrik zur Anzeige des unteren Titels" msgid "Metric to sort the results by" msgstr "Metrik zum Sortieren der Ergebnisse nach" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "Metrik, die als Gewicht für die Färbung des Rasters verwendet wird" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "Metrik zur Berechnung der Blasengröße" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "Metrik zur Steuerung der Höhe" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" +"Metrik, die verwendet wird, um zu definieren, wie die obersten Zeitreihen " +"sortiert werden, wenn ein Zeitreihen- oder ein Zellen-Limit vorhanden " +"ist. Wenn nicht definiert, wird auf die erste Metrik zurückgesetzt (falls " +"zutreffend)." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " @@ -7638,20 +9653,26 @@ msgstr "" "Wenn nicht definiert, wird auf die erste Metrik zurückgesetzt (falls " "zutreffend)." -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." -msgstr "Metrik(en) {} müssen Aggregationen sein." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined " +"reverts to the first metric (where appropriate)." +msgstr "" +"Metrik, die verwendet wird, um das Limit zu ordnen, wenn ein " +"Zeitreihenlimit vorhanden ist. Wenn nicht definiert, wird auf die erste " +"Metrik zurückgesetzt (falls geeignet)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Metriken" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." @@ -7659,122 +9680,162 @@ msgstr "" "Metriken, für die ein Prozentsatz der Gesamtsumme angezeigt werden soll. " "Berechnet nur aus Daten innerhalb des Zeilenlimits." -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "Mitte" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "Mitternacht" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Miles" +msgstr "Meilen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "Min" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "Mindestzeiträume" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "Min. Breite" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "Mindestzeiträume" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "Min/Max (keine Ausreißer)" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "Meine" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "Diagramm minimieren" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "Minimum" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "Minimale Schriftgröße" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "Minimaler Radius" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "Minimale Anzahl der Blattknotenereignisse" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" +"Mindestradius des Kreises in Pixel. Wenn sich die Zoomstufe ändert, wird " +"sichergestellt, dass der Kreis diesen Mindestradius einhält." + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." -msgstr "Mindestschwelle in Prozentpunkten für die Anzeige von Beschriftungen." +msgstr "" +"Mindestschwelle in Prozentpunkten für die Anzeige von Beschriftungen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +msgid "Minimum value" +msgstr "Minimalwert" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." -msgstr "Mindestwert für die Beschriftung, die im Diagramm angezeigt werden soll." +msgstr "" +"Mindestwert für die Beschriftung, die im Diagramm angezeigt werden soll." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "Minimalwert auf der Messgerät-Skala" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "Kleine geteilte Linie" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "Minute" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format msgid "Minutes %s" msgstr "Minuten %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" -msgstr "Fehlende Pflichtfelder" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" +msgstr "Fehlende URL-Parameter" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "Fehlender Datensatz" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Chart" +msgstr "Gemischtes Diagramm" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "Gemischte Zeitreihen" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 +#: superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 +#: superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Geändert" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "Geändert %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Geändert durch" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "Geänderte Spalten: %s" @@ -7783,21 +9844,25 @@ msgstr "Geänderte Spalten: %s" msgid "Monday" msgstr "Montag" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "Monat" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format msgid "Months %s" msgstr "Monate %s" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "Weitere Optionen zum Datensatz" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +msgid "More" +msgstr "Mehr" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +msgid "More filters" +msgstr "Weitere Filter" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "Nur verschieben" @@ -7808,49 +9873,56 @@ msgstr "" "Intervall." #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "Multi-Dimensionen" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "Mehr-Ebenen" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "Mehrstufige" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "Multi-Variablen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "Mehrfach" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 msgid "Multiple Line Charts" msgstr "Mehr-Liniendiagramme" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" -"Unterschiedliche Dateierweiterungen sind für spaltenförmige Uploads nicht" -" zulässig. Bitte stellen Sie sicher, dass alle Dateien die gleiche " +"Unterschiedliche Dateierweiterungen sind für spaltenförmige Uploads nicht " +"zulässig. Bitte stellen Sie sicher, dass alle Dateien die gleiche " "Erweiterung haben." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" +msgstr "Mehrfachfilterung" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " @@ -7859,177 +9931,221 @@ msgstr "" "Mehrere Formate akzeptiert, recherchieren Sie in der geopy.points Python-" "Bibliothek nach weiteren Details" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "Mehrfachauswahl" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 -msgid "Multiple selections allowed, otherwise filter is limited to a single value" +msgid "" +"Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" "Mehrfachauswahl zulässig, andernfalls ist der Filter auf einen einzelnen " "Wert beschränkt" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "Multiplikator" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "Muss eindeutig sein" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +msgid "Must choose either a chart or a dashboard" +msgstr "Sie müssen entweder ein Diagramm oder ein Dashboard auswählen" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" "Muss eine Spalte [Gruppieren nach] haben, um 'count' als [Label] zu " "verwenden" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Mindestens eine numerische Spalte erforderlich" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "Anmeldeinformationen für den SSH-Tunnel sind verpflichtend" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "Muss einen Wert für Filter mit Vergleichsoperatoren angeben" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "Meine schönen Farben" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "Meine Spalte" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "Meine Metrik" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "k.A." +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "NICHT GRUPPIERT NACH" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "NOV" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "JETZT" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +msgid "NUMERIC" +msgstr "NUMERISCH" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Name" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "Name ist erforderlich" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "Name muss eindeutig sein" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." -msgstr "Name der Tabelle, die aus tabellarischen Daten erstellt werden soll." - -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Name der Tabelle, die aus csv-Daten erstellt werden soll." +msgstr "" +"Name der Tabelle, die aus tabellarischen Daten erstellt werden soll." -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "Name der Tabelle, die aus Excel-Daten erstellt werden soll." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" +msgstr "Name der Tabelle, die aus CSV-Daten erstellt werden soll" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "Name der Spalte, die die ID des übergeordneten Knotens enthält" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "Name der ID-Spalte" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "Name der Quellknoten" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Name der Tabelle in der Quell-Datenbank" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "Name der Zielknoten" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "Benennen der Datenbank" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." -msgstr "Netzwerk-Fehler." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "Benötigen Sie Hilfe? Erfahren Sie, wie Sie Ihre Datenbank verbinden" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Neu" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" +msgstr "Benötigen Sie Hilfe? Erfahren Sie mehr über" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" -msgstr "Neuer E-Mail-Bericht" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" +msgstr "Netzwerkfehler" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Netzwerk-Fehler." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "Neues Diagramm" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "Neue Spalten hinzugefügt: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +msgid "New dataset" +msgstr "Neuer Datensatz" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +msgid "New dataset name" +msgstr "Name des neuen Datensatzes" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "Neue Filtergruppe" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +msgid "New header" +msgstr "Neue Überschrift" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "Neuer Tab" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "Neue Registerkarte (Strg + q)" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "Neue Registerkarte (Strg + t)" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "Weiter" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "Nightingale Rose Diagramm" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "Nein" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "Noch keine %(tableName)s" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "Noch keine %s" @@ -8038,186 +10154,341 @@ msgstr "Noch keine %s" msgid "No Access!" msgstr "Keine Zugriff!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "Keine Daten" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 msgid "No Results" msgstr "Keine Ergebnisse" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +msgid "No annotation layers" +msgstr "Keine Anmerkungs-Layer" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "Noch keine Anmerkungsebenen" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "Noch keinen Anmerkungen" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +msgid "No applied filters" +msgstr "Keine angewendete Filter" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." +msgstr "Keine Filter verfügbar." + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "Keine Diagramme" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +msgid "No charts yet" +msgstr "Noch keine Diagramme" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "Keine Spalten" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +msgid "No columns found" +msgstr "Keine Spalten gefunden" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "Keine kompatiblen Quellen gefunden" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "Keine kompatiblen Datensätze gefunden" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "Kein kompatibles Schema gefunden" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "Keine Dashboards" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +msgid "No dashboards yet" +msgstr "Noch keine Dashboards" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "Keine Daten" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" "Keine Daten nach dem Filtern oder Daten sind NULL für den letzten " "Zeitdatensatz" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "Keine Daten in Datei" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +msgid "No database tables found" +msgstr "Keine Datenbanktabellen gefunden" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "Keine Datenbanken stimmen mit Ihrer Suche überein" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "Keine Beschreibung verfügbar." -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "Keine Dimensionen verfügbar für das Hineinzoomen nach" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "Noch keine Lieblingsdashboards, klicken Sie auf die Sterne!" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "Noch keine Lieblingsdashboards, klicken Sie auf die Sterne!" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "Kein Filter" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "Kein Filter ausgewählt." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +msgid "No filters" +msgstr "Keine Filter" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." +msgstr "Bisher wurden diesem Dashboard noch keine Filter hinzugefügt." + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "Es wurden keine Formulareinstellungen beibehalten" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "Derzeit sind keine globalen Filter gesetzt" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "No matching records found" +msgstr "Keine passenden Einträge gefunden" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "Anzahl der Bis" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "Noch kein Abfrageverlauf..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" +msgstr "Noch keine aktuellen" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "Keine Datensätze gefunden" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" +msgstr "Keine Ergebnisse" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "Keine Ergebnisse gefunden" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "Keine Ergebnisse entsprechen Ihren Filterkriterien" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "Für diese Abfrage wurden keine Ergebnisse zurückgegeben" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" "Für diese Abfrage wurden keine Ergebnisse zurückgegeben. Wenn Sie " -"erwartet haben, dass Ergebnisse zurückgegeben werden, stellen Sie sicher," -" dass alle Filter ordnungsgemäß konfiguriert sind und die Datenquelle " +"erwartet haben, dass Ergebnisse zurückgegeben werden, stellen Sie sicher, " +"dass alle Filter ordnungsgemäß konfiguriert sind und die Datenquelle " "Daten für den ausgewählten Zeitraum enthält." -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "Für diesen Datensatz wurden keine Zeilen zurückgegeben" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "Für diesen Dataensatz wurden keine Beispiele zurückgegeben" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" +msgstr "Keine gespeicherten Ausdrücke gefunden" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" +msgstr "Keine gespeicherten Metriken gefunden" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +msgid "No saved queries yet" +msgstr "Noch keine gespeicherten Abfragen" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" "Keine gespeicherten Ergebnisse gefunden. Sie müssen Ihre Abfrage erneut " "ausführen" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -"Eine solche Spalte wurde nicht gefunden. Um nach einer Metrik zu filtern," -" versuchen Sie es mit der Registerkarte Benutzerdefinierte SQL." +"Eine solche Spalte wurde nicht gefunden. Um nach einer Metrik zu filtern, " +"versuchen Sie es mit der Registerkarte Benutzerdefinierte SQL." + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +msgid "No table columns" +msgstr "Keine Tabellenspalten" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "Keine Zeitspalten gefunden" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "Nicht-Zeitspalten" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "Kein Validator gefunden (für das Modul konfiguriert)" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" +"Kein Validator mit dem Namen {} gefunden (konfiguriert für das {}-Modul)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "Position der Knotenbeschriftung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "Knotenauswahlmodus" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "Knotengröße" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "Keine" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "Keine -> Pfeil" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "Keine -> Keine" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "Normal" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "Normalisieren über" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "Normalisiert" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "Keine Zeitreihen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +msgid "Not added to any dashboard" +msgstr "Zu keinem Dashboard hinzugefügt" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "Nicht verfügbar" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "Ist nicht gleich (≠)" + +#: superset-frontend/src/explore/constants.ts:72 +msgid "Not in" +msgstr "Nicht in" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "Nicht NULL" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "Nicht ausgelöst" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "Nicht aktuell" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "Nichts ausgelöst" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "Benachrichtigungsmethode" @@ -8225,15 +10496,24 @@ msgstr "Benachrichtigungsmethode" msgid "November" msgstr "November" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "Jetzt" +#: superset/views/database/forms.py:201 +msgid "Null Values" +msgstr "NULL Werte" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" +msgstr "Fehlwert-Imputation" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "Null oder Leer" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "NULL Werte" @@ -8241,61 +10521,104 @@ msgstr "NULL Werte" msgid "Number Format" msgstr "Zahlenformat" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" +"Zahlengrenzen, die für die Farbkodierung von Rot nach Blau verwendet " +"werden.\n" +" Kehren Sie die Zahlen für Blau in Rot um. Um reines Rot " +"oder Blau zu erhalten,\n" +" können Sie entweder nur min oder max eingeben." + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "Nummern Format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" +msgstr "Zahlenformat-Zeichenfolge" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "Anzahl der Buckets zum Gruppieren von Daten" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "Anzahl der Dezimalstellen, auf die gerundet wird" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" -msgstr "Anzahl der Dezimalstellen, mit denen Hubwerte angezeigt werden sollen" +msgstr "" +"Anzahl der Dezimalstellen, mit denen Hubwerte angezeigt werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" -msgstr "Anzahl der Dezimalstellen, mit denen p-Werte angezeigt werden sollen" +msgstr "" +"Anzahl der Dezimalstellen, mit denen p-Werte angezeigt werden sollen" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "Anzahl der zu vergleichenden Perioden" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "Anzahl ins Verhältnis zu setzender Perioden" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "Anzahl der aus Datei zu lesenden Zeilen." + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "Anzahl der aus Datei zu lesenden Zeilen." -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" +"Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." -msgstr "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." +msgstr "" +"Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "Anzahl der geteilten Segmente auf der Achse" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -"Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der " -"X-Skala ausgeführt werden müssen" +"Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der X-" +"Skala ausgeführt werden müssen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -"Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der " -"Y-Skala ausgeführt werden müssen" +"Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der Y-" +"Skala ausgeführt werden müssen" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "Numerischer Bereich" @@ -8303,12 +10626,15 @@ msgstr "Numerischer Bereich" msgid "OCT" msgstr "OKT" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "OK" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "ÜBERSCHREIBEN" @@ -8316,39 +10642,30 @@ msgstr "ÜBERSCHREIBEN" msgid "October" msgstr "Oktober" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "Offline" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Offset" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "Kulanz" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" -"Sobald ein Alarm ausgelöst wird, Dauer, in Sekunden, bevor Superset Sie " -"wieder erinnert." - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " -"include a series limit to limit the number of fetched and rendered " -"series." +"include a series limit to limit the number of fetched and rendered series." msgstr "" "Eine oder mehrere Spalten, nach denen gruppiert werden soll. " -"Gruppierungen mit hoher Kardinalität sollten ein Serienlimit enthalten, " -"um die Anzahl der abgerufenen und dargestellten Serien zu begrenzen." +"Gruppierungen mit hoher Kardinalität sollten ein Zeitreihenlimit " +"enthalten, um die Anzahl der abgerufenen und dargestellten Zeitreihen zu " +"begrenzen." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " @@ -8356,15 +10673,14 @@ msgid "" msgstr "" "Eine oder mehrere Spalten, nach denen gruppiert werden soll. " "Gruppierungen mit hoher Kardinalität sollten eine Sortierung nach Metrik " -"und Serienbegrenzung enthalten, um die Anzahl der abgerufenen und " +"und Zeitreihenbegrenzung enthalten, um die Anzahl der abgerufenen und " "dargestellten Reihen zu begrenzen." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "Eine oder mehrere Spalten, die als Spalten pivotiert werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." @@ -8372,12 +10688,11 @@ msgstr "" "Ein oder mehrere Steuerelemente, nach denen gruppiert werden soll. Bei " "der Gruppierung müssen Breiten- und Längengradspalten vorhanden sein." -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "Ein oder mehrere Steuerelemente, um zu Spalten zu pivotieren" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "Eine oder mehrere anzuzeigende Metriken" @@ -8406,50 +10721,62 @@ msgstr "Eine oder mehrere Metriken werden dupliziert" msgid "One or more metrics do not exist" msgstr "Eine oder mehrere Metriken sind nicht vorhanden" -#: superset/errors.py:114 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." -#: superset/errors.py:128 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" "Ein oder mehrere in der Abfrage angegebene Parameter haben das falsche " "Format." -#: superset/errors.py:102 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." -#: superset/views/core.py:2092 +#: superset/views/core.py:1992 msgid "" -"One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +"One or more required fields are missing in the request. Please try again, " +"and if the problem persists contact your administrator." msgstr "" -"Ein oder mehrere Pflichtfelder fehlen in der Anfrage. Bitte versuchen Sie" -" es erneut, und wenn das Problem weiterhin besteht, wenden Sie sich an " -"Ihre*n Administrator*in." +"Ein oder mehrere Pflichtfelder fehlen in der Anfrage. Versuchen Sie es " +"erneut, und wenn das Problem weiterhin besteht, wenden Sie sich an Ihre/n " +"Administrator*in." -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "Eine oder mehrere Anmerkungsebenen konnten nicht geladen werden." -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "Nur 'SELECT'-Anweisungen sind für diese Datenbank zulässig." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "Nur Gesamtwert" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "Nur 'SELECT'-Anweisungen sind zulässig" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" +"Gilt nur, wenn \"Beschriftungstyp\" nicht auf einen Prozentsatz " +"festgelegt ist." + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" +"Gilt nur, wenn \"Beschriftungstyp\" so eingestellt ist, dass Werte " +"angezeigt werden." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "Nur ausgewählte Bereiche sind von diesem Filter betroffen" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" @@ -8457,256 +10784,333 @@ msgstr "" "Zeigen Sie nur den Gesamtwert im gestapelten Diagramm und nicht in der " "ausgewählten Kategorie an" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "Nur einzelne Abfragen werden unterstützt" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format -msgid "Only the following file extensions are allowed: %(allowed_extensions)s" -msgstr "Nur die folgenden Dateierweiterungen sind zulässig: %(allowed_extensions)s" +msgid "" +"Only the following file extensions are allowed: %(allowed_extensions)s" +msgstr "" +"Nur die folgenden Dateierweiterungen sind zulässig: %(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "Hoppla! Ein Fehler ist aufgetreten!" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "Deckkraft" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "Deckkraft des Flächendiagramms. Gilt auch für das Vertrauensband." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." -msgstr "Deckkraft aller Cluster, Punkte und Beschriftungen. Zwischen 0 und 1." +msgstr "" +"Deckkraft aller Cluster, Punkte und Beschriftungen. Zwischen 0 und 1." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "Deckkraft des Flächendiagramms." -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "Deckkraft, erwartet Werte zwischen 0 und 100" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Datenquellen-Reiter öffnen" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "In SQL Lab öffnen" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Bearbeiten in SQL Editor" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" -"Betreiben Sie die Datenbank im asynchronen Modus, was bedeutet, dass die " -"Abfragen auf Remote-Workern und nicht auf dem Webserver selbst ausgeführt" -" werden. Dies setzt voraus, dass Sie sowohl über ein Celery-Worker-Setup " -"als auch über ein Ergebnis-Backend verfügen. Weitere Informationen finden" -" Sie in den Installationsdokumenten." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." +"assumes that you have a Celery worker setup as well as a results backend. " +"Refer to the installation docs for more information." msgstr "" "Betreiben Sie die Datenbank im asynchronen Modus, was bedeutet, dass die " -"Abfragen auf Remote-Workern und nicht auf dem Webserver selbst ausgeführt" -" werden. Dies setzt voraus, dass Sie sowohl über ein Celery-Worker-Setup " -"als auch über ein Ergebnis-Backend verfügen. Weitere Informationen finden" -" Sie in den Installationsdokumenten." +"Abfragen auf Remote-Workern und nicht auf dem Webserver selbst ausgeführt " +"werden. Dies setzt voraus, dass Sie sowohl über ein Celery-Worker-Setup " +"als auch über ein Ergebnis-Backend verfügen. Weitere Informationen finden " +"Sie in den Installationsdokumenten." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 msgid "Operator" msgstr "Operator" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "Operator undefiniert für Aggregator: %(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" -"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" -" certain database engines." +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on " +"certain database engines." msgstr "" "Optionale CA_BUNDLE Inhalte, um HTTPS-Anforderungen zu überprüfen. Nur " "für bestimmte Datenbank-Engines verfügbar." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" +msgstr "Optionale d3-Datumsformat-Zeichenfolge" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" +msgstr "Optionale d3-Zahlenformat-Zeichenfolge" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "Optionaler Name der Datenspalte." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" -msgstr "" -"Optionale Zeitspalte, wenn der Zeitraum auf eine andere Spalte als die " -"Standardzeitspalte angewendet werden soll" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "Optionale Warnung zur Verwendung dieser Metrik" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "Fügen Sie optional eine detaillierte Beschreibung hinzu" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "Optionen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" -msgstr "Oder wählen Sie aus einer Liste anderer Datenbanken, die wir unterstützen:" +msgstr "" +"Oder wählen Sie aus einer Liste anderer Datenbanken, die wir unterstützen:" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "Nach Entitäts-ID sortieren" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "Ergebnisse nach ausgewählten Spalten sortieren" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "Sortierung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +msgid "Orientation" +msgstr "Ausrichtung" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" +msgstr "Ausrichtung des Balkendiagramms" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" +msgstr "Ausrichtung des Filterbalkens" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 msgid "Orientation of tree" msgstr "Ausrichtung des Baumes" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" -msgstr "Herkunft" - -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 msgid "Original" msgstr "Original" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "Ursprüngliche Tabellenspaltenreihenfolge" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "Ursprünglicher Wert" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "Orthogonal" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "Andere" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "Outdoor-Aktivitäten" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "Aussenradius" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "Äußerer Rand des Kreisdiagramms" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "Überlappen" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -"Überlagern Sie eine oder mehrere Zeitreihen aus einem relativen Zeitraum." -" Erwartet relative Zeitintervalle in natürlicher Sprache (Beispiel: 24 " +"Überlagern Sie eine oder mehrere Zeitreihen aus einem relativen Zeitraum. " +"Erwartet relative Zeitintervalle in natürlicher Sprache (Beispiel: 24 " "Stunden, 7 Tage, 52 Wochen, 365 Tage). Freitext wird unterstützt." -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Überlagern Sie eine oder mehrere Zeitreihen aus einem relativen Zeitraum. " +"Erwartet relative Zeitintervalle in natürlicher, englischer Sprache " +"(Beispiel: „24 hours“, „7 days“, „52 weeks“, „365 days“). Freitext wird " +"unterstützt." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" +"Überlagert ein sechseckiges Raster auf einer Karte und aggregiert Daten " +"innerhalb der Grenzen jeder Zelle." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "Zeitgranularität überschreiben" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "Zeitbereich überschreiben" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Überschreiben Scheibe %s" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Überschreiben & Erkunden" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "Dashboard überschreiben [%s]" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "Doppelte Spalten überschreiben" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "Bestehende überschreiben" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" -msgstr "Überschreiben von Text im Editor mit einer Abfrage für diese Tabelle" +msgstr "" +"Überschreiben von Text im Editor mit einer Abfrage für diese Tabelle" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "Im Besitz, Erstellt oder Favorisiert" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Besitzer*in" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "Besitzende" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "Besitzende sind ungültig" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern " "können." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" -"Owners is a list of users who can alter the dashboard. Searchable by name" -" or username." +"Owners is a list of users who can alter the dashboard. Searchable by name " +"or username." msgstr "" "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern " "können. Durchsuchbar nach Name oder Benutzer*innenname." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "Seitenlänge" @@ -8714,24 +11118,26 @@ msgstr "Seitenlänge" msgid "Paired t-test Table" msgstr "Gepaarte t-Test-Tabelle" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "Pandas Resample-Methode" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "Pandas Resample-Regel" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "Parallele Koordinaten" @@ -8739,204 +11145,253 @@ msgstr "Parallele Koordinaten" msgid "Parameter error" msgstr "Parameter-Fehler" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Parameter" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "Parameter" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" +msgstr "Parameter in Bezug auf die Ansicht und Perspektive auf der Karte" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 msgid "Parent" msgstr "Übergeordnet" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "Übergeordneter Filter" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" -msgstr "Übergeordneter Filter ist erforderlich" - -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "Datumsangaben auswerten" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "Teil eines Ganzen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 msgid "Partition Chart" msgstr "Partitionsdiagramm" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "Partitionsdiagramm" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "Partitionslimit" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "Partitionsschwellenwert" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" -"Partitions whose height to parent height proportions are below this value" -" are pruned" +"Partitions whose height to parent height proportions are below this value " +"are pruned" msgstr "" "Partitionen, deren Höhen- zu Elternhöhenverhältnissen unter diesem Wert " "liegen, werden ausgeblendet." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "Password" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "Privaten Schlüssel hier einfügen" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" +"Fügen Sie den Inhalt der JSON-Datei für Dienstanmeldeinformationen hier " +"ein" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "Fügen Sie die gemeinsam nutzbare Google Tabellen-URL hier ein" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "Muster" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 msgid "Percent Change" msgstr "Prozentuale Veränderung" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" +msgstr "Prozentsatz" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" +msgstr "Prozentuale Veränderung" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Percentage metrics" msgstr "Prozentuale Metriken" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "Prozentualer Schwellenwert" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "Prozentwerte" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "Leistung" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "Periodendurchschnitt" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "Zeiträume" -#: superset/utils/pandas_postprocessing.py:824 +#: superset/utils/pandas_postprocessing/prophet.py:126 msgid "Periods must be a whole number" msgstr "Perioden müssen eine ganze Zahl sein" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "Person oder Gruppe, die dieses Diagramm zertifiziert hat." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "Person oder Gruppe, die dieses Dashboard zertifiziert hat." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "Person oder Gruppe, die diese Metrik zertifiziert hat" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "Physisch" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "Physisch (Tabelle oder Ansicht)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Physischer Datensatz" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" +"Wählen Sie eine Dimension aus, für die kategoriale Farben definiert werden" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" "Wählen Sie eine Granularität im Abschnitt Zeit aus oder deaktivieren Sie " "\"Zeit einschließen\"." -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Wählen Sie eine Metrik für die linke Achse!" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Wählen Sie eine Metrik für die rechte Achse!" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Wählen Sie eine Metrik für x, y und Größe" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Wählen Sie eine Anzeige-Metrik" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Wählen Sie eine Metrik!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" "Wählen Sie einen Namen aus, der Ihnen hilft, diese Datenbank zu " "identifizieren." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -"Wählen Sie einen Namen für diese Datenbank aus, der wie in Superset " -"angezeigt werden soll." +"Wählen Sie einen Kurznamen mit dem die Datenbank in Superset angezeigt " +"werden soll." -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" +"Wählen Sie eine Reihe von deck.gl Diagrammen aus, die übereinander gelegt " +"werden sollen" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Wählen Sie eine Zeitgranularität für Ihre Zeitreihe" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "Wählen Sie einen Titel für Ihre Anmerkung aus." -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "Wählen Sie mindestens ein Feld für [Serie] aus." -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Wählen Sie mindestens eine Metrik aus" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "Wählen Sie genau 2 Spalten als [Quelle / Ziel]" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8949,65 +11404,77 @@ msgid "Pick your favorite markup language" msgstr "Wählen Sie Ihre bevorzugte Markup-Sprache" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "Kreisdiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "Kreisform" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "Pin" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "Pivot-Optionen" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Pivot-Tabelle" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" -msgstr "Pivot-Tabelle v2" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "Pivot-Tabelle (Legacy)" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "Pivot-Operation muss mindestens ein Aggregat enthalten" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "Pivot-Operation erfordert mindestens einen Index" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 msgid "Pivoted" msgstr "Pilotiert" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "Pixelhöhe jeder Serie" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "Pixel" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "Unformatiert" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "Bitte überschreiben Sie den \"filter_scopes“-Schlüssel NICHT." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "Bitte wenden Sie Filteränderungen an" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" "Bitte überprüfen Sie Ihre Anfrage und vergewissern Sie sich, dass alle " -"Vorlagenparameter von doppelten Klammern umgeben sind, z. B. \"{{ ds " -"}}\". Versuchen Sie dann erneut, die Abfrage auszuführen." +"Vorlagenparameter von doppelten Klammern umgeben sind, z. B. " +"\"{{ ds }}\". Versuchen Sie dann erneut, die Abfrage auszuführen." -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " @@ -9017,7 +11484,8 @@ msgstr "" "von \"%(syntax_error)s\". Versuchen Sie dann erneut, die Abfrage " "auszuführen." -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 +#: superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " @@ -9026,203 +11494,269 @@ msgstr "" "Bitte überprüfen Sie Ihre Anfrage auf Syntaxfehler in der Nähe von " "\"%(server_error)s\". Versuchen Sie dann erneut, die Abfrage auszuführen." -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" +"Überprüfen Sie Ihre Vorlagenparameter auf Syntaxfehler und stellen Sie " +"sicher, dass sie in Ihrer SQL-Abfrage und in den Parameter-Namen " +"übereinstimmen. Versuchen Sie dann erneut, die Abfrage auszuführen." + +#: superset/viz.py:911 +msgid "Please choose at least one 'Group by' field" msgstr "Bitte wählen Sie mindestens ein Feld \"Gruppieren nach\" " -#: superset/viz.py:891 +#: superset/viz.py:3229 +msgid "Please choose at least one groupby" +msgstr "Bitte wählen Sie mindestens ein Gruppierungs-Kriterium" + +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Bitte wählen Sie mindestens eine Metrik" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" -msgstr "Bitte wählen Sie verschiedene Metriken für die linke und rechte Achse" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "Bitte Pflichtfelder angeben!" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +msgstr "" +"Bitte wählen Sie verschiedene Metriken für die linke und rechte Achse" + +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "Bitte bestätigen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "Bitte bestätigen Sie die überschreibenden Werte." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Bitten geben Sie eine SQL Alchemy URI zum Testen ein" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Bitte Diagrammname eingeben" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "Bitte Name für Filtergruppe eingeben" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" -msgstr "Bitte stellen Sie sicher, dass alle Felder korrekt ausgefüllt sind" - -#: superset/db_engine_specs/postgres.py:122 +#: superset/db_engine_specs/postgres.py:125 msgid "Please re-enter the password." msgstr "Bitte geben Sie das Passwort erneut ein." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" +msgstr "" +"Bitte exportieren Sie Ihre Datei erneut und versuchen Sie nochmals, sie " +"zu importieren." + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" "Bitte wenden Sie sich an den/die Diagramm-Besitzer*in, um Unterstützung " "zu erhalten." +msgstr[1] "" +"Bitte wenden Sie sich an die Diagramm-Besitzer*innen, um Unterstützung zu " +"erhalten." -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "Bitte speichern Sie die Abfrage, um die Freigabe zu aktivieren" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" "Bitte speichern Sie zuerst Ihr Diagramm und versuchen Sie dann, einen " "neuen E-Mail-Report zu erstellen." -#: superset/reports/commands/exceptions.py:102 -msgid "Please save your dashboard first, then try creating a new email report." +#: superset/reports/commands/exceptions.py:117 +msgid "" +"Please save your dashboard first, then try creating a new email report." msgstr "" "Bitte speichern Sie zuerst Ihr Dashboard und versuchen Sie dann, einen " "neuen E-Mail-Report zu erstellen." -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" "Wählen Sie sowohl einen Datensatz- als auch einen Diagrammtyp aus, um " "fortzufahren" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "Bitte verwenden Sie 3 verschiedene metrische Beschriftungen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." -msgstr "Stellen Sie sicher, dass der Port für die Verbindung geöffnet ist." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "" +"Plot the distance (like flight paths) between origin and destination." +msgstr "Entfernung (wie Flugrouten) zwischen Abflug- und Zielort zeichen" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" "Stellt die einzelnen Metriken für jede Zeile in den Daten vertikal dar " -"und verknüpft sie als Linie miteinander. Dieses Diagramm ist nützlich, um" -" mehrere Metriken in allen Stichproben oder Zeilen in den Daten zu " +"und verknüpft sie als Linie miteinander. Dieses Diagramm ist nützlich, um " +"mehrere Metriken in allen Stichproben oder Zeilen in den Daten zu " "vergleichen." -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "Plugins" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "Punktfarbe" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "Punktradius" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "Punktradius Maßstab" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "Punktradius-Einheit" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "Punktgröße" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "Punkteinheit" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "Zeigen Sie auf Ihre räumlichen Spalten" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "Punkte" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -"Punkte und Cluster werden aktualisiert, wenn das Ansichtsfenster geändert" -" wird" +"Punkte und Cluster werden aktualisiert, wenn das Ansichtsfenster geändert " +"wird" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" +msgstr "Polygon-Spalte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "Polygon-Kodierung" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "Polygon-Einstellungen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "Polylinie" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "Tab-Link" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "Beliebt" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" -msgstr "Geben Sie den \"Standardwert\" an, um dieses Steuerelement zu aktivieren" +msgstr "" +"Geben Sie den \"Standardwert\" an, um dieses Steuerelement zu aktivieren" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 msgid "Population age data" msgstr "Daten zum Bevölkerungsalter" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +msgid "Port" +msgstr "Port" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." -msgstr "Port %(port)s auf Hostname \"%(hostname)s\" verweigerte die Verbindung." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" -msgstr "Port ist geschlossen" +msgstr "" +"Port %(port)s auf Hostname \"%(hostname)s\" verweigerte die Verbindung." -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "Anordnungs-JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" -msgstr "Position der Beschriftung des untergeordneten Knotens in der Struktur" +msgstr "" +"Position der Beschriftung des untergeordneten Knotens in der Struktur" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "Position der Zwischensumme auf Spaltenebene" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" -msgstr "Position der Zwischenknoten-Beschriftung im Baum" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" +msgstr "Beschriftungs-Position der Zwischenknoten im Baum" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "Position der Zwischensumme auf Zeilenebene" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "Powered Apache Superset" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "Vorfilter" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "Verfügbare Werte vorfiltern" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "Vorfilterung erforderlich" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -9230,19 +11764,17 @@ msgid "" msgstr "" "Prädikat, das beim Abrufen eines eindeutigen Werts angewendet wird, um " "die Filtersteuerelementkomponente aufzufüllen. Unterstützt jinja-" -"Vorlagensyntax. Gilt nur, wenn \"Filterauswahl aktivieren\" aktiviert " -"ist." +"Vorlagensyntax. Gilt nur, wenn \"Filterauswahl aktivieren\" aktiviert ist." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "Prädikativ" @@ -9258,35 +11790,59 @@ msgstr "Metrikname den Slice-Namen voranstellen" msgid "Preview" msgstr "Vorschau" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "Vorschau: `%s" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "Zurück" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "Vorherige Zeile" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "Primär" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "Primäre Metrik" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" +msgstr "Primärschlüssel" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "Primäre oder sekundäre y-Achse" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "Primäres y-Achsenformat" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "Privater Schlüssel" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "Privater Schlüssel & Passwort" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" +msgstr "Passwort des privaten Schlüssels" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" +msgstr "Fortfahren" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "Profil" @@ -9294,56 +11850,62 @@ msgstr "Profil" msgid "Profile picture provided by Gravatar" msgstr "Profilbild von Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "Fortschritt" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "Progressiv" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "Propagieren" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "Proportional" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "Öffentliche und privat freigegebene Blätter" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "Nur öffentlich freigegebene Blätter" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "Veröffentlicht" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "Lila" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "Beschriftung außerhalb darstellen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "Sollen die Beschriftungen außerhalb der Torte dargestellt werden?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "Beschriftungen außerhalb des Kuchens anordnen?" @@ -9351,182 +11913,207 @@ msgstr "Beschriftungen außerhalb des Kuchens anordnen?" msgid "Put your code here" msgstr "Geben Sie Ihren Code hier ein" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "Python-Funktionen" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "Python Datetime-Zeichenfolge" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Python-Funktionen" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "DATEN IN SQL LAB ABFRAGEN " -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "Quartal" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format msgid "Quarters %s" msgstr "Quartale %s" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +msgid "Queries" +msgstr "Abfragen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "Abfrage" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "Abfrage %s: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 msgid "Query A" msgstr "Abfrage A" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 msgid "Query B" msgstr "Abfrage B" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "Abfrageverlauf" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +msgid "Query does not exist" +msgstr "Abfrage ist nicht vorhanden" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Abfragenverlauf" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "Abfrage importiert" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Abfrage auf einer neuen Registerkarte" -#: superset/errors.py:126 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "Die Abfrage ist zu komplex und dauert zu lange." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 msgid "Query mode" msgstr "Abfragemodus" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Abfragename" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "Abfragen-Voransicht" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "Abfrage wurde angehalten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "Die Abfrage wurde gestoppt." -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "BEREICHSTYP" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "BERICHTNAMEN FEHLER" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "RGB-Farbe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "Radar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "Radar-Diagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "Radar-Darstellungsart, ob die Kreisform angezeigt werden soll." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "Radial" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "Radius in Kilometern" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "Radius in meters" +msgstr "Radius in Metern" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "Radius in Meilen" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "Ausgeführt %s" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Range" msgstr "Bereich" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "Bereichsfilter" @@ -9547,19 +12134,24 @@ msgstr "Bereiche" msgid "Ranges to highlight with shading" msgstr "Bereiche, die mit Schattierung hervorgehoben werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "Rangliste" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 msgid "Ratio" msgstr "Verhältnis" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "Rohdatensätze" @@ -9567,7 +12159,7 @@ msgstr "Rohdatensätze" msgid "Ready to review filters in this dashboard?" msgstr "Bereit, die Filter In diesem Dashboard zu prüfen?" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "Wiederaufbau" @@ -9575,42 +12167,42 @@ msgstr "Wiederaufbau" msgid "Recent activity" msgstr "Kürzliche Aktivitäten" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 -msgid "Recently created charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/features/home/EmptyState.tsx:107 +msgid "" +"Recently created charts, dashboards, and saved queries will appear here" msgstr "" -"Kürzlich erstellte Diagramme, Dashboards und gespeicherte Abfragen werden" -" hier angezeigt" +"Kürzlich erstellte Diagramme, Dashboards und gespeicherte Abfragen werden " +"hier angezeigt" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 -msgid "Recently edited charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/features/home/EmptyState.tsx:116 +msgid "" +"Recently edited charts, dashboards, and saved queries will appear here" msgstr "" "Kürzlich bearbeitete Diagramme, Dashboards und gespeicherte Abfragen " "werden hier angezeigt" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "Kürzlich geändert" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 -msgid "Recently viewed charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/features/home/EmptyState.tsx:102 +msgid "" +"Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" "Kürzlich angezeigte Diagramme, Dashboards und gespeicherte Abfragen " "werden hier angezeigt" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "Kürzlich" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "Empfänger*innen" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "Empfänger werden durch \",\" oder \";\" getrennt." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "Empfohlene Tags" @@ -9618,49 +12210,46 @@ msgstr "Empfohlene Tags" msgid "Record Count" msgstr "Anzahl Datensätze" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "Rechteck" -#: superset/connectors/druid/views.py:330 +#: superset/connectors/sqla/views.py:446 msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Leitet zu diesem Endpunkt um, wenn Sie in der Datenquellenliste auf die " -"Datenquelle klicken" - -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +"Redirects to this endpoint when clicking on the table from the table list" msgstr "" "Leitet zu diesem Endpunkt um, wenn Sie in der Tabellenliste auf die " "Tabelle klicken" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "Aktion wiederholen" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "Reduzieren Sie X Ticks" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " "will be applied to columns and the width may overflow into an horizontal " "scroll." msgstr "" -"Reduziert die Anzahl der darzustellenden X-Achsen-Ticks. Wenn WAHR, läuft" -" die x-Achse nicht über und Beschriftungen fehlen möglicherweise. Wenn " +"Reduziert die Anzahl der darzustellenden X-Achsen-Ticks. Wenn WAHR, läuft " +"die x-Achse nicht über und Beschriftungen fehlen möglicherweise. Wenn " "FALSCH, wird eine Mindestbreite auf Spalten angewendet und die Breite " "kann in einen horizontalen Bildlauf überlaufen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "Weitere Informationen finden Sie im" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "Referenzierte Spalten sind in DataFrame nicht verfügbar." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "Ergebnisse erneut anfordern" @@ -9668,44 +12257,48 @@ msgstr "Ergebnisse erneut anfordern" msgid "Refresh" msgstr "Aktualisieren" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Druid Metadaten aktualisieren" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "Metadaten aktualisieren" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "Spalten-Metadaten aktualisieren" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Dashboard aktualisieren" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "Aktualisierungsfrequenz" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "Aktualisierungsinterval" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" +msgstr "Aktualisierungsintervall gespeichert" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" +msgstr "Tabellenliste aktualisieren" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +msgid "Refresh tables" +msgstr "Aktualisieren von Tabellen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "Aktualisieren der Standardwerte" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "Aktualisierte Metadaten aus Cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +msgid "Refreshing charts" +msgstr "Aktualisieren von Diagrammen" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "Aktualisieren der Datenquelle [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" +msgstr "Aktualisieren von Spalten" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "Regex" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9719,9 +12312,10 @@ msgstr "" "können, wenn auf sie keine RLS-Filter angewendet werden." #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 msgid "Relational" msgstr "Relational" @@ -9731,29 +12325,37 @@ msgstr "Relational" msgid "Relationships between community channels" msgstr "Beziehungen zwischen Community-Kanälen" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "Relatives Datum/Uhrzeit" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "Relativer Zeitraum" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "Relative Menge" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +msgid "Reload" +msgstr "Neu laden" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "In 24 Stunden erinnern" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "Entfernen" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +msgid "Remove cross-filter" +msgstr "Kreuzfilter entfernen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "Ungültige Filter entfernen" @@ -9761,147 +12363,162 @@ msgstr "Ungültige Filter entfernen" msgid "Remove item" msgstr "Element entfernen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Abfrage aus Protokoll entfernen" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "Tabellenvorschau entfernen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "Entfernte Spalten: %s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "Registerkarte umbenennen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "Darstellen" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "Ersetzen" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "Melden" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +msgid "Report Name" +msgstr "Berichtname" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "Report-Ausführungsplan konnte nicht erstellt werden." -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "Report-Ausführungsplan konnte nicht gelöscht werden." -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "Report-Ausführungsplan konnte nicht aktualisiert werden." -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "Fehler beim Löschen des Report-Ausführungsplans." -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." -msgstr "Report-Ausführungsplan Ausführungsfehler beim Generieren einer CSV-Datei." +msgstr "" +"Report-Ausführungsplan Ausführungsfehler beim Generieren einer CSV-Datei." -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" "Report-Ausführungsplan Fehler beim Generieren der Daten für geplanten " "Report." -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" "Report-Ausführungsplan Die Ausführung des Zeitplans ist beim Generieren " "eines Screenshots fehlgeschlagen." -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "Unerwarteter Fehler bei der Ausführung des geplanten Reports." -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." -msgstr "Geplanter Bericht wird noch erstellt. Derzeit keine Neuerstellung möglich." +msgstr "" +"Geplanter Bericht wird noch erstellt. Derzeit keine Neuerstellung möglich." -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "Fehler beim Beschneiden des Report-Ausführungsplan-Logs." -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "Report-Ausführungsplan nicht gefunden." -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "Report-Ausführungsplanparameter sind ungültig." -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "Erstellung des geplanter Reports hat zulässige Zeit überschritten." -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "Geplanter Report Sellenium Benutzer*in nicht gefunden" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "Geplanter Report Status nicht gefunden" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "Fehler melden" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Report fehlgeschlagen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Name des Reports" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Report-Zeitplan" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +msgid "Report schedule client error" +msgstr "Clientfehler beim Berichts-Zeitplan" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "Systemfehler beim Berichts-Zeitplan" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "Geplanter Report Unerwarteter Fehler" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Report wird versendet" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Report gesendet" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +msgid "Report updated" +msgstr "Bericht aktualisiert" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Reports" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 msgid "Repulsion" msgstr "Abstoßung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "Abstoßungsstärke zwischen Knoten" @@ -9909,54 +12526,92 @@ msgstr "Abstoßungsstärke zwischen Knoten" msgid "Request Permissions" msgstr "Berechtigung anfordern" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "Anfrage ist falsch: %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "Anfrage ist nicht JSON" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "Datenfeld fehlt in Abfrage." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "Zeitüberschreitung der Anforderung" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "Erforderlich" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "Erforderliche Steuerwerte wurden entfernt" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "Resample" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "Pandas Methode zur Stichprobenwiederholung (resample)" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" +"Für den Stichprobenwiederholung ist ein Datetime-Index erforderlich." + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "Zurücksetzen" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "Status zurücksetzen" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "Resource verfügt bereits über einen angefügten Bericht." + +#: superset/temporary_cache/commands/exceptions.py:49 +msgid "Resource was not found." +msgstr "Ressource wurde nicht gefunden." + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "Filter wiederherstellen" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "Ergebnisse" -#: superset/sql_lab.py:375 superset/views/core.py:2268 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, python-format +msgid "Results %s" +msgstr "Ergebnisse %s" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "Das Ergebnis-Backend ist nicht konfiguriert." -#: superset/errors.py:117 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" "Das Ergebnis-Backend, das für asynchrone Abfragen benötigt wird, ist " @@ -9966,31 +12621,35 @@ msgstr "" msgid "Return to specific datetime." msgstr "Kehren Sie zu bestimmtem Zeitpunkt zurück." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "Länge/Breite vertauschen " + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "Länge/Breite vertauschen " -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "Umfangreicher Tooltip" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "Umfangreicher Tooltip" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "Rechts" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "Format der rechten Achse" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 msgid "Right Axis Metric" msgstr "Metrik der rechten Achse" @@ -9998,202 +12657,236 @@ msgstr "Metrik der rechten Achse" msgid "Right Axis chart(s)" msgstr "Diagramm(e) der rechten Achse" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "Metrik der rechten Achse" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "Rechts nach links" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "Rechter Wert" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" +"Klicken Sie mit der rechten Maustaste auf einen Bemaßungswert, um einen " +"Drilldown um diesen Wert durchzuführen." + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "Rolle" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgid "" +"Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -"Rolle %(r)s wurde erweitert, um den Zugriff auf die Datenquelle %(ds)s zu" -" gewähren" +"Rolle %(r)s wurde erweitert, um den Zugriff auf die Datenquelle %(ds)s zu " +"gewähren" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 +#: superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Rollen" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn " "Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf " -"Datensatzebene umgangen. Wenn keine Rollen definiert sind, steht das " -"Dashboard allen Rollen zur Verfügung." +"Datensatzebene umgangen. Wenn keine Rollen definiert sind, werden die " +"generellen Berechtigungen angewendet." -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" "Rollen ist eine Liste, die den Zugriff auf das Dashboard definiert. Wenn " "Sie einer Rolle Zugriff auf ein Dashboard gewähren, werden Prüfungen auf " -"Datensatzebene umgangen. Wenn keine Rollen definiert sind, steht das " -"Dashboard allen Rollen zur Verfügung." +"Datensatzebene umgangen. Wenn keine Rollen definiert sind, werden die " +"generellen Berechtigungen angewendet." -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "Zu vergebende Rollen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "Rollierende Funktion" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "Rollierendes Fenster" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "Rollierende Funktion" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "Rollierendes Fenster" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "Root-Zertifikat" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "Wurzelknoten-ID" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "Achsenbeschriftung drehen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "X-Achsenbeschriftung drehen" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "Rotation, die auf Wörter in der Cloud angewendet werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "Runde Kappe" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "Zeile" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "Sicherheit auf Zeilenebene" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" +"Zeile mit den Überschriften, die als Spaltennamen verwendet werden sollen " +"(0 ist die erste Datenzeile). Leer lassen, wenn keine Kopfzeile vorhanden " +"ist." + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -"Zeile mit den Überschriften, die als Spaltennamen verwendet werden sollen" -" (0 ist die erste Datenzeile). Leer lassen, wenn keine Kopfzeile " -"vorhanden ist." +"Zeile mit den Überschriften, die als Spaltennamen verwendet werden sollen " +"(0 ist die erste Datenzeile). Leer lassen, wenn keine Kopfzeile vorhanden " +"ist." -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "Sicherheitsfilter auf Zeilenebene" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "Zeilenlimit" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "Zeilen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "Zeilen pro Seite, 0 bedeutet keine Paginierung" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "Zeilen Zwischensummenposition" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "Zu lesende Zeilen" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "Regel" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "Ausführen" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" -msgstr "Führen sie eine Abfrage aus, um die Ergebnisse hier anzuzeigen" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" +msgstr "Abfrage zum Anzeigen des Abfrageverlaufs ausführen" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" +msgstr "Abfrage zum Anzeigen der Ergebnisse ausführen" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "Ausführen in SQL Lab" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Abfrage ausführen" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "Abfrage ausführen (Strg + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "Abfrage auf einer neuen Registerkarte ausführen" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Auswahl ausführen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "Läuft" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "Führe Anweisung %(statement_num)s von %(statement_count)s aus" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "SA" @@ -10202,34 +12895,39 @@ msgstr "SA" msgid "SEP" msgstr "SEP" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "SHA" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "SQL kopiert!" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "SQL-Editor" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "SQL-Ausdruck" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL Lab" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "SQL Lab Anzeige" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -10248,45 +12946,118 @@ msgstr "" "Abfrageregisterkarten.\n" "Sie können erneut auf diese Abfragen zugreifen, indem Sie die Funktion " "Speichern verwenden, bevor Sie die Registerkarte löschen.\n" -"Beachten Sie, dass Sie andere SQL Lab-Fenster schließen müssen, bevor Sie" -" dies tun." +"Beachten Sie, dass Sie andere SQL Lab-Fenster schließen müssen, bevor Sie " +"dies tun." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "SQL Abfrage" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "SQL-Ausdruck" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "SQL Abfrage" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "SQLAlchemy-URI" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "SSH-Host" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" +msgstr "SSH-Passwort" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "SSH Port" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "SSH-Tunnel" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "Konfigurationsparameter für den SSH-Tunnel" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +msgid "SSH Tunnel could not be deleted." +msgstr "SSH-Tunnel konnte nicht gelöscht werden." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +msgid "SSH Tunnel could not be updated." +msgstr "SSH-Tunnel konnte nicht aktualisiert werden." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +msgid "SSH Tunnel not found." +msgstr "SSH-Tunnel nicht gefunden." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." +msgstr "SSH-Tunnelparameter sind ungültig." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "SSH-Tunneling ist nicht aktiviert" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "SSL-Modus „require“ wird verwendet." #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "START (INKLUSIVE)" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "SCHRITT %(stepCurr)s VON %(stepLast)s" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "TEXT" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "SO" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "Standardabweichung von Stichprobe" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "Stichprobenvarianz" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "Beispiele" + +#: superset/datasets/commands/exceptions.py:177 +msgid "Samples for dataset could not be retrieved." +msgstr "Beispiele für Datensatz konnten nicht abgerufen werden." + +#: superset/explore/exceptions.py:45 +msgid "Samples for datasource could not be retrieved." +msgstr "Beispiele für die Datenquelle konnten nicht abgerufen werden." + +#: superset/viz.py:1935 msgid "Sankey" msgstr "Sankey" @@ -10298,112 +13069,167 @@ msgstr "Sankey-Diagramm" msgid "Sankey Diagram with Loops" msgstr "Sankey-Diagramm mit Schleifen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Satellite" +msgstr "Satellit" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "Satellit Straßen" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "Samstag" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Speichern" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Speichern & Erkunden" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Speichern & zum Dashboard gehen" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +msgid "Save & go to new dashboard" +msgstr "Speichern & zum neuen Dashboard wechseln" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Speichern (Überschreiben)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Speichern als" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Speichern unter ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +msgid "Save as Dataset" +msgstr "Als Datensatz speichern" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +msgid "Save as dataset" +msgstr "Als Datensatz speichern" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Speichern unter…" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "Als neues Dashboard speichern" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +msgid "Save as..." +msgstr "Speichern unter..." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "Speichern unter:" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +msgid "Save changes" +msgstr "Änderungen speichern" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Diagramm speichern" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Dashboard speichern" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +msgid "Save dataset" +msgstr "Datensatz speichern" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "Für diese Sitzung speichern" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "Speichern oder Überschreiben des Datensatzes" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Speichere Abfrage" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "Speichern Sie die Abfrage, um diese Funktion zu aktivieren" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" +"Speichern Sie diese Abfrage als virtuellen Datensatz, um mit der " +"Erkundung fortzufahren." + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +msgid "Save to new dashboard" +msgstr "Im neuem Dashboard speichern" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Speichern als" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Gespeicherte Abfragen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "Gespeicherte Ausdrücke" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Gespeicherte Abfragen" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Gespeicherte Abfragen" @@ -10419,190 +13245,226 @@ msgstr "Gespeicherte Abfrage nicht gefunden." msgid "Saved query parameters are invalid." msgstr "Gespeicherte Abfrageparameter sind ungültig." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "Skalieren und Verschieben" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "Nur Skalieren" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "Neue Datenquellen suchen" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "Streudiagramm" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "Streudiagramm" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" +"Das Punktdiagramm hat die horizontale Achse in linearen Einheiten, und " +"die Punkte sind in der richtigen Reihenfolge verbunden. Es zeigt eine " +"statistische Beziehung zwischen zwei Variablen." + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "Zeitplan" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" -msgstr "Planen von E-Mail-Berichten für Diagramme" - -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "Planen von E-Mail-Berichten für Dashboards" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" +msgstr "Planen eines neuen E-Mail-Berichts" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:224 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "Planen von E-Mail-Reports" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Abfrage einplanen" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Zeitplan-Einstellungen" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Abfrage in regelmäßigen Abständen einplanen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "Geplant" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "Geplant um (UTC)" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "Geplante Berichte werden als PNG an Ihre E-Mail-Adresse gesendet" - -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" +msgstr "Geplanter Task-Executor nicht gefunden" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 +#: superset/views/database/forms.py:144 superset/views/database/forms.py:311 +#: superset/views/database/forms.py:442 msgid "Schema" msgstr "Schema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "Zeitüberschreitung Schema-Zwischenspeicher" -#: superset/connectors/sqla/views.py:440 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "Schema nicht definiert" + +#: superset/connectors/sqla/views.py:429 +msgid "" +"Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" "Schema, wie es nur in einigen Datenbanken wie Postgres, Redshift und DB2 " "verwendet wird" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" -msgstr "Für CSV-Upload zugelassene Schemata" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" +msgstr "Zulässige Schemata für den Datei-Upload" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "Geltungsbereich" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "Auswahlverfahren" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "Scrollen" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" +"Scrollen Sie nach unten, um das Überschreiben von Änderungen zu " +"aktivieren. " + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Suche" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "Suchen / Filtern" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "Metriken & Spalten durchsuchen" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "Alle Diagramm durchsuchen" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "Alle Dashboards durchsuchen" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "Alle Filteroptionen durchsuchen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "Suchfeld" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "Suche nach Abfragetext" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +msgid "Search columns" +msgstr "Suchspalten" + +#: superset-frontend/src/components/Table/index.tsx:202 +msgid "Search in filters" +msgstr "Suche in Filtern" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +msgid "Search tables" +msgstr "Tabellen durchsuchen" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "Suche..." -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "Sekunde" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "Sekundär" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "Sekundäre Metrik" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "Sekundäres y-Achsenformat" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "Titel der sekundären y-Achse" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "Sekunden %s" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "Sicherheit Extra" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Sicherheit extra" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Sicherheit" @@ -10610,102 +13472,160 @@ msgstr "Sicherheit" msgid "Security & Access" msgstr "Sicherheit & Zugriff" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "Alle %(tableName)s ansehen" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "Weniger anzeigen" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "Mehr anzeigen" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +msgid "See query details" +msgstr "Abfragedetails anzeigen" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "Siehe Tabellenschema" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "Auswählen" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Auswählen …" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "Übermittlungsmethode hinzufügen" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "Visualisierungstyp wählen" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" -"Wählen Sie eine CSV-Datei aus, die in eine Datenbank hochgeladen werden " -"soll." - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" "Wählen Sie eine tabellarische Datei aus, die in eine Datenbank " "hochgeladen werden soll." -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -"Wählen Sie eine Excel-Datei aus, die in eine Datenbank hochgeladen werden" -" soll." +"Wählen Sie eine Excel-Datei aus, die in eine Datenbank hochgeladen werden " +"soll." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "Spalte wählen" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 msgid "Select a dashboard" msgstr "Dashboard auswählen" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "Auswählen einer Datenbanktabelle und Erstellen eines Datensatzes" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +msgid "Select a database table." +msgstr "Wählen Sie eine Datenbanktabelle aus." + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" +msgstr "" +"Wählen Sie eine Datenbank aus, mit der eine Verbindung hergestellt werden " +"soll" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" +"Wählen Sie eine Datenbank aus, in die die Datei hochgeladen werden soll" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "Auswählen einer Datenbank zum Schreiben einer Abfrage" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "Wählen Sie eine Dimension" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" +"Wählen Sie eine Datei aus, die in die Datenbank hochgeladen werden soll" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "Wählen Sie ein Schema aus, wenn die Datenbank dies unterstützt" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Visualisierungstyp wählen" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "Aggregierungsoptionen auswählen" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +msgid "Select all data" +msgstr "Alle Daten auswählen" + +#: superset-frontend/src/components/Table/index.tsx:201 +msgid "Select all items" +msgstr "Alle Elemente auswählen" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "Auswählen beliebiger Spalten für die Metadatenüberprüfung" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 msgid "Select charts" msgstr "Diagramme auswählen" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "Farbschema auswählen" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "Spalte auswählen" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" -msgstr "Tabelle auswählen oder Tabellennamen eingeben" +#: superset-frontend/src/components/Table/index.tsx:204 +msgid "Select current page" +msgstr "Aktuelle Seite auswählen" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +msgid "Select database & schema" +msgstr "Datenbank & Schema auswählen" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" +msgstr "Datenbank auswählen oder tippen zum Suchen von Datenbanken" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +msgid "Select database table" +msgstr "Datenbanktabelle auswählen" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " @@ -10715,7 +13635,15 @@ msgstr "" "Registerkarte Erweitert ausgefüllt werden, um die Datenbank erfolgreich " "zu verbinden. Erfahren Sie, welche Anforderungen Ihre Datenbanken haben " -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +msgid "Select dataset source" +msgstr "Datensatz-Quelle auswählen" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +msgid "Select file" +msgstr "Datei auswählen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "Filter auswählen" @@ -10724,78 +13652,92 @@ msgstr "Filter auswählen" msgid "Select filter plugin using AntD" msgstr "Filter-Plugin mit AntD auswählen" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" -msgstr "" -"Standardmäßig das erste Element auswählen (bei Verwendung dieser Option " -"kann der Standardwert nicht festgelegt werden)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "Standardmäßig erste Ersten Filterwert auswählen" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "Operator auswählen" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "Wert eingeben oder auswählen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" +msgstr "Datensatzname auswählen oder eingeben" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 msgid "Select owners" msgstr "Besitzende auswählen" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "Übergeordnete Filter auswählen" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "Gespeicherte Metriken auswählen" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" -msgstr "Tabelle auswählen oder Tabellennamen eingeben" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" +msgstr "Schema auswählen oder tippen, um Schemas zu suchen" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "Schema auswählen" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "Start- und Enddatum auswählen" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "Betreff auswählen" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" -msgstr "Tabelle auswählen oder Tabellennamen eingeben" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" +msgstr "Tabelle auswählen oder tippen, um Tabellen zu suchen" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." +msgstr "Wählen Sie den Anmerkungs-Layer aus, den Sie verwenden möchten." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" +msgstr "Wählen Sie die GeoJSON-Spalte aus" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "Wählen Sie die Anzahl der Klassen für das Histogramm aus" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "Auswählen der numerischen Spalten zum Zeichnen des Histogramms" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" +"Wählen Sie Werte in hervorgehobenen Feldern im Bedienfeld aus. Führen Sie " +"dann die Abfrage aus, indem Sie auf die Schaltfläche %s klicken." + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "Als CSV senden" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "Als PNG senden" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "Als Text senden" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "Bereichsfilter-Ereignisse an andere Diagramme senden" @@ -10803,99 +13745,138 @@ msgstr "Bereichsfilter-Ereignisse an andere Diagramme senden" msgid "September" msgstr "September" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "Fortlaufend" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" -msgstr "Serien" +msgstr "Zeitreihen" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" -msgstr "Serienhöhe" +msgstr "Zeitreihenhöhe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "Zeitreihenlimit Sortieren nach" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "Zeitreihenlimit absteigend sortieren" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +msgid "Series Order" +msgstr "Zeitreihen-Reihenfolge" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" -msgstr "Serienstil" +msgstr "Zeitreihenstil" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" -msgstr "Seriendiagrammtyp (Linie, Balken usw.)" +msgstr "Zeitreihendiagrammtyp (Linie, Balken usw.)" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" -msgstr "Serienbegrenzung" +msgstr "Zeitreihenbegrenzung" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 msgid "Series type" -msgstr "Serientyp" +msgstr "Zeitreihentyp" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "Server-Seitenlänge" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "Server-Paginierung" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "Dienstkonto" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "Auto-Aktualisieren-Interval setzen" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "Festlegen der Filterzuordnung" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "E-Mail-Report einrichten" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" +"Legt die Hierarchieebenen des Diagramms fest. Jede Ebene ist\n" +" dargestellt durch einen Ring mit dem innersten Kreis als Spitze " +"der Hierarchie." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "Einstellungen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "Einstellungen für Zeitreihen" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Teilen" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "Diagramm per Email teilen" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" -msgstr "Dashboard per Email teilen" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" +msgstr "Permalink per E-Mail teilen" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Geteilte Abfrage" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +msgid "Shared query fields" +msgstr "Freigegebene Abfragefelder" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Blattname" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "UMSCHALT+Klicken um nach mehreren Spalten zu sortieren" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "Kurzbeschreibung muss für diese Ebene eindeutig sein" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." @@ -10903,15 +13884,15 @@ msgstr "" "Sollte tägliche Saisonalität angewendet werden. Ein ganzzahliger Wert " "gibt die Fourier-Reihenfolge der Saisonalität an." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -"Sollte wöchentliche Saisonalität angewendet werden. Ein ganzzahliger Wert" -" gibt die Fourier-Reihenfolge der Saisonalität an." +"Sollte wöchentliche Saisonalität angewendet werden. Ein ganzzahliger Wert " +"gibt die Fourier-Reihenfolge der Saisonalität an." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." @@ -10919,35 +13900,31 @@ msgstr "" "Sollte jährliche Saisonalität angewendet werden. Ein ganzzahliger Wert " "gibt die Fourier-Reihenfolge der Saisonalität an." -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "Anmerkungen anzeigen" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "Anmerkungsebene anzeigen" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "Anzeigen" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 msgid "Show Bubbles" msgstr "Blasen anzeigen" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "CREATE VIEW-Anweisung anzeigen" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "CSS Vorlagen anzeigen" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Diagramm anzeigen" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Spalte anzeigen" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "Dashboard anzeigen" @@ -10955,39 +13932,16 @@ msgstr "Dashboard anzeigen" msgid "Show Database" msgstr "Datenbank anzeigen" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Druid Cluster anzeigen" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Druid Spalte anzeigen" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Druid Datenquelle anzeigen" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Druid Metrik anzeigen" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "Dropdown-Liste Druid-Granularität anzeigen" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "Druid Zeitursprung anzeigen" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "Beschriftung anzeigen" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "Weniger anzeigen..." @@ -10995,11 +13949,12 @@ msgstr "Weniger anzeigen..." msgid "Show Log" msgstr "Protokoll anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "Markierungen anzeigen" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Metrik anzeigen" @@ -11007,39 +13962,32 @@ msgstr "Metrik anzeigen" msgid "Show Metric Names" msgstr "Metriknamen anzeigen" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "Beobachtung anzeigen" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 msgid "Show Range Filter" msgstr "Bereichsfilter anzeigen" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "Sicherheitsfilter auf Zeilenebene anzeigen" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "SQL Zeitspalte anzeigen" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "Zeige SQL Zeiteinheiten Dropddown-Liste" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "Gespeicherte Abfrage anzeigen" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Tabelle anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "Zeitstempel anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +msgid "Show Total" +msgstr "Gesamtsumme anzeigen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "Trendlinie anzeigen" @@ -11047,123 +13995,155 @@ msgstr "Trendlinie anzeigen" msgid "Show Upper Labels" msgstr "Obere Beschriftungen anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "Wert anzeigen" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 msgid "Show Values" msgstr "Werte anzeigen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "Y-Achse anzeigen" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" +"Y-Achse auf der Sparkline anzeigen. Zeigt die manuell eingestellten Min/" +"Max-Werte an, falls festgelegt, andernfalls Min/Max-Werte der Daten." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 msgid "Show all columns" msgstr "Alle Spalten anzeigen" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "Zeige alle …" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "Anzeigen von Achsenlinien-Ticks" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "Zellenbalken anzeigen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +msgid "Show chart description" +msgstr "Diagrammbeschreibung anzeigen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 msgid "Show columns total" msgstr "Spaltensumme anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "Datenpunkte als Kreismarkierungen auf den Linien darstellen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +msgid "Show empty columns" +msgstr "Leere Spalten anzeigen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -"Hierarchische Beziehungen von Daten anzeigen, wobei der Wert durch die " -"Fläche dargestellt wird, die Anteil und Beitrag zum Ganzen darstellt." +"Zeigen Sie hierarchische Beziehungen von Daten, wobei der Wert durch " +"Fläche dargestellt wird, der Anteil und Beitrag zum Ganzen zeigt." -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "Info-Tooltip anzeigen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "Beschriftung anzeigen" #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 msgid "Show labels when the node has children." -msgstr "Zeigen Sie Beschriftungen an, wenn der Knoten untergeordnete Elemente hat." +msgstr "" +"Zeigen Sie Beschriftungen an, wenn der Knoten untergeordnete Elemente hat." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "Legende anzeigen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 msgid "Show less columns" msgstr "Weniger Spalten anzeigen" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "Weniger..." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "Nur meine Diagramme anzeigen" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +msgid "Show password." +msgstr "Passwort anzeigen." + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "Prozentsatz anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "Zeiger anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 msgid "Show progress" msgstr "Fortschritt anzeigen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "Zeilensumme anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "Reihenwerten im Diagramm anzeigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "Geteilte Linien anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "Anzeigen des Werts oben auf der Leiste" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "Zeitspalte anzeigen" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "Dropdown-Liste Zeiteinheiten anzeigen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" -"Show total aggregations of selected metrics. Note that row limit does not" -" apply to the result." +"Show total aggregations of selected metrics. Note that row limit does not " +"apply to the result." msgstr "" "Zeigen Sie die Gesamtaggregationen ausgewählter Metriken an. Beachten " "Sie, dass das Zeilenlimit nicht für das Ergebnis gilt." -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "Gesamtwerte anzeigen" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " @@ -11173,17 +14153,17 @@ msgstr "" "verwendet, um die Aufmerksamkeit auf einen KPI oder die eine Information " "zu lenken, auf die sich Ihr Publikum konzentrieren soll." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " -"attention to an important metric along with its change over time or other" -" dimension." +"attention to an important metric along with its change over time or other " +"dimension." msgstr "" "Zeigt eine einzelne Zahl zusammen mit einem einfachen Liniendiagramm, um " "die Aufmerksamkeit auf eine wichtige Metrik zusammen mit ihrer " "Veränderung im Laufe der Zeit oder einer anderen Dimension zu lenken." -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -11198,11 +14178,11 @@ msgid "" "Showcases the flow or link between categories using thickness of chords. " "The value and corresponding thickness can be different for each side." msgstr "" -"Zeigt den Fluss oder die Verknüpfung zwischen Kategorien anhand der Dicke" -" der Sehnen. Der Wert und die entsprechende Dicke können für jede Seite " +"Zeigt den Fluss oder die Verknüpfung zwischen Kategorien anhand der Dicke " +"der Sehnen. Der Wert und die entsprechende Dicke können für jede Seite " "unterschiedlich sein." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." @@ -11210,21 +14190,26 @@ msgstr "" "Zeigt den Fortschritt einer einzelnen Metrik gegenüber einem bestimmten " "Ziel. Je höher die Füllung, desto näher ist die Metrik am Ziel." -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Sie sehen %s von %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" -msgstr "Zeigt eine Liste aller zu diesem Zeitpunkt verfügbaren Serien an." +msgstr "" +"Zeigt eine Liste aller zu diesem Zeitpunkt verfügbaren Zeitreihen an." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "Ein- oder Ausblenden von Markern für die Zeitreihe" #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " -"smaller rectangles with areas proportional to their value or contribution" -" to the whole. Those rectangles may also, in turn, be further segmented " +"smaller rectangles with areas proportional to their value or contribution " +"to the whole. Those rectangles may also, in turn, be further segmented " "hierarchically." msgstr "" "Zeigt die Zusammensetzung eines Datensatzes an, indem ein bestimmtes " @@ -11232,22 +14217,22 @@ msgstr "" "proportional zu ihrem Wert oder Beitrag zum Ganzen sind. Diese Rechtecke " "können wiederum auch hierarchisch weiter segmentiert werden." -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "Signifikanzniveau" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "Einfach" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "Einfache Ad-hoc-Metriken sind für diesen Datensatz nicht aktiviert" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "Einzeln" @@ -11256,29 +14241,28 @@ msgstr "Einzeln" msgid "Single Metric" msgstr "Einzelne Metrik" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "Einzelner Wert" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "Einzelner Wert" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "Einzelwerttyp" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "Größe der Kantensymbole" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "Größe des Markers. Gilt auch für Prognosebeobachtungen." @@ -11286,87 +14270,137 @@ msgstr "Größe des Markers. Gilt auch für Prognosebeobachtungen." msgid "Sizes of vehicles" msgstr "Fahrzeuggrößen" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "Leerzeilen überspringen" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "Führende Leerzeichen überspringen" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "Zeilen überspringen" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "Überspringen Sie Leerzeilen, anstatt sie als NaN-Werte zu interpretieren." +#: superset/views/database/forms.py:178 +msgid "" +"Skip blank lines rather than interpreting them as Not A Number values" +msgstr "" +"Überspringen Sie Leerzeilen, anstatt sie als Nicht-Zahl-Werte zu " +"interpretieren" -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "Leerzeichen nach Trennzeichen überspringen." -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Slack-Kanal" - -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Kopfzeile" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "Klein" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "Kleines Zahlenformat" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "Glatte Linie" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" +"„Glatte Linie“ ist eine Variante des Liniendiagramms. Ohne Winkel und " +"harte Kanten wirkt „Glatte Linie“ manchmal passender und professioneller." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "Durchgezogen" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "Einige Rollen sind nicht vorhanden" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "Etwas ist schief gelaufen." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" "Beim Abrufen von Datenbankinformationen ist leider ein Fehler " "aufgetreten: %s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " -msgstr "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten: " +msgstr "" +"Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten: " -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "Leider ist ein Fehler aufgetreten" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "Leider ist ein Fehler aufgetreten" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "Leider ist ein unbekannter Fehler aufgetreten" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "Leider ist ein unbekannter Fehler aufgetreten." + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" +"Entschuldigung, etwas ist schief gelaufen. Die Einbettung konnte nicht " +"deaktiviert werden." + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." -msgstr "Entschuldigung, etwas ist schief gegangen. Versuchen Sie es später erneut." +msgstr "" +"Entschuldigung, etwas ist schief gegangen. Versuchen Sie es später erneut." #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 msgid "Sorry, there appears to be no data" msgstr "Leider scheint es keine Daten zu geben" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "Leider ist beim Speichern dieses %s ein Fehler aufgetreten: %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" -msgstr "Leider ist beim Speichern dieses Dashboards ein Fehler aufgetreten: %s" +msgstr "" +"Leider ist beim Speichern dieses Dashboards ein Fehler aufgetreten: %s" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "Entschuldigung. Ihr Browser unterstützt leider kein Kopieren." -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" "Ihr Browser unterstützt leider kein Kopieren. Verwenden Sie Strg / Cmd + " @@ -11374,122 +14408,119 @@ msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "Sortieren" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 msgid "Sort Bars" msgstr "Balken sortieren" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "Absteigend sortieren" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "Sortiermetrik" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +msgid "Sort Series Ascending" +msgstr "Zeitreihen aufsteigend sortieren" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +msgid "Sort Series By" +msgstr "Zeitreihen sortieren nach" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "X-Achse sortieren" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "Y-Achse sortieren" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "Aufsteigend sortieren" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "Sortieren Sie Balken nach x-Beschriftungen." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "Sortieren nach" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "Sortieren nach %s" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "Nach Metrik sortieren" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "Spalten alphabetisch sortieren" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "Spalten sortieren nach" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "Absteigend sortieren" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "Filterwerte sortieren" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "Metrik anzeigen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "Zeilen sortieren nach" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "Sortieren von Zeitreihen in aufsteigender Reihenfolge" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "Art der Sortierung" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Quelle" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "Quelle / Ziel" @@ -11497,64 +14528,99 @@ msgstr "Quelle / Ziel" msgid "Source SQL" msgstr "Quell-SQL" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "Quellkategorie" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "Sparkline" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "Raumbezug" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "Spezifisches Datum/Uhrzeit" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." -msgstr "Geben Sie ein Schema an (wenn die Datenbankvariante dies unterstützt)." +msgstr "" +"Geben Sie ein Schema an (wenn die Datenbankvariante dies unterstützt)." -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "Geben Sie doppelte Spalten als \"X.0, X.1\" an." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "Geben Sie den Namen für das CREATE TABLE AS in Schema public an:" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "Geben Sie den Namen für CREATE VIEW AS in Schema public an:" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" -"Specify the database version. This should be used with Presto in order to" -" enable query cost estimation." +"Specify the database version. This should be used with Presto in order to " +"enable query cost estimation." msgstr "" "Geben Sie die Datenbankversion an. Dies sollte mit Presto verwendet " "werden, um eine Abfragekostenschätzung zu ermöglichen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "Zahl aufteilen" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Square kilometers" +msgstr "Quadratkilometern" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +msgid "Square meters" +msgstr "Quadratmeter" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +msgid "Square miles" +msgstr "Quadratmeilen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "Gestapelt" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "Stacktrace" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "Stack-Serie" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "Reihen übereinander stapeln" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "Gestapelt" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "Gestapelte Balken" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "Gestapelter Stil" @@ -11562,82 +14628,153 @@ msgstr "Gestapelter Stil" msgid "Stacked style" msgstr "Gestapelter Stil" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "Standard-Zeitreihen" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "Start" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "Start (Längengrad, Breitengrad): " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "Start Längengrad & Breitengrad" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "Starte Prüfung" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 msgid "Start angle" msgstr "Startwinkel" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "Starten um (UT)" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "Start date" +msgstr "Startdatum" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "Startdatum im Zeitbereich enthalten" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "y-Achse bei 0 beginnen" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -"Beginnen Sie die y-Achse bei Null. Deaktivieren Sie das Kontrollkästchen," -" um die y-Achse beim Minimalwert in den Daten beginnen zu lassen." +"Beginnen Sie die y-Achse bei Null. Deaktivieren Sie das Kontrollkästchen, " +"um die y-Achse beim Minimalwert in den Daten beginnen zu lassen." -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +msgid "Started" +msgstr "Gestartet" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "Zustand" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "Anweisung %(statement_num)s von %(statement_count)s" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "Statistisch" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "Status" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "Schritt - Ende" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "Schritt - Mitte" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "Schritt - Start" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 msgid "Step type" msgstr "Schritttyp" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "Stufendiagramm" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" +"Zeitreihen-Stufenliniendiagramm (auch Schrittdiagramm genannt) ist eine " +"Variation des Liniendiagramms, wobei die Linie jedoch eine Reihe von " +"Schritten zwischen Datenpunkten bildet. Ein Schrittdiagramm kann nützlich " +"sein, wenn Sie die Änderungen anzeigen möchten, die in unregelmäßigen " +"Abständen auftreten." + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "Stopp" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Abfrage anhalten" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "Beenden der Ausführung (Strg + e)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "Ausführung abbrechen (Strg + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "Eine unsichere Datenbankverbindung wurde beendet" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +msgid "Stream" +msgstr "Stream" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "Straßen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "Stärke, mit der Graph in Richtung Mitte gezogen wird" @@ -11645,22 +14782,34 @@ msgstr "Stärke, mit der Graph in Richtung Mitte gezogen wird" msgid "Stretched style" msgstr "Gestreckter Stil" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" "Zeichenfolgen, die für Blattnamen verwendet werden (Standard ist das " "erste Blatt)." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" +msgstr "Strichfarbe" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "Strichstärke" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "Gestrichelt" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "Strukturell" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "Stil" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "Enden des Fortschrittsbalkens mit einer runden Kappe versehen" @@ -11668,29 +14817,65 @@ msgstr "Enden des Fortschrittsbalkens mit einer runden Kappe versehen" msgid "Subdomain" msgstr "Subdomain" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "Untertitel" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "Schriftgröße Untertitel" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "Senden" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "Zwischensumme" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "Erfolg" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +msgid "Successfully changed dataset!" +msgstr "Datensatz erfolgreich geändert!" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "Suffix, das hinter der Prozentanzeige angezeigt werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "Summe" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "Summe als Anteil der Spalten" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "Summe als Anteil der Zeilen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "Summe als Anteil am Gesamtbetrag" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "Summe der Werte über einen bestimmten Zeitraum" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +msgid "Sum values" +msgstr "Summenwerte" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "Sunburst" @@ -11698,32 +14883,41 @@ msgstr "Sunburst" msgid "Sunburst Chart" msgstr "Sunburst Diagramm" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +msgid "Sunburst Chart v2" +msgstr "Sunburst Diagramm v2" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "Sonntag" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "Superset Diagramm" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "Superset Embedded SDK-Dokumentation." + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Superset Diagramm" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Superset Dashboard" -#: superset/errors.py:106 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." -msgstr "Superset hat beim Ausführen eines Befehls einen Fehler festgestellt." +msgstr "" +"Superset hat beim Ausführen eines Befehls einen Fehler festgestellt." -#: superset/errors.py:107 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "Superset hat einen unerwarteten Fehler festgestellt." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "Unterstützte Datenbanken" @@ -11731,17 +14925,33 @@ msgstr "Unterstützte Datenbanken" msgid "Survey Responses" msgstr "Umfrage-Antworten" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "Gruppen und Spalten tauschen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +msgid "Swap dataset" +msgstr "Datensatz austauschen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "Zeilen und Spalten vertauschen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" +"Schweizer Taschenmesser zur Visualisierung von Daten. Wählen Sie zwischen " +"Schritt-, Linien-, Punkt- und Balkendiagrammen. Dieser Visualisierungstyp " +"hat auch viele Anpassungsoptionen." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" @@ -11749,19 +14959,19 @@ msgstr "" "Sie zwischen Schritt-, Linien-, Punkt- und Balkendiagrammen. Dieser " "Visualisierungstyp verfügt auch über viele Anpassungsoptionen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "Symbol" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "Symbol für zwei Enden der Kantenlinie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "Symbolgröße" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "Spalten aus der Quelle synchronisieren" @@ -11773,11 +14983,19 @@ msgstr "Spalten aus der Quelle synchronisieren" msgid "Syntax" msgstr "Syntax" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "TABELLEN" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "ZEITLICHE X-ACHSE" + +#: superset-frontend/src/explore/constants.ts:91 +msgid "TEMPORAL_RANGE" +msgstr "TEMPORAL_RANGE" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "DO" @@ -11786,43 +15004,44 @@ msgstr "DO" msgid "TUE" msgstr "DI" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Tabellenname" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "Registerkartentitel" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 +#: superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Tabelle" -#: superset/views/core.py:1778 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "Tabelle %(table)s wurde in der Datenbank nicht gefunden %(db)s" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "Tabelle existiert" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 +#: superset/views/database/forms.py:128 superset/views/database/forms.py:269 +#: superset/views/database/forms.py:405 msgid "Table Name" msgstr "Tabellenname" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "Tabellenansicht" @@ -11835,7 +15054,7 @@ msgstr "" "Tabelle [%(table_name)s] konnte nicht gefunden werden, überprüfen Sie " "bitte Ihre Datenbankverbindung, Ihr Schema und Ihren Tabellennamen" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" @@ -11843,11 +15062,24 @@ msgstr "" "Tabelle [%{table}s] konnte nicht gefunden werden, bitte überprüfen Sie " "Ihre Datenbankverbindung, Schema und Tabellenname, Fehler: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "Tabellen-Cache Timeout" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +msgid "Table columns" +msgstr "Tabellenspalten" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "Tabelle lädt…" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "Der Tabellenname darf kein Schema enthalten" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "Tabellenname nicht definiert" @@ -11859,24 +15091,57 @@ msgstr "" "Tabelle, die gepaarte t-Tests visualisiert, die verwendet werden, um " "statistische Unterschiede zwischen Gruppen zu verstehen." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 +#: superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Tabellen" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "Reiter" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "Tabellarisch" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +msgid "Tag could not be created." +msgstr "Tag konnte nicht erstellt werden." + +#: superset/tags/commands/exceptions.py:38 +msgid "Tag could not be deleted." +msgstr "Tag konnte nicht gelöscht werden." + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "Tag-Name ist ungültig (darf nicht ‚:‘ enthalten)" + +#: superset/tags/commands/exceptions.py:30 +msgid "Tag parameters are invalid." +msgstr "Tag-Parameter sind ungültig." + +#: superset/tags/commands/exceptions.py:42 +msgid "Tagged Object could not be deleted." +msgstr "Getaggtes Object konnte nicht gelöscht werden." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "Schlagwörter" @@ -11888,34 +15153,38 @@ msgstr "" "Gruppieren Sie Ihre Datenpunkte in Klassen, um zu sehen, wo die " "dichtesten Informationsbereiche liegen" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 msgid "Target" msgstr "Ziel" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "Zielfarbe" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "Ziel-Seitenverhältnis für Treemap-Kacheln." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "Zielkategorie" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "Zielwert" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "Vorlagenname" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Vorlagen-Parameter" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." @@ -11923,12 +15192,7 @@ msgstr "" "Vorlagen-Link. Es ist möglich, {{ metric }} oder andere Werte aus den " "Steuerelementen einzuschließen." -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "Temporaler Ausdruck wird für type: %(col_type)s nicht unterstützt" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11942,23 +15206,33 @@ msgstr "" msgid "Test Connection" msgstr "Verbindungstest" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Verbindungstest" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "Text" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "Textausrichtung" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "In E-Mail eingebetteter Text" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "" +"The API response from %s does not match the IDatabaseTable interface." +msgstr "" +"Die API-Antwort von %s stimmt nicht mit der IDatabaseTable-Schnittstelle " +"überein." + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -11966,7 +15240,7 @@ msgstr "" "Das CSS für einzelne Dashboards kann hier oder in der Dashboard-Ansicht " "geändert werden, wo Änderungen sofort sichtbar sind" -#: superset/errors.py:119 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " @@ -11974,102 +15248,127 @@ msgid "" msgstr "" "CTAS (create table as select) kann nur mit einer Abfrage ausgeführt " "werden, bei der die letzte Anweisung ein SELECT ist. Bitte stellen Sie " -"sicher, dass Ihre Abfrage eine SELECT-Anweisung als letzte Anweisung hat." -" Versuchen Sie dann erneut, die Abfrage auszuführen." +"sicher, dass Ihre Abfrage eine SELECT-Anweisung als letzte Anweisung hat. " +"Versuchen Sie dann erneut, die Abfrage auszuführen." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" +"Der GeoJsonLayer nimmt GeoJSON-formatierte Daten auf und stellt sie als " +"interaktive Polygone, Linien und Punkte (Kreise, Symbole und/oder Texte) " +"dar." + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "In der URL fehlen die Parameter dataset_id oder slice_id." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." -msgstr "Die JSON-Metrik oder Post-Aggregations-Definition." +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "Die X-Achse befindet sich nicht in der Filterliste" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to " +"the filters list?" msgstr "" -"Die URL konnte nicht identifiziert werden. Bitte überprüfen Sie auf " -"Tippfehler und stellen Sie sicher, dass die Auswahl \"Type of google " -"sheet allowed\" mit der Eingabe übereinstimmt" +"Die X-Achse befindet sich nicht in der Filterliste, weshalb sie nicht " +"als\n" +" Zeitbereichsfilter in Dashboards verwendet werden kaann. " +"Möchten Sie es zur Filterliste hinzufügen?" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "Die Zugriffsanfragen scheinen gelöscht worden zu sein" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "Die Anmerkung wurde erfolgreich gespeichert" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "Anmerkung wurde aktualisiert" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" "Die Kategorie der Quellknoten, die zum Zuweisen von Farben verwendet " -"werden. Wenn ein Knoten mehr als einer Kategorie zugeordnet ist, wird nur" -" die erste verwendet." +"werden. Wenn ein Knoten mehr als einer Kategorie zugeordnet ist, wird nur " +"die erste verwendet." + +#: superset/common/query_context_processor.py:586 +msgid "The chart datasource does not exist" +msgstr "Die Diagrammdatenquelle ist nicht vorhanden" -#: superset/common/query_context_processor.py:453 +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "Das Diagramm ist nicht vorhanden" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " -"what demographics follow your blog, or what portion of the budget goes to" -" the military industrial complex.\n" +"what demographics follow your blog, or what portion of the budget goes to " +"the military industrial complex.\n" "\n" -" Pie charts can be difficult to interpret precisely. If clarity of" -" relative proportion is important, consider using a bar or other chart " +" Pie charts can be difficult to interpret precisely. If clarity of " +"relative proportion is important, consider using a bar or other chart " "type instead." msgstr "" "Der Klassiker. Großartig, um zu zeigen, wie viel von einem Unternehmen " "jeder Investor bekommt, welche Demografie Ihrem Blog folgt oder welcher " "Teil des Budgets in den militärisch-industriellen Komplex fließt.\n" "\n" -"Kreisdiagramme können schwierig zu interpretieren sein. Wenn die Klarheit" -" des relativen Anteils wichtig ist, sollten Sie stattdessen die " -"Verwendung eines Balkens oder eines anderen Diagrammtyps in Betracht " -"ziehen." +"Kreisdiagramme können schwierig zu interpretieren sein. Wenn die Klarheit " +"des relativen Anteils wichtig ist, sollten Sie stattdessen die Verwendung " +"eines Balkens oder eines anderen Diagrammtyps in Betracht ziehen." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "Die Farbe für Punkte und Cluster in RGB" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "Das zur Diagrammanzeige verwendete Farbschema" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" "Das Farbschema wird vom zugehörigen Dashboard bestimmt.\n" -" Bearbeiten Sie das Farbschema in den Dashboardeigenschaften." +" Bearbeiten Sie das Farbschema in den Dashboard-" +"Eigenschaften." -#: superset/errors.py:100 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "Die Spaltenüberschrift" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "Die Spalte wurde in der Datenbank gelöscht oder umbenannt." -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" -msgstr "Der Ländercodestandard, den Superset in der Spalte [Land] erwarten sollte" +msgstr "" +"Der Ländercodestandard, den Superset in der Spalte [Land] erwarten sollte" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "Dashboard wurde erfolgreich gespeichert" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "Die Datenquelle scheint gelöscht worden zu sein" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -12080,7 +15379,7 @@ msgstr "" "manuell einzugeben. In den meisten Fällen sollten Benutzer*innen dies " "nicht ändern müssen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -12092,15 +15391,24 @@ msgstr "" "diese Datenbank zugreifen. Sind Sie sicher, dass Sie fortfahren möchten? " "Durch das Löschen der Datenbank werden diese Objekte ungültig." -#: superset/errors.py:127 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "Die Datenbankspalten, die Zeileninformationen enthalten" + +#: superset/sqllab/commands/estimate.py:58 +msgid "The database could not be found" +msgstr "Datenbank nicht gefunden." + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "Die Datenbank führt derzeit zu viele Abfragen aus." -#: superset/errors.py:94 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "Die Datenbank ist ungewöhnlich belastet." -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." @@ -12109,19 +15417,19 @@ msgstr "" "gefunden. Wenden Sie sich an eine*n Administrator*in, um weitere " "Unterstützung zu erhalten, oder versuchen Sie es erneut." -#: superset/errors.py:95 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "Die Datenbank hat einen unerwarteten Fehler zurückgegeben." -#: superset/errors.py:139 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "Die Datenbank wurde gelöscht." -#: superset/views/core.py:2102 superset/views/core.py:2172 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "Datenbank nicht gefunden." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -12129,14 +15437,15 @@ msgid "" "objects." msgstr "" "Der %s Datensatz ist mit %s Diagrammen verknüpft, die auf %s Dashboards " -"angezeigt werden. Sind Sie sicher, dass Sie fortfahren möchten? Durch das" -" Löschen des Datensatzes werden diese Objekte ungültig." +"angezeigt werden. Sind Sie sicher, dass Sie fortfahren möchten? Durch das " +"Löschen des Datensatzes werden diese Objekte ungültig." -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "Der diesem Diagramm zugeordnete Datensatz ist nicht mehr vorhanden" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -12152,42 +15461,50 @@ msgstr "" " änderungen sich in unerwünschter Weise\n" " auf andere Diagramme auswirken können." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "Der Datensatz wurde gespeichert" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" "Der mit diesem Diagramm verknüpfte Datensatz wurde möglicherweise " "gelöscht." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "Datenquelle konnte nicht geladen werden" -#: superset/errors.py:93 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "Die Datenquelle ist zu groß, um sie abzufragen." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" -"The description can be displayed as widget headers in the dashboard view." -" Supports markdown." +"The description can be displayed as widget headers in the dashboard view. " +"Supports markdown." msgstr "" -"Die Beschreibung kann als Widget-Titel in der Dashboard-Ansicht angezeigt" -" werden. Unterstützt Markdown." +"Die Beschreibung kann als Widget-Titel in der Dashboard-Ansicht angezeigt " +"werden. Unterstützt Markdown." #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 msgid "The distance between cells, in pixels" msgstr "Der Abstand zwischen Zellen in Pixel" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" -msgstr "Die Zeitdauer in Sekunden, bevor der Cache ungültig wird" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "" +"Die Zeitdauer in Sekunden, bevor der Cache ungültig wird. Setzen Sie " +"diese auf -1 um den Cache zu umgehen." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "Das Kodierungsformat der Zeilen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." @@ -12195,39 +15512,29 @@ msgstr "" "Das engine_params Objekt wird in den sqlalchemy.create_engine Aufrufs " "entpackt." -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " -msgstr "Folgende Einträge in 'series_columns' fehlen in ‚columns‘: %(columns)s. " - -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "In den folgenden Tabellen wurden neue Spalten hinzugefügt: %(tables)s" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "In den folgenden Tabellen wurden Spalten entfernt: %(tables)s" +msgstr "" +"Folgende Einträge in 'series_columns' fehlen in ‚columns‘: %(columns)s. " -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "Die folgenden Tabellen aktualisieren die Spaltenmetadaten: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "Die beim Aggregieren von Punkten in Gruppen zu verwendende Funktion" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" "Der Host \"%(hostname)s\" ist möglicherweise heruntergefahren und kann " "nicht erreicht werden." -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " @@ -12236,40 +15543,30 @@ msgstr "" "Der Host \"%(hostname)s\" ist möglicherweise außer Betrieb und kann über " "Port %(port)s nicht erreicht werden." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" -"Der Host ist ungültig. Bitte überprüfen Sie, ob dieses Feld korrekt " -"eingegeben wurde." - -#: superset/errors.py:105 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" "Der Host ist möglicherweise außer Betrieb und kann über den angegebenen " "Port nicht erreicht werden." -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "Der Hostname \"%(hostname)s\" kann nicht aufgelöst werden." -#: superset/errors.py:103 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "Der angegebene Hostname kann nicht aufgelöst werden." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "Die ID des aktiven Diagramms" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "Dashboard wurde erfolgreich gespeichert" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -12277,33 +15574,34 @@ msgid "" "saving if removing charts from a datasource. If you want to change the " "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -"Die Liste der Diagramme, die dieser Tabelle zugeordnet sind. Durch Ändern" -" dieser Datenquelle können Sie das Verhalten der zugeordneten Diagramme " +"Die Liste der Diagramme, die dieser Tabelle zugeordnet sind. Durch Ändern " +"dieser Datenquelle können Sie das Verhalten der zugeordneten Diagramme " "ändern. Beachten Sie auch, dass Diagramme auf eine Datenquelle verweisen " -"müssen, sodass dieses Formular beim Speichern fehlschlägt, wenn Diagramme" -" aus einer Datenquelle entfernt werden. Wenn Sie die Datenquelle für ein " -"Diagramm ändern möchten, überschreiben Sie das Diagramm aus der " -"\"Explore-Ansicht\"." +"müssen, sodass dieses Formular beim Speichern fehlschlägt, wenn Diagramme " +"aus einer Datenquelle entfernt werden. Wenn Sie die Datenquelle für ein " +"Diagramm ändern möchten, überschreiben Sie das Diagramm aus der \"Explore-" +"Ansicht\"." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 -msgid "The maximum number of events to return, equivalent to the number of rows" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +msgid "" +"The maximum number of events to return, equivalent to the number of rows" msgstr "" "Die maximale Anzahl der zurückzugebenden Ereignisse, entspricht der " "Anzahl Zeilen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" -"The maximum number of subdivisions of each group; lower values are pruned" -" first" +"The maximum number of subdivisions of each group; lower values are pruned " +"first" msgstr "" "Die maximale Anzahl von Unterteilungen jeder Gruppe; Niedrigere Werte " "werden zuerst ausgeblendet" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "Der Maximalwert von Metriken. Optionale Konfiguration" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " @@ -12312,8 +15610,8 @@ msgstr "" "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. " "Der Schlüssel %(key)s ist ungültig." -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." @@ -12321,7 +15619,7 @@ msgstr "" "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. " "Der Schlüssel %{key}s ist ungültig." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." @@ -12329,12 +15627,12 @@ msgstr "" "Das metadata_params Objekt wird in den sqlalchemy.MetaData-Aufruf " "entpackt." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -12343,8 +15641,8 @@ msgid "" "periods" msgstr "" "Die Mindestanzahl von rollierender Perioden, die erforderlich sind, um " -"einen Wert anzuzeigen. Wenn Sie beispielsweise eine kumulative Summe an 7" -" Tagen durchführen, möchten Sie möglicherweise, dass Ihr " +"einen Wert anzuzeigen. Wenn Sie beispielsweise eine kumulative Summe an 7 " +"Tagen durchführen, möchten Sie möglicherweise, dass Ihr " "\"Mindestzeitraum\" 7 beträgt, so dass alle angezeigten Datenpunkte die " "Summe von 7 Perioden sind. Dies wird den \"Hochlauf\" verbergen, der in " "den ersten 7 Perioden stattfindet" @@ -12353,16 +15651,16 @@ msgstr "" msgid "The number color \"steps\"" msgstr "Die Anzahl Farbabstufungen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" -"The number of hours, negative or positive, to shift the time column. This" -" can be used to move UTC time to local time." +"The number of hours, negative or positive, to shift the time column. This " +"can be used to move UTC time to local time." msgstr "" "Die Anzahl der Stunden, negativ oder positiv, um die Zeitspalte zu " -"verschieben. Dies kann verwendet werden, um die UTC-Zeit auf die Ortszeit" -" zu verschieben." +"verschieben. Dies kann verwendet werden, um die UTC-Zeit auf die Ortszeit " +"zu verschieben." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -12374,7 +15672,7 @@ msgstr "" "Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um " "weitere Zeilen bis zum %(limit)d-Limit anzuzeigen." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -12386,73 +15684,76 @@ msgstr "" "herunter oder wenden Sie sich an eine*n Administrator*in, um weitere " "Zeilen bis zum %(limit)d-Limit anzuzeigen." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" +"Die Anzahl der angezeigten Zeilen ist durch das Dropdown-Menü auf " +"%(rows)d beschränkt." + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format -msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +msgid "" +"The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" "Die Anzahl der angezeigten Zeilen ist durch Dropdownliste \"Limit\" auf " "%(rows)d beschränkt." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" "Die Anzahl der angezeigten Zeilen ist durch die Abfrage auf %(rows)d " "beschränkt" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -"Die Anzahl der angezeigten Zeilen ist durch Dropdownliste-Abfrage und " -"-Limit auf %(rows)d beschränkt." - -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" -"Die Anzahl der angezeigten Zeilen ist durch das Dropdown-Menü auf %s " -"beschränkt." +"Die Anzahl der angezeigten Zeilen ist durch Dropdownliste-Abfrage und -" +"Limit auf %(rows)d beschränkt." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "Die Anzahl der Sekunden vor Ablauf des Caches" -#: superset/errors.py:129 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "Das Objekt existiert nicht in der angegebenen Datenbank." -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." -msgid_plural "The following parameters in your query are undefined: %(parameters)s." -msgstr[0] "Der Parameter %(parameters)s in ihrer Abfrage ist nicht definiert." +msgid_plural "" +"The following parameters in your query are undefined: %(parameters)s." +msgstr[0] "" +"Der Parameter %(parameters)s in ihrer Abfrage ist nicht definiert." msgstr[1] "" "Die folgenden Parameter in Ihrer Abfrage sind nicht definiert: " "%(parameters)s." -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" "Das für den Benutzer*innennamen \"%(username)s\" angegebene Kennwort ist " "falsch." -#: superset/errors.py:109 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" "Das Kennwort, das beim Herstellen einer Datenbankverbindung angegeben " "wurde, ist ungültig." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " +"\"Certificate\" sections of the database configuration are not present in " +"export files, and should be added manually after the import if they are " "needed." msgstr "" "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie " @@ -12461,26 +15762,26 @@ msgstr "" "Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei " "Bedarf nach dem Import manuell hinzugefügt werden sollten." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " +"\"Certificate\" sections of the database configuration are not present in " +"export files, and should be added manually after the import if they are " "needed." msgstr "" -"Die Passwörter für die unten aufgeführten Datenbanken werden benötigt, um" -" sie zusammen mit den Dashboards zu importieren. Bitte beachten Sie, dass" -" die Abschnitte \"Secure Extra\" und \"Certificate\" der " +"Die Passwörter für die unten aufgeführten Datenbanken werden benötigt, um " +"sie zusammen mit den Dashboards zu importieren. Bitte beachten Sie, dass " +"die Abschnitte \"Secure Extra\" und \"Certificate\" der " "Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei " "Bedarf nach dem Import manuell hinzugefügt werden sollten." -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " +"\"Certificate\" sections of the database configuration are not present in " +"export files, and should be added manually after the import if they are " "needed." msgstr "" "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie " @@ -12489,38 +15790,39 @@ msgstr "" "Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei " "Bedarf nach dem Import manuell hinzugefügt werden sollten." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " "and \"Certificate\" sections of the database configuration are not " -"present in export files, and should be added manually after the import if" -" they are needed." +"present in export files, and should be added manually after the import if " +"they are needed." msgstr "" -"Die Passwörter für die unten aufgeführten Datenbanken werden benötigt, um" -" sie zusammen mit den gespeicherten Abfragen zu importieren. Bitte " +"Die Passwörter für die unten aufgeführten Datenbanken werden benötigt, um " +"sie zusammen mit den gespeicherten Abfragen zu importieren. Bitte " "beachten Sie, dass die Abschnitte \"Secure Extra\" und \"Certificate\" " "der Datenbankkonfiguration in Exportdateien nicht vorhanden sind und bei " "Bedarf nach dem Import manuell hinzugefügt werden sollten." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" -"The passwords for the databases below are needed in order to import them." -" Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" -" added manually after the import if they are needed." +"The passwords for the databases below are needed in order to import them. " +"Please note that the \"Secure Extra\" and \"Certificate\" sections of the " +"database configuration are not present in explore files and should be " +"added manually after the import if they are needed." msgstr "" "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zu " -"importieren. Bitte beachten Sie, dass die Abschnitte \"Secure Extra\" und" -" \"Certificate\" der Datenbankkonfiguration in Exportdateien nicht " -"vorhanden sind und bei Bedarf nach dem Import manuell hinzugefügt werden " -"sollten." +"importieren. Bitte beachten Sie, dass die Abschnitte „Sicherheit Extra“ " +"und „Zertifikat“ der Datenbankkonfiguration nicht in „Dateien erkunden“ " +"vorhanden sind und nach dem Import manuell hinzugefügt werden sollten, " +"falls sie benötigt werden." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " -msgstr "Das Muster des Zeitstempelformats. Für Zeichenfolgen verwenden Sie eine " +msgstr "" +"Das Muster des Zeitstempelformats. Für Zeichenfolgen verwenden Sie eine " -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -12537,41 +15839,40 @@ msgstr "" msgid "The pixel radius" msgstr "Der Pixelradius" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" -"The pointer to a physical table (or view). Keep in mind that the chart is" -" associated to this Superset logical table, and this logical table points" -" the physical table referenced here." +"The pointer to a physical table (or view). Keep in mind that the chart is " +"associated to this Superset logical table, and this logical table points " +"the physical table referenced here." msgstr "" "Der Zeiger auf eine physische Tabelle (oder Ansicht). Beachten Sie, dass " "das Diagramm dieser logischen Superset-Tabelle zugeordnet ist welche auf " "die hier angegebene physische Tabelle verweist." -#: superset/errors.py:104 +#: superset/errors.py:109 msgid "The port is closed." msgstr "Der Port ist geschlossen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "Der Port muss eine ganze Zahl kleiner oder gleich 65535 sein." - -#: superset/errors.py:137 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "Die Port-Nummer ist ungültig." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" -msgstr "Die primäre Metrik wird verwendet, um die Bogensegmentgrößen zu definieren" +msgstr "" +"Die primäre Metrik wird verwendet, um die Bogensegmentgrößen zu definieren" -#: superset/views/core.py:2347 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "Das angegebene Argument 'rows' ist keine gültige ganze Zahl." -#: superset/errors.py:132 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "Die den Ergebnissen zugeordnete Abfrage wurde gelöscht." -#: superset/views/core.py:2297 +#: superset/sqllab/commands/export.py:63 +#: superset/sqllab/commands/results.py:91 superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." @@ -12579,23 +15880,34 @@ msgstr "" "Die mit diesen Ergebnissen verknüpfte Abfrage konnte nicht gefunden " "werden. Sie müssen die ursprüngliche Abfrage erneut ausführen." -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." -msgstr "Die Abfrage enthält einen oder mehrere fehlerhafte Vorlagenparameter." +msgstr "" +"Die Abfrage enthält einen oder mehrere fehlerhafte Vorlagenparameter." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "Die Abfrage konnte nicht geladen werden" -#: superset/errors.py:130 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" +"Die Abfrage-Schätzung wurde nach %(sqllab_timeout)s Sekunden abgebrochen. " +"Sie war eventuell zu komplex, oder die Datenbank ist aktuell stark " +"belastet." + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "Die Abfrage weist einen Syntaxfehler auf." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "Die Abfrage hat keine Daten zurückgegeben" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " @@ -12604,35 +15916,36 @@ msgstr "" "Die Abfrage wurde nach %(sqllab_timeout)s Sekunden abgebrochen. Sie war " "eventuell zu komplex, oder die Datenbank ist aktuell stark belastet." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" "Der Radius (in Pixel), den der Algorithmus zum Definieren eines Clusters " -"verwendet. Wählen Sie 0, um das Clustering zu deaktivieren, aber beachten" -" Sie, dass eine große Anzahl von Punkten (>1000) zu Verzögerungen führt." +"verwendet. Wählen Sie 0, um das Clustering zu deaktivieren, aber beachten " +"Sie, dass eine große Anzahl von Punkten (>1000) zu Verzögerungen führt." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " -"a numerical column or `Auto`, which scales the point based on the largest" -" cluster" +"a numerical column or `Auto`, which scales the point based on the largest " +"cluster" msgstr "" "Der Radius einzelner Punkte (die sich nicht in einem Cluster befinden). " "Entweder eine numerische Spalte oder \"Auto\", die den Punkt basierend " "auf dem größten Cluster skaliert" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "Der Report wurde erstellt" -#: superset/errors.py:131 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." -msgstr "Das Ergebnis-Backend verfügt nicht mehr über die Daten aus der Abfrage." +msgstr "" +"Das Ergebnis-Backend verfügt nicht mehr über die Daten aus der Abfrage." -#: superset/errors.py:133 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." @@ -12640,15 +15953,15 @@ msgstr "" "Die im Backend gespeicherten Ergebnisse wurden in einem anderen Format " "gespeichert und können nicht mehr deserialisiert werden." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -"Der umfangreiche Tooltip zeigt eine Liste aller Serien für diesen " +"Der umfangreiche Tooltip zeigt eine Liste aller Zeitreihen für diesen " "Zeitpunkt" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " @@ -12657,7 +15970,7 @@ msgstr "" "Das Schema \"%(schema)s\" existiert nicht. Zum Ausführen dieser Abfrage " "muss ein gültiges Schema verwendet werden." -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " @@ -12666,7 +15979,7 @@ msgstr "" "Das Schema \"%(schema_name)s\" existiert nicht. Zum Ausführen dieser " "Abfrage muss ein gültiges Schema verwendet werden." -#: superset/errors.py:112 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "Das Schema wurde in der Datenbank gelöscht oder umbenannt." @@ -12674,24 +15987,32 @@ msgstr "Das Schema wurde in der Datenbank gelöscht oder umbenannt." msgid "The size of the square cell, in pixels" msgstr "Die Größe der quadratischen Zelle in Pixel" -#: superset/errors.py:115 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" +"Die eingegebene URL gilt nicht als sicher, verwenden Sie nur URLs mit " +"derselben Domain wie Superset." + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "Die übermittelte Nutzlast hat das falsche Format." -#: superset/errors.py:116 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "Die übermittelte Nutzlast hat das falsche Schema." -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" -"The table \"%(table)s\" does not exist. A valid table must be used to run" -" this query." +"The table \"%(table)s\" does not exist. A valid table must be used to run " +"this query." msgstr "" "Die Tabelle \"%(table)s\" existiert nicht. Zum Ausführen dieser Abfrage " "muss eine gültige Tabelle verwendet werden." -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " @@ -12700,7 +16021,7 @@ msgstr "" "Die Tabelle \"%(table_name)s\" existiert nicht. Zum Ausführen dieser " "Abfrage muss eine gültige Tabelle verwendet werden." -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." @@ -12709,25 +16030,23 @@ msgstr "" "Konfigurationsprozesses sollten Sie nun auf die Schaltfläche Bearbeiten " "neben der neuen Tabelle klicken, um sie zu konfigurieren." -#: superset/errors.py:101 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "Die Tabelle wurde in der Datenbank gelöscht oder umbenannt." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" -"The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table. Also note that " -"the filter below is applied against this column or expression" +"The time column for the visualization. Note that you can define arbitrary " +"expression that return a DATETIME column in the table. Also note that the " +"filter below is applied against this column or expression" msgstr "" "Die Zeitspalte für die Visualisierung. Beachten Sie, dass Sie beliebige " "Ausdrücke definieren können, die eine DATETIME-Spalte in der Tabelle " -"zurückgeben. Beachten Sie auch, dass der folgende Filter auf diese Spalte" -" oder diesen Ausdruck angewendet wird" +"zurückgeben. Beachten Sie auch, dass der folgende Filter auf diese Spalte " +"oder diesen Ausdruck angewendet wird" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" @@ -12736,8 +16055,17 @@ msgstr "" "einfache natürliche Sprache wie in \"10 Sekunden\", \"1 Tag\" oder \"56 " "Wochen\" eingeben und verwenden können" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"Die Zeitgranularität für die Visualisierung. Beachten Sie, dass Sie " +"einfache natürliche, englische Sprache wie in \"10 seconds“, \"1 Day“ " +"oder \"56 weeks“ eingeben und verwenden können" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12749,16 +16077,16 @@ msgstr "" "wird eine neue Zeitgranularität definiert. Die Optionen hier werden pro " "Datenbankmodul im Superset-Quellcode definiert." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " -"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" -" the server's local time (sans timezone). All tooltips and placeholder " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using " +"the server's local time (sans timezone). All tooltips and placeholder " "times are expressed in UTC (sans timezone). The timestamps are then " -"evaluated by the database using the engine's local timezone. Note one can" -" explicitly set the timezone per the ISO 8601 format if specifying either" -" the start and/or end time." +"evaluated by the database using the engine's local timezone. Note one can " +"explicitly set the timezone per the ISO 8601 format if specifying either " +"the start and/or end time." msgstr "" "Der Zeitraum für die Visualisierung. Alle relativen Zeiten, z.B. " "\"Letzter Monat\", \"Letzte 7 Tage\", \"jetzt\" usw., werden auf dem " @@ -12781,54 +16109,72 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "Die Zeiteinheit, die für die Gruppierung von Blöcken verwendet wird" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "Der anzuzeigende Visualisierungstyp" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "Die Maßeinheit für den angegebenen Punktradius" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "Der/die Benutzer*in scheint gelöscht worden zu sein" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "Der Benutzer*innenname \"%(username)s\" existiert nicht." -#: superset/errors.py:108 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" "Der Benutzer*innenname, der beim Herstellen einer Datenbankverbindung " "angegeben wurde, ist ungültig." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "Die Art und Weise, wie die Ticks auf der X-Achse angeordnet sind" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "Die Breite der Linien" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "Es gibt zugehörige Alarme oder Reports" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "Es gibt zugehörige Alarme oder Reports: %s," -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "Diesem Dashboard wurden keine Diagramme hinzugefügt." + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "Dieser Registerkarte wurden keine Komponenten hinzugefügt." + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "Es sind keine Datenbanken verfügbar" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "In diesem Dashboard gibt es keine Filter." @@ -12836,10 +16182,10 @@ msgstr "In diesem Dashboard gibt es keine Filter." msgid "There are unsaved changes." msgstr "Ungesicherte Änderungen vorhanden." -#: superset/errors.py:96 +#: superset/errors.py:101 msgid "" -"There is a syntax error in the SQL query. Perhaps there was a misspelling" -" or a typo." +"There is a syntax error in the SQL query. Perhaps there was a misspelling " +"or a typo." msgstr "" "In der SQL-Abfrage liegt ein Syntaxfehler vor. Vielleicht gab es einen " "Rechtschreibfehler oder einen Tippfehler." @@ -12852,7 +16198,7 @@ msgstr "" "Es gibt keine Diagrammdefinition, die dieser Komponente zugeordnet ist. " "Könnte sie gelöscht worden sein?" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." @@ -12860,92 +16206,130 @@ msgstr "" "Für diese Komponente ist nicht genügend Platz vorhanden. Versuchen Sie, " "die Breite zu verringern oder die Zielbreite zu erhöhen." -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +msgid "There was an error fetching dataset" +msgstr "Fehler beim Abrufen des Datensatzes" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +msgid "There was an error fetching dataset's related objects" +msgstr "Fehler beim Abrufen der zugehörigen Objekte des Datensatzes" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "Fehler beim Abrufen von Tabellen" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "Beim Abrufen des Favoritenstatus ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "Beim Abrufen der letzten Aktivität ist ein Fehler aufgetreten:" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "Fehler beim Laden der Datensatz-Metadaten" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" -msgstr "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten" +msgstr "" +"Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "Beim Laden der Tabellen ist ein Fehler aufgetreten" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "Beim Speichern des Favoritenstatus ist ein Fehler aufgetreten: %s" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "Bei Ihrer Anfrage ist ein Fehler aufgetreten" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "Beim Löschen von %s ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "Beim Löschen der ausgewählten %s ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" -msgstr "Beim Löschen der ausgewählten Anmerkungen ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Anmerkungen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" -msgstr "Beim Löschen der ausgewählten Diagramme ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Diagramme ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " -msgstr "Beim Löschen der ausgewählten Dashboards ist ein Problem aufgetreten: " +msgstr "" +"Beim Löschen der ausgewählten Dashboards ist ein Problem aufgetreten: " -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" -msgstr "Beim Löschen der ausgewählten Datensätze ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Datensätze ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" -msgstr "Beim Löschen der ausgewählten Ebenen ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Ebenen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" -msgstr "Beim Löschen der ausgewählten Abfragen ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Abfragen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" -msgstr "Beim Löschen der ausgewählten Vorlagen ist ein Problem aufgetreten: %s" +msgstr "" +"Beim Löschen der ausgewählten Vorlagen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "Beim Löschen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "Beim Duplizieren des Datensatzes ist ein Problem aufgetreten." + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" +"Beim Duplizieren der ausgewählten Datensätze ist ein Problem aufgetreten: " +"%s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." -msgstr "Es gab ein Problem dabei, dieses Dashboard zu den Favoriten hinzuzufügen." +msgstr "" +"Es gab ein Problem dabei, dieses Dashboard zu den Favoriten hinzuzufügen." #: superset-frontend/src/reports/actions/reports.js:68 msgid "There was an issue fetching reports attached to this dashboard." @@ -12953,43 +16337,47 @@ msgstr "" "Es gab ein Problem beim Abrufen von Reports, die an dieses Dashboard " "angehängt waren." -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" "Beim Abrufen des Favoritenstatus dieses Dashboards ist ein Problem " "aufgetreten." -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 #, python-format -msgid "There was an issue fetching your recent activity: %s" -msgstr "Beim Abrufen Ihrer letzten Aktivität ist ein Problem aufgetreten: %s" +msgid "There was an issue fetching your chart: %s" +msgstr "Beim Abrufen Ihres Diagramms ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" -msgstr "Bei der Vorschau der ausgewählten Abfrage %s ist ein Problem aufgetreten" +msgid "There was an issue fetching your dashboards: %s" +msgstr "Beim Abrufen Ihrer Dashboards ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" -msgstr "Bei der Vorschau der ausgewählten Abfrage ist ein Problem aufgetreten. %s" +msgid "There was an issue fetching your recent activity: %s" +msgstr "" +"Beim Abrufen Ihrer letzten Aktivität ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "Es gab ein Problem beim Abrufen Ihres Diagramms: %s" +msgid "There was an issue fetching your saved queries: %s" +msgstr "" +"Beim Abrufen Ihrer gespeicherten Abfragen ist ein Problem aufgetreten: %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "Beim Abrufen Ihrer Dashboards gab es Probleme: %s" +msgid "There was an issue previewing the selected query %s" +msgstr "" +"Bei der Vorschau der ausgewählten Abfrage %s ist ein Problem aufgetreten" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "Beim Abrufen Ihrer gespeicherten Abfragen gab es ein Problem: %s" +msgid "There was an issue previewing the selected query. %s" +msgstr "" +"Bei der Vorschau der ausgewählten Abfrage ist ein Problem aufgetreten. %s" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" @@ -12997,15 +16385,15 @@ msgstr "" "Es gibt eine Schleife in Ihrem Sankey, bitte geben Sie einen Baum an. " "Hier ist ein fehlerhafter Link: {}" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "Dies sind die Tabellen, auf die dieser Filter angewendet wird." -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "Diese Filter gelten für die in den Dropdowns verfügbaren Werte" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -13013,12 +16401,12 @@ msgid "" "parameters." msgstr "" "Diese Parameter werden dynamisch generiert, wenn Sie in der Explore-" -"Ansicht auf die Schaltfläche Speichern oder Überschreiben klicken. Dieses" -" JSON-Objekt wird hier als Referenz und für Hauptbenutzer*in verfügbar " +"Ansicht auf die Schaltfläche Speichern oder Überschreiben klicken. Dieses " +"JSON-Objekt wird hier als Referenz und für Hauptbenutzer*in verfügbar " "gemacht, die möglicherweise bestimmte Parameter ändern möchten." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -13029,26 +16417,27 @@ msgstr "" "klicken. Es wird hier als Referenz und für Power-User verfügbar gemacht, " "die möglicherweise bestimmte Parameter ändern möchten." -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "Mit dieser Aktion wird %s dauerhaft gelöscht." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "Durch diese Aktion wird die Ebene dauerhaft gelöscht." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." -msgstr "Durch diese Aktion wird die gespeicherte Abfrage dauerhaft gelöscht." +msgstr "" +"Durch diese Aktion wird die gespeicherte Abfrage dauerhaft gelöscht." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "Durch diese Aktion wird die Vorlage dauerhaft gelöscht." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." @@ -13056,64 +16445,120 @@ msgstr "" "Dies kann entweder eine IP-Adresse (z.B. 127.0.0.1) oder ein Domainname " "(z.B. mydatabase.com) sein." -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" +"Dieses Diagramm gibt Kreuzfilter aus/wendet sie auf andere Diagramme an, " +"die denselben Datensatz verwenden." + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "Dieses Diagramm wurde in einen anderen Filterbereich verschoben." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 -msgid "This chart might be incompatible with the filter (datasets don't match)" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" +"Dieses Diagramm wird extern verwaltet und kann nicht in Superset " +"bearbeitet werden." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 +msgid "" +"This chart might be incompatible with the filter (datasets don't match)" msgstr "" "Dieses Diagramm ist möglicherweise nicht mit dem Filter kompatibel " "(Datensätze stimmen nicht überein)" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" +"Dieser Diagrammtyp wird nicht unterstützt, wenn eine nicht gespeicherte " +"Abfrage als Diagrammquelle verwendet wird. " + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" msgstr "" "Dieses Farbschema wird durch benutzerdefinierte Beschriftungsfarben " "überschrieben.\n" " Überprüfen Sie die JSON-Metadaten in den erweiterten " "Einstellungen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" +"Diese Spalte ist möglicherweise nicht mit dem aktuellen Datensatz " +"kompatibel." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "Diese Spalte muss Datums-/Uhrzeitinformationen enthalten." -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 -#, python-format +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 msgid "" -"This dashboard is currently auto refreshing; the next auto refresh will " -"be in %s." +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -"Dieses Dashboard aktualisiert sich automatisch. Die nächste automatische " -"Aktualisierung erfolgt in %s." +"Dies steuert, ob das Feld \"time_range\" aus der aktuellen\n" +" Ansicht an das Diagramm mit den Anmerkungsdaten " +"übergeben werden soll." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" +"Dies steuert, ob das Zeitgranularitäten-Feld aus der aktuellen\n" +" Ansicht an das Diagramm mit den Anmerkungsdaten " +"übergeben werden soll." + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." +msgstr "" +"Dieses Dashboard aktualisiert sich automatisch. Die nächste automatische " +"Aktualisierung erfolgt in %s." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "" +"This dashboard is managed externally, and can't be edited in Superset" +msgstr "" +"Dieses Dashboard wird extern verwaltet und kann nicht in Superset " +"bearbeitet werden." #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " -"list of dashboards. Favorite it to see it there or access it by using the" -" URL directly." +"list of dashboards. Favorite it to see it there or access it by using the " +"URL directly." msgstr "" -"Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der" -" Dashboards angezeigt. Wählen Sie es als Favorit aus, um es dort zu " -"sehen, oder greifen Sie direkt über die URL darauf zu." +"Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der " +"Dashboards angezeigt. Wählen Sie es als Favorit aus, um es dort zu sehen, " +"oder greifen Sie direkt über die URL darauf zu." #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 msgid "" "This dashboard is not published, it will not show up in the list of " "dashboards. Click here to publish this dashboard." msgstr "" -"Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der" -" Dashboards angezeigt. Klicken Sie hier, um dieses Dashboard zu " +"Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der " +"Dashboards angezeigt. Klicken Sie hier, um dieses Dashboard zu " "veröffentlichen." -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "Dieses Dashboard ist nun verborgen" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "Dieses Dashboard ist jetzt veröffentlicht" @@ -13123,7 +16568,15 @@ msgstr "" "Dieses Dashboard ist veröffentlicht. Klicken Sie hier, um es in den " "Entwurfstatus zu setzen." -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following " +"id to the SDK:" +msgstr "" +"Dieses Dashboard ist bereit zum Einbetten. Übergeben Sie in Ihrer " +"Anwendung die folgende ID an das SDK:" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." @@ -13131,34 +16584,45 @@ msgstr "" "Dieses Dashboard wurde kürzlich geändert. Bitte laden Sie das Dashboard " "neu, um die neueste Version zu erhalten." -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "Dieses Dashboard wurde erfolgreich gespeichert." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" +"Diese Datenbank wird extern verwaltet und kann nicht in Superset " +"bearbeitet werden." + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" +"Diese Datenbanktabelle enthält keine Daten. Bitte wählen Sie eine andere " +"Tabelle aus." + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" +"Dieser Datensatz wird extern verwaltet und kann nicht in Superset " +"bearbeitet werden." + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "Dieser Datesatz wird nicht von Diagrammen genutzt." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" msgstr "Definiert das Element, das im Diagramm dargestellt werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 msgid "This defines the level of the hierarchy" msgstr "Dies definiert die Ebene der Hierarchie" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" -msgstr "" -"Diese Funktion ist veraltet und wird in 2.0 entfernt. Werfen Sie einen " -"Blick auf die Dokumentation zur Ersatzfunktion Alerts & Reports" - -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -13166,21 +16630,34 @@ msgstr "" "Diese Felder fungieren als Superset-Ansicht, was bedeutet, dass Superset " "eine Abfrage für diese Zeichenfolge als Unterabfrage ausführt." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." -msgstr "Dieser Filter ist nicht im Dashboard vorhanden. Er wird nicht angewendet." +msgstr "" +"Dieser Filter ist nicht im Dashboard vorhanden. Er wird nicht angewendet." + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" +"Dieser Filter ist möglicherweise nicht mit dem aktuellen Datensatz " +"kompatibel." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "Diese Filtergruppe ist identisch mit: \"%s\"" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "" +"This functionality is disabled in your environment for security reasons." +msgstr "" +"Diese Funktion ist in Ihrer Umgebung aus Sicherheitsgründen deaktiviert." + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " -"regular filter with the clause `client_id = 9`. To display no rows unless" -" a user belongs to a RLS filter role, a base filter can be created with " +"regular filter with the clause `client_id = 9`. To display no rows unless " +"a user belongs to a RLS filter role, a base filter can be created with " "the clause `1 = 0` (always false)." msgstr "" "Dies ist die Bedingung, die der WHERE-Klausel hinzugefügt wird. Um " @@ -13190,22 +16667,23 @@ msgstr "" "gehört einer RLS-Filterrolle an, kann ein Basisfilter mit der Klausel '1 " "= 0' (immer falsch) erstellt werden." -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" "Dieses json-Objekt beschreibt die Positionierung der Widgets im " -"Dashboard. Es wird dynamisch generiert, wenn die Größe und Positionen der" -" Widgets per Drag & Drop in der Dashboard-Ansicht angepasst werden" +"Dashboard. Es wird dynamisch generiert, wenn die Größe und Positionen der " +"Widgets per Drag & Drop in der Dashboard-Ansicht angepasst werden" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "Diese Markdown-Komponente weist einen Fehler auf." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 -msgid "This markdown component has an error. Please revert your recent changes." +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 +msgid "" +"This markdown component has an error. Please revert your recent changes." msgstr "" "Diese Markdown-Komponente weist einen Fehler auf. Bitte machen Sie Ihre " "letzten Änderungen rückgängig." @@ -13215,25 +16693,26 @@ msgstr "" msgid "This may be triggered by:" msgstr "Dies kann ausgelöst werden durch:" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "Die Ausführung dieser Abfrage dauerte %s Sekunden. " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" +"Diese Metrik ist möglicherweise nicht mit dem aktuellen Datensatz " +"kompatibel." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" -"In diesem Abschnitt können Sie konfigurieren, wie die Slice verwendet " -"wird.\n" +"In diesem Abschnitt können Sie konfigurieren, wie die Zeitscheibe " +"verwendet wird.\n" " , um Anmerkungen zu generieren." #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" @@ -13241,59 +16720,103 @@ msgstr "" "Dieser Abschnitt enthält Optionen, die eine erweiterte analytische " "Nachbearbeitung von Abfrageergebnissen ermöglichen" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "Dieser Abschnitt enthält Validierungsfehler" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that " +"the guest token is being generated correctly." +msgstr "" +"In dieser Sitzung ist eine Unterbrechung aufgetreten, und einige " +"Steuerelemente funktionieren möglicherweise nicht wie beabsichtigt. Wenn " +"Sie der/die Entwickler*in dieser App sind, überprüfen Sie bitte, ob das " +"Gast-Token korrekt generiert wird." + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "Diese Tabelle hat bereits einen Datensatz" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" +"Dieser Tabelle ist bereits ein Datensatz zugeordnet. Sie können einer " +"Tabelle nur einen Datasatz zuordnen.\n" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "Dieser Wert sollte größer als der linke Zielwert sein" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "Dieser Wert sollte kleiner als der rechte Zielwert sein" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +msgid "This visualization type does not support cross-filtering." +msgstr "Dieser Visualisierungstyp unterstützt keine Kreuzfilterung." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "Dieser Visualisierungstyp wird nicht unterstützt." #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 msgid "This was triggered by:" -msgstr "Ausgelöst durch:" +msgid_plural "This may be triggered by:" +msgstr[0] "Ausgelöst durch:" +msgstr[1] "Ausgelöst durch:" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "Dadurch wird Ihre aktuelle Embedded-Konfiguration entfernt." + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "Schwellenwert für Alpha-Level zur Bestimmung der Signifikanz" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "Der Schwellwert sollte eine Zahl mit doppelter Genauigkeit sein." + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "Vorschaubilder" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "Donnerstag" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Zeit" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 msgid "Time Column" msgstr "Zeitspalte" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "Zeitvergleich" @@ -13301,84 +16824,91 @@ msgstr "Zeitvergleich" msgid "Time Format" msgstr "Zeitformat" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "Zeitgranularität" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "Zeitgranularität" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Zeitversatz" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" +msgstr "Verzögerung" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "Zeitraum" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +msgid "Time Ratio" +msgstr "Zeitverhältnis" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 msgid "Time Series" msgstr "Zeitreihen" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Zeitreihen - Balkendiagramm" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Zeitreihen - Zweiachsen-Liniendiagramm" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Zeitreihen - Liniendiagramm" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "Zeitreihen - Diagramme mit mehreren Linien" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "Zeitreihe - Nightingale Rose Chart" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "Zeitreihen - t-Differenzentest" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Zeitreihen - Prozentuale Veränderung" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "Zeitreihen - Perioden-Pivot" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Zeitreihen - Gestapelt" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "Zeitreihen-Optionen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "Zeitverschiebung" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "Zeittabellenansicht" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Zeitspalten" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "Zeitspalte \"%(col)s\" ist im Datensatz nicht vorhanden" @@ -13387,11 +16917,30 @@ msgstr "Zeitspalte \"%(col)s\" ist im Datensatz nicht vorhanden" msgid "Time column filter plugin" msgstr "Zeitspalten-Filter-Plugin" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" +"Zeitspalte, auf die ein abhängiger zeitlicher Filter angewendet werden " +"soll" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "Zeitspalte, auf die der Zeitbereich angewendet werden soll" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Zeitvergleich" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" +"Zeitdelta in natürlicher Sprache\n" +" (Beispiel: 24 Stunden, 7 Tage, 56 Wochen, 365 Tage)" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -13401,30 +16950,17 @@ msgstr "" "Zeitinterval ist unklar. Bitte geben Sie [%(human_readable)s ago] oder " "[%(human_readable)s later] an." -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" -"Zeitausdruck, der als Prädikat beim Abrufen bestimmter Werte zum " -"Auffüllen der Filterkomponente verwendet wird. Gilt nur, wenn " -"\"Filterauswahl aktivieren\" aktiviert ist. Wenn Sie \"vor 7 Tagen\" " -"eingeben, wird die Liste der Werte im Filter basierend auf dem " -"eindeutigen Wert der letzten Woche aufgefüllt" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "Zeitfilter" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 msgid "Time format" msgstr "Zeitformat" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "Zeitgranularität" @@ -13433,49 +16969,49 @@ msgstr "Zeitgranularität" msgid "Time grain filter plugin" msgstr "Zeitgranularität-Plugin" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "Zeiteinteilung fehlt" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "Zeitgranularität" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "Zeit in Sekunden" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" +msgstr "Verzögerung" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 msgid "Time range" msgstr "Zeitbereich" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "Endpunkte des Zeitbereichs" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "Zeitbereichsendpunkte (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +msgid "Time ratio" +msgstr "Zeitverhältnis" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "Zeitbezogene Formularattribute" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +msgid "Time series" +msgstr "Zeitreihen" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" -msgstr "Zeitserienspalte" +msgstr "Zeitreihenspalte" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "Zeitverschiebung" @@ -13488,11 +17024,11 @@ msgstr "" "Die Zeitzeichenfolge ist mehrdeutig. Bitte geben Sie [%(human_readable)s " "ago] oder [%(human_readable)s later] an." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "Zeitreihen-Flächendiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " @@ -13503,31 +17039,31 @@ msgstr "" "stapeln die Metriken übereinander. Ein Flächendiagramm in Superset kann " "streamen, stapeln oder erweitern." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "Zeitreihen - Balkendiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" -msgstr "Zeitreihen-Balkendiagramm v2" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart (legacy)" +msgstr "Zeitreihen-Balkendiagramm (Legacy)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" -"Time-series Bar Charts are used to show the changes in a metric over time" -" as a series of bars." +"Time-series Bar Charts are used to show the changes in a metric over time " +"as a series of bars." msgstr "" "Zeitreihen-Balkendiagramme werden verwendet, um die Änderungen in einer " "Metrik im Laufe der Zeit als eine Reihe von Balken anzuzeigen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "Zeitreihendiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "Zeitreihen - Liniendiagramm" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 msgid "Time-series Percent Change" msgstr "Zeitreihen - Prozentuale Veränderung" @@ -13535,64 +17071,64 @@ msgstr "Zeitreihen - Prozentuale Veränderung" msgid "Time-series Period Pivot" msgstr "Zeitreihen - Perioden-Pivot" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "Zeitreihen-Streudiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" -"Time-series Scatter Plot has time on the horizontal axis in linear units," -" and the points are connected in order. It shows a statistical " +"Time-series Scatter Plot has time on the horizontal axis in linear units, " +"and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" "Das Zeitreihen-Streudiagramm stellt die Zeit auf der horizontalen Achse " "in linearen Einheiten dar, und die Punkte sind in der richtigen " -"Reihenfolge verbunden. Es zeigt eine statistische Beziehung zwischen zwei" -" Variablen." +"Reihenfolge verbunden. Es zeigt eine statistische Beziehung zwischen zwei " +"Variablen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "Zeitreihe Glatte Linie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more professional." msgstr "" -"Zeitreihe Glatte Linie ist eine Variation des Liniendiagramms. Ohne " -"Winkel und harte Kanten sieht Smooth-line raffinierter und " -"professioneller aus." +"„Zeitreihen-Glatte Linie“ ist eine Variante des Liniendiagramms. Ohne " +"Winkel und harte Kanten wirkt dieser Diagrammtyp manchmal passender und " +"professioneller." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "Zeitreihen-Stufenlinie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" -"Time-series Stepped-line graph (also called step chart) is a variation of" -" line chart but with the line forming a series of steps between data " -"points. A step chart can be useful when you want to show the changes that" -" occur at irregular intervals." +"Time-series Stepped-line graph (also called step chart) is a variation of " +"line chart but with the line forming a series of steps between data " +"points. A step chart can be useful when you want to show the changes that " +"occur at irregular intervals." msgstr "" "Zeitreihen-Stufenliniendiagramm (auch Schrittdiagramm genannt) ist eine " "Variation des Liniendiagramms, wobei die Linie jedoch eine Reihe von " -"Schritten zwischen Datenpunkten bildet. Ein Schrittdiagramm kann nützlich" -" sein, wenn Sie die Änderungen anzeigen möchten, die in unregelmäßigen " +"Schritten zwischen Datenpunkten bildet. Ein Schrittdiagramm kann nützlich " +"sein, wenn Sie die Änderungen anzeigen möchten, die in unregelmäßigen " "Abständen auftreten." -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "Zeitreihentabelle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " -"over regular time intervals. Line chart is a type of chart which displays" -" information as a series of data points connected by straight line " +"over regular time intervals. Line chart is a type of chart which displays " +"information as a series of data points connected by straight line " "segments. It is a basic type of chart common in many fields." msgstr "" -"Das Zeitreihen-Liniendiagramm wird verwendet, um wiederholte Messungen in" -" regelmäßigen Zeitintervallen zu visualisieren. Liniendiagramm ist ein " +"Das Zeitreihen-Liniendiagramm wird verwendet, um wiederholte Messungen in " +"regelmäßigen Zeitintervallen zu visualisieren. Liniendiagramm ist ein " "Diagrammtyp, der Informationen als eine Reihe von Datenpunkten anzeigt, " "die durch gerade Liniensegmente verbunden sind. Es ist ein grundlegender " "Diagrammtyp, der in vielen Bereichen üblich ist." @@ -13601,107 +17137,139 @@ msgstr "" msgid "Timeout error" msgstr "Zeitüberschreitung" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "Zeitstempelformat" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "Zeitstempelformat" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "Zeitzone" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Zeitzonen-Offset (in Stunden) für diese Datenquelle" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "Zeitzonen-Auswahl" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 msgid "Tiny" msgstr "Sehr klein" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 +#: superset/views/dashboard/views.py:184 msgid "Title" msgstr "Titel" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "Titelspalte" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 msgid "Title is required" msgstr "Titel ist erforderlich" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "Titel oder Kopfzeile" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" "Um nach einer Metrik zu filtern, verwenden Sie die Registerkarte " "Benutzerdefinierte SQL." -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "So erhalten Sie eine sprechende URL für Ihr Dashboard" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "Diagramm-Beschreibung umschalten" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" +msgstr "Zu viele Spalten zum Filtern" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "Werkzeuge" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "Tooltip" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "Tooltip nach Metrik sortieren" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "Tooltip-Zeitformat" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "Oben" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +msgid "Top left" +msgstr "Oben links" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "Oben rechts" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "Oben nach unten" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "Insgesamt (%(aggfunc)s)" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "Insgesamt (%(aggregatorName)s)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +msgid "Total value" +msgstr "Gesamtwert" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "Gesamt: %s" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "Summen" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "Auftrag verfolgen" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "Transportierbar" @@ -13709,11 +17277,11 @@ msgstr "Transportierbar" msgid "Transparent" msgstr "Transparent" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "Pivot transponieren" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "Pivot transponieren" @@ -13721,113 +17289,151 @@ msgstr "Pivot transponieren" msgid "Tree Chart" msgstr "Baumdiagramm" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "Baum-Layout" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 msgid "Tree orientation" msgstr "Baumausrichtung" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Treemap" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" -msgstr "Treemap v2" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "Kacheldiagramm (Legacy)" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "Trend" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "Dreieck" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "Alarm auslösen falls..." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "Achse abschneiden" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "Zellen abschneiden" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +msgid "Truncate Metric" +msgstr "Metrik abschneiden" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "Y-Achse abschneiden" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" "Schneiden Sie die Y-Achse ab. Kann überschrieben werden, indem eine min- " "oder max-Bindung angegeben wird." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "Lange Zellen auf die oben festgelegte \"Mindestbreite\" abschneiden" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 -msgid "Truncates the specified date to the accuracy specified by the date unit." +msgid "" +"Truncates the specified date to the accuracy specified by the date unit." msgstr "" "Kürzt das angegebene Datum auf die von der Datumseinheit angegebene " "Genauigkeit." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" "Versuchen Sie, andere Filter anzuwenden oder sicherzustellen, dass Ihre " "Datenquelle Daten enthält" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "Probieren Sie verschiedene Kriterien aus, um Ergebnisse anzuzeigen." + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "Versuchen Sie, ein anderes Schema auszuwählen" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "Dienstag" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Tukey" +msgstr "Turkey" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 +#: superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Typ" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "Geben Sie zur Bestätigung \"%s\" ein" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "Geben Sie einen Wert ein" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "Geben Sie hier einen Wert ein" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "Typ ist erforderlich" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "Art der zulässigen Google Tabellen" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "Art des Vergleichs, Wertdifferenz oder Prozentsatz" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "Geben Sie ein oder wählen Sie [%s] aus." @@ -13841,53 +17447,75 @@ msgstr "Geben Sie ein oder wählen Sie [%s] aus." msgid "UI Configuration" msgstr "UI Konfiguration" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "URL" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "URL-Parameter" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" -msgstr "URL konnte nicht identifiziert werden" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "URL-Parameter" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "URL Titelform" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 -msgid "Unable to add a new tab to the backend. Please contact your administrator." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 +msgid "" +"Unable to add a new tab to the backend. Please contact your administrator." msgstr "" "Dem Backend kann keine neue Registerkarte hinzugefügt werden. Wenden Sie " "sich an Ihre*n Administrator*in." -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -"Es konnte keine Verbindung zum Katalog mit dem Namen \"%(catalog_name)s\"" -" hergestellt werden." +"Es konnte keine Verbindung zum Katalog mit dem Namen \"%(catalog_name)s\" " +"hergestellt werden." -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" "Es konnte keine Verbindung zur Datenbank \"%(database)s\" hergestellt " "werden." -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service " +"account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set \"bigquery." +"readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" +"Verbindung kann nicht hergestellt werden. Stellen Sie sicher, dass die " +"folgenden Rollen für das Dienstkonto festgelegt sind: \"BigQuery Data " +"Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" und die " +"folgenden Berechtigungen festgelegt sind \"bigquery.readsessions." +"create\", \"bigquery.readsessions.getData\"" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "Diagramm kann ohne Abfrage-ID nicht erstellt werden." + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "Kann einen solchen Feiertag nicht finden: [%(holiday)s]" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" +"Spalten für die ausgewählte Tabelle können nicht geladen werden. Bitte " +"wählen Sie eine andere Tabelle aus." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -13896,16 +17524,16 @@ msgstr "" "Superset wird es später erneut versuchen. Wenden Sie sich an Ihre*n " "Administrator*in, wenn dieses Problem weiterhin besteht." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -"Der Abfragestatus kann nicht zum Backend übertragen werden. Superset wird" -" es später erneut versuchen. Wenden Sie sich an Ihre*n Administrator*in, " +"Der Abfragestatus kann nicht zum Backend übertragen werden. Superset wird " +"es später erneut versuchen. Wenden Sie sich an Ihre*n Administrator*in, " "wenn dieses Problem weiterhin besteht." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -13914,24 +17542,21 @@ msgstr "" "Superset wird es später erneut versuchen. Wenden Sie sich an Ihre*n " "Administrator*in, wenn dieses Problem weiterhin besteht." -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" -msgstr "" -"Metadaten für die folgende(n) Tabelle(n) können nicht aktualisiert " -"werden: %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" +msgstr "Dashboardfarben können nicht abgerufen werden" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" -"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" -" database \"%(db_name)s\". Error message: %(error_msg)s" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in " +"database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" "CSV-Datei \"%(filename)s\" kann nicht in tabelle \"%(table_name)s\" in " "der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: " "%(error_msg)s" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13942,134 +17567,146 @@ msgstr "" "\"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. " "Fehlermeldung: %(error_msg)s" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -"Excel-Datei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\"" -" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: " +"Excel-Datei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\" " +"in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: " "%(error_msg)s" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "Undefiniert" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "Undefiniertes Fenster für rollierende Operation" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" +msgstr "Aktion rückgängig machen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "Rückgängig machen?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "Unerwarteter Fehler" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -"Unerwarteter Fehler aufgetreten, bitte überprüfen Sie Ihre Protokolle auf" -" Details" +"Unerwarteter Fehler aufgetreten, bitte überprüfen Sie Ihre Protokolle auf " +"Details" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "Unerwarteter Fehler:" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "Unerwarteter Zeitraum: %s" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "Unbekannt" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "Unbekannter MySQL-Server-Host \"%(hostname)s\"." -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "Unbekannter Presto-Fehler" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "Status unbekannt" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "Unbekannte Spalte in ORDER BY verwendet: %(col)s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "Unbekanntes Eingabeformat" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 msgid "Unknown value" msgstr "Unbekannter Wert" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "Unsicherer Rückgabetyp für %(func)s: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "Unsicherer Vorlagenwert für Schlüssel %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Inaktive Filter (%d)" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "Nicht unterstützter Ausdruck-Typ: %(clause)s" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "Nicht unterstützte Extraktionsfunktion: " - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "Nicht unterstützter Nachbearbeitungsvorgang: %(operation)s" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "Nicht unterstützter Rückgabewert für %(name)s" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "Nicht unterstützter Vorlagenwert für Schlüssel %(key)s" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "Nicht unterstützte Zeiteinteilung: %(time_grain)s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "Unbenannte Abfrage %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +msgid "Untitled Dataset" +msgstr "Unbenannter Datensatz" + +#: superset/views/sql_lab/views.py:148 +msgid "Untitled Query" +msgstr "Unbenannte Abfrage" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Unbenannte Abfrage" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "Aktualisieren" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" +msgstr "Diagramm aktualisieren" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "Aktualisierung des Diagramms wurde abgebrochen" @@ -14077,88 +17714,151 @@ msgstr "Aktualisierung des Diagramms wurde abgebrochen" msgid "Upload" msgstr "Hochladen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "CSV hochladen" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "CSV in Datenbank hochladen" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "Anmeldeinformationen hochladen" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "Hochladen aktiviert" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" msgstr "Excel hochladen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "Excel-Datei in Datenbank hochladen" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "JSON Datei hochladen" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "CSV hochladen" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "Spaltendatei hochladen" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" -msgstr "Hochladen einer spaltenförmigen Datei" +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "Spaltendatei in Datenbank hochladen" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" +msgstr "Datei in Datenbank hochladen" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" +msgstr "Verwendung" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "Verwenden Sie stattdessen das Menü \"%(menuName)s\"." + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, python-format +msgid "Use %s to open in a new tab." +msgstr "Verwenden Sie %s, um eine neue Registerkarte zu öffnen." + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 msgid "Use Area Proportions" msgstr "Verwenden von Flächenproportionen" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 +#: superset/views/database/forms.py:462 msgid "Use Columns" msgstr "Spalten verwenden" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "" -"Verwenden Sie Pandas, um das datetime-Format automatisch zu " -"interpretieren." - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "Verwenden einer Logarithmischen Skala" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "Logarithmische Skala für die X-Achse verwenden" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "Logarithmische Skala für die Y-Achse verwenden" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "Verschlüsselten Verbindung zur Datenbank verwenden" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" +"Verwenden Sie ein anderes vorhandenes Diagramm als Quelle für Anmerkungen " +"und Überlagerungen.\n" +" Ihr Diagramm muss einer der folgenden Visualisierungstypen " +"sein: [%s]" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" +"Verwenden Sie die Datumsformatierung, auch wenn der Metrikwert kein " +"Zeitstempel ist" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "Verwenden des Legacy-Datenquellen-Editors" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" "Verwenden von Metriken als Gruppe der obersten Ebene für Spalten oder " "Zeilen" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "Verwenden Sie nur einen einzigen Wert." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" -msgstr "Verwenden Sie die untenstehenden fortgeschrittenen Analytik-Optionen" +msgstr "" +"Verwenden Sie die untenstehenden fortgeschrittenen Analytik-Optionen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" -"Use the JSON file you automatically downloaded when creating your service" -" account." +"Use the JSON file you automatically downloaded when creating your service " +"account." msgstr "" "Verwenden Sie die JSON-Datei, die Sie beim Erstellen Ihres Dienstkontos " "automatisch heruntergeladen haben." #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" -msgstr "Verwenden Sie den Bearbeiten-Button, um dieses Feld zu ändern" +msgid "Use the edit button to change this field" +msgstr "Verwenden Sie die Schaltfläche Bearbeiten, um dieses Feld zu ändern" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" +"Verwenden Sie diesen Abschnitt, wenn Sie eine Abfrage benötigen, die " +"aggregiert" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" +"Verwenden Sie diesen Abschnitt, wenn Sie atomare Zeilen abfragen möchten" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" "Verwenden Sie diese Option, um eine statische Farbe für alle Kreise zu " @@ -14166,13 +17866,13 @@ msgstr "" #: superset/views/dynamic_plugins.py:48 msgid "" -"Used internally to identify the plugin. Should be set to the package name" -" from the pluginʼs package.json" +"Used internally to identify the plugin. Should be set to the package name " +"from the pluginʼs package.json" msgstr "" "Wird intern verwendet, um das Plugin zu identifizieren. Sollte auf den " "Paketnamen aus der paket.json des Plugins gesetzt werden" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14189,7 +17889,7 @@ msgstr "" "Dieses Diagramm ist überholt, und wir empfehlen stattdessen, Pivot Table " "V2 auszuprobieren!" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14202,24 +17902,28 @@ msgstr "" "Beauftragtem, aktive Nutzer nach Alter und Standort. Nicht die visuell " "beeindruckendste Visualisierung, aber sehr informativ und vielseitig." -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "Nutzer*in" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "Nutzer*innen-Rollen" -#: superset/errors.py:113 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "Benutzer*in verfügt nicht über die richtigen Berechtigungen." -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "Benutzer*in muss einen Wert für diesen Filter auswählen" @@ -14227,24 +17931,18 @@ msgstr "Benutzer*in muss einen Wert für diesen Filter auswählen" msgid "User must select a value for this filter" msgstr "Benutzer*in muss einen Wert für diesen Filter auswählen" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "Benutzer*in muss einen Wert für diesen Filter auswählen" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Benutzer*innen-Abfrage" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "Benutzer*innenname" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -14255,6 +17953,7 @@ msgstr "" "Fortschritt und der Endwert im Tachometer den Zielwert dar." #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -14267,162 +17966,197 @@ msgstr "" "durchlaufen hat. Nützlich für die Visualisierung von Trichtern und " "Pipelines in mehreren Gruppen." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "Wert" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "Wertebereich" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "Wertformat" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "Wertgrenzen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "Wertformat" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "Wert ist erforderlich" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "Der Wert muss größer als 0 sein" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "Werte sind abhängig von anderen Filtern" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "Werte abhängig von" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" +"In anderen Filtern ausgewählte Werte wirken sich auf die Filteroptionen " +"aus, sodass nur relevante Werte angezeigt werden" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "Fahrzeugtypen" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 +#: superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Ausführlicher Name" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "Version" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "Versionsnummer" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "Vertikal" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "Vertikal (links)" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "Videospielkonsolen" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "Ansicht" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "Alle ansehen »" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "Diagramm in Explorer anzeigen" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +msgid "View Dataset" +msgstr "Datensatz anzeigen" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" +msgstr "Alle Diagramme anzeigen" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +msgid "View as table" +msgstr "Als Tabelle anzeigen" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "In SQL Lab anzeigen" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "Schlüssel und Indizes anzeigen (%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Abfrage anzeigen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "Ergebnisse ansehen" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "Beispiele anzeigen" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "Angesehen" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, python-format msgid "Viewed %s" msgstr "%s angesehen" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "Ansichtsfenster" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "Virtuell" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "Virtuell (SQL)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Virtueller Datensatz" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 +#: superset/connectors/sqla/utils.py:111 superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "Virtuelle Datensatzabfrage darf nicht leer sein" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" -msgstr "Virtuelle Datensatzabfrage kann nicht aus mehreren Anweisungen bestehen" +msgstr "" +"Virtuelle Datensatzabfrage kann nicht aus mehreren Anweisungen bestehen" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "Virtuelle Datensatzabfrage muss schreibgeschützt sein" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "Visuelle Optimierungen" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Visualisierung" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Visualisierungstyp" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Visualisierungstyp" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" -"Visualize a parallel set of metrics across multiple groups. Each group is" -" visualized using its own line of points and each metric is represented " -"as an edge in the chart." +"Visualize a parallel set of metrics across multiple groups. Each group is " +"visualized using its own line of points and each metric is represented as " +"an edge in the chart." msgstr "" -"Visualisieren Sie einen parallelen Satz von Metriken über mehrere Gruppen" -" hinweg. Jede Gruppe wird mit einer eigenen Punktlinie visualisiert und " +"Visualisieren Sie einen parallelen Satz von Metriken über mehrere Gruppen " +"hinweg. Jede Gruppe wird mit einer eigenen Punktlinie visualisiert und " "jede Metrik wird als Kante im Diagramm dargestellt." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 @@ -14433,8 +18167,16 @@ msgid "" msgstr "" "Visualisieren Sie eine verwandte Metrik über Gruppenpaare hinweg. " "Heatmaps zeichnen sich dadurch aus, dass sie die Korrelation oder Stärke " -"zwischen zwei Gruppen darstellen. Farbe wird verwendet, um die Stärke der" -" Verbindung zwischen jedem Gruppenpaar zu betonen." +"zwischen zwei Gruppen darstellen. Farbe wird verwendet, um die Stärke der " +"Verbindung zwischen jedem Gruppenpaar zu betonen." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" +"Visualisieren Sie Geodaten wie 3D-Gebäude, Landschaften oder Objekte in " +"der Rasteransicht." #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" @@ -14453,17 +18195,18 @@ msgstr "" "Visualisieren Sie mehrere Hierarchieebenen mit einer vertrauten " "baumartigen Struktur." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -"Visualisieren Sie zwei verschiedene Zeitreihen mit demselben x-Achsen-" -"Zeitbereich. Beachten Sie, dass jede Zeitreihe unterschiedlich " -"visualisiert werden kann (z. B. 1 mit Balken und 1 mit einer Linie)." +"Visualisieren Sie zwei verschiedene Zeitreihen mit derselben x-Achse. " +"Beachten Sie, dass beide Reihen mit einem anderen Diagrammtyp " +"visualisiert werden können (z. B. eine mit Balken und die andere mit " +"einer Linie)." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " @@ -14473,16 +18216,26 @@ msgstr "" "Zeitbereich. Dieses Diagramm ist überholt und wir empfehlen stattdessen, " "das Gemischte Zeitreihen-Diagramm zu verwenden!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each " +"time series can be visualized differently (e.g. 1 using bars and 1 using " +"a line)." +msgstr "" +"Visualisieren Sie zwei verschiedene Zeitreihen mit derselben x-Achse. " +"Beachten Sie, dass jede Zeitreihe unterschiedlich visualisiert werden " +"kann (z. B. eine mit Balken und die andere mit einer Linie)." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -"Visualisiert 2 Metriken als Liniendiagramme mit derselben x-Achse. Dieses" -" Diagramm ist nützlich, um Metriken über den gleichen Zeitraum zu " +"Visualisiert 2 Metriken als Liniendiagramme mit derselben x-Achse. Dieses " +"Diagramm ist nützlich, um Metriken über den gleichen Zeitraum zu " "vergleichen." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " @@ -14492,10 +18245,24 @@ msgstr "" "Diagramm (X-Achse, Y-Achse und Blasengröße). Blasen aus derselben Gruppe " "können mit Blasenfarbe präsentiert werden." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" +"Visualisiert verbundene Punkte, die einen Pfad bilden, auf einer Karte." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" +"Visualisiert geografische Gebiete aus Ihren Daten als Polygone auf einer " +"von Mapbox gerenderten Karte. Polygone können mithilfe einer Metrik " +"eingefärbt werden." + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" -"Visualizes how a metric has changed over a time using a color scale and a" -" calendar view. Gray values are used to indicate missing values and the " +"Visualizes how a metric has changed over a time using a color scale and a " +"calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" "Visualisiert, wie sich eine Metrik im Laufe der Zeit mithilfe einer " @@ -14503,20 +18270,19 @@ msgstr "" "verwendet, um fehlende Werte anzuzeigen, und das lineare Farbschema wird " "verwendet, um den Betrag jedes Tageswerts zu kodieren." -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -"Visualisiert, wie sich eine einzelne Metrik zwischen den wichtigsten " -"Unterteilungen eines Landes (Bundesstaaten, Provinzen usw.) auf einer " -"Chlorplethenkarte unterscheidet. Der Wert jeder Unterteilung wird erhöht," -" wenn Sie den Mauszeiger über die entsprechende geografische Grenze " -"bewegen." +"Visualisiert, wie eine einzelne Metrik in den Hauptunterteilungen eines " +"Landes (Bundesstaaten, Provinzen usw.) auf einer Choroplethenkarte " +"variiert. Der Wert jeder Unterteilung wird erhöht, wenn Sie den " +"Mauszeiger über die entsprechende geografische Grenze bewegen." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -14533,9 +18299,9 @@ msgid "" "layers. The thickness of the bars or edges represent the metric being " "visualized." msgstr "" -"Visualisiert den Fluss der Werte verschiedener Gruppen durch verschiedene" -" Phasen eines Systems. Neue Stufen in der Pipeline werden als Knoten oder" -" Layer visualisiert. Die Dicke der Balken oder Kanten stellt die Metrik " +"Visualisiert den Fluss der Werte verschiedener Gruppen durch verschiedene " +"Phasen eines Systems. Neue Stufen in der Pipeline werden als Knoten oder " +"Layer visualisiert. Die Dicke der Balken oder Kanten stellt die Metrik " "dar, die visualisiert wird." #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 @@ -14546,11 +18312,11 @@ msgstr "" "Visualisiert die Wörter in einer Spalte, die am häufigsten vorkommen. " "Größere Schrift entspricht einer höheren Frequenz." -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Visualisierung fehlt eine Datenquelle" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "Visualisierungstyp" @@ -14558,23 +18324,25 @@ msgstr "Visualisierungstyp" msgid "WED" msgstr "MI" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "Möchten Sie eine neue Datenbank hinzufügen?" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "Warnung" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "Warnmeldung" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "Warnung!" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." @@ -14582,18 +18350,35 @@ msgstr "" "Warnung! Wenn Sie den Datensatz ändern, kann das Diagramm beeinträchtigt " "werden, wenn die Metadaten nicht vorhanden sind." -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "Ihre Abfrage konnte nicht überprüft werden" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" +"Wir können keine Verbindung zu Ihrer Datenbank herstellen. Klicken Sie " +"auf \"Weitere anzeigen\", um von der Datenbank bereitgestellte " +"Informationen zu erhalten, die bei der Behebung des Problems helfen " +"können." + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." -msgstr "Wir können die Spalte \"%(column)s\" in Zeile %(location)s nicht auflösen." +msgstr "" +"Wir können die Spalte \"%(column)s\" in Zeile %(location)s nicht auflösen." -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 +#: superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "Wir können die Spalte „%(column_name)s“ nicht auflösen." -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " @@ -14602,36 +18387,36 @@ msgstr "" "Wir können die Spalte \"%(column_name)s\" in Zeile %(location)s nicht " "auflösen." -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " -msgstr "" -"Wir empfehlen Ihnen, Ihre Daten weiter zusammenzufassen, bevor Sie " -"fortfahren. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "Wir haben folgende Schlüssel: %s" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "Wir konnten diesen Bericht nicht aktivieren oder deaktivieren." -#: superset/db_engine_specs/redshift.py:86 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" +"Wir konnten beim Wechsel zu diesem neuen Datensatz keine " +"Steuerungselemente übernehmen." + +#: superset/db_engine_specs/redshift.py:90 #, python-format msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to connect to your database named \"%(database)s\". Please " +"verify your database name and try again." msgstr "" "Wir konnten keine Verbindung zu Ihrer Datenbank mit dem Namen " "\"%(database)s\" herstellen. Überprüfen Sie Ihren Datenbanknamen und " "versuchen Sie es erneut." -#: superset/db_engine_specs/bigquery.py:149 -msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." -msgstr "" -"Wir konnten keine Verbindung zu Ihrer Datenbank herstellen. Vergewissern " -"Sie sich, dass Ihr Dienstkonto über die Rollen „Viewer“ und „Job User“ im" -" Projekt verfügt." - -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "Web" @@ -14639,37 +18424,61 @@ msgstr "Web" msgid "Wednesday" msgstr "Mittwoch" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "Woche" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "Woche endet am Samstag" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "Woche beginnt am Montag" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "Woche beginnt am Sonntag" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "Woche endet am Sonntag" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "Wöchentlicher Bericht" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "Wöchentlicher Bericht für %s" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "Wöchentliche Saisonalität" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format msgid "Weeks %s" msgstr "Wochen %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "Gewicht" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 #, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +"Wir haben Probleme beim Laden dieser Ergebnisse. Abfragen überschreiten " +"nach %s Sekunden die Ausführungszeit (Timeout)." +msgstr[1] "" "Wir haben Probleme beim Laden dieser Ergebnisse. Abfragen überschreiten " "nach %s Sekunden die Ausführungszeit (Timeout)." @@ -14678,20 +18487,30 @@ msgstr "" msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +"Wir haben Probleme beim Laden dieser Visualisierung. Abfragen " +"überschreiten nach %s Sekunden die Ausführungszeit (Timeout)." +msgstr[1] "" "Wir haben Probleme beim Laden dieser Visualisierung. Abfragen " "überschreiten nach %s Sekunden die Ausführungszeit (Timeout)." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "Was sollte als Beschriftung angezeigt werden?" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "Was soll passieren, wenn die Tabelle bereits vorhanden ist?" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" @@ -14699,13 +18518,14 @@ msgstr "" "Wenn 'Berechnungstyp' auf \"Prozentuale Änderung\" gesetzt ist, wird das " "Y-Achsenformat '.1%' erzwungen" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" "Wenn eine sekundäre Metrik bereitgestellt wird, wird eine lineare " "Farbskala verwendet." -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" @@ -14713,19 +18533,28 @@ msgstr "" "Wenn Sie die Option CREATE TABLE AS in SQL Lab zulassen, erzwingt diese " "Option, dass die Tabelle in diesem Schema erstellt wird" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 -msgid "When enabled, users are able to visualize SQL Lab results in Explore." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" +"Wenn diese Option aktiviert ist, zoomt die Karte nach jeder Abfrage auf " +"Ihre Daten" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 +msgid "" +"When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -"Wenn diese Option aktiviert ist, können Benutzer*innen SQL Lab-Ergebnisse" -" in Explore visualisieren." +"Wenn diese Option aktiviert ist, können Benutzer*innen SQL Lab-Ergebnisse " +"in Explore visualisieren." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 -msgid "When only a primary metric is provided, a categorical color scale is used." +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 +msgid "" +"When only a primary metric is provided, a categorical color scale is used." msgstr "" "Wenn nur eine primäre Metrik bereitgestellt wird, wird eine kategoriale " "Farbpalette verwendet." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " @@ -14735,7 +18564,7 @@ msgstr "" "verwendet diese Anweisung als Unterabfrage beim Gruppieren und Filtern " "der generierten übergeordneten Abfragen." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -14746,28 +18575,41 @@ msgstr "" "Bei Verwendung von \"AutoVervollständigen-Filtern\" kann dies verwendet " "werden, um die Leistung der Abfrage zum Abrufen der Werte zu verbessern. " "Verwenden Sie diese Option, um ein Prädikat (WHERE-Klausel) auf die " -"Abfrage anzuwenden, die die verschiedenen Werte aus der Tabelle auswählt." -" In der Regel besteht die Absicht darin, den Scan einzuschränken, indem " +"Abfrage anzuwenden, die die verschiedenen Werte aus der Tabelle auswählt. " +"In der Regel besteht die Absicht darin, den Scan einzuschränken, indem " "ein relativer Zeitfilter auf ein partitioniertes oder indiziertes " "zeitbezogenes Feld angewendet wird." -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -"Wenn Sie \"Gruppieren nach\" verwenden, sind Sie auf die Verwendung einer" -" einzelnen Metrik beschränkt" +"Wenn Sie \"Gruppieren nach\" verwenden, sind Sie auf die Verwendung einer " +"einzelnen Metrik beschränkt" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" +"Bei Verwendung einer anderen als der adaptiven Formatierung können sich " +"Beschriftungen überschneiden" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 -msgid "Whether the progress bar overlaps when there are multiple groups of data" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" +"Bei Verwendung dieser Option kann der Standardwert nicht festgelegt werden" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 +msgid "" +"Whether the progress bar overlaps when there are multiple groups of data" msgstr "" "Ob sich der Fortschrittsbalken überschneidet, wenn mehrere Datengruppen " "vorhanden sind" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" -msgstr "Ob die Tabelle durch den 'Visualize'-Fluss in SQL Lab generiert wurde" +msgstr "" +"Ob die Tabelle durch den 'Visualize'-Fluss in SQL Lab generiert wurde" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." @@ -14775,78 +18617,92 @@ msgstr "" "Ob diese Spalte im Abschnitt \"Filter\" der Erkunden-Ansicht verfügbar " "gemacht wird." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" -"Whether to align background charts with both positive and negative values" -" at 0" +"Whether to align background charts with both positive and negative values " +"at 0" msgstr "" "Ob Hintergrunddiagramme sowohl mit positiven als auch mit negativen " "Werten bei 0 ausgerichtet werden sollen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" "Ob positive und negative Werte im Zellbalkendiagramm bei 0 ausgerichtet " "werden sollen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "Ob die Anmerkungs-Beschriftung immer angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" -msgstr "Ob der Fortschritt und der Wert animiert oder nur angezeigt werden sollen" +msgstr "" +"Ob der Fortschritt und der Wert animiert oder nur angezeigt werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 -msgid "Whether to apply a normal distribution based on rank on the color scale" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 +msgid "" +"Whether to apply a normal distribution based on rank on the color scale" msgstr "" "Ob eine Normalverteilung basierend auf dem Rang auf der Farbskala " "angewendet werden soll" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 -msgid "Whether to colorize numeric values by if they are positive or negative" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "Ob Filter angewendet werden soll, wenn auf Elemente geklickt wird" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 +msgid "" +"Whether to colorize numeric values by if they are positive or negative" msgstr "" "Ob numerische Werte eingefärbt werden sollen, wenn sie positiv oder " "negativ sind" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" -msgstr "Ob ein Balkendiagrammhintergrund in Tabellenspalten angezeigt werden soll" +msgstr "" +"Ob ein Balkendiagrammhintergrund in Tabellenspalten angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "Ob eine Legende für das Diagramm angezeigt werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "Ob Blasen über Ländern angezeigt werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "Ob die Gesamtanzahl angezeigt werden soll" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "Ob die interaktive Datentabelle angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "Ob die Beschriftungen angezeigt werden sollen." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" -"Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +"Whether to display the labels. Note that the label only displays when the " +"5% threshold." msgstr "" "Ob die Beschriftungen angezeigt werden sollen. Beachten Sie, dass die " "Beschriftung nur angezeigt wird, wenn der Schwellenwert von 5 % erreicht " "ist." #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "Ob die Legende angezeigt werden soll (Wechselschalter)" @@ -14854,180 +18710,193 @@ msgstr "Ob die Legende angezeigt werden soll (Wechselschalter)" msgid "Whether to display the metric name as a title" msgstr "Ob der Metrikname als Titel angezeigt werden soll" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "Ob die Min- und Max-Werte der X-Achse angezeigt werden sollen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "Ob die Min- und Max-Werte der Y-Achse angezeigt werden sollen" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" -msgstr "Ob die numerischen Werte innerhalb der Zellen angezeigt werden sollen" +msgstr "" +"Ob die numerischen Werte innerhalb der Zellen angezeigt werden sollen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "Ob der Strich dargestellt werden soll" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "Ob die interaktive Zeitbereichs-Auswahl angezeigt werden soll" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "Ob der Zeitstempel angezeigt werden soll" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "Ob die Trendlinie angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." -msgstr "Ob das Ändern der Diagrammposition und -skalierung aktiviert werden soll." +msgstr "" +"Ob das Ändern der Diagrammposition und -skalierung aktiviert werden soll." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -"Ob das Ziehen von Knoten im Kräfte-basierten Layoutmodus aktiviert werden" -" soll." +"Ob das Ziehen von Knoten im Kräfte-basierten Layoutmodus aktiviert werden " +"soll." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" -msgstr "Ob der Zeitstempel formatiert werden soll" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" +msgstr "Ob die Objekte gefüllt werden sollen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "Ob Örtlichkeiten ignoriert werden sollen, die null sind" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "Ob ein clientseitiges Suchfeld eingeschlossen werden soll" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "Ob ein Zeitfilter eingebunden werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "Ob der Prozentsatz in Tooltip aufgenommen werden soll" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 -msgid "Whether to include the time granularity as defined in the time section" -msgstr "Ob die im Zeitabschnitt definierte Zeitgranularität einbezogen werden soll" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 +msgid "" +"Whether to include the time granularity as defined in the time section" +msgstr "" +"Ob die im Zeitabschnitt definierte Zeitgranularität einbezogen werden soll" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "Ob das Raster in 3D umgewandelt werden soll" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "Ob das Histogramm kumulativ dargestellt werden soll" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -"Unabhängig davon, ob diese Spalte als [Zeitgranularität]-Option verfügbar" -" gemacht werden soll, muss die Spalte DATETIME oder DATETIME-ähnlich sein" +"Unabhängig davon, ob diese Spalte als [Zeitgranularität]-Option verfügbar " +"gemacht werden soll, muss die Spalte DATETIME oder DATETIME-ähnlich sein" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "Ob das Histogramm normalisiert werden soll" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" -msgstr "Ob Optionen für Auto-Vervollständigen-Filter vorgefühlt werden sollen" +msgstr "" +"Ob Optionen für Auto-Vervollständigen-Filter vorgefühlt werden sollen" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +"section with a list of distinct values fetched from the backend on the fly" msgstr "" "Ob das Dropdown-Menü des Filters im Filterabschnitt der Ansicht " "\"Erkunden\" mit einer Liste unterschiedlicher Werte aufgefüllt werden " "soll, die im laufenden Betrieb aus dem Back-End abgerufen werden sollen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" -"Whether to show extra controls or not. Extra controls include things like" -" making mulitBar charts stacked or side by side." +"Whether to show extra controls or not. Extra controls include things like " +"making mulitBar charts stacked or side by side." msgstr "" "Ob zusätzliche Steuerelemente angezeigt werden sollen oder nicht. Zu den " "zusätzlichen Steuerelementen gehören Elemente wie das gestapelt oder " "nebeneinander Erstellen von Multi-Bar-Diagrammen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "Ob kleinere Ticks auf der Achse angezeigt werden sollen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "Ob der Zeiger angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "Ob der Fortschritt der Messgerätediagramms angezeigt werden soll" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "Ob die geteilten Linien auf der Achse angezeigt werden sollen" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" +"Ob aufsteigend oder absteigend auf der Basisachse sortiert werden soll." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "Ob absteigend oder aufsteigend sortiert werden soll" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" -msgstr "" -"Ob absteigend oder aufsteigend sortiert werden soll. Wird nur wirksam, " -"wenn \"Sortieren nach\" gesetzt ist" - -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" +msgstr "" +"Ob absteigend oder aufsteigend sortiert werden soll, wenn ein " +"Reihengrenzwert vorhanden ist" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" "Ob die Ergebnisse nach der ausgewählten Metrik in absteigender " "Reihenfolge sortiert werden sollen." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" "Ob der Tooltip nach der ausgewählten Metrik in absteigender Reihenfolge " "sortiert werden soll." -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "Ob Metriken abgeschnitten werden sollen" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "Für welches Land soll die Karte geplottet werden?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" -msgstr "Welche Verwandten beim Überfahren mit der Maus hervorgehoben werden sollen" +msgstr "" +"Welche Verwandten beim Überfahren mit der Maus hervorgehoben werden sollen" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "Whisker/Ausreißer-Optionen" @@ -15035,7 +18904,8 @@ msgstr "Whisker/Ausreißer-Optionen" msgid "White" msgstr "Weiß" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "Breite" @@ -15043,11 +18913,15 @@ msgstr "Breite" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "Breite des Konfidenzintervalls. Sollte zwischen 0 und 1 liegen" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "Breite der Sparkline" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "Fenster muss > 0 sein" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "Mit einem Untertitel" @@ -15056,119 +18930,140 @@ msgstr "Mit einem Untertitel" msgid "Word Cloud" msgstr "Wortwolke" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 msgid "Word Rotation" msgstr "Wort-Rotation" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "In Bearbeitung" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "Zeitüberschreitung" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "Weltkarte" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "Beschreibung Ihrer Anfrage" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "Handlebars-Template zur Darstellung der Daten verfassen" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "Dataframe-Index als Spalte schreiben" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "Schreiben Sie den Dataframe-Index als Spalte." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "X-ACHSE TITEL UNTERER RAND" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "X-Achse" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "X-Achsen-Format" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "X Achsenbeschriftung" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "Titel der X-Achse" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "X-Log-Skala" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "X Tick Layout" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "X-Grenzen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +msgid "X-Axis Sort Ascending" +msgstr "X-Achse aufsteigend sortieren" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "X-Achse Sortieren nach" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "X-Achse" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "X-Skalen-Intervall" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "Y 2 Grenzen" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "Y-ACHSE TITEL RAND" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "Y-ACHSE TITEL POSITION" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Y-Achse" @@ -15180,28 +19075,27 @@ msgstr "Y-Achse 1" msgid "Y Axis 2" msgstr "Y-Achse 2" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "Grenzen der Y-Achse 2" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "Grenzen der Y-Achse" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "Y-Achsenformat" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "Y Achsenbeschriftung" @@ -15213,35 +19107,66 @@ msgstr "Y-Achse links" msgid "Y Axis Right" msgstr "Y-Achse rechts" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "Titel der Y-Achse" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "Y-Log-Skala" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "Y-Grenzen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +msgid "Y-Axis Sort Ascending" +msgstr "Y-Achse aufsteigend sortieren" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "Y-Achse Sortieren nach" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "Y-Achse" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "Grenzen der Y-Achse" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "Y-Skalen-Intervall" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "Jahr" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "Jahr (freq=AS)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "Jährliche Saisonalität" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format msgid "Years %s" msgstr "Jahre %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "Ja" @@ -15249,7 +19174,12 @@ msgstr "Ja" msgid "Yes, cancel" msgstr "Ja, abbrechen" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "Ja, Änderungen überschreiben" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15259,7 +19189,7 @@ msgstr "" "Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit " "verlieren. Sind Sie sicher, dass Sie überschreiben möchten?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15269,7 +19199,7 @@ msgstr "" "Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit " "verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15279,7 +19209,7 @@ msgstr "" "sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer " "Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15289,7 +19219,7 @@ msgstr "" "sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer " "Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " @@ -15299,76 +19229,102 @@ msgstr "" "vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil " "Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie überschreiben möchten?" -#: superset/views/core.py:2192 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" -"Sie sind nicht berechtigt, Beispiele aus dieser Tabelle abzurufen. Wenn " -"Sie der Meinung sind, dass dies ein Fehler ist, wenden Sie sich bitte an " -"Ihre*n Administrator*in." - -#: superset/views/core.py:2312 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -"Sie sind nicht berechtigt, diese Abfrage anzuzeigen. Wenn Sie der Meinung" -" sind, dass dies ein Fehler ist, wenden Sie sich bitte an Ihre*n " +"Sie sind nicht berechtigt, diese Abfrage anzuzeigen. Wenn Sie der Meinung " +"sind, dass dies ein Fehler ist, wenden Sie sich bitte an Ihre*n " "Administrator*in." -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "Sie können" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "Hinzufügen können Sie die Komponenten in der" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "Sie können die Komponenten im Bearbeitungsmodus hinzufügen." + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" +"Sie können auch einfach auf das Diagramm klicken, um den Kreuzfilter " +"anzuwenden." + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until " +"you choose to change it." msgstr "" -"Sie können nicht gleichzeitig einen Namespace sowohl im Namen der Tabelle" -" \"%(excel_table.table)s\" als auch im Schemafeld " -"\"%(excel_table.schema)s\" angeben. Bitte entfernen Sie einen" +"Sie können auswählen, ob alle Diagramme angezeigt werden sollen, auf die " +"Sie Zugriff haben, oder nur die Diagramme, die Sie besitzen.\n" +" Ihre Filterauswahl wird gespeichert und bleibt aktiv, bis " +"Sie sie ändern." -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" msgstr "" -"Sie können keinen Namespace sowohl im Namen der Tabelle: " -"\"%(csv_table.table)s\" als auch im Schemafeld: \"%(csv_table.schema)s\" " -"angeben. Bitte entfernen Sie eine" +"Sie können ein neues Diagramm erstellen oder vorhandene Diagramme aus dem " +"Bereich auf der rechten Seite verwenden." -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You can preview the list of dashboards in the chart settings dropdown." msgstr "" -"Sie können keinen Namespace sowohl im Namen der Tabelle: " -"\"%(excel_table.table)s\" als auch im Schemafeld: " -"\"%(excel_table.schema)s\" angeben. Bitte entfernen Sie eine" +"Sie können eine Vorschauliste der Dashboards in der Dropdownliste für die " +"Diagrammeinstellungen anzeigen." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "Sie können keinen Kreuzfilter auf diesen Datenpunkt anwenden." + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 +msgid "" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." +msgstr "" +"Sie können den letzten Zeitfilter nicht löschen, da er für " +"Zeitbereichsfilter in Dashboards verwendet wird." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" "Sie können das 45°-Strich-Layout nicht zusammen mit dem " "Zeitbereichsfilter verwenden" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" -"You cannot use [Columns] in combination with [Group " -"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." +"You cannot use [Columns] in combination with [Group By]/[Metrics]/" +"[Percentage Metrics]. Please choose one or the other." msgstr "" -"Sie können [Spalten] nicht in Kombination mit [Gruppieren " -"nach]/[Metriken]/[Prozentmetriken] verwenden. Bitte wählen Sie das eine " -"oder das andere." +"Sie können [Spalten] nicht in Kombination mit [Gruppieren nach]/" +"[Metriken]/[Prozentmetriken] verwenden. Bitte wählen Sie das eine oder " +"das andere." + +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" +msgstr "Sie haben keine Berechtigung, %s zu bearbeiten" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "Sie sind nicht berechtigt, dieses Diagramm zu bearbeiten" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "Sie haben keine Zugriff auf diese Datenquelle" @@ -15379,33 +19335,66 @@ msgstr "" "Sie haben keine Berechtigungen für den Zugriff auf die Datenquelle(n): " "%(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "Sie haben keine Berechtigungen zum Bearbeiten dieses Dashboards." +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "Sie haben keinen Zugriff auf dieses Diagramm." + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "Sie haben keinen Zugriff auf dieses Dashboard." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "Sie haben keinen Zugriff auf dieses Dataset." + +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." +msgstr "" +"Sie haben keinen Zugriff auf diese eingebettete Dashboard-Konfiguration." + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "Sie haben noch keine Favoriten!" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 msgid "You don't have permission to modify the value." msgstr "Sie sind nicht berechtigt, den Wert zu ändern." -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " -msgstr "Sie haben nicht die Rechte " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Sie sind nicht berechtigt, %(resource)s zu ändern" + +#: superset/views/core.py:923 +msgid "You don't have the rights to alter this chart" +msgstr "Sie sind nicht berechtigt, dieses Diagramm zu ändern" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:1097 +msgid "You don't have the rights to alter this dashboard" +msgstr "Sie sind nicht berechtigt, dieses Dashboard zu ändern" + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "Sie haben nicht das Recht, diesen Titel zu ändern." -#: superset/views/core.py:406 +#: superset/views/core.py:929 +msgid "You don't have the rights to create a chart" +msgstr "Sie haben nicht die Rechte zum Erstellen eines Diagramms" + +#: superset/views/core.py:1113 +msgid "You don't have the rights to create a dashboard" +msgstr "Sie haben nicht die Rechte zum Erstellen eines Dashboards" + +#: superset/views/core.py:644 +msgid "You don't have the rights to download as csv" +msgstr "Sie haben nicht die Rechte, als CSV herunterzuladen" + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "Sie haben keine Berechtigung, diese Anforderung zu genehmigen" @@ -15413,37 +19402,92 @@ msgstr "Sie haben keine Berechtigung, diese Anforderung zu genehmigen" msgid "You have removed this filter." msgstr "Sie haben diesen Filter entfernt." -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "Ungesicherte Änderungen vorhanden." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" +"Sie haben alle %(historyLength)s Undo-Slots verwendet und können " +"nachfolgende Aktionen nicht vollständig rückgängig machen. Sie können " +"Ihren aktuellen Status speichern, um den Verlauf zurückzusetzen." + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" +"Sie müssen ein Datensatzbesitzer*in sein, um bearbeiten zu können. Bitte " +"wenden Sie sich an eine/n Datensatzbesitzer*in, um Änderungs- oder " +"Bearbeitungszugriff zu erhalten." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "Sie müssen einen Namen für das neue Dashboard auswählen" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "Sie müssen die Abfrage zuerst erfolgreich ausführen" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 -msgid "Your dashboard is too large. Please reduce its size before saving it." +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" +"Sie müssen die HTML-Bereinigung (sanitization) aktivieren, um CSS " +"verwenden zu können" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" +"Sie haben die Werte in der Systemsteuerung aktualisiert, aber das " +"Diagramm wurde nicht automatisch aktualisiert. Führen Sie die Abfrage " +"aus, indem Sie auf die Schaltfläche \"Diagramm aktualisieren\" klicken " +"oder" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" +"Sie haben Datensätze geändert. Alle Steuerelemente mit Daten (Spalten, " +"Metriken), die diesem neuen Dataset entsprechen, wurden beibehalten." + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "Ihr Diagramm ist nicht aktuell" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "Ihr Chart ist startklar!" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "" +"Your dashboard is too large. Please reduce its size before saving it." msgstr "" "Ihr Dashboard ist zu groß. Bitte reduzieren Sie die Größe, bevor Sie es " "speichern." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "Ihre Abfrage konnte nicht gespeichert werden" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "Ihre Abfrage konnte nicht eingeplant werden" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "Ihre Abfrage konnte nicht aktualisiert werden." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" @@ -15451,59 +19495,80 @@ msgstr "" "Ihre Abfrage wurde geplant. Um Details zu Ihrer Abfrage anzuzeigen, " "navigieren Sie zu Gespeicherte Abfragen" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "Ihre Abfrage wurde nicht ordnungsgemäß gespeichert" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "Ihre Abfrage wurde gespeichert" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "Ihre Abfrage wurde angehalten" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "Ihr Report konnte nicht gelöscht werden" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Zero imputation" +msgstr "Fehlende-Werte-Ersetzung" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "Zoom" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "Zoomstufe der Karte" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "[Alarm] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" +msgstr "[ unbenanntes Dashboard ]" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" "Die Spalten [Longitude] und [Latitude] müssen in [Group By] vorhanden " "sein." -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "[Longitude] und [Latitude] müssen eingestellt sein" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "[Fehlender Datensatz]" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] Zugriff auf die Datenquelle %(name)s wurde gewährt" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "[Unbenannt]" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "[asc]" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "[Kopie]" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[Dashboard-Name]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "[Beschreibung]" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " @@ -15513,21 +19578,26 @@ msgstr "" "Verhältnis zur primären Metrik zu definieren. Wenn keine angegeben, " "werden diskrete Farben verwendet, die auf den Beschriftungen basieren" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "[Unbenannt]" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." -msgstr "„compare_columns“ muss die gleiche Länge wie „source_columns“ haben." +msgstr "" +"„compare_columns“ muss die gleiche Länge wie „source_columns“ haben." -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" "\"compare_type\" muss \"Differenz\", \"Prozentsatz\" oder \"Verhältnis\" " "sein" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "\"confidence_interval\" muss zwischen 0 und 1 liegen (exklusiv)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " @@ -15538,51 +19608,53 @@ msgstr "" "Spalten werden verwendet, um Punkte zu beschriften. Falls leer, wird die " "Anzahl der Punkte in jedem Cluster zurückgegeben." -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "'operation'-Eigenschaft des Nachbearbeitungsobjekts undefiniert" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "Paket 'prophet' nicht installiert" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "\"rename_columns\" muss die gleiche Länge wie „columns“ haben." -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "\"row_limit\" muss größer oder gleich 0 sein" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "\"row_offset\" muss größer oder gleich 0 sein" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "\"Breite\" muss größer oder gleich 0 sein" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "Aggregat" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "Alarm" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "Alarme" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" +msgstr "alle" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "auch (doppelte) Diagramme kopieren" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "Ändern Sie dieses " - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "Vorfahr" @@ -15590,138 +19662,217 @@ msgstr "Vorfahr" msgid "and" msgstr "und" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" -"und die Explore-Ansicht überschreitet die maximale Ausführungszeit von %s" -" Sekunden " - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "Anmerkungen" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "Anmerkung Startzeit oder Endzeit ist erforderlich." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "Anmerkungsebene" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "asfreq" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "bei" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +msgid "auto" +msgstr "automatisch" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "automatisch (geglättet)" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "Hintergrund" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "basis" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "unten (Beispiel:" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "zwischen {down} und {up} {name}" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "Bfill" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "Riegel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "Symbol für booleschen Typ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "Unten" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "gecached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "Schaltfläche (cmd + z), bis Sie Ihre Änderungen speichern." + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "durch die Verwendung von" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "darf nicht leer sein" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" -"kann nicht als Spaltenname verwendet werden. Der Spaltenname/Alias " -"\"__timestamp\"\n" -" ist für den temporalen Hauptausdruck reserviert, und " -"Spaltenaliase, die mit\n" -" doppelten Unterstrichen, gefolgt von einem numerischen Wert, " -"enden (z. B. \"my_col__1“), sind\n" -" zum Deduplizieren doppelter Spaltennamen reserviert. Bitte " -"verwenden Sie Aliase, um die\n" -" ungültigen Spaltennamen umzubenennen.\n" -"." - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" +msgstr "Kardinal" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +msgid "change" +msgstr "ändern" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "Diagramm" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 msgid "charts" msgstr "Diagramme" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "Wählen Sie WHERE oder HAVING…" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +msgid "clear all filters" +msgstr "Alle Filter löschen" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "klicken Sie hier" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "Code ISO 3166-1 alpha-2 (cca2)" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "Code ISO 3166-1 alpha-3 (cca3)" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "Code Internationales Olympisches Komitee (CIOC)" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "Spalte" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "verbinde mit %(dbModelName)s." + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 msgid "count" msgstr "Anzahl" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " -msgstr "Erstellen Sie ein " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +msgid "create" +msgstr "Erstellen" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +msgid "create a new chart" +msgstr "Neues Diagramm erstellen" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "Datensatz aus SQL-Abfrage erstellen" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "css_template" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "cumsum" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "kumulativ" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "Dashboard" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 msgid "dashboards" msgstr "Dashboards" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "Datenbank" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "Datensatz" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +msgid "dataset name" +msgstr "Datensatzname" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "Datum" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "Tag" @@ -15734,30 +19885,87 @@ msgstr "Tag des Monats" msgid "day of the week" msgstr "Wochentag" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "Deck.gl - 3D Hexagon" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "Deck.gl - Bogen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "Deck.gl - GeoJSON" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "Deck.gl - Raster" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "Deck.gl - Mehrere Ebenen" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "Deck.gl - Pfade" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "Deck.gl - Polygon" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "deck.gl Streudiagramm" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "Deck.gl - Bildschirmraster" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" +msgstr "Deck.gl - Diagramme" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "deckGL" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +msgid "default" +msgstr "Standard" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "Löschen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "Nachkomme" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "Beschreibung" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +msgid "deviation" +msgstr "Abweichung" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "dialect+driver://username:password@host:port/database" -#: superset/views/core.py:618 -msgid "download as csv" -msgstr "Als CSV herunterladen" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "Entwurf" @@ -15765,34 +19973,69 @@ msgstr "Entwurf" msgid "dttm" msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "z.B. ********" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "z.B. 127.0.0.1" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "z.B. 5432" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "z.B. AccountAdmin" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "z.B. Analytik" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "z.B. compute_wh" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "z.B. param1=Wert1¶m2=Wert2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "z.B.sql/protocolv1/o/12345" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "z.B. world_population" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "z.B. xy12345.us-east-2.aws" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "z. B. eine Spalte „user id“" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "Bearbeitungsmodus" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +msgid "entries" +msgstr "Einträge" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "Fehlermeldung" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -15818,18 +20061,33 @@ msgstr "jede Minute" msgid "every month" msgstr "jeden Monat" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" -"-Feature nutzen, um einen zusammengefassten Datensatz zu speichern, den " -"Sie dann untersuchen können." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "aufklappen" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +msgid "explore" +msgstr "Erkunden" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +msgid "failed" +msgstr "fehlgeschlagen" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "Wird abgerufen" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "ffill" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." @@ -15837,34 +20095,57 @@ msgstr "" "filter_box wird in einer zukünftigen Version von Superset veraltet sein. " "Bitte ersetzen Sie filter_box durch Dashboard-Filterkomponenten." -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "" -"Das Befolgen dieses Ablaufs führt höchstwahrscheinlich zu einem Timeout " -"Ihrer Abfrage. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" +msgstr "flach" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "für weitere Informationen zum Strukturieren des URI." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "Symbol für Funktionstyp" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "Geohash (quadratisch)" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "Grün" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +msgid "heatmap" +msgstr "Heatmap" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "Heatmap: Werte werden über die gesamte Heatmap normalisiert" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "hier" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "Stunde" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" -msgstr "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" +msgstr "ID" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15876,7 +20157,7 @@ msgstr "" msgid "in" msgstr "in" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr " " @@ -15894,21 +20175,21 @@ msgstr "wird als Ganzzahl erwartet" msgid "joined" msgstr "Verknüpft" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "JSON ist ungültig" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "Schlüssel a-z" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "Schlüssel z-a" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 msgid "label" msgstr "Beschriftung" @@ -15932,20 +20213,28 @@ msgstr "letzte Woche" msgid "last year" msgstr "letztes Jahr" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "neueste Partition:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 msgid "left" msgstr "Links" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "weniger als {min} {name}" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +msgid "linear" +msgstr "linear" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "Protokoll" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." @@ -15953,6 +20242,49 @@ msgstr "" "Das untere Perzentil muss größer als 0 und kleiner als 100 sein. Muss " "niedriger als das obere Perzentil sein." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +msgid "max" +msgstr "Maximum" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "Mittelwert" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "Median" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" +msgstr "Metrik" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +msgid "min" +msgstr "Minimum" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "Minute" @@ -15961,63 +20293,150 @@ msgstr "Minute" msgid "minute(s)" msgstr "Minute(n)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +msgid "monotone" +msgstr "monoton" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "Monat" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "mehr als {max} {name}" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "Muss einen Wert haben" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +msgid "name" +msgstr "Name" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "kein SQL-Validator ist konfiguriert" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "Für {} ist kein SQL-Validator konfiguriert" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "Symbol für numerischen Typ" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "nvd3" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "des Elternteils" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "der Gesamtsumme" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "Offline" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "an" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +msgid "or" +msgstr "Oder" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "oder verwenden Sie vorhandene aus dem Bereich auf der rechten Seite" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "ORDER BY-Spalte muss angegeben werden" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "insgesamt" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "p-Wert-Präzision" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "P1" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "P5" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "P95" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "P99" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "page_size.all" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "page_size.entries" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "page_size.show" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "pending" +msgstr "ausstehend" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "Perzentil (exklusiv)" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" -"percentiles must be a list or tuple with two numeric values, of which the" -" first is lower than the second value" +"percentiles must be a list or tuple with two numeric values, of which the " +"first is lower than the second value" msgstr "" "Perzentile müssen eine Liste oder ein Tupel mit zwei numerischen Werten " "sein, von denen der erste niedriger als der zweite Wert ist" +#: superset/views/core.py:1921 +msgid "permalink state not found" +msgstr "Permalink-Status nicht gefunden" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "Gepixelt (scharf)" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "vorheriger Kalendermonat" @@ -16026,120 +20445,290 @@ msgstr "vorheriger Kalendermonat" msgid "previous calendar week" msgstr "vorherige Kalenderwoche" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "vorheriges Kalenderjahr" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "veröffentlicht" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +msgid "quarter" +msgstr "Quartal" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "Abfragen" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "Abfrage" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "zufällig" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "Neu starten" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "Kürzlich" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "Kürzlich" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "Rot" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "Report" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "Reports" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "Zoom wiederherstellen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 msgid "right" msgstr "Rechts" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "Zeilen" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "abgerufene Zeilen" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "running" +msgstr "laufend" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "gespeicherte Abfragen" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" -msgstr "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" +msgstr "Suche nach Tags" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "seconds" +msgstr "Sekunden" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +msgid "series" +msgstr "Zeitreihen" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" -"series: Treat each series independently; overall: All series use the same" -" scale; change: Show changes compared to the first data point in each " +"series: Treat each series independently; overall: All series use the same " +"scale; change: Show changes compared to the first data point in each " "series" msgstr "" "Serie: Behandeln Sie jede Serie unabhängig voneinander; insgesamt: Alle " -"Serien verwenden den gleichen Maßstab; Änderung: Änderungen im Vergleich " -"zum ersten Datenpunkt in jeder Datenreihe anzeigen" +"Zeitreihen verwenden den gleichen Maßstab; Änderung: Änderungen im " +"Vergleich zum ersten Datenpunkt in jeder Datenreihe anzeigen" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +msgid "square" +msgstr "Quadrat" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "Stack" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "gestaffelt" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "Std" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +msgid "step-after" +msgstr "step-after" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "step-before" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "gestoppt" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "Stream" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "Symbol für Zeichenfolgentyp" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +msgid "success" +msgstr "Erfolg" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "sum" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "Syntax." + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "Schlagwort" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "Symbol für Zeittyp" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "Textfeld" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "bis" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 msgid "top" msgstr "Oben" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "Rückgängig" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "Symbol für unbekannten Typ" + +#: superset/charts/schemas.py:660 msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher" -" than lower percentile." +"upper percentile must be greater than 0 and less than 100. Must be higher " +"than lower percentile." msgstr "" "Das obere Perzentil muss größer als 0 und kleiner als 100 sein. Muss " "größer als das untere Perzentil sein." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "latest_partition Vorlage verwenden" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "Wert aufsteigend" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "Wert absteigend" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "var" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "Varianz" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +msgid "view instructions" +msgstr "Anleitung anzeigen" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "virtuell" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +msgid "viz type" +msgstr "Visualisierungstyp" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "wurde erstellt" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "Woche" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "Woche, am Samstag endend" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "Woche, am Sonntag beginnend" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "X" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "X: Werte werden innerhalb jeder Spalte normalisiert" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "Y" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "y: Werte werden innerhalb jeder Zeile normalisiert" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "Jahr" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "Gelb" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "Zoombereich" diff --git a/superset/translations/en/LC_MESSAGES/messages.json b/superset/translations/en/LC_MESSAGES/messages.json index 50d30c5e24987..dce9e4e643a48 100644 --- a/superset/translations/en/LC_MESSAGES/messages.json +++ b/superset/translations/en/LC_MESSAGES/messages.json @@ -2,2040 +2,4705 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "en" }, - "Home": [""], - "Annotation Layers": [""], - "Manage": [""], - "Databases": [""], - "Data": [""], - "Datasets": [""], - "Charts": [""], - "Dashboards": [""], - "Plugins": [""], - "CSS Templates": [""], - "Row level security": [""], - "Security": [""], - "Import Dashboards": [""], - "SQL Editor": [""], - "SQL Lab": [""], - "Saved Queries": [""], - "Query History": [""], - "Upload a CSV": [""], - "Upload Excel": [""], - "Action Log": [""], - "Dashboard Emails": [""], - "Chart Email Schedules": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Access requests": [""], - "Druid Datasources": [""], - "Druid Clusters": [""], - "Scan New Datasources": [""], - "Refresh Druid Metadata": [""], - "Issue 1000 - The datasource is too large to query.": [""], - "Issue 1001 - The database is under an unusual load.": [""], - "Issue 1002 - The database returned an unexpected error.": [""], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "Issue 1004 - The column was deleted or renamed in the database.": [""], - "Issue 1005 - The table was deleted or renamed in the database.": [""], - "Issue 1006 - One or more parameters specified in the query are missing.": [ + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "Invalid certificate": [""], - "Unsafe return type for function %(func)s: %(value_type)s": [""], - "Unsupported return value for method %(name)s": [""], - "Unsafe template value for key %(key)s: %(value_type)s": [""], - "Unsupported template value for key %(key)s": [""], - "Only `SELECT` statements are allowed against this database": [""], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + " a dashboard OR ": [""], + " a new one": [""], + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + " to add calculated columns": [""], + " to add metrics": [""], + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(other)s saved queries will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "" ], - "Viz is missing a datasource": [""], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "%(user)s's profile": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "From date cannot be larger than to date": [""], - "Cached value not found": [""], - "Columns missing in datasource: %(invalid_columns)s": [""], - "Table View": [""], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "%s Error": [""], + "%s PASSWORD": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": [""], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": [""], + "%s operator(s)": [""], + "%s option(s)": [""], + "%s row": ["", "%s rows"], + "%s saved metric(s)": [""], + "%s updated": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": [""], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [""], - "Time Table View": [""], - "Pick at least one metric": [""], - "When using 'Group By' you are limited to use a single metric": [""], - "Pivot Table": [""], - "Please choose at least one 'Group by' field ": [""], - "Please choose at least one metric": [""], - "Group By' and 'Columns' can't overlap": [""], - "Treemap": [""], - "Calendar Heatmap": [""], - "Bubble Chart": [""], - "Please use 3 different metric labels": [""], - "Pick a metric for x, y and size": [""], - "Bullet Chart": [""], - "Pick a metric to display": [""], - "Big Number with Trendline": [""], - "Pick a metric!": [""], - "Big Number": [""], - "Time Series - Line Chart": [""], - "Pick a time granularity for your time series": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Time Series - Multiple Line Charts": [""], - "Time Series - Dual Axis Line Chart": [""], - "Pick a metric for left axis!": [""], - "Pick a metric for right axis!": [""], - "Please choose different metrics on left and right axis": [""], - "Time Series - Bar Chart": [""], - "Time Series - Period Pivot": [""], - "Time Series - Percent Change": [""], - "Time Series - Stacked": [""], - "Histogram": [""], - "Must have at least one numeric column specified": [""], - "Distribution - Bar Chart": [""], - "Can't have overlap between Series and Breakdowns": [""], - "Pick at least one field for [Series]": [""], - "Sunburst": [""], - "Sankey": [""], - "Pick exactly 2 columns as [Source / Target]": [""], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "Directed Force Layout": [""], - "Pick exactly 2 columns to 'Group By'": [""], - "Country Map": [""], - "World Map": [""], - "Filters": [""], - "Invalid filter configuration, please select a column": [""], - "Parallel Coordinates": [""], - "Heatmap": [""], - "Horizon Charts": [""], - "Mapbox": [""], - "[Longitude] and [Latitude] must be set": [""], - "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": [""], - "Invalid spatial point encountered: %s": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + ".": [""], + "0 Selected": [""], + "1 calendar day frequency": [""], + "1 day": [""], + "1 day ago": [""], + "1 hour": [""], + "1 hourly frequency": [""], + "1 minute": [""], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year": [""], + "1 year ago": [""], + "1 year end frequency": [""], + "1 year start frequency": [""], + "10 minute": [""], + "104 weeks": [""], + "104 weeks ago": [""], + "15 minute": [""], + "156 weeks": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days": [""], + "28 days ago": [""], + "2D": [""], + "3 letter code of the country": [""], + "3 years": [""], + "3 years ago": [""], + "30 days": [""], + "30 days ago": [""], + "30 minute": [""], + "30 minutes": [""], + "30 second": [""], + "30 seconds": [""], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": [""], + "5 minutes": [""], + "5 second": [""], + "5 seconds": [""], + "52 weeks": [""], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "6 hour": [""], + "60 days": [""], + "7 calendar day frequency": [""], + "7 days": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": [""], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A Big Number": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "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": [""], - "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [ + "A database with the same name already exists.": [""], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "Box Plot": [""], - "Distribution - NVD3 - Pie Chart": [""], - "iFrame": [""], - "Deleted %(num)d annotation layer": [ - "", - "Deleted %(num)d annotation layers" + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "All Text": [""], - "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], - "End date must be after start date": [""], - "Short description must be unique for this layer": [""], - "Annotations could not be deleted.": [""], - "Annotation not found.": [""], - "Annotation parameters are invalid.": [""], - "Annotation could not be created.": [""], - "Annotation could not be updated.": [""], - "Annotation delete failed.": [""], - "Annotation layer parameters are invalid.": [""], - "Annotation layer could not be deleted.": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "Annotation layer not found.": [""], - "Annotation layer delete failed.": [""], - "Annotation layer has associated annotations.": [""], - "Name must be unique": [""], - "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], - "Request is not JSON": [""], - "Request is incorrect: %(error)s": [""], - "`confidence_interval` must be between 0 and 1 (exclusive)": [""], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "A map of the world, that can indicate values in different countries.": [ "" ], - "`width` must be greater or equal to 0": [""], - "`row_limit` must be greater than or equal to 1": [""], - "`row_offset` must be greater than or equal to 0": [""], - "There are associated alerts or reports: %s,": [""], - "Database does not exist": [""], - "Dashboards do not exist": [""], - "Datasource type is required when datasource_id is given": [""], - "Chart parameters are invalid.": [""], - "Chart could not be created.": [""], - "Chart could not be updated.": [""], - "Chart could not be deleted.": [""], - "There are associated alerts or reports": [""], - "Changing this chart is forbidden": [""], - "Charts could not be deleted.": [""], - "Import chart failed for an unknown reason": [""], - "Owners are invalid": [""], - "Dataset does not exist": [""], - "`operation` property of post processing object undefined": [""], - "Unsupported post processing operation: %(operation)s": [""], - "Adding new datasource [{}]": [""], - "Refreshing datasource [{}]": [""], - "Metric(s) {} must be aggregations.": [""], - "Unsupported extraction function: ": [""], - "Columns": [""], - "Show Druid Column": [""], - "Add Druid Column": [""], - "Edit Druid Column": [""], - "Column": [""], - "Type": [""], - "Datasource": [""], - "Groupable": [""], - "Filterable": [""], - "Whether this column is exposed in the `Filters` section of the explore view.": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "Metrics": [""], - "Show Druid Metric": [""], - "Add Druid Metric": [""], - "Edit Druid Metric": [""], - "Metric": [""], - "Description": [""], - "Verbose Name": [""], - "JSON": [""], - "Druid Datasource": [""], - "Warning Message": [""], - "Show Druid Cluster": [""], - "Add Druid Cluster": [""], - "Edit Druid Cluster": [""], - "Cluster Name": [""], - "Broker Host": [""], - "Broker Port": [""], - "Broker Username": [""], - "Broker Password": [""], - "Broker Endpoint": [""], - "Cache Timeout": [""], - "Metadata Last Refreshed": [""], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "A metric to use for color": [""], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ "" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "A readable URL for your dashboard": [""], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Show Druid Datasource": [""], - "Add Druid Datasource": [""], - "Edit Druid Datasource": [""], - "The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'": [ + "A report named \"%(name)s\" already exists": [""], + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "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": [ + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ "" ], - "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": [ + "A timeout occurred while executing the query.": [""], + "A timeout occurred while generating a csv.": [""], + "A timeout occurred while generating a dataframe.": [""], + "A timeout occurred while taking a screenshot.": [""], + "A valid color scheme is required": [""], + "APPLY": [""], + "APR": [""], + "AQE": [""], + "AUG": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "About": [""], + "Access": [""], + "Access requests": [""], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": [""], + "Action": [""], + "Action Log": [""], + "Actions": [""], + "Active": [""], + "Actual Values": [""], + "Actual time range": [""], + "Actual value": [""], + "Actual values": [""], + "Adaptive formatting": [""], + "Add": [""], + "Add Alert": [""], + "Add CSS Template": [""], + "Add CSS template": [""], + "Add Chart": [""], + "Add Column": [""], + "Add Dashboard": [""], + "Add Database": [""], + "Add Log": [""], + "Add Metric": [""], + "Add Report": [""], + "Add Row level security filter": [""], + "Add Saved Query": [""], + "Add a Plugin": [""], + "Add a dataset": [""], + "Add a new tab": [""], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [""], + "Add an item": [""], + "Add and edit filters": [""], + "Add annotation": [""], + "Add annotation layer": [""], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ + "Add cross-filter": [""], + "Add delivery method": [""], + "Add extra connection information.": [""], + "Add filter": [""], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ "" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "Add filters and dividers": [""], + "Add item": [""], + "Add metric": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": [""], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add sheet": [""], + "Add the name of the chart": [""], + "Add the name of the dashboard": [""], + "Add to dashboard": [""], + "Add/Edit Filters": [""], + "Added": [""], + "Added to 1 dashboard": ["", "Added to %s dashboards"], + "Additional Parameters": [""], + "Additional fields may be required": [""], + "Additional information": [""], + "Additional metadata": [""], + "Additional padding for legend.": [""], + "Additional parameters": [""], + "Additional settings.": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Additive": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": [""], + "Advanced Analytics": [""], + "Advanced Data type": [""], + "Advanced analytics": [""], + "Advanced analytics Query A": [""], + "Advanced analytics Query B": [""], + "Advanced data type": [""], + "Advanced-Analytics": [""], + "Aesthetic": [""], + "After": [""], + "Aggregate": [""], + "Aggregate Mean": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "Associated Charts": [""], - "Data Source": [""], - "Cluster": [""], - "Owners": [""], - "Is Hidden": [""], - "Enable Filter Select": [""], - "Default Endpoint": [""], - "Time Offset": [""], - "Datasource Name": [""], - "Fetch Values From": [""], - "Changed By": [""], - "Modified": [""], - "Refreshed metadata from cluster [{}]": [""], - "Only `SELECT` statements are allowed": [""], - "Only single queries supported": [""], - "Error in jinja expression in fetch values predicate: %(msg)s": [""], - "Error in jinja expression in FROM clause: %(msg)s": [""], - "Virtual dataset query cannot consist of multiple statements": [""], - "Virtual dataset query must be read-only": [""], - "Error in jinja expression in RLS filters: %(msg)s": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "Empty query?": [""], - "Metric '%(metric)s' does not exist": [""], - "Invalid filter operation type: %(op)s": [""], - "Error in jinja expression in WHERE clause: %(msg)s": [""], - "Error in jinja expression in HAVING clause: %(msg)s": [""], - "Show Column": [""], - "Add Column": [""], - "Edit Column": [""], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "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.": [ + "Aggregation function": [""], + "Alert": [""], + "Alert Triggered, In Grace Period": [""], + "Alert condition": [""], + "Alert condition schedule": [""], + "Alert ended grace period.": [""], + "Alert failed": [""], + "Alert fired during grace period.": [""], + "Alert found an error while executing a query.": [""], + "Alert name": [""], + "Alert on grace period": [""], + "Alert query returned a non-number value.": [""], + "Alert query returned more than one column.": [""], + "Alert query returned more than one column. %s columns returned": [""], + "Alert query returned more than one row.": [""], + "Alert query returned more than one row. %s rows returned": [""], + "Alert running": [""], + "Alert triggered, notification sent": [""], + "Alert validator config error.": [""], + "Alerts": [""], + "Alerts & Reports": [""], + "Alerts & reports": [""], + "Align +/-": [""], + "All": [""], + "All Entities": [""], + "All Text": [""], + "All charts": [""], + "All filters": [""], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": [""], + "Allow CREATE TABLE AS option in SQL Lab": [""], + "Allow CREATE VIEW AS": [""], + "Allow CREATE VIEW AS option in SQL Lab": [""], + "Allow Csv Upload": [""], + "Allow DML": [""], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ "" ], - "Table": [""], - "Expression": [""], - "Is temporal": [""], - "Datetime Format": [""], - "Invalid date/timestamp format": [""], - "Show Metric": [""], - "Add Metric": [""], - "Edit Metric": [""], - "SQL Expression": [""], - "D3 Format": [""], - "Extra": [""], - "Row level security filter": [""], - "Show Row level security filter": [""], - "Add Row level security filter": [""], - "Edit Row level security filter": [""], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Allow file uploads to database": [""], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "These are the tables this filter will be applied to.": [""], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Allow multiple selections": [""], + "Allow node selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Allowed Domains (comma separated)": [""], + "Alphabetical": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Altered": [""], + "An Error Occurred": [""], + "An alert named \"%(name)s\" already exists": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "Tables": [""], - "Roles": [""], - "Clause": [""], - "Creator": [""], - "Show Table": [""], - "Import a table definition": [""], - "Edit Table": [""], - "Name of the table that exists in the source database": [""], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "An error has occurred": [""], + "An error occurred": [""], + "An error occurred saving dataset": [""], + "An error occurred while accessing the value.": [""], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "An error occurred while creating %ss: %s": [""], + "An error occurred while creating the data source": [""], + "An error occurred while creating the value.": [""], + "An error occurred while deleting the value.": [""], + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "Redirects to this endpoint when clicking on the table from the table list": [ + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while fetching available CSS templates": [""], + "An error occurred while fetching chart created by values: %s": [""], + "An error occurred while fetching chart owners values: %s": [""], + "An error occurred while fetching created by values: %s": [""], + "An error occurred while fetching dashboard created by values: %s": [""], + "An error occurred while fetching dashboard owner values: %s": [""], + "An error occurred while fetching dashboards": [""], + "An error occurred while fetching dashboards: %s": [""], + "An error occurred while fetching database related data: %s": [""], + "An error occurred while fetching database values: %s": [""], + "An error occurred while fetching dataset datasource values: %s": [""], + "An error occurred while fetching dataset owner values: %s": [""], + "An error occurred while fetching dataset related data": [""], + "An error occurred while fetching dataset related data: %s": [""], + "An error occurred while fetching datasets: %s": [""], + "An error occurred while fetching function names.": [""], + "An error occurred while fetching owners values: %s": [""], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching tab state": [""], + "An error occurred while fetching table metadata": [""], + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "An error occurred while fetching tag created by values: %s": [""], + "An error occurred while fetching user values: %s": [""], + "An error occurred while hiding the left bar. Please contact your administrator.": [ "" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ + "An error occurred while importing %s: %s": [""], + "An error occurred while loading the SQL": [""], + "An error occurred while opening Explore": [""], + "An error occurred while parsing the key.": [""], + "An error occurred while pruning logs ": [""], + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Database": [""], - "Last Changed": [""], - "Schema": [""], - "Offset": [""], - "Table Name": [""], - "Fetch Values Predicate": [""], - "Main Datetime Column": [""], - "SQL Lab View": [""], - "Template parameters": [""], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "Refresh Metadata": [""], - "Refresh column metadata": [""], - "Metadata refreshed for the following table(s): %(tables)s": [""], - "The following tables added new columns: %(tables)s": [""], - "The following tables removed columns: %(tables)s": [""], - "The following tables update column metadata: %(tables)s": [""], - "Unable to refresh metadata for the following table(s): %(tables)s": [""], - "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], - "CSS template could not be deleted.": [""], - "CSS template not found.": [""], - "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], - "Title or Slug": [""], - "Must be unique": [""], - "Dashboard parameters are invalid.": [""], - "Dashboard not found.": [""], - "Dashboard could not be created.": [""], - "Dashboards could not be deleted.": [""], - "Dashboard could not be updated.": [""], - "Dashboard could not be deleted.": [""], - "Changing this Dashboard is forbidden": [""], - "Import dashboard failed for an unknown reason": [""], - "No data in file": [""], - "Table name undefined": [""], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "An error occurred while rendering the visualization: %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "SQLite database cannot be used as a data source for security reasons.": [ + "An error occurred while setting the tab autorun. Please contact your administrator.": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "An error occurred while setting the tab database ID. Please contact your administrator.": [ "" ], - "Database parameters are invalid.": [""], - "A database with the same name already exists": [""], - "Field is required": [""], - "Field cannot be decoded by JSON. %{json_error}s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "An error occurred while setting the tab name. Please contact your administrator.": [ "" ], - "Database not found.": [""], - "Database could not be created.": [""], - "Database could not be updated.": [""], - "Connection failed, please check your connection settings": [""], - "Cannot delete a database that has tables attached": [""], - "Database could not be deleted.": [""], - "Stopped an unsafe database connection": [""], - "Could not load database driver": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Import database failed for an unknown reason": [""], - "Could not load database driver: {}": [""], - "Deleted %(num)d dataset": ["", "Deleted %(num)d datasets"], - "Null or Empty": [""], - "Database not allowed to change": [""], - "One or more columns do not exist": [""], - "One or more columns are duplicated": [""], - "One or more columns already exist": [""], - "One or more metrics do not exist": [""], - "One or more metrics are duplicated": [""], - "One or more metrics already exist": [""], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "An error occurred while setting the tab schema. Please contact your administrator.": [ "" ], - "Dataset parameters are invalid.": [""], - "Dataset could not be created.": [""], - "Dataset could not be updated.": [""], - "Dataset could not be deleted.": [""], - "Dataset(s) could not be bulk deleted.": [""], - "Changing this dataset is forbidden": [""], - "Import dataset failed for an unknown reason": [""], - "Unknown Presto Error": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "An error occurred while starring this chart": [""], + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ "" ], - "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], - "Saved queries could not be deleted.": [""], - "Saved query not found.": [""], - "Deleted %(num)d report schedule": [ - "", - "Deleted %(num)d report schedules" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" ], - "Alert query returned more than one row. %s rows returned": [""], - "Alert query returned more than one column. %s columns returned": [""], - "Dashboard does not exist": [""], - "Chart does not exist": [""], - "Database is required for alerts": [""], - "Type is required": [""], - "Choose a chart or dashboard not both": [""], - "Report Schedule parameters are invalid.": [""], - "Report Schedule could not be deleted.": [""], - "Report Schedule could not be created.": [""], - "Report Schedule could not be updated.": [""], - "Report Schedule not found.": [""], - "Report Schedule delete failed.": [""], - "Report Schedule log prune failed.": [""], - "Report Schedule execution failed when generating a screenshot.": [""], - "Report Schedule execution got an unexpected error.": [""], - "Report Schedule is still working, refusing to re-compute.": [""], - "Report Schedule reached a working timeout.": [""], - "Alert query returned more than one row.": [""], - "Alert validator config error.": [""], - "Alert query returned more than one column.": [""], - "Alert query returned a non-number value.": [""], - "Alert found an error while executing a query.": [""], - "Alert fired during grace period.": [""], - "Alert ended grace period.": [""], - "Alert on grace period": [""], - "Report Schedule selenium user not found": [""], - "Report Schedule state not found": [""], - "Report schedule unexpected error": [""], - "Changing this report is forbidden": [""], - "An error occurred while pruning logs ": [""], - "\n Explore in Superset

\n \n ": [ + "An error occurred while updating the value.": [""], + "An error occurred while upserting the value.": [""], + "An unexpected error occurred": [""], + "An unknown error occurred. Please contact your Superset administrator": [ "" ], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Animation": [""], + "Annotation": [""], + "Annotation Layers": [""], + "Annotation Slice Configuration": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": [""], + "Annotation layer": [""], + "Annotation layer could not be created.": [""], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer delete failed.": [""], + "Annotation layer description columns": [""], + "Annotation layer has associated annotations.": [""], + "Annotation layer interval end": [""], + "Annotation layer name": [""], + "Annotation layer not found.": [""], + "Annotation layer opacity": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer stroke": [""], + "Annotation layer time column": [""], + "Annotation layer title column": [""], + "Annotation layer type": [""], + "Annotation layer value": [""], + "Annotation layers": [""], + "Annotation layers are still loading.": [""], + "Annotation name": [""], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotation source": [""], + "Annotation source type": [""], + "Annotation template created": [""], + "Annotation template updated": [""], + "Annotations and Layers": [""], + "Annotations and layers": [""], + "Annotations could not be deleted.": [""], + "Any": [""], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "Explore in Superset

": [""], - "%(name)s.csv": [""], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "[Alert] %(label)s": [""], - "New": [""], - "SQL Query": [""], - "Chart": [""], - "Dashboard": [""], - "Profile": [""], - "Info": [""], - "Logout": [""], - "Login": [""], - "Record Count": [""], - "No records found": [""], - "Filter List": [""], - "Search": [""], - "Refresh": [""], - "Import dashboards": [""], - "Import Dashboard(s)": [""], - "File": [""], - "Choose File": [""], - "Upload": [""], - "No Access!": [""], - "You do not have permissions to access the datasource(s): %(name)s.": [ + "Append": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], + "Applied filters: %s": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "" ], - "Request Permissions": [""], - "Cancel": [""], - "Use the edit button to change this field": [""], - "Test Connection": [""], - "[Superset] Access to the datasource %(name)s was granted": [""], - "Unable to find such a holiday: [{}]": [""], - "Referenced columns not available in DataFrame.": [""], - "Column referenced by aggregate is undefined: %(column)s": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Invalid numpy function: %(operator)s": [""], - "Pivot operation requires at least one index": [""], - "Pivot operation must include at least one aggregate": [""], - "Undefined window for rolling operation": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid options for %(rolling_type)s: %(options)s": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid geohash string": [""], - "Invalid longitude/latitude": [""], - "Invalid geodetic string": [""], - "`fbprophet` package not installed": [""], - "Time grain missing": [""], - "Unsupported time grain: %(time_grain)s": [""], - "Periods must be a positive integer value": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [""], - "DataFrame must include temporal column": [""], - "DataFrame include at least one series": [""], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Apply": [""], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply filters": [""], + "Apply metrics on": [""], + "Apply to all panels": [""], + "Apply to specific panels": [""], + "April": [""], + "Arc": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Are you sure you want to cancel?": [""], + "Are you sure you want to delete": [""], + "Are you sure you want to delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Are you sure you want to delete the selected charts?": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "Are you sure you want to delete the selected datasets?": [""], + "Are you sure you want to delete the selected layers?": [""], + "Are you sure you want to delete the selected queries?": [""], + "Are you sure you want to delete the selected tags?": [""], + "Are you sure you want to delete the selected templates?": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Are you sure you want to proceed?": [""], + "Are you sure you want to save and apply changes?": [""], + "Area Chart": [""], + "Area Chart (legacy)": [""], + "Area chart": [""], + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ "" ], - "User": [""], - "User Roles": [""], - "Database URL": [""], - "Roles to grant": [""], - "Created On": [""], - "List Observations": [""], - "Show Observation": [""], - "Error Message": [""], - "Log Retentions (days)": [""], - "A semicolon ';' delimited list of email addresses": [""], - "How long to keep the logs around for this alert": [""], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ + "Arrow": [""], + "Assign a set of parameters as": [""], + "Associated Charts": [""], + "Async Execution": [""], + "Asynchronous query execution": [""], + "August": [""], + "Auto": [""], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Autocomplete query predicate": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Average": [""], + "Average value": [""], + "Axis": [""], + "Axis Bounds": [""], + "Axis Format": [""], + "Axis Title": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Backward values": [""], + "Bad formula.": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Chart": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Values": [""], + "Bar orientation": [""], + "Base layer map style": [""], + "Based on a metric": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Basic information": [""], + "Batch editing %d filters:": [""], + "Battery level over time": [""], + "Be careful.": [""], + "Before": [""], + "Big Number": [""], + "Big Number Font Size": [""], + "Big Number with Trendline": [""], + "Bottom": [""], + "Bottom Margin": [""], + "Bottom left": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom right": [""], + "Bottom to Top": [""], + "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.": [ "" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "Bounds for the 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.": [ "" ], - "annotation start time or end time is required.": [""], - "Annotation end time must be no earlier than start time.": [""], - "Annotations": [""], - "Show Annotation": [""], - "Add Annotation": [""], - "Edit Annotation": [""], - "Layer": [""], - "Label": [""], - "Start": [""], - "End": [""], - "JSON Metadata": [""], - "Show Annotation Layer": [""], - "Add Annotation Layer": [""], - "Edit Annotation Layer": [""], - "Name": [""], - "Dataset %(name)s already exists": [""], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Box Plot": [""], + "Breakdowns": [""], + "Bubble Chart": [""], + "Bubble Color": [""], + "Bubble Size": [""], + "Bubble size": [""], + "Bucket break points": [""], + "Build": [""], + "Bulk select": [""], + "Bullet Chart": [""], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ "" ], - "json isn't valid": [""], - "Export to YAML": [""], - "Export to YAML?": [""], - "Delete": [""], - "Delete all Really?": [""], - "Is favorite": [""], - "The data source seems to have been deleted": [""], - "The user seems to have been deleted": [""], - "Access was requested": [""], - "The access requests seem to have been deleted": [""], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": [""], + "CREATE DATASET": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "CREATE VIEW statement": [""], + "CRON Schedule": [""], + "CRON expression": [""], + "CSS": [""], + "CSS Styles": [""], + "CSS Templates": [""], + "CSS applied to the chart": [""], + "CSS template": [""], + "CSS template could not be deleted.": [""], + "CSS template name": [""], + "CSS template not found.": [""], + "CSS templates": [""], + "CSV Upload": [""], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "CSV to Database configuration": [""], + "CSV upload": [""], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "" ], - "You have no permission to approve this request": [""], + "CTAS Schema": [""], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" + ], + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": [""], + "Cache Timeout (seconds)": [""], + "Cache timeout": [""], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": [""], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [""], + "Calculated columns": [""], + "Calculation type": [""], + "Calendar Heatmap": [""], + "Can not move top level tab into nested tabs": [""], + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [""], + "Cancel": [""], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ + "Cannot load filter": [""], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category Name": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category name": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell Size": [""], + "Cell bars": [""], + "Cell content": [""], + "Cell limit": [""], + "Center": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification": [""], + "Certification details": [""], + "Certified": [""], + "Certified By": [""], + "Certified by": [""], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": [""], + "Changed on": [""], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "Error occurred when opening the chart: %(error)s": [""], - "You don't have the rights to ": [""], - "alter this ": [""], - "chart": [""], - "create a ": [""], - "Explore - %(table)s": [""], - "Chart [{}] has been saved": [""], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" + ], + "Changing this Dashboard is forbidden": [""], + "Changing this chart is forbidden": [""], + "Changing this control takes effect instantly": [""], + "Changing this dataset is forbidden": [""], + "Changing this dataset is forbidden.": [""], + "Changing this datasource is forbidden": [""], + "Changing this report is forbidden": [""], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": [""], + "Chart %(id)s not found": [""], + "Chart Cache Timeout": [""], + "Chart Data: %s": [""], + "Chart ID": [""], + "Chart Options": [""], + "Chart Orientation": [""], + "Chart Source": [""], + "Chart Title": [""], + "Chart [%s] has been overwritten": [""], + "Chart [%s] has been saved": [""], + "Chart [%s] was added to dashboard [%s]": [""], "Chart [{}] has been overwritten": [""], - "dashboard": [""], + "Chart [{}] has been saved": [""], "Chart [{}] was added to dashboard [{}]": [""], - "Dashboard [{}] just got created and chart [{}] was added to it": [""], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Chart cache timeout": [""], + "Chart changes": [""], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ "" ], - "Could not load database driver: %(driver_name)s": [""], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Chart could not be created.": [""], + "Chart could not be deleted.": [""], + "Chart could not be updated.": [""], + "Chart does not exist": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart height": [""], + "Chart imported": [""], + "Chart last modified": [""], + "Chart last modified by": [""], + "Chart name": [""], + "Chart options": [""], + "Chart owners": [""], + "Chart parameters are invalid.": [""], + "Chart properties updated": [""], + "Chart title": [""], + "Chart type": [""], + "Chart type requires a dataset": [""], + "Chart width": [""], + "Charts": [""], + "Charts could not be deleted.": [""], + "Check configuration": [""], + "Check for sorting ascending": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Check out this chart in dashboard:": [""], + "Check out this chart: ": [""], + "Check out this dashboard: ": [""], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ "" ], - "Chart %(id)s not found": [""], - "Table %(table)s wasn't found in the database %(db)s": [""], - "Can't find User '%(name)s', please ask your admin to create one.": [""], - "Can't find DruidCluster with cluster_name = '%(name)s'": [""], - "Data could not be deserialized. You may want to re-run the query.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [""], + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [""], + "Choice of [Point Radius] must be present in [Group By]": [""], + "Choose File": [""], + "Choose a chart or dashboard not both": [""], + "Choose a database...": [""], + "Choose a dataset": [""], + "Choose a metric for left axis": [""], + "Choose a metric for right axis": [""], + "Choose a number format": [""], + "Choose a source": [""], + "Choose a source and a target": [""], + "Choose a target": [""], + "Choose a unique name": [""], + "Choose chart type": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose one or more charts for left axis": [""], + "Choose one or more charts for right axis": [""], + "Choose the annotation layer type": [""], + "Choose the format for legend values": [""], + "Choose the position of the legend": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ "" ], - "Query record was not created as expected.": [""], - "The parameter %(parameters)s in your query is undefined.": [ - "", - "The following parameters in your query are undefined: %(parameters)s." + "Clause": [""], + "Clear": [""], + "Clear all": [""], + "Clear all data": [""], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "%(user)s's profile": [""], - "Show CSS Template": [""], - "Add CSS Template": [""], - "Edit CSS Template": [""], - "Template Name": [""], - "A human-friendly name": [""], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ "" ], - "Custom Plugins": [""], - "Custom Plugin": [""], - "Add a Plugin": [""], - "Edit Plugin": [""], - "Schedule Email Reports for Dashboards": [""], - "Manage Email Reports for Dashboards": [""], - "Changed On": [""], - "Active": [""], - "Crontab": [""], - "Recipients": [""], - "Slack Channel": [""], - "Deliver As Group": [""], - "Delivery Type": [""], - "Schedule Email Reports for Charts": [""], - "Manage Email Reports for Charts": [""], - "Email Format": [""], - "List Saved Query": [""], - "Show Saved Query": [""], - "Add Saved Query": [""], - "Edit Saved Query": [""], - "End Time": [""], - "Pop Tab Link": [""], - "Changed on": [""], - "Could not determine datasource type": [""], - "Could not find viz object": [""], - "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.": [ + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Click to cancel sorting": [""], + "Click to edit": [""], + "Click to edit %s in a new tab": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Click to edit label": [""], + "Click to favorite/unfavorite": [""], + "Click to force-refresh": [""], + "Click to see difference": [""], + "Click to sort ascending": [""], + "Click to sort descending": [""], + "Close": [""], + "Close all other tabs": [""], + "Close tab": [""], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": [""], + "Collapse all": [""], + "Collapse data panel": [""], + "Collapse row": [""], + "Collapse tab content": [""], + "Collapse table preview": [""], + "Color": [""], + "Color +/-": [""], + "Color Metric": [""], + "Color Scheme": [""], + "Color Steps": [""], + "Color bounds": [""], + "Color by": [""], + "Color metric": [""], + "Color of the target location": [""], + "Color scheme": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Last Modified": [""], - "Parameters": [""], - "Visualization Type": [""], - "Show Dashboard": [""], - "Add Dashboard": [""], - "Edit Dashboard": [""], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "Colors": [""], + "Column": [""], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Column Configuration": [""], + "Column Formatting": [""], + "Column Label(s)": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "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.": [ + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column is required": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "Owners is a list of users who can alter the dashboard.": [""], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "Title": [""], - "Slug": [""], - "Published": [""], - "Position JSON": [""], - "CSS": [""], - "Underlying Tables": [""], - "Export": [""], - "Export dashboards?": [""], - "Name of table to be created from csv data.": [""], - "CSV File": [""], - "Select a CSV file to be uploaded to a database.": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Column name": [""], + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column select": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "Specify a schema (if database flavor supports this).": [""], - "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).": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "Fail": [""], - "Replace": [""], - "Append": [""], - "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.": [ + "Columnar File": [""], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Index Column": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Columnar to Database configuration": [""], + "Columns": [""], + "Columns To Be Parsed as Dates": [""], + "Columns To Read": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to display": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Columns to show": [""], + "Combine Metrics": [""], + "Combine metrics": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ "" ], - "Mangle Duplicate Columns": [""], - "Specify duplicate columns as \"X.0, X.1\".": [""], - "Skip Initial Space": [""], - "Skip spaces after delimiter.": [""], - "Skip Rows": [""], - "Number of rows to skip at start of file.": [""], - "Rows to Read": [""], - "Number of rows of file to read.": [""], - "Skip Blank Lines": [""], - "Skip blank lines rather than interpreting them as NaN values.": [""], - "Parse Dates": [""], - "A comma separated list of columns that should be parsed as dates.": [""], - "Infer Datetime Format": [""], - "Use Pandas to interpret the datetime format automatically.": [""], - "Decimal Character": [""], - "Character to interpret as decimal point.": [""], - "Dataframe Index": [""], - "Write dataframe index as a column.": [""], - "Column Label(s)": [""], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ "" ], - "Null values": [""], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ "" ], - "Name of table to be created from excel data.": [""], - "Excel File": [""], - "Select a Excel file to be uploaded to a database.": [""], - "Sheet Name": [""], - "Strings used for sheet names (default is the first sheet).": [""], - "Show Database": [""], - "Add Database": [""], - "Edit Database": [""], - "Expose this DB in SQL Lab": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [""], - "Allow CREATE VIEW AS option in SQL Lab": [""], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Comparison": [""], + "Comparison Period Lag": [""], + "Comparison suffix": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [""], + "Condition": [""], + "Conditional formatting": [""], + "Confidence interval": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": [""], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": [""], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ "" ], - "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.": [ + "Configure your how you overlay is displayed here.": [""], + "Confirm overwrite": [""], + "Confirm save": [""], + "Connect": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect a database": [""], + "Connect database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": [""], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": [""], + "Continue": [""], + "Continuous": [""], + "Contribution": [""], + "Contribution Mode": [""], + "Control": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Coordinates": [""], + "Copied to clipboard!": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": [""], + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy message": [""], + "Copy of %s": [""], + "Copy partition query to clipboard": [""], + "Copy permalink to clipboard": [""], + "Copy query URL": [""], + "Copy query link to your clipboard": [""], + "Copy the account name of that database you are trying to connect to.": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to Clipboard": [""], + "Copy to clipboard": [""], + "Correlation": [""], + "Cost estimate": [""], + "Could not determine datasource type": [""], + "Could not fetch all saved charts": [""], + "Could not find viz object": [""], + "Could not load database driver": [""], + "Could not load database driver: %(driver_name)s": [""], + "Could not load database driver: {}": [""], + "Count": [""], + "Count Unique Values": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country": [""], + "Country Color Scheme": [""], + "Country Column": [""], + "Country Field Type": [""], + "Country Map": [""], + "Create": [""], + "Create Chart": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Create a new chart": [""], + "Create chart": [""], + "Create chart with dataset": [""], + "Create dataset": [""], + "Create dataset and create chart": [""], + "Create new chart": [""], + "Create new filter set": [""], + "Create or select schema...": [""], + "Created": [""], + "Created On": [""], + "Created by": [""], + "Created by me": [""], + "Created content": [""], + "Created on": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "Creating a data source and creating a new tab": [""], + "Creator": [""], + "Crimson": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "Expose in SQL Lab": [""], - "Allow CREATE TABLE AS": [""], - "Allow CREATE VIEW AS": [""], - "Allow DML": [""], - "CTAS Schema": [""], - "SQLAlchemy URI": [""], - "Chart Cache Timeout": [""], - "Secure Extra": [""], - "Root certificate": [""], - "Async Execution": [""], - "Impersonate the logged on user": [""], - "Allow Csv Upload": [""], - "Allow Multi Schema Metadata Fetch": [""], - "Backend": [""], - "Extra field cannot be decoded by JSON. %(msg)s": [""], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Cross-filtering is not enabled for this dashboard.": [""], + "Cross-filters": [""], + "Cumulative": [""], + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": [""], + "Custom Plugins": [""], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": [""], + "Customize Metrics": [""], + "Customize columns": [""], + "Cyclic dependency detected": [""], + "D3 Format": [""], + "D3 format": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ "" ], - "CSV to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DATETIME": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": [""], + "DELETE": [""], + "DML": [""], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Dashboard could not be created.": [""], + "Dashboard could not be deleted.": [""], + "Dashboard could not be updated.": [""], + "Dashboard does not exist": [""], + "Dashboard imported": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard properties": [""], + "Dashboard properties updated": [""], + "Dashboard scheme": [""], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "Dashboard title": [""], + "Dashboard usage": [""], + "Dashboards": [""], + "Dashboards added to": [""], + "Dashboards could not be deleted.": [""], + "Dashboards do not exist": [""], + "Dashed": [""], + "Data": [""], + "Data Table": [""], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Data has no time steps": [""], + "Data preview": [""], + "Data refreshed": [""], + "Data type": [""], + "DataFrame include at least one series": [""], + "DataFrame must include temporal column": [""], + "Database": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Excel to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Database Connections": [""], + "Database Creation Error": [""], + "Database URL": [""], + "Database connected": [""], + "Database could not be created.": [""], + "Database could not be deleted.": [""], + "Database could not be updated.": [""], + "Database does not allow data manipulation.": [""], + "Database does not exist": [""], + "Database does not support subqueries": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Database error": [""], + "Database is offline.": [""], + "Database is required for alerts": [""], + "Database name": [""], + "Database not allowed to change": [""], + "Database not found.": [""], + "Database not found: %(id)s": [""], + "Database parameters are invalid.": [""], + "Database passwords": [""], + "Database port": [""], + "Database settings updated": [""], + "Databases": [""], + "Dataframe Index": [""], + "Dataset": [""], + "Dataset %(name)s already exists": [""], + "Dataset Name": [""], + "Dataset column delete failed.": [""], + "Dataset column not found.": [""], + "Dataset could not be created.": [""], + "Dataset could not be deleted.": [""], + "Dataset could not be duplicated.": [""], + "Dataset could not be updated.": [""], + "Dataset does not exist": [""], + "Dataset imported": [""], + "Dataset is required": [""], + "Dataset metric delete failed.": [""], + "Dataset metric not found.": [""], + "Dataset name": [""], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "Logs": [""], - "Show Log": [""], - "Add Log": [""], - "Edit Log": [""], - "Action": [""], - "dttm": [""], - "Add item": [""], - "The query couldn't be loaded": [""], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Datasets do not contain a temporal column": [""], + "Datasource": [""], + "Datasource & Chart Type": [""], + "Datasource does not exist": [""], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [""], + "Date Time Format": [""], + "Date filter": [""], + "Date format": [""], + "Date format string": [""], + "Date/Time": [""], + "Datetime Format": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Your query could not be scheduled": [""], - "Failed at retrieving results": [""], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "Datetime format": [""], + "Day": [""], + "Day (freq=D)": [""], + "Days %s": [""], + "Db engine did not return all queried columns": [""], + "Deactivate": [""], + "December": [""], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": [""], + "Default Endpoint": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "Unknown error": [""], - "Query was stopped.": [""], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Default Value": [""], + "Default datetime": [""], + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Default value is required": [""], + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "Copy of %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "An error occurred while fetching tab state": [""], - "An error occurred while removing tab. Please contact your administrator.": [ + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ + "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.": [ "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "Your query was saved": [""], - "Your query could not be saved": [""], - "Your query was updated": [""], - "Your query could not be updated": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "" + "Delete": [""], + "Delete %s?": [""], + "Delete Annotation?": [""], + "Delete Database?": [""], + "Delete Dataset?": [""], + "Delete Layer?": [""], + "Delete Query?": [""], + "Delete Report?": [""], + "Delete Template?": [""], + "Delete all Really?": [""], + "Delete annotation": [""], + "Delete dashboard tab?": [""], + "Delete database": [""], + "Delete email report": [""], + "Delete query": [""], + "Delete template": [""], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], + "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], + "Deleted %(num)d dataset": ["", "Deleted %(num)d datasets"], + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" + ], + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted: %s": [""], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "An error occurred while fetching table metadata": [""], - "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Delimited long & lat single column": [""], + "Delimiter": [""], + "Delivery method": [""], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Deprecated": [""], + "Description": [""], + "Description (this can be seen in the list)": [""], + "Description Columns": [""], + "Description text that shows up below your Big Number": [""], + "Deselect all": [""], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "" + ], + "Diamond": [""], + "Did you mean:": [""], + "Difference": [""], + "Dim Gray": [""], + "Dimension": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": [""], + "Directional": [""], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" + ], + "Disable embedding?": [""], + "Disabled": [""], + "Discard": [""], + "Discrete": [""], + "Display Name": [""], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" + ], + "Display row level total": [""], + "Display settings": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" + ], + "Distribute across": [""], + "Distribution": [""], + "Distribution - Bar Chart": [""], + "Divider": [""], + "Do you want a donut or a pie?": [""], + "Documentation": [""], + "Domain": [""], + "Donut": [""], + "Dotted": [""], + "Download": [""], + "Download as image": [""], + "Download to CSV": [""], + "Draft": [""], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by: %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Dual Line Chart": [""], + "Duplicate": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" + ], + "Duplicate dataset": [""], + "Duplicate tab": [""], + "Duration": [""], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "" + ], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "" + ], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "ECharts": [""], + "EMAIL_REPORTS_CTA": [""], + "END (EXCLUSIVE)": [""], + "ERROR": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edge width": [""], + "Edit": [""], + "Edit Alert": [""], + "Edit CSS": [""], + "Edit CSS Template": [""], + "Edit CSS template properties": [""], + "Edit Chart": [""], + "Edit Chart Properties": [""], + "Edit Column": [""], + "Edit Dashboard": [""], + "Edit Database": [""], + "Edit Dataset ": [""], + "Edit Log": [""], + "Edit Metric": [""], + "Edit Plugin": [""], + "Edit Report": [""], + "Edit Row level security filter": [""], + "Edit Saved Query": [""], + "Edit Table": [""], + "Edit annotation": [""], + "Edit annotation layer": [""], + "Edit annotation layer properties": [""], + "Edit chart": [""], + "Edit chart properties": [""], + "Edit database": [""], + "Edit dataset": [""], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": [""], + "Edit query": [""], + "Edit template": [""], + "Edit template parameters": [""], + "Edit time range": [""], + "Edited": [""], + "Editing 1 filter:": [""], + "Editing filter set:": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" + ], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" + ], + "Either the username or the password is wrong.": [""], + "Elevation": [""], + "Email reports active": [""], + "Embed": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emit Filter Events": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty collection": [""], + "Empty column": [""], + "Empty query result": [""], + "Empty query?": [""], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Enable Filter Select": [""], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "" + ], + "End": [""], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": [""], + "End angle": [""], + "End date": [""], + "End date excluded from time range": [""], + "End date must be after start date": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine Parameters": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" + ], + "Enter CA_BUNDLE": [""], + "Enter Primary Credentials": [""], + "Enter a delimiter for this data": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [""], + "Enter duration in seconds": [""], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": [""], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": [""], + "Error while fetching charts": [""], + "Error while fetching data: %s": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Error: permalink state not found": [""], + "Estimate cost": [""], + "Estimate selected query cost": [""], + "Estimate the cost before running a query": [""], + "Event": [""], + "Event Flow": [""], + "Event Names": [""], + "Event definition": [""], + "Event flow": [""], + "Event time column": [""], + "Every": [""], + "Evolution": [""], + "Exact": [""], + "Example": [""], + "Examples": [""], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Excel to Database configuration": [""], + "Exclude selected values": [""], + "Executed SQL": [""], + "Executed query": [""], + "Execution ID": [""], + "Execution log": [""], + "Existing dataset": [""], + "Exit fullscreen": [""], + "Expand": [""], + "Expand all": [""], + "Expand data panel": [""], + "Expand row": [""], + "Expand table preview": [""], + "Expand tool bar": [""], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" + ], + "Experimental": [""], + "Explore": [""], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": [""], + "Export dashboards?": [""], + "Export query": [""], + "Export to .CSV": [""], + "Export to .JSON": [""], + "Export to Excel": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": [""], + "Expose this DB in SQL Lab": [""], + "Expression": [""], + "Extra": [""], + "Extra Controls": [""], + "Extra Parameters": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" + ], + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" + ], + "Extra url parameters for use in Jinja templated queries": [""], + "Extruded": [""], + "FEB": [""], + "FRI": [""], + "Factor": [""], + "Factor to multiply the metric by": [""], + "Fail": [""], + "Failed": [""], + "Failed at retrieving results": [""], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to retrieve advanced type": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": [""], + "Favorites": [""], + "February": [""], + "Fetch Values Predicate": [""], + "Fetch data preview": [""], + "Fetched %s": [""], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": [""], + "Fill Color": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filled": [""], + "Filter": [""], + "Filter Configuration": [""], + "Filter List": [""], + "Filter Settings": [""], + "Filter Type": [""], + "Filter box": [""], + "Filter charts": [""], + "Filter configuration": [""], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter menu": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": [""], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Filter results": [""], + "Filter set already exists": [""], + "Filter set with this name already exists": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Filter type": [""], + "Filter value (case sensitive)": [""], + "Filter value is required": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": [""], + "Filterable": [""], + "Filters": [""], + "Filters (%d)": [""], + "Filters by columns": [""], + "Filters by metrics": [""], + "Filters configuration": [""], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Fix to selected Time Range": [""], + "Fixed": [""], + "Fixed Color": [""], + "Fixed color": [""], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Force": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Force date format": [""], + "Force refresh": [""], + "Force refresh schema list": [""], + "Force refresh table list": [""], + "Forecast periods": [""], + "Foreign key": [""], + "Forest Green": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formattable": [""], + "Formatted CSV attached in email": [""], + "Formatted date": [""], + "Formatted value": [""], + "Formatting": [""], + "Formula": [""], + "Forward values": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction": [""], + "Friction between nodes": [""], + "Friday": [""], + "From date cannot be larger than to date": [""], + "Full name": [""], + "Funnel Chart": [""], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "GROUP BY": [""], + "Gauge Chart": [""], + "General": [""], + "Generating link, please wait..": [""], + "Generic Chart": [""], + "Geo": [""], + "GeoJson Column": [""], + "GeoJson Settings": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": [""], + "Graph Chart": [""], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Greater than (>)": [""], + "Grid": [""], + "Grid Size": [""], + "Group By": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": [""], + "Groupable": [""], + "Handlebars": [""], + "Handlebars Template": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Has created by": [""], + "Header": [""], + "Header Row": [""], + "Heatmap": [""], + "Heatmap Options": [""], + "Height": [""], + "Height of the sparkline": [""], + "Hide Line": [""], + "Hide chart description": [""], + "Hide layer": [""], + "Hide password.": [""], + "Hide tool bar": [""], + "Hides the Line for the time series": [""], + "Hierarchy": [""], + "Histogram": [""], + "Home": [""], + "Horizon Chart": [""], + "Horizon Charts": [""], + "Horizontal": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hour": [""], + "Hours %s": [""], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Table Already Exists": [""], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" + ], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore cache when generating screenshot": [""], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "Impersonate the logged on user": [""], + "Import": [""], + "Import %s": [""], + "Import Dashboard(s)": [""], + "Import Dashboards": [""], + "Import a table definition": [""], + "Import chart failed for an unknown reason": [""], + "Import charts": [""], + "Import dashboard failed for an unknown reason": [""], + "Import dashboards": [""], + "Import database failed for an unknown reason": [""], + "Import database from file": [""], + "Import dataset failed for an unknown reason": [""], + "Import datasets": [""], + "Import queries": [""], + "Import saved query failed for an unknown reason.": [""], + "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.": [ + "" + ], + "In": [""], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Include time": [""], + "Index": [""], + "Index Column": [""], + "Info": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": [""], + "Intensity": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Interval": [""], + "Interval End column": [""], + "Interval bounds": [""], + "Interval colors": [""], + "Interval start column": [""], + "Intervals": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": [""], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "" + ], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "" + ], + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "" + ], + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": [""], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid state.": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Invert current page": [""], + "Is certified": [""], + "Is dimension": [""], + "Is false": [""], + "Is favorite": [""], + "Is filterable": [""], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], + "Is temporal": [""], + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": [""], + "JSON": [""], + "JSON Metadata": [""], + "JSON metadata": [""], + "JSON metadata is invalid!": [""], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" + ], + "JUL": [""], + "JUN": [""], + "January": [""], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Jinja templating": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" + ], + "July": [""], + "June": [""], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Key": [""], + "Keys for table": [""], + "Kilometers": [""], + "LIMIT": [""], + "Label": [""], + "Label Line": [""], + "Label Type": [""], + "Label already exists": [""], + "Label for your query": [""], + "Label position": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Large": [""], + "Last": [""], + "Last Changed": [""], + "Last Modified": [""], + "Last Updated %s": [""], + "Last Updated %s by %s": [""], + "Last available value seen on %s": [""], + "Last modified": [""], + "Last modified by %s": [""], + "Last run": [""], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": [""], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" + ], + "Least recently modified": [""], + "Left": [""], + "Left Axis Format": [""], + "Left Axis Metric": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Left value": [""], + "Legacy": [""], + "Legend": [""], + "Legend Format": [""], + "Legend Orientation": [""], + "Legend Position": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limit type": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" + ], + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" + ], + "Line": [""], + "Line Chart": [""], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Line interpolation as defined by d3.js": [""], + "Line width": [""], + "Linear Color Scheme": [""], + "Linear color scheme": [""], + "Linear interpolation": [""], + "Lines column": [""], + "Lines encoding": [""], + "Link Copied!": [""], + "List Saved Query": [""], + "List Unique Values": [""], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "List updated": [""], + "Live CSS editor": [""], + "Live render": [""], + "Load a CSS template": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Loading": [""], + "Loading...": [""], + "Locate the chart": [""], + "Log Scale": [""], + "Log retention": [""], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": [""], + "Login with": [""], + "Logout": [""], + "Logs": [""], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude and Latitude": [""], + "Longitude of default viewport": [""], + "MAR": [""], + "MAY": [""], + "MON": [""], + "Main Datetime Column": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "" + ], + "Manage": [""], + "Manage email report": [""], + "Manage your databases": [""], + "Mandatory": [""], + "Mangle Duplicate Columns": [""], + "Manually set min/max values for the y-axis.": [""], + "Map": [""], + "Map Style": [""], + "MapBox": [""], + "Mapbox": [""], + "March": [""], + "Margin": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Markup type": [""], + "Max": [""], + "Max Bubble Size": [""], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], + "Maximum value": [""], + "Maximum value on the gauge axis": [""], + "May": [""], + "Mean of values over specified period": [""], + "Mean values": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Median values": [""], + "Medium": [""], + "Menu actions trigger": [""], + "Message content": [""], + "Metadata": [""], + "Metadata Parameters": [""], + "Metadata has been synced": [""], + "Method": [""], + "Metric": [""], + "Metric '%(metric)s' does not exist": [""], + "Metric ascending": [""], + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Metric change in value from `since` to `until`": [""], + "Metric descending": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to display bottom title": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metrics": [""], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Middle": [""], + "Midnight": [""], + "Miles": [""], + "Min": [""], + "Min Periods": [""], + "Min Width": [""], + "Min periods": [""], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": [""], + "Minutes %s": [""], + "Missing URL parameters": [""], + "Missing dataset": [""], + "Mixed Chart": [""], + "Mixed Time-Series": [""], + "Modified": [""], + "Modified %s": [""], + "Modified by": [""], + "Modified columns: %s": [""], + "Monday": [""], + "Month": [""], + "Months %s": [""], + "More": [""], + "More filters": [""], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple Line Charts": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Multiple filtering": [""], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" + ], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" + ], + "Multiplier": [""], + "Must be unique": [""], + "Must choose either a chart or a dashboard": [""], + "Must have a [Group By] column to have 'count' as the [Label]": [""], + "Must have at least one numeric column specified": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My column": [""], + "My metric": [""], + "N/A": [""], + "NOT GROUPED BY": [""], + "NOV": [""], + "NOW": [""], + "NUMERIC": [""], + "Name": [""], + "Name is required": [""], + "Name must be unique": [""], + "Name of table to be created from columnar data.": [""], + "Name of table to be created from excel data.": [""], + "Name of table to be created with CSV file": [""], + "Name of the column containing the id of the parent node": [""], + "Name of the id column": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [""], + "Name of the target nodes": [""], + "Name your database": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error": [""], + "Network error.": [""], + "New chart": [""], + "New columns added: %s": [""], + "New dataset": [""], + "New dataset name": [""], + "New filter set": [""], + "New header": [""], + "New tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": [""], + "Nightingale Rose Chart": [""], + "No": [""], + "No %s yet": [""], + "No Access!": [""], + "No Data": [""], + "No Results": [""], + "No annotation layers yet": [""], + "No annotation yet": [""], + "No applied filters": [""], + "No available filters.": [""], + "No charts": [""], + "No charts yet": [""], + "No columns": [""], + "No columns found": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "No compatible schema found": [""], + "No dashboards": [""], + "No dashboards yet": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ + "" + ], + "No data in file": [""], + "No database tables found": [""], + "No databases match your search": [""], + "No description available.": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [""], + "No favorite dashboards yet, go click on stars!": [""], + "No filter": [""], + "No filter is selected.": [""], + "No filters": [""], + "No filters are currently added to this dashboard.": [""], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No matching records found": [""], + "No of Bins": [""], + "No recents yet": [""], + "No records found": [""], + "No results": [""], + "No results found": [""], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No saved expressions found": [""], + "No saved metrics found": [""], + "No saved queries yet": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" + ], + "No table columns": [""], + "No temporal columns found": [""], + "No time columns": [""], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "Node size": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not added to any dashboard": [""], + "Not available": [""], + "Not equal to (≠)": [""], + "Not in": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "Notification method": [""], + "November": [""], + "Now": [""], + "Null Values": [""], + "Null imputation": [""], + "Null or Empty": [""], + "Null values": [""], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number format": [""], + "Number format string": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": [""], + "OCT": [""], + "OK": [""], + "OVERWRITE": [""], + "October": [""], + "Offline": [""], + "Offset": [""], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to pivot as columns": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "One or many controls to pivot as columns": [""], + "One or many metrics to display": [""], + "One or more columns already exist": [""], + "One or more columns are duplicated": [""], + "One or more columns do not exist": [""], + "One or more metrics already exist": [""], + "One or more metrics are duplicated": [""], + "One or more metrics do not exist": [""], + "One or more parameters needed to configure a database are missing.": [ + "" + ], + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [""], + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], + "Only `SELECT` statements are allowed": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "" + ], + "Oops! An error occurred!": [""], + "Opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": [""], + "Open in SQL Lab": [""], + "Open query in SQL Lab": [""], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Operator": [""], + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Optional d3 date format string": [""], + "Optional d3 number format string": [""], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Options": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation": [""], + "Orientation of bar chart": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original": [""], + "Original table column order": [""], + "Original value": [""], + "Orthogonal": [""], + "Other": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Overlap": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Override time grain": [""], + "Override time range": [""], + "Overwrite": [""], + "Overwrite & Explore": [""], + "Overwrite Dashboard [%s]": [""], + "Overwrite Duplicate Columns": [""], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [""], + "Owned Created or Favored": [""], + "Owner": [""], + "Owners": [""], + "Owners are invalid": [""], + "Owners is a list of users who can alter the dashboard.": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "" + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [""], + "Pandas resample rule": [""], + "Parallel Coordinates": [""], + "Parameter error": [""], + "Parameters": [""], + "Parameters ": [""], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Chart": [""], + "Partition Diagram": [""], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Password": [""], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percent Change": [""], + "Percentage": [""], + "Percentage change": [""], + "Percentage metrics": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": [""], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Physical dataset": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [""], + "Pick a metric for left axis!": [""], + "Pick a metric for right axis!": [""], + "Pick a metric for x, y and size": [""], + "Pick a metric to display": [""], + "Pick a metric!": [""], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [""], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [""], + "Pick at least one metric": [""], + "Pick exactly 2 columns as [Source / Target]": [""], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [""], + "Pie Chart": [""], + "Pie shape": [""], + "Pin": [""], + "Pivot Options": [""], + "Pivot Table": [""], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pivoted": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one 'Group by' field": [""], + "Please choose at least one groupby": [""], + "Please choose at least one metric": [""], + "Please choose different metrics on left and right axis": [""], + "Please confirm": [""], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [""], + "Please filter set name": [""], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [""], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [""], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": [""], + "Point Color": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Size": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polygon Column": [""], + "Polygon Encoding": [""], + "Polygon Settings": [""], + "Polyline": [""], + "Pop Tab Link": [""], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": [""], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter": [""], + "Pre-filter available values": [""], + "Pre-filter is required": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "" + ], + "Predictive": [""], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": [""], + "Preview: `%s`": [""], + "Previous": [""], + "Previous Line": [""], + "Primary": [""], + "Primary Metric": [""], + "Primary key": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Private Key Password": [""], + "Proceed": [""], + "Profile": [""], + "Profile picture provided by Gravatar": [""], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": [""], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": [""], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], + "Quarter": [""], + "Quarters %s": [""], + "Queries": [""], + "Query": [""], + "Query %s: %s": [""], + "Query A": [""], + "Query B": [""], + "Query History": [""], + "Query does not exist": [""], + "Query history": [""], + "Query imported": [""], + "Query in a new tab": [""], + "Query is too complex and takes too long to run.": [""], + "Query mode": [""], + "Query name": [""], + "Query preview": [""], + "Query was stopped": [""], + "Query was stopped.": [""], + "RANGE TYPE": [""], + "RGB Color": [""], + "Radar": [""], + "Radar Chart": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in meters": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range": [""], + "Range filter": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges": [""], + "Ranges to highlight with shading": [""], + "Ranking": [""], + "Ratio": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [""], + "Rebuild": [""], + "Recent activity": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently modified": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recents": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": [""], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Refer to the": [""], + "Referenced columns not available in DataFrame.": [""], + "Refetch results": [""], + "Refresh": [""], + "Refresh dashboard": [""], + "Refresh frequency": [""], + "Refresh interval": [""], + "Refresh interval saved": [""], + "Refresh table list": [""], + "Refresh tables": [""], + "Refresh the default values": [""], + "Refreshing charts": [""], + "Refreshing columns": [""], + "Regex": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relational": [""], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative period": [""], + "Relative quantity": [""], + "Reload": [""], + "Remind me in 24 hours": [""], + "Remove": [""], + "Remove cross-filter": [""], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": [""], + "Remove table preview": [""], + "Removed columns: %s": [""], + "Rename tab": [""], + "Rendering": [""], + "Replace": [""], + "Report": [""], + "Report Name": [""], + "Report Schedule could not be created.": [""], + "Report Schedule could not be deleted.": [""], + "Report Schedule could not be updated.": [""], + "Report Schedule delete failed.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution failed when generating a screenshot.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule log prune failed.": [""], + "Report Schedule not found.": [""], + "Report Schedule parameters are invalid.": [""], + "Report Schedule reached a working timeout.": [""], + "Report Schedule state not found": [""], + "Report a bug": [""], + "Report failed": [""], + "Report name": [""], + "Report schedule": [""], + "Report schedule client error": [""], + "Report schedule system error": [""], + "Report schedule unexpected error": [""], + "Report sending": [""], + "Report sent": [""], + "Report updated": [""], + "Reports": [""], + "Repulsion": [""], + "Repulsion strength between nodes": [""], + "Request Permissions": [""], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Request missing data field.": [""], + "Request timed out": [""], + "Required": [""], + "Required control values have been removed": [""], + "Resample": [""], + "Resample method should in ": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset": [""], + "Reset state": [""], + "Resource already has an attached report.": [""], + "Resource was not found.": [""], + "Restore Filter": [""], + "Results": [""], + "Results %s": [""], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right": [""], + "Right Axis Format": [""], + "Right Axis Metric": [""], + "Right Axis chart(s)": [""], + "Right axis metric": [""], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role": [""], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "" + ], + "Roles": [""], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": [""], + "Rolling Function": [""], + "Rolling Window": [""], + "Rolling function": [""], + "Rolling window": [""], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Round cap": [""], + "Row": [""], + "Row Level Security": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": [""], + "Row limit": [""], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": [""], + "Rule": [""], + "Run": [""], + "Run a query to display query history": [""], + "Run a query to display results": [""], + "Run in SQL Lab": [""], + "Run query": [""], + "Run query (Ctrl + Return)": [""], + "Run query in a new tab": [""], + "Run selection": [""], + "Running": [""], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": [""], + "SEP": [""], + "SHA": [""], + "SQL": [""], + "SQL Copied!": [""], + "SQL Expression": [""], + "SQL Lab": [""], + "SQL Lab View": [""], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": [""], + "SQL expression": [""], + "SQL query": [""], + "SQLAlchemy URI": [""], + "SSH Host": [""], + "SSH Password": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunnel could not be deleted.": [""], + "SSH Tunnel could not be updated.": [""], + "SSH Tunnel not found.": [""], + "SSH Tunnel parameters are invalid.": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "STRING": [""], + "SUN": [""], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Samples": [""], + "Samples for dataset could not be retrieved.": [""], + "Samples for datasource could not be retrieved.": [""], + "Sankey": [""], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite": [""], + "Satellite Streets": [""], + "Saturday": [""], + "Save": [""], + "Save & Explore": [""], + "Save & go to dashboard": [""], + "Save & go to new dashboard": [""], + "Save (Overwrite)": [""], + "Save as": [""], + "Save as Dataset": [""], + "Save as dataset": [""], + "Save as new": [""], + "Save as new chart": [""], + "Save as...": [""], + "Save as:": [""], + "Save changes": [""], + "Save chart": [""], + "Save dashboard": [""], + "Save dataset": [""], + "Save for this session": [""], + "Save or Overwrite Dataset": [""], + "Save query": [""], + "Save the query to enable this feature": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Save to new dashboard": [""], + "Saved": [""], + "Saved Queries": [""], + "Saved expressions": [""], + "Saved metric": [""], + "Saved queries": [""], + "Saved queries could not be deleted.": [""], + "Saved query not found.": [""], + "Saved query parameters are invalid.": [""], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": [""], + "Schedule a new email report": [""], + "Schedule email report": [""], + "Schedule query": [""], + "Schedule settings": [""], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": [""], + "Scheduled task executor not found": [""], + "Schema": [""], + "Schema cache timeout": [""], + "Schema undefined": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": [""], + "Search / Filter": [""], + "Search Metrics & Columns": [""], + "Search all charts": [""], + "Search all filter options": [""], + "Search box": [""], + "Search by query text": [""], + "Search columns": [""], + "Search in filters": [""], + "Search tables": [""], + "Search...": [""], + "Second": [""], + "Secondary": [""], + "Secondary Metric": [""], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Seconds %s": [""], + "Secure Extra": [""], + "Secure extra": [""], + "Security": [""], + "Security & Access": [""], + "See all %(tableName)s": [""], + "See less": [""], + "See more": [""], + "See query details": [""], + "See table schema": [""], + "Select": [""], + "Select ...": [""], + "Select Delivery Method": [""], + "Select Viz Type": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a column": [""], + "Select a database table and create dataset": [""], + "Select a database table.": [""], + "Select a database to connect": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a dimension": [""], + "Select a file to be uploaded to the database": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": [""], + "Select aggregate options": [""], + "Select all data": [""], + "Select all items": [""], + "Select any columns for metadata inspection": [""], + "Select charts": [""], + "Select color scheme": [""], + "Select column": [""], + "Select current page": [""], + "Select database & schema": [""], + "Select database or type to search databases": [""], + "Select database table": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select dataset source": [""], + "Select file": [""], + "Select filter": [""], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select operator": [""], + "Select or type a value": [""], + "Select or type dataset name": [""], + "Select owners": [""], + "Select saved metrics": [""], + "Select schema or type to search schemas": [""], + "Select scheme": [""], + "Select start and end date": [""], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the Annotation Layer you would like to use.": [""], + "Select the geojson column": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": [""], + "Sequential": [""], + "Series": [""], + "Series Height": [""], + "Series Limit Sort By": [""], + "Series Limit Sort Descending": [""], + "Series Order": [""], + "Series Style": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": [""], + "Series type": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": [""], + "Set filter mapping": [""], + "Set up an email report": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": [""], + "Settings for time series": [""], + "Share": [""], + "Share chart by email": [""], + "Share permalink by email": [""], + "Shared query": [""], + "Shared query fields": [""], + "Sheet Name": [""], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show Bubbles": [""], + "Show CREATE VIEW statement": [""], + "Show CSS Template": [""], + "Show Chart": [""], + "Show Column": [""], + "Show Dashboard": [""], + "Show Database": [""], + "Show Labels": [""], + "Show Less...": [""], + "Show Log": [""], + "Show Markers": [""], + "Show Metric": [""], + "Show Metric Names": [""], + "Show Range Filter": [""], + "Show Row level security filter": [""], + "Show Saved Query": [""], + "Show Table": [""], + "Show Timestamp": [""], + "Show Total": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Value": [""], + "Show Values": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all columns": [""], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show chart description": [""], + "Show columns total": [""], + "Show data points as circle markers on the lines": [""], + "Show empty columns": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show label": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less columns": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show password.": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show progress": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time column": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": [""], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single": [""], + "Single Metric": [""], + "Single Value": [""], + "Single value": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "" + ], + "Skip spaces after delimiter": [""], + "Slug": [""], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Some roles do not exist": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Sorry, An error occurred": [""], + "Sorry, an error occurred": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, there was an error saving this %s: %s": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "Sorry, your browser does not support copying.": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "Sort": [""], + "Sort Bars": [""], + "Sort Descending": [""], + "Sort Metric": [""], + "Sort Series Ascending": [""], + "Sort Series By": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": [""], + "Sort bars by x labels.": [""], + "Sort by": [""], + "Sort by %s": [""], + "Sort by metric": [""], + "Sort columns alphabetically": [""], + "Sort columns by": [""], + "Sort descending": [""], + "Sort filter values": [""], + "Sort metric": [""], + "Sort rows by": [""], + "Sort series in ascending order": [""], + "Sort type": [""], + "Source": [""], + "Source / Target": [""], + "Source SQL": [""], + "Source category": [""], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Split number": [""], + "Square kilometers": [""], + "Square meters": [""], + "Square miles": [""], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": [""], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start Review": [""], + "Start angle": [""], + "Start at (UTC)": [""], + "Start date": [""], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "Started": [""], + "State": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": [""], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Step type": [""], + "Stepped Line": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": [""], + "Stop query": [""], + "Stop running (Ctrl + e)": [""], + "Stop running (Ctrl + x)": [""], + "Stopped an unsafe database connection": [""], + "Stream": [""], + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Stroke Color": [""], + "Stroke Width": [""], + "Stroked": [""], + "Structural": [""], + "Style": [""], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": [""], + "Successfully changed dataset!": [""], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sum values": [""], + "Sunburst": [""], + "Sunburst Chart": [""], + "Sunburst Chart v2": [""], + "Sunday": [""], + "Superset Chart": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": [""], + "Superset dashboard": [""], + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "Supported databases": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap dataset": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Symbol size": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "TEMPORAL X-AXIS": [""], + "TEMPORAL_RANGE": [""], + "THU": [""], + "TUE": [""], + "Tab name": [""], + "Tab title": [""], + "Table": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "Table Exists": [""], + "Table Name": [""], + "Table View": [""], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "" + ], + "Table cache timeout": [""], + "Table columns": [""], + "Table loading": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": [""], + "Tabs": [""], + "Tabular": [""], + "Tag could not be created.": [""], + "Tag could not be deleted.": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Tag parameters are invalid.": [""], + "Tagged Object could not be deleted.": [""], + "Tags": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target": [""], + "Target Color": [""], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": [""], + "Template parameters": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": [""], + "Test connection": [""], + "Text": [""], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "" + ], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [""], + "The annotation has been saved": [""], + "The annotation has been updated": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The chart datasource does not exist": [""], + "The chart does not exist": [""], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [""], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The column header label": [""], + "The column was deleted or renamed in the database.": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": [""], + "The data source seems to have been deleted": [""], + "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.": [ + "" + ], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "The database columns that contains lines information": [""], + "The database could not be found": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The database returned an unexpected error.": [""], + "The database was deleted.": [""], + "The database was not found.": [""], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" + ], + "The dataset has been saved": [""], + "The dataset linked to this chart may have been deleted.": [""], + "The datasource couldn't be loaded": [""], + "The datasource is too large to query.": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "The distance between cells, in pixels": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "" + ], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" + ], + "The host might be down, and can't be reached on the provided port.": [ + "" + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": [""], + "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'": [ + "" + ], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "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": [ + "" + ], + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" + ], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "The number of seconds before expiring the cache": [""], + "The object does not exist in the given database.": [""], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" + ], + "The pattern of timestamp format. For strings use ": [""], + "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.": [ + "" + ], + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" + ], + "The port is closed.": [""], + "The port number is invalid.": [""], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" + ], + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": [""], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ + "" + ], + "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [ + "" + ], + "The report has been created": [""], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" + ], + "The rich tooltip shows a list of all series for that point in time": [ + "" + ], + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema was deleted or renamed in the database.": [""], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" + ], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "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.": [ + "" + ], + "The table was deleted or renamed in the database.": [""], + "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": [ + "" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ + "" + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [""], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [""], + "The username \"%(username)s\" does not exist.": [""], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "The width of the lines": [""], + "There are associated alerts or reports": [""], + "There are associated alerts or reports: %s,": [""], + "There are no charts added to this dashboard": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [""], + "There are unsaved changes.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "" + ], + "There is no chart definition associated with this component, could it have been deleted?": [ + "" + ], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "" + ], + "There was an error fetching dataset": [""], + "There was an error fetching dataset's related objects": [""], + "There was an error fetching tables": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an error loading the dataset metadata": [""], + "There was an error loading the schemas": [""], + "There was an error loading the tables": [""], + "There was an error saving the favorite status: %s": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [""], + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [""], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue deleting the selected layers: %s": [""], + "There was an issue deleting the selected queries: %s": [""], + "There was an issue deleting the selected templates: %s": [""], + "There was an issue deleting: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating the selected datasets: %s": [""], + "There was an issue favoriting this dashboard.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "There was an issue fetching the favorite status of this dashboard.": [ + "" + ], + "There was an issue fetching your chart: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "There was an issue previewing the selected query %s": [""], + "There was an issue previewing the selected query. %s": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "" + ], + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "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.": [ + "" + ], + "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.": [ + "" + ], + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [""], + "This action will permanently delete the saved query.": [""], + "This action will permanently delete the template.": [""], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" + ], + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" + ], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" + ], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" + ], + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Shared query": [""], - "The datasource couldn't be loaded": [""], - "An error occurred while creating the data source": [""], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "" ], - "Estimate selected query cost": [""], - "Estimate cost": [""], - "Cost estimate": [""], - "Creating a data source and creating a new tab": [""], - "An error occurred": [""], - "Explore the result set in the data exploration view": [""], - "Explore": [""], - "This query took %s seconds to run, ": [""], - "and the explore view times out at %s seconds ": [""], - "following this flow will most likely lead to your query timing out. ": [ + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ "" ], - "We recommend your summarize your data further before following that flow. ": [ + "This dashboard is now hidden": [""], + "This dashboard is now published": [""], + "This dashboard is published. Click to make it a draft.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "If activated you can use the ": [""], - "feature to store a summarized data set that you can then explore.": [""], - "Column name(s) ": [""], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ "" ], - "Raw SQL": [""], - "Source SQL": [""], - "SQL": [""], - "No query history yet...": [""], - "It seems you don't have access to any database": [""], - "An error occurred when refreshing queries": [""], - "Filter by user": [""], - "Filter by database": [""], - "Query search string": [""], - "[From]-": [""], - "[To]-": [""], - "Filter by status": [""], - "Edit": [""], - "View results": [""], - "Data preview": [""], - "Overwrite text in the editor with a query on this table": [""], - "Run query in a new tab": [""], - "Remove query from log": [""], - "An error occurred saving dataset": [""], - ".CSV": [""], - "Clipboard": [""], - "Filter results": [""], - "Database error": [""], - "was created": [""], - "Query in a new tab": [""], - "The query returned no data": [""], - "Fetch data preview": [""], - "Refetch results": [""], - "Track job": [""], - "Stop": [""], - "Run selection": [""], - "Run": [""], - "Stop running (Ctrl + x)": [""], - "Stop running (Ctrl + e)": [""], - "Run query (Ctrl + Return)": [""], - "Save & Explore": [""], - "Overwrite & Explore": [""], - "Undefined": [""], - "Save": [""], - "Save as": [""], - "Save query": [""], - "Save as new": [""], - "Update": [""], - "Label for your query": [""], - "Write a description for your query": [""], - "Schedule query": [""], - "Schedule": [""], - "There was an error with your request": [""], - "Please save the query to enable sharing": [""], - "Copy link": [""], - "Copy query link to your clipboard": [""], - "Save the query to copy the link": [""], - "No stored results found, you need to re-run your query": [""], - "Run a query to display results here": [""], - "Preview: `%s`": [""], - "Results": [""], - "Query history": [""], - "Run query": [""], - "New tab": [""], - "Untitled query": [""], - "Stop query": [""], - "Schedule the query periodically": [""], - "You must run the query successfully first": [""], - "It appears that the number of rows in the query results displayed\n was limited on the server side to\n the %s limit.": [ + "This dashboard was saved successfully.": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "CREATE TABLE AS": [""], - "CREATE VIEW AS": [""], - "Estimate the cost before running a query": [""], - "Reset state": [""], - "Enter a new title for the tab": [""], - "Untitled Query %s": [""], - "Close tab": [""], - "Rename tab": [""], - "Expand tool bar": [""], - "Hide tool bar": [""], - "Close all other tabs": [""], - "Duplicate tab": [""], - "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 the clipboard": [""], - "Show CREATE VIEW statement": [""], - "CREATE VIEW statement": [""], - "Remove table preview": [""], - "Assign a set of parameters as": [""], - "below (example:": [""], - "), and they become available in your SQL (example:": [""], - ") by using": [""], - "Edit template parameters": [""], - "Invalid JSON": [""], - "Create a new chart": [""], - "Choose a dataset": [""], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "" + ], + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [""], + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "" + ], + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" + ], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "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": [ + "" + ], + "This markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ "" ], - "Choose a visualization type": [""], - "Create new chart": [""], - "An error occurred while loading the SQL": [""], - "Updating chart was stopped": [""], - "An error occurred while rendering the visualization: %s": [""], - "Network error.": [""], - "every": [""], - "every month": [""], - "every day of the month": [""], - "day of the month": [""], - "every day of the week": [""], - "day of the week": [""], - "every hour": [""], - "every minute UTC": [""], - "year": [""], - "month": [""], - "week": [""], - "day": [""], - "hour": [""], - "minute": [""], - "reboot": [""], - "Every": [""], - "in": [""], - "on": [""], - "and": [""], - "at": [""], - ":": [""], - "minute(s) UTC": [""], - "Invalid cron expression": [""], - "Clear": [""], - "Sunday": [""], - "Monday": [""], - "Tuesday": [""], - "Wednesday": [""], - "Thursday": [""], - "Friday": [""], - "Saturday": [""], - "January": [""], - "February": [""], - "March": [""], - "April": [""], - "May": [""], - "June": [""], - "July": [""], - "August": [""], - "September": [""], - "October": [""], - "November": [""], - "December": [""], - "SUN": [""], - "MON": [""], - "TUE": [""], - "WED": [""], - "THU": [""], - "FRI": [""], - "SAT": [""], - "JAN": [""], - "FEB": [""], - "MAR": [""], - "APR": [""], - "MAY": [""], - "JUN": [""], - "JUL": [""], - "AUG": [""], - "SEP": [""], - "OCT": [""], - "NOV": [""], - "DEC": [""], - "OK": [""], - "Click to see difference": [""], - "Altered": [""], - "Chart changes": [""], - "Superset chart": [""], - "Check out this chart in dashboard:": [""], - "Select ...": [""], - "Loaded data cached": [""], - "Loaded from cache": [""], - "Click to force-refresh": [""], - "cached": [""], - "Certified by %s": [""], - "Copy to clipboard": [""], - "Copied!": [""], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], - "Error while fetching schema list": [""], - "Error while fetching database list": [""], - "Database:": [""], - "Select a database": [""], - "Force refresh schema list": [""], - "Select a schema (%s)": [""], - "Schema:": [""], - "datasource": [""], - "schema": [""], - "delete": [""], - "Type \"%s\" to confirm": [""], - "DELETE": [""], - "Click to edit": [""], - "You don't have the rights to alter this title.": [""], - "Unexpected error": [""], - "Click to favorite/unfavorite": [""], - "An error occurred while fetching dashboards": [""], - "Error while fetching table list": [""], - "Select table or type table name": [""], - "Type to search ...": [""], - "Select table ": [""], - "Force refresh table list": [""], - "See table schema": [""], - "%s%s": [""], - "Share dashboard": [""], "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": [""], - "%s Error": [""], - "See more": [""], - "See less": [""], - "Copy message": [""], - "Close": [""], - "This was triggered by:": [""], - "Did you mean:": [""], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": [""], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "Timeout error": [""], - "Cell content": [""], - "The import was successful": [""], - "OVERWRITE": [""], - "Overwrite": [""], - "Import": [""], - "Import %s": [""], - "Last Updated %s": [""], - "%s Selected": [""], - "Deselect all": [""], - "%s-%s of %s": [""], - "Settings": [""], - "About": [""], - "SQL query": [""], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ "" ], - "Can not move top level tab into nested tabs": [""], - "This chart has been moved to a different filter scope.": [""], - "There was an issue fetching the favorite status of this dashboard.": [ + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "There was an issue favoriting this dashboard.": [""], - "This dashboard is now ${nowPublished}": [""], - "You do not have permissions to edit this dashboard.": [""], - "This dashboard was saved successfully.": [""], - "Could not fetch all saved charts": [""], - "Sorry there was an error fetching saved charts: ": [""], - "Visualization": [""], - "Data source": [""], - "Added": [""], - "Components": [""], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type does not support cross-filtering.": [""], + "This visualization type is not supported.": [""], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": [""], + "Time": [""], + "Time Column": [""], + "Time Comparison": [""], + "Time Format": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time Lag": [""], + "Time Range": [""], + "Time Ratio": [""], + "Time Series": [""], + "Time Series - Bar Chart": [""], + "Time Series - Dual Axis Line Chart": [""], + "Time Series - Line Chart": [""], + "Time Series - Multiple Line Charts": [""], + "Time Series - Nightingale Rose Chart": [""], + "Time Series - Paired t-test": [""], + "Time Series - Percent Change": [""], + "Time Series - Period Pivot": [""], + "Time Series - Stacked": [""], + "Time Series Options": [""], + "Time Shift": [""], + "Time Table View": [""], + "Time column": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": [""], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "Color scheme": [""], - "Load a template": [""], - "Load a CSS template": [""], - "Live CSS editor": [""], - "You have unsaved changes.": [""], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Your dashboard is too large. Please reduce the size before save it.": [ + "Time filter": [""], + "Time format": [""], + "Time grain": [""], + "Time grain filter plugin": [""], + "Time grain missing": [""], + "Time granularity": [""], + "Time in seconds": [""], + "Time lag": [""], + "Time range": [""], + "Time ratio": [""], + "Time related form attributes": [""], + "Time series": [""], + "Time series columns": [""], + "Time shift": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Discard changes": [""], - "An error occurred while fetching available CSS templates": [""], - "Superset dashboard": [""], - "Check out this dashboard: ": [""], - "Refresh dashboard": [""], - "Set auto-refresh interval": [""], - "Set filter mapping": [""], - "Edit dashboard properties": [""], - "Edit CSS": [""], - "Download as image": [""], - "Toggle fullscreen": [""], - "There is no chart definition associated with this component, could it have been deleted?": [ + "Time-series Area Chart": [""], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ "" ], - "Delete this container and save to remove this message.": [""], - "An error has occurred": [""], - "You do not have permission to edit this dashboard": [""], - "A valid color scheme is required": [""], - "The dashboard has been saved": [""], - "Apply": [""], - "Dashboard properties": [""], - "Basic information": [""], - "URL slug": [""], - "A readable URL for your dashboard": [""], - "Access": [""], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Time-series Bar Chart": [""], + "Time-series Bar Chart (legacy)": [""], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "" ], - "Colors": [""], - "Advanced": [""], - "JSON metadata": [""], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Time-series Chart": [""], + "Time-series Line Chart": [""], + "Time-series Percent Change": [""], + "Time-series Period Pivot": [""], + "Time-series Scatter Plot": [""], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "Time-series Smooth Line": [""], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "This dashboard is published. Click to make it a draft.": [""], - "Draft": [""], - "Don't refresh": [""], - "10 seconds": [""], - "30 seconds": [""], - "1 minute": [""], - "5 minutes": [""], - "30 minutes": [""], - "1 hour": [""], - "6 hours": [""], - "12 hours": [""], - "24 hours": [""], - "Refresh interval": [""], - "Refresh frequency": [""], - "Are you sure you want to proceed?": [""], - "Save for this session": [""], - "You must pick a name for the new dashboard": [""], - "Save dashboard": [""], - "Overwrite Dashboard [%s]": [""], - "Save as:": [""], - "[dashboard name]": [""], - "also copy (duplicate) charts": [""], - "Filter your charts": [""], - "Annotation layers are still loading.": [""], - "One ore more annotation layers failed loading.": [""], - "Cached %s": [""], - "Fetched %s": [""], - "Minimize chart": [""], - "Maximize chart": [""], - "Force refresh": [""], - "Toggle chart description": [""], - "View chart in Explore": [""], - "Share chart": [""], - "Export CSV": [""], - "Applied Filters (%d)": [""], - "Incompatible Filters (%d)": [""], - "Unset Filters (%d)": [""], - "Search...": [""], - "No filter is selected.": [""], - "Editing 1 filter:": [""], - "Batch editing %d filters:": [""], - "Configure filter scopes": [""], - "There are no filters in this dashboard.": [""], - "Expand all": [""], - "Collapse all": [""], - "This markdown component has an error.": [""], - "This markdown component has an error. Please revert your recent changes.": [ + "Time-series Stepped Line": [""], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "Delete dashboard tab?": [""], - "Divider": [""], - "Header": [""], - "Row": [""], - "Tabs": [""], - "Preview": [""], - "Yes, cancel": [""], - "Keep editing": [""], - "Select parent filters": [""], - "Reset all": [""], - "You have removed this filter.": [""], - "Restore filter": [""], - "Filter name": [""], - "Name is required": [""], - "Datasource is required": [""], - "Field": [""], - "Parent filter": [""], - "None": [""], - "Apply changes instantly": [""], - "Allow multiple selections": [""], - "Inverse selection": [""], - "Required": [""], - "Are you sure you want to cancel?": [""], - "will not be saved.": [""], - "Filter configuration and scoping": [""], - "Add filter": [""], - "(Removed)": [""], - "Undo?": [""], - "Scoping": [""], - "Apply to all panels": [""], - "Apply to specific panels": [""], - "Only selected panels will be affected by this filter": [""], - "All panels with this column will be affected by this filter": [""], - "All filters": [""], - "All charts": [""], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Time-series Table": [""], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Timeout error": [""], + "Timestamp format": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [""], + "Timezone selector": [""], + "Tiny": [""], + "Title": [""], + "Title Column": [""], + "Title is required": [""], + "Title or Slug": [""], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [""], + "Too many columns to filter": [""], + "Tools": [""], + "Tooltip": [""], + "Tooltip sort by metric": [""], + "Tooltip time format": [""], + "Top": [""], + "Top left": [""], + "Top right": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total value": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": [""], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree Chart": [""], + "Tree layout": [""], + "Tree orientation": [""], + "Treemap": [""], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Metric": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "dataset": [""], - "Change dataset": [""], - "Warning!": [""], - "Search / Filter": [""], - "Physical (table or view)": [""], - "Virtual (SQL)": [""], - "SQL expression": [""], - "Data type": [""], - "Datetime format": [""], - "The pattern of timestamp format. For strings use ": [""], - "Python datetime string pattern": [""], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "Is dimension": [""], - "Is filterable": [""], - "Modified columns: %s": [""], - "Removed columns: %s": [""], - "New columns added: %s": [""], - "Metadata has been synced": [""], - "Column name [%s] is duplicated": [""], - "Metric name [%s] is duplicated": [""], - "Calculated column [%s] requires an expression": [""], - "Basic": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Autocomplete filters": [""], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": [""], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": [""], + "Tukey": [""], + "Type": [""], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": [""], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": [""], + "UI Configuration": [""], + "URL": [""], + "URL Parameters": [""], + "URL parameters": [""], + "URL slug": [""], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "Extra data to specify table metadata. Currently supports certification data of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`.": [ + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ "" ], - "Owners of the dataset": [""], - "Cache timeout": [""], - "The duration of time in seconds before the cache is invalidated": [""], - "Hours offset": [""], - "Spatial": [""], - "virtual": [""], - "Dataset name": [""], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": [""], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Click the lock to make changes.": [""], - "Click the lock to prevent further changes.": [""], - "D3 format": [""], - "Warning message": [""], - "Warning message to display in the metric selector": [""], - "Certified by": [""], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": [""], - "Be careful.": [""], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Source": [""], - "Sync columns from source": [""], - "Calculated columns": [""], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Are you sure you want to save and apply changes?": [""], - "Confirm save": [""], - "Edit Dataset ": [""], - "Use legacy datasource editor": [""], - "Time range": [""], - "Time column": [""], - "Time grain": [""], - "Origin": [""], - "Time granularity": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Group by": [""], - "One or many controls to group by": [""], - "One or many metrics to display": [""], - "Dataset": [""], - "Visualization type": [""], - "The type of visualization to display": [""], - "Fixed color": [""], - "Use this to define a static color for all circles": [""], - "Right axis metric": [""], - "Choose a metric for right axis": [""], - "Linear color scheme": [""], - "Color metric": [""], - "A metric to use for color": [""], - "One or many controls to pivot as columns": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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`": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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": [ + "Undefined": [""], + "Undefined window for rolling operation": [""], + "Undo the action": [""], + "Undo?": [""], + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unexpected error: ": [""], + "Unexpected time range: %s": [""], + "Unknown": [""], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": [""], + "Unknown input format": [""], + "Unknown value": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [""], + "Unsafe template value for key %(key)s: %(value_type)s": [""], + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [""], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled Dataset": [""], + "Untitled Query": [""], + "Untitled query": [""], + "Update": [""], + "Update chart": [""], + "Updating chart was stopped": [""], + "Upload": [""], + "Upload CSV": [""], + "Upload CSV to database": [""], + "Upload Credentials": [""], + "Upload Enabled": [""], + "Upload Excel file": [""], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file": [""], + "Upload columnar file to database": [""], + "Upload file to database": [""], + "Usage": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use %s to open in a new tab.": [""], + "Use Area Proportions": [""], + "Use Columns": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "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.": [ + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "Last week": [""], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ "" ], - "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).": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ "" ], - "Sort by": [""], - "Metric used to define the top series": [""], - "Series": [""], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "User": [""], + "User Roles": [""], + "User doesn't have the proper permissions.": [""], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [""], + "User query": [""], + "Username": [""], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "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": [""], - "Y Axis Format": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ "" ], - "The color scheme for rendering chart": [""], - "Color map": [""], - "description": [""], - "bolt": [""], - "Changing this control takes effect instantly": [""], - "Customize": [""], - "rows retrieved": [""], - "Sorry, An error occurred": [""], - "No data": [""], - "View samples": [""], - "Search Metrics & Columns": [""], - "Showing %s of %s": [""], - "New chart": [""], - "Edit properties": [""], + "Value": [""], + "Value Domain": [""], + "Value Format": [""], + "Value bounds": [""], + "Value format": [""], + "Value is required": [""], + "Value must be greater than 0": [""], + "Values are dependent on other filters": [""], + "Values dependent on": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" + ], + "Vehicle Types": [""], + "Verbose Name": [""], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View": [""], + "View All »": [""], + "View Dataset": [""], + "View all charts": [""], + "View as table": [""], + "View in SQL Lab": [""], + "View keys & indexes (%s)": [""], "View query": [""], - "Run in SQL Lab": [""], - "Height": [""], - "Width": [""], - "Export to .json": [""], - "Export to .csv format": [""], - "%s - untitled": [""], - "Edit chart properties": [""], - "Control labeled ": [""], - "Open Datasource tab": [""], - "You do not have permission to edit this chart": [""], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Viewed": [""], + "Viewed %s": [""], + "Viewport": [""], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": [""], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [""], + "Visual Tweaks": [""], + "Visualization Type": [""], + "Visualization type": [""], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ "" ], - "Configuration": [""], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "rows": [""], - "Limit reached": [""], - "**Select** a dashboard OR **create** a new one": [""], - "Please enter a chart name": [""], - "Save chart": [""], - "Save & go to dashboard": [""], - "Save as new chart": [""], - "Save (Overwrite)": [""], - "Save as ...": [""], - "Chart name": [""], - "Add to dashboard": [""], - "Display configuration": [""], - "Configure your how you overlay is displayed here.": [""], - "Style": [""], - "Opacity": [""], - "Color": [""], - "Line width": [""], - "Layer configuration": [""], - "Configure the basics of your Annotation Layer.": [""], - "Mandatory": [""], - "Hide layer": [""], - "Choose the annotation layer type": [""], - "Annotation layer type": [""], - "Remove": [""], - "Edit annotation layer": [""], - "Add annotation layer": [""], - "`Min` value should be numeric or empty": [""], - "`Max` value should be numeric or empty": [""], - "Min": [""], - "Max": [""], - "Edit dataset": [""], - "View in SQL Lab": [""], - "More dataset related options": [""], - "Superset supports smart date parsing. Strings like `3 weeks ago`, `last sunday`, or `2 weeks from now` can be used.": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "Default": [""], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Sort metric": [""], - "Metric to sort the results by": [""], - "Sort ascending": [""], - "Check for sorting ascending": [""], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ "" ], - "Search all filter options": [""], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "" ], - "User must select a value for this filter": [""], - "Filter configuration": [""], - "Error while fetching data": [""], - "No results found": [""], - "%s option(s)": [""], - "Invalid lat/long configuration.": [""], - "Reverse lat/long ": [""], - "Longitude & Latitude columns": [""], - "Delimited long & lat single column": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ "" ], - "Geohash": [""], - "textarea": [""], - "in modal": [""], - "Time series columns": [""], - "This visualization type is not supported.": [""], - "Click to change visualization type": [""], - "Select a visualization type": [""], - "Failed to verify select options: %s": [""], - "RANGE TYPE": [""], - "Actual time range": [""], - "CANCEL": [""], - "APPLY": [""], - "Edit time range": [""], - "Configure advanced time range": [""], - "START": [""], - "END": [""], - "Configure Time Range: Previous...": [""], - "Configure Time Range: Last...": [""], - "Configure custom time range": [""], - "Relative quantity": [""], - "Anchor to": [""], - "NOW": [""], - "Date/Time": [""], - "Simple": [""], - "Custom SQL": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "" ], - "%s column(s) and metric(s)": [""], - "%s column(s)": [""], - "To filter on a metric, use Custom SQL tab.": [""], - "%s operator(s)": [""], - "Type a value here": [""], - "Filter value (case sensitive)": [""], - "choose WHERE or HAVING...": [""], - "Filters by columns": [""], - "Filters by metrics": [""], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "" ], - "%s aggregates(s)": [""], - "%s saved metric(s)": [""], - "Saved": [""], - "Saved metric": [""], - "column": [""], - "aggregate": [""], - "My metric": [""], - "Add metric": [""], - "Code": [""], - "Markup type": [""], - "Pick your favorite markup language": [""], - "Put your code here": [""], - "Query": [""], - "URL": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ "" ], - "Time": [""], - "Time related form attributes": [""], - "Chart type": [""], - "Chart ID": [""], - "The id of the active chart": [""], - "Cache Timeout (seconds)": [""], - "The number of seconds before expiring the cache": [""], - "URL parameters": [""], - "Extra parameters for use in jinja templated queries": [""], - "Time range endpoints": [""], - "Time range endpoints (SIP-15)": [""], - "Annotations and layers": [""], - "Sort descending": [""], - "Whether to sort descending or ascending": [""], - "Contribution": [""], - "Compute the contribution to the total": [""], - "Advanced analytics": [""], - "This section contains options that allow for advanced analytical post processing of query results": [ + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "" ], - "Rolling window": [""], - "Rolling function": [""], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], - "Periods": [""], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "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": [ + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ "" ], - "Time comparison": [""], - "Time shift": [""], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ "" ], - "Calculation type": [""], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Viz is missing a datasource": [""], + "Viz type": [""], + "WED": [""], + "Want to add a new database?": [""], + "Warning": [""], + "Warning Message": [""], + "Warning!": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "Python functions": [""], - "Rule": [""], - "Pandas resample rule": [""], - "Method": [""], - "Pandas resample method": [""], - "Favorites": [""], - "Created content": [""], - "Recent activity": [""], - "Security & Access": [""], - "No charts": [""], - "No dashboards": [""], - "No favorite charts yet, go click on stars!": [""], - "No favorite dashboards yet, go click on stars!": [""], - "Profile picture provided by Gravatar": [""], - "joined": [""], - "id:": [""], - "There was an error fetching your recent activity:": [""], - "Deleted: %s": [""], - "There was an issue deleting: %s": [""], - "There was an issue deleting %s: %s": [""], - "report": [""], - "alert": [""], - "reports": [""], - "alerts": [""], - "There was an issue deleting the selected %s: %s": [""], - "Last run": [""], - "Notification method": [""], - "Execution log": [""], - "Actions": [""], - "Bulk select": [""], - "No %s yet": [""], - "Created by": [""], - "An error occurred while fetching created by values: %s": [""], - "Status": [""], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": [""], - "Reports": [""], - "This action will permanently delete %s.": [""], - "Delete %s?": [""], - "Please confirm": [""], - "Are you sure you want to delete the selected %s?": [""], - "< (Smaller than)": [""], - "> (Larger than)": [""], - "<= (Smaller or equal)": [""], - ">= (Larger or equal)": [""], - "== (Is equal)": [""], - "!= (Is not equal)": [""], - "Not null": [""], - "30 days": [""], - "60 days": [""], - "90 days": [""], - "Add notification method": [""], - "Add delivery method": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Add": [""], - "Edit ${isReport ? 'Report' : 'Alert'}": [""], - "Add ${isReport ? 'Report' : 'Alert'}": [""], - "Report name": [""], - "Alert name": [""], - "Alert condition": [""], - "Trigger Alert If...": [""], - "Value": [""], - "Report schedule": [""], - "Alert condition schedule": [""], - "Schedule settings": [""], - "Log retention": [""], - "Working timeout": [""], - "Time in seconds": [""], - "Grace period": [""], - "Message content": [""], - "log": [""], - "State": [""], - "Scheduled at": [""], - "Start at": [""], - "Duration": [""], - "Error message": [""], - "${alertResource?.type}": [""], - "CRON expression": [""], - "Report sent": [""], - "Alert triggered, notification sent": [""], - "Report sending": [""], - "Alert running": [""], - "Report failed": [""], - "Alert failed": [""], - "Nothing triggered": [""], - "Alert Triggered, In Grace Period": [""], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": [""], - "There was an issue deleting the selected annotations: %s": [""], - "Edit annotation": [""], - "Delete annotation": [""], - "Annotation": [""], - "No annotation yet": [""], - "Annotation Layer ${annotationLayerName}": [""], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "Was unable to check your query": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ "" ], - "Delete Annotation?": [""], - "Are you sure you want to delete the selected annotations?": [""], - "Add annotation": [""], - "Annotation name": [""], - "date": [""], - "Additional information": [""], - "Description (this can be seen in the list)": [""], - "annotation_layer": [""], - "Edit annotation layer properties": [""], - "Annotation layer name": [""], - "Annotation layers": [""], - "There was an issue deleting the selected layers: %s": [""], - "Last modified": [""], - "Created on": [""], - "Edit template": [""], - "Delete template": [""], - "Annotation layer": [""], - "An error occurred while fetching dataset datasource values: %s": [""], - "No annotation layers yet": [""], - "This action will permanently delete the layer.": [""], - "Delete Layer?": [""], - "Are you sure you want to delete the selected layers?": [""], - "Are you sure you want to delete": [""], - "Last modified %s": [""], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" + ], + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" + ], + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" + ], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" + ], + "Web": [""], + "Wednesday": [""], + "Week": [""], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "Weeks %s": [""], + "Weight": [""], + "What should be shown on the label?": [""], + "What should happen if the table already exists": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ + "" + ], + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "" + ], + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "There was an issue deleting the selected charts: %s": [""], - "Modified by": [""], - "Owner": [""], - "An error occurred while fetching chart owners values: %s": [""], - "An error occurred while fetching chart created by values: %s": [""], - "Viz type": [""], - "An error occurred while fetching chart dataset values: %s": [""], - "Favorite": [""], - "Yes": [""], - "No": [""], - "Are you sure you want to delete the selected charts?": [""], - "css_template": [""], - "Edit CSS template properties": [""], - "Add CSS template": [""], - "CSS template name": [""], - "css": [""], - "CSS templates": [""], - "There was an issue deleting the selected templates: %s": [""], - "Last modified by %s": [""], - "CSS template": [""], - "This action will permanently delete the template.": [""], - "Delete Template?": [""], - "Are you sure you want to delete the selected templates?": [""], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ "" ], - "An error occurred while fetching dashboards: %s": [""], - "There was an issue deleting the selected dashboards: ": [""], - "An error occurred while fetching dashboard owner values: %s": [""], - "An error occurred while fetching dashboard created by values: %s": [""], - "Unpublished": [""], - "Are you sure you want to delete the selected dashboards?": [""], - "Sorry, your browser does not support copying.": [""], - "SQL Copied!": [""], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "When using 'Group By' you are limited to use a single metric": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "database": [""], - "An error occurred while fetching database related data: %s": [""], - "Asynchronous query execution": [""], - "AQE": [""], - "Allow data manipulation language": [""], - "DML": [""], - "CSV upload": [""], - "Delete database": [""], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "Delete Database?": [""], - "Please enter a SQLAlchemy URI to test": [""], - "Connection looks good!": [""], - "ERROR: Connection failed. ": [""], - "Sorry there was an error fetching database information: %s": [""], - "Edit database": [""], - "Add database": [""], - "Connection": [""], - "Database name": [""], - "Name your dataset": [""], - "dialect+driver://username:password@host:port/database": [""], - "Test connection": [""], - "Refer to the ": [""], - "SQLAlchemy docs": [""], - " for more information on how to structure your URI.": [""], - "Performance": [""], - "Chart cache timeout": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "SQL Lab settings": [""], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...)": [ + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Allow multi schema metadata fetch": [""], - "CTAS schema": [""], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "Secure extra": [""], - "JSON string containing additional connection configuration.": [""], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" + ], + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" + ], + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [""], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ + "" + ], + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ "" ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [""], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "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": [ "" ], - "Allow data upload": [""], - "If selected, please set the schemas allowed for data upload in Extra.": [ + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "JSON string containing extra configuration elements.": [""], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Whether to sort descending or ascending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ + "Whether to sort results by the selected metric in descending order.": [ "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "White": [""], + "Width": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Word Rotation": [""], + "Working": [""], + "Working timeout": [""], + "World Map": [""], + "Write a description for your query": [""], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": [""], + "X Axis Format": [""], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort Ascending": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "XScale Interval": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": [""], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": [""], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort Ascending": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "YScale Interval": [""], + "Year": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Years %s": [""], + "Yes": [""], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Error while saving dataset: %s": [""], - "Add dataset": [""], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "An error occurred while fetching dataset related data": [""], - "An error occurred while fetching dataset related data: %s": [""], - "Physical dataset": [""], - "Virtual dataset": [""], - "An error occurred while fetching dataset owner values: %s": [""], - "An error occurred while fetching datasets: %s": [""], - "An error occurred while fetching schema values: %s": [""], - "There was an issue deleting the selected datasets: %s": [""], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Delete Dataset?": [""], - "Are you sure you want to delete the selected datasets?": [""], - "0 Selected": [""], - "%s Selected (Virtual)": [""], - "%s Selected (Physical)": [""], - "%s Selected (%s Physical, %s Virtual)": [""], - "There was an issue previewing the selected query. %s": [""], - "Success": [""], - "Failed": [""], - "Running": [""], - "Offline": [""], - "Scheduled": [""], - "Duration: %s": [""], - "Tab name": [""], - "TABLES": [""], - "Rows": [""], - "Open query in SQL Lab": [""], - "An error occurred while fetching database values: %s": [""], - "Search by query text": [""], - "Query preview": [""], - "Previous": [""], - "Next": [""], - "Open in SQL Lab": [""], - "User query": [""], - "Executed query": [""], - "Saved queries": [""], - "There was an issue previewing the selected query %s": [""], - "Link Copied!": [""], - "There was an issue deleting the selected queries: %s": [""], - "Edit query": [""], - "Copy query URL": [""], - "Delete query": [""], - "This action will permanently delete the saved query.": [""], - "Delete Query?": [""], - "Are you sure you want to delete the selected queries?": [""], - "Query name": [""], - "Edited": [""], - "Created": [""], - "Viewed": [""], - "Examples": [""], - "Mine": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "" ], - "Recently created charts, dashboards, and saved queries will appear here": [ + "You can": [""], + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ "" ], - "Recent example charts, dashboards, and saved queries will appear here": [ + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" + ], + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" + ], + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "You do not have permission to edit this %s": [""], + "You do not have permission to edit this chart": [""], + "You do not have permission to edit this dashboard": [""], + "You do not have permissions to access the datasource(s): %(name)s.": [ "" ], + "You do not have permissions to edit this dashboard.": [""], + "You don't have access to this chart.": [""], + "You don't have access to this dashboard.": [""], + "You don't have access to this dataset.": [""], + "You don't have access to this embedded dashboard config.": [""], "You don't have any favorites yet!": [""], - "SQL Lab queries": [""], - "${tableName}": [""], + "You don't have permission to modify the value.": [""], + "You don't have the rights to alter %(resource)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to alter this dashboard": [""], + "You don't have the rights to alter this title.": [""], + "You don't have the rights to create a chart": [""], + "You don't have the rights to create a dashboard": [""], + "You don't have the rights to download as csv": [""], + "You have no permission to approve this request": [""], + "You have removed this filter.": [""], + "You have unsaved changes.": [""], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" + ], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" + ], + "You must pick a name for the new dashboard": [""], + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" + ], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" + ], + "Your query could not be saved": [""], + "Your query could not be scheduled": [""], + "Your query could not be updated": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" + ], + "Your query was not properly saved": [""], + "Your query was saved": [""], + "Your query was updated": [""], + "Your report could not be deleted": [""], + "Zero imputation": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "[ untitled dashboard ]": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [""], + "[Longitude] and [Latitude] must be set": [""], + "[Missing Dataset]": [""], + "[Superset] Access to the datasource %(name)s was granted": [""], + "[Untitled]": [""], + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": [""], + "[desc]": [""], + "[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": [ + "" + ], + "[untitled]": [""], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ + "" + ], + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": [""], + "alert": [""], + "alerts": [""], + "all": [""], + "also copy (duplicate) charts": [""], + "ancestor": [""], + "and": [""], + "annotation": [""], + "annotation_layer": [""], + "asfreq": [""], + "at": [""], + "auto": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": [""], + "boolean type icon": [""], + "bottom": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "cardinal": [""], + "change": [""], + "chart": [""], + "charts": [""], + "choose WHERE or HAVING...": [""], + "clear all filters": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": [""], + "connecting to %(dbModelName)s.": [""], + "count": [""], + "create": [""], + "create a new chart": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "cumulative": [""], + "dashboard": [""], + "dashboards": [""], + "database": [""], + "dataset": [""], + "dataset name": [""], + "date": [""], + "day": [""], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deck.gl charts": [""], + "deckGL": [""], + "default": [""], + "delete": [""], + "descendant": [""], + "description": [""], + "deviation": [""], + "dialect+driver://username:password@host:port/database": [""], + "draft": [""], + "dttm": [""], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": [""], + "edit mode": [""], + "entries": [""], + "error_message": [""], + "every": [""], + "every day of the month": [""], + "every day of the week": [""], + "every hour": [""], + "every minute": [""], + "every month": [""], + "expand": [""], + "explore": [""], + "failed": [""], + "fetching": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "here": [""], + "hour": [""], + "id": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" + ], + "in": [""], + "in modal": [""], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": [""], + "json isn't valid": [""], + "key a-z": [""], + "key z-a": [""], + "label": [""], + "last day": [""], + "last month": [""], + "last quarter": [""], + "last week": [""], + "last year": [""], + "latest partition:": [""], + "left": [""], + "less than {min} {name}": [""], + "linear": [""], + "log": [""], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "" + ], + "max": [""], + "mean": [""], + "median": [""], + "metric": [""], + "min": [""], + "minute": [""], + "minute(s)": [""], + "monotone": [""], + "month": [""], + "more than {max} {name}": [""], + "must have a value": [""], + "name": [""], + "no SQL validator is configured": [""], + "no SQL validator is configured for {}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "offline": [""], + "on": [""], + "or": [""], + "or use existing ones from the panel on the right": [""], + "orderby column must be populated": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "pending": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" + ], + "permalink state not found": [""], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": [""], + "quarter": [""], + "queries": [""], "query": [""], - "Share": [""], - "Last run %s": [""], - "Recents": [""], - "Select start and end date": [""], - "Type or Select [%s]": [""], - "Filter box": [""], - "Filters configuration": [""], - "Filter configuration for the filter box": [""], - "Date filter": [""], - "Whether to include a time filter": [""], - "Instant filtering": [""], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "random": [""], + "reboot": [""], + "recent": [""], + "recents": [""], + "red": [""], + "report": [""], + "reports": [""], + "restore zoom": [""], + "right": [""], + "running": [""], + "saved queries": [""], + "search by tags": [""], + "seconds": [""], + "series": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "square": [""], + "stack": [""], + "staggered": [""], + "std": [""], + "step-after": [""], + "step-before": [""], + "stopped": [""], + "stream": [""], + "string type icon": [""], + "success": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": [""], + "to": [""], + "top": [""], + "undo": [""], + "unknown type icon": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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": [""], - "Limit selector values": [""], - "These filters apply to the values available in the dropdowns": [""], - "Time-series Table": [""] + "use latest_partition template": [""], + "value ascending": [""], + "value descending": [""], + "var": [""], + "variance": [""], + "view instructions": [""], + "virtual": [""], + "viz type": [""], + "was created": [""], + "week": [""], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": [""], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/en/LC_MESSAGES/messages.po b/superset/translations/en/LC_MESSAGES/messages.po index d5b79fd88c25e..181dbe98359c3 100644 --- a/superset/translations/en/LC_MESSAGES/messages.po +++ b/superset/translations/en/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2016-05-02 08:49-0700\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,52 +37,42 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" -" Explore in Superset

\n" -" \n" +" Error: %(text)s\n" " " msgstr "" -#: superset/reports/notifications/email.py:60 -#, python-format -msgid "" -"\n" -" Error: %(text)s\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format -msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +msgid " a dashboard OR " msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +msgid " a new one" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,17 +90,33 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +msgid " to add calculated columns" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +msgid " to add metrics" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -118,7 +124,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -126,25 +132,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "" @@ -158,23 +183,27 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" +msgstr[1] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -182,98 +211,127 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format -msgid "%s - untitled" +msgid "%s Error" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 #, python-format -msgid "%s Error" +msgid "%s PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "" +msgid_plural "%s options" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -283,7 +341,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -295,7 +357,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -305,103 +367,344 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +msgid "1 day" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +msgid "1 week" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +msgid "1 year" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +msgid "104 weeks" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +msgid "156 weeks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +msgid "2 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +msgid "28 days" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "3 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +msgid "52 weeks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +msgid "7 days" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "" @@ -409,47 +712,61 @@ msgstr "" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 msgid "A Big Number" msgstr "" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -462,11 +779,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -474,66 +806,84 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "" @@ -541,8 +891,8 @@ msgstr "" msgid "APR" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -550,21 +900,38 @@ msgstr "" msgid "AUG" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -572,76 +939,85 @@ msgstr "" msgid "Action" msgstr "" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +msgid "Actual Values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 -msgid "Adaptive formatting" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +msgid "Actual value" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 -msgid "Add" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +msgid "Actual values" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 -msgid "Add Alert" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" msgstr "" -#: superset/views/annotations.py:60 -msgid "Add Annotation" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" msgstr "" -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +msgid "Add Alert" msgstr "" -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "" @@ -649,39 +1025,23 @@ msgstr "" msgid "Add Database" msgstr "" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "" @@ -689,301 +1049,455 @@ msgstr "" msgid "Add a Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +msgid "Add a dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 -msgid "Add delivery method" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 -msgid "Add filter" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +msgid "Add cross-filter" msgstr "" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 -msgid "Add item" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 +msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 -msgid "Add metric" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +msgid "Add extra connection information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 -msgid "Add new color formatter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 +msgid "Add item" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" msgstr "" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 -msgid "Added" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +msgid "Additional settings." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 msgid "After" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 msgid "Aggregate" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +msgid "Alert" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +msgid "All Entities" +msgstr "" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "" @@ -991,7 +1505,7 @@ msgstr "" msgid "All filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1000,67 +1514,64 @@ msgstr "" msgid "All panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1070,35 +1581,39 @@ msgstr "" msgid "Allow multiple selections" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1106,344 +1621,375 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +msgid "An Error Occurred" +msgstr "" + +#: superset/reports/commands/exceptions.py:188 +#, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 msgid "An error occurred while accessing the value." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 msgid "An error occurred while creating the value." msgstr "" -#: superset/key_value/commands/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 msgid "An error occurred while deleting the value." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "" + +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." +msgstr "" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 msgid "" -"An error occurred while setting the tab schema. Please contact your " +"An error occurred while setting the tab name. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +"An error occurred while setting the tab schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." msgstr "" -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 msgid "An error occurred while updating the value." msgstr "" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +msgid "An error occurred while upserting the value." +msgstr "" + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 msgid "Animation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" -msgstr "" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1456,12 +2002,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "" @@ -1481,7 +2024,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "" @@ -1490,11 +2033,11 @@ msgstr "" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "" @@ -1502,7 +2045,7 @@ msgstr "" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "" @@ -1510,37 +2053,38 @@ msgstr "" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 msgid "Annotation layer time column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 msgid "Annotation layer title column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "" @@ -1552,21 +2096,28 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +msgid "Annotation source" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "" -#: superset/views/annotations.py:58 -msgid "Annotations" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 msgid "Annotations and Layers" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "" @@ -1574,16 +2125,17 @@ msgstr "" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1593,62 +2145,71 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, python-format +msgid "Applied cross-filters (%d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied filters (%d)" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 #, python-format -msgid "Applied Filters (%d)" +msgid "Applied filters: %s" msgstr "" -#: superset/viz.py:237 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "" @@ -1656,95 +2217,128 @@ msgstr "" msgid "April" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +msgid "Area Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 msgid "Area chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "" @@ -1752,62 +2346,135 @@ msgstr "" msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +msgid "Auto" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +msgid "Average" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +msgid "Average value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +msgid "Axis Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Bar orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1815,25 +2482,28 @@ msgstr "" msgid "Based on a metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "" @@ -1842,140 +2512,148 @@ msgstr "" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 msgid "Breakdowns" msgstr "" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -1983,49 +2661,66 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +msgid "CREATE DATASET" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "" @@ -2033,7 +2728,7 @@ msgstr "" msgid "CSS template could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "" @@ -2041,172 +2736,172 @@ msgstr "" msgid "CSS template not found." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "" -#: superset/views/database/forms.py:101 -msgid "CSV File" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" msgstr "" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "" @@ -2215,29 +2910,67 @@ msgstr "" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +msgid "Category Name" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +msgid "Category name" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2250,90 +2983,93 @@ msgstr "" msgid "Cell Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" msgstr "" -#: superset/views/sql_lab.py:75 -msgid "Changed on" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2343,21 +3079,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2366,126 +3107,154 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "" -#: superset/reports/commands/exceptions.py:238 -msgid "Changing this report is forbidden" +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, python-format +msgid "Chart Data: %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 msgid "Chart Options" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +msgid "Chart Source" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, python-format +msgid "Chart [%s] has been saved" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2509,48 +3278,86 @@ msgstr "" msgid "Chart could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +msgid "Chart last modified" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +msgid "Chart last modified by" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 msgid "Chart options" msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +msgid "Chart owners" +msgstr "" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +msgid "Chart title" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" +msgstr "" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "" @@ -2559,81 +3366,71 @@ msgstr "" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "" @@ -2641,34 +3438,40 @@ msgstr "" msgid "Choose a metric for left axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 msgid "Choose a source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 msgid "Choose a source and a target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 msgid "Choose a target" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "" @@ -2677,43 +3480,57 @@ msgstr "" msgid "Choose one or more charts for right axis" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2721,13 +3538,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2735,47 +3552,77 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +msgid "Clear all data" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 -msgid "Click to edit" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "" @@ -2783,41 +3630,45 @@ msgstr "" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 -msgid "Close" +#: superset-frontend/src/components/Table/index.tsx:212 +msgid "Click to sort ascending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 -msgid "Close all other tabs" +#: superset-frontend/src/components/Table/index.tsx:211 +msgid "Click to sort descending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 -msgid "Close tab" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" msgstr "" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" msgstr "" -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2830,26 +3681,37 @@ msgstr "" msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 msgid "Color Metric" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "" @@ -2857,197 +3719,256 @@ msgstr "" msgid "Color Steps" msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +msgid "Column Configuration" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +msgid "Column name" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +msgid "Columns To Read" +msgstr "" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +msgid "Columns to show" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 msgid "Combine Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 msgid "Combine metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3058,67 +3979,71 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "" @@ -3126,12 +4051,11 @@ msgstr "" msgid "Confidence interval" msgstr "" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3139,7 +4063,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3147,246 +4071,330 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +msgid "Count" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 msgid "Country" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 msgid "Country Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +msgid "Create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "" @@ -3394,68 +4402,89 @@ msgstr "" msgid "Create new filter set" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" +msgstr "" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +msgid "Crimson" msgstr "" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +msgid "Cross-filters" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "" @@ -3468,108 +4497,125 @@ msgstr "" msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " "to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +msgid "DATETIME" +msgstr "" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 -msgid "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" msgstr "" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -3585,31 +4631,62 @@ msgstr "" msgid "Dashboard could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +msgid "Dashboard imported" +msgstr "" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 msgid "Dashboard scheme" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +msgid "Dashboard title" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +msgid "Dashboard usage" +msgstr "" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +msgid "Dashboards added to" +msgstr "" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "" @@ -3618,162 +4695,179 @@ msgstr "" msgid "Dashboards do not exist" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 -msgid "Data" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +msgid "Dashed" msgstr "" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 +msgid "Data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 msgid "Data Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +msgid "Database Connections" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "" @@ -3781,38 +4875,53 @@ msgstr "" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "" +#: superset/views/core.py:1179 +#, python-format +msgid "Database not found: %(id)s" +msgstr "" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +msgid "Database passwords" +msgstr "" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "" @@ -3821,6 +4930,10 @@ msgstr "" msgid "Dataset %(name)s already exists" msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +msgid "Dataset Name" +msgstr "" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "" @@ -3837,17 +4950,24 @@ msgstr "" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +msgid "Dataset could not be duplicated." +msgstr "" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "" @@ -3859,8 +4979,8 @@ msgstr "" msgid "Dataset metric not found." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "" @@ -3868,134 +4988,162 @@ msgstr "" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 msgid "Datasource & Chart Type" msgstr "" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" +#: superset/commands/exceptions.py:131 +msgid "Datasource does not exist" msgstr "" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +msgid "Date format string" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format msgid "Days %s" msgstr "" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4003,184 +5151,204 @@ msgstr "" msgid "Default" msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "" @@ -4188,98 +5356,92 @@ msgstr "" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" msgstr[1] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" msgstr[1] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" msgstr[1] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" msgstr[1] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "" msgstr[1] "" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "" msgstr[1] "" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "" msgstr[1] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" msgstr[1] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "" @@ -4289,76 +5451,82 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 msgid "Deprecated" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4366,63 +5534,113 @@ msgstr "" msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 msgid "Disabled" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4430,31 +5648,32 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "" @@ -4462,300 +5681,373 @@ msgstr "" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +msgid "Donut" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 -msgid "Donut" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +msgid "Dotted" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 -msgid "Draw split lines for minor y-axis ticks" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, python-format +msgid "Drill by: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 msgid "Dual Line Chart" msgstr "" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +msgid "Duplicate dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +msgid "ERROR" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +msgid "Edit Chart Properties" +msgstr "" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "" @@ -4763,35 +6055,15 @@ msgstr "" msgid "Edit Database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "" @@ -4799,58 +6071,63 @@ msgstr "" msgid "Edit Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 -msgid "Edit chart properties" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +msgid "Edit chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 -#, fuzzy, python-format -msgid "Edit dashboard" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 +msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +#, fuzzy +msgid "Edit dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4858,90 +6135,98 @@ msgstr "" msgid "Edit formatter" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -4949,7 +6234,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -4957,24 +6242,49 @@ msgstr "" msgid "Empty collection" msgstr "" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +msgid "Empty column" +msgstr "" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -4983,45 +6293,59 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "End date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5029,99 +6353,114 @@ msgstr "" msgid "End date must be after start date" msgstr "" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" +msgstr "" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Error" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" msgstr "" -#: superset/views/alerts.py:83 -msgid "Error Message" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" msgstr "" -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 msgid "Error while fetching charts" @@ -5132,40 +6471,59 @@ msgstr "" msgid "Error while fetching data: %s" msgstr "" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +msgid "Event" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 msgid "Event Names" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "" @@ -5175,23 +6533,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "" @@ -5203,33 +6561,27 @@ msgstr "" msgid "Example" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5237,35 +6589,64 @@ msgstr "" msgid "Executed SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +msgid "Existing dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5275,106 +6656,114 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +msgid "Export query" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 -msgid "Export query" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Export to .JSON" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +msgid "Export to Excel" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5382,25 +6771,29 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "" @@ -5409,44 +6802,73 @@ msgstr "" msgid "FRI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Factor" msgstr "" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "" @@ -5458,34 +6880,35 @@ msgstr "" msgid "February" msgstr "" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5493,126 +6916,160 @@ msgstr "" msgid "File" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +msgid "Filter charts" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" +#: superset-frontend/src/components/Table/index.tsx:197 +msgid "Filter menu" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5624,19 +7081,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "" @@ -5644,65 +7105,84 @@ msgstr "" msgid "Fixed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5710,76 +7190,141 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 -msgid "Formattable" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 -msgid "Formatted CSV attached in email" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +msgid "Forest Green" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 -msgid "Found invalid orderby options" +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 -msgid "Fraction digits" +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 -msgid "Frequency" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Formattable" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 -msgid "Friction" +#: superset-frontend/src/components/ReportModal/index.tsx:255 +msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 -msgid "Friction between nodes" +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 +msgid "Found invalid orderby options" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +msgid "Fraction digits" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 +msgid "Friction" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 +msgid "Friction between nodes" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 msgid "Friday" msgstr "" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +msgid "Full name" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -5792,27 +7337,51 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 msgid "Graph Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" @@ -5821,71 +7390,106 @@ msgstr "" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +msgid "Has created by" +msgstr "" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +msgid "Hide chart description" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +msgid "Hide password." +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "" @@ -5893,80 +7497,89 @@ msgstr "" msgid "Horizon Chart" msgstr "" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format msgid "Hours %s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -5975,7 +7588,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -5984,60 +7597,63 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset/views/database/forms.py:164 +msgid "If Table Already Exists" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset/views/database/mixins.py:180 -msgid "If selected, please set the schemas allowed for csv upload in Extra." +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "" @@ -6046,19 +7662,19 @@ msgstr "" msgid "Import Dashboard(s)" msgstr "" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "" @@ -6066,28 +7682,28 @@ msgstr "" msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" msgstr "" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "" @@ -6095,126 +7711,132 @@ msgstr "" msgid "Import saved query failed for an unknown reason." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 -msgid "Include Series" +#: superset-frontend/src/explore/constants.ts:71 +msgid "In" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 -msgid "Include series name as an axis" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 -msgid "Include time" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" msgstr "" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 -msgid "Index Column" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +msgid "Interval" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 msgid "Intervals" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6229,134 +7851,177 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" msgstr "" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 msgid "Is certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" +msgstr "" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6376,13 +8041,40 @@ msgstr "" msgid "January" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +msgid "Jinja templating" +msgstr "" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6397,46 +8089,70 @@ msgstr "" msgid "June" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +msgid "Kilometers" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +msgid "LIMIT" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6444,17 +8160,18 @@ msgstr "" msgid "Label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "" @@ -6471,21 +8188,22 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "" @@ -6494,70 +8212,80 @@ msgstr "" msgid "Last Updated %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, python-format +msgid "Last Updated %s by %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "" @@ -6574,96 +8302,136 @@ msgstr "" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +msgid "Legend Orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +msgid "Light" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6672,63 +8440,93 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -6737,15 +8535,19 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "" @@ -6757,59 +8559,69 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +msgid "Locate the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "" @@ -6817,15 +8629,30 @@ msgstr "" msgid "Logs" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -6841,51 +8668,78 @@ msgstr "" msgid "MON" msgstr "" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" msgstr "" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 msgid "Map" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -6893,7 +8747,7 @@ msgstr "" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -6901,26 +8755,28 @@ msgstr "" msgid "March" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -6936,7 +8792,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -6948,34 +8804,45 @@ msgstr "" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +msgid "Maximum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -6983,136 +8850,138 @@ msgstr "" msgid "May" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +msgid "Mean values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Median values" +msgstr "" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -msgid "Metric for node values" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +msgid "Metric name" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "" @@ -7120,155 +8989,205 @@ msgstr "" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +msgid "Minimum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format msgid "Minutes %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7277,21 +9196,25 @@ msgstr "" msgid "Monday" msgstr "" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format msgid "Months %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +msgid "More" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +msgid "More filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7300,219 +9223,268 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 msgid "Multiple Line Charts" msgstr "" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +msgid "Must choose either a chart or a dashboard" +msgstr "" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +msgid "NUMERIC" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +msgid "New dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +msgid "New dataset name" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +msgid "New header" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7521,176 +9493,331 @@ msgstr "" msgid "No Access!" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 msgid "No Results" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +msgid "No applied filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +msgid "No charts yet" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +msgid "No columns found" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +msgid "No dashboards yet" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +msgid "No database tables found" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +msgid "No filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "No matching records found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +msgid "No saved queries yet" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +msgid "No table columns" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +msgid "Not added to any dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +msgid "Not in" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "" @@ -7698,15 +9825,24 @@ msgstr "" msgid "November" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "" +#: superset/views/database/forms.py:201 +msgid "Null Values" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" +msgstr "" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "" @@ -7714,57 +9850,91 @@ msgstr "" msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "" @@ -7772,12 +9942,15 @@ msgstr "" msgid "OCT" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "" @@ -7785,26 +9958,19 @@ msgstr "" msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -7812,30 +9978,28 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "" @@ -7864,102 +10028,113 @@ msgstr "" msgid "One or more metrics do not exist" msgstr "" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," " and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -7967,176 +10142,246 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 msgid "Operator" msgstr "" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +msgid "Orientation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 msgid "Original" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8144,24 +10389,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -8169,196 +10416,240 @@ msgstr "" msgid "Parameter error" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 msgid "Partition Chart" msgstr "" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 msgid "Percent Change" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Percentage metrics" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8369,202 +10660,268 @@ msgid "Pick your favorite markup language" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 msgid "Pivoted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +msgid "Please choose at least one 'Group by' field" msgstr "" -#: superset/viz.py:891 -msgid "Please choose at least one metric" +#: superset/viz.py:3229 +msgid "Please choose at least one groupby" msgstr "" -#: superset/viz.py:1578 -msgid "Please choose different metrics on left and right axis" +#: superset/viz.py:923 +msgid "Please choose at least one metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8572,55 +10929,55 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +msgid "Port" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8628,15 +10985,14 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "" @@ -8652,35 +11008,59 @@ msgstr "" msgid "Preview" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "" @@ -8688,56 +11068,62 @@ msgstr "" msgid "Profile picture provided by Gravatar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8745,182 +11131,207 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format msgid "Quarters %s" msgstr "" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +msgid "Queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 msgid "Query A" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 msgid "Query B" msgstr "" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +msgid "Query does not exist" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 msgid "Query mode" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "Radius in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Range" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "" @@ -8941,19 +11352,24 @@ msgstr "" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 msgid "Ratio" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -8961,7 +11377,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -8969,36 +11385,33 @@ msgstr "" msgid "Recent activity" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9006,25 +11419,23 @@ msgstr "" msgid "Record Count" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9032,15 +11443,15 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "" @@ -9048,44 +11459,48 @@ msgstr "" msgid "Refresh" msgstr "" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 -msgid "Refresh dashboard" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 -msgid "Refresh frequency" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh interval" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +msgid "Refresh tables" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +msgid "Refreshing charts" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9094,9 +11509,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 msgid "Relational" msgstr "" @@ -9106,29 +11522,37 @@ msgstr "" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +msgid "Reload" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +msgid "Remove cross-filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9136,143 +11560,156 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +msgid "Report Name" +msgstr "" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule selenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +msgid "Report schedule client error" +msgstr "" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +msgid "Report updated" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 msgid "Repulsion" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9280,54 +11717,91 @@ msgstr "" msgid "Request Permissions" msgstr "" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +msgid "Resource was not found." +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, python-format +msgid "Results %s" +msgstr "" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9335,31 +11809,35 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 msgid "Right Axis Metric" msgstr "" @@ -9367,189 +11845,216 @@ msgstr "" msgid "Right Axis chart(s)" msgstr "" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "" @@ -9558,34 +12063,39 @@ msgstr "" msgid "SEP" msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9597,42 +12107,115 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +msgid "SSH Tunnel could not be deleted." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +msgid "SSH Tunnel could not be updated." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +msgid "SSH Tunnel not found." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "" + +#: superset/datasets/commands/exceptions.py:177 +msgid "Samples for dataset could not be retrieved." +msgstr "" + +#: superset/explore/exceptions.py:45 +msgid "Samples for datasource could not be retrieved." +msgstr "" + +#: superset/viz.py:1935 msgid "Sankey" msgstr "" @@ -9644,112 +12227,165 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Satellite" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +msgid "Save & go to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +msgid "Save as Dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +msgid "Save as dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +msgid "Save as..." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +msgid "Save changes" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +msgid "Save dataset" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +msgid "Save to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "" @@ -9765,188 +12401,217 @@ msgstr "" msgid "Saved query parameters are invalid." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +msgid "Search columns" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:202 +msgid "Search in filters" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +msgid "Search tables" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "" @@ -9954,104 +12619,168 @@ msgstr "" msgid "Security & Access" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +msgid "See query details" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/SaveModal.tsx:357 +#, fuzzy msgid "Select a dashboard" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +msgid "Select a database table." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" +msgstr "" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +msgid "Select all data" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:201 +msgid "Select all items" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 msgid "Select charts" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +msgid "Select current page" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +msgid "Select database & schema" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +msgid "Select database table" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +msgid "Select dataset source" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +msgid "Select file" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "" @@ -10060,76 +12789,90 @@ msgstr "" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10137,145 +12880,177 @@ msgstr "" msgid "September" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +msgid "Series Order" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 msgid "Series type" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +msgid "Shared query fields" +msgstr "" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 msgid "Show Bubbles" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "" @@ -10283,39 +13058,16 @@ msgstr "" msgid "Show Database" msgstr "" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10323,11 +13075,12 @@ msgstr "" msgid "Show Log" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "" @@ -10335,39 +13088,32 @@ msgstr "" msgid "Show Metric Names" msgstr "" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 msgid "Show Range Filter" msgstr "" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +msgid "Show Total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10375,52 +13121,71 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 msgid "Show Values" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 msgid "Show all columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +msgid "Show chart description" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 msgid "Show columns total" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +msgid "Show empty columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "" @@ -10428,80 +13193,90 @@ msgstr "" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 msgid "Show less columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +msgid "Show password." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 msgid "Show progress" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10514,22 +13289,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10538,22 +13317,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "" @@ -10562,29 +13341,28 @@ msgstr "" msgid "Single Metric" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10592,64 +13370,101 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10657,141 +13472,141 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 msgid "Sort Bars" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +msgid "Sort Series Ascending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +msgid "Sort Series By" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "" @@ -10799,62 +13614,96 @@ msgstr "" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Square kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +msgid "Square meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +msgid "Square miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -10862,80 +13711,146 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 msgid "Start angle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "Start date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +msgid "Started" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 msgid "Step type" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +msgid "Stream" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -10943,20 +13858,32 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -10964,29 +13891,65 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +msgid "Successfully changed dataset!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +msgid "Sum values" +msgstr "" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -10994,32 +13957,40 @@ msgstr "" msgid "Sunburst Chart" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +msgid "Sunburst Chart v2" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "" -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "" @@ -11027,34 +13998,47 @@ msgstr "" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +msgid "Swap dataset" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11066,11 +14050,19 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:91 +msgid "TEMPORAL_RANGE" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "" @@ -11079,43 +14071,42 @@ msgstr "" msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "" @@ -11126,17 +14117,30 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +msgid "Table columns" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "" @@ -11146,24 +14150,56 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +msgid "Tag could not be created." +msgstr "" + +#: superset/tags/commands/exceptions.py:38 +msgid "Tag could not be deleted." +msgstr "" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +msgid "Tag parameters are invalid." +msgstr "" + +#: superset/tags/commands/exceptions.py:42 +msgid "Tagged Object could not be deleted." +msgstr "" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "" @@ -11173,45 +14209,44 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 msgid "Target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11222,68 +14257,91 @@ msgstr "" msgid "Test Connection" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +msgid "The chart datasource does not exist" +msgstr "" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11294,47 +14352,51 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11342,33 +14404,42 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +msgid "The database could not be found" +msgstr "" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "" -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11376,11 +14447,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11389,24 +14461,24 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "" -#: superset/errors.py:92 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11416,83 +14488,70 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11501,46 +14560,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11553,13 +14612,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11567,7 +14626,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11575,54 +14634,54 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" msgstr[1] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11631,7 +14690,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11640,7 +14699,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11649,7 +14708,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11658,19 +14717,19 @@ msgid "" " they are needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11682,115 +14741,120 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "" @@ -11798,56 +14862,66 @@ msgstr "" msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -11855,8 +14929,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -11877,52 +14951,70 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "" @@ -11930,7 +15022,7 @@ msgstr "" msgid "There are unsaved changes." msgstr "" -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -11942,96 +15034,123 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +msgid "There was an error fetching dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +msgid "There was an error fetching dataset's related objects" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12039,55 +15158,55 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 #, python-format -msgid "There was an issue fetching your recent activity: %s" +msgid "There was an issue fetching your chart: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12095,65 +15214,103 @@ msgid "" "parameters." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" "This color scheme is being overridden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +" Check the JSON metadata in the Advanced settings" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12167,11 +15324,11 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "" @@ -12179,51 +15336,74 @@ msgstr "" msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" +msgstr "" + +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12232,18 +15412,18 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12252,80 +15432,118 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +msgid "This visualization type does not support cross-filtering." +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 msgid "Time Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "" @@ -12333,84 +15551,91 @@ msgstr "" msgid "Time Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +msgid "Time Ratio" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 msgid "Time Series" msgstr "" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12419,11 +15644,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12431,25 +15671,17 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 msgid "Time format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "" @@ -12458,49 +15690,49 @@ msgstr "" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +msgid "Time ratio" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +msgid "Time series" +msgstr "" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "" @@ -12511,40 +15743,40 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart (legacy)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 msgid "Time-series Percent Change" msgstr "" @@ -12552,32 +15784,33 @@ msgstr "" msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12585,11 +15818,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12601,105 +15834,136 @@ msgstr "" msgid "Timeout error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 msgid "Tiny" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 msgid "Title is required" msgstr "" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +msgid "Top left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +msgid "Total value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -12707,11 +15971,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -12719,107 +15983,143 @@ msgstr "" msgid "Tree Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 msgid "Tree orientation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +msgid "Truncate Metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Tukey" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "" @@ -12833,77 +16133,90 @@ msgstr "" msgid "UI Configuration" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -12911,129 +16224,141 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 -msgid "Unknown value" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" msgstr "" -#: superset/jinja_context.py:347 -#, python-format -msgid "Unsafe return type for function %(func)s: %(value_type)s" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 +msgid "Unknown value" msgstr "" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:353 #, python-format -msgid "Unsafe template value for key %(key)s: %(value_type)s" +msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 +#: superset/jinja_context.py:380 #, python-format -msgid "Unset Filters (%d)" +msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +msgid "Untitled Dataset" +msgstr "" + +#: superset/views/sql_lab/views.py:148 +msgid "Untitled Query" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" +msgstr "" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "" @@ -13041,71 +16366,117 @@ msgstr "" msgid "Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" msgstr "" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 -msgid "Use Area Proportions" +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" msgstr "" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -msgid "Use Columns" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" msgstr "" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, python-format +msgid "Use %s to open in a new tab." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" + +#: superset/views/database/forms.py:462 +msgid "Use Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." @@ -13115,8 +16486,17 @@ msgstr "" msgid "Use the edit button to change this field" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" @@ -13126,7 +16506,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13136,7 +16516,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13144,24 +16524,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13169,24 +16553,18 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13194,6 +16572,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13201,155 +16580,186 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +msgid "View Dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 -msgid "View in SQL Lab" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 -#, python-format -msgid "View keys & indexes (%s)" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +msgid "View as table" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 -msgid "View query" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 +msgid "View in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 +#, python-format +msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 +msgid "View query" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, python-format msgid "Viewed %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13363,6 +16773,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13375,41 +16791,58 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " "subdivisions (states, provinces, etc) on a choropleth map. Each " @@ -13417,7 +16850,7 @@ msgid "" "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13438,11 +16871,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "" @@ -13450,68 +16883,84 @@ msgstr "" msgid "WED" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13519,86 +16968,122 @@ msgstr "" msgid "Wednesday" msgstr "" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format msgid "Weeks %s" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +msgstr[1] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13607,85 +17092,103 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -13693,164 +17196,171 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -13858,7 +17368,8 @@ msgstr "" msgid "White" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "" @@ -13866,11 +17377,15 @@ msgstr "" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -13879,119 +17394,140 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 msgid "Word Rotation" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +msgid "X-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "" @@ -14003,28 +17539,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14036,35 +17571,66 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +msgid "Y-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format msgid "Years %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14072,91 +17638,121 @@ msgstr "" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "" @@ -14165,195 +17761,294 @@ msgstr "" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "" +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 msgid "You don't have permission to modify the value." msgstr "" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 -msgid "You don't have the rights to alter this title." +#: superset/views/core.py:923 +msgid "You don't have the rights to alter this chart" msgstr "" -#: superset/views/core.py:406 -msgid "You have no permission to approve this request" +#: superset/views/core.py:1097 +msgid "You don't have the rights to alter this dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 -msgid "You have removed this filter." +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 -msgid "You have unsaved changes." +#: superset/views/core.py:929 +msgid "You don't have the rights to create a chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 -msgid "You must pick a name for the new dashboard" +#: superset/views/core.py:1113 +msgid "You don't have the rights to create a dashboard" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset/views/core.py:644 +msgid "You don't have the rights to download as csv" +msgstr "" + +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 +msgid "You have unsaved changes." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Zero imputation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" msgstr "" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14361,22 +18056,20 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 @@ -14384,103 +18077,196 @@ msgstr "" msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +msgid "auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +msgid "change" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 msgid "charts" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +msgid "clear all filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 msgid "count" msgstr "" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +msgid "create" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +msgid "create a new chart" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 msgid "dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +msgid "dataset name" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "" @@ -14493,30 +18279,87 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +msgid "default" +msgstr "" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +msgid "deviation" msgstr "" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "" @@ -14524,34 +18367,69 @@ msgstr "" msgid "dttm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +msgid "entries" +msgstr "" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14577,47 +18455,89 @@ msgstr "" msgid "every month" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +msgid "explore" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +msgid "failed" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +msgid "heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -14627,7 +18547,7 @@ msgstr "" msgid "in" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "" @@ -14645,21 +18565,21 @@ msgstr "" msgid "joined" msgstr "" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 msgid "label" msgstr "" @@ -14683,25 +18603,76 @@ msgstr "" msgid "last year" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 msgid "left" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +msgid "linear" +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +msgid "max" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +msgid "min" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "" @@ -14710,61 +18681,148 @@ msgstr "" msgid "minute(s)" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +msgid "monotone" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +msgid "name" +msgstr "" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +msgid "or" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "pending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +msgid "permalink state not found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -14773,115 +18831,285 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +msgid "quarter" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "running" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +msgid "series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +msgid "square" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +msgid "step-after" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +msgid "success" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 msgid "top" msgstr "" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +msgid "view instructions" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +msgid "viz type" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/es/LC_MESSAGES/messages.json b/superset/translations/es/LC_MESSAGES/messages.json index 71487fc75089d..75ab88b5b94ce 100644 --- a/superset/translations/es/LC_MESSAGES/messages.json +++ b/superset/translations/es/LC_MESSAGES/messages.json @@ -2,2702 +2,4036 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "es" }, - "Home": ["Inicio"], - "Annotation Layers": ["Capas de Anotación"], - "Manage": ["Administrar"], - "Databases": ["Bases de datos"], - "Data": ["Datos"], - "Datasets": ["Conjuntos de datos"], - "Charts": ["Gráficos"], - "Dashboards": ["Dashboards"], - "Plugins": [""], - "CSS Templates": ["Plantillas CSS"], - "Row level security": ["Seguridad a nivel de registros"], - "Security": ["Seguridad"], - "Import Dashboards": ["Importar Dashboards"], - "SQL Editor": ["Editor SQL"], - "SQL Lab": ["Laboratorio SQL"], - "Saved Queries": ["Consultas Guardadas"], - "Query History": ["Historial de la consulta"], - "Upload a CSV": ["Subir un CSV"], - "Upload Excel": ["Subir Excel"], - "Action Log": ["Bitácora de acciones"], - "Dashboard Emails": ["Programar Dashboard"], - "Chart Email Schedules": ["Programar Gráfico"], - "Alerts": ["Alertas"], - "Alerts & Reports": ["Alertas y reportes"], - "Access requests": ["Solicitudes de Acceso"], - "Druid Datasources": ["Fuentes de Datos Druid"], - "Druid Clusters": ["Clusters Druid"], - "Scan New Datasources": ["Escanear Nuevas Fuentes de Datos"], - "Refresh Druid Metadata": ["Actualizar Metadatos Druid"], - "Issue 1000 - The datasource is too large to query.": [ - "Issue 1000 - La fuente de datos es demasiado grande para consultar." - ], - "Issue 1001 - The database is under an unusual load.": [ - "Issue 1001 - La base de datos tiene una carga inusualmente elevada." + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "" ], - "Issue 1002 - The database returned an unexpected error.": [ - "Issue 1002 - La base de datos devolvió un error inesperado." + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" ], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "Issue 1004 - The column was deleted or renamed in the database.": [ - "Issue 1004 - La columna fue eliminada o renombrada en la base de datos." + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": ["!= (No es igual)"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "%(user)s recibió el rol %(role)s que le da acceso a %(datasource)s" ], - "Issue 1005 - The table was deleted or renamed in the database.": [ - "Issue 1005 - La tabla fue eliminada o renombrada en la base de datos." + "%(user)s's profile": ["Perfil de %(user)s"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "" ], - "Issue 1006 - One or more parameters specified in the query are missing.": [ - "Issue 1006 - Faltan uno o más parámetros especificados en la consulta." + "%s Error": ["%s Error"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["%s seleccionados"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s Seleccionados (%s Físico, %s Virtual)" ], - "Invalid certificate": ["Certificado Inválido"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Tipo de retorno inseguro para la función %(func)s: %(value_type)s" + "%s Selected (Physical)": ["%s Seleccionados (Físico)"], + "%s Selected (Virtual)": ["%s Seleccionados (Virtual)"], + "%s aggregates(s)": ["%s aggregación(es)"], + "%s column(s)": ["%s columnas(s)"], + "%s operator(s)": ["%s operador(es)"], + "%s option(s)": ["%s opción(es)"], + "%s saved metric(s)": ["%s métrica(s) guardada(s)"], + "%s%s": [""], + "%s-%s of %s": ["%s-%s de %s"], + "(Removed)": ["(Eliminado)"], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "" ], - "Unsupported return value for method %(name)s": [ - "Valor de retorno no soportado para el método %(name)s" + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valor de plantilla inseguro para la clave %(key)s: %(value_type)s" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Unsupported template value for key %(key)s": [ - "Valor de plantilla no soportado para la clave %(key)s" + ".": [""], + "0 Selected": ["0 Seleccionados"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1 hora"], + "1 minute": ["1 minuto"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 years ago": [""], + "30 days": ["30 días"], + "30 minutes": ["30 minutos"], + "30 seconds": ["30 segundos"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minutes": ["5 minutos"], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": ["60 días"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90 días"], + ":": [""], + "< (Smaller than)": ["< (Menor que)"], + "<= (Smaller or equal)": ["<= (Menor o igual)"], + "": [""], + "== (Is equal)": ["== (Igual)"], + "> (Larger than)": ["> (mayor que)"], + ">= (Larger or equal)": [">= (Mayor o igual)"], + "A comma separated list of columns that should be parsed as dates.": [ + "Una lista separada por comas de columnas que deben ser parseadas como fechas." ], - "Only `SELECT` statements are allowed against this database": [ - "Solo las consultas `SELECT` están permitidas en esta base de datos" + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "A handlebars template that is applied to the data": [""], + "A human-friendly name": ["Un nombre legible para personas"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "Viz is missing a datasource": ["Falta una fuente de datos"], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "A map of the world, that can indicate values in different countries.": [ "" ], - "From date cannot be larger than to date": [ - "La fecha de inicio no puede ser posterior a la fecha final" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Cached value not found": ["Valor no encontrado en memoria caché"], - "Columns missing in datasource: %(invalid_columns)s": [ - "La fuente de datos no tiene las columnas: %(invalid_columns)s" + "A metric to use for color": ["Una métrica para usar para el color."], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "Table View": ["Vista de Tabla"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ - "No puedes usar [Columns] en combinación con [Group By]/[Metrics]/[Percentage Metrics]. Por favor elige una u otra." + "A readable URL for your dashboard": [ + "Una URL amigable para el dashboard" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'" + "A reference to the [Time] configuration, taking granularity into account": [ + "Una referencia a la configuración [Tiempo], teniendo en cuenta la granularidad." ], - "Time Table View": ["Vista de Tabla Temporal"], - "Pick at least one metric": ["Elige al menos una métrica"], - "When using 'Group By' you are limited to use a single metric": [ - "Cuando usas 'Group By', estás limitado a una sola métrica" + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "" ], - "Pivot Table": ["Tabla Dinámica"], - "Please choose at least one 'Group by' field ": [ - "Por favor elige al menos un campo en 'Group by'" + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Please choose at least one metric": [ - "Por favor elige al menos una métrica" + "A valid color scheme is required": [ + "Un esquema de colores válido es requerido" ], - "Group By' and 'Columns' can't overlap": [ - "'Group By' y 'Columns' no pueden solaparse" + "APPLY": ["APPLICAR"], + "APR": ["ABR"], + "AQE": ["AQE"], + "AUG": ["AGO"], + "AXIS TITLE MARGIN": [""], + "About": [""], + "Access": ["Acceso"], + "Access requests": ["Solicitudes de Acceso"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": ["Se ha solicitado Acceso"], + "Action": ["Acción"], + "Action Log": ["Bitácora de acciones"], + "Actions": ["Acciones"], + "Active": ["Activo"], + "Actual time range": ["Rango de tiempo actual"], + "Add": ["Agregar"], + "Add CSS Template": ["Añadir Plantilla CSS"], + "Add CSS template": ["Cargar una plantilla CSS"], + "Add Chart": ["Añadir Gráfico"], + "Add Column": ["Añadir Columna"], + "Add Dashboard": ["Añadir Dashboard"], + "Add Database": ["Añadir Base de Datos"], + "Add Log": ["Agregar Registro"], + "Add Metric": ["Añadir Métrica"], + "Add Row level security filter": [ + "Añadir filtro de seguridad de nivel de fila" ], - "Treemap": ["Mapa de Árbol"], - "Calendar Heatmap": ["Mapa de Calor de Calendario"], - "Bubble Chart": ["Gráfico de Burbujas"], - "Please use 3 different metric labels": [ - "Por favor especifica 3 etiquetas de métrica distintas" + "Add Saved Query": ["Añadir Consulta Guardada"], + "Add a Plugin": ["Añadir Columna"], + "Add a new tab to create SQL Query": [""], + "Add annotation": ["Añadir anotación"], + "Add annotation layer": ["Capas de Anotación"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Pick a metric for x, y and size": [ - "Elige una métrica para 'x', 'y' y 'tamaño'" + "Add delivery method": ["Agregar método de entrega"], + "Add filter": ["Añadir filtro"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Bullet Chart": ["Gráfico de Puntos"], - "Pick a metric to display": ["Elige qué métrica 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": [ - "Elige una granularidad de tiempo para tus series temporales." + "Add filters and dividers": [""], + "Add item": ["Añadir elemento"], + "Add metric": ["Añadir Métrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": ["Agregar método de notificación"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add to dashboard": ["Añadir a un nuevo Dashboard"], + "Added": ["Añadido"], + "Additional fields may be required": [""], + "Additional information": ["Información adicional"], + "Additional text to add before or after the value, e.g. unit": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Avanzado"], + "Advanced analytics": ["Analíticos Avanzadas"], + "Aesthetic": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "Time Series - Multiple Line Charts": [ - "Serie temportal - Gráfico de múltiples líneas" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "Time Series - Dual Axis Line Chart": [ - "Serie Temporal - Gráfico de líneas de doble eje" + "Alert Triggered, In Grace Period": [ + "Alerta disparada, en periodo de gracia" ], - "Pick a metric for left axis!": [ - "Elige una métrica para el eje izquierdo!" + "Alert condition": ["Probar Conexión"], + "Alert condition schedule": ["Probar Conexión"], + "Alert ended grace period.": ["La alerta terminó el periodo de gracia."], + "Alert failed": ["Alerta fallida"], + "Alert fired during grace period.": [ + "La alerta saltó durante el periodo de gracia." ], - "Pick a metric for right axis!": [ - "Elige una métrica para el eje derecho!" + "Alert found an error while executing a query.": [ + "La alerta encontró un error al ejecutar una consulta." ], - "Please choose different metrics on left and right axis": [ - "Por favor, elige diferentes métricas en el eje izquierdo y derecho" + "Alert name": ["Nombre de la alerta"], + "Alert on grace period": ["Alerta durante el periodo de gracia"], + "Alert query returned a non-number value.": [ + "La consulta de alerta devolvió un valor no numérico." ], - "Time Series - Bar Chart": ["Serie Temporal - Gráfico de Barras"], - "Time Series - Period Pivot": ["Serie Temporal - Pivote de periodo"], - "Time Series - Percent Change": ["Serie Temporal - Cambio Porcentual"], - "Time Series - Stacked": ["Serie Temporal - Apiladas"], - "Histogram": ["Histograma"], - "Must have at least one numeric column specified": [ - "Debe especificarse al menos una columna numérica" + "Alert query returned more than one column.": [ + "La consulta de alerta devolvió más de una columna." ], - "Distribution - Bar Chart": ["Distribución - Gráfico de Barra"], - "Can't have overlap between Series and Breakdowns": [ - "No puede haber solapamiento entre Series y Distribuciones" + "Alert query returned more than one column. %s columns returned": [ + "La consulta de alerta devolvió más de una columna. %s columnas devueltas" ], - "Pick at least one field for [Series]": [ - "Elige al menos un campo para [Series]" + "Alert query returned more than one row.": [ + "La consulta de alerta devolvió más de una fila." ], - "Sunburst": [""], - "Sankey": [""], - "Pick exactly 2 columns as [Source / Target]": [ - "Elige exactamente 2 columnas como [Origen / Destino]" + "Alert query returned more than one row. %s rows returned": [ + "La consulta de alerta devolvió más de una fila. %s filas devueltas" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "Hay un bucle en tu Sankey, por favor proporciona un árbol. Aquí hay un enlace defectuoso: {}" + "Alert running": ["Ejecución de alerta"], + "Alert triggered, notification sent": [ + "Alerta disparada, notificación enviada" ], - "Directed Force Layout": ["Disposición Dirigida Forzado"], - "Pick exactly 2 columns to 'Group By'": [ - "Elige exactamente 2 columnas en 'Group By'" + "Alert validator config error.": [ + "Error de configuración del validador de alertas." ], - "Country Map": ["Mapa de País"], - "World Map": ["Mapa Mundial"], - "Filters": ["Filtros"], - "Invalid filter configuration, please select a column": [ - "Configuración de filtro invalido, por favor selecciona una columna" + "Alerts": ["Alertas"], + "Alerts & Reports": ["Alertas y reportes"], + "Alerts & reports": ["Alertas e informes"], + "Align +/-": [""], + "All": [""], + "All Text": ["Todo el Texto"], + "All charts": ["Todos los gráficos"], + "All filters": ["Todos los filtros"], + "All filters (%(filterCount)d)": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir la opción CREAR TABLA COMO en el laboratorio SQL" ], - "Parallel Coordinates": ["Coordenadas Paralelas"], - "Heatmap": ["Mapa de Calor"], - "Horizon Charts": ["Gráficos de Horizonte"], - "Mapbox": [""], - "[Longitude] and [Latitude] must be set": [ - "Deben especificarse [Longitud] y [Latitud]" + "Allow CREATE VIEW AS": ["Permitir CREATE VIEW AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitie opción CREATE VIEW AS en el laboratorio SQL" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Debe tener una columna [Group By] para tener 'count' como [Etiqueta]" + "Allow Csv Upload": ["Permitir carga de CSV"], + "Allow DML": ["Permitir DML"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": ["Permitir manipulación de datos"], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "Choice of [Label] must be present in [Group By]": [ - "La opción de [Etiqueta] debe estar presente en [Group By]" + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "La opción de [Radio de Puntos] debe estar presente en [Group By]" + "Allow multiple selections": ["Permitir selección múltiple"], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Permitir que los usuarios ejecuten instrucciones que no sean SELECT (UPDATE, DELETE, CREATE, ...) en el laboratorio SQL" ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "Las columnas [Longitud] y [Latitud] deben estar presentes en [Group By]" + "Allowed Domains (comma separated)": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" ], - "Deck.gl - Multiple Layers": ["Deck.gl - Capas Múltiples"], - "Bad spatial key": ["Clave espacial errónea"], - "Invalid spatial point encountered: %s": [ - "Punto espacial inválido encontrado: %s" + "Altered": ["Modificado"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Se encontró una entrada espacial NULL inválida, por favor considera filtrar esas entradas" + "An engine must be specified when passing individual parameters to a database.": [ + "" ], - "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": ["Flujo de Eventos"], - "Time Series - Paired t-test": ["Serie Temporal - Prueba-T Emparejada"], - "Time Series - Nightingale Rose Chart": [ - "Serie Temporal - Gráfico de Nightingale Rose" + "An error has occurred": ["Ha ocurrido un error"], + "An error occurred": ["Se produjo un error"], + "An error occurred saving dataset": [ + "Se produjo un error al crear el origen de datos" ], - "Partition Diagram": ["Partición de diagrama"], - "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [ - "Elige al menos campos en [Agrupar Por] y [Metricas] y/o [Metricas de Porcentage], o [Columnas], pero no ambas" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "" ], - "Box Plot": ["Diagrama de Caja"], - "Distribution - NVD3 - Pie Chart": [ - "Distribución - NVD3 - Gráfico Circular" + "An error occurred while creating the data source": [ + "Se produjo un error al crear el origen de datos" ], - "iFrame": [""], - "Deleted %(num)d annotation layer": [ - "", - "Deleted %(num)d annotation layers" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "" ], - "All Text": ["Todo el Texto"], - "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], - "End date must be after start date": [ - "La fecha de inicio no puede ser superior a la de fin" + "An error occurred while fetching available CSS templates": [ + "Ha ocurrido un error cargando los CSS disponibles" ], - "Short description must be unique for this layer": [ - "La descripción corta debe ser única para esta capa" + "An error occurred while fetching chart created by values: %s": [ + "Se produjo un error al obtener los valores de los creadores de gráfico: %s" ], - "Annotations could not be deleted.": [ - "Las anotaciones no han podido eliminarse." + "An error occurred while fetching chart owners values: %s": [ + "Se produjo un error al obtener los valores de los propietarios de gráfico: %s" ], - "Annotation not found.": ["Anotaciones"], - "Annotation parameters are invalid.": [ - "Los parametros del Gráfico son invalidos" + "An error occurred while fetching created by values: %s": [ + "Se produjo un error al obtener los valores creados por: %s" ], - "Annotation could not be created.": ["El Gráfico no ha podido crearse"], - "Annotation could not be updated.": ["El Gráfico no ha podido guardarse"], - "Annotation delete failed.": ["Capas de Anotación"], - "Annotation layer parameters are invalid.": [ - "Los parametros del Gráfico son invalidos" + "An error occurred while fetching dashboard created by values: %s": [ + "Se produjo un error al obtener los valores de los dashboards creados por: %s" ], - "Annotation layer could not be deleted.": [ - "El Gráfico no ha podido eliminarse" + "An error occurred while fetching dashboard owner values: %s": [ + "Se produjo un error al obtener los valores del propietario de los dashboards: %s" ], - "Annotation layer could not be created.": [ - "El Gráfico no ha podido crearse" + "An error occurred while fetching dashboards": [ + "Se produjo un error al crear el origen de datos" ], - "Annotation layer could not be updated.": [ - "El Gráfico no ha podido guardarse" + "An error occurred while fetching dashboards: %s": [ + "Se produjo un error al obtener los dashboards: %s" ], - "Annotation layer not found.": ["Capas de Anotación"], - "Annotation layer delete failed.": ["Capas de Anotación"], - "Annotation layer has associated annotations.": [ - "La capa de anotación tiene anotaciones asociadas" + "An error occurred while fetching database related data: %s": [ + "Se produjo un error al obtener los datos relacionados con la base de datos: %s" ], - "Name must be unique": ["El nombre debe ser único"], - "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], - "Request is not JSON": ["La petición no es JSON"], - "Request is incorrect: %(error)s": ["Petición incorrecta: %(error)s"], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` debe ser un número entre 0 y 1 (exclusivo)" + "An error occurred while fetching database values: %s": [ + "Ha ocurrido un error cargando valores de la base de datos: %s" ], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "el percentil inferior debe ser mayor que 0 y menor que 100. Debe ser menor que el percentil superior." + "An error occurred while fetching dataset datasource values: %s": [ + "Se produjo un error al obtener los valores de la fuente de datos: %s" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "el percentil superior debe ser mayor que 0 y menor que 100. Debe ser mayor que el percentil inferior." + "An error occurred while fetching dataset owner values: %s": [ + "Se produjo un error al obtener los valores del propietario del conjunto de datos: %s" ], - "`width` must be greater or equal to 0": [ - "`width` debe ser mayor o igual a 0" + "An error occurred while fetching dataset related data": [ + "Se produjo un error al obtener datos relacionados con el conjunto de datos" ], - "`row_limit` must be greater than or equal to 1": [ - "`row_limit` debe ser mayor o igual a 1" + "An error occurred while fetching dataset related data: %s": [ + "Se produjo un error al obtener datos relacionados con el conjunto de datos: %s" ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` debe ser mayor o igual a 0" + "An error occurred while fetching datasets: %s": [ + "Se produjo un error al obtener conjuntos de datos: %s" ], - "There are associated alerts or reports: %s,": [ - "Hay alertas o informes asociados: %s," + "An error occurred while fetching schema values: %s": [ + "Se produjo un error al obtener valores de esquema: %s" ], - "Database does not exist": ["La base de datos no existe"], - "Dashboards do not exist": ["El dashboard no existe"], - "Datasource type is required when datasource_id is given": [ - "El tipo de fuente de datos es necesario cuando se especifica un `datasource_id`" + "An error occurred while fetching tab state": [ + "Se produjo un error al recuperar el estado de la pestaña" ], - "Chart parameters are invalid.": [ - "Los parametros del Gráfico son invalidos" + "An error occurred while fetching table metadata": [ + "Se produjo un error al recuperar los metadatos de la tabla" ], - "Chart could not be created.": ["El Gráfico no ha podido crearse"], - "Chart could not be updated.": ["El Gráfico no ha podido guardarse"], - "Chart could not be deleted.": ["El Gráfico no ha podido eliminarse"], - "There are associated alerts or reports": [ - "Hay alertas o informes asociados" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "" ], - "Changing this chart is forbidden": [ - "No esta permitido modificar este Gráfico" + "An error occurred while loading the SQL": [ + "Ocurrió un error al cargar SQL" ], - "Charts could not be deleted.": ["Los Gráficos no han podido eliminarse"], - "Import chart failed for an unknown reason": [ - "Importar el gráfico falló por una razón desconocida" + "An error occurred while pruning logs ": [ + "Se produjo un error al limpiar los registros" ], - "Owners are invalid": ["Los propietarios son invalidos"], - "Dataset does not exist": ["La fuente no existe"], - "`operation` property of post processing object undefined": [ - "La propiedad `operation` del objeto de post-procesamiento no está definida" + "An error occurred while removing query. Please contact your administrator.": [ + "" ], - "Unsupported post processing operation: %(operation)s": [ - "Operación de post-procesamiento no soportada: %(operation)s" + "An error occurred while removing tab. Please contact your administrator.": [ + "" ], - "Adding new datasource [{}]": [ - "Añadiendo [{}] como nueva fuente de datos" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "" ], - "Refreshing datasource [{}]": ["Actualizando la fuente de datos [{}]"], - "Metric(s) {} must be aggregations.": [ - "La(s) métrica(s) {} tiene que ser agregaciones" + "An error occurred while rendering the visualization: %s": [ + "Ocurrió un error al crear la visualización: %s" ], - "Unsupported extraction function: ": [ - "Función de extracción no soportada: " + "An error occurred while setting the active tab. Please contact your administrator.": [ + "" ], - "Columns": ["Columnas"], - "Show Druid Column": ["Mostrar Columna Druid"], - "Add Druid Column": ["Añadir Columna Druid"], - "Edit Druid Column": ["Editar Columna Druid"], - "Column": ["Columna"], - "Type": ["Tipo"], - "Datasource": ["Fuente de datos"], - "Groupable": ["Agrupable"], - "Filterable": ["Filtrable"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Si esta columna está expuesta en la sección `Filtros` de la vista de exploración." + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "" ], - "Metrics": ["Métricas"], - "Show Druid Metric": ["Mostrar Métrica Druid"], - "Add Druid Metric": ["Añadir Métricas Druid"], - "Edit Druid Metric": ["Editar Métricas Druid"], - "Metric": ["Métrica"], - "Description": ["Descripción"], - "Verbose Name": ["Nombre detallado"], - "JSON": [""], - "Druid Datasource": ["Fuente de datos Druid"], - "Warning Message": ["Mensaje de Aviso"], - "Show Druid Cluster": ["Mostrar Cluster Druid"], - "Add Druid Cluster": ["Añadir Cluster Druid"], - "Edit Druid Cluster": ["Editar Cluster Druid"], - "Cluster Name": [""], - "Broker Host": ["Host Broker"], - "Broker Port": ["Puerto Broker"], - "Broker Username": ["Nombre de usuario de Broker"], - "Broker Password": ["Contraseña de Broker"], - "Broker Endpoint": ["Endpoint de Broker"], - "Cache Timeout": ["Tiempo máximo de memoria caché"], - "Metadata Last Refreshed": ["Última actualización de metadatos"], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "An error occurred while setting the tab database ID. Please contact your administrator.": [ "" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "An error occurred while setting the tab schema. Please contact your administrator.": [ "" ], - "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 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'": [ + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "" ], - "Timezone offset (in hours) for this datasource": [ - "Desplazamiento de zona horaria (en horas) para esta fuente de datos" + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" ], - "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": [ - "Expresión de tiempo para usar como predicado al recuperar valores distintos para rellenar el componente de filtro. Solo se aplica cuando `Habilitar selección de filtro` está activado. Si ingresas `7 days ago`, la lista de valores en el filtro se completará en función del valor de la semana pasada" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" ], - "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": [ - "Si rellenar el menú desplegable del filtro en la sección de filtros de la vista de exploración con una lista de valores distintos obtenidos desde el backend sobre la marcha" + "An unknown error occurred. Please contact your Superset administrator": [ + "Se produjo un error desconocido. Por favor, contacta con tu administrador de Superset" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Redirige a este putno al hacer clic en la fuente de datos de la lista de fuentes de datos" + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["Anotación"], + "Annotation Layers": ["Capas de Anotación"], + "Annotation could not be created.": ["El Gráfico no ha podido crearse"], + "Annotation could not be updated.": ["El Gráfico no ha podido guardarse"], + "Annotation delete failed.": ["Capas de Anotación"], + "Annotation layer": ["Capa de Anotación"], + "Annotation layer could not be created.": [ + "El Gráfico no ha podido crearse" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "" + "Annotation layer could not be deleted.": [ + "El Gráfico no ha podido eliminarse" ], - "Associated Charts": ["Gráficos asociados"], - "Data Source": ["Fuente de Datos"], - "Cluster": ["Cluster"], - "Owners": ["Propietarios"], - "Is Hidden": ["Está Escondida"], - "Enable Filter Select": ["Habilitar selección de filtro"], - "Default Endpoint": ["Endpoint predeterminado"], - "Time Offset": ["Desplazamiento de tiempo"], - "Datasource Name": ["Nombre de la Fuente de Datos"], - "Fetch Values From": ["Obtener Valores De"], - "Changed By": ["Cambiado por"], - "Modified": ["Modificado"], - "Refreshed metadata from cluster [{}]": [ - "Metadatos refrescados desde el cluster [{}]" + "Annotation layer could not be updated.": [ + "El Gráfico no ha podido guardarse" ], - "Only `SELECT` statements are allowed": [ - "Solo las consultas `SELECT` estan permitidas en esta base de datos" + "Annotation layer delete failed.": ["Capas de Anotación"], + "Annotation layer has associated annotations.": [ + "La capa de anotación tiene anotaciones asociadas" ], - "Only single queries supported": [ - "Solo consultas sencillas están soportadas" + "Annotation layer name": ["Nombre de la capa de anotación"], + "Annotation layer not found.": ["Capas de Anotación"], + "Annotation layer parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Error en la expresión jinja en el predicado de obtener valores: %(msg)s" + "Annotation layer type": ["Capas de Anotación"], + "Annotation layers": ["Capas de Anotación"], + "Annotation layers are still loading.": [""], + "Annotation name": ["Nombre de la anotación"], + "Annotation not found.": ["Anotaciones"], + "Annotation parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "Error in jinja expression in FROM clause: %(msg)s": [ - "Error en la expresión jinja en la cláusula FROM: %(msg)s" + "Annotations and layers": ["Anotaciones y capas"], + "Annotations could not be deleted.": [ + "Las anotaciones no han podido eliminarse." ], - "Virtual dataset query cannot consist of multiple statements": [ - "La consulta de conjunto virtual no puede consistir de varias consultas" + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "" ], - "Virtual dataset query must be read-only": [ - "La consulta de conjunto virtual debe ser de solo lectura" + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Error en la expresión jinja en los filtros RLS: %(msg)s" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" ], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "No se ha proporcionado una columna de fecha y hora y es requerida por este tipo de gráfico" + "Append": ["Agregar"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "" ], - "Empty query?": ["¿Consulta vacía?"], - "Metric '%(metric)s' does not exist": [ - "La métrica '%(metric)s' no existe" + "Apply": ["Aplicar"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply to all panels": ["Aplicar a todos los páneles"], + "Apply to specific panels": ["Aplicar a páneles específicos"], + "April": ["Abril"], + "Are you sure you want to cancel?": [ + "¿Estas seguro de que quieres guardar y aplicar los cambios?" ], - "Invalid filter operation type: %(op)s": [ - "Tipo de operación de filtrado inválida: %(op)s" + "Are you sure you want to delete": ["onfirma que quieres eliminar"], + "Are you sure you want to delete the selected %s?": [ + "¿Está seguro de que desea eliminar los %s seleccionados?" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Error en la expresión jinja en la cláusula WHERE: %(msg)s" + "Are you sure you want to delete the selected annotations?": [ + "¿Estas seguro de que quieres guardar y aplicar los cambios?" ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Error en la expresión jinja en la cláusula HAVING: %(msg)s" + "Are you sure you want to delete the selected charts?": [ + "¿Estas seguro de que quieres eliminar los gráficos seleccionados?" ], - "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": [ - "Si hacer que esta columna esté disponible como una opción [Time Granularity], la columna debe ser DATETIME o DATETIME-like" + "Are you sure you want to delete the selected dashboards?": [ + "¿Estas seguro de que quieres eliminar los dashboards seleccionados?" ], - "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.": [ - "El tipo de datos que fue inferido por la base de datos. Puede ser necesario ingresar un tipo manualmente para columnas definidas por expresión. En la mayoría de los casos, los usuarios no deberían necesitar alterar esto." + "Are you sure you want to delete the selected datasets?": [ + "¿Está seguro de que desea eliminar los conjuntos de datos seleccionados?" ], - "Table": ["Tabla"], - "Expression": ["Expresión"], - "Is temporal": ["Es temporal"], - "Datetime Format": ["Formato FechaHora"], - "Invalid date/timestamp format": ["Formato de fecha/hora inválido"], - "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"], - "Extra": ["Extra"], - "Row level security filter": ["Filtro de seguridad de nivel de fila"], - "Show Row level security filter": [ - "Mostrar filtro de seguridad de nivel de fila" + "Are you sure you want to delete the selected layers?": [ + "¿Estas seguro de que quieres eliminar las capas seleccionadas?" ], - "Add Row level security filter": [ - "Añadir filtro de seguridad de nivel de fila" + "Are you sure you want to delete the selected queries?": [ + "¿Estás seguro de que quieres eliminar las consultas seleccionadas?" ], - "Edit Row level security filter": [ - "Editar filtro de seguridad de nivel de fila" + "Are you sure you want to delete the selected templates?": [ + "¿Estas seguro de que quieres eliminar las plantillas seleccionadas?" ], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ - "" + "Are you sure you want to proceed?": ["¿Seguro que quieres proceder?"], + "Are you sure you want to save and apply changes?": [ + "¿Estas seguro de que quieres guardar y aplicar los cambios?" ], - "These are the tables this filter will be applied to.": [ - "Estas son las tablas a las que se aplicará este filtro." + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" ], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Associated Charts": ["Gráficos asociados"], + "Async Execution": ["Ejecución Asincrónica"], + "Asynchronous query execution": ["Ejecución asíncrona de consultas"], + "August": ["Agosto"], + "Auto Zoom": [""], + "Autocomplete filters": ["Autocompletar filtros"], + "Autocomplete query predicate": ["Autocompletar predicado de consulta"], + "Automatic Color": [""], + "Available sorting modes:": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": ["Backend"], + "Bad spatial key": ["Clave espacial errónea"], + "Bar": [""], + "Base layer map style": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": ["Básico"], + "Basic information": ["Información Basica"], + "Batch editing %d filters:": ["Editando %d filtros simultáneamente:"], + "Battery level over time": [""], + "Be careful.": ["Se precavido."], + "Big Number": ["Número Grande"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Número Grande con Línea de Tendencia"], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom to Top": [""], + "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.": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Bounds for the 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.": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Box Plot": ["Diagrama de Caja"], + "Bubble Chart": ["Gráfico de Burbujas"], + "Bubble size": ["Tamaño burbuja"], + "Bucket break points": [""], + "Build": [""], + "Bulk select": ["Selección múltiple"], + "Bullet Chart": ["Gráfico de Puntos"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ "" ], - "Tables": ["Tablas"], - "Roles": ["Roles"], - "Clause": ["Cláusula"], - "Creator": ["Creador"], - "Show Table": ["Mostrar Tabla"], - "Import a table definition": ["Importar definición de tabla"], - "Edit Table": ["Esitar Tabla"], - "Name of the table that exists in the source database": [ - "Nombre de la tabla que existe en la fuente de datos." + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": ["CANCELAR"], + "CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "CREATE VIEW AS": ["Permitir CREATE TABLE AS"], + "CREATE VIEW statement": ["Instrucción CREATE VIEW"], + "CRON expression": ["Expresión CRON"], + "CSS": ["CSS"], + "CSS Styles": [""], + "CSS Templates": ["Plantillas CSS"], + "CSS applied to the chart": [""], + "CSS template": ["Plantillas CSS"], + "CSS template could not be deleted.": [ + "El Gráfico no ha podido eliminarse" ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Esquema, tal como se utiliza solo en algunas bases de datos como Postgres, Redshift y DB2" + "CSS template name": ["Nombre de plantilla CSS"], + "CSS template not found.": ["Plantillas CSS"], + "CSS templates": ["Plantillas CSS"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Este campo actúa como una vista de Superset, lo que significa que Superset ejecutará una consulta en esta cadena como una subconsulta." + "CSV to Database configuration": ["Configuración de CSV a base de datos"], + "CSV upload": ["Subida de archivos CSV"], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "El predicado aplicado al obtener un valor distinto para rellenar el componente de control de filtro. Soporta la sintaxis de la plantilla jinja. Se aplica solo cuando `Habilitar selección de filtro` está activado." + "CTAS Schema": ["Esquema CTAS"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" ], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Redirige a este punto al hacer clic en la tabla de la lista de tablas" + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": ["Tiempo máximo de memoria caché"], + "Cache Timeout (seconds)": ["Tiempo de espera de caché (segundos)"], + "Cache timeout": ["Tiempo de espera de caché"], + "Cached %s": ["En cache %s"], + "Cached value not found": ["Valor no encontrado en memoria caché"], + "Calculated column [%s] requires an expression": [ + "Columna calculada [%s] requiere una expresión" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "" + "Calculated columns": ["Columnas calculadas"], + "Calculation type": ["Tipo de Cálculo"], + "Calendar Heatmap": ["Mapa de Calor de Calendario"], + "Can not move top level tab into nested tabs": [""], + "Can't have overlap between Series and Breakdowns": [ + "No puede haber solapamiento entre Series y Distribuciones" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ + "Cancel": ["Cancelar"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell content": ["Contenido de la celda"], + "Certification details": [""], + "Certified by": ["Certificado por"], + "Certified by %s": ["Certidicado por %s"], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Cambiado por"], + "Changed on": ["Cambiado el"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "Database": ["Base de datos"], - "Last Changed": ["Último cambio"], - "Schema": ["Esquema"], - "Offset": ["Desplazamiento"], - "Table Name": ["Nombre Tabla"], - "Fetch Values Predicate": ["Predicado Obtención de Valores"], - "Main Datetime Column": ["Columna principal de fecha y hora"], - "SQL Lab View": ["Vista de Laboratorio SQL"], - "Template parameters": ["Parametros de plantilla"], - "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.": [ + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ "" ], - "Refresh Metadata": ["Refrescar Metadatos"], - "Refresh column metadata": ["Refrescar metadatos de columna"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metadatos actualizados para la(s) siguiente(s) tabla(s): %(tables)s" - ], - "The following tables added new columns: %(tables)s": [ - "Las siguientes tablas añadieron nuevas columnas: %(tables)s" + "Changing this Dashboard is forbidden": [ + "Cambiar este Dashboard está prohibido" ], - "The following tables removed columns: %(tables)s": [ - "Las siguientes tablas eliminaron columnas: %(tables)s" + "Changing this chart is forbidden": [ + "No esta permitido modificar este Gráfico" ], - "The following tables update column metadata: %(tables)s": [ - "Las siguientes tablas actualizaron metadatos de columna: %(tables)s" + "Changing this control takes effect instantly": [ + "Los aambios en este control surten efecto de inmediato" ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "No se pudieron refrescar los metadatos para la(s) siguiente(s) tabla(s): %(tables)s" + "Changing this dataset is forbidden": [ + "No está permitido cambiar este conjunto de datos" ], - "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], - "CSS template could not be deleted.": [ - "El Gráfico no ha podido eliminarse" + "Changing this report is forbidden": [ + "No está permitido cambiar este informe" ], - "CSS template not found.": ["Plantillas CSS"], - "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], - "Title or Slug": ["Título o Slug"], - "Must be unique": ["Debe ser único"], - "Dashboard parameters are invalid.": [ - "Parámetros de Dashboard inválidos." + "Character to interpret as decimal point.": [ + "Caracter que interpreta como punto decimal." ], - "Dashboard not found.": ["Dashboard no encontrado."], - "Dashboard could not be created.": ["El Dashboard no pudo ser creado."], - "Dashboards could not be deleted.": [ - "Los Dashboards no pudieron ser eliminados." + "Chart": ["Gráfico"], + "Chart %(id)s not found": ["Gráfico %(id)s no encontrado"], + "Chart Cache Timeout": [""], + "Chart ID": ["ID de gráfico"], + "Chart [{}] has been overwritten": [ + "El gráfico [{}] ha sido sobreescrito" ], - "Dashboard could not be updated.": [ - "El Dashboard no pudo ser actualizado." + "Chart [{}] has been saved": ["El gráfico [{}] ha sido guardado"], + "Chart [{}] was added to dashboard [{}]": [ + "El gráfico [{}] ha sido añadido al dashboard [{}]" ], - "Dashboard could not be deleted.": [ - "El Dashboard no pudo ser eliminado." + "Chart cache timeout": ["Tiempo de espera de caché"], + "Chart changes": ["El Gráfico ha cambiado"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" ], - "Changing this Dashboard is forbidden": [ - "Cambiar este Dashboard está prohibido" + "Chart could not be created.": ["El Gráfico no ha podido crearse"], + "Chart could not be deleted.": ["El Gráfico no ha podido eliminarse"], + "Chart could not be updated.": ["El Gráfico no ha podido guardarse"], + "Chart does not exist": ["La base de datos no existe"], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart name": ["El Gráfico ha cambiado"], + "Chart parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "Import dashboard failed for an unknown reason": [ - "Importar el Dashboard falló por una razón desconocida" + "Chart type": ["Tipo de dato"], + "Chart type requires a dataset": [""], + "Charts": ["Gráficos"], + "Charts could not be deleted.": ["Los Gráficos no han podido eliminarse"], + "Check for sorting ascending": [ + "Selecciona para ordenar de forma ascendente" ], - "No data in file": ["No hay datos en el archivo"], - "Table name undefined": ["Nombre de tabla indefinido"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "SQLite database cannot be used as a data source for security reasons.": [ - "La base de datos SQLite no puede ser usada como fuente de datos por razones de seguridad." + "Check out this chart in dashboard:": [""], + "Check out this chart: ": [""], + "Check out this dashboard: ": [""], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Marcar para aplicar filtros instantáneamente cuando cambian en vez de mostrar el botón [Aplicar]" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "El campo no puede ser decodificado por JSON. %(msg)s" + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [ + "Marcar para incluir la columna de tiempo en la caja de selección" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "" + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [ + "La opción de [Etiqueta] debe estar presente en [Group By]" ], - "Database parameters are invalid.": [ - "Los parametros del Gráfico son invalidos" + "Choice of [Point Radius] must be present in [Group By]": [ + "La opción de [Radio de Puntos] debe estar presente en [Group By]" ], - "A database with the same name already exists": [ - "La fuente de datos %(name)s ya existe" + "Choose File": ["Seleccionar archivo"], + "Choose a chart or dashboard not both": [ + "Elija un gráfico o un dashboard, no ambos" ], - "Field is required": ["El campo es obligatorio"], - "Field cannot be decoded by JSON. %{json_error}s": [ - "El campo no puede ser decodificado como JSON. %{json_error}s" + "Choose a dataset": ["Selecciona una base de datos"], + "Choose a metric for right axis": [ + "Elige una métrica para el eje derecho" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the annotation layer type": ["Capas de Anotación"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "Database not found.": ["La base de datos no existe"], - "Database could not be created.": ["El Gráfico no ha podido crearse"], - "Database could not be updated.": ["El Gráfico no ha podido guardarse"], - "Connection failed, please check your connection settings": [ - "La conexión ha fallado, por favor verifique sus ajustes de conexión" + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" ], - "Cannot delete a database that has tables attached": [ - "No se puede eliminar una base de datos que tiene tablas adjuntas" + "Clause": ["Cláusula"], + "Clear": ["Limpiar"], + "Clear all": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "Database could not be deleted.": [ - "La base de datos no han podido ser eliminada." + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" ], - "Stopped an unsafe database connection": [ - "Se ha detenido una conexión insegura a la base de datos" + "Click the lock to make changes.": [ + "CLick en el candado para poder realizar cambios." ], - "Could not load database driver": [ - "No se ha podido cargar el controlador de la base de datos" + "Click the lock to prevent further changes.": [ + "Click sobre el candado para prevenir futuros cambios." ], - "Unexpected error occurred, please check your logs for details": [ - "Se ha producido un error inesperado, por favor verifique los registros para más detalles" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" ], - "Import database failed for an unknown reason": [ - "Importar la base de datos falló por una razón desconocida" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" ], - "Could not load database driver: {}": [ - "No se ha podido cargar el controlador de la base de datos: {}" + "Click to cancel sorting": [""], + "Click to edit": ["Click para editar"], + "Click to favorite/unfavorite": ["Haz clic para favorito/no favorito"], + "Click to force-refresh": ["Haga clic para forzar la actualización"], + "Click to see difference": [""], + "Close": ["Cerrar"], + "Close all other tabs": ["Cerrar las demás pestañas"], + "Close tab": ["Cerrar pestaña"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": ["Código"], + "Collapse all": ["Contraer todo"], + "Color": ["Color"], + "Color +/-": [""], + "Color bounds": [""], + "Color metric": ["Métrica de Color"], + "Color scheme": ["Esquema de Color"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "Deleted %(num)d dataset": [ - "Selecciona una base de datos", - "Selecciona una base de datos" + "Colors": ["Colores"], + "Column": ["Columna"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" ], - "Null or Empty": ["Nulo o Vacío"], - "Database not allowed to change": ["La base de datos no puede cambiar"], - "One or more columns do not exist": ["Una o más columnas no existen"], - "One or more columns are duplicated": [ - "Una o más columnas están duplicadas" + "Column Label(s)": ["Etiqueta(s) de columna"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" ], - "One or more columns already exist": ["Una o más columnas ya existen"], - "One or more metrics do not exist": ["Una o más métricas no existen"], - "One or more metrics are duplicated": [ - "Una o más métricas están duplicadas" + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" ], - "One or more metrics already exist": ["Una o más métricas ya existen"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "Dataset parameters are invalid.": [ - "Los parametros del conjunto de datos son inválidos." + "Column name [%s] is duplicated": ["La columna [%s] esta duplicada"], + "Column referenced by aggregate is undefined: %(column)s": [ + "La(s) columna(s) referenciada(s) por los agregados no está(n) definida(s): %(column)s" ], - "Dataset could not be created.": [ - "El conjunto de datos no pudo ser creado." + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Dataset could not be updated.": [ - "El conjunto de datos no pudo ser actualizado." + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" ], - "Dataset could not be deleted.": [ - "El conjunto de datos no pudo ser eliminado." + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Dataset(s) could not be bulk deleted.": [ - "Los Gráficos no han podido eliminarse" + "Columns": ["Columnas"], + "Columns missing in datasource: %(invalid_columns)s": [ + "La fuente de datos no tiene las columnas: %(invalid_columns)s" ], - "Changing this dataset is forbidden": [ - "No está permitido cambiar este conjunto de datos" + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" ], - "Import dataset failed for an unknown reason": [ - "Importar el conjunto de datos falló por una razón desconocida" + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" ], - "Unknown Presto Error": ["Error de Presto desconocido"], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ "" ], - "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], - "Saved queries could not be deleted.": [ - "Los Gráficos no han podido eliminarse" + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" ], - "Saved query not found.": ["No se encuentra la consulta guardada."], - "Deleted %(num)d report schedule": [ - "", - "Deleted %(num)d report schedules" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Alert query returned more than one row. %s rows returned": [ - "La consulta de alerta devolvió más de una fila. %s filas devueltas" + "Comparison Period Lag": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [ + "Calcular la contribución al total" ], - "Alert query returned more than one column. %s columns returned": [ - "La consulta de alerta devolvió más de una columna. %s columnas devueltas" + "Confidence interval must be between 0 and 1 (exclusive)": [ + "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" ], - "Dashboard does not exist": ["El dashboard no existe"], - "Chart does not exist": ["La base de datos no existe"], - "Database is required for alerts": [ - "La base de datos es requerida para las alertas" + "Configuration": ["Configuración"], + "Configure Time Range: Last...": [ + "Configurar Rango de Tiempo: Últimos.." ], - "Type is required": ["El tipo es obligatorio"], - "Choose a chart or dashboard not both": [ - "Elija un gráfico o un dashboard, no ambos" + "Configure Time Range: Previous...": [ + "Configurar Ranfo de Tiempo: Anteriores..." ], - "Report Schedule parameters are invalid.": [ - "Los parametros del informe programado son inválidos" + "Configure custom time range": [ + "Configurar rango de tiempo personalizado" ], - "Report Schedule could not be deleted.": [ - "El informe programado no ha podido ser eliminado." + "Configure filter scopes": ["Configurar ámbito de filtros"], + "Configure the basics of your Annotation Layer.": [ + "Configurar los elementos básicos de la capa de anotaciones." ], - "Report Schedule could not be created.": [ - "El informe programado no ha podido ser creado." + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Report Schedule could not be updated.": [ - "El informe programado no ha podido ser actualizado." + "Configure your how you overlay is displayed here.": [""], + "Confirm save": ["Confirmar guardado"], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": ["Probar Conexión"], + "Connection failed, please check your connection settings": [ + "La conexión ha fallado, por favor verifique sus ajustes de conexión" ], - "Report Schedule not found.": ["No se encuentra el informe programado."], - "Report Schedule delete failed.": [ - "El informe programado no se pudo eliminar." + "Connection looks good!": ["¡La conexión parece correcta!"], + "Continuous": [""], + "Contribution": ["Contribución"], + "Control labeled ": [""], + "Controls labeled ": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": [ + "Copiar instrucción SELECT al portapapeles" ], - "Report Schedule log prune failed.": [ - "Los registros del informe programado no pudieron limpiarse." + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": ["Copiar enlace"], + "Copy message": ["Mensaje de Aviso"], + "Copy of %s": ["Copia de %s"], + "Copy partition query to clipboard": [ + "Copiar consulta de partición al portapapeles" ], - "Report Schedule execution failed when generating a screenshot.": [ - "La ejecución del informe programado falló al generar una captura de pantalla." + "Copy query URL": ["Copiar URL de la consulta"], + "Copy query link to your clipboard": [ + "Copiar consulta de partición al portapapeles" ], - "Report Schedule execution got an unexpected error.": [ - "La ejecución del informe programado falló por un error inesperado." + "Copy the account name of that database you are trying to connect to.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "El informe programado todavía está en proceso, rechazando la recomputación." + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to clipboard": ["Copiar al portapapeles"], + "Cost estimate": ["Estimación de costo"], + "Could not determine datasource type": [ + "No se pudo determinar el tipo de fuente de datos" ], - "Report Schedule reached a working timeout.": [ - "El informe programado alcanzó el tiempo de espera máximo." + "Could not fetch all saved charts": [ + "No se pudieron cargar todos los gráficos guardados" ], - "Alert query returned more than one row.": [ - "La consulta de alerta devolvió más de una fila." + "Could not find viz object": [ + "No se pudo encontrar el objeto de visualización" ], - "Alert validator config error.": [ - "Error de configuración del validador de alertas." + "Could not load database driver": [ + "No se ha podido cargar el controlador de la base de datos" ], - "Alert query returned more than one column.": [ - "La consulta de alerta devolvió más de una columna." + "Could not load database driver: %(driver_name)s": [ + "No se pudo cargar el controlador de base de datos: %(driver_name)s" ], - "Alert query returned a non-number value.": [ - "La consulta de alerta devolvió un valor no numérico." + "Could not load database driver: {}": [ + "No se ha podido cargar el controlador de la base de datos: {}" ], - "Alert found an error while executing a query.": [ - "La alerta encontró un error al ejecutar una consulta." + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Field Type": [""], + "Country Map": ["Mapa de País"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "Alert fired during grace period.": [ - "La alerta saltó durante el periodo de gracia." + "Create a new chart": ["Crear un nuevo Gráfico"], + "Create chart with dataset": [""], + "Create new chart": ["Crear un nuevo Gráfico"], + "Create or select schema...": [""], + "Created": ["Creado"], + "Created On": ["Creado el"], + "Created by": ["Creado por"], + "Created content": ["Contenido Creado"], + "Created on": ["Creado el"], + "Creating a data source and creating a new tab": [ + "Creando un origen de datos y creando una nueva pestaña" ], - "Alert ended grace period.": ["La alerta terminó el periodo de gracia."], - "Alert on grace period": ["Alerta durante el periodo de gracia"], - "Report Schedule sellenium user not found": [ - "No se encontró el usuario sellenium del informe programado" + "Creator": ["Creador"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "Report Schedule state not found": [ - "No se encontró el estado del informe programado" + "Currently rendered: %s": [""], + "Custom Plugin": ["Customizar"], + "Custom Plugins": ["Customizar"], + "Custom SQL": ["SQL Personalizado"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": ["Personalizar"], + "Cyclic dependency detected": [""], + "D3 Format": ["Formato D3"], + "D3 format": ["Formato D3"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "Report schedule unexpected error": [ - "Error inesperado del informe programado" + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["DIC"], + "DELETE": ["ELIMINAR"], + "DML": ["DML"], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Dashboard"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "El dashboard [{}] ha sido creado y el gráfico [{}] ha sido añadido a él" ], - "Changing this report is forbidden": [ - "No está permitido cambiar este informe" + "Dashboard could not be created.": ["El Dashboard no pudo ser creado."], + "Dashboard could not be deleted.": [ + "El Dashboard no pudo ser eliminado." ], - "An error occurred while pruning logs ": [ - "Se produjo un error al limpiar los registros" + "Dashboard could not be updated.": [ + "El Dashboard no pudo ser actualizado." + ], + "Dashboard does not exist": ["El dashboard no existe"], + "Dashboard parameters are invalid.": [ + "Parámetros de Dashboard inválidos." ], - "\n Explore in Superset

\n \n ": [ + "Dashboard properties": ["Propiedades del Dashboard"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ "" ], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Dashboards": ["Dashboards"], + "Dashboards could not be deleted.": [ + "Los Dashboards no pudieron ser eliminados." + ], + "Dashboards do not exist": ["El dashboard no existe"], + "Data": ["Datos"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Data has no time steps": [""], + "Data preview": ["Previsualización de Datos"], + "Data type": ["Tipo de dato"], + "DataFrame include at least one series": [ + "Por favor elige al menos una métrica" + ], + "DataFrame must include temporal column": [ + "El DataFrame debe incluir una columna temporal" + ], + "Database": ["Base de datos"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Explore in Superset

": [""], - "%(name)s.csv": [""], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "[Alert] %(label)s": [""], - "New": ["Nuevo"], - "SQL Query": ["Consulta SQL"], - "Chart": ["Gráfico"], - "Dashboard": ["Dashboard"], - "Profile": ["Perfil"], - "Info": ["Información"], - "Logout": ["Salir"], - "Login": ["Acceder"], - "Record Count": ["Número de Registros"], - "No records found": ["No se encontraron registros"], - "Filter List": ["Filtrar lista"], - "Search": ["Buscar"], - "Refresh": ["Intervlo de actualización"], - "Import dashboards": ["Importar dashboards"], - "Import Dashboard(s)": ["Importar Dashboard(s)"], - "File": ["Archivo"], - "Choose File": ["Seleccionar archivo"], - "Upload": ["Subir"], - "No Access!": ["Sin Acceso!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." - ], - "Request Permissions": ["Solicitar Permisos"], - "Cancel": ["Cancelar"], - "Use the edit buttom to change this field": [ - "Usa el botón 'editar' para cambiar este campo" - ], - "Test Connection": ["Probar Conexión"], - "[Superset] Access to the datasource %(name)s was granted": [ - "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" ], - "Unable to find such a holiday: [{}]": [ - "No se pudo encontrar el día festivo: [{}]" + "Database URL": ["URL de la Base de datos"], + "Database could not be created.": ["El Gráfico no ha podido crearse"], + "Database could not be deleted.": [ + "La base de datos no han podido ser eliminada." ], - "Referenced columns not available in DataFrame.": [ - "Columnas referenciadas no disponibles en DataFrame." + "Database could not be updated.": ["El Gráfico no ha podido guardarse"], + "Database does not allow data manipulation.": [""], + "Database does not exist": ["La base de datos no existe"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" ], - "Column referenced by aggregate is undefined: %(column)s": [ - "La(s) columna(s) referenciada(s) por los agregados no está(n) definida(s): %(column)s" + "Database error": ["Base de datos"], + "Database is required for alerts": [ + "La base de datos es requerida para las alertas" ], - "Operator undefined for aggregator: %(name)s": [ - "Operador no definido para el agregado: %(name)s" + "Database name": ["Nombre de la Fuente de Datos"], + "Database not allowed to change": ["La base de datos no puede cambiar"], + "Database not found.": ["La base de datos no existe"], + "Database parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "Invalid numpy function: %(operator)s": [ - "Función numpy inválida: %(operator)s" + "Databases": ["Bases de datos"], + "Dataframe Index": ["Índice de Dataframe"], + "Dataset": ["Conjunto de Datos"], + "Dataset %(name)s already exists": [ + "La fuente de datos %(name)s ya existe" ], - "Pivot operation requires at least one index": [ - "La operación de pivote requiere al menos un índice" + "Dataset could not be created.": [ + "El conjunto de datos no pudo ser creado." ], - "Pivot operation must include at least one aggregate": [ - "La operación de pivote debe incluir al menos un agregado" + "Dataset could not be deleted.": [ + "El conjunto de datos no pudo ser eliminado." ], - "Undefined window for rolling operation": [ - "Ventana no definida para la operación de movimiento" + "Dataset could not be updated.": [ + "El conjunto de datos no pudo ser actualizado." ], - "Invalid rolling_type: %(type)s": ["rolling_type inválido: %(type)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Opciones inválidas para %(rolling_type)s: %(options)s" + "Dataset does not exist": ["La fuente no existe"], + "Dataset name": ["Nombre de la Fuente de Datos"], + "Dataset parameters are invalid.": [ + "Los parametros del conjunto de datos son inválidos." ], - "Invalid cumulative operator: %(operator)s": [ - "Operador acumulativo inválido: %(operator)s" + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [ + "Los Gráficos no han podido eliminarse" ], - "Invalid geohash string": ["Cadena de geohash inválida"], - "Invalid longitude/latitude": ["Longitud/latitud inválidas"], - "Invalid geodetic string": ["Cadena geodésica inválida"], - "`fbprophet` package not installed": [ - "El paquete `fbprophet` no está instalado" + "Datasets": ["Conjuntos de datos"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "Time grain missing": ["Granularidad Temporal"], - "Unsupported time grain: %(time_grain)s": [ - "Granularidad temporal no soportada: %(time_grain)s" + "Datasource": ["Fuente de datos"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [ + "El tipo de fuente de datos es necesario cuando se especifica un `datasource_id`" ], - "Periods must be a positive integer value": [ - "Los periodos deben ser un valor entero positivo" + "Date filter": ["Filtro de Fecha"], + "Date/Time": ["Fecha/Hora"], + "Datetime Format": ["Formato FechaHora"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "No se ha proporcionado una columna de fecha y hora y es requerida por este tipo de gráfico" ], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" + "Datetime format": ["Formato Fecha/Hora"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "December": ["Diciembre"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": ["Caracter Decimal"], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": ["Deck.gl - Capas Múltiples"], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": ["Por defecto"], + "Default Endpoint": ["Endpoint predeterminado"], + "Default URL": ["Url por defecto"], + "Default URL to redirect to when accessing from the dataset list page": [ + "" ], - "DataFrame must include temporal column": [ - "El DataFrame debe incluir una columna temporal" + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" ], - "DataFrame include at least one series": [ - "Por favor elige al menos una métrica" + "Default value must be set when \"Filter has default value\" is checked": [ + "" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "User": ["Usuario"], - "User Roles": ["Roles de Usuario"], - "Database URL": ["URL de la Base de datos"], - "Roles to grant": ["Roles a conceder"], - "Created On": ["Creado el"], - "List Observations": ["Listar Observaciones"], - "Show Observation": ["Mostrar Observación"], - "Error Message": ["Mensaje de Aviso"], - "Log Retentions (days)": ["Retención de Registros (días)"], - "A semicolon ';' delimited list of email addresses": [ - "Lista de correos electrónicos delimitados por punto y coma ';'" + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" ], - "How long to keep the logs around for this alert": [ - "¿Por cuánto tiempo quieres mantener los registros de esta alerta?" + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "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.": [ "" ], - "annotation start time or end time is required.": [ - "se requiere la hora de inicio o fin de la anotación." + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Define un una ventana de desplazamiento móvil para aplicar, funciona junto con el cuadro de texto [Periods]" ], - "Annotation end time must be no earlier than start time.": [ - "La hora de fin de la anotación debe ser posterior a la hora de inicio." + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Define la agrupación de entidades. Cada serie se muestra como un color específico en el gráfico y tiene una leyenda" ], - "Annotations": ["Anotaciones"], - "Show Annotation": ["Mostrar Anotación"], - "Add Annotation": ["Añadir Anotación"], - "Edit Annotation": ["Editar Anotación"], - "Layer": ["Capa"], - "Label": ["Etiqueta"], - "Start": ["Iniciar"], - "End": [""], - "JSON Metadata": ["Metadatos JSON"], - "Show Annotation Layer": ["Mostrar Capa de Anotación"], - "Add Annotation Layer": ["Añadir Capa de Anotación"], - "Edit Annotation Layer": ["Editar Capa de Anotación"], - "Name": ["Nombre"], - "Dataset %(name)s already exists": [ - "La fuente de datos %(name)s ya existe" + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Define el tamaño de la función de ventana móvil, en relación con la granularidad de tiempo seleccionada" ], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "json isn't valid": ["no es json válido"], - "Export to YAML": ["Exportar a YAML"], - "Export to YAML?": ["¿Exportar a YAML?"], "Delete": ["Eliminar"], + "Delete %s?": ["¿Eliminar %s?"], + "Delete Annotation?": ["¿Eliminar anotación?"], + "Delete Database?": ["¿Eliminar base de datos?"], + "Delete Dataset?": ["¿Eliminar conjunto de datos?"], + "Delete Layer?": ["¿Eliminar capa?"], + "Delete Query?": ["¿Realmente quieres eliminar la consulta?"], + "Delete Template?": ["Plantillas CSS"], "Delete all Really?": ["¿Realmente quieres borrar todo?"], - "Is favorite": ["Favoritos"], - "The data source seems to have been deleted": [ - "La fuente de datos parece haber sido eliminada" - ], - "The user seems to have been deleted": [ - "El usuario parece haber sido eliminado" - ], - "Access was requested": ["Se ha solicitado Acceso"], - "The access requests seem to have been deleted": [ - "Las solicitudes de acceso parecen haber sido eliminadas" - ], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "%(user)s recibió el rol %(role)s que le da acceso a %(datasource)s" + "Delete annotation": ["Eliminar anotación"], + "Delete dashboard tab?": ["¿Quieres eliminar la pestaña del dashboard?"], + "Delete database": ["Eliminar base de datos"], + "Delete query": ["Eliminar consulta"], + "Delete template": ["Eliminar plantilla"], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "El rol %(r)s se extendió para proporcionar el acceso al origen de datos %(ds)s" + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], + "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], + "Deleted %(num)d dataset": [ + "Selecciona una base de datos", + "Selecciona una base de datos" ], - "You have no permission to approve this request": [ - "No tienes permiso para aprobar esta solicitud." + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" ], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted: %s": ["Eliminado: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ - "Se produjo un error desconocido. Por favor, contacta con tu administrador de Superset" - ], - "Error occurred when opening the chart: %(error)s": [ - "Se produjo un error al crear el origen de datos" - ], - "You don't have the rights to ": ["No tienes los permisos para "], - "alter this ": ["alterar este "], - "chart": ["gráfico"], - "create a ": ["crear un "], - "Explore - %(table)s": ["Explorar - %(table)s"], - "Chart [{}] has been saved": ["El gráfico [{}] ha sido guardado"], - "Chart [{}] has been overwritten": [ - "El gráfico [{}] ha sido sobreescrito" + "Delimited long & lat single column": [ + "una sola columna con longitud y latitud delimitadas" ], - "dashboard": [""], - "Chart [{}] was added to dashboard [{}]": [ - "El gráfico [{}] ha sido añadido al dashboard [{}]" + "Delimiter": ["Delimitador"], + "Demographics": [""], + "Description": ["Descripción"], + "Description (this can be seen in the list)": [ + "Descripción (se puede ver en la lista)" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "El dashboard [{}] ha sido creado y el gráfico [{}] ha sido añadido a él" + "Description text that shows up below your Big Number": [""], + "Deselect all": ["¿Realmente quieres borrar todo?"], + "Details of the certification": ["Detalles de la certificación"], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Identifica si el dashboard es visible en la lista de dashboards" ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Did you mean:": ["Quiciste decir:"], + "Difference": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Directed Force Layout": ["Disposición Dirigida Forzado"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ "" ], - "Could not load database driver: %(driver_name)s": [ - "No se pudo cargar el controlador de base de datos: %(driver_name)s" - ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Disable embedding?": [""], + "Discard": [""], + "Display column level total": [""], + "Display configuration": ["Configuración de visualización"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Solicitud mal formada. Se esperan argumentos de slice_id o table_name y db_name" - ], - "Chart %(id)s not found": ["Gráfico %(id)s no encontrado"], - "Table %(table)s wasn't found in the database %(db)s": [ - "La tabla %(table)s no fue encontrada en la base de datos %(db)s" - ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "No se puede encontrar el usuario '%(name)s', pídale a tu administrador que cree uno." + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "No puedo encontrar DruidCluster con nombre = '%(name)s'" + "Distribution - Bar Chart": ["Distribución - Gráfico de Barra"], + "Divider": ["División"], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download as image": ["Descargar como imagen"], + "Download to CSV": [""], + "Draft": ["Borrador"], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" ], - "Data could not be deserialized. You may want to re-run the query.": [ - "Los datos no se pudieron deserializar. Puedes probar a re-ejecutar la consulta." + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Duplicate tab": ["Duplicar pestaña"], + "Duration": ["Duración"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ "" ], - "Query record was not created as expected.": [ - "El registro de consulta no se creó como se esperaba." + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" ], - "The parameter %(parameters)s in your query is undefined.": [ - "", - "The following parameters in your query are undefined: %(parameters)s." + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "" ], - "%(user)s's profile": ["Perfil de %(user)s"], - "Show CSS Template": ["Mostrar Plantilla CSS"], - "Add CSS Template": ["Añadir Plantilla CSS"], - "Edit CSS Template": ["Editar Plantilla CSS"], - "Template Name": ["Nombre Plantilla"], - "A human-friendly name": ["Un nombre legible para personas"], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "" ], - "Custom Plugins": ["Customizar"], - "Custom Plugin": ["Customizar"], - "Add a Plugin": ["Añadir Columna"], - "Edit Plugin": ["Editar Columna"], - "Schedule Email Reports for Dashboards": [ - "Programar reportes de correo electrónico para los dashboards" + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "" ], - "Manage Email Reports for Dashboards": [ - "Administrar reportes de correo electrónico para los dashboards" + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "" ], - "Changed On": ["Cambiado en"], - "Active": ["Activo"], - "Crontab": ["Crontab"], - "Recipients": ["Destinatarios"], - "Slack Channel": ["Canal de Slack"], - "Deliver As Group": ["Entregar como grupo"], - "Delivery Type": ["Tipo de entrega"], - "Schedule Email Reports for Charts": [ - "Programar informes por correo electrónico para gráficos" - ], - "Manage Email Reports for Charts": [ - "Administrar informes de correo electrónico para gráficos" - ], - "Email Format": ["Formato de correo electrónico"], - "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"], - "End Time": ["Hora Final"], - "Pop Tab Link": ["Pop Tab Link"], - "Changed on": ["Cambiado el"], - "Could not determine datasource type": [ - "No se pudo determinar el tipo de fuente de datos" + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": ["Duración: %s"], + "Dynamically search all filter values": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["Editar"], + "Edit CSS": ["Editar CSS"], + "Edit CSS Template": ["Editar Plantilla CSS"], + "Edit CSS template properties": ["Editar propiedades de plantilla CSS"], + "Edit Chart": ["Editar Gráfico"], + "Edit Column": ["Editar Columna"], + "Edit Dashboard": ["Editar Dashboard"], + "Edit Database": ["Editar Base de Datos"], + "Edit Dataset ": ["Editar Base de Datos"], + "Edit Log": ["Editar Registro"], + "Edit Metric": ["Editar Métrica"], + "Edit Plugin": ["Editar Columna"], + "Edit Row level security filter": [ + "Editar filtro de seguridad de nivel de fila" ], - "Could not find viz object": [ - "No se pudo encontrar el objeto de visualización" + "Edit Saved Query": ["Editar Consulta Guardada"], + "Edit Table": ["Esitar Tabla"], + "Edit annotation": ["Editar anotación"], + "Edit annotation layer": ["Capas de Anotación"], + "Edit annotation layer properties": [ + "Editar propiedades de la capa de anotación" ], - "Show Chart": ["Mostrar Gráfico"], - "Add Chart": ["Añadir Gráfico"], - "Edit Chart": ["Editar Gráfico"], - "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.": [ - "Estos parámetros se generan dinámicamente al hacer clic en el botón Guardar o sobrescribir en la vista de exploración. Este objeto JSON se expone aquí como referencia y para usuarios avanzados que quieran modificar parámetros específicos." + "Edit chart properties": ["Editar propiedades de gráfico"], + "Edit database": ["Editar Base de Datos"], + "Edit dataset": ["Editar Base de Datos"], + "Edit email report": [""], + "Edit properties": ["Editar propiedades"], + "Edit query": ["ditar consulta"], + "Edit template": ["Cargar una plantilla"], + "Edit template parameters": ["Editar parámetros de la plantilla"], + "Edit time range": ["Editar rango de tiempo"], + "Edited": ["Editado"], + "Editing 1 filter:": ["Editando 1 filtro:"], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Last Modified": ["Última modificación"], - "Parameters": ["Parámetros"], - "Visualization Type": ["Tipo de Visualización"], - "Show Dashboard": ["Mostrar Dashboard"], - "Add Dashboard": ["Añadir Dashboard"], - "Edit Dashboard": ["Editar Dashboard"], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "Este objeto JSON describe la posición de los widgets en el panel de control. Se genera dinámicamente al ajustar el tamaño y las posiciones de los widgets mediante la función de arrastrar y soltar en la vista del tablero" + "Either the username or the password is wrong.": [""], + "Email reports active": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty query?": ["¿Consulta vacía?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "El css para dashboards de manera individual puede ser modificado aquí, o en la vista del dashboard donde los cambios se ven de forma inmediata" + "Enable Filter Select": ["Habilitar selección de filtro"], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Se encontró una entrada espacial NULL inválida, por favor considera filtrar esas entradas" ], - "To get a readable URL for your dashboard": [ - "Para obtener una URL legible para tu panel de control" + "End": [""], + "End Time": ["Hora Final"], + "End date must be after start date": [ + "La fecha de inicio no puede ser superior a la de fin" ], - "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.": [ - "Este objeto JSON se genera dinámicamente al hacer clic en el botón Guardar o sobrescribir en la vista del Dashboard. Se expone aquí como referencia y para usuarios avanzados que quieran modificar parámetros específicos." + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" ], - "Owners is a list of users who can alter the dashboard.": [ - "Propietarios es una lista de usuarios que pueden alterar el panel de control." + "Enter CA_BUNDLE": [""], + "Enter a new title for the tab": [ + "Ingresa un nuevo título para la pestaña" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Identifica si el dashboard es visible en la lista de dashboards" + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entidad"], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Error en la expresión jinja en la cláusula HAVING: %(msg)s" ], - "Title": ["Título"], - "Slug": ["Slug"], - "Published": ["Publicado"], - "Position JSON": ["Posición JSON"], - "CSS": ["CSS"], - "Underlying Tables": ["Tablas Subyacentes"], - "Export": ["Exportar"], - "Export dashboards?": ["¿Exportar Dashboards?"], - "Name of table to be created from csv data.": [ - "Nombre de la tabla que se creará a partir de los datos csv." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Error en la expresión jinja en los filtros RLS: %(msg)s" ], - "CSV File": ["Archivo CSV"], - "Select a CSV file to be uploaded to a database.": [ - "Selecciona un archivo CSV para ser cargado a una base de datos." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Error en la expresión jinja en la cláusula WHERE: %(msg)s" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Solo se permiten las siguientes extensiones de archivo: %(allowed_extensions)s" + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Error en la expresión jinja en el predicado de obtener valores: %(msg)s" ], - "Specify a schema (if database flavor supports this).": [ - "Especifica un esquema (si el sistema de base de datos lo soporta)." + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": ["Mensaje de error"], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Estimate cost": ["Estimar costo"], + "Estimate selected query cost": [ + "Estimar el costo de la consulta seleccionada" ], - "Delimiter": ["Delimitador"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Delimitador usado por el archivo CSV (para espacios en blanco usa \\s+)." + "Estimate the cost before running a query": [ + "Estimar el costo antes de ejecutar una consulta" ], - "Table Exists": ["Tabla Existe"], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Event definition": [""], + "Event flow": ["Flujo de Eventos"], + "Every": ["Cada"], + "Evolution": [""], + "Examples": ["Ver ejemplos"], + "Excel File": ["Archivo de Excel"], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Fail": ["Falla"], - "Replace": ["Remplazar"], - "Append": ["Agregar"], - "Header Row": ["Fila de Encabezado"], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "" + "Excel to Database configuration": [ + "Configuración de Excel a base de datos" ], - "Index Column": ["Columna de Índice"], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Executed query": ["Consulta ejecutada"], + "Execution log": ["Registro de ejecución"], + "Expand all": ["Expandir todo"], + "Expand data panel": [""], + "Expand tool bar": ["Expandir barra de herramientas"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "Mangle Duplicate Columns": ["Manglar Columnas Duplicadas"], - "Specify duplicate columns as \"X.0, X.1\".": [ - "Especifica columnas duplicadas como \"X.0, X.1\"." - ], - "Skip Initial Space": ["Omitir Espacio Inicial"], - "Skip spaces after delimiter.": [ - "Omitir espacios después del delimitador." - ], - "Skip Rows": ["Omitir Filas"], - "Number of rows to skip at start of file.": [ - "Número de filas a omitir al inicio del archivo." + "Experimental": [""], + "Explore": ["Explorar"], + "Explore - %(table)s": ["Explorar - %(table)s"], + "Explore the result set in the data exploration view": [ + "Explorar el conjunto de resultados en la vista de exploración de datos" ], - "Rows to Read": ["Filas a Leer"], - "Number of rows of file to read.": [ - "Número de filas del archivo a leer." + "Export": ["Exportar"], + "Export dashboards?": ["¿Exportar Dashboards?"], + "Export to YAML": ["Exportar a YAML"], + "Export to YAML?": ["¿Exportar a YAML?"], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": ["Mostrar en el laboratorio SQL"], + "Expose this DB in SQL Lab": [ + "Mostrar esta base de datos en el laboratorio SQL" ], - "Skip Blank Lines": ["Saltar líneas vacías"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Saltar líneas vacías en lugar de interpretarlas como valores NaN." + "Expression": ["Expresión"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" ], - "Parse Dates": ["Parsear Fechas"], - "A comma separated list of columns that should be parsed as dates.": [ - "Una lista separada por comas de columnas que deben ser parseadas como fechas." + "Extra field cannot be decoded by JSON. %(msg)s": [ + "El campo adicional no se puede decodificar por JSON. %(msg)s" ], - "Infer Datetime Format": ["Inferir Formato de Fecha y Hora"], - "Use Pandas to interpret the datetime format automatically.": [ - "Usar Pandas para interpretar el formato de fecha y hora automáticamente." + "Extra parameters for use in jinja templated queries": [ + "Parámetros extra para usar en consultas con plantillas jinja" ], - "Decimal Character": ["Caracter Decimal"], - "Character to interpret as decimal point.": [ - "Caracter que interpreta como punto decimal." + "FEB": ["FEB"], + "FRI": ["VIE"], + "Factor to multiply the metric by": [""], + "Fail": ["Falla"], + "Failed": ["Falló"], + "Failed at retrieving results": ["Falla al recuperar los resultados"], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [ + "Fallo al verificar las opciones de selección: %s" ], - "Dataframe Index": ["Índice de Dataframe"], - "Write dataframe index as a column.": [ - "Escribe el índice del dataframe como una columna." + "Favorite": ["Favoritos"], + "Favorites": ["Favoritos"], + "February": ["Febrero"], + "Fetch Values Predicate": ["Predicado Obtención de Valores"], + "Fetch data preview": ["Obtener previsualización de datos"], + "Fetched %s": ["Obtenido %s"], + "Field cannot be decoded by JSON. %(msg)s": [ + "El campo no puede ser decodificado por JSON. %(msg)s" ], - "Column Label(s)": ["Etiqueta(s) de columna"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "" + "Field is required": ["El campo es obligatorio"], + "File": ["Archivo"], + "Fill all required fields to enable \"Default Value\"": [""], + "Filter List": ["Filtrar lista"], + "Filter box": ["Caja de filtro"], + "Filter configuration": ["Configuración de filtros"], + "Filter configuration for the filter box": [ + "Configuración de filtros en caja de filtros" ], - "Null values": ["Valores Nulos"], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": ["Valor del Filtro"], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Name of table to be created from excel data.": [ - "Nombre de la tabla que se creará a partir de datos de excel." + "Filter results": ["ver resultados"], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [ + "Valor del filtro (sensible a mayúsculas/minúsculas)" ], - "Excel File": ["Archivo de Excel"], - "Select a Excel file to be uploaded to a database.": [ - "Selecciona un archivo de Excel para ser cargado a una base de datos." + "Filter value list cannot be empty": [""], + "Filter your charts": ["Filtrar tus Gráficos"], + "Filterable": ["Filtrable"], + "Filters": ["Filtros"], + "Filters by columns": ["Filtrar por estado"], + "Filters by metrics": ["Filtrar por estado"], + "Filters configuration": ["Configuración de filtros"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" ], - "Sheet Name": ["Nombre de Hoja"], - "Strings used for sheet names (default is the first sheet).": [ - "Cadenas usadas para nombres de hojas (por defecto es la primera hoja)." + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" ], - "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" + "Fixed color": ["Color fijo"], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Permitir la opción CREAR TABLA COMO en el laboratorio SQL" + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Permitie opción CREATE VIEW AS en el laboratorio SQL" + "Force refresh": ["Forzar actualización"], + "Force refresh schema list": [""], + "Force refresh table list": [""], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formatted CSV attached in email": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Friction between nodes": [""], + "Friday": ["Viernes"], + "From date cannot be larger than to date": [ + "La fecha de inicio no puede ser posterior a la fecha final" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Permitir que los usuarios ejecuten instrucciones que no sean SELECT (UPDATE, DELETE, CREATE, ...) en el laboratorio SQL" + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": ["Periodo de gracia"], + "Graph layout": [""], + "Gravity": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "'Group By' y 'Columns' no pueden solaparse" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Cuando se permite la opción CREATE TABLE AS en el laboratorio SQL, esta opción hace que la tabla se cree en este esquema" + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Agrupar por"], + "Groupable": ["Agrupable"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" ], + "Header": ["Encabezado"], + "Header Row": ["Fila de Encabezado"], + "Heatmap": ["Mapa de Calor"], + "Heatmap Options": [""], + "Height": ["Altura"], + "Height of the sparkline": [""], + "Hide layer": ["Ocultar capa"], + "Hide tool bar": ["Ocultar barra de herramientas"], + "Histogram": ["Histograma"], + "Home": ["Inicio"], + "Horizon Charts": ["Gráficos de Horizonte"], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id of root node of the tree.": [""], "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "" ], - "Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.": [ + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], "If selected, please set the schemas allowed for csv upload in Extra.": [ "Si se selecciona, por favor, establezca los esquemas permitidos en Adicional" ], - "Expose in SQL Lab": ["Mostrar en el laboratorio SQL"], - "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], - "Allow CREATE VIEW AS": ["Permitir CREATE VIEW AS"], - "Allow DML": ["Permitir DML"], - "CTAS Schema": ["Esquema CTAS"], - "SQLAlchemy URI": ["URI SQLAlchemy"], - "Chart Cache Timeout": [""], - "Secure Extra": [""], - "Root certificate": ["Certificado raíz"], - "Async Execution": ["Ejecución Asincrónica"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], "Impersonate the logged on user": ["Suplantar el usuario conectado"], - "Allow Csv Upload": ["Permitir carga de CSV"], - "Allow Multi Schema Metadata Fetch": [ - "Permitir obtener metadatos de múltiples esquemas" + "Import": ["Import"], + "Import %s": ["Importar %s"], + "Import Dashboard(s)": ["Importar Dashboard(s)"], + "Import Dashboards": ["Importar Dashboards"], + "Import a table definition": ["Importar definición de tabla"], + "Import chart failed for an unknown reason": [ + "Importar el gráfico falló por una razón desconocida" ], - "Backend": ["Backend"], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "El campo adicional no se puede decodificar por JSON. %(msg)s" + "Import dashboard failed for an unknown reason": [ + "Importar el Dashboard falló por una razón desconocida" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ - "" + "Import dashboards": ["Importar dashboards"], + "Import database failed for an unknown reason": [ + "Importar la base de datos falló por una razón desconocida" ], - "CSV to Database configuration": ["Configuración de CSV a base de datos"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Import dataset failed for an unknown reason": [ + "Importar el conjunto de datos falló por una razón desconocida" + ], + "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.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Index Column": ["Columna de Índice"], + "Info": ["Información"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["Filtrado Instantáneo"], + "Invalid JSON": ["JSON inválido"], + "Invalid certificate": ["Certificado Inválido"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ "" ], - "Excel to Database configuration": [ - "Configuración de Excel a base de datos" + "Invalid cron expression": ["Expresión cron inválida"], + "Invalid cumulative operator: %(operator)s": [ + "Operador acumulativo inválido: %(operator)s" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "" + "Invalid date/timestamp format": ["Formato de fecha/hora inválido"], + "Invalid filter configuration, please select a column": [ + "Configuración de filtro invalido, por favor selecciona una columna" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "" + "Invalid filter operation type: %(op)s": [ + "Tipo de operación de filtrado inválida: %(op)s" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" + "Invalid geodetic string": ["Cadena geodésica inválida"], + "Invalid geohash string": ["Cadena de geohash inválida"], + "Invalid input": [""], + "Invalid lat/long configuration.": [ + "Configuración de latitud/longitud inválida." ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "" + "Invalid longitude/latitude": ["Longitud/latitud inválidas"], + "Invalid numpy function: %(operator)s": [ + "Función numpy inválida: %(operator)s" ], - "Logs": ["Registros"], - "Show Log": ["Mostrar Registro"], - "Add Log": ["Agregar Registro"], - "Edit Log": ["Editar Registro"], - "Action": ["Acción"], - "dttm": ["dttm"], - "Add item": ["Añadir elemento"], - "The query couldn't be loaded": ["No se pudo cargar la consulta."], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "" + "Invalid options for %(rolling_type)s: %(options)s": [ + "Opciones inválidas para %(rolling_type)s: %(options)s" ], - "Your query could not be scheduled": [ - "No se pudo programar la consulta." + "Invalid permalink key": [""], + "Invalid rolling_type: %(type)s": ["rolling_type inválido: %(type)s"], + "Invalid spatial point encountered: %s": [ + "Punto espacial inválido encontrado: %s" ], - "Failed at retrieving results": ["Falla al recuperar los resultados"], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "" + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": ["Selección inversa"], + "Is dimension": ["Es dimensión"], + "Is favorite": ["Favoritos"], + "Is filterable": ["Es filtrable"], + "Is tagged": [""], + "Is temporal": ["Es temporal"], + "Is true": [""], + "Issue 1001 - The database is under an unusual load.": [ + "Issue 1001 - La base de datos tiene una carga inusualmente elevada." ], - "Unknown error": ["Error desconocido"], - "Query was stopped.": ["La consulta ha sido detenida."], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": ["ENE"], + "JSON": [""], + "JSON Metadata": ["Metadatos JSON"], + "JSON metadata": ["Metadatos JSON"], + "JUL": ["JUL"], + "JUN": ["JUN"], + "January": ["Enero"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "July": ["Julio"], + "June": ["Junio"], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": ["Continuar editando"], + "Key": [""], + "Keys for table": ["Claves de la tabla"], + "Label": ["Etiqueta"], + "Label Line": [""], + "Label for your query": ["Etiqueta para tu consulta"], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Last Changed": ["Último cambio"], + "Last Modified": ["Última modificación"], + "Last Updated %s": ["Última actualización %s"], + "Last available value seen on %s": [""], + "Last modified": ["Última modificación"], + "Last modified by %s": ["Última modificación por %s"], + "Last run": ["Último cambio"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["Configuración"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" + ], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend type": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Limit reached": ["Límite alcanzado"], + "Limit selector values": ["Limitar valores del selector"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "Copy of %s": ["Copia de %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ "" ], - "An error occurred while fetching tab state": [ - "Se produjo un error al recuperar el estado de la pestaña" - ], - "An error occurred while removing tab. Please contact your administrator.": [ + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line interpolation as defined by d3.js": [""], + "Line width": ["Grosor de línea"], + "Linear color scheme": ["Esquema de Color Lineal"], + "Linear interpolation": [""], + "Link Copied!": ["Enlace Copiado!"], + "List Saved Query": ["Mostrar Consultas Guardadas"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": ["Editor CSS"], + "Live render": [""], + "Load a CSS template": ["Cargar una plantilla CSS"], + "Loaded data cached": ["Datos cargados en caché"], + "Loaded from cache": ["Cargado de caché"], + "Loading...": [""], + "Log Scale": [""], + "Log retention": ["Retención de registros"], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["Acceder"], + "Logout": ["Salir"], + "Logs": ["Registros"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude columns": ["Columnas de longitus y latitud"], + "Longitude of default viewport": [""], + "MAR": ["MAR"], + "MAY": ["MAY"], + "MON": ["LUN"], + "Main Datetime Column": ["Columna principal de fecha y hora"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ - "" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Solicitud mal formada. Se esperan argumentos de slice_id o table_name y db_name" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Manage": ["Administrar"], + "Mandatory": ["Oblugatorio"], + "Mangle Duplicate Columns": ["Manglar Columnas Duplicadas"], + "MapBox": [""], + "Mapbox": [""], + "March": ["Marzo"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markup type": ["Tipo de Markup"], + "Max": ["Máx"], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Maximum value on the gauge axis": [""], + "May": ["Mayo"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Median node size, the largest node will be 4 times larger than the smallest": [ "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "" + "Medium": [""], + "Menu actions trigger": [""], + "Message content": ["Contenido del mensaje"], + "Metadata has been synced": ["Los metadatos se han sincronizado"], + "Method": ["Método"], + "Metric": ["Métrica"], + "Metric '%(metric)s' does not exist": [ + "La métrica '%(metric)s' no existe" ], - "Your query was saved": ["Tu consulta fue guardada"], - "Your query could not be saved": ["Tu consulta no pudo ser guardada"], - "Your query was updated": ["Tu consulta fue actualizada"], - "Your query could not be updated": [ - "Tu consulta no pudo ser actualizada" + "Metric assigned to the [X] axis": ["Métrica asignada al eje [X]"], + "Metric assigned to the [Y] axis": ["Métrica asignada al eje [Y]"], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": ["La métrica [%s] esta duplicada"], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": [ + "Métrica con la cual ordenar los resultados." ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "An error occurred while fetching table metadata": [ - "Se produjo un error al recuperar los metadatos de la tabla" + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Metrics": ["Métricas"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Midnight": [""], + "Min": ["Mín"], + "Min periods": ["Periodos Mínimos"], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Mixed Time-Series": [""], + "Modified": ["Modificado"], + "Modified by": ["Modificado por"], + "Modified columns: %s": ["Columnas modificadas: %s"], + "Monday": ["Lunes"], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Multiple formats accepted, look the geopy.points Python library for more details": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "Multiple selections allowed, otherwise filter is limited to a single value": [ "" ], - "Shared query": ["Guardar Consulta"], - "The datasource couldn't be loaded": [ - "No se pudo cargar la fuente de datos" + "Must be unique": ["Debe ser único"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Debe tener una columna [Group By] para tener 'count' como [Etiqueta]" ], - "An error occurred while creating the data source": [ - "Se produjo un error al crear el origen de datos" + "Must have at least one numeric column specified": [ + "Debe especificarse al menos una columna numérica" ], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ - "" + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My metric": ["Métrica"], + "N/A": [""], + "NOV": ["NOV"], + "NOW": [""], + "Name": ["Nombre"], + "Name is required": ["Nombre es requerido"], + "Name must be unique": ["El nombre debe ser único"], + "Name of table to be created from excel data.": [ + "Nombre de la tabla que se creará a partir de datos de excel." ], - "Estimate selected query cost": [ - "Estimar el costo de la consulta seleccionada" + "Name of the column containing the id of the parent node": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Nombre de la tabla que existe en la fuente de datos." ], - "Estimate cost": ["Estimar costo"], - "Cost estimate": ["Estimación de costo"], - "Creating a data source and creating a new tab": [ - "Creando un origen de datos y creando una nueva pestaña" + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": ["Error de red."], + "New chart": ["Nuevo gráfico"], + "New columns added: %s": ["Nuevas columnas añadidas: %s"], + "New tab": ["Nueva pestaña"], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": ["Siguiente"], + "No": ["No"], + "No %s yet": ["Aún no hay %s"], + "No Access!": ["Sin Acceso!"], + "No annotation layers yet": ["Aún no hay capas de anotación"], + "No annotation yet": ["Aún no hay anotaciones"], + "No charts": ["No hay gráficos"], + "No dashboards": ["No hay dashboards"], + "No data": ["No hay datos"], + "No data after filtering or data is NULL for the latest time record": [ + "" ], - "An error occurred": ["Se produjo un error"], - "Explore the result set in the data exploration view": [ - "Explorar el conjunto de resultados en la vista de exploración de datos" + "No data in file": ["No hay datos en el archivo"], + "No databases match your search": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "No hay gráficos favoritos aun, clica en la estrella!" ], - "Explore": ["Explorar"], - "This query took %s seconds to run, ": [ - "Esta consulta tardó %s segundos en ejecutarse, " + "No favorite dashboards yet, go click on stars!": [ + "No hay dashboards favoritos aun, clica en la estrella!" ], - "and the explore view times out at %s seconds ": [ - "y la vista de exploración expira en %s segundos " + "No filter is selected.": ["Ningún filtro seleccionado"], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No records found": ["No se encontraron registros"], + "No results found": ["No se han encontrado resultados"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" ], - "following this flow will most likely lead to your query timing out. ": [ - "seguir este flujo probablemente conduzca a que la consulta expira. " + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No stored results found, you need to re-run your query": [ + "No se encontraron resultados almacenados, necesitas ejecutar tu consulta de nuevo" + ], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "No se encontró la columna especificada. Para filtrar por una métrica, intenta la pestaña SQL Personalizado" ], - "We recommend your summarize your data further before following that flow. ": [ + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not null": ["No nulo"], + "Not up to date": [""], + "Nothing triggered": ["Nada disparado"], + "Notification method": ["Método de notificación"], + "November": ["Noviembre"], + "Null or Empty": ["Nulo o Vacío"], + "Null values": ["Valores Nulos"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ "" ], - "If activated you can use the ": ["Si está activado, puede utilizar el "], - "feature to store a summarized data set that you can then explore.": [ - "característica para almacenar un conjunto de datos resumido que luego puede explorar." + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read.": [ + "Número de filas del archivo a leer." ], - "Column name(s) ": ["Nombre(s) de columna(s) "], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ - "" + "Number of rows to skip at start of file.": [ + "Número de filas a omitir al inicio del archivo." ], - "Raw SQL": ["SQL Directo"], - "Source SQL": ["Fuente SQL"], - "SQL": ["SQL"], - "No query history yet...": ["No hay histórico de consultas, aun..."], - "It seems you don't have access to any database": [ - "Parece que no tienes acceso a ninguna base de datos" - ], - "An error occurred when refreshing queries": [""], - "Filter by user": ["Filtrar por usuario"], - "Filter by database": ["Filtrar por base de datos"], - "Query search string": ["Cadena de búsqueda de consulta"], - "[From]-": ["[De]-"], - "[To]-": ["[A]-"], - "Filter by status": ["Filtrar por estado"], - "Edit": ["Editar"], - "View results": ["Ver resultados"], - "Data preview": ["Previsualización de Datos"], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "OCT": ["OCT"], + "OK": ["OK"], + "OVERWRITE": ["SOBRESCRIBIR"], + "October": ["Octubre"], + "Offline": ["Desconectado"], + "Offset": ["Desplazamiento"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "One or many controls to pivot as columns": [ + "Uno o varios controles para pivotar como columnas" + ], + "One or many metrics to display": ["Una o varias métricas para mostrar"], + "One or more columns already exist": ["Una o más columnas ya existen"], + "One or more columns are duplicated": [ + "Una o más columnas están duplicadas" + ], + "One or more columns do not exist": ["Una o más columnas no existen"], + "One or more metrics already exist": ["Una o más métricas ya existen"], + "One or more metrics are duplicated": [ + "Una o más métricas están duplicadas" + ], + "One or more metrics do not exist": ["Una o más métricas no existen"], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [ + "Una o más capas de anotación fallaron al cargar." + ], + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "Solo las consultas `SELECT` estan permitidas en esta base de datos" + ], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": [ + "Solo consultas sencillas están soportadas" + ], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Solo se permiten las siguientes extensiones de archivo: %(allowed_extensions)s" + ], + "Opacity": ["Opacidad"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["Nombre de la Fuente de Datos"], + "Open in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Open query in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Operator undefined for aggregator: %(name)s": [ + "Operador no definido para el agregado: %(name)s" + ], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Contenido opcional CA_BUNDLE para validar las solicitudes HTTPS. Solo disponible en algunos motores de base de datos." + ], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original table column order": ["Orden original de columna de tabla"], + "Original value": [""], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Sobreponer una o más series de tiempo desde un período relativo. Se espera periodos de tiempo relativos en lenguaje natural (ejemplo: 24 horas, 7 días, 52 semanas, 365 días). Se admite texto libre." + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Overwrite": ["Sobrescribir"], + "Overwrite & Explore": ["Sobreescribir y Explorar"], + "Overwrite Dashboard [%s]": ["Sobrescribir el Dashboard [%s]"], "Overwrite text in the editor with a query on this table": [ "Sobreescribir texto en el editor con una consulta sobre esta tabla" ], - "Run query in a new tab": ["Ejecutar consulta en otra pestaña"], + "Owned Created or Favored": [""], + "Owner": ["Propietario"], + "Owners": ["Propietarios"], + "Owners are invalid": ["Los propietarios son invalidos"], + "Owners is a list of users who can alter the dashboard.": [ + "Propietarios es una lista de usuarios que pueden alterar el panel de control." + ], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "" + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": ["Método de Remuestra Pandas"], + "Pandas resample rule": ["Regla de Remuestra Pandas"], + "Parallel Coordinates": ["Coordenadas Paralelas"], + "Parameter error": ["Parámetros"], + "Parameters": ["Parámetros"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": ["Parsear Fechas"], + "Part of a Whole": [""], + "Partition Diagram": ["Partición de diagrama"], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Percentage threshold": [""], + "Performance": [""], + "Period average": [""], + "Periods": ["Periodos"], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": ["Tabla física"], + "Physical (table or view)": ["Tabla física"], + "Physical dataset": ["Conjunto de datos físico"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'" + ], + "Pick a metric for left axis!": [ + "Elige una métrica para el eje izquierdo!" + ], + "Pick a metric for right axis!": [ + "Elige una métrica para el eje derecho!" + ], + "Pick a metric for x, y and size": [ + "Elige una métrica para 'x', 'y' y 'tamaño'" + ], + "Pick a metric to display": ["Elige qué métrica mostrar"], + "Pick a metric!": ["Elige una métrica!"], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Elige una granularidad de tiempo para tus series temporales." + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [ + "Elige al menos un campo para [Series]" + ], + "Pick at least one metric": ["Elige al menos una métrica"], + "Pick exactly 2 columns as [Source / Target]": [ + "Elige exactamente 2 columnas como [Origen / Destino]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [ + "Elige tu idioma favorito de markup" + ], + "Pivot Table": ["Tabla Dinámica"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [ + "La operación de pivote debe incluir al menos un agregado" + ], + "Pivot operation requires at least one index": [ + "La operación de pivote requiere al menos un índice" + ], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": [ + "Por favor elige al menos una métrica" + ], + "Please choose different metrics on left and right axis": [ + "Por favor, elige diferentes métricas en el eje izquierdo y derecho" + ], + "Please confirm": ["Confirme"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Por favor, introduce un URI SQLAlchemy para probar" + ], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "Por favor, guarda la consulta para habilitar el compartir" + ], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "Por favor especifica 3 etiquetas de métrica distintas" + ], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polyline": [""], + "Pop Tab Link": ["Pop Tab Link"], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": ["Posición JSON"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "El predicado aplicado al obtener un valor distinto para rellenar el componente de control de filtro. Soporta la sintaxis de la plantilla jinja. Se aplica solo cuando `Habilitar selección de filtro` está activado." + ], + "Prefix metric name with slice name": [""], + "Preview": ["Previsualizar"], + "Preview: `%s`": ["Previsualizar: `%s`"], + "Previous": ["Anterior"], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Profile": ["Perfil"], + "Profile picture provided by Gravatar": [ + "Imagen de Perfil provista por Gravatar" + ], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": ["Publicado"], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": ["Pon tu código aquí"], + "Python datetime string pattern": ["Patrón datetime de Python"], + "QUERY DATA IN SQL LAB": [""], + "Query": ["Consulta"], + "Query %s: %s": [""], + "Query History": ["Historial de la consulta"], + "Query history": ["Historial de la Consulta"], + "Query in a new tab": ["Consulta en nueva pestaña"], + "Query is too complex and takes too long to run.": [""], + "Query name": ["Nombre de la consulta"], + "Query preview": ["Previsualización de Datos"], + "Query was stopped.": ["La consulta ha sido detenida."], + "RANGE TYPE": ["TIPO DE RANGO"], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Raw records": [""], + "Rebuild": [""], + "Recent activity": ["Actividad Reciente"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas guardadas recientemente" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas editadas recientemente" + ], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas vistas recientemente" + ], + "Recents": ["Recientes"], + "Recipients are separated by \",\" or \";\"": [ + "Los destinatarios están separados por \",\" o \";\"" + ], + "Recommended tags": [""], + "Record Count": ["Número de Registros"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redirige a este punto al hacer clic en la tabla de la lista de tablas" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Referenced columns not available in DataFrame.": [ + "Columnas referenciadas no disponibles en DataFrame." + ], + "Refetch results": ["ver resultados"], + "Refresh": ["Intervlo de actualización"], + "Refresh dashboard": ["Actualizar dashboard automáticamente"], + "Refresh frequency": ["Frecuencia de actualización"], + "Refresh interval": ["Intérvalo de actualización"], + "Refresh table list": [""], + "Refresh the default values": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relationships between community channels": [""], + "Relative quantity": ["Cantidad relativa"], + "Remind me in 24 hours": [""], + "Remove": ["Eliminar"], + "Remove invalid filters": [""], + "Remove item": [""], "Remove query from log": ["Eliminar consulta del historial"], - "An error occurred saving dataset": [ - "Se produjo un error al crear el origen de datos" + "Remove table preview": ["Eliminar vista previa de la tabla"], + "Removed columns: %s": ["Columnas eliminadas: %s"], + "Rename tab": ["Renombrar pestaña"], + "Replace": ["Remplazar"], + "Report Schedule could not be created.": [ + "El informe programado no ha podido ser creado." + ], + "Report Schedule could not be deleted.": [ + "El informe programado no ha podido ser eliminado." + ], + "Report Schedule could not be updated.": [ + "El informe programado no ha podido ser actualizado." + ], + "Report Schedule delete failed.": [ + "El informe programado no se pudo eliminar." + ], + "Report Schedule execution failed when generating a screenshot.": [ + "La ejecución del informe programado falló al generar una captura de pantalla." + ], + "Report Schedule execution got an unexpected error.": [ + "La ejecución del informe programado falló por un error inesperado." + ], + "Report Schedule is still working, refusing to re-compute.": [ + "El informe programado todavía está en proceso, rechazando la recomputación." + ], + "Report Schedule log prune failed.": [ + "Los registros del informe programado no pudieron limpiarse." + ], + "Report Schedule not found.": ["No se encuentra el informe programado."], + "Report Schedule parameters are invalid.": [ + "Los parametros del informe programado son inválidos" + ], + "Report Schedule reached a working timeout.": [ + "El informe programado alcanzó el tiempo de espera máximo." + ], + "Report Schedule state not found": [ + "No se encontró el estado del informe programado" + ], + "Report failed": ["Informe fallido"], + "Report name": ["Nombre de informe"], + "Report schedule": ["Programar informe"], + "Report schedule unexpected error": [ + "Error inesperado del informe programado" + ], + "Report sending": ["Envío de informe"], + "Report sent": ["Reporte enviado"], + "Reports": ["Informes"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Solicitar Permisos"], + "Request is incorrect: %(error)s": ["Petición incorrecta: %(error)s"], + "Request is not JSON": ["La petición no es JSON"], + "Request missing data field.": [""], + "Required": ["Requerido"], + "Required control values have been removed": [""], + "Reset state": ["Restablecer estado"], + "Resource already has an attached report.": [""], + "Results": ["Resultados"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse lat/long ": ["latitud/longitud reversos"], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["Métrica Eje Derecho"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "El rol %(r)s se extendió para proporcionar el acceso al origen de datos %(ds)s" + ], + "Roles": ["Roles"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": ["Roles a conceder"], + "Rolling function": ["Probar Conexión"], + "Rolling window": ["Ventana de desplazamiento"], + "Root certificate": ["Certificado raíz"], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": ["Hilera"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": ["Filtro de seguridad de nivel de fila"], + "Row limit": ["Límite filas"], + "Rows": ["Filas"], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": ["Filas a Leer"], + "Rule": ["Regla"], + "Run": ["Ejecutar"], + "Run in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Run query": ["Ejecutar consulta"], + "Run query (Ctrl + Return)": ["Ejecutar consulta (Ctrl + Enter)"], + "Run query in a new tab": ["Ejecutar consulta en otra pestaña"], + "Run selection": ["Probar Conexión"], + "Running": ["Ejecutando"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": ["SÁB"], + "SEP": ["SEP"], + "SHA": [""], + "SQL": ["SQL"], + "SQL Copied!": ["Copiado!"], + "SQL Expression": ["Expresión SQL"], + "SQL Lab": ["Laboratorio SQL"], + "SQL Lab View": ["Vista de Laboratorio SQL"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": ["Consulta SQL"], + "SQL expression": ["Expresión SQL"], + "SQL query": ["Parar query"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["DOM"], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": [""], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": ["Sábado"], + "Save": ["Guardar"], + "Save & Explore": ["Guardar y Explorar"], + "Save & go to dashboard": ["Guardar e ir al Dashboard"], + "Save (Overwrite)": ["Guardar (Sobrescribir)"], + "Save as": ["Guardar como"], + "Save as new": ["Guardar como una consulta nueva"], + "Save as new chart": ["Guardar como gráfico nuevo"], + "Save as:": ["Guardar como:"], + "Save chart": ["Guardar gráfico"], + "Save dashboard": ["Guardar Dashboard"], + "Save for this session": ["Guardar para esta sesión"], + "Save or Overwrite Dataset": [""], + "Save query": ["Guardar Consulta"], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Guardar"], + "Saved Queries": ["Consultas Guardadas"], + "Saved metric": ["Consultas Guardadas"], + "Saved queries": ["Consultas Guardadas"], + "Saved queries could not be deleted.": [ + "Los Gráficos no han podido eliminarse" + ], + "Saved query not found.": ["No se encuentra la consulta guardada."], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Schedule": ["Programar"], + "Schedule query": ["Guardar Consulta"], + "Schedule settings": ["Configuracion"], + "Schedule the query periodically": [ + "Programar la consulta periódicamente" + ], + "Scheduled": ["Programado"], + "Schema": ["Esquema"], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Esquema, tal como se utiliza solo en algunas bases de datos como Postgres, Redshift y DB2" + ], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Buscar"], + "Search / Filter": ["Buscar / Filtrar"], + "Search Metrics & Columns": ["Buscar Métricas y Columnas"], + "Search all filter options": ["Buscar / Filtrar"], + "Search by query text": ["Buscar por texto"], + "Search...": ["Buscar..."], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": [""], + "Secure extra": ["Seguridad"], + "Security": ["Seguridad"], + "Security & Access": ["Seguridad & Acceso"], + "See less": ["Ver menos"], + "See more": ["Ver más"], + "See table schema": ["Ver esquema de tabla"], + "Select ...": ["Selecciona ..."], + "Select a Excel file to be uploaded to a database.": [ + "Selecciona un archivo de Excel para ser cargado a una base de datos." + ], + "Select a database to upload the file to": [""], + "Select a visualization type": ["Selecciona un tipo de visualización"], + "Select any columns for metadata inspection": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select start and end date": ["Seleciona fecha de inicio y de fin"], + "Select subject": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": ["Septiembre"], + "Sequential": [""], + "Series": ["Series"], + "Series chart type (line, bar etc)": [""], + "Series limit": ["Límite de Serie"], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": [ + "Configurar intervalo de actualización automática" + ], + "Set filter mapping": ["Configurar mapeo de filtros"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": ["Configuración"], + "Settings for time series": [""], + "Share": ["Compartir"], + "Shared query": ["Guardar Consulta"], + "Sheet Name": ["Nombre de Hoja"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [ + "La descripción corta debe ser única para esta capa" + ], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show CREATE VIEW statement": ["Ver instrucción CREATE VIEW"], + "Show CSS Template": ["Mostrar Plantilla CSS"], + "Show Chart": ["Mostrar Gráfico"], + "Show Column": ["Mostrar Columna"], + "Show Dashboard": ["Mostrar Dashboard"], + "Show Database": ["Mostrar Base de Datos"], + "Show Less...": [""], + "Show Log": ["Mostrar Registro"], + "Show Markers": [""], + "Show Metric": ["Mostrar Métrica"], + "Show Row level security filter": [ + "Mostrar filtro de seguridad de nivel de fila" + ], + "Show Saved Query": ["Mostrar Consulta Guardada"], + "Show Table": ["Mostrar Tabla"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": ["Mostrando %s de %s"], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": ["Saltar líneas vacías"], + "Skip Initial Space": ["Omitir Espacio Inicial"], + "Skip Rows": ["Omitir Filas"], + "Slug": ["Slug"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [ + "Lo sentimos, hubo un error al obtener la información de la base de datos: %s" + ], + "Sorry there was an error fetching saved charts: ": [""], + "Sorry, An error occurred": ["Lo siento, ha ocurrido un error"], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, your browser does not support copying.": [ + "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + ], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + ], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": ["Orden Descendente"], + "Sort bars by x labels.": [""], + "Sort by": ["Ordenar por"], + "Sort columns alphabetically": ["Ordenar columnas alfabéticamente"], + "Sort descending": ["Orden descendente"], + "Sort metric": ["Métroca de orden"], + "Sort series in ascending order": [""], + "Source": ["Fuente"], + "Source SQL": ["Fuente SQL"], + "Sparkline": [""], + "Spatial": ["Espacial"], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [ + "Especifica un esquema (si el sistema de base de datos lo soporta)." + ], + "Specify duplicate columns as \"X.0, X.1\".": [ + "Especifica columnas duplicadas como \"X.0, X.1\"." + ], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["Iniciar"], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "State": ["Estado"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["Estado"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stop": ["Detener"], + "Stop query": ["Detener consulta"], + "Stop running (Ctrl + x)": ["Detener (Ctrl + x)"], + "Stopped an unsafe database connection": [ + "Se ha detenido una conexión insegura a la base de datos" + ], + "Strength to pull the graph toward center": [""], + "Strings used for sheet names (default is the first sheet).": [ + "Cadenas usadas para nombres de hojas (por defecto es la primera hoja)." + ], + "Structural": [""], + "Style": ["Estilo"], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": ["Éxito"], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": [""], + "Sunday": ["Domingo"], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Gráfico Superset"], + "Superset dashboard": ["Dashboard Superset"], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol of two ends of edge line": [""], + "Sync columns from source": ["Sincronizar las columnas desde la fuente"], + "Syntax": [""], + "TABLES": ["TABLAS"], + "THU": ["JUE"], + "TUE": ["MAR"], + "Tab name": ["Nombre de la pestaña"], + "Tab title": [""], + "Table": ["Tabla"], + "Table %(table)s wasn't found in the database %(db)s": [ + "La tabla %(table)s no fue encontrada en la base de datos %(db)s" + ], + "Table Exists": ["Tabla Existe"], + "Table Name": ["Nombre Tabla"], + "Table View": ["Vista de Tabla"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "" + ], + "Table name cannot contain a schema": [""], + "Table name undefined": ["Nombre de tabla indefinido"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": ["Tablas"], + "Tabs": ["Pestañas"], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target aspect ratio for treemap tiles.": [""], + "Template Name": ["Nombre Plantilla"], + "Template parameters": ["Parametros de plantilla"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": ["Probar Conexión"], + "Test connection": ["Probar Conexión"], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "El css para dashboards de manera individual puede ser modificado aquí, o en la vista del dashboard donde los cambios se ven de forma inmediata" + ], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [ + "Las solicitudes de acceso parecen haber sido eliminadas" + ], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [ + "El esquema de colores para la representación gráfica." + ], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": ["El dashboard ha sido guardado"], + "The data source seems to have been deleted": [ + "La fuente de datos parece haber sido eliminada" + ], + "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.": [ + "El tipo de datos que fue inferido por la base de datos. Puede ser necesario ingresar un tipo manualmente para columnas definidas por expresión. En la mayoría de los casos, los usuarios no deberían necesitar alterar esto." + ], + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "El conjunto de datos %s está vinculado a %s gráficos que aparecen en %s tableros. ¿Está seguro de que desea continuar? Eliminar el conjunto de datos romperá esos objetos." + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" + ], + "The dataset has been saved": [""], + "The datasource couldn't be loaded": [ + "No se pudo cargar la fuente de datos" + ], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "The distance between cells, in pixels": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" + ], + "The host might be down, and can't be reached on the provided port.": [ + "" + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": ["El id del gráfico activo"], + "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'": [ + "" + ], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "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": [ + "El número mínimo de períodos de desplazamiento necesarios para mostrar un valor. Por ejemplo, si realizas una suma acumulada en 7 días, es posible que quieras que tu \"Período mínimo\" sea 7, de modo que todos los puntos de datos mostrados sean el total de 7 períodos. Esto ocultará el \"incremento\" que tendrá lugar durante los primeros 7 períodos." + ], + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" + ], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "The number of seconds before expiring the cache": [ + "El número de segundos antes de caducar el caché." + ], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." ], - ".CSV": [""], - "Clipboard": ["Portapapeles"], - "Filter results": ["ver resultados"], - "Database error": ["Base de datos"], - "was created": ["fue creada"], - "Query in a new tab": ["Consulta en nueva pestaña"], - "The query returned no data": ["La consulta no arrojó resultados"], - "Fetch data preview": ["Obtener previsualización de datos"], - "Refetch results": ["ver resultados"], - "Track job": ["Seguir trabajo"], - "Stop": ["Detener"], - "Run selection": ["Probar Conexión"], - "Run": ["Ejecutar"], - "Stop running (Ctrl + x)": ["Detener (Ctrl + x)"], - "Stop running (Ctrl + e)": ["Detener (Ctrl + e)"], - "Run query (Ctrl + Return)": ["Ejecutar consulta (Ctrl + Enter)"], - "Save & Explore": ["Guardar y Explorar"], - "Overwrite & Explore": ["Sobreescribir y Explorar"], - "Undefined": ["Indefinido"], - "Save": ["Guardar"], - "Save as": ["Guardar como"], - "Save query": ["Guardar Consulta"], - "Save as new": ["Guardar como una consulta nueva"], - "Update": ["Actualizar"], - "Label for your query": ["Etiqueta para tu consulta"], - "Write a description for your query": [ - "Escribe una descripción para tu consulta" + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" ], - "Schedule query": ["Guardar Consulta"], - "Schedule": ["Programar"], - "There was an error with your request": [ - "Hubo un error con tu solicitud" + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" ], - "Please save the query to enable sharing": [ - "Por favor, guarda la consulta para habilitar el compartir" + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Las contraseñas para las bases de datos a continuación se necesitan para importarlas juntas con los conjuntos de datos. Por favor, tenga en cuenta que la sección \"Seguro Extra\" y \"Certificado\" de la configuración de base de datos no están presentes en los archivos de exportación, y que deben añadirse manualmente después de la importación si se necesitan." ], - "Copy link": ["Copiar enlace"], - "Copy query link to your clipboard": [ - "Copiar consulta de partición al portapapeles" + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" ], - "Save the query to copy the link": [ - "Guarda la conulta para copiar el enlace" + "The pattern of timestamp format. For strings use ": [ + "Patrón de la fecha/hora. Para cadenas usar " ], - "No stored results found, you need to re-run your query": [ - "No se encontraron resultados almacenados, necesitas ejecutar tu consulta de nuevo" + "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.": [ + "" ], - "Run a query to display results here": [ - "Ejecutar una consulta para mostrar los resultados aquí" + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" ], - "Preview: `%s`": ["Previsualizar: `%s`"], - "Results": ["Resultados"], - "Query history": ["Historial de la Consulta"], - "Run query": ["Ejecutar consulta"], - "New tab": ["Nueva pestaña"], - "Untitled query": ["Consulta sin título"], - "Stop query": ["Detener consulta"], - "Schedule the query periodically": [ - "Programar la consulta periódicamente" + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "You must run the query successfully first": [ - "Primero debes ejecutar la consulta exitosamente" + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": ["No se pudo cargar la consulta."], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "It appears that the number of rows in the query results displayed\n was limited on the server side to\n the %s limit.": [ + "The query has a syntax error.": [""], + "The query returned no data": ["La consulta no arrojó resultados"], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "CREATE TABLE AS": ["Permitir CREATE TABLE AS"], - "CREATE VIEW AS": ["Permitir CREATE TABLE AS"], - "Estimate the cost before running a query": [ - "Estimar el costo antes de ejecutar una consulta" + "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.": [ + "" ], - "Reset state": ["Restablecer estado"], - "Enter a new title for the tab": [ - "Ingresa un nuevo título para la pestaña" + "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": [ + "" ], - "Untitled Query %s": ["Consulta sin título %s"], - "Close tab": ["Cerrar pestaña"], - "Rename tab": ["Renombrar pestaña"], - "Expand tool bar": ["Expandir barra de herramientas"], - "Hide tool bar": ["Ocultar barra de herramientas"], - "Close all other tabs": ["Cerrar las demás pestañas"], - "Duplicate tab": ["Duplicar pestaña"], - "Copy partition query to clipboard": [ - "Copiar consulta de partición al portapapeles" + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" ], - "latest partition:": ["última partición:"], - "Keys for table": ["Claves de la tabla"], - "View keys & indexes (%s)": ["Ver claves e índices (%s)"], - "Sort columns alphabetically": ["Ordenar columnas alfabéticamente"], - "Original table column order": ["Orden original de columna de tabla"], - "Copy SELECT statement to the clipboard": [ - "Copiar instrucción SELECT al portapapeles" + "The rich tooltip shows a list of all series for that point in time": [ + "" ], - "Show CREATE VIEW statement": ["Ver instrucción CREATE VIEW"], - "CREATE VIEW statement": ["Instrucción CREATE VIEW"], - "Remove table preview": ["Eliminar vista previa de la tabla"], - "Assign a set of parameters as": [ - "Asignar un conjunto de parámtros como" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - "below (example:": ["abajo (ejemplo:"], - "), and they become available in your SQL (example:": [ - "), y estarán disponibles en tu SQL (ejemplo:" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - ") by using": [") usando"], - "Edit template parameters": ["Editar parámetros de la plantilla"], - "Invalid JSON": ["JSON inválido"], - "Create a new chart": ["Crear un nuevo Gráfico"], - "Choose a dataset": ["Selecciona una base de datos"], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ "" ], - "Choose a visualization type": ["Elige un tipo de visualización"], - "Create new chart": ["Crear un nuevo Gráfico"], - "An error occurred while loading the SQL": [ - "Ocurrió un error al cargar SQL" + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "Updating chart was stopped": [ - "La actualización del gráfico ha sido detenida" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "An error occurred while rendering the visualization: %s": [ - "Ocurrió un error al crear la visualización: %s" + "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.": [ + "" ], - "Network error.": ["Error de red."], - "every": ["cada"], - "every month": ["cada mes"], - "every day of the month": ["todos los días del mes"], - "day of the month": ["día del mes"], - "every day of the week": ["todos los días de la semana"], - "day of the week": ["día de la semana"], - "every hour": ["cada hora"], - "every minute UTC": ["cada minuto UTC"], - "year": ["año"], - "month": ["mes"], - "week": ["semana"], - "day": ["día"], - "hour": ["hora"], - "minute": ["minuto"], - "reboot": [""], - "Every": ["Cada"], - "in": ["en"], - "on": ["en"], - "and": ["y"], - "at": ["en"], - ":": [""], - "minute(s) UTC": ["minuto(s) UTC"], - "Invalid cron expression": ["Expresión cron inválida"], - "Clear": ["Limpiar"], - "Sunday": ["Domingo"], - "Monday": ["Lunes"], - "Tuesday": ["Martes"], - "Wednesday": ["Miércoles"], - "Thursday": ["Jueves"], - "Friday": ["Viernes"], - "Saturday": ["Sábado"], - "January": ["Enero"], - "February": ["Febrero"], - "March": ["Marzo"], - "April": ["Abril"], - "May": ["Mayo"], - "June": ["Junio"], - "July": ["Julio"], - "August": ["Agosto"], - "September": ["Septiembre"], - "October": ["Octubre"], - "November": ["Noviembre"], - "December": ["Diciembre"], - "SUN": ["DOM"], - "MON": ["LUN"], - "TUE": ["MAR"], - "WED": ["MIÉ"], - "THU": ["JUE"], - "FRI": ["VIE"], - "SAT": ["SÁB"], - "JAN": ["ENE"], - "FEB": ["FEB"], - "MAR": ["MAR"], - "APR": ["ABR"], - "MAY": ["MAY"], - "JUN": ["JUN"], - "JUL": ["JUL"], - "AUG": ["AGO"], - "SEP": ["SEP"], - "OCT": ["OCT"], - "NOV": ["NOV"], - "DEC": ["DIC"], - "OK": ["OK"], - "Click to see difference": [""], - "Altered": ["Modificado"], - "Chart changes": ["El Gráfico ha cambiado"], - "Superset chart": ["Gráfico Superset"], - "Check out this chart in dashboard:": [""], - "Select ...": ["Selecciona ..."], - "Loaded data cached": ["Datos cargados en caché"], - "Loaded from cache": ["Cargado de caché"], - "Click to force-refresh": ["Haga clic para forzar la actualización"], - "cached": ["en cache"], - "Certified by %s": ["Certidicado por %s"], - "Copy to clipboard": ["Copiar al portapapeles"], - "Copied!": ["Copiado!"], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + "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": [ + "" ], - "Error while fetching schema list": [ - "Error recuperando la lista de esquemas" + "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`": [ + "La granularidad del tiempo para la visualización. Ten en cuenta que puedes escribir y usar un lenguaje natural simple como en `10 seconds`, `1 day` o `56 weeks`" ], - "Error while fetching database list": [ - "Error recuperando la lista de bases de datos" + "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.": [ + "La granularidad del tiempo para la visualización. Esto aplica una transformación de fecha para alterar tu columna de tiempo y define una nueva granularidad de tiempo. Las opciones aquí se definen en función del motor de base de datos en el código fuente de Superset." ], - "Database:": ["Base de datos:"], - "Select a database": ["Selecciona una base de datos"], - "Force refresh schema list": [""], - "Select a schema (%s)": ["Selecciona un esquema (%s)"], - "Schema:": ["Esquema:"], - "datasource": ["fuente de datos"], - "schema": ["esquema"], - "delete": ["eliminar"], - "Type \"%s\" to confirm": ["Teclea \"%s\" para confirmar"], - "DELETE": ["ELIMINAR"], - "Click to edit": ["Click para editar"], - "You don't have the rights to alter this title.": [ - "No tienes los derechos para alterar este título." + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" ], - "Unexpected error": ["Error inesperado"], - "Click to favorite/unfavorite": ["Haz clic para favorito/no favorito"], - "An error occurred while fetching dashboards": [ - "Se produjo un error al crear el origen de datos" + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" ], - "Error while fetching table list": [ - "Error recuperando la lista de tablas" + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "El tipo de visualización a mostrar." ], - "Select table or type table name": [ - "Selecciona tabla o introduce su nombre" + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [ + "El usuario parece haber sido eliminado" ], - "Type to search ...": ["Escribe para buscar ..."], - "Select table ": ["Seleccionar tabla "], - "Force refresh table list": [""], - "See table schema": ["Ver esquema de tabla"], - "%s%s": [""], - "Share dashboard": ["Compartir dashboard"], - "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": ["Propietario del Gráfico: %s"], - "%s Error": ["%s Error"], - "See more": ["Ver más"], - "See less": ["Ver menos"], - "Copy message": ["Mensaje de Aviso"], - "Close": ["Cerrar"], - "This was triggered by:": [""], - "Did you mean:": ["Quiciste decir:"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": ["Parámetros"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "Estamos teniendo problemas cargando esta visualización. Las consultas se establecen a tiempo de espera después de %s segundo." + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "There are associated alerts or reports": [ + "Hay alertas o informes asociados" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "Estamos teniendo problemas cargando estos resultados. Las consultas se establecen a tiempo de espera después de %s segundo." + "There are associated alerts or reports: %s,": [ + "Hay alertas o informes asociados: %s," ], - "Timeout error": ["Error de timeout"], - "Cell content": ["Contenido de la celda"], - "The import was successful": ["Se importó correctamente"], - "OVERWRITE": ["SOBRESCRIBIR"], - "Overwrite": ["Sobrescribir"], - "Import": ["Import"], - "Import %s": ["Importar %s"], - "Last Updated %s": ["Última actualización %s"], - "%s Selected": ["%s seleccionados"], - "Deselect all": ["¿Realmente quieres borrar todo?"], - "%s-%s of %s": ["%s-%s de %s"], - "Settings": ["Configuración"], - "About": [""], - "SQL query": ["Parar query"], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [ + "No hay filtros en este dashboard" + ], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "Can not move top level tab into nested tabs": [""], - "This chart has been moved to a different filter scope.": [""], - "There was an issue fetching the favorite status of this dashboard.": [ + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "There was an issue favoriting this dashboard.": [""], - "This dashboard is now ${nowPublished}": [""], - "You do not have permissions to edit this dashboard.": [""], - "This dashboard was saved successfully.": [ - "Este Dashboard se guardó con éxito." + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "" ], - "Could not fetch all saved charts": [ - "No se pudieron cargar todos los gráficos guardados" + "There was an error fetching your recent activity:": [ + "Hubo un error al obtener tu actividad reciente:" + ], + "There was an error with your request": [ + "Hubo un error con tu solicitud" ], - "Sorry there was an error fetching saved charts: ": [""], - "Visualization": ["Visualización"], - "Data source": ["Fuente de datos"], - "Added": ["Añadido"], - "Components": ["Componentes"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "" + "There was an issue deleting %s: %s": [ + "Hubo un problema al eliminar %s: %s" ], - "Color scheme": ["Esquema de Color"], - "Load a template": ["Cargar una plantilla"], - "Load a CSS template": ["Cargar una plantilla CSS"], - "Live CSS editor": ["Editor CSS"], - "You have unsaved changes.": ["Tienes cambios no guardados."], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ - "Este Dashboard está actualmente fuerza refrescar; la siguiente fuerza refrescar será en %s." + "There was an issue deleting the selected %s: %s": [ + "Hubo un error al eliminar el %s seleccionado: %s" ], - "Your dashboard is too large. Please reduce the size before save it.": [ - "Tu dashboard es demasiado grande, Por favor reduce el tamaño antes de guardar" + "There was an issue deleting the selected annotations: %s": [ + "Hubo un problema al eliminar las anotaciones seleccionadas: %s" ], - "Discard changes": ["Descartar cambios"], - "An error occurred while fetching available CSS templates": [ - "Ha ocurrido un error cargando los CSS disponibles" + "There was an issue deleting the selected charts: %s": [ + "Hubo un problema al eliminar los gráficos seleccionados: %s" ], - "Superset dashboard": ["Dashboard Superset"], - "Check out this dashboard: ": [""], - "Refresh dashboard": ["Actualizar dashboard automáticamente"], - "Set auto-refresh interval": [ - "Configurar intervalo de actualización automática" + "There was an issue deleting the selected dashboards: ": [ + "Hubo un problema al eliminar los dashboards seleccionados: " ], - "Set filter mapping": ["Configurar mapeo de filtros"], - "Edit dashboard properties": ["Editar propiedades del dashboard"], - "Edit CSS": ["Editar CSS"], - "Download as image": ["Descargar como imagen"], - "Toggle fullscreen": ["Alternar pantalla completa"], - "There is no chart definition associated with this component, could it have been deleted?": [ - "" + "There was an issue deleting the selected datasets: %s": [ + "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" ], - "Delete this container and save to remove this message.": [""], - "An error has occurred": ["Ha ocurrido un error"], - "You do not have permission to edit this dashboard": [ - "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + "There was an issue deleting the selected layers: %s": [ + "Hubo un problema al eliminar las capas seleccionadas: %s" ], - "A valid color scheme is required": [ - "Un esquema de colores válido es requerido" + "There was an issue deleting the selected queries: %s": [ + "Ocurrió un problema al eliminar las consultas seleccionadas: %s" ], - "The dashboard has been saved": ["El dashboard ha sido guardado"], - "Apply": ["Aplicar"], - "Dashboard properties": ["Propiedades del Dashboard"], - "Basic information": ["Información Basica"], - "URL slug": ["nombre para URL"], - "A readable URL for your dashboard": [ - "Una URL amigable para el dashboard" + "There was an issue deleting the selected templates: %s": [ + "Hubo un problema al eliminar las plantillas seleccionadas: %s" ], - "Access": ["Acceso"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "There was an issue deleting: %s": ["Hubo un problema al eliminar: %s"], + "There was an issue favoriting this dashboard.": [""], + "There was an issue fetching the favorite status of this dashboard.": [ "" ], - "Colors": ["Colores"], - "Advanced": ["Avanzado"], - "JSON metadata": ["Metadatos JSON"], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Este dashboard no es público, no serávisible en la lista de dashboards, Haz click aqui para publicarlo." + "There was an issue previewing the selected query %s": [ + "Ocurrió un problema al previsualizar la consulta seleccionada %s" ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ - "" + "There was an issue previewing the selected query. %s": [ + "Hubo un problema al previsualizar la consulta seleccionada. %s" ], - "This dashboard is published. Click to make it a draft.": [ - "Este dashboard es público, Haz click para hacerlo borrador" + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Hay un bucle en tu Sankey, por favor proporciona un árbol. Aquí hay un enlace defectuoso: {}" ], - "Draft": ["Borrador"], - "Don't refresh": ["No Actualizar"], - "10 seconds": ["10 segundos"], - "30 seconds": ["30 segundos"], - "1 minute": ["1 minuto"], - "5 minutes": ["5 minutos"], - "30 minutes": ["30 minutos"], - "1 hour": ["1 hora"], - "6 hours": ["6 horas"], - "12 hours": ["12 horas"], - "24 hours": ["24 horas"], - "Refresh interval": ["Intérvalo de actualización"], - "Refresh frequency": ["Frecuencia de actualización"], - "Are you sure you want to proceed?": ["¿Seguro que quieres proceder?"], - "Save for this session": ["Guardar para esta sesión"], - "You must pick a name for the new dashboard": [ - "Debes elegir un nombre para el nuevo Dashboard" + "These are the tables this filter will be applied to.": [ + "Estas son las tablas a las que se aplicará este filtro." ], - "Save dashboard": ["Guardar Dashboard"], - "Overwrite Dashboard [%s]": ["Sobrescribir el Dashboard [%s]"], - "Save as:": ["Guardar como:"], - "[dashboard name]": ["[nombre del Dashboard]"], - "also copy (duplicate) charts": [ - "copiar (duplicar) tambien los Gráficos" + "These filters apply to the values available in the dropdowns": [ + "Estos filtros aplican para los valores disponibles en la caja de selección" ], - "Filter your charts": ["Filtrar tus Gráficos"], - "Annotation layers are still loading.": [""], - "One ore more annotation layers failed loading.": [ - "Una o más capas de anotación fallaron al cargar." + "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.": [ + "Estos parámetros se generan dinámicamente al hacer clic en el botón Guardar o sobrescribir en la vista de exploración. Este objeto JSON se expone aquí como referencia y para usuarios avanzados que quieran modificar parámetros específicos." ], - "Cached %s": ["En cache %s"], - "Fetched %s": ["Obtenido %s"], - "Minimize chart": ["Minimizar"], - "Maximize chart": ["Maximizar"], - "Force refresh": ["Forzar actualización"], - "Toggle chart description": ["Alterna la descripción del Dashboard"], - "View chart in Explore": ["Ver gráfico en Explorador"], - "Share chart": ["Compartir gráfico"], - "Export CSV": ["Exportar CSV"], - "Applied Filters (%d)": ["Filtros aplicados (%d)"], - "Incompatible Filters (%d)": ["Filtros Incompatibles (%d)"], - "Unset Filters (%d)": ["Quitar filtros (%d)"], - "Search...": ["Buscar..."], - "No filter is selected.": ["Ningún filtro seleccionado"], - "Editing 1 filter:": ["Editando 1 filtro:"], - "Batch editing %d filters:": ["Editando %d filtros simultáneamente:"], - "Configure filter scopes": ["Configurar ámbito de filtros"], - "There are no filters in this dashboard.": [ - "No hay filtros en este 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.": [ + "Este objeto JSON se genera dinámicamente al hacer clic en el botón Guardar o sobrescribir en la vista del Dashboard. Se expone aquí como referencia y para usuarios avanzados que quieran modificar parámetros específicos." ], - "Expand all": ["Expandir todo"], - "Collapse all": ["Contraer todo"], - "This markdown component has an error.": [ - "Este componente markdown tiene un error." + "This action will permanently delete %s.": [ + "Esta acción eliminará permanentemente %s." ], - "This markdown component has an error. Please revert your recent changes.": [ - "" + "This action will permanently delete the layer.": [ + "Esta acción eliminará permanentemente la capa." ], - "Delete dashboard tab?": ["¿Quieres eliminar la pestaña del dashboard?"], - "Divider": ["División"], - "Header": ["Encabezado"], - "Row": ["Hilera"], - "Tabs": ["Pestañas"], - "Preview": ["Previsualizar"], - "Yes, cancel": ["Sí, cancelar"], - "Keep editing": ["Continuar editando"], - "Select parent filters": ["Buscar / Filtrar"], - "Reset all": ["Restablecer todos"], - "You have removed this filter.": ["Has eliminado este filtro."], - "Restore filter": ["Filtro de Fecha"], - "Filter name": ["Valor del Filtro"], - "Name is required": ["Nombre es requerido"], - "Datasource is required": ["Fuentes de datos"], - "Field": ["Campo"], - "Parent filter": ["Filtro de padre"], - "None": [""], - "Apply changes instantly": ["Aplicar cambios al instante"], - "Allow multiple selections": ["Permitir selección múltiple"], - "Inverse selection": ["Selección inversa"], - "Required": ["Requerido"], - "Are you sure you want to cancel?": [ - "¿Estas seguro de que quieres guardar y aplicar los cambios?" + "This action will permanently delete the saved query.": [ + "Esta acción eliminará la consulta guardada de forma permanente" ], - "will not be saved.": ["no será guardado."], - "Filter configuration and scoping": [ - "Configuración de filtro invalido, por favor selecciona una columna" + "This action will permanently delete the template.": [ + "Esta acción eliminará permanentemente la plantilla." ], - "Add filter": ["Añadir filtro"], - "(Removed)": ["(Eliminado)"], - "Undo?": ["¿Deshacer?"], - "Scoping": [""], - "Apply to all panels": ["Aplicar a todos los páneles"], - "Apply to specific panels": ["Aplicar a páneles específicos"], - "Only selected panels will be affected by this filter": [""], - "All panels with this column will be affected by this filter": [""], - "All filters": ["Todos los filtros"], - "All charts": ["Todos los gráficos"], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "This chart emits/applies cross-filters to other charts that use the same dataset": [ "" ], - "dataset": [""], - "Change dataset": ["Cambiar fuente"], - "Warning!": ["Mensaje de Aviso"], - "Search / Filter": ["Buscar / Filtrar"], - "Physical (table or view)": ["Tabla física"], - "Virtual (SQL)": [""], - "SQL expression": ["Expresión SQL"], - "Data type": ["Tipo de dato"], - "Datetime format": ["Formato Fecha/Hora"], - "The pattern of timestamp format. For strings use ": [ - "Patrón de la fecha/hora. Para cadenas usar " + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" ], - "Python datetime string pattern": ["Patrón datetime de Python"], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "Is dimension": ["Es dimensión"], - "Is filterable": ["Es filtrable"], - "Modified columns: %s": ["Columnas modificadas: %s"], - "Removed columns: %s": ["Columnas eliminadas: %s"], - "New columns added: %s": ["Nuevas columnas añadidas: %s"], - "Metadata has been synced": ["Los metadatos se han sincronizado"], - "Column name [%s] is duplicated": ["La columna [%s] esta duplicada"], - "Metric name [%s] is duplicated": ["La métrica [%s] esta duplicada"], - "Calculated column [%s] requires an expression": [ - "Columna calculada [%s] requiere una expresión" + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "Basic": ["Básico"], - "Default URL": ["Url por defecto"], - "Default URL to redirect to when accessing from the dataset list page": [ + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Autocomplete filters": ["Autocompletar filtros"], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": ["Autocompletar predicado de consulta"], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Extra data to specify table metadata. Currently supports certification data of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`.": [ + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Owners of the dataset": ["Propietarios del dataset"], - "Cache timeout": ["Tiempo de espera de caché"], - "The duration of time in seconds before the cache is invalidated": [""], - "Hours offset": [""], - "Spatial": ["Espacial"], - "virtual": [""], - "Dataset name": ["Nombre de la Fuente de Datos"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": ["Tabla física"], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Este dashboard no es público, no serávisible en la lista de dashboards, Haz click aqui para publicarlo." + ], + "This dashboard is published. Click to make it a draft.": [ + "Este dashboard es público, Haz click para hacerlo borrador" + ], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "Click the lock to make changes.": [ - "CLick en el candado para poder realizar cambios." + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" ], - "Click the lock to prevent further changes.": [ - "Click sobre el candado para prevenir futuros cambios." + "This dashboard was saved successfully.": [ + "Este Dashboard se guardó con éxito." ], - "D3 format": ["Formato D3"], - "Warning message": ["Mensaje de Aviso"], - "Warning message to display in the metric selector": [""], - "Certified by": ["Certificado por"], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": ["Detalles de la certificación"], - "Be careful.": ["Se precavido."], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "This database is managed externally, and can't be edited in Superset": [ "" ], - "Source": ["Fuente"], - "Sync columns from source": ["Sincronizar las columnas desde la fuente"], - "Calculated columns": ["Columnas calculadas"], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "This database table does not contain any data. Please select a different table.": [ "" ], - "Are you sure you want to save and apply changes?": [ - "¿Estas seguro de que quieres guardar y aplicar los cambios?" + "This dataset is managed externally, and can't be edited in Superset": [ + "" ], - "Confirm save": ["Confirmar guardado"], - "Edit Dataset ": ["Editar Base de Datos"], - "Use legacy datasource editor": ["Usar editor de datasource legado"], - "Time range": ["Periodo de tiempo"], - "Time column": ["Columna de Tiempo"], - "Time grain": ["Granularidad Temporal"], - "Origin": ["Origen"], - "Time granularity": ["Granularidad de Tiempo"], - "A reference to the [Time] configuration, taking granularity into account": [ - "Una referencia a la configuración [Tiempo], teniendo en cuenta la granularidad." + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Esto define el elemento a trazar en el gráfico." ], - "Group by": ["Agrupar por"], - "One or many controls to group by": [ - "Uno o varios controles para agrupar por" + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Este campo actúa como una vista de Superset, lo que significa que Superset ejecutará una consulta en esta cadena como una subconsulta." ], - "One or many metrics to display": ["Una o varias métricas para mostrar"], - "Dataset": ["Conjunto de Datos"], - "Visualization type": ["Tipo de Visualización"], - "The type of visualization to display": [ - "El tipo de visualización a mostrar." + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "Fixed color": ["Color fijo"], - "Use this to define a static color for all circles": [""], - "Right axis metric": ["Métrica Eje Derecho"], - "Choose a metric for right axis": [ - "Elige una métrica para el eje derecho" + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" ], - "Linear color scheme": ["Esquema de Color Lineal"], - "Color metric": ["Métrica de Color"], - "A metric to use for color": ["Una métrica para usar para el color."], - "One or many controls to pivot as columns": [ - "Uno o varios controles para pivotar como columnas" + "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": [ + "Este objeto JSON describe la posición de los widgets en el panel de control. Se genera dinámicamente al ajustar el tamaño y las posiciones de los widgets mediante la función de arrastrar y soltar en la vista del tablero" ], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Define el origen donde comienzan los intervalos de tiempo, acepta fechas naturales como en `now`,` sunday` o `1970-01-01`" + "This markdown component has an error.": [ + "Este componente markdown tiene un error." ], - "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`": [ - "La granularidad del tiempo para la visualización. Ten en cuenta que puedes escribir y usar un lenguaje natural simple como en `10 seconds`, `1 day` o `56 weeks`" + "This markdown component has an error. Please revert your recent changes.": [ + "" ], - "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": [ + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "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.": [ - "La granularidad del tiempo para la visualización. Esto aplica una transformación de fecha para alterar tu columna de tiempo y define una nueva granularidad de tiempo. Las opciones aquí se definen en función del motor de base de datos en el código fuente de Superset." + "This section contains options that allow for advanced analytical post processing of query results": [ + "Esta sección contiene opciones que permiten el procesamiento analítico avanzado de los resultados de la consulta" ], - "Last week": ["Semana anterior"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ "" ], - "Row limit": ["Límite filas"], - "Series limit": ["Límite de Serie"], - "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).": [ + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "Sort by": ["Ordenar por"], - "Metric used to define the top series": [ - "Métrica utilizada para definir la serie superior." + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": [ + "Esta visualización no está soportada." ], - "Series": ["Series"], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Define la agrupación de entidades. Cada serie se muestra como un color específico en el gráfico y tiene una leyenda" + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": ["Jueves"], + "Time": ["Tiempo"], + "Time Series - Bar Chart": ["Serie Temporal - Gráfico de Barras"], + "Time Series - Dual Axis Line Chart": [ + "Serie Temporal - Gráfico de líneas de doble eje" ], - "Entity": ["Entidad"], - "This defines the element to be plotted on the chart": [ - "Esto define el elemento a trazar en el gráfico." + "Time Series - Line Chart": ["Serie Temporal - Gráfico de Líneas"], + "Time Series - Multiple Line Charts": [ + "Serie temportal - Gráfico de múltiples líneas" ], - "X Axis": ["Eje X"], - "Metric assigned to the [X] axis": ["Métrica asignada al eje [X]"], - "Y Axis": ["Eje Y"], - "Metric assigned to the [Y] axis": ["Métrica asignada al eje [Y]"], - "Bubble size": ["Tamaño burbuja"], - "Y Axis Format": ["Formato Eje Y"], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "" + "Time Series - Nightingale Rose Chart": [ + "Serie Temporal - Gráfico de Nightingale Rose" ], - "The color scheme for rendering chart": [ - "El esquema de colores para la representación gráfica." + "Time Series - Paired t-test": ["Serie Temporal - Prueba-T Emparejada"], + "Time Series - Percent Change": ["Serie Temporal - Cambio Porcentual"], + "Time Series - Period Pivot": ["Serie Temporal - Pivote de periodo"], + "Time Series - Stacked": ["Serie Temporal - Apiladas"], + "Time Table View": ["Vista de Tabla Temporal"], + "Time column": ["Columna de Tiempo"], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Columna de Tiempo"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "Color map": ["Mapa de colores"], - "description": ["descripción"], - "bolt": ["tornillo"], - "Changing this control takes effect instantly": [ - "Los aambios en este control surten efecto de inmediato" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "Customize": ["Personalizar"], - "rows retrieved": ["líneas obtenidas"], - "Sorry, An error occurred": ["Lo siento, ha ocurrido un error"], - "No data": ["No hay datos"], - "View samples": ["Ver ejemplos"], - "Search Metrics & Columns": ["Buscar Métricas y Columnas"], - "Showing %s of %s": ["Mostrando %s de %s"], - "New chart": ["Nuevo gráfico"], - "Edit properties": ["Editar propiedades"], - "View query": ["Ver consulta"], - "Run in SQL Lab": ["Ejecutar en Laboratiorio SQL"], - "Height": ["Altura"], - "Width": ["Anchura"], - "Export to .json": ["Exportar a .json"], - "Export to .csv format": ["Exportar a .csv"], - "%s - untitled": ["%s - sin título"], - "Edit chart properties": ["Editar propiedades de gráfico"], - "Control labeled ": [""], - "Open Datasource tab": ["Nombre de la Fuente de Datos"], - "You do not have permission to edit this chart": [ - "No tienes permiso para aprobar esta solicitud." + "Time grain": ["Granularidad Temporal"], + "Time grain missing": ["Granularidad Temporal"], + "Time granularity": ["Granularidad de Tiempo"], + "Time in seconds": ["Tiempo en segundos"], + "Time range": ["Periodo de tiempo"], + "Time related form attributes": [ + "Atributos de formulario relacionados con el tiempo" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Time series columns": ["Columna de Tiempo"], + "Time shift": ["Desplazamiento de tiempo"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Configuration": ["Configuración"], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "Los gráficos de barras en las series de tiempo se utilizan para mostrar los cambios en las métricas con el paso del tiempo, en forma de barras." + ], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Gráfico de Dispersión de Puntos (en Series de tiempo), muestra en el eje horizontal el tiempo en unidades lineales, conectando los puntos en orden. Muestra una relación estadística entre dos variables-" + ], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "rows": ["hileras"], - "Limit reached": ["Límite alcanzado"], - "**Select** a dashboard OR **create** a new one": [ - "**Seleccionar** un dashboard o **crear** uno nuevo" + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "Gráfico de Series por tiempo en Pasos (conocida como Tabla de Pasos) es una variación del gráfico de Linea, en la cual la linea que forma la serie de tiempo forma una serie de 'pasos' entre los puntos de intervalos de datos. Una tabla de paso es útil cuando se quieren mostrar los cambios ocurridos en intervalos regulares." ], - "Please enter a chart name": [ - "Por favor introduce un nombre para el gráfico" + "Time-series Table": ["Tabla de serie temporal"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "El gráfico de linea (en series de tiempo) es un gráfico de linea utilizado para visualizar medidas tomadas en intervalos de tiempo regulares. El gráfico de linea es un tipo de gráfico que muestra información de una serie de puntos de datos conectados por segmentos de lineas rectas. Es un tipo básico de gráfico en la estadística." ], - "Save chart": ["Guardar gráfico"], - "Save & go to dashboard": ["Guardar e ir al Dashboard"], - "Save as new chart": ["Guardar como gráfico nuevo"], - "Save (Overwrite)": ["Guardar (Sobrescribir)"], - "Save as ...": ["Guardar como..."], - "Chart name": ["El Gráfico ha cambiado"], - "Add to dashboard": ["Añadir a un nuevo Dashboard"], - "Display configuration": ["Configuración de visualización"], - "Configure your how you overlay is displayed here.": [""], - "Style": ["Estilo"], - "Opacity": ["Opacidad"], - "Color": ["Color"], - "Line width": ["Grosor de línea"], - "Layer configuration": ["Configuración"], - "Configure the basics of your Annotation Layer.": [ - "Configurar los elementos básicos de la capa de anotaciones." + "Timeout error": ["Error de timeout"], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [ + "Desplazamiento de zona horaria (en horas) para esta fuente de datos" ], - "Mandatory": ["Oblugatorio"], - "Hide layer": ["Ocultar capa"], - "Choose the annotation layer type": ["Capas de Anotación"], - "Annotation layer type": ["Capas de Anotación"], - "Remove": ["Eliminar"], - "Edit annotation layer": ["Capas de Anotación"], - "Add annotation layer": ["Capas de Anotación"], - "`Min` value should be numeric or empty": [ - "El valor `Mín` debe ser numérico o vacío" + "Title": ["Título"], + "Title or Slug": ["Título o Slug"], + "To filter on a metric, use Custom SQL tab.": [ + "Para filtrar por una métrica, usa la pestaña SQL Personalizado" ], - "`Max` value should be numeric or empty": [ - "El valor `Máx` debe ser numérico o vacío" + "To get a readable URL for your dashboard": [ + "Para obtener una URL legible para tu panel de control" ], - "Min": ["Mín"], - "Max": ["Máx"], - "Edit dataset": ["Editar Base de Datos"], - "View in SQL Lab": ["Ejecutar en Laboratiorio SQL"], - "More dataset related options": ["Más opciones sobre el dataset"], - "Superset supports smart date parsing. Strings like `3 weeks ago`, `last sunday`, or `2 weeks from now` can be used.": [ + "Tooltip": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Totals": ["Totales"], + "Track job": ["Seguir trabajo"], + "Transformable": ["Transformable"], + "Transparent": ["Transparente"], + "Transpose Pivot": [""], + "Transpose pivot": ["Transponer pivot"], + "Tree layout": [""], + "Treemap": ["Mapa de Árbol"], + "Treemap (legacy)": [""], + "Triangle": ["Triángulo"], + "Trigger Alert If...": ["Disparar Alerta si..."], + "Truncate Y Axis": ["Truncar el eje Y"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Truncar el eje Y. Puede ser sobreescrito al especificar un límite máximo o mínimo" + ], + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Trunca la fecha especificada a la precisión establecida en el formato de fecha" + ], + "Try applying different filters or ensuring your datasource has data": [ + "Intente aplicar filtros diferentes o asegúrese de que la fuente de datos tiene información" + ], + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": ["Martes"], + "Type": ["Tipo"], + "Type \"%s\" to confirm": ["Teclea \"%s\" para confirmar"], + "Type a value here": ["Introduce un valor"], + "Type is required": ["El tipo es obligatorio"], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Escribe o Seleciona [%s]"], + "URL": ["URL"], + "URL parameters": ["Parámetros de URL"], + "URL slug": ["nombre para URL"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "No se pueden añadir nueva pestaña al back-end. Contacte al administrador." + ], + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "No se puede conectar al catálogo \"%(catalog_name)s\"." + ], + "Unable to connect to database \"%(database)s\".": [ + "No se puede conectar a la Base de Datos: \"%(database)s\\ " + ], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ "" ], - "Default": ["Por defecto"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "Unable to create chart without a query id.": [""], + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "Sort metric": ["Métroca de orden"], - "Metric to sort the results by": [ - "Métrica con la cual ordenar los resultados." + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" ], - "Sort ascending": ["Orden Descendente"], - "Check for sorting ascending": [ - "Selecciona para ordenar de forma ascendente" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" ], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Search all filter options": ["Buscar / Filtrar"], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "User must select a value for this filter": [ - "El usuario debe elegir un valor para este filtro" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Filter configuration": ["Configuración de filtros"], - "Error while fetching data": ["Error obteniendo datos"], - "No results found": ["No se han encontrado resultados"], - "%s option(s)": ["%s opción(es)"], - "Invalid lat/long configuration.": [ - "Configuración de latitud/longitud inválida." + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Reverse lat/long ": ["latitud/longitud reversos"], - "Longitude & Latitude columns": ["Columnas de longitus y latitud"], - "Delimited long & lat single column": [ - "una sola columna con longitud y latitud delimitadas" + "Undefined": ["Indefinido"], + "Undefined window for rolling operation": [ + "Ventana no definida para la operación de movimiento" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "" + "Undo?": ["¿Deshacer?"], + "Unexpected error": ["Error inesperado"], + "Unexpected error occurred, please check your logs for details": [ + "Se ha producido un error inesperado, por favor verifique los registros para más detalles" ], - "Geohash": [""], - "textarea": ["caja de texto"], - "in modal": ["en modal"], - "Time series columns": ["Columna de Tiempo"], - "This visualization type is not supported.": [ - "Esta visualización no está soportada." + "Unknown MySQL server host \"%(hostname)s\".": [ + "Host desconocido de MySQL: \"%(hostname)s\"" ], - "Click to change visualization type": [ - "Click para cambiar el tipo de visualización" + "Unknown Presto Error": ["Error de Presto desconocido"], + "Unknown Status": ["EStado desconocido"], + "Unknown column used in orderby: %(col)s": [ + "Columna desconocida utilizada al ordenar: %(col)s%" ], - "Select a visualization type": ["Selecciona un tipo de visualización"], - "Failed to verify select options: %s": [ - "Fallo al verificar las opciones de selección: %s" + "Unknown error": ["Valor desconocido"], + "Unknown input format": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Tipo de retorno inseguro para la función %(func)s: %(value_type)s" ], - "RANGE TYPE": ["TIPO DE RANGO"], - "Actual time range": ["Rango de tiempo actual"], - "CANCEL": ["CANCELAR"], - "APPLY": ["APPLICAR"], - "Edit time range": ["Editar rango de tiempo"], - "Configure advanced time range": ["Configurar rango de tiempo avanzado"], - "START": [""], - "END": [""], - "Configure Time Range: Previous...": [ - "Configurar Ranfo de Tiempo: Anteriores..." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valor de plantilla inseguro para la clave %(key)s: %(value_type)s" ], - "Configure Time Range: Last...": [ - "Configurar Rango de Tiempo: Últimos.." + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [ + "Operación de post-procesamiento no soportada: %(operation)s" ], - "Configure custom time range": [ - "Configurar rango de tiempo personalizado" + "Unsupported return value for method %(name)s": [ + "Valor de retorno no soportado para el método %(name)s" ], - "Relative quantity": ["Cantidad relativa"], - "Anchor to": [""], - "NOW": [""], - "Date/Time": ["Fecha/Hora"], - "Simple": [""], - "Custom SQL": ["SQL Personalizado"], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "No se encontró la columna especificada. Para filtrar por una métrica, intenta la pestaña SQL Personalizado" + "Unsupported template value for key %(key)s": [ + "Valor de plantilla no soportado para la clave %(key)s" ], - "%s column(s) and metric(s)": ["%s columna(s) y métrca(s)"], - "%s column(s)": ["%s columnas(s)"], - "To filter on a metric, use Custom SQL tab.": [ - "Para filtrar por una métrica, usa la pestaña SQL Personalizado" + "Unsupported time grain: %(time_grain)s": [ + "Granularidad temporal no soportada: %(time_grain)s" ], - "%s operator(s)": ["%s operador(es)"], - "Type a value here": ["Introduce un valor"], - "Filter value (case sensitive)": [ - "Valor del filtro (sensible a mayúsculas/minúsculas)" + "Untitled query": ["Consulta sin título"], + "Update": ["Actualizar"], + "Updating chart was stopped": [ + "La actualización del gráfico ha sido detenida" ], - "choose WHERE or HAVING...": ["elige WHERE o HAVING..."], - "Filters by columns": ["Filtrar por estado"], - "Filters by metrics": ["Filtrar por estado"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "Upload": ["Subir"], + "Upload Excel file to database": [""], + "Upload JSON file": ["Subir un archivo JSON"], + "Use \"%(menuName)s\" menu instead.": [""], + "Use a log scale": ["Usar escala logarítimica"], + "Use a log scale for the X-axis": [ + "Usar escala logarítimica para el Eje X" + ], + "Use a log scale for the Y-axis": [ + "Usar escala logarítimica para el Eje Y" + ], + "Use an encrypted connection to the database": [ + "Usar una conexión encriptada a la base de datos" + ], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "%s aggregates(s)": ["%s aggregación(es)"], - "%s saved metric(s)": ["%s métrica(s) guardada(s)"], - "Saved": ["Guardar"], - "Saved metric": ["Consultas Guardadas"], - "column": ["Columna"], - "aggregate": ["agregación"], - "My metric": ["Métrica"], - "Add metric": ["Añadir Métrica"], - "Code": ["Código"], - "Markup type": ["Tipo de Markup"], - "Pick your favorite markup language": [ - "Elige tu idioma favorito de markup" + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": ["Usar editor de datasource legado"], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": ["Usar un único valor"], + "Use the Advanced Analytics options below": [ + "Usar la opción de Analítica Avanzada debajo " + ], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" ], - "Put your code here": ["Pon tu código aquí"], - "Query": ["Consulta"], - "URL": ["URL"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [ + "Use esto para definir un color estático para todos los círculos" + ], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "Time": ["Tiempo"], - "Time related form attributes": [ - "Atributos de formulario relacionados con el tiempo" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" ], - "Chart type": ["Tipo de dato"], - "Chart ID": ["ID de gráfico"], - "The id of the active chart": ["El id del gráfico activo"], - "Cache Timeout (seconds)": ["Tiempo de espera de caché (segundos)"], - "The number of seconds before expiring the cache": [ - "El número de segundos antes de caducar el caché." + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" ], - "URL parameters": ["Parámetros de URL"], - "Extra parameters for use in jinja templated queries": [ - "Parámetros extra para usar en consultas con plantillas jinja" + "User": ["Usuario"], + "User Roles": ["Roles de Usuario"], + "User must select a value for this filter": [ + "El usuario debe elegir un valor para este filtro" ], - "Time range endpoints": ["Endpoints del rango de tiempo"], - "Time range endpoints (SIP-15)": [ - "Endpoints del rango de tiempo (SIP-15)" + "User query": ["Ver consulta"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" ], - "Annotations and layers": ["Anotaciones y capas"], - "Sort descending": ["Orden descendente"], - "Whether to sort descending or ascending": [ - "Ordenar descendente o ascendente" + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" ], - "Contribution": ["Contribución"], - "Compute the contribution to the total": [ - "Calcular la contribución al total" + "Value": ["Valor"], + "Value Domain": [""], + "Value bounds": [""], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "Advanced analytics": ["Analíticos Avanzadas"], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Esta sección contiene opciones que permiten el procesamiento analítico avanzado de los resultados de la consulta" + "Vehicle Types": [""], + "Verbose Name": ["Nombre detallado"], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "View keys & indexes (%s)": ["Ver claves e índices (%s)"], + "View query": ["Ver consulta"], + "Viewed": ["Visto"], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": ["Conjunto de datos virtual"], + "Virtual dataset query cannot consist of multiple statements": [ + "La consulta de conjunto virtual no puede consistir de varias consultas" ], - "Rolling window": ["Ventana de desplazamiento"], - "Rolling function": ["Probar Conexión"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Define un una ventana de desplazamiento móvil para aplicar, funciona junto con el cuadro de texto [Periods]" + "Virtual dataset query must be read-only": [ + "La consulta de conjunto virtual debe ser de solo lectura" ], - "Periods": ["Periodos"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Define el tamaño de la función de ventana móvil, en relación con la granularidad de tiempo seleccionada" + "Visual Tweaks": [""], + "Visualization Type": ["Tipo de Visualización"], + "Visualization type": ["Tipo de Visualización"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" ], - "Min periods": ["Periodos Mínimos"], - "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": [ - "El número mínimo de períodos de desplazamiento necesarios para mostrar un valor. Por ejemplo, si realizas una suma acumulada en 7 días, es posible que quieras que tu \"Período mínimo\" sea 7, de modo que todos los puntos de datos mostrados sean el total de 7 períodos. Esto ocultará el \"incremento\" que tendrá lugar durante los primeros 7 períodos." + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" ], - "Time comparison": ["Columna de Tiempo"], - "Time shift": ["Desplazamiento de tiempo"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ - "Sobreponer una o más series de tiempo desde un período relativo. Se espera periodos de tiempo relativos en lenguaje natural (ejemplo: 24 horas, 7 días, 52 semanas, 365 días). Se admite texto libre." + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "Calculation type": ["Tipo de Cálculo"], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ - "Cómo mostrar desplazamientos de tiempo: como líneas individuales; como la diferencia absoluta entre la serie de tiempo principal y cada desplazamiento de tiempo; como el cambio porcentual; o como la relación entre series y desplazamientos de tiempo." + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "" ], - "Python functions": ["Probar Conexión"], - "Rule": ["Regla"], - "Pandas resample rule": ["Regla de Remuestra Pandas"], - "Method": ["Método"], - "Pandas resample method": ["Método de Remuestra Pandas"], - "Favorites": ["Favoritos"], - "Created content": ["Contenido Creado"], - "Recent activity": ["Actividad Reciente"], - "Security & Access": ["Seguridad & Acceso"], - "No charts": ["No hay gráficos"], - "No dashboards": ["No hay dashboards"], - "No favorite charts yet, go click on stars!": [ - "No hay gráficos favoritos aun, clica en la estrella!" + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" ], - "No favorite dashboards yet, go click on stars!": [ - "No hay dashboards favoritos aun, clica en la estrella!" + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Profile picture provided by Gravatar": [ - "Imagen de Perfil provista por Gravatar" + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" ], - "joined": ["unido"], - "id:": ["id:"], - "There was an error fetching your recent activity:": [ - "Hubo un error al obtener tu actividad reciente:" + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Deleted: %s": ["Eliminado: %s"], - "There was an issue deleting: %s": ["Hubo un problema al eliminar: %s"], - "There was an issue deleting %s: %s": [ - "Hubo un problema al eliminar %s: %s" + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" ], - "report": ["informe"], - "alert": ["alerta"], - "reports": ["informes"], - "alerts": ["alertas"], - "There was an issue deleting the selected %s: %s": [ - "Hubo un error al eliminar el %s seleccionado: %s" + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" ], - "Last run": ["Último cambio"], - "Notification method": ["Método de notificación"], - "Execution log": ["Registro de ejecución"], - "Actions": ["Acciones"], - "Bulk select": ["Selección múltiple"], - "No %s yet": ["Aún no hay %s"], - "Created by": ["Creado por"], - "An error occurred while fetching created by values: %s": [ - "Se produjo un error al obtener los valores creados por: %s" + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Status": ["Estado"], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": ["Alertas e informes"], - "Reports": ["Informes"], - "This action will permanently delete %s.": [ - "Esta acción eliminará permanentemente %s." + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "Delete %s?": ["¿Eliminar %s?"], - "Please confirm": ["Confirme"], - "Are you sure you want to delete the selected %s?": [ - "¿Está seguro de que desea eliminar los %s seleccionados?" + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" ], - "< (Smaller than)": ["< (Menor que)"], - "> (Larger than)": ["> (mayor que)"], - "<= (Smaller or equal)": ["<= (Menor o igual)"], - ">= (Larger or equal)": [">= (Mayor o igual)"], - "== (Is equal)": ["== (Igual)"], - "!= (Is not equal)": ["!= (No es igual)"], - "Not null": ["No nulo"], - "30 days": ["30 días"], - "60 days": ["60 días"], - "90 days": ["90 días"], - "Add notification method": ["Agregar método de notificación"], - "Add delivery method": ["Agregar método de entrega"], - "Recipients are separated by \",\" or \";\"": [ - "Los destinatarios están separados por \",\" o \";\"" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "Add": ["Agregar"], - "Edit ${isReport ? 'Report' : 'Alert'}": [ - "Editar ${isReport ? 'Informe' : 'Alerta'}" + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" ], - "Add ${isReport ? 'Report' : 'Alert'}": [ - "Agregar ${isReport ? 'Informe' : 'Alerta'}" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "Report name": ["Nombre de informe"], - "Alert name": ["Nombre de la alerta"], - "Alert condition": ["Probar Conexión"], - "Trigger Alert If...": ["Disparar Alerta si..."], - "Value": ["Valor"], - "Report schedule": ["Programar informe"], - "Alert condition schedule": ["Probar Conexión"], - "Schedule settings": ["Configuracion"], - "Log retention": ["Retención de registros"], - "Working timeout": ["Tiempo de espera"], - "Time in seconds": ["Tiempo en segundos"], - "Grace period": ["Periodo de gracia"], - "Message content": ["Contenido del mensaje"], - "log": ["registro"], - "State": ["Estado"], - "Scheduled at": ["Programado en"], - "Start at": ["Iniciar en"], - "Duration": ["Duración"], - "Error message": ["Mensaje de error"], - "${alertResource?.type}": [""], - "CRON expression": ["Expresión CRON"], - "Report sent": ["Reporte enviado"], - "Alert triggered, notification sent": [ - "Alerta disparada, notificación enviada" + "Viz is missing a datasource": ["Falta una fuente de datos"], + "Viz type": ["Tipo"], + "WED": ["MIÉ"], + "Want to add a new database?": [""], + "Warning Message": ["Mensaje de Aviso"], + "Warning!": ["Mensaje de Aviso"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "" ], - "Report sending": ["Envío de informe"], - "Alert running": ["Ejecución de alerta"], - "Report failed": ["Informe fallido"], - "Alert failed": ["Alerta fallida"], - "Nothing triggered": ["Nada disparado"], - "Alert Triggered, In Grace Period": [ - "Alerta disparada, en periodo de gracia" + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": ["anotación"], - "There was an issue deleting the selected annotations: %s": [ - "Hubo un problema al eliminar las anotaciones seleccionadas: %s" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" ], - "Edit annotation": ["Editar anotación"], - "Delete annotation": ["Eliminar anotación"], - "Annotation": ["Anotación"], - "No annotation yet": ["Aún no hay anotaciones"], - "Annotation Layer ${annotationLayerName}": [ - "Capa de anotación ${annotationLayerName}" + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" ], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "Delete Annotation?": ["¿Eliminar anotación?"], - "Are you sure you want to delete the selected annotations?": [ - "¿Estas seguro de que quieres guardar y aplicar los cambios?" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "Add annotation": ["Añadir anotación"], - "Annotation name": ["Nombre de la anotación"], - "date": ["fecha"], - "Additional information": ["Información adicional"], - "Description (this can be seen in the list)": [ - "Descripción (se puede ver en la lista)" + "Web": [""], + "Wednesday": ["Miércoles"], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" ], - "annotation_layer": ["Capas de Anotación"], - "Edit annotation layer properties": [ - "Editar propiedades de la capa de anotación" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "Annotation layer name": ["Nombre de la capa de anotación"], - "Annotation layers": ["Capas de Anotación"], - "There was an issue deleting the selected layers: %s": [ - "Hubo un problema al eliminar las capas seleccionadas: %s" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Cuando se permite la opción CREATE TABLE AS en el laboratorio SQL, esta opción hace que la tabla se cree en este esquema" ], - "Last modified": ["Última modificación"], - "Created on": ["Creado el"], - "Edit template": ["Cargar una plantilla"], - "Delete template": ["Eliminar plantilla"], - "Annotation layer": ["Capa de Anotación"], - "An error occurred while fetching dataset datasource values: %s": [ - "Se produjo un error al obtener los valores de la fuente de datos: %s" + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "No annotation layers yet": ["Aún no hay capas de anotación"], - "This action will permanently delete the layer.": [ - "Esta acción eliminará permanentemente la capa." + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "Delete Layer?": ["¿Eliminar capa?"], - "Are you sure you want to delete the selected layers?": [ - "¿Estas seguro de que quieres eliminar las capas seleccionadas?" + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" ], - "Are you sure you want to delete": ["", null], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ "" ], - "There was an issue deleting the selected charts: %s": [ - "Hubo un problema al eliminar los gráficos seleccionados: %s" + "When using 'Group By' you are limited to use a single metric": [ + "Cuando usas 'Group By', estás limitado a una sola métrica" ], - "Modified by": ["Modificado por"], - "Owner": ["Propietario"], - "An error occurred while fetching chart owners values: %s": [ - "Se produjo un error al obtener los valores de los propietarios de gráfico: %s" + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" ], - "An error occurred while fetching chart created by values: %s": [ - "Se produjo un error al obtener los valores de los creadores de gráfico: %s" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "" ], - "Viz type": ["Tipo"], - "An error occurred while fetching chart dataset values: %s": [ - "Se produjo un error al obtener los valores de los conjuntos de datos de gráfico: %s" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Si esta columna está expuesta en la sección `Filtros` de la vista de exploración." ], - "Favorite": ["Favoritos"], - "Yes": ["Sí"], - "No": ["No"], - "Are you sure you want to delete the selected charts?": [ - "¿Estas seguro de que quieres eliminar los gráficos seleccionados?" + "Whether to align background charts with both positive and negative values at 0": [ + "" + ], + "Whether to align positive and negative values in cell bar chart at 0": [ + "" ], - "css_template": [""], - "Edit CSS template properties": ["Editar propiedades de plantilla CSS"], - "Add CSS template": ["Cargar una plantilla CSS"], - "CSS template name": ["Nombre de plantilla CSS"], - "css": [""], - "CSS templates": ["Plantillas CSS"], - "There was an issue deleting the selected templates: %s": [ - "Hubo un problema al eliminar las plantillas seleccionadas: %s" + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" ], - "Last modified by %s": ["Última modificación por %s"], - "CSS template": ["Plantillas CSS"], - "This action will permanently delete the template.": [ - "Esta acción eliminará permanentemente la plantilla." + "Whether to apply a normal distribution based on rank on the color scale": [ + "" ], - "Delete Template?": ["Plantillas CSS"], - "Are you sure you want to delete the selected templates?": [ - "¿Estas seguro de que quieres eliminar las plantillas seleccionadas?" + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" ], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a time filter": ["Mostrar un filtro de tiempo"], + "Whether to include the time granularity as defined in the time section": [ "" ], - "An error occurred while fetching dashboards: %s": [ - "Se produjo un error al obtener los dashboards: %s" + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Si hacer que esta columna esté disponible como una opción [Time Granularity], la columna debe ser DATETIME o DATETIME-like" ], - "There was an issue deleting the selected dashboards: ": [ - "Hubo un problema al eliminar los dashboards seleccionados: " + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "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": [ + "Si rellenar el menú desplegable del filtro en la sección de filtros de la vista de exploración con una lista de valores distintos obtenidos desde el backend sobre la marcha" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Se produjo un error al obtener los valores del propietario de los dashboards: %s" + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "" ], - "An error occurred while fetching dashboard created by values: %s": [ - "Se produjo un error al obtener los valores de los dashboards creados por: %s" + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "Ordenar descendente o ascendente" ], - "Unpublished": ["No publicado"], - "Are you sure you want to delete the selected dashboards?": [ - "¿Estas seguro de que quieres eliminar los dashboards seleccionados?" + "Whether to sort results by the selected metric in descending order.": [ + "" ], - "Sorry, your browser does not support copying.": [ - "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "SQL Copied!": ["Copiado!"], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["Anchura"], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": ["Tiempo de espera"], + "World Map": ["Mapa Mundial"], + "Write a description for your query": [ + "Escribe una descripción para tu consulta" + ], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column.": [ + "Escribe el índice del dataframe como una columna." + ], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["Eje X"], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Eje Y"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": ["Formato Eje Y"], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis bounds": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": ["Sí"], + "Yes, cancel": ["Sí, cancelar"], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "database": ["Base de datos"], - "An error occurred while fetching database related data: %s": [ - "Se produjo un error al obtener los datos relacionados con la base de datos: %s" + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" ], - "Asynchronous query execution": ["Ejecución asíncrona de consultas"], - "AQE": ["AQE"], - "Allow data manipulation language": ["Permitir manipulación de datos"], - "DML": ["DML"], - "CSV upload": ["Subida de archivos CSV"], - "Delete database": ["Eliminar base de datos"], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ - "La base de datos %s está vinculada a %s gráficos que aparecen en %s dashboards. ¿Estás seguro de que quieres continuar? Eliminar la base de datos dejará inutilizables esos objetos." + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Está importando uno o más conjuntos de datos que ya existen. Sobreescribir puede causar que se pierdan algunos de sus trabajos. ¿Está seguro de que quiere sobrescribir?" ], - "Delete Database?": ["¿Eliminar base de datos?"], - "Please enter a SQLAlchemy URI to test": [ - "Por favor, introduce un URI SQLAlchemy para probar" + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "" ], - "Connection looks good!": ["¡La conexión parece correcta!"], - "ERROR: Connection failed. ": ["ERROR: Falló la conexión. "], - "Sorry there was an error fetching database information: %s": [ - "Lo sentimos, hubo un error al obtener la información de la base de datos: %s" + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" ], - "Edit database": ["Editar Base de Datos"], - "Add database": ["Añadir Base de Datos"], - "Connection": ["Probar Conexión"], - "Database name": ["Nombre de la Fuente de Datos"], - "Name your dataset": ["Nombre de tu fuente de datos"], - "dialect+driver://username:password@host:port/database": [""], - "Test connection": ["Probar Conexión"], - "Refer to the ": ["Referirse a "], - "SQLAlchemy docs": ["documentación SQLAlchemy"], - " for more information on how to structure your URI.": [ - " para más información sobre cómo estructurar tu URI." + "You can create a new chart or use existing ones from the panel on the right": [ + "" ], - "Performance": ["Rendimiento"], - "Chart cache timeout": ["Tiempo de espera de caché"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "SQL Lab settings": ["Configuración de SQL Lab"], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...)": [ - "Permitir que los usuarios ejecuten instrucciones que no sean SELECT (UPDATE, DELETE, CREATE, ...) en el laboratorio SQL" + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "Allow multi schema metadata fetch": [ - "Permitir obtener múltiples esquemas de metadatos" + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "No puedes usar [Columns] en combinación con [Group By]/[Metrics]/[Percentage Metrics]. Por favor elige una u otra." ], - "CTAS schema": ["Esquema CTAS"], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ - "Cuando se permite la opción CREATE TABLE AS en el laboratorio SQL, esta opción hace que la tabla se cree en este esquema" + "You do not have permission to edit this chart": [ + "No tienes permiso para aprobar esta solicitud." ], - "Secure extra": ["Seguridad"], - "JSON string containing additional connection configuration.": [ - "Cadena JSON que contiene la configuración adicional de conexión." + "You do not have permission to edit this dashboard": [ + "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." ], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ - "Esto se utiliza para proporcionar información de conexión para sistemas como Hive, Presto y BigQuery, que no conforman con la sintaxis normal de usuario:contraseña utilizada por SQLAlchemy." + "You do not have permissions to access the datasource(s): %(name)s.": [ + "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Contenido opcional CA_BUNDLE para validar las solicitudes HTTPS. Solo disponible en algunos motores de base de datos." + "You do not have permissions to edit this dashboard.": [""], + "You don't have any favorites yet!": ["¡Aún no tienes favoritos!"], + "You don't have the rights to alter this title.": [ + "No tienes los derechos para alterar este título." ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [ - "Suplantar Usuario Conectado (Presto, Trino, Drill & Hive)" + "You have no permission to approve this request": [ + "No tienes permiso para aprobar esta solicitud." ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Si Presto, todas las consultas en SQL Lab se ejecutarán como el usuario conectado actualmente que debe tener permiso para ejecutarlas. Si Hive y hive.server2.enable.doAs están habilitados, se ejecutarán las consultas como cuenta de servicio, pero suplantará al usuario conectado actualmente vía la propiedad de usuario de hive.server2.proxy." + "You have removed this filter.": ["Has eliminado este filtro."], + "You have unsaved changes.": ["Tienes cambios no guardados."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" ], - "Allow data upload": ["Permitir carga de datos"], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Si se selecciona, por favor, establezca los esquemas permitidos para la carga de datos en Extra." + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "JSON string containing extra configuration elements.": [ - "Cadena JSON que contiene los elementos de configuración adicionales." + "You must pick a name for the new dashboard": [ + "Debes elegir un nombre para el nuevo Dashboard" ], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ - "1. El objeto engine_params se descompone en la llamada a sqlalchemy.create_engine, mientras que el objeto metadata_params se descompone en la llamada a sqlalchemy.MetaData." + "You must run the query successfully first": [ + "Primero debes ejecutar la consulta exitosamente" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ - "2. El tiempo de expiración de la caché de metadata en segundos para la base de datos especificada. Especifíquelo como \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. Si no se especifica, la caché no estará habilitada para la funcionalidad. Un tiempo de expiración de 0 indica que la caché nunca expira." + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ - "3. Los esquemas_permitidos_para_carga_csv son una lista separada por comas de esquemas que se permiten cargar a CSVs. Especifíquelo como \"schemas_allowed_for_csv_upload\": [\"public\", \"csv_upload\"]. Si el sabor de base de datos no permite el esquema o ningún esquema es permitido para ser accesado, deje la lista vacía." + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ - "4. El campo versión es una cadena que especifica la versión de esta base de datos. Esto debe ser usado con bases de datos Presto para que la sintaxis sea correcta." + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your query could not be saved": ["Tu consulta no pudo ser guardada"], + "Your query could not be scheduled": [ + "No se pudo programar la consulta." ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ - "5. El campo allows_virtual_table_explore es un booleano que especifica si o no se muestra el botón Explorar en SQL Lab." + "Your query could not be updated": [ + "Tu consulta no pudo ser actualizada" ], - "Error while saving dataset: %s": [ - "Error al guardar el conjunto de datos: %s" + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" ], - "Add dataset": ["Añadir conjunto de datos"], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Las contraseñas para las bases de datos a continuación se necesitan para importarlas juntas con los conjuntos de datos. Por favor, tenga en cuenta que la sección \"Seguro Extra\" y \"Certificado\" de la configuración de base de datos no están presentes en los archivos de exportación, y que deben añadirse manualmente después de la importación si se necesitan." + "Your query was saved": ["Tu consulta fue guardada"], + "Your query was updated": ["Tu consulta fue actualizada"], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Las columnas [Longitud] y [Latitud] deben estar presentes en [Group By]" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Está importando uno o más conjuntos de datos que ya existen. Sobreescribir puede causar que se pierdan algunos de sus trabajos. ¿Está seguro de que quiere sobrescribir?" + "[Longitude] and [Latitude] must be set": [ + "Deben especificarse [Longitud] y [Latitud]" ], - "An error occurred while fetching dataset related data": [ - "Se produjo un error al obtener datos relacionados con el conjunto de datos" + "[Superset] Access to the datasource %(name)s was granted": [ + "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)" ], - "An error occurred while fetching dataset related data: %s": [ - "Se produjo un error al obtener datos relacionados con el conjunto de datos: %s" + "[copy]": [""], + "[dashboard name]": ["[nombre del Dashboard]"], + "[desc]": [""], + "[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": [ + "" ], - "Physical dataset": ["Conjunto de datos físico"], - "Virtual dataset": ["Conjunto de datos virtual"], - "An error occurred while fetching dataset owner values: %s": [ - "Se produjo un error al obtener los valores del propietario del conjunto de datos: %s" + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` debe ser un número entre 0 y 1 (exclusivo)" ], - "An error occurred while fetching datasets: %s": [ - "Se produjo un error al obtener conjuntos de datos: %s" + "`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.": [ + "" ], - "An error occurred while fetching schema values: %s": [ - "Se produjo un error al obtener valores de esquema: %s" + "`operation` property of post processing object undefined": [ + "La propiedad `operation` del objeto de post-procesamiento no está definida" ], - "There was an issue deleting the selected datasets: %s": [ - "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" + "`rename_columns` must have the same length as `columns`.": [""], + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` debe ser mayor o igual a 0" ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ - "El conjunto de datos %s está vinculado a %s gráficos que aparecen en %s tableros. ¿Está seguro de que desea continuar? Eliminar el conjunto de datos romperá esos objetos." + "`width` must be greater or equal to 0": [ + "`width` debe ser mayor o igual a 0" ], - "Delete Dataset?": ["¿Eliminar conjunto de datos?"], - "Are you sure you want to delete the selected datasets?": [ - "¿Está seguro de que desea eliminar los conjuntos de datos seleccionados?" + "aggregate": ["agregación"], + "alert": ["alerta"], + "alerts": ["alertas"], + "all": [""], + "also copy (duplicate) charts": [ + "copiar (duplicar) tambien los Gráficos" ], - "0 Selected": ["0 Seleccionados"], - "%s Selected (Virtual)": ["%s Seleccionados (Virtual)"], - "%s Selected (Physical)": ["%s Seleccionados (Físico)"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s Seleccionados (%s Físico, %s Virtual)" + "ancestor": [""], + "and": ["y"], + "annotation": ["anotación"], + "annotation_layer": ["Capas de Anotación"], + "asfreq": [""], + "at": ["en"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["tornillo"], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "chart": ["gráfico"], + "choose WHERE or HAVING...": ["elige WHERE o HAVING..."], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["Columna"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "dashboard": [""], + "database": ["Base de datos"], + "dataset": [""], + "date": ["fecha"], + "day": ["día"], + "day of the month": ["día del mes"], + "day of the week": ["día de la semana"], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "delete": ["eliminar"], + "description": ["descripción"], + "dialect+driver://username:password@host:port/database": [""], + "dttm": ["dttm"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "every": ["cada"], + "every day of the month": ["todos los días del mes"], + "every day of the week": ["todos los días de la semana"], + "every hour": ["cada hora"], + "every month": ["cada mes"], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" ], - "There was an issue previewing the selected query. %s": [ - "Hubo un problema al previsualizar la consulta seleccionada. %s" + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["hora"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "Success": ["Éxito"], - "Failed": ["Falló"], - "Running": ["Ejecutando"], - "Offline": ["Desconectado"], - "Scheduled": ["Programado"], - "Duration: %s": ["Duración: %s"], - "Tab name": ["Nombre de la pestaña"], - "TABLES": ["TABLAS"], - "Rows": ["Filas"], - "Open query in SQL Lab": ["Ejecutar en Laboratiorio SQL"], - "An error occurred while fetching database values: %s": [ - "Ha ocurrido un error cargando valores de la base de datos: %s" + "in": ["en"], + "in modal": ["en modal"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["unido"], + "json isn't valid": ["no es json válido"], + "key a-z": [""], + "key z-a": [""], + "last quarter": [""], + "latest partition:": ["última partición:"], + "less than {min} {name}": [""], + "log": ["registro"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "el percentil inferior debe ser mayor que 0 y menor que 100. Debe ser menor que el percentil superior." ], - "Search by query text": ["Buscar por texto"], - "Query preview": ["Previsualización de Datos"], - "Previous": ["Anterior"], - "Next": ["Siguiente"], - "Open in SQL Lab": ["Ejecutar en Laboratiorio SQL"], - "User query": ["Ver consulta"], - "Executed query": ["Consulta ejecutada"], - "Saved queries": ["Consultas Guardadas"], - "There was an issue previewing the selected query %s": [ - "Ocurrió un problema al previsualizar la consulta seleccionada %s" + "mean": [""], + "median": [""], + "minute": ["minuto"], + "month": ["mes"], + "more than {max} {name}": [""], + "must have a value": [""], + "numeric type icon": [""], + "nvd3": [""], + "of total": [""], + "on": ["en"], + "or use existing ones from the panel on the right": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" ], - "Link Copied!": ["Enlace Copiado!"], - "There was an issue deleting the selected queries: %s": [ - "Ocurrió un problema al eliminar las consultas seleccionadas: %s" + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "query": ["consulta"], + "reboot": [""], + "report": ["informe"], + "reports": ["informes"], + "restore zoom": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["caja de texto"], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "el percentil superior debe ser mayor que 0 y menor que 100. Debe ser mayor que el percentil inferior." ], - "Edit query": [""] + "var": [""], + "virtual": [""], + "was created": ["fue creada"], + "week": ["semana"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["año"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/es/LC_MESSAGES/messages.po b/superset/translations/es/LC_MESSAGES/messages.po index 0b1d2361f3b15..33241411e5f41 100644 --- a/superset/translations/es/LC_MESSAGES/messages.po +++ b/superset/translations/es/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2018-11-03 00:11+0100\n" "Last-Translator: Ruben Sastre \n" "Language: es\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,16 +37,7 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -54,35 +45,36 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Guardar Dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Cambiado el" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,24 +92,37 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" -msgstr "!= (No es igual)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Columnas calculadas" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 #, fuzzy -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +msgid " to add metrics" +msgstr "Añadir Métrica" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +#, fuzzy +msgid " to edit or add columns and metrics." +msgstr "%s columna(s) y métrca(s)" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (No es igual)" #: superset/security/analytics_db_safety.py:44 #, fuzzy, python-format @@ -126,7 +131,7 @@ msgstr "" "La base de datos SQLite no puede ser usada como fuente de datos por " "razones de seguridad." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -134,25 +139,46 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" +"Aquí aparecerán los gráficos, los dashboards y las consultas vistas " +"recientemente" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, fuzzy, python-format msgid "%(rows)d rows returned" msgstr "líneas obtenidas" @@ -166,23 +192,27 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" +msgstr[1] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "%(user)s recibió el rol %(role)s que le da acceso a %(datasource)s" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "Perfil de %(user)s" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -190,99 +220,127 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 -#, python-format -msgid "%s - untitled" -msgstr "%s - sin título" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "%s Error" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Contraseña de Broker" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s seleccionados" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s Seleccionados (%s Físico, %s Virtual)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s Seleccionados (Físico)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s Seleccionados (Virtual)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "%s aggregación(es)" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "%s columnas(s)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s columna(s) y métrca(s)" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s operador(es)" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, fuzzy, python-format msgid "%s option" -msgstr "%s opción(es)" +msgid_plural "%s options" +msgstr[0] "%s opción(es)" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s opción(es)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s Error" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "%s métrica(s) guardada(s)" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "Última actualización %s" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "%s-%s de %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(Eliminado)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -#, fuzzy -msgid "(deleted)" -msgstr "eliminar" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -292,7 +350,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -304,7 +366,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -314,111 +376,367 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Seleccionar** un dashboard o **crear** uno nuevo" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0 Seleccionados" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "día" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1 hora" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "Frecuencia de actualización" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1 minuto" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "año" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "Frecuencia de actualización" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "Frecuencia de actualización" + +#: superset/db_engine_specs/base.py:101 #, fuzzy msgid "10 minute" msgstr "1 minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 segundos" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "semana" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 horas" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 #, fuzzy msgid "15 minute" msgstr "1 minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 horas" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "año" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90 días" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 #, fuzzy msgid "3 letter code of the country" msgstr "todos los días del mes" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "año" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30 días" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30 días" + +#: superset/db_engine_specs/base.py:103 #, fuzzy msgid "30 minute" msgstr "30 minutos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30 minutos" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 #, fuzzy msgid "30 second" msgstr "30 segundos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30 segundos" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 #, fuzzy msgid "5 minute" msgstr "5 minutos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5 minutos" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 #, fuzzy msgid "5 second" msgstr "30 segundos" -#: superset/db_engine_specs/base.py:95 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 #, fuzzy -msgid "6 hour" -msgstr "6 horas" +msgid "5 seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" msgstr "6 horas" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60 días" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90 días" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90 días" @@ -426,51 +744,72 @@ msgstr "90 días" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (Menor que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (Menor o igual)" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Columna de Tiempo" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Consultas Guardadas" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "Espacial" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "Tipo de dato" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (Igual)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (mayor que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (Mayor o igual)" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "Número Grande" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" +"Una lista separada por comas de columnas que deben ser parseadas como " +"fechas." -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" "Una lista separada por comas de columnas que deben ser parseadas como " "fechas." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 #, fuzzy -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" "Una lista separada por comas de columnas que deben ser parseadas como " "fechas." @@ -486,11 +825,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "Un nombre legible para personas" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -498,72 +852,90 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "Una métrica para usar para el color." -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "Una URL amigable para el dashboard" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" "Una referencia a la configuración [Tiempo], teniendo en cuenta la " "granularidad." -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "Lista de correos electrónicos delimitados por punto y coma ';'" +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "La fuente de datos %(name)s ya existe" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 #, fuzzy msgid "A timeout occurred while executing the query." msgstr "La alerta encontró un error al ejecutar una consulta." -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 #, fuzzy msgid "A timeout occurred while generating a csv." msgstr "Se produjo un error al recuperar el estado de la pestaña" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 #, fuzzy msgid "A timeout occurred while generating a dataframe." msgstr "Se produjo un error al crear el origen de datos" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 #, fuzzy msgid "A timeout occurred while taking a screenshot." msgstr "Se produjo un error al recuperar el estado de la pestaña" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "Un esquema de colores válido es requerido" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "APPLICAR" @@ -571,8 +943,8 @@ msgstr "APPLICAR" msgid "APR" msgstr "ABR" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "AQE" @@ -580,21 +952,39 @@ msgstr "AQE" msgid "AUG" msgstr "AGO" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 -msgid "About" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 -msgid "Access" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "última partición:" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 +msgid "About" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 +msgid "Access" msgstr "Acceso" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "Solicitudes de Acceso" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "Se ha solicitado Acceso" @@ -602,78 +992,90 @@ msgstr "Se ha solicitado Acceso" msgid "Action" msgstr "Acción" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "Bitácora de acciones" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Acciones" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Activo" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Valores Nulos" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "Rango de tiempo actual" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Valores Nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Valores Nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 #, fuzzy msgid "Adaptive formatting" msgstr "Formato Fecha/Hora" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "Agregar" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 #, fuzzy msgid "Add Alert" msgstr "alerta" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "Añadir Anotación" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "Añadir Capa de Anotación" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "Añadir Plantilla CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "Cargar una plantilla CSS" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Añadir Gráfico" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Añadir Columna" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "Añadir Dashboard" @@ -681,40 +1083,24 @@ msgstr "Añadir Dashboard" msgid "Add Database" msgstr "Añadir Base de Datos" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Añadir Cluster Druid" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Añadir Columna Druid" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Añadir Fuente de Datos Druid" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Añadir Métricas Druid" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "Agregar Registro" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Añadir Métrica" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 #, fuzzy msgid "Add Report" msgstr "informe" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "Añadir filtro de seguridad de nivel de fila" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "Añadir Consulta Guardada" @@ -722,46 +1108,106 @@ msgstr "Añadir Consulta Guardada" msgid "Add a Plugin" msgstr "Añadir Columna" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Añadir conjunto de datos" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Consulta en nueva pestaña" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 #, fuzzy msgid "Add additional custom parameters" msgstr "Editar parámetros de la plantilla" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Capas de Anotación" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 #, fuzzy msgid "Add an item" msgstr "Añadir elemento" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "Filtro de Fecha" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Añadir anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Capas de Anotación" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Añadir conjunto de datos" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Añadir filtro" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "Agregar método de entrega" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Información Basica" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Añadir filtro" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "Añadir elemento" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Añadir Métrica" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -770,97 +1216,172 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "Agregar método de notificación" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 #, fuzzy msgid "Add sheet" msgstr "Añadir conjunto de datos" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "El id del gráfico activo" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Guardar e ir al Dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Añadir a un nuevo Dashboard" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "Añadir filtro" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "Añadido" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "Añadiendo [{}] como nueva fuente de datos" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Añadir a un nuevo Dashboard" +msgstr[1] "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "Editar parámetros de la plantilla" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "Información adicional" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 #, fuzzy msgid "Additional metadata" msgstr "Información adicional" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 #, fuzzy msgid "Additional padding for legend." msgstr "Información adicional" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 #, fuzzy msgid "Additional parameters" msgstr "Editar parámetros de la plantilla" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Información adicional" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 #, fuzzy msgid "Additive" msgstr "Añadir elemento" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "Avanzado" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 #, fuzzy msgid "Advanced Analytics" msgstr "Analíticos Avanzadas" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Datos cargados en caché" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "Analíticos Avanzadas" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Analíticos Avanzadas" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Analíticos Avanzadas" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Datos cargados en caché" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "Advanced-Analytics" msgstr "Analíticos Avanzadas" @@ -868,170 +1389,204 @@ msgstr "Analíticos Avanzadas" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "fecha" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "agregación" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 #, fuzzy msgid "Aggregate Mean" msgstr "agregación" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 #, fuzzy msgid "Aggregate Sum" msgstr "agregación" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 #, fuzzy msgid "Aggregation function" msgstr "Probar Conexión" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "alerta" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "Alerta disparada, en periodo de gracia" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Probar Conexión" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Probar Conexión" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "La alerta terminó el periodo de gracia." -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "Alerta fallida" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "La alerta saltó durante el periodo de gracia." -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "La alerta encontró un error al ejecutar una consulta." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Nombre de la alerta" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "Alerta durante el periodo de gracia" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "La consulta de alerta devolvió un valor no numérico." -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "La consulta de alerta devolvió más de una columna." -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "La consulta de alerta devolvió más de una columna. %s columnas devueltas" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "La consulta de alerta devolvió más de una fila." -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "La consulta de alerta devolvió más de una fila. %s filas devueltas" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Ejecución de alerta" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "Alerta disparada, notificación enviada" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "Error de configuración del validador de alertas." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "Alertas" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "Alertas y reportes" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Alertas e informes" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Todos los filtros" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "Todo el Texto" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "Todos los gráficos" @@ -1039,7 +1594,7 @@ msgstr "Todos los gráficos" msgid "All filters" msgstr "Todos los filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1049,67 +1604,65 @@ msgstr "" msgid "All panels" msgstr "Aplicar a todos los páneles" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "Permitir CREATE TABLE AS" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Permitir la opción CREAR TABLA COMO en el laboratorio SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "Permitir CREATE VIEW AS" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "Permitie opción CREATE VIEW AS en el laboratorio SQL" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "Permitir carga de CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "Permitir DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Permitir obtener metadatos de múltiples esquemas" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "Permitir manipulación de datos" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "Permitir carga de datos" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "Selecciona un archivo de Excel para ser cargado a una base de datos." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1119,25 +1672,24 @@ msgstr "" msgid "Allow multiple selections" msgstr "Permitir selección múltiple" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 #, fuzzy msgid "Allow node selections" msgstr "Permitir selección múltiple" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" @@ -1145,13 +1697,18 @@ msgstr "" "Permitir que los usuarios ejecuten instrucciones que no sean SELECT " "(UPDATE, DELETE, CREATE, ...) en el laboratorio SQL" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 #, fuzzy msgid "Alphabetical" msgstr "Espacial" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1159,220 +1716,240 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "Modificado" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Se produjo un error" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "La fuente de datos %(name)s ya existe" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "Ha ocurrido un error" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "Se produjo un error" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "Se produjo un error al crear el origen de datos" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 #, fuzzy msgid "An error occurred while accessing the value." msgstr "Se produjo un error al crear el origen de datos" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "Se produjo un error al obtener conjuntos de datos: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Se produjo un error al crear el origen de datos" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 #, fuzzy msgid "An error occurred while creating the value." msgstr "Se produjo un error al crear el origen de datos" -#: superset/key_value/commands/exceptions.py:37 -#, fuzzy, python-format +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +#, fuzzy msgid "An error occurred while deleting the value." msgstr "Se produjo un error al obtener valores de esquema: %s" -#: superset-frontend/src/reports/actions/reports.js:138 -#, fuzzy -msgid "An error occurred while editing this report." -msgstr "Ocurrió un error al cargar SQL" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, fuzzy, python-format -msgid "An error occurred while editing this report: %s" -msgstr "Se produjo un error al obtener conjuntos de datos: %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Se produjo un error al obtener los dashboards: %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Se produjo un error al obtener conjuntos de datos: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "Ha ocurrido un error cargando los CSS disponibles" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "Se produjo un error al obtener los valores de los creadores de gráfico: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" "Se produjo un error al obtener los valores de los propietarios de " "gráfico: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Se produjo un error al obtener los valores creados por: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" "Se produjo un error al obtener los valores de los dashboards creados por:" " %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" "Se produjo un error al obtener los valores del propietario de los " "dashboards: %s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "Se produjo un error al crear el origen de datos" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Se produjo un error al obtener los dashboards: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" "Se produjo un error al obtener los datos relacionados con la base de " "datos: %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "Ha ocurrido un error cargando valores de la base de datos: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "Se produjo un error al obtener los valores de la fuente de datos: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" "Se produjo un error al obtener los valores del propietario del conjunto " "de datos: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "Se produjo un error al obtener datos relacionados con el conjunto de datos" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" "Se produjo un error al obtener datos relacionados con el conjunto de " "datos: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Se produjo un error al obtener conjuntos de datos: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 #, fuzzy msgid "An error occurred while fetching function names." msgstr "Se produjo un error al recuperar el estado de la pestaña" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" +"Se produjo un error al obtener los valores de los propietarios de " +"gráfico: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Se produjo un error al obtener valores de esquema: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Se produjo un error al recuperar el estado de la pestaña" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "Se produjo un error al recuperar los metadatos de la tabla" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Se produjo un error al obtener los valores creados por: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, fuzzy, python-format msgid "An error occurred while fetching user values: %s" msgstr "Se produjo un error al obtener valores de esquema: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 #, fuzzy msgid "" "An error occurred while hiding the left bar. Please contact your " @@ -1381,149 +1958,168 @@ msgstr "" "Se produjo un error desconocido. Por favor, contacta con tu administrador" " de Superset" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "Se produjo un error al limpiar los registros" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "Ocurrió un error al cargar SQL" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "Se produjo un error al limpiar los registros" + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Se produjo un error al crear el origen de datos" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Se produjo un error al limpiar los registros" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "Ocurrió un error al crear la visualización: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy msgid "" -"An error occurred while setting the tab schema. Please contact your " +"An error occurred while setting the tab name. Please contact your " "administrator." msgstr "" +"Se produjo un error desconocido. Por favor, contacta con tu administrador" +" de Superset" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +"An error occurred while setting the tab schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." msgstr "" -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "Ocurrió un error al cargar SQL" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 #, fuzzy msgid "An error occurred while updating the value." msgstr "Se produjo un error al crear el origen de datos" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Se produjo un error al crear el origen de datos" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "Se produjo un error" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" "Se produjo un error desconocido. Por favor, contacta con tu administrador" " de Superset" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "anotación" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Anotación" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "Capa de anotación ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Capas de Anotación" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 #, fuzzy msgid "Annotation Slice Configuration" msgstr "Configuración de filtros" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "anotación" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "El Gráfico no ha podido crearse" @@ -1536,12 +2132,9 @@ msgstr "El Gráfico no ha podido guardarse" msgid "Annotation delete failed." msgstr "Capas de Anotación" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "La hora de fin de la anotación debe ser posterior a la hora de inicio." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Capa de Anotación" @@ -1561,7 +2154,7 @@ msgstr "El Gráfico no ha podido guardarse" msgid "Annotation layer delete failed." msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 #, fuzzy msgid "Annotation layer description columns" msgstr "Capas de Anotación" @@ -1571,12 +2164,12 @@ msgstr "Capas de Anotación" msgid "Annotation layer has associated annotations." msgstr "La capa de anotación tiene anotaciones asociadas" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "Nombre de la capa de anotación" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "Nombre de la capa de anotación" @@ -1584,7 +2177,7 @@ msgstr "Nombre de la capa de anotación" msgid "Annotation layer not found." msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "Capas de Anotación" @@ -1593,41 +2186,42 @@ msgstr "Capas de Anotación" msgid "Annotation layer parameters are invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "Nombre de la capa de anotación" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "Capas de Anotación" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "Nombre de la anotación" @@ -1639,23 +2233,33 @@ msgstr "Anotaciones" msgid "Annotation parameters are invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "anotación" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "Capas de Anotación" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "Anotaciones" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "El Gráfico no ha podido crearse" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "El Gráfico no ha podido guardarse" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "Anotaciones y capas" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "Anotaciones y capas" @@ -1663,17 +2267,18 @@ msgstr "Anotaciones y capas" msgid "Annotations could not be deleted." msgstr "Las anotaciones no han podido eliminarse." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 #, fuzzy msgid "Any" msgstr "día" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1683,63 +2288,73 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "Agregar" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, fuzzy, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied cross-filters (%d)" msgstr "Filtros aplicados (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "Filtros aplicados (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" msgstr "Filtros aplicados (%d)" -#: superset/viz.py:237 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "Aplicar" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "Todos los filtros" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 #, fuzzy msgid "Apply metrics on" msgstr "Métrica" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "Aplicar a todos los páneles" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "Aplicar a páneles específicos" @@ -1747,99 +2362,138 @@ msgstr "Aplicar a páneles específicos" msgid "April" msgstr "Abril" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "Marzo" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "¿Estás seguro de que quieres eliminar las consultas seleccionadas?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "¿Estas seguro de que quieres guardar y aplicar los cambios?" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "onfirma que quieres eliminar" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr "" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "onfirma que quieres eliminar" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "¿Está seguro de que desea eliminar los %s seleccionados?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "¿Estas seguro de que quieres guardar y aplicar los cambios?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "¿Estas seguro de que quieres eliminar los gráficos seleccionados?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "¿Estas seguro de que quieres eliminar los dashboards seleccionados?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "¿Está seguro de que desea eliminar los conjuntos de datos seleccionados?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "¿Estas seguro de que quieres eliminar las capas seleccionadas?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "¿Estás seguro de que quieres eliminar las consultas seleccionadas?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "¿Está seguro de que desea eliminar los %s seleccionados?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "¿Estas seguro de que quieres eliminar las plantillas seleccionadas?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "¿Está seguro de que desea eliminar los conjuntos de datos seleccionados?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "¿Seguro que quieres proceder?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "¿Estas seguro de que quieres guardar y aplicar los cambios?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "Compartir gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "Compartir gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy msgid "Area chart" msgstr "Compartir gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 #, fuzzy msgid "Area chart opacity" msgstr "Compartir gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 #, fuzzy msgid "Arrow" msgstr "hileras" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "Los parametros del conjunto de datos son inválidos." + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "Gráficos asociados" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "Ejecución Asincrónica" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "Ejecución asíncrona de consultas" @@ -1847,68 +2501,154 @@ msgstr "Ejecución asíncrona de consultas" msgid "August" msgstr "Agosto" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "en" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 #, fuzzy msgid "Autocomplete" msgstr "Autocompletar filtros" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "Autocompletar filtros" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "Autocompletar predicado de consulta" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Compartir" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Iniciar en" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 #, fuzzy msgid "Axis" msgstr "Eje Y" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "Filtrar por estado" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Formato Eje Y" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "%s - sin título" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 #, fuzzy msgid "Axis ascending" msgstr "Orden Descendente" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 #, fuzzy msgid "Axis descending" msgstr "Orden descendente" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "Backend" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "Valores Nulos" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "Formato Fecha/Hora" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "Clave espacial errónea" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "Compartir gráfico" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#, fuzzy +msgid "Bar Chart (legacy)" +msgstr "Compartir gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +#, fuzzy +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" +"Los gráficos de barras en las series de tiempo se utilizan para mostrar " +"los cambios en las métricas con el paso del tiempo, en forma de barras." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 #, fuzzy msgid "Bar Values" msgstr "Valores Nulos" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "Eliminar anotación" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1917,25 +2657,28 @@ msgstr "" msgid "Based on a metric" msgstr "Consultas Guardadas" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "Básico" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "Información Basica" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "Editando %d filtros simultáneamente:" @@ -1944,145 +2687,155 @@ msgstr "Editando %d filtros simultáneamente:" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "Se precavido." -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 #, fuzzy msgid "Before" msgstr "Intervlo de actualización" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Número Grande" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Número Grande con Línea de Tendencia" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 #, fuzzy msgid "Bottom" msgstr "dttm" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "dttm" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "dttm" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "Diagrama de Caja" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "Creado el" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Endpoint de Broker" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Host Broker" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Contraseña de Broker" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Puerto Broker" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Nombre de usuario de Broker" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Gráfico de Burbujas" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 #, fuzzy msgid "Bubble Color" msgstr "Color fijo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 #, fuzzy msgid "Bubble Size" msgstr "Tamaño burbuja" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "Tamaño burbuja" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Selección múltiple" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Gráfico de Puntos" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2090,49 +2843,68 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "CANCELAR" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Cambiar fuente" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "Permitir CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "Permitir CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "Instrucción CREATE VIEW" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Programar informe" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "Expresión CRON" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "Plantillas CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "Plantillas CSS" @@ -2140,7 +2912,7 @@ msgstr "Plantillas CSS" msgid "CSS template could not be deleted." msgstr "El Gráfico no ha podido eliminarse" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "Nombre de plantilla CSS" @@ -2148,176 +2920,177 @@ msgstr "Nombre de plantilla CSS" msgid "CSS template not found." msgstr "Plantillas CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "Plantillas CSS" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "Archivo CSV" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "Subida de archivos CSV" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "Configuración de CSV a base de datos" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "Subida de archivos CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "Esquema CTAS" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Tiempo máximo de memoria caché" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "Tiempo de espera de caché (segundos)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Tiempo de espera de caché" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +#, fuzzy +msgid "Cached" +msgstr "en cache" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "En cache %s" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "Valor no encontrado en memoria caché" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 #, fuzzy -msgid "Calculate contribution per series or total" +msgid "Calculate contribution per series or row" msgstr "Calcular la contribución al total" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "Columna calculada [%s] requiere una expresión" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Columnas calculadas" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "Tipo de Cálculo" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Mapa de Calor de Calendario" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "No puedo encontrar DruidCluster con nombre = '%(name)s'" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"No se puede encontrar el usuario '%(name)s', pídale a tu administrador " -"que cree uno." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +#, fuzzy +msgid "Can select multiple values" +msgstr "Limitar valores del selector" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "No puede haber solapamiento entre Series y Distribuciones" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Cancelar" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 #, fuzzy msgid "Cannot delete a database that has datasets attached" msgstr "No se puede eliminar una base de datos que tiene tablas adjuntas" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 #, fuzzy msgid "Cannot load filter" msgstr "Filtro de padre" @@ -2327,29 +3100,71 @@ msgstr "Filtro de padre" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +#, fuzzy +msgid "Categorical Color" +msgstr "Esquema de Color Lineal" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Nombre de la consulta" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +#, fuzzy +msgid "Category and Value" +msgstr "Introduce un valor" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Nombre de la consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2363,95 +3178,100 @@ msgstr "" msgid "Cell Size" msgstr "Archivo de Excel" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "Todos los gráficos" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "Contenido de la celda" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "Límite de Serie" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 #, fuzzy msgid "Center" msgstr "Recientes" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "Longitud/latitud inválidas" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 #, fuzzy msgid "Certification" msgstr "Certificado raíz" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 #, fuzzy msgid "Certified By" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Certificado por" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "Certidicado por %s" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "Cambiar fuente" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Cambiado por" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Cambiado en" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "Cambiado el" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2461,21 +3281,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "Cambiar este Dashboard está prohibido" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "No esta permitido modificar este Gráfico" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "Los aambios en este control surten efecto de inmediato" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "No está permitido cambiar este conjunto de datos" @@ -2485,129 +3310,160 @@ msgstr "No está permitido cambiar este conjunto de datos" msgid "Changing this dataset is forbidden." msgstr "No está permitido cambiar este conjunto de datos" -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "No está permitido cambiar este conjunto de datos" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "No está permitido cambiar este informe" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." -msgstr "Caracter que interpreta como punto decimal." - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 +#: superset/views/database/forms.py:196 #, fuzzy -msgid "Charge" -msgstr "gráfico" +msgid "Character to interpret as decimal point" +msgstr "Caracter que interpreta como punto decimal." -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" -msgstr "" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "Caracter que interpreta como punto decimal." -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "Gráfico" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "Gráfico %(id)s no encontrado" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "Programar Gráfico" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Última actualización %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "ID de gráfico" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "Editar propiedades de gráfico" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "Eliminar anotación" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "Propietario del Gráfico: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Propietario del Gráfico: %s" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Fuente de datos" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "Tipo de dato" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "El gráfico [{}] ha sido sobreescrito" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "El gráfico [{}] ha sido guardado" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "El gráfico [{}] ha sido añadido al dashboard [{}]" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "El gráfico [{}] ha sido sobreescrito" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "El gráfico [{}] ha sido guardado" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "El gráfico [{}] ha sido añadido al dashboard [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Tiempo de espera de caché" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "El Gráfico ha cambiado" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2631,49 +3487,95 @@ msgstr "El Gráfico no ha podido eliminarse" msgid "Chart could not be updated." msgstr "El Gráfico no ha podido guardarse" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "La base de datos no existe" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "Tipo de dato" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "Tipo de dato" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Última modificación" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Última modificación por %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "El Gráfico ha cambiado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "Editar propiedades de gráfico" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Propietario del Gráfico: %s" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "Editar propiedades de gráfico" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Tipo de dato" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "Tipo de dato" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "Tipo de dato" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Gráficos" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "Los Gráficos no han podido eliminarse" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 #, fuzzy msgid "Check configuration" msgstr "Configuración" @@ -2683,25 +3585,27 @@ msgstr "Configuración" msgid "Check for sorting ascending" msgstr "Selecciona para ordenar de forma ascendente" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" @@ -2709,60 +3613,47 @@ msgstr "" "Marcar para aplicar filtros instantáneamente cuando cambian en vez de " "mostrar el botón [Aplicar]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "Marcar para incluir la caja de selección de Granularidad de Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -#, fuzzy -msgid "Check to include SQL time grain dropdown" -msgstr "Marcar para incluir la caja de selección de origen de tiempo" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "Marcar para incluir la columna de tiempo en la caja de selección" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 #, fuzzy msgid "Check to include time grain dropdown" msgstr "Marcar para incluir la caja de selección de origen de tiempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "Marcar para incluir la caja de selección de origen de tiempo" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "La opción de [Etiqueta] debe estar presente en [Group By]" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "La opción de [Radio de Puntos] debe estar presente en [Group By]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Seleccionar archivo" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "Elija un gráfico o un dashboard, no ambos" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "Selecciona una base de datos" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Selecciona una base de datos" @@ -2771,39 +3662,45 @@ msgstr "Selecciona una base de datos" msgid "Choose a metric for left axis" msgstr "Elige una métrica para el eje derecho" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "Elige una métrica para el eje derecho" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 #, fuzzy msgid "Choose a number format" msgstr "Elige una métrica para el eje derecho" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "Selecciona una base de datos" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "Selecciona una base de datos" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "Selecciona una base de datos" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 -#, fuzzy +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 +#, fuzzy msgid "Choose chart type" msgstr "Tipo de dato" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 #, fuzzy msgid "Choose one or more charts for left axis" @@ -2814,45 +3711,61 @@ msgstr "Elige una métrica para el eje derecho" msgid "Choose one or more charts for right axis" msgstr "Elige una métrica para el eje derecho" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "Capas de Anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "Elige una métrica para el eje derecho" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "Calcular la contribución al total" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 #, fuzzy msgid "Choose the source of your annotations" msgstr "Configurar los elementos básicos de la capa de anotaciones." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 #, fuzzy msgid "Circle" msgstr "Archivo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2860,13 +3773,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Cláusula" @@ -2874,49 +3787,81 @@ msgstr "Cláusula" msgid "Clear" msgstr "Limpiar" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "Todos los gráficos" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +#, fuzzy +msgid "Clear form" +msgstr "Formato D3" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "CLick en el candado para poder realizar cambios." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "Click sobre el candado para prevenir futuros cambios." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Click para cambiar el tipo de visualización" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -#, fuzzy -msgid "Click to clear emitted filters" -msgstr "Autocompletar filtros" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "Click para editar" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, fuzzy, python-format +msgid "Click to edit %s in a new tab" +msgstr "Click para editar" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "Click para editar" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "Click para editar" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 #, fuzzy msgid "Click to edit label" msgstr "Click para editar" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "Haz clic para favorito/no favorito" @@ -2924,41 +3869,47 @@ msgstr "Haz clic para favorito/no favorito" msgid "Click to force-refresh" msgstr "Haga clic para forzar la actualización" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Selecciona para ordenar de forma ascendente" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Orden descendente" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "Cerrar" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "Cerrar las demás pestañas" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "Cerrar pestaña" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Cluster" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2971,28 +3922,42 @@ msgstr "Código" msgid "Collapse all" msgstr "Contraer todo" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "Contraer todo" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "Contraer todo" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "Contenido de la celda" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Collapse table preview" msgstr "Eliminar vista previa de la tabla" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "Color" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "Métrica de Color" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 #, fuzzy msgid "Color Scheme" msgstr "Esquema de Color" @@ -3002,207 +3967,276 @@ msgstr "Esquema de Color" msgid "Color Steps" msgstr "Esquema de Color" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "Ordenar por" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "Métrica de Color" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +#, fuzzy +msgid "Color of the target location" +msgstr "Propietarios del dataset" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "Esquema de Color" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "Colores" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Columna" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Configuración" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "Información adicional" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "Etiqueta(s) de columna" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 #, fuzzy msgid "Column is required" msgstr "Nombre es requerido" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "Nombre(s) de columna(s) " + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "La columna [%s] esta duplicada" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " -msgstr "Nombre(s) de columna(s) " - -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" "La(s) columna(s) referenciada(s) por los agregados no está(n) " "definida(s): %(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 #, fuzzy msgid "Column select" msgstr "Probar Conexión" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 #, fuzzy msgid "Columnar File" msgstr "Columna" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 #, fuzzy msgid "Columnar to Database configuration" msgstr "Configuración de Excel a base de datos" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "Columnas" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" +msgstr "" +"Una lista separada por comas de columnas que deben ser parseadas como " +"fechas." + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Mostrar Columna" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "La fuente de datos no tiene las columnas: %(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "La fuente de datos no tiene las columnas: %(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 #, fuzzy msgid "Columns to display" msgstr "Elige qué métrica mostrar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 #, fuzzy msgid "Columns to group by" msgstr "Uno o varios controles para agrupar por" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Elige qué métrica mostrar" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "Métroca de orden" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "Métroca de orden" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3213,70 +4247,74 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 #, fuzzy msgid "Comparison" msgstr "Columna de Tiempo" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 #, fuzzy msgid "Comparison suffix" msgstr "Columna de Tiempo" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "Componentes" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "Calcular la contribución al total" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 #, fuzzy msgid "Condition" msgstr "Probar Conexión" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 #, fuzzy msgid "Conditional formatting" msgstr "Información adicional" @@ -3286,12 +4324,11 @@ msgstr "Información adicional" msgid "Confidence interval" msgstr "Intérvalo de actualización" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "Configuración" @@ -3300,7 +4337,7 @@ msgstr "Configuración" msgid "Configure Advanced Time Range " msgstr "Configurar rango de tiempo avanzado" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "Configurar Rango de Tiempo: Últimos.." @@ -3308,260 +4345,352 @@ msgstr "Configurar Rango de Tiempo: Últimos.." msgid "Configure Time Range: Previous..." msgstr "Configurar Ranfo de Tiempo: Anteriores..." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "Configurar rango de tiempo personalizado" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "Configurar ámbito de filtros" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "Configurar los elementos básicos de la capa de anotaciones." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Confirmar guardado" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "Confirmar guardado" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 #, fuzzy msgid "Connect" msgstr "Probar Conexión" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 #, fuzzy msgid "Connect a database" msgstr "Selecciona una base de datos" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "Selecciona una base de datos" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "Probar Conexión" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "La conexión ha fallado, por favor verifique sus ajustes de conexión" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "¡La conexión parece correcta!" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "Columna" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "Contribución" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 #, fuzzy msgid "Contribution Mode" msgstr "Contribución" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "Columna" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 #, fuzzy msgid "Coordinates" msgstr "Coordenadas Paralelas" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 #, fuzzy msgid "Copied to clipboard!" msgstr "Copiar al portapapeles" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "Copiar instrucción SELECT al portapapeles" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -#, fuzzy -msgid "Copy chart URL" -msgstr "No hay gráficos" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -#, fuzzy -msgid "Copy chart URL to clipboard" -msgstr "Copiar consulta de partición al portapapeles" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -#, fuzzy -msgid "Copy dashboard URL" -msgstr "No hay dashboards" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "Copiar enlace" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "Mensaje de Aviso" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "Copia de %s" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "Copiar consulta de partición al portapapeles" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "Copiar consulta de partición al portapapeles" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Copiar URL de la consulta" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "Copiar consulta de partición al portapapeles" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 #, fuzzy msgid "Copy to Clipboard" msgstr "Copiar al portapapeles" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "Copiar al portapapeles" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 #, fuzzy msgid "Correlation" msgstr "Duración" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "Estimación de costo" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "No se pudo determinar el tipo de fuente de datos" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "No se pudieron cargar todos los gráficos guardados" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "No se pudo encontrar el objeto de visualización" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "No se ha podido cargar el controlador de la base de datos" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "No se pudo cargar el controlador de base de datos: %(driver_name)s" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "No se ha podido cargar el controlador de la base de datos: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "Columna" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "Es filtrable" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "Mapa de País" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 #, fuzzy msgid "Country Color Scheme" msgstr "Esquema de Color Lineal" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "Filtrar por estado" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Mapa de País" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 #, fuzzy msgid "Create" msgstr "crear un " -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Compartir gráfico" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "crear un " + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "Crear un nuevo Gráfico" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Compartir gráfico" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Cambiar fuente" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Crear un nuevo Gráfico" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Crear un nuevo Gráfico" @@ -3570,70 +4699,95 @@ msgstr "Crear un nuevo Gráfico" msgid "Create new filter set" msgstr "Crear un nuevo Gráfico" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Creado" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "Creado el" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Creado por" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Creado por" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "Contenido Creado" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Creado el" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "Importar el gráfico falló por una razón desconocida" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "Creando un origen de datos y creando una nueva pestaña" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Creador" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "Crontab" - -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 #, fuzzy -msgid "Cross Filter Scoping" -msgstr "Configurar mapeo de filtros" +msgid "Crimson" +msgstr "Acción" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "No hay filtros en este dashboard" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Filtro de padre" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 #, fuzzy msgid "Cumulative" msgstr "Activo" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 #, fuzzy msgid "Custom" @@ -3647,111 +4801,128 @@ msgstr "Customizar" msgid "Custom Plugins" msgstr "Customizar" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "SQL Personalizado" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "Personalizar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 #, fuzzy msgid "Customize Metrics" msgstr "Personalizar" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "Columnas calculadas" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "Formato D3" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "Formato D3" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 -msgid "DEC" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Fecha/Hora" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" msgstr "DIC" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "ELIMINAR" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -#, fuzzy -msgid "DESCRIPTION ERROR" -msgstr "descripción" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Dashboard" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "Programar Dashboard" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "El dashboard [{}] ha sido creado y el gráfico [{}] ha sido añadido a él" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "El dashboard [{}] ha sido creado y el gráfico [{}] ha sido añadido a él" @@ -3767,32 +4938,68 @@ msgstr "El Dashboard no pudo ser eliminado." msgid "Dashboard could not be updated." msgstr "El Dashboard no pudo ser actualizado." -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "El dashboard no existe" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "Propiedades del Dashboard" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "Parámetros de Dashboard inválidos." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Propiedades del Dashboard" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "Propiedades del Dashboard" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "[nombre del Dashboard]" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "Dashboards" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "Dashboards" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Dashboards" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "Dashboards" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "Los Dashboards no pudieron ser eliminados." @@ -3801,48 +5008,44 @@ msgstr "Los Dashboards no pudieron ser eliminados." msgid "Dashboards do not exist" msgstr "El dashboard no existe" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "en cache" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Datos" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Fuente de Datos" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "Esitar Tabla" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 #, fuzzy msgid "" "Data could not be retrieved from the results backend. You need to re-run " @@ -3851,119 +5054,144 @@ msgstr "" "Los datos no se pudieron deserializar. Puedes probar a re-ejecutar la " "consulta." -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "Previsualización de Datos" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Fuente de datos" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +#, fuzzy +msgid "Data refreshed" +msgstr "Última actualización de metadatos" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Tipo de dato" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "Por favor elige al menos una métrica" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "El DataFrame debe incluir una columna temporal" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "Base de datos" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Probar Conexión" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "Base de datos" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "URL de la Base de datos" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "El Gráfico no ha podido crearse" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "El Gráfico no ha podido crearse" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "La base de datos no han podido ser eliminada." -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "El Gráfico no ha podido guardarse" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "La base de datos no existe" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 #, fuzzy msgid "Database does not support subqueries" msgstr "La base de datos no existe" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Base de datos" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 #, fuzzy msgid "Database is offline." msgstr "Nombre de la Fuente de Datos" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "La base de datos es requerida para las alertas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Nombre de la Fuente de Datos" @@ -3971,39 +5199,56 @@ msgstr "Nombre de la Fuente de Datos" msgid "Database not allowed to change" msgstr "La base de datos no puede cambiar" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "La base de datos no existe" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "La base de datos no existe" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Base de datos" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 #, fuzzy msgid "Database port" msgstr "Base de datos" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "El Gráfico no ha podido guardarse" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Bases de datos" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "Índice de Dataframe" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Conjunto de Datos" @@ -4012,6 +5257,11 @@ msgstr "Conjunto de Datos" msgid "Dataset %(name)s already exists" msgstr "La fuente de datos %(name)s ya existe" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Nombre de la Fuente de Datos" + #: superset/datasets/columns/commands/exceptions.py:27 #, fuzzy msgid "Dataset column delete failed." @@ -4030,17 +5280,26 @@ msgstr "El conjunto de datos no pudo ser creado." msgid "Dataset could not be deleted." msgstr "El conjunto de datos no pudo ser eliminado." +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "El conjunto de datos no pudo ser actualizado." + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "El conjunto de datos no pudo ser actualizado." -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "La fuente no existe" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "Base de datos" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 #, fuzzy msgid "Dataset is required" msgstr "Fuentes de datos" @@ -4055,8 +5314,8 @@ msgstr "Capas de Anotación" msgid "Dataset metric not found." msgstr "La base de datos no existe" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "Nombre de la Fuente de Datos" @@ -4064,40 +5323,50 @@ msgstr "Nombre de la Fuente de Datos" msgid "Dataset parameters are invalid." msgstr "Los parametros del conjunto de datos son inválidos." +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "Los Gráficos no han podido eliminarse" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Conjuntos de datos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 #, fuzzy msgid "Datasets do not contain a temporal column" msgstr "El DataFrame debe incluir una columna temporal" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Fuente de datos" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "Nombre de la Fuente de Datos" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "Nombre de la Fuente de Datos" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "La fuente no existe" -#: superset/connectors/connector_registry.py:99 -#, fuzzy, python-format -msgid "Datasource id not found: %(id)s" -msgstr "La base de datos no existe" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" @@ -4105,36 +5374,44 @@ msgstr "" "El tipo de fuente de datos es necesario cuando se especifica un " "`datasource_id`" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 #, fuzzy msgid "Date Time Format" msgstr "Formato Fecha/Hora" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "Filtro de Fecha" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "Formato Fecha/Hora" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Formato Fecha/Hora" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "Fecha/Hora" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Formato FechaHora" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -4142,65 +5419,78 @@ msgstr "" "No se ha proporcionado una columna de fecha y hora y es requerida por " "este tipo de gráfico" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Formato Fecha/Hora" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 #, fuzzy msgid "Day" msgstr "día" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "día" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Activo" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "Diciembre" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "Caracter Decimal" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "Deck.gl - Capas Múltiples" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4208,65 +5498,86 @@ msgstr "" msgid "Default" msgstr "Por defecto" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Endpoint predeterminado" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "Url por defecto" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 #, fuzzy msgid "Default Value" msgstr "Valores Nulos" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "Valores Nulos" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 #, fuzzy msgid "Default value is required" msgstr "Fuentes de datos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" @@ -4274,13 +5585,16 @@ msgstr "" "Define un una ventana de desplazamiento móvil para aplicar, funciona " "junto con el cuadro de texto [Periods]" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" @@ -4288,21 +5602,12 @@ msgstr "" "Define la agrupación de entidades. Cada serie se muestra como un color " "específico en el gráfico y tiene una leyenda" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "" -"Define el origen donde comienzan los intervalos de tiempo, acepta fechas " -"naturales como en `now`,` sunday` o `1970-01-01`" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" @@ -4310,94 +5615,98 @@ msgstr "" "Define el tamaño de la función de ventana móvil, en relación con la " "granularidad de tiempo seleccionada" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Eliminar" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "¿Eliminar %s?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "¿Eliminar anotación?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "¿Eliminar base de datos?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "¿Eliminar conjunto de datos?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "¿Eliminar capa?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "¿Realmente quieres eliminar la consulta?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 #, fuzzy msgid "Delete Report?" msgstr "Plantillas CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Plantillas CSS" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "¿Realmente quieres borrar todo?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Eliminar anotación" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "¿Quieres eliminar la pestaña del dashboard?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Eliminar base de datos" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 #, fuzzy msgid "Delete email report" msgstr "Alertas e informes" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Eliminar consulta" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "Eliminar plantilla" @@ -4405,98 +5714,92 @@ msgstr "Eliminar plantilla" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" msgstr[1] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" msgstr[1] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" msgstr[1] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" msgstr[1] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "" msgstr[1] "" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "Selecciona una base de datos" msgstr[1] "Selecciona una base de datos" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "" msgstr[1] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" msgstr[1] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Eliminado: %s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "una sola columna con longitud y latitud delimitadas" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "Delimitador" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "Delimitador usado por el archivo CSV (para espacios en blanco usa \\s+)." - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "Entregar como grupo" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "Tipo de entrega" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 #, fuzzy msgid "Delivery method" msgstr "Agregar método de entrega" @@ -4507,79 +5810,86 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 #, fuzzy msgid "Density" msgstr "Entidad" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +#, fuzzy +msgid "Dependent on" +msgstr "Orden descendente" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "Creado" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Descripción" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "Descripción (se puede ver en la lista)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 #, fuzzy msgid "Description Columns" msgstr "descripción" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "¿Realmente quieres borrar todo?" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "Detalles de la certificación" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "Identifica si el dashboard es visible en la lista de dashboards" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 #, fuzzy msgid "Diamond" msgstr "y" @@ -4588,67 +5898,121 @@ msgstr "y" msgid "Did you mean:" msgstr "Quiciste decir:" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "Granularidad Temporal" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "Es dimensión" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +#, fuzzy +msgid "Dimensions" +msgstr "Es dimensión" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "Disposición Dirigida Forzado" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 #, fuzzy msgid "Directional" msgstr "descripción" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "Esitar Tabla" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "Descartar cambios" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 #, fuzzy msgid "Discrete" msgstr "fue creada" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 #, fuzzy msgid "Display Name" msgstr "Valor del Filtro" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "Configuración de visualización" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Configuracion" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4656,33 +6020,34 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 #, fuzzy msgid "Distribute across" msgstr "Estimar costo" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "Contribución" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Distribución - Gráfico de Barra" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "División" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 #, fuzzy msgid "Documentation" msgstr "anotación" @@ -4691,306 +6056,387 @@ msgstr "anotación" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "No Actualizar" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "mes" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Editado" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "Descargar como imagen" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "Descargar como imagen" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "Borrador" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Ordenar por" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy msgid "Drop column here" -msgstr "" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy msgid "Drop column or metric here" -msgstr "" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 msgid "Drop columns here" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +#, fuzzy msgid "Drop columns or metrics here" msgstr "%s columna(s) y métrca(s)" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 msgid "Drop columns/metrics here or click" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 msgid "Drop temporal column here" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Clusters Druid" - -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Fuente de datos Druid" - -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Fuentes de Datos Druid" - -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "Gráfico de Puntos" -#: superset/views/datasource/views.py:119 -#, python-format -msgid "Duplicate column name(s): %(columns)s" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "Duplicar pestaña" + +#: superset/views/datasource/views.py:122 +#, python-format +msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Editar Base de Datos" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "Duplicar pestaña" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Duración" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "Duración: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +#, fuzzy +msgid "Dynamic Aggregation Function" +msgstr "Probar Conexión" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "gráfico" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "Alertas e informes" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "%s Error" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 #, fuzzy msgid "Edge width" msgstr "Grosor de línea" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Editar" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "Esitar Tabla" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "Editar Anotación" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "Editar Capa de Anotación" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "Editar CSS" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "Editar Plantilla CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "Editar propiedades de plantilla CSS" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Editar Gráfico" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Editar propiedades de gráfico" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Editar Columna" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "Editar Dashboard" @@ -4998,35 +6444,15 @@ msgstr "Editar Dashboard" msgid "Edit Database" msgstr "Editar Base de Datos" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Editar Base de Datos" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Editar Cluster Druid" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Editar Columna Druid" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Editar Fuente de Datos Druid" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Editar Métricas Druid" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "Editar Registro" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Editar Métrica" @@ -5034,59 +6460,65 @@ msgstr "Editar Métrica" msgid "Edit Plugin" msgstr "Editar Columna" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 #, fuzzy msgid "Edit Report" msgstr "informe" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "Editar filtro de seguridad de nivel de fila" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "Editar Consulta Guardada" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Esitar Tabla" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Editar anotación" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "Capas de Anotación" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Editar propiedades de la capa de anotación" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Editar Gráfico" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "Editar propiedades de gráfico" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 #, fuzzy msgid "Edit dashboard" msgstr "Editar Dashboard" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "Editar propiedades del dashboard" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Editar Base de Datos" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "Editar Base de Datos" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -5095,95 +6527,102 @@ msgstr "" msgid "Edit formatter" msgstr "Formato D3" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "Editar propiedades" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "ditar consulta" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Cargar una plantilla" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "Editar parámetros de la plantilla" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Editar Dashboard" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "Editar rango de tiempo" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Editado" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "Editando 1 filtro:" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 #, fuzzy msgid "Editing filter set:" msgstr "Editando 1 filtro:" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "Formato de correo electrónico" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "Duración" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 #, fuzzy -msgid "Emit Target" -msgstr "Editar Base de Datos" +msgid "Embed" +msgstr "Noviembre" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -#, fuzzy -msgid "Emit dashboard cross filters" -msgstr "Editar propiedades del dashboard" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 #, fuzzy -msgid "Emit dashboard cross filters." -msgstr "Editar propiedades del dashboard" +msgid "Embed dashboard" +msgstr "Guardar Dashboard" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 #, fuzzy -msgid "Emitted values" -msgstr "Limitar valores del selector" +msgid "Emit Filter Events" +msgstr "Es filtrable" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5191,7 +6630,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5200,24 +6639,51 @@ msgstr "" msgid "Empty collection" msgstr "Probar Conexión" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "Columna" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "¿Consulta vacía?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "¿Consulta vacía?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "Habilitar selección de filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5226,24 +6692,25 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " @@ -5252,22 +6719,38 @@ msgstr "" "Se encontró una entrada espacial NULL inválida, por favor considera " "filtrar esas entradas" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "Longitud/latitud inválidas" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +#, fuzzy +msgid "End Longitude & Latitude" +msgstr "Longitud/latitud inválidas" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "Hora Final" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 #, fuzzy msgid "End angle" msgstr "Periodo de tiempo" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "fecha" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 #, fuzzy msgid "End date excluded from time range" msgstr "Configurar rango de tiempo personalizado" @@ -5276,105 +6759,122 @@ msgstr "Configurar rango de tiempo personalizado" msgid "End date must be after start date" msgstr "La fecha de inicio no puede ser superior a la de fin" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 #, fuzzy msgid "Engine Parameters" msgstr "Parametros de plantilla" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Subir Credenciales" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Ingresa un nuevo título para la pestaña" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 #, fuzzy msgid "Enter a name for this sheet" msgstr "Ingresa un nuevo título para la pestaña" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "Ingresa un nuevo título para la pestaña" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 #, fuzzy msgid "Enter duration in seconds" msgstr "Tiempo en segundos" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 #, fuzzy msgid "Enter fullscreen" msgstr "Alternar pantalla completa" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "Entidad" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 #, fuzzy msgid "Entity ID" msgstr "Entidad" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -#, fuzzy, python-format +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#, fuzzy msgid "Error" msgstr "%s Error" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "Mensaje de Aviso" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "Error en la expresión jinja en la cláusula HAVING: %(msg)s" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "Error en la expresión jinja en los filtros RLS: %(msg)s" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "Error en la expresión jinja en la cláusula WHERE: %(msg)s" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "Error en la expresión jinja en el predicado de obtener valores: %(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "Mensaje de error" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 #, fuzzy @@ -5386,42 +6886,63 @@ msgstr "Error obteniendo datos" msgid "Error while fetching data: %s" msgstr "Error obteniendo datos" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, fuzzy, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Error al guardar el conjunto de datos: %s" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "No se encontró el estado del informe programado" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "Estimar costo" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "Estimar el costo de la consulta seleccionada" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "Estimar el costo antes de ejecutar una consulta" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "Recientes" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 #, fuzzy msgid "Event Flow" msgstr "Flujo de Eventos" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "Nombre de Hoja" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "Flujo de Eventos" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 #, fuzzy msgid "Event time column" msgstr "Columna de Tiempo" @@ -5432,23 +6953,23 @@ msgstr "Cada" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 #, fuzzy msgid "Exact" msgstr "Siguiente" @@ -5462,33 +6983,27 @@ msgstr "Siguiente" msgid "Example" msgstr "Ver ejemplos" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "Ver ejemplos" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "Archivo de Excel" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "Configuración de Excel a base de datos" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 #, fuzzy msgid "Exclude selected values" msgstr "Limitar valores del selector" @@ -5498,38 +7013,70 @@ msgstr "Limitar valores del selector" msgid "Executed SQL" msgstr "Consulta ejecutada" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "Consulta ejecutada" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 #, fuzzy msgid "Execution ID" msgstr "Registro de ejecución" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "Registro de ejecución" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Cambiar fuente" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 #, fuzzy msgid "Exit fullscreen" msgstr "Alternar pantalla completa" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "y" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "Expandir todo" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "Fila de Encabezado" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Expand table preview" msgstr "Eliminar vista previa de la tabla" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "Expandir barra de herramientas" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5539,110 +7086,119 @@ msgstr "Expandir barra de herramientas" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "Explorar" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "Explorar - %(table)s" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "Explorar el conjunto de resultados en la vista de exploración de datos" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "Exportar" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "Exportar CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "¿Exportar Dashboards?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 #, fuzzy msgid "Export query" msgstr "Ver consulta" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 #, fuzzy -msgid "Export to .CSV format" -msgstr "Exportar a .csv" +msgid "Export to .CSV" +msgstr "Exportar a YAML" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "Exportar a YAML" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 #, fuzzy -msgid "Export to .JSON format" -msgstr "Exportar a .csv" +msgid "Export to Excel" +msgstr "Exportar a YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Exportar a YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "¿Exportar a YAML?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Mostrar en el laboratorio SQL" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "Mostrar esta base de datos en el laboratorio SQL" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Expresión" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Extra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 #, fuzzy msgid "Extra Parameters" msgstr "Parametros de plantilla" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5650,27 +7206,32 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "El campo adicional no se puede decodificar por JSON. %(msg)s" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "Parámetros extra para usar en consultas con plantillas jinja" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 #, fuzzy msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "Parámetros extra para usar en consultas con plantillas jinja" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 #, fuzzy msgid "Extra url parameters for use in Jinja templated queries" msgstr "Parámetros extra para usar en consultas con plantillas jinja" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "caja de texto" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "FEB" @@ -5679,45 +7240,75 @@ msgstr "FEB" msgid "FRI" msgstr "VIE" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "Octubre" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "Falla" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "Falló" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Falla al recuperar los resultados" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "Falla al recuperar los resultados" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "Fallo al verificar las opciones de selección: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "Favoritos" @@ -5729,34 +7320,36 @@ msgstr "Favoritos" msgid "February" msgstr "Febrero" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "Obtener Valores De" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "Predicado Obtención de Valores" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "Obtener previsualización de datos" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "Obtenido %s" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +#, fuzzy +msgid "Fetching" +msgstr "Configuración" + +#: superset/databases/commands/exceptions.py:63 #, fuzzy, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "El campo no puede ser decodificado como JSON. %{json_error}s" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "El campo no puede ser decodificado por JSON. %(msg)s" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "El campo es obligatorio" @@ -5764,133 +7357,173 @@ msgstr "El campo es obligatorio" msgid "File" msgstr "Archivo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "Color fijo" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 #, fuzzy msgid "Fill method" msgstr "Método de notificación" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "Falló" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 #, fuzzy msgid "Filter" msgstr "Filtros" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +#, fuzzy +msgid "Filter Configuration" +msgstr "Configuración de filtros" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "Filtrar lista" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "Configurar ámbito de filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 #, fuzzy msgid "Filter Type" msgstr "Filtrar por usuario" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "Caja de filtro" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Filtrar tus Gráficos" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Configuración de filtros" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "Configuración de filtros en caja de filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Valor del Filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Valor del Filtro" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "ver resultados" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 -#, fuzzy, python-format +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#, fuzzy msgid "Filter set already exists" msgstr "La fuente de datos %(name)s ya existe" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 #, fuzzy msgid "Filter set with this name already exists" msgstr "La fuente de datos %(name)s ya existe" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 #, fuzzy msgid "Filter type" msgstr "Filtrar por usuario" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "Valor del filtro (sensible a mayúsculas/minúsculas)" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "Fuentes de datos" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Filtrar tus Gráficos" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Filtrable" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "Filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, fuzzy, python-format msgid "Filters (%d)" msgstr "Quitar filtros (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "Filtrar por estado" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "Filtrar por estado" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "Configuración de filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -#, fuzzy -msgid "Filters configuration and scoping" -msgstr "Configuración de filtro invalido, por favor selecciona una columna" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5902,19 +7535,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 #, fuzzy msgid "Fix to selected Time Range" msgstr "Configurar rango de tiempo avanzado" @@ -5924,68 +7561,88 @@ msgstr "Configurar rango de tiempo avanzado" msgid "Fixed" msgstr "Modificado" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 #, fuzzy msgid "Fixed Color" msgstr "Color fijo" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "Color fijo" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 #, fuzzy msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "Estimar el costo antes de ejecutar una consulta" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 #, fuzzy msgid "Force" msgstr "Fuente" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "Formato Fecha/Hora" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "Forzar actualización" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5993,45 +7650,86 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 #, fuzzy msgid "Forecast periods" msgstr "Periodo de gracia" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Frecuencia de actualización" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 #, fuzzy msgid "Formattable" msgstr "Claves de la tabla" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "Claves de la tabla" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Limitar valores del selector" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "Formato Fecha/Hora" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "Formato D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "Valores Nulos" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 #, fuzzy msgid "Frequency" msgstr "Frecuencia de actualización" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "Acción" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -6039,36 +7737,71 @@ msgstr "" msgid "Friday" msgstr "Viernes" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "La fecha de inicio no puede ser posterior a la fecha final" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Nombre de la consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "Nuevo gráfico" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "Agrupar por" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "Guardar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "Todos los gráficos" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "Columna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "Configuracion" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -6081,28 +7814,56 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "Periodo de gracia" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "Guardar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (Mayor o igual)" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "crear un " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#, fuzzy +msgid "Grid" +msgstr "Viernes" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +#, fuzzy +msgid "Grid Size" +msgstr "Tamaño burbuja" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 #, fuzzy msgid "Group By" @@ -6112,72 +7873,114 @@ msgstr "Agrupar por" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "'Group By' y 'Columns' no pueden solaparse" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Agrupar por" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Agrupable" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +#, fuzzy +msgid "Handlebars" +msgstr "alertas" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Eliminar plantilla" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "fue creada" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "Encabezado" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "Fila de Encabezado" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Mapa de Calor" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "Altura" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "Ocultar capa" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "Alterna la descripción del Dashboard" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "Ocultar capa" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Contraseña de Broker" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "Ocultar barra de herramientas" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "Métrica con la cual ordenar los resultados." + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "Buscar" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Histograma" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Inicio" @@ -6186,53 +7989,63 @@ msgstr "Inicio" msgid "Horizon Chart" msgstr "Gráficos de Horizonte" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "Gráficos de Horizonte" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "Gráficos de Horizonte" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 #, fuzzy msgid "Hour" msgstr "hora" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "hora" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "¿Por cuánto tiempo quieres mantener los registros de esta alerta?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 #, fuzzy msgid "" "How to display time shifts: as individual lines; as the difference " @@ -6244,29 +8057,29 @@ msgstr "" "desplazamiento de tiempo; como el cambio porcentual; o como la relación " "entre series y desplazamientos de tiempo." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 #, fuzzy msgid "Id" msgstr "id:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 #, fuzzy msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " @@ -6281,7 +8094,7 @@ msgstr "" "como cuenta de servicio, pero suplantará al usuario conectado actualmente" " vía la propiedad de usuario de hive.server2.proxy." -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6290,65 +8103,70 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "La fuente de datos %(name)s ya existe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " -msgstr "Si está activado, puede utilizar el " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" +msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" "Si se selecciona, por favor, establezca los esquemas permitidos en " "Adicional" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" -"Si se selecciona, por favor, establezca los esquemas permitidos para la " -"carga de datos en Extra." - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "" +"La ejecución del informe programado falló al generar una captura de " +"pantalla." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 #, fuzzy msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "Suplantar Usuario Conectado (Presto, Trino, Drill & Hive)" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "Suplantar el usuario conectado" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Import" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Importar %s" @@ -6357,19 +8175,19 @@ msgstr "Importar %s" msgid "Import Dashboard(s)" msgstr "Importar Dashboard(s)" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Importar Dashboards" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "Importar definición de tabla" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "Importar el gráfico falló por una razón desconocida" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 #, fuzzy msgid "Import charts" msgstr "No hay gráficos" @@ -6378,30 +8196,30 @@ msgstr "No hay gráficos" msgid "Import dashboard failed for an unknown reason" msgstr "Importar el Dashboard falló por una razón desconocida" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Importar dashboards" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "Importar la base de datos falló por una razón desconocida" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 #, fuzzy -msgid "Import databases" +msgid "Import database from file" msgstr "Editar Base de Datos" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "Importar el conjunto de datos falló por una razón desconocida" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 #, fuzzy msgid "Import datasets" msgstr "Editar Base de Datos" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 #, fuzzy msgid "Import queries" msgstr "¿Consulta vacía?" @@ -6411,134 +8229,144 @@ msgstr "¿Consulta vacía?" msgid "Import saved query failed for an unknown reason." msgstr "Importar el gráfico falló por una razón desconocida" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "en" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 #, fuzzy msgid "Include time" msgstr "Hora Final" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Filtros Incompatibles (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Desconectado" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "Columna de Índice" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "Inferir Formato de Fecha y Hora" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "Información" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "Filtrado Instantáneo" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 #, fuzzy msgid "Intensity" msgstr "Entidad" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "Usar Pandas para interpretar el formato de fecha y hora automáticamente." + +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "Usar Pandas para interpretar el formato de fecha y hora automáticamente." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Intérvalo de actualización" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 #, fuzzy msgid "Interval End column" msgstr "Filtrar por estado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 #, fuzzy msgid "Interval bounds" msgstr "Filtrar por estado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 #, fuzzy msgid "Interval colors" msgstr "Esquema de Color Lineal" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 #, fuzzy msgid "Interval start column" msgstr "Filtrar por estado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "Intérvalo de actualización" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "JSON inválido" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -#, fuzzy -msgid "Invalid account information" -msgstr "Información Basica" +#: superset/advanced_data_type/api.py:100 +#, fuzzy, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "rolling_type inválido: %(type)s" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "Certificado Inválido" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6553,137 +8381,185 @@ msgstr "" msgid "Invalid cron expression" msgstr "Expresión cron inválida" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "Operador acumulativo inválido: %(operator)s" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "Formato de fecha/hora inválido" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "Configuración de filtro invalido, por favor selecciona una columna" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "Tipo de operación de filtrado inválida: %(op)s" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "Cadena geodésica inválida" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "Cadena de geohash inválida" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "Configuración de latitud/longitud inválida." -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "Longitud/latitud inválidas" -#: superset/utils/core.py:1318 -#, fuzzy -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" msgstr "Certificado Inválido" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "Función numpy inválida: %(operator)s" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "Opciones inválidas para %(rolling_type)s: %(options)s" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, fuzzy, python-format msgid "Invalid result type: %(result_type)s" msgstr "rolling_type inválido: %(type)s" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "rolling_type inválido: %(type)s" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "Punto espacial inválido encontrado: %s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "Certificado Inválido" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "Selección inversa" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "Está Escondida" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "El Gráfico ha cambiado" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "Es dimensión" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "Esitar Tabla" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "Favoritos" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "Es filtrable" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "No nulo" + +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "No nulo" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "Es temporal" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 #, fuzzy msgid "Issue 1000 - The dataset is too large to query." msgstr "Issue 1000 - La fuente de datos es demasiado grande para consultar." -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "Issue 1001 - La base de datos tiene una carga inusualmente elevada." -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "Parece que no tienes acceso a ninguna base de datos" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "ENE" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "Metadatos JSON" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "Metadatos JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "no es json válido" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 #, fuzzy msgid "" "JSON string containing additional connection configuration. This is used " @@ -6707,13 +8583,44 @@ msgstr "JUN" msgid "January" msgstr "Enero" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Cargar una plantilla" + +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" +msgstr "" +"Una lista separada por comas de columnas que deben ser parseadas como " +"fechas." + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6728,47 +8635,74 @@ msgstr "Julio" msgid "June" msgstr "Junio" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "Continuar editando" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "Claves de la tabla" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtros" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Límite filas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "Etiqueta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "Tipo de dato" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "La fuente de datos %(name)s ya existe" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "Etiqueta para tu consulta" @@ -6777,17 +8711,18 @@ msgstr "Etiqueta para tu consulta" msgid "Label position" msgstr "última partición:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6805,23 +8740,24 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 #, fuzzy msgid "Large" msgstr "Compartir" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 #, fuzzy msgid "Last" msgstr "en" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Último cambio" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Última modificación" @@ -6830,71 +8766,81 @@ msgstr "Última modificación" msgid "Last Updated %s" msgstr "Última actualización %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Última actualización %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Última modificación" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Última modificación por %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Último cambio" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "Capa" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Configuración" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 #, fuzzy msgid "Least recently modified" msgstr "Última modificación" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "alerta" @@ -6911,102 +8857,149 @@ msgid "Left Axis Metric" msgstr "Métrica Eje Derecho" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 -#, fuzzy, python-format +#, fuzzy msgid "Left Axis chart(s)" msgstr "Selecciona un esquema (%s)" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 #, fuzzy msgid "Left value" msgstr "Valores Nulos" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 #, fuzzy msgid "Legend" msgstr "Modificado" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 -msgid "Legend type" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "Formato de correo electrónico" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 -msgid "Lift percent precision" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Eliminar anotación" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "última partición:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 +msgid "Legend type" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (Menor o igual)" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 +msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Altura" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "Valor del filtro (sensible a mayúsculas/minúsculas)" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "Límite alcanzado" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "Limitar valores del selector" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "Tipo" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -7015,66 +9008,105 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "Desconectado" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "Minimizar" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +#, fuzzy +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" +"El gráfico de linea (en series de tiempo) es un gráfico de linea " +"utilizado para visualizar medidas tomadas en intervalos de tiempo " +"regulares. El gráfico de linea es un tipo de gráfico que muestra " +"información de una serie de puntos de datos conectados por segmentos de " +"lineas rectas. Es un tipo básico de gráfico en la estadística." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "Grosor de línea" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 #, fuzzy msgid "Linear Color Scheme" msgstr "Esquema de Color Lineal" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "Esquema de Color Lineal" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "Enlace Copiado!" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "Columna de Tiempo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "Orden Descendente" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Listar Observaciones" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Enlace Copiado!" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "Mostrar Consultas Guardadas" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Limitar valores del selector" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -7083,15 +9115,20 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "Última actualización %s" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "Editor CSS" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "Cargar una plantilla CSS" @@ -7103,59 +9140,72 @@ msgstr "Datos cargados en caché" msgid "Loaded from cache" msgstr "Cargado de caché" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "Subir" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "Retención de Registros (días)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Crear un nuevo Gráfico" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "Retención de registros" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Acceder" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Grosor de línea" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Salir" @@ -7163,15 +9213,32 @@ msgstr "Salir" msgid "Logs" msgstr "Registros" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +#, fuzzy +msgid "Longitude & Latitude" +msgstr "Columnas de longitus y latitud" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "Columnas de longitus y latitud" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "Longitud/latitud inválidas" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -7187,11 +9254,17 @@ msgstr "MAY" msgid "MON" msgstr "LUN" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "Columna principal de fecha y hora" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" @@ -7199,42 +9272,66 @@ msgstr "" "Solicitud mal formada. Se esperan argumentos de slice_id o table_name y " "db_name" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Administrar" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "Administrar informes de correo electrónico para gráficos" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "Alertas e informes" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "Administrar reportes de correo electrónico para los dashboards" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "Nombre de tu fuente de datos" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "Oblugatorio" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "Manglar Columnas Duplicadas" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +#, fuzzy +msgid "Manually set min/max values for the y-axis." +msgstr "Usar escala logarítimica para el Eje Y" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "Mapa de Árbol" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 #, fuzzy msgid "Map Style" msgstr "Tipo de Markup" @@ -7243,7 +9340,7 @@ msgstr "Tipo de Markup" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -7251,27 +9348,29 @@ msgstr "" msgid "March" msgstr "Marzo" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 #, fuzzy msgid "Margin" msgstr "Origen" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -7287,7 +9386,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7300,35 +9399,47 @@ msgstr "alertas" msgid "Markup type" msgstr "Tipo de Markup" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Máx" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 #, fuzzy msgid "Max Bubble Size" msgstr "Tamaño burbuja" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "Maximizar" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Valores Nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7336,142 +9447,145 @@ msgstr "" msgid "May" msgstr "Mayo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Limitar valores del selector" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Limitar valores del selector" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -#, fuzzy -msgid "Message Content" -msgstr "Contenido del mensaje" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "Contenido del mensaje" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 #, fuzzy msgid "Metadata" msgstr "Metadatos JSON" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "Última actualización de metadatos" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 #, fuzzy msgid "Metadata Parameters" msgstr "Parametros de plantilla" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "Los metadatos se han sincronizado" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadatos actualizados para la(s) siguiente(s) tabla(s): %(tables)s" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "Método" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Métrica" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "La métrica '%(metric)s' no existe" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 #, fuzzy msgid "Metric ascending" msgstr "Orden Descendente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "Métrica asignada al eje [X]" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "Métrica asignada al eje [Y]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 #, fuzzy msgid "Metric descending" msgstr "Orden descendente" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -#, fuzzy -msgid "Metric for Color" -msgstr "Una métrica para usar para el color." - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Nombre de la consulta" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "La métrica [%s] esta duplicada" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 #, fuzzy msgid "Metric to display bottom title" msgstr "Elige qué métrica mostrar" @@ -7480,161 +9594,215 @@ msgstr "Elige qué métrica mostrar" msgid "Metric to sort the results by" msgstr "Métrica con la cual ordenar los resultados." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." -msgstr "La(s) métrica(s) {} tiene que ser agregaciones" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Métricas" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "Archivo" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Filtros" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "Mín" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 #, fuzzy msgid "Min Periods" msgstr "Periodos Mínimos" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 #, fuzzy msgid "Min Width" msgstr "Grosor de línea" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "Periodos Mínimos" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "Minimizar" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "minuto" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Valores Nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 #, fuzzy msgid "Minute" msgstr "minuto" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "minuto" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 #, fuzzy -msgid "Missing Required Fields" -msgstr "Nombre es requerido" +msgid "Missing URL parameters" +msgstr "Editar parámetros de la plantilla" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 #, fuzzy msgid "Missing dataset" msgstr "Cambiar fuente" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Minimizar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Modificado" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, fuzzy, python-format msgid "Modified %s" msgstr "Última modificación en %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Modificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "Columnas modificadas: %s" @@ -7643,22 +9811,28 @@ msgstr "Columnas modificadas: %s" msgid "Monday" msgstr "Lunes" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 #, fuzzy msgid "Month" msgstr "mes" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "mes" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "Más opciones sobre el dataset" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Ver más" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Filtro de Fecha" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7667,229 +9841,287 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 #, fuzzy msgid "Multi-Dimensions" msgstr "Es dimensión" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "Serie temportal - Gráfico de múltiples líneas" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "Autocompletar filtros" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -#, fuzzy -msgid "Multiple select" -msgstr "Permitir selección múltiple" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "Activo" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "Debe ser único" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Elija un gráfico o un dashboard, no ambos" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "Debe tener una columna [Group By] para tener 'count' como [Etiqueta]" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Debe especificarse al menos una columna numérica" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 #, fuzzy msgid "My column" msgstr "Columna" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "Métrica" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "Uno o varios controles para agrupar por" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "NOV" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Nombre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "Nombre es requerido" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "El nombre debe ser único" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 #, fuzzy msgid "Name of table to be created from columnar data." msgstr "Nombre de la tabla que se creará a partir de datos de excel." -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Nombre de la tabla que se creará a partir de los datos csv." - -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "Nombre de la tabla que se creará a partir de datos de excel." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 -msgid "Name of the column containing the id of the parent node" -msgstr "" +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Nombre de la tabla que se creará a partir de los datos csv." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 +msgid "Name of the column containing the id of the parent node" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 #, fuzzy msgid "Name of the id column" msgstr "Columna de Tiempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Nombre de la tabla que existe en la fuente de datos." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 #, fuzzy msgid "Name of the target nodes" msgstr "Propietarios del dataset" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 #, fuzzy msgid "Name your database" msgstr "Nombre de tu fuente de datos" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." -msgstr "Error de red." - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Nuevo" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "Error de red." + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Error de red." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "Nuevo gráfico" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "Nuevas columnas añadidas: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Cambiar fuente" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "Nombre de la Fuente de Datos" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 #, fuzzy msgid "New filter set" msgstr "Configurar ámbito de filtros" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Encabezado" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "Nueva pestaña" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "Siguiente" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 #, fuzzy msgid "Nightingale Rose Chart" msgstr "Serie Temporal - Gráfico de Nightingale Rose" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "No" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "Aún no hay %s" @@ -7898,192 +10130,369 @@ msgstr "Aún no hay %s" msgid "No Access!" msgstr "Sin Acceso!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 #, fuzzy msgid "No Data" msgstr "No hay datos" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "Ver resultados" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Capas de Anotación" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "Aún no hay capas de anotación" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "Aún no hay anotaciones" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Filtros aplicados (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Todos los filtros" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "No hay gráficos" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "No hay gráficos" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 #, fuzzy msgid "No columns" msgstr "Columna" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -#, fuzzy, python-format +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Filtros Incompatibles (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +#, fuzzy msgid "No compatible columns found" msgstr "Filtros Incompatibles (%d)" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "Filtros Incompatibles (%d)" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "Filtros Incompatibles (%d)" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "No hay dashboards" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "No hay dashboards" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "No hay datos" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "No hay datos en el archivo" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "La base de datos no existe" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 #, fuzzy msgid "No description available." msgstr "descripción" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "No hay gráficos favoritos aun, clica en la estrella!" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "No hay dashboards favoritos aun, clica en la estrella!" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 #, fuzzy msgid "No filter" msgstr "Añadir filtro" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "Ningún filtro seleccionado" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -#, fuzzy, python-format +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Añadir filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "No hay filtros en este dashboard" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "No se encontraron registros" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +#, fuzzy msgid "No of Bins" msgstr "Copia de %s" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "No hay histórico de consultas, aun..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "Recientes" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "No se encontraron registros" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "Ver resultados" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "No se han encontrado resultados" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "Expresión SQL" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "%s métrica(s) guardada(s)" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Consultas Guardadas" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" "No se encontraron resultados almacenados, necesitas ejecutar tu consulta " "de nuevo" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" "No se encontró la columna especificada. Para filtrar por una métrica, " "intenta la pestaña SQL Personalizado" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Columna de Tiempo" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "Filtros Incompatibles (%d)" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 #, fuzzy msgid "No time columns" msgstr "Columna de Tiempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 #, fuzzy msgid "Node select mode" msgstr "Probar Conexión" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 #, fuzzy msgid "Node size" msgstr "Tamaño burbuja" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 #, fuzzy msgid "Not Time Series" msgstr "Editar rango de tiempo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Añadir a un nuevo Dashboard" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "descripción" + +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (No es igual)" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "anotación" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "No nulo" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 #, fuzzy msgid "Not triggered" msgstr "Nada disparado" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "Nada disparado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "Método de notificación" @@ -8091,16 +10500,27 @@ msgstr "Método de notificación" msgid "November" msgstr "Noviembre" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 #, fuzzy msgid "Now" msgstr "Hilera" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Valores Nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "anotación" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "Nulo o Vacío" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "Valores Nulos" @@ -8109,58 +10529,95 @@ msgstr "Valores Nulos" msgid "Number Format" msgstr "Formato D3" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 #, fuzzy msgid "Number format" msgstr "Formato D3" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "Formato D3" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "Número de filas del archivo a leer." + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "Número de filas del archivo a leer." -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "Número de filas a omitir al inicio del archivo." + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "Número de filas a omitir al inicio del archivo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #, fuzzy msgid "Numerical range" msgstr "Periodo de tiempo" @@ -8169,12 +10626,15 @@ msgstr "Periodo de tiempo" msgid "OCT" msgstr "OCT" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "OK" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "SOBRESCRIBIR" @@ -8182,26 +10642,19 @@ msgstr "SOBRESCRIBIR" msgid "October" msgstr "Octubre" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "Desconectado" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Desplazamiento" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8209,31 +10662,29 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 #, fuzzy msgid "One or many columns to pivot as columns" msgstr "Uno o varios controles para pivotar como columnas" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "Uno o varios controles para pivotar como columnas" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "Una o varias métricas para mostrar" @@ -8262,108 +10713,120 @@ msgstr "Una o más métricas están duplicadas" msgid "One or more metrics do not exist" msgstr "Una o más métricas no existen" -#: superset/errors.py:113 +#: superset/errors.py:119 #, fuzzy msgid "One or more parameters needed to configure a database are missing." msgstr "Issue 1006 - Faltan uno o más parámetros especificados en la consulta." -#: superset/errors.py:127 +#: superset/errors.py:133 #, fuzzy msgid "One or more parameters specified in the query are malformatted." msgstr "Issue 1006 - Faltan uno o más parámetros especificados en la consulta." -#: superset/errors.py:101 +#: superset/errors.py:107 #, fuzzy msgid "One or more parameters specified in the query are missing." msgstr "Issue 1006 - Faltan uno o más parámetros especificados en la consulta." -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "Una o más capas de anotación fallaron al cargar." -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 #, fuzzy msgid "Only SELECT statements are allowed against this database." msgstr "Solo las consultas `SELECT` están permitidas en esta base de datos" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "Solo las consultas `SELECT` estan permitidas en esta base de datos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "Solo consultas sencillas están soportadas" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" "Solo se permiten las siguientes extensiones de archivo: " "%(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "Se produjo un error" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "Opacidad" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Nombre de la Fuente de Datos" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "Ejecutar en Laboratiorio SQL" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Ejecutar en Laboratiorio SQL" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8371,18 +10834,18 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -#, fuzzy, python-format +#, fuzzy msgid "Operator" msgstr "%s operador(es)" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "Operador no definido para el agregado: %(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." @@ -8390,103 +10853,131 @@ msgstr "" "Contenido opcional CA_BUNDLE para validar las solicitudes HTTPS. Solo " "disponible en algunos motores de base de datos." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "Información adicional" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "Información adicional" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -#, fuzzy, python-format +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +#, fuzzy msgid "Options" msgstr "%s opción(es)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 #, fuzzy msgid "Ordering" msgstr "Orden descendente" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "Eliminar anotación" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" +msgstr "Distribución - Gráfico de Barra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" -msgstr "Origen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "Origen" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "Orden original de columna de tabla" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 #, fuzzy msgid "Other" msgstr "mes" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 #, fuzzy msgid "Outer edge of Pie chart" msgstr "El id del gráfico activo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 #, fuzzy msgid "Overlap" msgstr "Mapa Mundial" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " @@ -8496,65 +10987,119 @@ msgstr "" "espera periodos de tiempo relativos en lenguaje natural (ejemplo: 24 " "horas, 7 días, 52 semanas, 365 días). Se admite texto libre." -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Sobreponer una o más series de tiempo desde un período relativo. Se " +"espera periodos de tiempo relativos en lenguaje natural (ejemplo: 24 " +"horas, 7 días, 52 semanas, 365 días). Se admite texto libre." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Mostrar origen de tiempo de Druid" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Editar rango de tiempo" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Sobrescribir" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Sobreescribir y Explorar" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "Sobrescribir el Dashboard [%s]" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Manglar Columnas Duplicadas" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +#, fuzzy +msgid "Overwrite existing" +msgstr "Continuar editando" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "Sobreescribir texto en el editor con una consulta sobre esta tabla" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Propietario" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "Propietarios" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "Los propietarios son invalidos" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" "Propietarios es una lista de usuarios que pueden alterar el panel de " "control." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8562,24 +11107,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "Método de Remuestra Pandas" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "Regla de Remuestra Pandas" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "Coordenadas Paralelas" @@ -8587,205 +11134,251 @@ msgstr "Coordenadas Paralelas" msgid "Parameter error" msgstr "Parámetros" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Parámetros" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 #, fuzzy msgid "Parameters " msgstr "Parámetros" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "Filtro de padre" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -#, fuzzy -msgid "Parent filter is required" -msgstr "El tipo es obligatorio" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "Parsear Fechas" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "Partición de diagrama" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "Partición de diagrama" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 #, fuzzy msgid "Partition Limit" msgstr "Partición de diagrama" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 #, fuzzy msgid "Password" msgstr "Contraseña de Broker" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 #, fuzzy msgid "Pattern" msgstr "Actualizar" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "El Gráfico ha cambiado" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Recientes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "El Gráfico ha cambiado" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "Métroca de orden" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 #, fuzzy msgid "Percentages" msgstr "Recientes" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "Periodos" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +#, fuzzy +msgid "Periods must be a whole number" msgstr "Los periodos deben ser un valor entero positivo" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "Tabla física" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "Tabla física" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Conjunto de datos físico" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Elige una métrica para el eje izquierdo!" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Elige una métrica para el eje derecho!" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Elige una métrica para 'x', 'y' y 'tamaño'" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Elige qué métrica mostrar" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Elige una métrica!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Elige una granularidad de tiempo para tus series temporales." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "Elige al menos un campo para [Series]" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Elige al menos una métrica" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "Elige exactamente 2 columnas como [Origen / Destino]" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8796,210 +11389,282 @@ msgid "Pick your favorite markup language" msgstr "Elige tu idioma favorito de markup" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "Nuevo gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 #, fuzzy msgid "Pie shape" msgstr "Ver ejemplos" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 #, fuzzy msgid "Pin" msgstr "en" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 -#, fuzzy, python-format +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +#, fuzzy msgid "Pivot Options" msgstr "%s opción(es)" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Tabla Dinámica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "Tabla Dinámica" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "La operación de pivote debe incluir al menos un agregado" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "La operación de pivote requiere al menos un índice" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "Editado" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Por favor elige al menos un campo en 'Group by'" + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "Por favor elige al menos un campo en 'Group by'" -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Por favor elige al menos una métrica" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "Por favor, elige diferentes métricas en el eje izquierdo y derecho" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "Confirme" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Por favor, introduce un URI SQLAlchemy para probar" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Por favor introduce un nombre para el gráfico" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 #, fuzzy msgid "Please filter set name" msgstr "Por favor introduce un nombre para el gráfico" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "Por favor, guarda la consulta para habilitar el compartir" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "Por favor especifica 3 etiquetas de métrica distintas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "Color fijo" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +#, fuzzy +msgid "Point Size" +msgstr "Tamaño burbuja" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 #, fuzzy msgid "Points" msgstr "Componentes" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "Columna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "Envío de informe" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "Configuracion" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "Pop Tab Link" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -9007,58 +11672,58 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "informe" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -#, fuzzy -msgid "Port is closed" -msgstr "Informe fallido" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "Posición JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 #, fuzzy msgid "Pre-filter" msgstr "Filtro de padre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 #, fuzzy msgid "Pre-filter is required" msgstr "El tipo es obligatorio" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -9070,15 +11735,14 @@ msgstr "" "activado." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 #, fuzzy msgid "Predictive" msgstr "Activo" @@ -9096,37 +11760,65 @@ msgstr "" msgid "Preview" msgstr "Previsualizar" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "Previsualizar: `%s`" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "Anterior" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "Anterior" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 #, fuzzy msgid "Primary" msgstr "Viernes" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "Métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "Viernes" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Contraseña de Broker" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "Creado" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "Perfil" @@ -9134,56 +11826,63 @@ msgstr "Perfil" msgid "Profile picture provided by Gravatar" msgstr "Imagen de Perfil provista por Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "Publicado" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "Regla" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -9191,193 +11890,220 @@ msgstr "" msgid "Put your code here" msgstr "Pon tu código aquí" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -#, fuzzy -msgid "Python Functions" -msgstr "Probar Conexión" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "Patrón datetime de Python" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Probar Conexión" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 #, fuzzy msgid "Quarter" msgstr "consulta" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "Propietario del Gráfico: %s" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "Series" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "Consulta" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "consulta" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "consulta" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "Historial de la consulta" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "La base de datos no existe" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Historial de la Consulta" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "Nombre de la consulta" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Consulta en nueva pestaña" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "Nombre de la consulta" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Nombre de la consulta" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "Previsualización de Datos" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 #, fuzzy msgid "Query was stopped" msgstr "La consulta ha sido detenida." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "La consulta ha sido detenida." -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "TIPO DE RANGO" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -#, fuzzy -msgid "REPORT NAME ERROR" -msgstr "Nombre de informe" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 #, fuzzy msgid "RGB Color" msgstr "Color fijo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "Compartir gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 #, fuzzy msgid "Radial" msgstr "Espacial" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parámetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, fuzzy, python-format msgid "Ran %s" msgstr "Duración: %s" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "Administrar" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 #, fuzzy msgid "Range filter" @@ -9400,21 +12126,26 @@ msgstr "Administrar" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 #, fuzzy msgid "Ranking" msgstr "Mensaje de Aviso" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "Duración" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9423,7 +12154,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "No hay filtros en este dashboard" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -9431,43 +12162,40 @@ msgstr "" msgid "Recent activity" msgstr "Actividad Reciente" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" "Aquí aparecerán los gráficos, los dashboards y las consultas guardadas " "recientemente" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" "Aquí aparecerán los gráficos, los dashboards y las consultas editadas " "recientemente" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 #, fuzzy msgid "Recently modified" msgstr "Última modificación" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" "Aquí aparecerán los gráficos, los dashboards y las consultas vistas " "recientemente" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "Recientes" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "Destinatarios" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "Los destinatarios están separados por \",\" o \";\"" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9475,27 +12203,23 @@ msgstr "" msgid "Record Count" msgstr "Número de Registros" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Redirige a este putno al hacer clic en la fuente de datos de la lista de " -"fuentes de datos" - -#: superset/connectors/sqla/views.py:457 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "Redirige a este punto al hacer clic en la tabla de la lista de tablas" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9503,16 +12227,16 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 #, fuzzy msgid "Refer to the" msgstr "Referirse a " -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "Columnas referenciadas no disponibles en DataFrame." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "ver resultados" @@ -9520,44 +12244,53 @@ msgstr "ver resultados" msgid "Refresh" msgstr "Intervlo de actualización" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Actualizar Metadatos Druid" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "Refrescar Metadatos" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "Refrescar metadatos de columna" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Actualizar dashboard automáticamente" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "Frecuencia de actualización" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "Intérvalo de actualización" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "Intérvalo de actualización" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Tabla de serie temporal" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "Metadatos refrescados desde el cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Error obteniendo datos" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "Actualizando la fuente de datos [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Columna de Tiempo" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "Compartir" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9566,9 +12299,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9579,31 +12313,41 @@ msgstr "Duración" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 #, fuzzy msgid "Relative Date/Time" msgstr "Cantidad relativa" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 #, fuzzy msgid "Relative period" msgstr "Periodo de gracia" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "Cantidad relativa" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "Creado" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "Eliminar" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Filtro de padre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9611,157 +12355,174 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Eliminar consulta del historial" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "Eliminar vista previa de la tabla" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "Columnas eliminadas: %s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "Renombrar pestaña" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 #, fuzzy msgid "Rendering" msgstr "Orden Descendente" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "Remplazar" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "informe" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Nombre de informe" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "El informe programado no ha podido ser creado." -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "El informe programado no ha podido ser eliminado." -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "El informe programado no ha podido ser actualizado." -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "El informe programado no se pudo eliminar." -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 #, fuzzy msgid "Report Schedule execution failed when generating a csv." msgstr "" "La ejecución del informe programado falló al generar una captura de " "pantalla." -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 #, fuzzy msgid "Report Schedule execution failed when generating a dataframe." msgstr "" "La ejecución del informe programado falló al generar una captura de " "pantalla." -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" "La ejecución del informe programado falló al generar una captura de " "pantalla." -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "La ejecución del informe programado falló por un error inesperado." -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" "El informe programado todavía está en proceso, rechazando la " "recomputación." -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "Los registros del informe programado no pudieron limpiarse." -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "No se encuentra el informe programado." -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "Los parametros del informe programado son inválidos" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "El informe programado alcanzó el tiempo de espera máximo." -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "No se encontró el usuario sellenium del informe programado" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "No se encontró el estado del informe programado" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 #, fuzzy msgid "Report a bug" msgstr "informe" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Informe fallido" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Nombre de informe" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Programar informe" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Error inesperado del informe programado" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Error inesperado del informe programado" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "Error inesperado del informe programado" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Envío de informe" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Reporte enviado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Informe fallido" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Informes" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "Expresión" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9769,56 +12530,98 @@ msgstr "" msgid "Request Permissions" msgstr "Solicitar Permisos" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "Petición incorrecta: %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "La petición no es JSON" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "La petición no es JSON" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 msgid "Required" msgstr "Requerido" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 #, fuzzy msgid "Resample" msgstr "Ver ejemplos" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Método de Remuestra Pandas" + +#: superset/utils/pandas_postprocessing/resample.py:43 +#, fuzzy +msgid "Resample operation requires DatetimeIndex" +msgstr "La operación de pivote requiere al menos un índice" + +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "Recientes" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "Restablecer estado" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "La base de datos no existe" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 #, fuzzy msgid "Restore Filter" msgstr "Filtro de Fecha" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "Resultados" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "Resultados" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9826,33 +12629,38 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +#, fuzzy +msgid "Reverse Lat & Long" +msgstr "latitud/longitud reversos" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "latitud/longitud reversos" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 #, fuzzy msgid "Right" msgstr "Altura" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 #, fuzzy msgid "Right Axis Format" msgstr "Métrica Eje Derecho" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "Métrica Eje Derecho" @@ -9862,196 +12670,225 @@ msgstr "Métrica Eje Derecho" msgid "Right Axis chart(s)" msgstr "Métrica Eje Derecho" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "Métrica Eje Derecho" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 #, fuzzy msgid "Role" msgstr "Perfil" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" "El rol %(r)s se extendió para proporcionar el acceso al origen de datos " "%(ds)s" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Roles" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "Roles a conceder" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 #, fuzzy msgid "Rolling Function" msgstr "Probar Conexión" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 #, fuzzy msgid "Rolling Window" msgstr "Ventana de desplazamiento" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "Probar Conexión" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "Ventana de desplazamiento" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "Certificado raíz" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 #, fuzzy msgid "Round cap" msgstr "Mapa de País" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "Hilera" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 #, fuzzy msgid "Row Level Security" msgstr "Seguridad a nivel de registros" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "Filtro de seguridad de nivel de fila" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "Límite filas" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "Filas" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "Filas a Leer" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "Regla" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "Ejecutar" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "Ejecutar una consulta para mostrar los resultados aquí" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +#, fuzzy +msgid "Run a query to display results" msgstr "Ejecutar una consulta para mostrar los resultados aquí" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "Ejecutar en Laboratiorio SQL" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Ejecutar consulta" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "Ejecutar consulta (Ctrl + Enter)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "Ejecutar consulta en otra pestaña" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Probar Conexión" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "Ejecutando" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "SÁB" @@ -10060,34 +12897,39 @@ msgstr "SÁB" msgid "SEP" msgstr "SEP" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "Copiado!" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "Editor SQL" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "Expresión SQL" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "Laboratorio SQL" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "Vista de Laboratorio SQL" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -10099,42 +12941,124 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "Consulta SQL" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "Expresión SQL" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "Parar query" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "URI SQLAlchemy" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Contraseña de Broker" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "El Gráfico no ha podido eliminarse" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "El Gráfico no ha podido guardarse" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "Plantillas CSS" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Los parametros del Gráfico son invalidos" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "Mensaje de Aviso" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "DOM" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "Ver ejemplos" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "El conjunto de datos no pudo ser creado." + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "El conjunto de datos no pudo ser creado." + +#: superset/viz.py:1935 msgid "Sankey" msgstr "" @@ -10146,114 +13070,175 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Filtro de Fecha" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "Sábado" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Guardar" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Guardar y Explorar" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Guardar e ir al Dashboard" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Guardar e ir al Dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Guardar (Sobrescribir)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Guardar como" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Guardar como..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Selecciona una base de datos" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Selecciona una base de datos" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Guardar como una consulta nueva" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "Guardar como gráfico nuevo" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Guardar como..." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "Guardar como:" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Descartar cambios" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Guardar gráfico" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Guardar Dashboard" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Cambiar fuente" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "Guardar para esta sesión" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Guardar Consulta" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 #, fuzzy msgid "Save the query to enable this feature" msgstr "Por favor, guarda la consulta para habilitar el compartir" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Guardar e ir al Dashboard" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Guardar" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Consultas Guardadas" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "Expresión SQL" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Consultas Guardadas" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Consultas Guardadas" @@ -10270,202 +13255,240 @@ msgstr "No se encuentra la consulta guardada." msgid "Saved query parameters are invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "Escanear Nuevas Fuentes de Datos" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +#, fuzzy +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" +"Gráfico de Dispersión de Puntos (en Series de tiempo), muestra en el eje " +"horizontal el tiempo en unidades lineales, conectando los puntos en " +"orden. Muestra una relación estadística entre dos variables-" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "Programar" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" msgstr "Programar informes por correo electrónico para gráficos" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "Programar reportes de correo electrónico para los dashboards" - -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 #, fuzzy msgid "Schedule email report" msgstr "Programar informes por correo electrónico para gráficos" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Guardar Consulta" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Configuracion" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Programar la consulta periódicamente" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "Programado" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 #, fuzzy msgid "Scheduled at (UTC)" msgstr "Programado en" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "No se encontró el estado del informe programado" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "Esquema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 #, fuzzy msgid "Schema cache timeout" msgstr "Tiempo de espera de caché" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Indefinido" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" "Esquema, tal como se utiliza solo en algunas bases de datos como " "Postgres, Redshift y DB2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 #, fuzzy -msgid "Schemas allowed for CSV upload" +msgid "Schemas allowed for File upload" msgstr "" "Si se selecciona, por favor, establezca los esquemas permitidos en " "Adicional" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Buscar" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "Buscar / Filtrar" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "Buscar Métricas y Columnas" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 #, fuzzy msgid "Search all charts" msgstr "Todos los gráficos" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -#, fuzzy -msgid "Search all dashboards" -msgstr "Actualizar dashboard automáticamente" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "Buscar / Filtrar" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "Buscar" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "Buscar por texto" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "%s columnas(s)" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Buscar / Filtrar" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Roles de Usuario" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "Buscar..." -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 #, fuzzy msgid "Second" msgstr "30 segundos" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 #, fuzzy msgid "Secondary" msgstr "Lunes" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "Métroca de orden" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, fuzzy, python-format msgid "Seconds %s" msgstr "30 segundos" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Seguridad" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Seguridad" @@ -10473,114 +13496,193 @@ msgstr "Seguridad" msgid "Security & Access" msgstr "Seguridad & Acceso" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, fuzzy, python-format msgid "See all %(tableName)s" msgstr "Explorar - %(table)s" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "Ver menos" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "Ver más" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "Consultas Guardadas" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "Ver esquema de tabla" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 #, fuzzy msgid "Select" msgstr "Selección múltiple" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Selecciona ..." -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 #, fuzzy msgid "Select Delivery Method" msgstr "Agregar método de entrega" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 #, fuzzy msgid "Select Viz Type" msgstr "Selecciona un tipo de visualización" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "Selecciona un archivo CSV para ser cargado a una base de datos." - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 #, fuzzy msgid "Select a Columnar file to be uploaded to a database." msgstr "Selecciona un archivo de Excel para ser cargado a una base de datos." -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "Selecciona un archivo de Excel para ser cargado a una base de datos." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 #, fuzzy msgid "Select a column" msgstr "¿Realmente quieres borrar todo?" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 #, fuzzy msgid "Select a dashboard" msgstr "Dashboard Superset" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +#, fuzzy +msgid "Select a database table and create dataset" +msgstr "Selecciona tabla o introduce su nombre" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Eliminar base de datos" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Se ha detenido una conexión insegura a la base de datos" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +#, fuzzy +msgid "Select a database to write a query" +msgstr "Selecciona tabla o introduce su nombre" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "Es dimensión" + +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "Selecciona un archivo CSV para ser cargado a una base de datos." + +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "Especifica un esquema (si el sistema de base de datos lo soporta)." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Selecciona un tipo de visualización" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +#, fuzzy msgid "Select aggregate options" msgstr "%s aggregación(es)" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "¿Realmente quieres borrar todo?" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "¿Realmente quieres borrar todo?" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "Todos los gráficos" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 #, fuzzy msgid "Select color scheme" msgstr "Esquema de Color Lineal" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 #, fuzzy msgid "Select column" msgstr "Columna de Tiempo" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Buscar / Filtrar" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Ver esquema de tabla" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 #, fuzzy -msgid "Select database or type database name" +msgid "Select database or type to search databases" msgstr "Selecciona tabla o introduce su nombre" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Eliminar base de datos" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Usar editor de datasource legado" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Buscar / Filtrar" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 #, fuzzy msgid "Select filter" @@ -10590,82 +13692,100 @@ msgstr "Buscar / Filtrar" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +#, fuzzy msgid "Select operator" msgstr "%s operador(es)" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 #, fuzzy msgid "Select or type a value" msgstr "Limitar valores del selector" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 #, fuzzy -msgid "Select owners" -msgstr "Probar Conexión" +msgid "Select or type dataset name" +msgstr "Selecciona tabla o introduce su nombre" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "Buscar / Filtrar" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +#, fuzzy +msgid "Select owners" +msgstr "Probar Conexión" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +#, fuzzy msgid "Select saved metrics" msgstr "%s métrica(s) guardada(s)" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 #, fuzzy -msgid "Select schema or type schema name" +msgid "Select schema or type to search schemas" msgstr "Selecciona tabla o introduce su nombre" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +#, fuzzy msgid "Select scheme" msgstr "Selecciona un esquema (%s)" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "Seleciona fecha de inicio y de fin" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" msgstr "Selecciona tabla o introduce su nombre" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "Capas de Anotación" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "¿Realmente quieres borrar todo?" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10673,151 +13793,188 @@ msgstr "" msgid "September" msgstr "Septiembre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "Series" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 #, fuzzy msgid "Series Height" msgstr "Límite de Serie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "Límite de Serie" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Orden descendente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Series" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "Tabla de serie temporal" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "Límite de Serie" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "Tipo" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "Configurar intervalo de actualización automática" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "Configurar mapeo de filtros" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "Alertas e informes" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "Configuración" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Compartir" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 #, fuzzy msgid "Share chart by email" msgstr "Compartir gráfico" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 #, fuzzy -msgid "Share dashboard by email" -msgstr "Compartir dashboard" +msgid "Share permalink by email" +msgstr "Compartir gráfico" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Guardar Consulta" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "Consultas Guardadas" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Nombre de Hoja" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "La descripción corta debe ser única para esta capa" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "Mostrar Anotación" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "Mostrar Capa de Anotación" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "Mostrar Tabla" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "Ver instrucción CREATE VIEW" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "Mostrar Plantilla CSS" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Mostrar Gráfico" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Mostrar Columna" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "Mostrar Dashboard" @@ -10825,40 +13982,17 @@ msgstr "Mostrar Dashboard" msgid "Show Database" msgstr "Mostrar Base de Datos" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Mostrar Cluster Druid" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Mostrar Columna Druid" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Mostrar Fuente de Datos Druid" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Mostrar Métrica Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "Mostrar caja de selección de Granularidad de Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "Mostrar origen de tiempo de Druid" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "Mostrar Tabla" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10866,11 +14000,12 @@ msgstr "" msgid "Show Log" msgstr "Mostrar Registro" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Mostrar Métrica" @@ -10879,41 +14014,34 @@ msgstr "Mostrar Métrica" msgid "Show Metric Names" msgstr "Mostrar Métrica" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "Mostrar Observación" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "Filtro de Fecha" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "Mostrar filtro de seguridad de nivel de fila" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "Mostrar columna de tiempo SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -#, fuzzy -msgid "Show SQL time grain dropdown" -msgstr "Marcar para incluir la caja de selección de origen de tiempo" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "Mostrar Consulta Guardada" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Mostrar Tabla" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Mostrar Columna" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10921,56 +14049,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "Mostrar Tabla" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "Mostrar Tabla" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "Mostrar Columna" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "Alterna la descripción del Dashboard" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "Mostrar Columna" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Mostrar columna de tiempo SQL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "Mostrar Tabla" @@ -10979,84 +14128,95 @@ msgstr "Mostrar Tabla" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "Mostrar columna de tiempo SQL" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Mostrar Dashboard" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "Propiedades del Dashboard" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 #, fuzzy msgid "Show time column" msgstr "Mostrar columna de tiempo SQL" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 #, fuzzy msgid "Show time grain dropdown" msgstr "Mostrar caja de selección de Granularidad de Druid" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -11069,22 +14229,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Mostrando %s de %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -11093,22 +14257,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 #, fuzzy msgid "Single" msgstr "Archivo" @@ -11119,31 +14283,30 @@ msgstr "Archivo" msgid "Single Metric" msgstr "Filtrar por estado" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 #, fuzzy msgid "Single Value" msgstr "Valores Nulos" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 #, fuzzy msgid "Single value" msgstr "Valores Nulos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -11151,67 +14314,109 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "Saltar líneas vacías" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "Omitir Espacio Inicial" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "Omitir Filas" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "Saltar líneas vacías en lugar de interpretarlas como valores NaN." -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" msgstr "Omitir espacios después del delimitador." -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Canal de Slack" - -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Slug" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 #, fuzzy msgid "Some roles do not exist" msgstr "El dashboard no existe" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" "Lo sentimos, hubo un error al obtener la información de la base de datos:" " %s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "Lo siento, ha ocurrido un error" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +#, fuzzy +msgid "Sorry, an error occurred" +msgstr "Lo siento, ha ocurrido un error" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "Lo siento, ha ocurrido un error" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "Lo siento, ha ocurrido un error" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -11219,152 +14424,156 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" +"Lo sentimos, hubo un error al obtener la información de la base de datos:" +" %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, fuzzy, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" "Lo sentimos, hubo un error al obtener la información de la base de datos:" " %s" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 #, fuzzy msgid "Sort" msgstr "informe" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "Ordenar por" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 #, fuzzy msgid "Sort Descending" msgstr "Orden descendente" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 #, fuzzy msgid "Sort Metric" msgstr "Métroca de orden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Orden Descendente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Ordenar por" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "Orden Descendente" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "Ordenar por" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "Ordenar por" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "Métroca de orden" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "Ordenar columnas alfabéticamente" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 #, fuzzy msgid "Sort columns by" msgstr "Ordenar columnas alfabéticamente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "Orden descendente" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 #, fuzzy msgid "Sort filter values" msgstr "Es filtrable" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "Métroca de orden" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 #, fuzzy msgid "Sort rows by" msgstr "Ordenar por" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 #, fuzzy msgid "Sort type" msgstr "Tipo de dato" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Fuente" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 #, fuzzy msgid "Source / Target" msgstr "Nombre de la Fuente de Datos" @@ -11373,65 +14582,103 @@ msgstr "Nombre de la Fuente de Datos" msgid "Source SQL" msgstr "Fuente SQL" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 #, fuzzy msgid "Source category" msgstr "Nombre de la Fuente de Datos" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "Espacial" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "Especifica un esquema (si el sistema de base de datos lo soporta)." -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "Especifica columnas duplicadas como \"X.0, X.1\"." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 #, fuzzy msgid "Split number" msgstr "Número Grande" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Filtro de padre" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parámetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "Series" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +#, fuzzy +msgid "Stack" +msgstr "Backend" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 #, fuzzy msgid "Stacked" msgstr "Backend" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11439,106 +14686,201 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "Iniciar" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "Longitud/latitud inválidas" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +#, fuzzy +msgid "Start Longitude & Latitude" +msgstr "Longitud/latitud inválidas" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 #, fuzzy msgid "Start Review" msgstr "Previsualización de Datos" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "El Gráfico ha cambiado" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 #, fuzzy msgid "Start at (UTC)" msgstr "Iniciar en" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "El Gráfico ha cambiado" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Estado" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "Estado" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "Estado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "Tipo de dato" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "Tabla de serie temporal por pasos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +#, fuzzy +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" +"Gráfico de Series por tiempo en Pasos (conocida como Tabla de Pasos) es " +"una variación del gráfico de Linea, en la cual la linea que forma la " +"serie de tiempo forma una serie de 'pasos' entre los puntos de intervalos" +" de datos. Una tabla de paso es útil cuando se quieren mostrar los " +"cambios ocurridos en intervalos regulares." + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "Detener" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Detener consulta" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "Detener (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "Detener (Ctrl + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "Se ha detenido una conexión insegura a la base de datos" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histograma" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "Recientes" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -#, fuzzy, python-format +#, fuzzy msgid "Stretched style" msgstr "Obtenido %s" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "Cadenas usadas para nombres de hojas (por defecto es la primera hoja)." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "Color fijo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "Grosor de línea" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "Creado" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "Estilo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11546,30 +14888,68 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 #, fuzzy msgid "Subheader" msgstr "Encabezado" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "Éxito" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Cambiar fuente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Valores Nulos" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -11578,35 +14958,44 @@ msgstr "" msgid "Sunburst Chart" msgstr "Gráfico Superset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Gráfico Superset" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "Domingo" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 #, fuzzy msgid "Superset Chart" msgstr "Gráfico Superset" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Gráfico Superset" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Dashboard Superset" -#: superset/errors.py:105 +#: superset/errors.py:111 #, fuzzy msgid "Superset encountered an error while running a command." msgstr "La alerta encontró un error al ejecutar una consulta." -#: superset/errors.py:106 +#: superset/errors.py:112 #, fuzzy msgid "Superset encountered an unexpected error." msgstr "Error inesperado del informe programado" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "Eliminar base de datos" @@ -11615,36 +15004,50 @@ msgstr "Eliminar base de datos" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 -msgid "Swap rows and columns" -msgstr "" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "Conjunto de datos físico" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 +msgid "Swap rows and columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 #, fuzzy msgid "Symbol" msgstr "tornillo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 #, fuzzy msgid "Symbol size" msgstr "Tamaño burbuja" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "Sincronizar las columnas desde la fuente" @@ -11656,11 +15059,21 @@ msgstr "Sincronizar las columnas desde la fuente" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "TABLAS" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "Es temporal" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "Es temporal" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "JUE" @@ -11669,43 +15082,42 @@ msgstr "JUE" msgid "TUE" msgstr "MAR" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Nombre de la pestaña" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Tabla" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "La tabla %(table)s no fue encontrada en la base de datos %(db)s" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "Tabla Existe" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "Nombre Tabla" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "Vista de Tabla" @@ -11716,18 +15128,33 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 #, fuzzy msgid "Table cache timeout" msgstr "Tiempo de espera de caché" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Columna de Tiempo" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "Orden Descendente" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "Nombre de tabla indefinido" @@ -11737,24 +15164,60 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Tablas" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "Pestañas" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "El conjunto de datos no pudo ser creado." + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "El conjunto de datos no pudo ser eliminado." + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Los parametros del conjunto de datos son inválidos." + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "El conjunto de datos no pudo ser eliminado." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 #, fuzzy msgid "Tags" msgstr "Estado" @@ -11765,48 +15228,48 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "Iniciar" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "Iniciar en" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 #, fuzzy msgid "Target category" msgstr "Iniciar en" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 #, fuzzy msgid "Target value" msgstr "Iniciar en" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "Nombre Plantilla" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Parametros de plantilla" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11817,24 +15280,31 @@ msgstr "" msgid "Test Connection" msgstr "Probar Conexión" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Probar Conexión" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 #, fuzzy msgid "Text" msgstr "Siguiente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -11842,49 +15312,66 @@ msgstr "" "El css para dashboards de manera individual puede ser modificado aquí, o " "en la vista del dashboard donde los cambios se ven de forma inmediata" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "Las solicitudes de acceso parecen haber sido eliminadas" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 #, fuzzy msgid "The annotation has been saved" msgstr "El dashboard ha sido guardado" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 #, fuzzy msgid "The annotation has been updated" msgstr "El Gráfico no ha podido guardarse" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "La base de datos no existe" + +#: superset/common/query_context_processor.py:584 #, fuzzy msgid "The chart does not exist" msgstr "La base de datos no existe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11895,41 +15382,46 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "El esquema de colores para la representación gráfica." -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Ordenar columnas alfabéticamente" + +#: superset/errors.py:105 #, fuzzy msgid "The column was deleted or renamed in the database." msgstr "Issue 1004 - La columna fue eliminada o renombrada en la base de datos." -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "El dashboard ha sido guardado" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "La fuente de datos parece haber sido eliminada" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -11940,7 +15432,7 @@ msgstr "" "expresión. En la mayoría de los casos, los usuarios no deberían necesitar" " alterar esto." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, fuzzy, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11951,37 +15443,47 @@ msgstr "" "dashboards. ¿Estás seguro de que quieres continuar? Eliminar la base de " "datos dejará inutilizables esos objetos." -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "La base de datos no existe" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 #, fuzzy msgid "The database is under an unusual load." msgstr "Issue 1001 - La base de datos tiene una carga inusualmente elevada." -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 #, fuzzy msgid "The database returned an unexpected error." msgstr "Issue 1002 - La base de datos devolvió un error inesperado." -#: superset/errors.py:138 +#: superset/errors.py:144 #, fuzzy msgid "The database was deleted." msgstr "La base de datos no han podido ser eliminada." -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 #, fuzzy msgid "The database was not found." msgstr "La base de datos no existe" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11992,11 +15494,12 @@ msgstr "" "tableros. ¿Está seguro de que desea continuar? Eliminar el conjunto de " "datos romperá esos objetos." -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -12005,26 +15508,26 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 #, fuzzy msgid "The dataset linked to this chart may have been deleted." msgstr "La fuente de datos parece haber sido eliminada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "No se pudo cargar la fuente de datos" -#: superset/errors.py:92 +#: superset/errors.py:98 #, fuzzy msgid "The datasource is too large to query." msgstr "Issue 1000 - La fuente de datos es demasiado grande para consultar." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -12034,11 +15537,18 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +#, fuzzy +msgid "The encoding format of the lines" +msgstr "Métrica con la cual ordenar los resultados." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 #, fuzzy msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " @@ -12048,73 +15558,54 @@ msgstr "" "sqlalchemy.create_engine, mientras que el objeto metadata_params se " "descompone en la llamada a sqlalchemy.MetaData." -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "Las siguientes tablas añadieron nuevas columnas: %(tables)s" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "Las siguientes tablas eliminaron columnas: %(tables)s" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "Las siguientes tablas actualizaron metadatos de columna: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "El id del gráfico activo" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "Se importó correctamente" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -12123,46 +15614,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -12180,13 +15671,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -12194,7 +15685,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -12202,55 +15693,55 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "El número de segundos antes de caducar el caché." -#: superset/errors.py:128 +#: superset/errors.py:134 #, fuzzy msgid "The object does not exist in the given database." msgstr "Nombre de la tabla que existe en la fuente de datos." -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" msgstr[1] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -12259,7 +15750,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -12268,7 +15759,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -12282,7 +15773,7 @@ msgstr "" " base de datos no están presentes en los archivos de exportación, y que " "deben añadirse manualmente después de la importación si se necesitan." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 #, fuzzy msgid "" "The passwords for the databases below are needed in order to import them " @@ -12297,19 +15788,19 @@ msgstr "" " base de datos no están presentes en los archivos de exportación, y que " "deben añadirse manualmente después de la importación si se necesitan." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "Patrón de la fecha/hora. Para cadenas usar " -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -12321,120 +15812,124 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 #, fuzzy msgid "The port is closed." msgstr "Informe fallido" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -#, fuzzy -msgid "The port must be a whole number less than or equal to 65535." -msgstr "`row_limit` debe ser mayor o igual a 1" - -#: superset/errors.py:136 +#: superset/errors.py:142 #, fuzzy msgid "The port number is invalid." msgstr "Los parametros del Gráfico son invalidos" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 #, fuzzy msgid "The primary metric is used to define the arc segment sizes" msgstr "Métrica utilizada para definir la serie superior." -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "No se pudo cargar la consulta." -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "La consulta no arrojó resultados" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 #, fuzzy msgid "The report has been created" msgstr "El dashboard ha sido guardado" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 #, fuzzy msgid "The schema was deleted or renamed in the database." msgstr "Issue 1004 - La columna fue eliminada o renombrada en la base de datos." @@ -12443,50 +15938,54 @@ msgstr "Issue 1004 - La columna fue eliminada o renombrada en la base de datos." msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 #, fuzzy msgid "The table was deleted or renamed in the database." msgstr "Issue 1005 - La tabla fue eliminada o renombrada en la base de datos." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" @@ -12495,8 +15994,18 @@ msgstr "" "puedes escribir y usar un lenguaje natural simple como en `10 seconds`, " "`1 day` o `56 weeks`" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"La granularidad del tiempo para la visualización. Ten en cuenta que " +"puedes escribir y usar un lenguaje natural simple como en `10 seconds`, " +"`1 day` o `56 weeks`" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12508,8 +16017,8 @@ msgstr "" "nueva granularidad de tiempo. Las opciones aquí se definen en función del" " motor de base de datos en el código fuente de Superset." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12530,52 +16039,72 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "El tipo de visualización a mostrar." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "El usuario parece haber sido eliminado" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, fuzzy, python-format msgid "The username \"%(username)s\" does not exist." msgstr "La métrica '%(metric)s' no existe" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "El id del gráfico activo" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "Hay alertas o informes asociados" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "Hay alertas o informes asociados: %s," -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "No hay filtros en este dashboard" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "No hay filtros en este dashboard" @@ -12584,7 +16113,7 @@ msgstr "No hay filtros en este dashboard" msgid "There are unsaved changes." msgstr "Tienes cambios no guardados." -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -12596,98 +16125,134 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "" +"Lo sentimos, hubo un error al obtener la información de la base de datos:" +" %s" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "" +"Lo sentimos, hubo un error al obtener la información de la base de datos:" +" %s" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Hubo un error con tu solicitud" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, fuzzy, python-format msgid "There was an error fetching the favorite status: %s" msgstr "Hubo un problema al eliminar las plantillas seleccionadas: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "Hubo un error al obtener tu actividad reciente:" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "Hubo un error con tu solicitud" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 #, fuzzy msgid "There was an error loading the schemas" msgstr "Hubo un error con tu solicitud" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 #, fuzzy msgid "There was an error loading the tables" msgstr "Hubo un error con tu solicitud" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, fuzzy, python-format msgid "There was an error saving the favorite status: %s" msgstr "Hubo un problema al eliminar las plantillas seleccionadas: %s" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "Hubo un error con tu solicitud" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "Hubo un problema al eliminar %s: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "Hubo un error al eliminar el %s seleccionado: %s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "Hubo un problema al eliminar las anotaciones seleccionadas: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "Hubo un problema al eliminar los gráficos seleccionados: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "Hubo un problema al eliminar los dashboards seleccionados: " -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "Hubo un problema al eliminar las capas seleccionadas: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "Ocurrió un problema al eliminar las consultas seleccionadas: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "Hubo un problema al eliminar las plantillas seleccionadas: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "Hubo un problema al eliminar: %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12696,41 +16261,41 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "Hubo un problema al eliminar los dashboards seleccionados: " -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Hubo un problema al eliminar: %s" + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "Hubo un problema al eliminar los dashboards seleccionados: " + +#: superset-frontend/src/pages/Home/index.tsx:248 #, fuzzy, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "Hubo un error al obtener tu actividad reciente:" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "Ocurrió un problema al eliminar las consultas seleccionadas: %s" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "Ocurrió un problema al previsualizar la consulta seleccionada %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "Hubo un problema al previsualizar la consulta seleccionada. %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, fuzzy, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "Hubo un problema al eliminar: %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, fuzzy, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "Hubo un problema al eliminar los dashboards seleccionados: " - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, fuzzy, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "Ocurrió un problema al eliminar las consultas seleccionadas: %s" - -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" @@ -12738,15 +16303,15 @@ msgstr "" "Hay un bucle en tu Sankey, por favor proporciona un árbol. Aquí hay un " "enlace defectuoso: {}" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "Estas son las tablas a las que se aplicará este filtro." -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "Estos filtros aplican para los valores disponibles en la caja de selección" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12758,8 +16323,8 @@ msgstr "" "expone aquí como referencia y para usuarios avanzados que quieran " "modificar parámetros específicos." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -12770,51 +16335,85 @@ msgstr "" "referencia y para usuarios avanzados que quieran modificar parámetros " "específicos." -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "Esta acción eliminará permanentemente %s." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "Esta acción eliminará permanentemente la capa." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "Esta acción eliminará la consulta guardada de forma permanente" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "Esta acción eliminará permanentemente la plantilla." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, fuzzy, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " @@ -12823,6 +16422,10 @@ msgstr "" "Este Dashboard está actualmente fuerza refrescar; la siguiente fuerza " "refrescar será en %s." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12838,12 +16441,12 @@ msgstr "" "Este dashboard no es público, no serávisible en la lista de dashboards, " "Haz click aqui para publicarlo." -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 #, fuzzy msgid "This dashboard is now hidden" msgstr "Cambiar este Dashboard está prohibido" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 #, fuzzy msgid "This dashboard is now published" msgstr "Cambiar este Dashboard está prohibido" @@ -12852,37 +16455,52 @@ msgstr "Cambiar este Dashboard está prohibido" msgid "This dashboard is published. Click to make it a draft." msgstr "Este dashboard es público, Haz click para hacerlo borrador" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "Este Dashboard se guardó con éxito." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" msgstr "Esto define el elemento a trazar en el gráfico." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 #, fuzzy msgid "This defines the level of the hierarchy" msgstr "Esto define el elemento a trazar en el gráfico." -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" -msgstr "" - -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -12890,16 +16508,24 @@ msgstr "" "Este campo actúa como una vista de Superset, lo que significa que " "Superset ejecutará una consulta en esta cadena como una subconsulta." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12908,7 +16534,7 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " @@ -12919,11 +16545,11 @@ msgstr "" " los widgets mediante la función de arrastrar y soltar en la vista del " "tablero" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "Este componente markdown tiene un error." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12932,22 +16558,21 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "Esta consulta tardó %s segundos en ejecutarse, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" @@ -12955,60 +16580,100 @@ msgstr "" "Esta sección contiene opciones que permiten el procesamiento analítico " "avanzado de los resultados de la consulta" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 -msgid "This value should be greater than the left target value" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 -msgid "This value should be smaller than the right target value" +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 -msgid "This visualization type is not supported." -msgstr "Esta visualización no está soportada." +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 -msgid "This was triggered by:" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 -msgid "Threshold alpha level for determining significance" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 +msgid "This value should be greater than the left target value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 +msgid "This value should be smaller than the right target value" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Esta visualización no está soportada." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 +msgid "This visualization type is not supported." +msgstr "Esta visualización no está soportada." + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy +msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 +msgid "Threshold alpha level for determining significance" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "Jueves" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Tiempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "Columna de Tiempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 #, fuzzy msgid "Time Comparison" msgstr "Columna de Tiempo" @@ -13018,90 +16683,99 @@ msgstr "Columna de Tiempo" msgid "Time Format" msgstr "Formato Fecha/Hora" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 #, fuzzy msgid "Time Grain" msgstr "Granularidad Temporal" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 #, fuzzy msgid "Time Granularity" msgstr "Granularidad de Tiempo" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Desplazamiento de tiempo" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Periodo de tiempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 #, fuzzy msgid "Time Range" msgstr "Periodo de tiempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Granularidad Temporal" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "Columna de Tiempo" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Serie Temporal - Gráfico de Barras" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Serie Temporal - Gráfico de líneas de doble eje" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Serie Temporal - Gráfico de Líneas" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "Serie temportal - Gráfico de múltiples líneas" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "Serie Temporal - Gráfico de Nightingale Rose" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "Serie Temporal - Prueba-T Emparejada" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Serie Temporal - Cambio Porcentual" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "Serie Temporal - Pivote de periodo" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Serie Temporal - Apiladas" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 #, fuzzy msgid "Time Series Options" msgstr "Columna de Tiempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 #, fuzzy msgid "Time Shift" msgstr "Desplazamiento de tiempo" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "Vista de Tabla Temporal" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Columna de Tiempo" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -13110,11 +16784,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Columna de Tiempo" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -13122,32 +16811,19 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" -"Expresión de tiempo para usar como predicado al recuperar valores " -"distintos para rellenar el componente de filtro. Solo se aplica cuando " -"`Habilitar selección de filtro` está activado. Si ingresas `7 days ago`, " -"la lista de valores en el filtro se completará en función del valor de la" -" semana pasada" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 #, fuzzy msgid "Time filter" msgstr "Filtro de Fecha" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "Formato Fecha/Hora" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "Granularidad Temporal" @@ -13157,49 +16833,52 @@ msgstr "Granularidad Temporal" msgid "Time grain filter plugin" msgstr "Granularidad Temporal" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "Granularidad Temporal" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "Granularidad de Tiempo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "Tiempo en segundos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" msgstr "Periodo de tiempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "Endpoints del rango de tiempo" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Periodo de tiempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "Endpoints del rango de tiempo (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Granularidad Temporal" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "Atributos de formulario relacionados con el tiempo" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Columna de Tiempo" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "Columna de Tiempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "Desplazamiento de tiempo" @@ -13210,46 +16889,47 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "Serie Temporal - Gráfico de Barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "Serie Temporal - Gráfico de Barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 #, fuzzy -msgid "Time-series Bar Chart v2" +msgid "Time-series Bar Chart (legacy)" msgstr "Serie Temporal - Gráfico de Barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." -msgstr "Los gráficos de barras en las series de tiempo se utilizan para mostrar" -" los cambios en las métricas con el paso del tiempo, en forma de barras." +msgstr "" +"Los gráficos de barras en las series de tiempo se utilizan para mostrar " +"los cambios en las métricas con el paso del tiempo, en forma de barras." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "Tabla de serie temporal" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "Serie Temporal - Gráfico de Líneas" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "Serie Temporal - Cambio Porcentual" @@ -13259,179 +16939,215 @@ msgstr "Serie Temporal - Cambio Porcentual" msgid "Time-series Period Pivot" msgstr "Serie Temporal - Pivote de periodo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "Gráfico de Dispersión de Puntos (Series de Tiempo)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." -msgstr "Gráfico de Dispersión de Puntos (en Series de tiempo), muestra en el eje " -"horizontal el tiempo en unidades lineales, conectando los puntos en orden. Muestra" -" una relación estadística entre dos variables-" +msgstr "" +"Gráfico de Dispersión de Puntos (en Series de tiempo), muestra en el eje " +"horizontal el tiempo en unidades lineales, conectando los puntos en " +"orden. Muestra una relación estadística entre dos variables-" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "Tabla de serie temporal Suavizada" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "Tabla de serie temporal por pasos" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " "points. A step chart can be useful when you want to show the changes that" " occur at irregular intervals." msgstr "" -"Gráfico de Series por tiempo en Pasos (conocida como Tabla de Pasos) " -"es una variación del gráfico de Linea, en la cual la linea que forma la serie " -"de tiempo forma una serie de 'pasos' entre los puntos de intervalos de datos. " -"Una tabla de paso es útil cuando se quieren mostrar los cambios ocurridos en " -"intervalos regulares." +"Gráfico de Series por tiempo en Pasos (conocida como Tabla de Pasos) es " +"una variación del gráfico de Linea, en la cual la linea que forma la " +"serie de tiempo forma una serie de 'pasos' entre los puntos de intervalos" +" de datos. Una tabla de paso es útil cuando se quieren mostrar los " +"cambios ocurridos en intervalos regulares." -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "Tabla de serie temporal" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" " information as a series of data points connected by straight line " "segments. It is a basic type of chart common in many fields." msgstr "" -"El gráfico de linea (en series de tiempo) es un gráfico de linea utilizado " -"para visualizar medidas tomadas en intervalos de tiempo regulares. " -"El gráfico de linea es un tipo de gráfico que muestra información de " -"una serie de puntos de datos conectados por segmentos de lineas rectas. " -"Es un tipo básico de gráfico en la estadística." +"El gráfico de linea (en series de tiempo) es un gráfico de linea " +"utilizado para visualizar medidas tomadas en intervalos de tiempo " +"regulares. El gráfico de linea es un tipo de gráfico que muestra " +"información de una serie de puntos de datos conectados por segmentos de " +"lineas rectas. Es un tipo básico de gráfico en la estadística." #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 msgid "Timeout error" msgstr "Error de timeout" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -#, fuzzy -msgid "Timestamp Format" -msgstr "Formato de fecha/hora inválido" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 #, fuzzy msgid "Timestamp format" msgstr "Formato de fecha/hora inválido" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Desplazamiento de zona horaria (en horas) para esta fuente de datos" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 #, fuzzy msgid "Timezone selector" msgstr "Probar Conexión" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "en" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "Título" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 #, fuzzy msgid "Title Column" msgstr "Columna de Tiempo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "El título es obligatorio" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "Título o Slug" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "Para filtrar por una métrica, usa la pestaña SQL Personalizado" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "Para obtener una URL legible para tu panel de control" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "Alterna la descripción del Dashboard" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +#, fuzzy +msgid "Too many columns to filter" +msgstr "Uno o varios controles para pivotar como columnas" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 #, fuzzy msgid "Tools" msgstr "Roles" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "Filtrar por estado" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 #, fuzzy msgid "Tooltip time format" msgstr "Formato Fecha/Hora" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 #, fuzzy msgid "Top" msgstr "Detener" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "alerta" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "Altura" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Valores Nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, fuzzy, python-format +msgid "Total: %s" +msgstr "Totales" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "Totales" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "Seguir trabajo" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "Transformable" @@ -13439,11 +17155,11 @@ msgstr "Transformable" msgid "Transparent" msgstr "Transparente" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "Transponer pivot" @@ -13452,111 +17168,156 @@ msgstr "Transponer pivot" msgid "Tree Chart" msgstr "Compartir gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "Eliminar anotación" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Mapa de Árbol" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "Mapa de Árbol" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 #, fuzzy msgid "Trend" msgstr "Modificado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "Triángulo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "Disparar Alerta si..." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +#, fuzzy +msgid "Truncate Axis" +msgstr "Truncar el eje Y" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +#, fuzzy +msgid "Truncate Cells" +msgstr "Truncar el eje Y" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Métroca de orden" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "Truncar el eje Y" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." -msgstr "Truncar el eje Y. Puede ser sobreescrito al especificar un límite máximo o mínimo" +msgstr "" +"Truncar el eje Y. Puede ser sobreescrito al especificar un límite máximo " +"o mínimo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." -msgstr "Trunca la fecha especificada a la precisión establecida en el formato de fecha" +msgstr "" +"Trunca la fecha especificada a la precisión establecida en el formato de " +"fecha" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" -msgstr "Intente aplicar filtros diferentes o asegúrese de que la fuente de datos tiene información" +msgstr "" +"Intente aplicar filtros diferentes o asegúrese de que la fuente de datos " +"tiene información" + +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "Martes" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Tipo" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "Teclea \"%s\" para confirmar" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 #, fuzzy msgid "Type a value" msgstr "Introduce un valor" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "Introduce un valor" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "El tipo es obligatorio" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "Escribe o Seleciona [%s]" @@ -13571,81 +17332,91 @@ msgstr "Escribe o Seleciona [%s]" msgid "UI Configuration" msgstr "Configuración de filtros" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "URL" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 #, fuzzy msgid "URL Parameters" msgstr "Parámetros de URL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "El Gráfico no ha podido identificarse" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "Parámetros de URL" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "nombre para URL" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "No se pueden añadir nueva pestaña al back-end. Contacte al administrador." -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "No se puede conectar al catálogo \"%(catalog_name)s\"." -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." -msgstr "No se puede conectar a la Base de Datos: \"%(database)s\ " +msgstr "No se puede conectar a la Base de Datos: \"%(database)s\\ " + +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/utils/date_parser.py:393 #, fuzzy, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "No se pudo encontrar el día festivo: [{}]" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -"No se pudieron refrescar los metadatos para la(s) siguiente(s) tabla(s): " -"%(tables)s" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13653,134 +17424,150 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "Indefinido" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "Ventana no definida para la operación de movimiento" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Probar Conexión" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "¿Deshacer?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "Error inesperado" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" "Se ha producido un error inesperado, por favor verifique los registros " "para más detalles" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 #, fuzzy msgid "Unexpected error: " msgstr "Error inesperado: " -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "Error inesperado: " + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 #, fuzzy msgid "Unknown" msgstr "Error desconocido" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "Host desconocido de MySQL: \"%(hostname)s\"" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "Error de Presto desconocido" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "EStado desconocido" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "Columna desconocida utilizada al ordenar: %(col)s%" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "Valor desconocido" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 #, fuzzy msgid "Unknown value" msgstr "Valor desconocido" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "Tipo de retorno inseguro para la función %(func)s: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "Valor de plantilla inseguro para la clave %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Quitar filtros (%d)" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "Función de extracción no soportada: " - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "Operación de post-procesamiento no soportada: %(operation)s" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "Valor de retorno no soportado para el método %(name)s" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "Valor de plantilla no soportado para la clave %(key)s" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "Granularidad temporal no soportada: %(time_grain)s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "Consulta sin título %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Editar Base de Datos" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Consulta sin título" + +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Consulta sin título" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "Actualizar" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Guardar gráfico" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "La actualización del gráfico ha sido detenida" @@ -13788,85 +17575,149 @@ msgstr "La actualización del gráfico ha sido detenida" msgid "Upload" msgstr "Subir" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "Descargar como imagen" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "Eliminar base de datos" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 #, fuzzy msgid "Upload Credentials" msgstr "Subir Credenciales" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Subir Excel" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "Subir Excel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "Subir un archivo JSON" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "Subir un CSV" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +#, fuzzy +msgid "Upload columnar file" +msgstr "Columna" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +#, fuzzy +msgid "Upload columnar file to database" +msgstr "Selecciona un archivo de Excel para ser cargado a una base de datos." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Editar Base de Datos" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Administrar" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Consulta en nueva pestaña" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 #, fuzzy msgid "Use Area Proportions" msgstr "Propiedades del Dashboard" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -#, fuzzy, python-format +#: superset/views/database/forms.py:462 +#, fuzzy msgid "Use Columns" msgstr "%s columnas(s)" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "Usar Pandas para interpretar el formato de fecha y hora automáticamente." - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "Usar escala logarítimica" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "Usar escala logarítimica para el Eje X" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "Usar escala logarítimica para el Eje Y" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "Usar una conexión encriptada a la base de datos" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "Usar editor de datasource legado" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "Usar un único valor" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "Usar la opción de Analítica Avanzada debajo " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +#, fuzzy +msgid "Use the edit button to change this field" msgstr "Usa el botón 'editar' para cambiar este campo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "Use esto para definir un color estático para todos los círculos" @@ -13876,7 +17727,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13886,7 +17737,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13894,25 +17745,29 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "Usuario" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "Roles de Usuario" -#: superset/errors.py:112 +#: superset/errors.py:118 #, fuzzy msgid "User doesn't have the proper permissions." msgstr "No tienes los permisos para " -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 #, fuzzy msgid "User must select a value before applying the filter" msgstr "El usuario debe elegir un valor para este filtro" @@ -13921,26 +17776,19 @@ msgstr "El usuario debe elegir un valor para este filtro" msgid "User must select a value for this filter" msgstr "El usuario debe elegir un valor para este filtro" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -#, fuzzy -msgid "User must select a value for this filter." -msgstr "El usuario debe elegir un valor para este filtro" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Ver consulta" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 #, fuzzy msgid "Username" msgstr "Nombre de la consulta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13948,6 +17796,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13955,161 +17804,197 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "Valor" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 #, fuzzy msgid "Value Format" msgstr "Formato de correo electrónico" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 #, fuzzy msgid "Value format" msgstr "Formato de correo electrónico" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 #, fuzzy msgid "Value is required" msgstr "Nombre es requerido" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 #, fuzzy msgid "Value must be greater than 0" msgstr "`row_offset` debe ser mayor o igual a 0" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +#, fuzzy +msgid "Values dependent on" +msgstr "Orden descendente" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Nombre detallado" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "Previsualizar" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "Ver gráfico en Explorador" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Editar Base de Datos" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Todos los gráficos" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "Ver ejemplos" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "Ejecutar en Laboratiorio SQL" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "Ver claves e índices (%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Ver consulta" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "Ver resultados" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "Ver ejemplos" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "Visto" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "Visto" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 #, fuzzy msgid "Viewport" msgstr "informe" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Conjunto de datos virtual" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 #, fuzzy msgid "Virtual dataset query cannot be empty" msgstr "La consulta de conjunto virtual debe ser de solo lectura" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "La consulta de conjunto virtual no puede consistir de varias consultas" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "La consulta de conjunto virtual debe ser de solo lectura" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Visualización" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Tipo de Visualización" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Tipo de Visualización" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -14123,6 +18008,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -14135,49 +18026,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -14198,11 +18106,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Falta una fuente de datos" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "Tipo" @@ -14210,69 +18118,86 @@ msgstr "Tipo" msgid "WED" msgstr "MIÉ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 #, fuzzy msgid "Warning" msgstr "Mensaje de Aviso" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "Mensaje de Aviso" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "Mensaje de Aviso" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "Etiqueta para tu consulta" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -14280,70 +18205,104 @@ msgstr "" msgid "Wednesday" msgstr "Miércoles" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 #, fuzzy msgid "Week" msgstr "semana" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "informe" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "semana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "Altura" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" "Estamos teniendo problemas cargando estos resultados. Las consultas se " "establecen a tiempo de espera después de %s segundo." +msgstr[1] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" "Estamos teniendo problemas cargando esta visualización. Las consultas se " "establecen a tiempo de espera después de %s segundo." +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "La fuente de datos %(name)s ya existe" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" @@ -14351,22 +18310,27 @@ msgstr "" "Cuando se permite la opción CREATE TABLE AS en el laboratorio SQL, esta " "opción hace que la tabla se cree en este esquema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -14375,19 +18339,27 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "Cuando usas 'Group By', estás limitado a una sola métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." @@ -14395,67 +18367,77 @@ msgstr "" "Si esta columna está expuesta en la sección `Filtros` de la vista de " "exploración." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -14463,70 +18445,85 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +#, fuzzy +msgid "Whether to display the stroke" +msgstr "Métrica con la cual ordenar los resultados." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 #, fuzzy -msgid "Whether to format the timestamp" +msgid "Whether to fill the objects" msgstr "Métrica con la cual ordenar los resultados." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 #, fuzzy msgid "Whether to include a client-side search box" msgstr "Mostrar un filtro de tiempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "Mostrar un filtro de tiempo" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 #, fuzzy msgid "Whether to include the percentage in the tooltip" msgstr "Mostrar un filtro de tiempo" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +#, fuzzy +msgid "Whether to make the grid 3D" +msgstr "Métrica con la cual ordenar los resultados." + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" @@ -14534,15 +18531,15 @@ msgstr "" "Si hacer que esta columna esté disponible como una opción [Time " "Granularity], la columna debe ser DATETIME o DATETIME-like" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " @@ -14552,84 +18549,80 @@ msgstr "" " vista de exploración con una lista de valores distintos obtenidos desde " "el backend sobre la marcha" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Ordenar descendente o ascendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "Ordenar descendente o ascendente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 #, fuzzy -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "Ordenar descendente o ascendente" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +#, fuzzy +msgid "Whether to truncate metrics" +msgstr "Métrica con la cual ordenar los resultados." + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -14638,7 +18631,8 @@ msgstr "" msgid "White" msgstr "Título" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "Anchura" @@ -14647,11 +18641,15 @@ msgstr "Anchura" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -14660,122 +18658,146 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "Añadir anotación" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "Tiempo de espera" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "Mapa Mundial" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "Escribe una descripción para tu consulta" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "Escribe el índice del dataframe como una columna." + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "Escribe el índice del dataframe como una columna." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "Eje X" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 #, fuzzy msgid "X Axis Format" msgstr "Formato Eje Y" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Orden Descendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +#, fuzzy +msgid "X-axis" +msgstr "Eje Y" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 #, fuzzy msgid "XScale Interval" msgstr "Intérvalo de actualización" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Eje Y" @@ -14787,28 +18809,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "Formato Eje Y" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14820,37 +18841,70 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Orden Descendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "Eje Y" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 #, fuzzy msgid "YScale Interval" msgstr "Intérvalo de actualización" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 #, fuzzy msgid "Year" msgstr "año" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "año" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "Sí" @@ -14858,28 +18912,33 @@ msgstr "Sí" msgid "Yes, cancel" msgstr "Sí, cancelar" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -14889,7 +18948,7 @@ msgstr "" "Sobreescribir puede causar que se pierdan algunos de sus trabajos. ¿Está " "seguro de que quiere sobrescribir?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 #, fuzzy msgid "" "You are importing one or more saved queries that already exist. " @@ -14900,44 +18959,63 @@ msgstr "" "Sobreescribir puede causar que se pierdan algunos de sus trabajos. ¿Está " "seguro de que quiere sobrescribir?" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "Mapa de País" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." @@ -14945,13 +19023,20 @@ msgstr "" "No puedes usar [Columns] en combinación con [Group " "By]/[Metrics]/[Percentage Metrics]. Por favor elige una u otra." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "No tienes permiso para aprobar esta solicitud." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "No tienes permiso para aprobar esta solicitud." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." @@ -14960,35 +19045,75 @@ msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "" +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + #: superset/dashboards/commands/exceptions.py:86 #, fuzzy msgid "You don't have access to this dashboard." msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "¡Aún no tienes favoritos!" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 #, fuzzy msgid "You don't have permission to modify the value." msgstr "No tienes permiso para aprobar esta solicitud." -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " -msgstr "No tienes los permisos para " +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "No tienes los derechos para alterar este título." + +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "No tienes los derechos para alterar este título." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "No tienes los derechos para alterar este título." -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "No tienes los derechos para alterar este título." -#: superset/views/core.py:406 +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "No tienes los permisos para " + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "No tienes los permisos para " + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "No tienes los permisos para " + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "No tienes permiso para aprobar esta solicitud." @@ -14996,169 +19121,241 @@ msgstr "No tienes permiso para aprobar esta solicitud." msgid "You have removed this filter." msgstr "Has eliminado este filtro." -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "Tienes cambios no guardados." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "Debes elegir un nombre para el nuevo Dashboard" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "Primero debes ejecutar la consulta exitosamente" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 #, fuzzy msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" "Tu dashboard es demasiado grande, Por favor reduce el tamaño antes de " "guardar" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "Tu consulta no pudo ser guardada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "No se pudo programar la consulta." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "Tu consulta no pudo ser actualizada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "Tu consulta fue guardada" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "Tu consulta fue guardada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "Tu consulta fue actualizada" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 #, fuzzy msgid "Your report could not be deleted" msgstr "El Gráfico no ha podido eliminarse" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "descripción" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "Editar Dashboard" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "Las columnas [Longitud] y [Latitud] deben estar presentes en [Group By]" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "Deben especificarse [Longitud] y [Latitud]" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 #, fuzzy msgid "[Missing Dataset]" msgstr "Cambiar fuente" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -#, fuzzy, python-format +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +#, fuzzy msgid "[Untitled]" msgstr "%s - sin título" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "Básico" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[nombre del Dashboard]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 -msgid "" +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 +msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "%s - sin título" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "`confidence_interval` debe ser un número entre 0 y 1 (exclusivo)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "La propiedad `operation` del objeto de post-procesamiento no está definida" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 #, fuzzy msgid "`prophet` package not installed" msgstr "El paquete `fbprophet` no está instalado" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 #, fuzzy msgid "`row_limit` must be greater than or equal to 0" msgstr "`row_limit` debe ser mayor o igual a 1" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "`row_offset` debe ser mayor o igual a 0" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "`width` debe ser mayor o igual a 0" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "agregación" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "alerta" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "alertas" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "copiar (duplicar) tambien los Gráficos" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "alterar este " - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -15166,131 +19363,230 @@ msgstr "" msgid "and" msgstr "y" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "y la vista de exploración expira en %s segundos " - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "anotación" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "se requiere la hora de inicio o fin de la anotación." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "Capas de Anotación" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "en" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "en" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "Básico" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "tornillo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 #, fuzzy msgid "bottom" msgstr "dttm" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "en cache" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "Espacial" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Administrar" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "gráfico" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "gráfico" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "elige WHERE o HAVING..." -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Buscar / Filtrar" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "Columna" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "Columna" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" msgstr "crear un " -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Crear un nuevo Gráfico" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 #, fuzzy msgid "cumulative" msgstr "Activo" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "Dashboards" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "Base de datos" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Nombre de la Fuente de Datos" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "fecha" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "día" @@ -15303,32 +19599,92 @@ msgstr "día del mes" msgid "day of the week" msgstr "día de la semana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +#, fuzzy +msgid "deck.gl Multiple Layers" +msgstr "Deck.gl - Capas Múltiples" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Todos los gráficos" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Por defecto" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "eliminar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 #, fuzzy msgid "descendant" msgstr "Orden descendente" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "descripción" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "descripción" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset/views/core.py:618 -#, fuzzy -msgid "download as csv" -msgstr "Descargar como imagen" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 #, fuzzy msgid "draft" msgstr "Borrador" @@ -15337,36 +19693,74 @@ msgstr "Borrador" msgid "dttm" msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 #, fuzzy msgid "e.g. Analytics" msgstr "Analíticos Avanzadas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 #, fuzzy msgid "e.g., a \"user id\" column" msgstr "Columna de Tiempo" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "Nombre de la consulta" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Series" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "Mensaje de error" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -15393,52 +19787,98 @@ msgstr "cada minuto UTC" msgid "every month" msgstr "cada mes" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" -"característica para almacenar un conjunto de datos resumido que luego " -"puede explorar." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "y" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Explorar" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Falló" + +#: superset-frontend/src/SqlLab/constants.ts:35 #, fuzzy msgid "fetching" msgstr "Configuración" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "seguir este flujo probablemente conduzca a que la consulta expira. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "en" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 #, fuzzy msgid "for more information on how to structure your URI." msgstr " para más información sobre cómo estructurar tu URI." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Mapa de Calor" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 #, fuzzy msgid "here" msgstr "Compartir" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "hora" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" msgstr "id:" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15448,7 +19888,7 @@ msgstr "" msgid "in" msgstr "en" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "en modal" @@ -15466,21 +19906,21 @@ msgstr "" msgid "joined" msgstr "unido" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "no es json válido" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "Etiqueta" @@ -15509,21 +19949,30 @@ msgstr "Semana anterior" msgid "last year" msgstr "Cluster" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "última partición:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "alerta" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Limpiar" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "registro" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." @@ -15531,6 +19980,52 @@ msgstr "" "el percentil inferior debe ser mayor que 0 y menor que 100. Debe ser " "menor que el percentil superior." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Máx" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Métrica" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "en" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "minuto" @@ -15540,62 +20035,158 @@ msgstr "minuto" msgid "minute(s)" msgstr "minuto(s) UTC" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "mes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "mes" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Nombre" + +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "Error de configuración del validador de alertas." + +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "Error de configuración del validador de alertas." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +#, fuzzy +msgid "of parent" +msgstr "Transparente" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "Desconectado" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "en" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "hora" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "Tu consulta no pudo ser actualizada" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Orden Descendente" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "No se encontró el estado del informe programado" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -15604,91 +20195,219 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 #, fuzzy msgid "published" msgstr "No publicado" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "consulta" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 #, fuzzy msgid "queries" msgstr "Series" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "consulta" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "y" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "Recientes" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 #, fuzzy msgid "recents" msgstr "Recientes" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 #, fuzzy msgid "red" msgstr "Creado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "informe" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "informes" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 #, fuzzy msgid "right" msgstr "Altura" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "hileras" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "líneas obtenidas" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "Ejecutando" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "Consultas Guardadas" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Series" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "consulta" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +#, fuzzy +msgid "stack" +msgstr "Backend" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "Nada disparado" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "Filtro de padre" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "Agregar" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histograma" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Éxito" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "caja de texto" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "Detener" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 #, fuzzy msgid "top" msgstr "Detener" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "¿Deshacer?" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "Valor desconocido" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." @@ -15696,34 +20415,96 @@ msgstr "" "el percentil superior debe ser mayor que 0 y menor que 100. Debe ser " "mayor que el percentil inferior." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "última partición:" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 #, fuzzy msgid "value ascending" msgstr "Orden Descendente" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 #, fuzzy msgid "value descending" msgstr "Orden descendente" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Triángulo" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Tiempo en segundos" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Tipo" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "fue creada" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "semana" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "año" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/fr/LC_MESSAGES/messages.json b/superset/translations/fr/LC_MESSAGES/messages.json index c7d20179cfeb3..f0fcf22cde5a3 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.json +++ b/superset/translations/fr/LC_MESSAGES/messages.json @@ -2,3882 +2,4603 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=2; plural=(n > 1)", "lang": "fr" }, - "The datasource is too large to query.": [ - "Source de données trop volumineuse pour être interrogée." + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Ce filtre est hérite du contexte du tableau de bord.\n Il ne sera pas sauvé à l'enregistrement du graphique.\n " ], - "The database is under an unusual load.": [ - "La base de données est soumise à une charge inhabituelle." + "\n Error: %(text)s\n ": [ + "\n Erreur: %(text)s\n " ], - "The database returned an unexpected error.": [ - "La base de données a retourné une erreur inattendue." + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" ], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "Il y a une erreur de syntaxe dans la requête SQL. Peut-être une faute de frappe." + " expression which needs to adhere to the ": [ + " Expression qui doit adhérer à " ], - "The column was deleted or renamed in the database.": [ - "La colonne a été supprimée ou renommée dans la base de données." + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + " standard pour s'assurer que l'ordre lexicographique\n coïncide avec l'ordre chronologique. Si le format\n de temps n’adhère pas à l'ISO 8601 standard\n dont vous aurez besoin pour définir une expression ou type\n pour transformer une chaine en date ou timestampNote\n actuellement, les timezone ne sont pas gérées Si le temps est stocké\n en format epoch, mettez `epoch_s` ou `epoch_ms`. Si aucun pattern\n n'est spécifié, nous revenons à utiliser les options par défauts\n de niveau database / nom de colonne via l'extra parameter." ], - "The table was deleted or renamed in the database.": [ - "La table a été supprimée ou renommée dans la base de données." + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": ["!= (N'est pas égal)"], + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s ne peut pas être utilisé comme source de données pour des raisons de sécurité." ], - "One or more parameters specified in the query are missing.": [ - "Il manque un ou plusieurs paramêtres dans la requête." + "%(name)s.csv": ["%(name)s.csv"], + "%(object)s does not exist in this database.": [ + "%(object)s n'existe pas dans cette base de données." ], - "The hostname provided can't be resolved.": [ - "Le nom d'hôte ne peut pas être résolu." + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "%(rows)d rows returned": ["%(rows)d lignes retournées"], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "%(user)s a obtenu le profil %(role)s qui donne accès à %(datasource)s" ], - "The port is closed.": ["Le port est fermé."], - "The host might be down, and can't be reached on the provided port.": [ - "L'hôte est peut-être HS et ne peut pas être atteint sur le port." + "%(user)s's profile": ["Le profil de %(user)s"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s n'a pas pu vérifier votre requête.\nMerci de vérifier à nouveau votre requête.\nException: %(ex)s" ], - "Superset encountered an error while running a command.": [ - "Superset a rencontré une erreur lors de l'exécution d'une commande." + "%s Error": ["%s Erreur"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["%s Sélectionné"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s Sélectionnée (%s Physique, %s Virtuelle)" ], - "Superset encountered an unexpected error.": [ - "Superset a rencontré une erreur inattendue." + "%s Selected (Physical)": ["%s Sélectionnée (Physique)"], + "%s Selected (Virtual)": ["%s Sélectionnée (Virtuelle)"], + "%s aggregates(s)": ["%s agrégat(s)"], + "%s column(s)": ["%s colonne(s)"], + "%s operator(s)": ["%s opérateur(s)"], + "%s option(s)": ["%s option(s)"], + "%s saved metric(s)": ["%s métrique(s) sauvegardée(s)"], + "%s%s": ["%s%s"], + "%s-%s of %s": ["%s-%s de %s"], + "(Removed)": ["(Supprimé)"], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "(optionnel) valeur pas défaut pour le filtre, avec l'option multiple, vous pouvez utiliser un point virgule pour séparer les options." ], - "The username provided when connecting to a database is not valid.": [ - "Le nom d'utilisateur fourni à une base de données est invalide." + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explorer dans Superset>\n\n%(table)s\n" ], - "The password provided when connecting to a database is not valid.": [ - "Le mot de passe fourni à une base de données est invalide." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nErreur: %(text)s\n" ], - "Either the username or the password is wrong.": [ - "Le nom d'utilisateur ou le mot de passe est incorrect." + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Either the database is spelled incorrectly or does not exist.": [ - "Base de données inexistante ou nom incorrect." + ".": [""], + "0 Selected": ["0 sélectionné"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1 heure"], + "1 minute": ["1 minute"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 year ago": [""], + "10 minute": ["10 minutes"], + "104 weeks ago": [""], + "15 minute": ["15 minutes"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 years ago": [""], + "30 days": ["30 jours"], + "30 minute": ["30 minutes"], + "30 minutes": ["30 minutes"], + "30 second": ["30 secondes"], + "30 seconds": ["30 secondes"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": ["5 minutes"], + "5 minutes": ["5 minutes"], + "5 second": ["5 secondes"], + "52 weeks ago": [""], + "6 hour": ["6 heures"], + "60 days": ["60 jours"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90 jours"], + ":": [":"], + "< (Smaller than)": ["< (Plus petit que)"], + "<= (Smaller or equal)": ["<= (Plus petit ou égal)"], + "": [""], + "== (Is equal)": ["== (Est equal)"], + "> (Larger than)": ["> (Plus grand que)"], + ">= (Larger or equal)": [">= (Plus grand ou égal)"], + "A comma separated list of columns that should be parsed as dates.": [ + "Une liste de colonnes séparées par des virgules qui devraient être parsées comme des dates." ], - "The schema was deleted or renamed in the database.": [ - "Le schéma a été supprimé ou renommé dans la base de données." + "A database with the same name already exists.": [ + "Une base de données avec le même nom existe déjà." ], - "User doesn't have the proper permissions.": [ - "L'utilisateur n'a pas les droits." + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Une URL complète désignant le lieu du plugin (pourrait être hébergé sur un CDN par exemple)" ], - "One or more parameters needed to configure a database are missing.": [ - "Il manque un ou plusieurs paramètres de configuration de la base." + "A handlebars template that is applied to the data": [""], + "A human-friendly name": ["Un nom facile à comprendre"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "The submitted payload has the incorrect format.": [ - "Les données fournies sont dans un format incorrect." + "A list of users who can alter the chart. Searchable by name or username.": [ + "Une liste d'utilisateurs qui peuvent modifier le graphique. Il est possible de chercher par nom de graphique ou d'utilisateur." ], - "The submitted payload has the incorrect schema.": [ - "Les données fournies ont un schéma incorrect." + "A map of the world, that can indicate values in different countries.": [ + "" ], - "Results backend needed for asynchronous queries is not configured.": [ - "Le backend des résultats pour les requêtes asynchrones n'est pas configuré." + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Database does not allow data manipulation.": [ - "La base de données ne permet pas la manipulation de données." + "A metric to use for color": ["Une métrique à utiliser par couleur"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. Assurez-vous que la requête a bien un SELECT en dernière instruction. Puis essayez d'exécuter votre requête à nouveau." + "A readable URL for your dashboard": [ + "Pour avoir une URL lisible pour votre tableau de bord" ], - "CVAS (create view as select) query has more than one statement.": [ - "La requête CVAS (create view as select) a plus d'une instruction." + "A reference to the [Time] configuration, taking granularity into account": [ + "Une référence à la configuration [Time] prends la granularité en compte" ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "La requête CVAS (create view as select) n'est pas une instruction SELECT." + "A reusable dataset will be saved with your chart.": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Un ensemble de paramètre qui seront disponible dans la requête utilisant la syntaxe du template Jinja" ], - "Query is too complex and takes too long to run.": [ - "La requête est trop complexe et trop longue à exécuter." + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "The database is currently running too many queries.": [ - "La base de données exécute actuellement trop de requêtes." + "A timeout occurred while executing the query.": [ + "Un timeout s'est produit lors de l'exécution de la requête." ], - "One or more parameters specified in the query are malformatted.": [ - "Un ou plusieurs paramètres de la requête sont malformés." + "A timeout occurred while generating a csv.": [ + "Dépassement de délai lors de la génération d'un CSV." ], - "The object does not exist in the given database.": [ - "L'objet n'existe pas dans la base de données." + "A timeout occurred while generating a dataframe.": [ + "Dépassement de délai lors de la génération d'un dataframe." ], - "The query has a syntax error.": ["La requête a une erreur de syntaxe."], - "The results backend no longer has the data from the query.": [ - "Le backend des résultats n'a plus les données de la requête." + "A timeout occurred while taking a screenshot.": [ + "Dépassement de délai lors d'une capture d'écran." ], - "The query associated with the results was deleted.": [ - "La requête associée aux résutlats a été supprimée." + "A valid color scheme is required": [ + "Un jeu de couleur valide doit être fourni" ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Les résultats stockés dans le backend le sont dans un format différent et ne peuvent plus être déserialisés." + "APPLY": ["APPLIQUER"], + "APR": ["AVR"], + "AQE": ["AQE"], + "AUG": ["AOU"], + "AXIS TITLE MARGIN": [""], + "About": ["A propos"], + "Access": ["Accès"], + "Access requests": ["Requêtes d'accès"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": ["Accès demandé"], + "Action": ["Action"], + "Action Log": ["Journaux d'actions"], + "Actions": ["Actions"], + "Active": ["Actif"], + "Actual time range": ["Intervalle de temps courant"], + "Add": ["Ajouter"], + "Add CSS Template": ["Ajouter un Template CSS"], + "Add CSS template": ["Templates CSS"], + "Add Chart": ["Ajouter un graphique"], + "Add Column": ["Ajouter une colonne"], + "Add Dashboard": ["Ajouter un tableau de bord"], + "Add Database": ["Ajouter une base de données"], + "Add Log": ["Ajouter un log"], + "Add Metric": ["Ajouter une métrique"], + "Add Row level security filter": [ + "Ajouter un filtre de sécurité au niveau de la ligne" ], - "The port number is invalid.": ["Le numéro de port est invalide."], - "Failed to start remote query on a worker.": [ - "Echec de la requête à distance." + "Add Saved Query": ["Ajouter une requête sauvegardée"], + "Add a Plugin": ["Ajouter un plugin"], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [ + "Ajouter des paramètres personnalisés supplémentaires" ], - "The database was deleted.": ["La base de données a été supprimée."], - "Invalid certificate": ["Certificat invalide"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s" + "Add an item": ["Ajouter un élément"], + "Add and edit filters": ["Ajouter et modifier les filtres"], + "Add annotation": ["Ajouter une annotation"], + "Add annotation layer": ["Ajouter une couche d'annotations"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Unsupported return value for method %(name)s": [ - "Type de retour non supporté pour la méthode %(name)s" + "Add delivery method": ["Ajouter méthode de livraison"], + "Add filter": ["Ajouter un filtre"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valeur de template non sécurisée pour la clé %(key)s: %(value_type)s" + "Add filters and dividers": ["Ajouter un filtre ou un diviseur"], + "Add item": ["Ajouter un item"], + "Add metric": ["Ajouter une métrique"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": ["Ajouter un nouveau formateur de couleur"], + "Add new formatter": ["Ajouter un formateur"], + "Add notification method": ["Ajouter une méthode de notification"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add sheet": ["Ajouter une feuille"], + "Add to dashboard": ["Ajouter au tableau de bord"], + "Add/Edit Filters": ["Ajouter/Editer les filtres"], + "Added": ["Ajouté"], + "Additional fields may be required": [""], + "Additional information": ["Informations additionnelles"], + "Additional parameters": ["Paramètres supplémentaires"], + "Additional text to add before or after the value, e.g. unit": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Avancé"], + "Advanced analytics": ["Analyses avancées"], + "Advanced-Analytics": ["Analyses avancées"], + "Aesthetic": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "Unsupported template value for key %(key)s": [ - "Valeur de template non supportée pour la clé key %(key)s" + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" ], - "Only SELECT statements are allowed against this database.": [ - "Seules les instructions SELECT sont autorisées pour cette base de données." + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ - "La requête a été tuée après %(sqllab_timeout)s secondes. Elle est peut-être trop complexe ou la base de donnée est soumise à une charge trop importante." + "Alert Triggered, In Grace Period": [ + "Alerte déclenchée, -période de grâce" ], - "Results backend is not configured.": [ - "Le backend des résultats n'est pas configuré." + "Alert condition": ["Condition d'alerte"], + "Alert condition schedule": ["Planification de la condition d'alerte"], + "Alert ended grace period.": [ + "L'alerte a mis fin à la période de grâce." ], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. Assurez-vous que la requête a bien un SELECT en dernière instruction. Puis essayez d'exécuter votre requête à nouveau." + "Alert failed": ["L'alerte a échoué"], + "Alert fired during grace period.": [ + "Alerte déclenchée pendant la période de grâce." ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ - "Le CVAS (create view as select) ne peut être exécuté qu'avec une requête contenant une seule instruction SELECT. Assurez-vous que la requête a bien une seule instruction SELECT. Puis essayez d'exécuter votre requête à nouveau." + "Alert found an error while executing a query.": [ + "Une erreur a été rencontrée lors de l'exécution de la requête." ], - "Viz is missing a datasource": [ - "Viz est une source de données manquante" + "Alert name": ["Nom de l'alerte"], + "Alert on grace period": ["Alerte sur la période de grace"], + "Alert query returned a non-number value.": [ + "La requête a retourné une valeur non numérique." ], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ - "La fenêtre glissante appliquée n'a pas retourné de données. Assurez-vous que la requête source satisfasse les périodes minimum définies dans la fenêtre glissante." + "Alert query returned more than one column.": [ + "La requête a retourné plus d'une colonne." ], - "From date cannot be larger than to date": [ - "La date de début ne peut être postérieure à la date de fin" + "Alert query returned more than one column. %s columns returned": [ + "La requête a retourné plus d'une colonne. %s colonnes retournées" ], - "Cached value not found": ["Valeur en cache non trouvée"], - "Columns missing in datasource: %(invalid_columns)s": [ - "Colonnes absentes de la source de données : %(invalid_columns)s" + "Alert query returned more than one row.": [ + "La requête a retourné plus d'une ligne." ], - "Table View": ["Vue en table"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ - "Vous ne pouvez pas utiliser [Colonnes] en même temps que [Grouper par]/[Métriques]/[Métriques de Pourcentages]. Veuillez choisir l'un ou l'autre." + "Alert query returned more than one row. %s rows returned": [ + "La requête a retourné plus d'une ligne. %s lignes retournées" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Choississez une granularité dans la section Temps ou décochez 'Inclure le temps'" + "Alert running": ["Altere en cours"], + "Alert triggered, notification sent": [ + "Alerte déclenchée, notification envoyée" ], - "Time Table View": ["Vue de la table temporelle"], - "Pick at least one metric": ["Choisissez au moins une métrique"], - "When using 'Group By' you are limited to use a single metric": [ - "Quand vous utilisez 'Grouper par' vous êtes limité à une seule métrique" + "Alert validator config error.": [ + "Erreur de configuration du validateur." ], - "Pivot Table": ["Table pivot"], - "Pivot Table v2": ["Table pivot v2"], - "Please choose at least one 'Group by' field ": [ - "Merci de choisir au moins un champ dans 'Grouper par' " + "Alerts": ["Alertes"], + "Alerts & Reports": ["Alertes et rapports"], + "Alerts & reports": ["Alertes et rapports"], + "Align +/-": [""], + "All": ["Tous"], + "All Text": ["Tout texte"], + "All charts": ["Tous les graphiques"], + "All filters": ["Tous les filtres"], + "All panels with this column will be affected by this filter": [ + "Les panneaux avec cette colonne seront affectés par ce filtre" ], - "Please choose at least one metric": [ - "Choississez au moins une métrique" + "Allow CREATE TABLE AS": ["Autoriser CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Autorise l'option CREATE TABLE AS dans SQL Lab" ], - "Group By' and 'Columns' can't overlap": [ - "'Grouper par' et 'Colonnes' ne peuvent pas se chevaucher" + "Allow CREATE VIEW AS": ["Autoriser CREATE VIEW AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Autorise l'option CREATE VIEW AS dans SQL Lab" ], - "Treemap": ["Carte proportionnelle"], - "Calendar Heatmap": ["Calendrier Carte de chaleur"], - "Bubble Chart": ["Bulles"], - "Please use 3 different metric labels": [ - "Utilisez 3 libellés de métrique différents" + "Allow Csv Upload": ["Autoriser le téléversement CSV"], + "Allow DML": ["Autoriser DML"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [ + "Autoriser la création de nouvelles tables basées sur des requêtes" ], - "Pick a metric for x, y and size": [ - "Choisissez une métrique pour x, y, taille" + "Allow creation of new views based on queries": [ + "Autoriser la création de nouvelles vues basées sur des requêtes" ], - "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" + "Allow data manipulation language": ["Autoriser DML"], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "Une période délimitée (à la fois début et fin) doit être spécifiée quand on utilise une Comparaison de temps." + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Permettre la manipulation de la base de données en utilisant des instructionsnon SELECT comme UPDATE, DELETE, CREATE, etc." ], - "Time Series - Multiple Line Charts": [ - "Séries temporelles - Lignes multiples" + "Allow multiple selections": ["Autoriséer les sélections multiples"], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [ + "Autoriser cette base de données à être explorée" ], - "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 !" + "Allow this database to be queried in SQL Lab": [ + "Autoriser cette base de données à être requêtées dans SQL Lab" ], - "Pick a metric for right axis!": [ - "Choisissez une métrique pour l'axe de droite !" + "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" ], - "Please choose different metrics on left and right axis": [ - "Choisissez des métriques différentes pour les axes gauches et droits" + "Allowed Domains (comma separated)": [""], + "Alphabetical": ["Alphabétique"], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" ], - "Time Series - Bar Chart": ["Séries temporelles - histogramme"], - "Time Series - Period Pivot": ["Séries temporelles - Période Pivot"], - "Time Series - Percent Change": [ - "Séries temporelles - pourcentage de changement" + "Altered": ["Modifié"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Une période délimitée (à la fois début et fin) doit être spécifiée quand on utilise une Comparaison de temps." ], - "Time Series - Stacked": ["Séries temporelles - empilées"], - "Histogram": ["Histogramme"], - "Must have at least one numeric column specified": [ - "Au moins une colonne numérique doit être spécifiée" + "An engine must be specified when passing individual parameters to a database.": [ + "Un moteur doit être fournit lorsque l'on passe des paramètres individuels à la base de données." ], - "Distribution - Bar Chart": ["Distibution - histogramme"], - "Can't have overlap between Series and Breakdowns": [ - "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns" + "An error has occurred": ["Une erreur est survenue"], + "An error occurred": ["Un erreur s'est produite"], + "An error occurred saving dataset": [ + "Une erreur s'est produite durant la sauvegarde du jeu de données" ], - "Pick at least one field for [Series]": [ - "Choisissez au moins un champs pour [Séries]" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Une erreur s'est produite en repliant le schéma de la table. Veuillez contacter votre administrateur." ], - "Sunburst": ["Camembert hiérarchique"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Choisissez exactement 2 colonnes pour [Source / Target]" + "An error occurred while creating the data source": [ + "Une erreur s'est produite durant la création de la source de donnée" ], - "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: {}" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Une erreur s'est produite en développant le schéma de la table. Veuillez contacter votre administrateur." ], - "Directed Force Layout": ["Graphe orienté"], - "Country Map": ["Carte de pays"], - "World Map": ["Carte du monde"], - "Filters": ["Filtres"], - "Invalid filter configuration, please select a column": [ - "Configuration du filtre invalide, veuillez sélectionner une colonne" + "An error occurred while fetching available CSS templates": [ + "Une erreur s'est produite lors de l'extraction des modèles de CSS disponibles" ], - "Parallel Coordinates": ["Coordonnées parallèles"], - "Heatmap": ["Carte de chaleur"], - "Horizon Charts": ["Histogrammes horizontaux"], - "Mapbox": ["Mapbox"], - "[Longitude] and [Latitude] must be set": [ - "Les colonnes [Longitude] et [Latitude] doivent êtres définies" + "An error occurred while fetching chart created by values: %s": [ + "Une erreur s'est produite durant la récupération du graphique créé par les valeurs : %s" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]" + "An error occurred while fetching chart owners values: %s": [ + "Une erreur s'est produite durant la récupération des propriétaires du graphique : %s" ], - "Choice of [Label] must be present in [Group By]": [ - "Le [Label] choisi doit être présent dans [Grouper par]" + "An error occurred while fetching created by values: %s": [ + "Une erreur s'est produite en récupérant les valeurs créées : %s" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Le [Point Radius] doit être présent dans [Grouper par]" + "An error occurred while fetching dashboard created by values: %s": [ + "Une erreur s'est produite lors de la récupération du tableau de bord créé avec les valeurs : %s" ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]" + "An error occurred while fetching dashboard owner values: %s": [ + "Une erreur s'est produite durant la récupération des propriétaires du tableau de bord : %s" ], - "Deck.gl - Multiple Layers": ["Deck.gl - Couches Multiples"], - "Bad spatial key": ["Mauvaise clef spatiale"], - "Invalid spatial point encountered: %s": [ - "Point géographique invalide : %s" + "An error occurred while fetching dashboards: %s": [ + "Une erreur s'est produite durant la récupération des tableaux de bord : %s" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Entrée spatiale NULL rencontrée, veuillez les filtrer" + "An error occurred while fetching database related data: %s": [ + "Une erreur s'est produite lors de la récupération des données de la base : %s" ], - "Deck.gl - Scatter plot": ["Deck.gl - Nuage de points"], - "Deck.gl - Screen Grid": ["Deck.gl - Grille d'écran"], - "Deck.gl - 3D Grid": ["Deck.gl - Grille 3D"], - "Deck.gl - Paths": ["Deck.gl - Chemins"], - "Deck.gl - Polygon": ["Deck.gl - Polygone"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Arc": ["Deck.gl - Arc"], - "Event flow": ["Flot d'événements"], - "Time Series - Paired t-test": ["Séries temporelles - Paired t-test"], - "Time Series - Nightingale Rose Chart": [ - "Séries temporelles - Graphique Nightingale Rose" + "An error occurred while fetching database values: %s": [ + "Une erreur s'est produite durant la récupération des valeurs de la base de données : %s" ], - "Partition Diagram": ["Diagramme de Partition"], - "Deleted %(num)d annotation layer": [ - "%(num)d couche d'annotations supprimée", - "%(num)d couches d'annotations supprimées" + "An error occurred while fetching dataset datasource values: %s": [ + "Une erreur s'est produite durant la récupération les sources de données du jeu de données : %s" ], - "All Text": ["Tout texte"], - "Deleted %(num)d annotation": [ - "%(num)d annotation supprimée", - "%(num)d annotations supprimées" + "An error occurred while fetching dataset owner values: %s": [ + "Une erreur s'est produite durant la récupération des valeurs du propriétaire du jeu de données : %s" ], - "End date must be after start date": [ - "Date de début ne peut être postérieure à Date de fin" + "An error occurred while fetching dataset related data": [ + "Une erreur s'est produite lors de la récupération des données relatives au jeu de données" ], - "Short description must be unique for this layer": [ - "La description courte doit être unique pour cette couche" + "An error occurred while fetching dataset related data: %s": [ + "Une erreur s'est produite lors de la récupération des données relatives au jeu de données : %s" ], - "Annotations could not be deleted.": [ - "Les annotations n'ont pas pu être supprimées." + "An error occurred while fetching datasets: %s": [ + "Une erreur s'est produite durant la récupération des jeux de données : %s" ], - "Annotation not found.": ["Annotation non trouvée."], - "Annotation parameters are invalid.": [ - "Les paramètres d'annotation sont invalides." + "An error occurred while fetching function names.": [ + "Une erreur s'est produite lors de la récupération des noms des fonctions." ], - "Annotation could not be created.": [ - "L'annotation n'a pas pu être créée." + "An error occurred while fetching schema values: %s": [ + "Une erreur s'est produit en récupérant les valeurs du schéma : %s" ], - "Annotation could not be updated.": [ - "L'annotation n'a pas pu être mise à jour." + "An error occurred while fetching tab state": [ + "Une erreur s'est produite lors de la récupération de l'état de l'onglet" ], - "Annotation delete failed.": ["La suppression de l'annotation a échoué."], - "Annotation layer parameters are invalid.": [ - "Les paramètres de la couche d'annotations sont invalides." + "An error occurred while fetching table metadata": [ + "Une erreur s'est produite lors de l'extraction des méta-données de la table" ], - "Annotation layer could not be deleted.": [ - "La couche d'annotations n'a pas pu être supprimée." + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Une erreur s'est produite lors de l'extraction des méta-données de la table. Veuillez contacter votre administrateur." ], - "Annotation layer could not be created.": [ - "La couche d'annotations n'a pas pu être créée." + "An error occurred while fetching user values: %s": [ + "Une erreur s'est produit en récupérant les valeurs d'utilisateur : %s" ], - "Annotation layer could not be updated.": [ - "La couche d'annotations n'a pas pu être mise à jour." + "An error occurred while hiding the left bar. Please contact your administrator.": [ + "Une erreur s'est produite en masquant la barre de gauche. Veuillez contacter votre administrateur." ], - "Annotation layer not found.": ["Couche d'annotations non trouvée."], - "Annotation layer delete failed.": [ - "La suppression de la couche d'annotations a échoué." + "An error occurred while loading the SQL": [ + "Une erreur s'est produite durant le chargement du SQL" ], - "Annotation layer has associated annotations.": [ - "La couche d'annotations a des annotations associées." + "An error occurred while pruning logs ": [ + "Une erreur s'est produite le traitement des logs " ], - "Name must be unique": ["Le nom doit être unique"], - "Deleted %(num)d chart": [ - "%(num)d graphique supprimé", - "%(num)d graphiques supprimés" + "An error occurred while removing query. Please contact your administrator.": [ + "Une erreur s'est produite en supprimant la requête. Veuillez contacter votre administrateur." ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` doit être entre 0 et 1 (exclusif)" + "An error occurred while removing tab. Please contact your administrator.": [ + "Une erreur s'est produite en supprimant l'onglet. Veuillez contacter votre administrateur." ], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "le percentile inférieur doit être plus grand que 0 et plus petit que 100 et doit être plus petit que le percentile supérieur." + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Une erreur s'est produite en enlevant le schéma de la table. Veuillez contacter votre administrateur." ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "le percentile supérieur doit être plus grand que 0 et plus petit que 100 et doit être supérieur au percentile inférieur." + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Une erreur s'est produite en positionnant l'onglet actif. Veuillez contacter votre administrateur." ], - "`width` must be greater or equal to 0": [ - "`width` doit être plus grand ou égal à 0" + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Une erreur s'est produite durant l'initialisation de l'onglet Autorun. Veuillez contacter votre administrateur." ], - "`row_limit` must be greater than or equal to 0": [ - "`row_limit` doit être plus grand ou égal à 0" + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Une erreur s'est produite en positionnant l'id de l'onglet Base de données. Veuillez contacter votre administrateur." ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` doit être plus grand ou égal à 0" + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Une erreur s'est produite durant l'initialisation de l'onglet Schéma. Veuillez contacter votre administrateur." ], - "orderby column must be populated": [ - "la colonne de tri doit être remplie" + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Une erreur s'est produite durant l'initialisation des paramètres de template de l'onglet. Veuillez contacter votre administrateur." ], - "There are associated alerts or reports: %s,": [ - "Il y a des alertes ou des rapports associés : %s," + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "Une erreur s'est produite en enregistrant l'id de la dernière requête dans le backend. Veuillez contacter votre administrateur si le problème persiste." ], - "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "La chaîne de Temps est ambigüe. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Une erreur s'est produite en stockant la requête dans le backend. Pour éviter de perdre vos modifications, sauver votre requête en utilisant le bouton \"Enresigtrer requête\"." ], - "Cannot parse time string [%(human_readable)s]": [ - "Ne peut pas parser la chaîne de temps [%(human_readable)s]" + "An unknown error occurred. Please contact your Superset administrator": [ + "Une erreur s'est produite. Contactez votre admin superset" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "La chaîne Ecart Temps est ambigüe. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." + "Anchor to": ["S'ancrer à"], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["Annotation"], + "Annotation Layers": ["Couches d'annotations"], + "Annotation Slice Configuration": [ + "Configuration de l'annotation de graphique" ], - "Database does not exist": ["La base de données n'existe pas"], - "Dashboards do not exist": ["Les tableaux de bord n'existent pas"], - "Datasource type is required when datasource_id is given": [ - "Le type de source de données est requis quand datasource_id est spécifié" + "Annotation could not be created.": [ + "L'annotation n'a pas pu être créée." ], - "Chart parameters are invalid.": [ - "Les paramètres du graphique sont invalides." + "Annotation could not be updated.": [ + "L'annotation n'a pas pu être mise à jour." ], - "Chart could not be created.": ["Le graphique n'a pas pu être créé."], - "Chart could not be updated.": [ - "Le graphique n'a pas pu être mis à jour." + "Annotation delete failed.": ["La suppression de l'annotation a échoué."], + "Annotation layer": ["Couches d'annotations"], + "Annotation layer could not be created.": [ + "La couche d'annotations n'a pas pu être créée." ], - "Chart could not be deleted.": ["Le graphique n'a pas pu être supprimé."], - "There are associated alerts or reports": [ - "Il y a des alertes ou des rapports associés" + "Annotation layer could not be deleted.": [ + "La couche d'annotations n'a pas pu être supprimée." ], - "Changing this chart is forbidden": [ - "Modifier ce graphique est interdit" + "Annotation layer could not be updated.": [ + "La couche d'annotations n'a pas pu être mise à jour." ], - "Charts could not be deleted.": [ - "Les graphiques n'ont pas pu être supprimés." + "Annotation layer delete failed.": [ + "La suppression de la couche d'annotations a échoué." ], - "Import chart failed for an unknown reason": [ - "L'import du graphique a échoué pour une raison inconnue" + "Annotation layer description columns": [ + "Colonnes de description de la couche d'annotations" ], - "Chart has no query context saved. Please save the chart again.": [ - "Le graphique n'a pas de contexte de requête sauvegardé. Veuillez sauver le graphique à nouveau." + "Annotation layer has associated annotations.": [ + "La couche d'annotations a des annotations associées." ], - "Request is incorrect: %(error)s": [ - "La requête est incorrecte : %(error)s" + "Annotation layer interval end": [ + "Fin de l'intervalle de la couche d'annotations" ], - "Request is not JSON": ["La requête n'est pas JSON"], - "Owners are invalid": ["Les propriétaires sont invalides"], - "Some roles do not exist": ["Des profils n'existent pas"], - "Dataset does not exist": ["Le jeu de données n'existe pas"], - "Invalid result type: %(result_type)s": [ - "Type de résultat invalide : %(result_type)s" + "Annotation layer name": ["Nom de la couche d'annotations"], + "Annotation layer not found.": ["Couche d'annotations non trouvée."], + "Annotation layer opacity": ["Opacité de la couche d'annotations"], + "Annotation layer parameters are invalid.": [ + "Les paramètres de la couche d'annotations sont invalides." ], - "The chart does not exist": ["Le graphique n'existe pas"], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "Doublons de libellés colonne/métrique : %(labels)s. Veuillez vous assurer que toutes les colonnes et métriques ont des libellés uniques." + "Annotation layer stroke": ["Trait de la couche d'annotations"], + "Annotation layer time column": [ + "Colonne temporelle de la couche d'annotations" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "Les entrées suivantes dans `series_columns` sont manquantes dans `columns`: %(columns)s. " + "Annotation layer title column": [ + "Colonne de titre de la couche d'annotations" ], - "`operation` property of post processing object undefined": [ - "La propriété `operation` de l'objet de post-traitement est indéfinie" + "Annotation layer type": ["Type de couche d'annotations"], + "Annotation layer value": ["Valeur de la couche d'annotations"], + "Annotation layers": ["Couches d'annotations"], + "Annotation layers are still loading.": [ + "Les couches d'annotation sont toujours en cours de chargement." ], - "Unsupported post processing operation: %(operation)s": [ - "Opération de post-traitement non supportée : %(operation)s" + "Annotation name": ["Nom de l'annotation"], + "Annotation not found.": ["Annotation non trouvée."], + "Annotation parameters are invalid.": [ + "Les paramètres d'annotation sont invalides." ], - "Datasource id not found: %(id)s": [ - "Identifiant de source de données non trouvé : %(id)s" + "Annotation source type": ["Type de source de la couche d'annotations"], + "Annotations and layers": ["Annotations et couches"], + "Annotations could not be deleted.": [ + "Les annotations n'ont pas pu être supprimées." ], - "Adding new datasource [{}]": [ - "Ajout d'une nouvelle source de données [{}]" + "Any": ["Tous"], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Une palette de couleur sélectionnée ici écrasera les couleurs appliquées aux graphiques de ce tableau de bord" ], - "Refreshing datasource [{}]": [ - "Rafraîchissement de la source de données [{}]" + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" ], - "Metric(s) {} must be aggregations.": [ - "La(les) métrique(s) {} doit (doivent) être des agrégations." + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" ], - "Unsupported extraction function: ": [ - "Fonction d’extraction non supportée : " + "Append": ["Ajouter"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "La fenêtre glissante appliquée n'a pas retourné de données. Assurez-vous que la requête source satisfasse les périodes minimum définies dans la fenêtre glissante." ], - "Columns": ["Colonnes"], - "Show Druid Column": ["Afficher les colonnes Druid"], - "Add Druid Column": ["Ajouter une colonne Druid"], - "Edit Druid Column": ["Éditer une colonne Druid"], - "Column": ["Colonne"], - "column": ["colonne"], - "Type": ["Type"], - "Datasource": ["Source de données"], - "Groupable": ["Groupable"], - "Filterable": ["Filtrable"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Si cette colonne doit apparaître dans la section `Filtres` de la page exploration." + "Apply": ["Appliquer"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply filters": ["Appliquer les filtres"], + "Apply to all panels": ["Appliquer à tous les panneaux"], + "Apply to specific panels": ["Appliquer à certains panneaux"], + "April": ["Avril"], + "Are you sure you want to cancel?": ["Voulez vous vraiment annuler ?"], + "Are you sure you want to delete": ["Etes-vous sûr de vouloir supprimer"], + "Are you sure you want to delete the selected %s?": [ + "Êtes-vous sûr de vouloir supprimer les %s sélectionnés ?" ], - "Metrics": ["Métriques"], - "Show Druid Metric": ["Afficher une métrique Druid"], - "Add Druid Metric": ["Ajouter une métrique Druid"], - "Edit Druid Metric": ["Éditer une métrique Druid"], - "Metric": ["Métrique"], - "Description": ["Description"], - "Verbose Name": ["Nom explicite"], - "JSON": ["JSON"], - "Druid Datasource": ["Données Druid"], - "Warning Message": ["Message d'avertissement"], - "Druid Clusters": ["Clusters Druid"], - "Show Druid Cluster": ["Afficher le cluster Druid"], - "Add Druid Cluster": ["Ajouter un cluster Druid"], - "Edit Druid Cluster": ["Éditer un cluster Druid"], - "Cluster Name": ["Nom du cluster"], - "Broker Host": ["Hôte du Broker"], - "Broker Port": ["Port du Broker"], - "Broker Username": ["Nom d'utilisateur du Broker"], - "Broker Password": ["Mot de passe du Broker"], - "Broker Endpoint": ["Endpoint du Broker"], - "Cache Timeout": ["Cache timeout"], - "Metadata Last Refreshed": ["Dernière modification des métadonnées"], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Durée (en secondes) du timeout du cache pour ce cluster. Un timeout de 0 indique que le cache n'expire jamais. Notez que s'il est indéfini, il prend comme valeur par défaut celui du timeout global." + "Are you sure you want to delete the selected annotations?": [ + "Etes-vous sûr de vouloir supprimer les annotations sélectionnées ?" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ - "Druid supporte l'authentification basique. Voir [auth](http://druid.io/docs/latest/design/auth.html) et druid-basic-security extension" + "Are you sure you want to delete the selected charts?": [ + "Etes-vous sûr de vouloir supprimer les graphiques sélectionnés ?" ], - "Druid Datasources": ["Sources de données Druid"], - "Show Druid Datasource": ["Afficher la source de données Druid"], - "Add Druid Datasource": ["Ajouter une source de données Druid"], - "Edit Druid Datasource": ["Éditer la 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'": [ - "La liste des graphiques associés à cette table. En alterant cette source de données, vous pouvez changer le comportement des graphiques associés. Aussi notez que les graphiques doivent pointer vers une source de données, alors ce formulaire ne pourra pas être enregistré si des graphiques sont retirés d'une source de données. Si vous voulez changer la source de données d'un graphique, écraser le graphique depuis la 'vue d'exploration'" + "Are you sure you want to delete the selected dashboards?": [ + "Etes-vous sûr de vouloir supprimer les tableaux de bord sélectionné ?" ], - "Timezone offset (in hours) for this datasource": [ - "Timezone offset (en heure) de cette source de données" + "Are you sure you want to delete the selected datasets?": [ + "Etes-vous sûr de vouloir supprimer les jeux de données sélectionnés ?" ], - "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" + "Are you sure you want to delete the selected layers?": [ + "Etes-vous sûr de vouloir supprimer les couches sélectionnées ?" ], - "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" + "Are you sure you want to delete the selected queries?": [ + "Ete-vous sûr de vouloir supprimer les requêtes sélectionnées ?" ], - "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" + "Are you sure you want to delete the selected templates?": [ + "Etes-vous sûr de vouloir supprimer les templates sélectionnés ?" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "Durée (en secondes) du timeout du cache pour cette source de données. Un timeout de 0 indique que le cache n'expire jamais. Notez que s'il est indéfini, il prend comme valeur par défaut le timeout du cluster." + "Are you sure you want to proceed?": [ + "Êtes-vous certain de vouloir continuer ?" ], - "Associated Charts": ["Les graphiques associés"], - "Data Source": ["Source de données"], - "Cluster": ["Cluster"], - "Owners": ["Propriétaires"], - "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 (offset)"], - "Datasource Name": ["Nom source de données"], - "Fetch Values From": ["Récupérer les valeurs des prédicats"], - "Changed By": ["Modifié par"], - "Modified": ["Modifié"], - "Edit the dashboard": ["Modifier le tableau de bord"], - "Refreshed metadata from cluster [{}]": [ - "Métadonnées du cluster [{}] rafraîchies" + "Are you sure you want to save and apply changes?": [ + "Êtes vous sur de vouloir sauvegarder et appliquer les modifications ?" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Erreur dans l'expression jinja dans la réupération du prédicat des valeurs : %(msg)s" + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" ], - "Virtual dataset query must be read-only": [ - "La requête du jeu de données virtuel doit être en lecture seule" + "Associated Charts": ["Les graphiques associés"], + "Async Execution": ["Exécution asynchrone"], + "Asynchronous query execution": ["Exécution de requête asynchrone"], + "August": ["Aout"], + "Auto Zoom": [""], + "Autocomplete": ["Complétion automatique"], + "Autocomplete filters": ["Remplir automatiquement les filtres"], + "Autocomplete query predicate": [ + "Remplir automatiquement le prédicat de requête" ], - "Error while rendering virtual dataset query: %(msg)s": [ - "Erreur durant le rendu de la requête du jeu de données virtuel : %(msg)s" + "Automatic Color": [""], + "Available sorting modes:": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": ["Backend"], + "Bad spatial key": ["Mauvaise clef spatiale"], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Base layer map style": [""], + "Based on a metric": ["Basé sur une métrique"], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": ["Simple"], + "Basic information": ["Information simple"], + "Batch editing %d filters:": ["Edition Batch %d filtres:"], + "Battery level over time": [""], + "Be careful.": ["Faites attention."], + "Big Number": ["Gros nombre"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Gros nombre avec tendance"], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom to Top": [""], + "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.": [ + "" ], - "Virtual dataset query cannot be empty": [ - "La requête du jeu de données virtuel ne peut pas être vide" + "Bounds for the 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.": [ + "" ], - "Virtual dataset query cannot consist of multiple statements": [ - "La requête du jeu de données virtuel ne peut pas comporter plusieurs instructions" + "Bubble Chart": ["Bulles"], + "Bubble size": ["Taille de la bulle"], + "Bucket break points": [""], + "Bulk select": ["Sélectionner plusieurs"], + "Bullet Chart": ["Points"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Par défaut, chaque filtre charge au plus 1000 choix au chargement initial de la page. Cocher cette case su vous avez plus de 1000 valeurs de filtre et voulez permettre la recherche dynamique qui charge les valeurs de filtre à mesure que le les utilisateurs tapent (peut surcharger la base de données)." ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Erreur dans l'expression jinja des filtres RLS : %(msg)s" + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": ["ANNULER"], + "CREATE TABLE AS": ["Autoriser CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "CREATE VIEW statement": ["ordre CREATE VIEW"], + "CRON expression": ["Expression CRON"], + "CSS": ["CSS"], + "CSS Styles": [""], + "CSS Templates": ["Templates CSS"], + "CSS applied to the chart": [""], + "CSS template": ["Templates CSS"], + "CSS template could not be deleted.": [ + "Le template CSS n'a pas pu être supprimé." ], - "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" + "CSS template name": ["Nom du template"], + "CSS template not found.": ["Template CSS non trouvé."], + "CSS templates": ["Templates CSS"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier CSV \"%(csv_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" ], - "Empty query?": ["Requête vide ?"], - "Metric '%(metric)s' does not exist": [ - "La métrique '%(metric)s' n'existe pas" + "CSV to Database configuration": [ + "Configuration de CSV vers base de données" ], - "Unknown column used in orderby: %(col)s": [ - "Colonne inconnue utilisée dans le tri %(col)s" + "CSV upload": ["Charger un CSV"], + "CTAS & CVAS SCHEMA": ["SCHEMA CTAS & CVAS"], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. Assurez-vous que la requête a bien un SELECT en dernière instruction. Puis essayez d'exécuter votre requête à nouveau." ], - "Time column \"%(col)s\" does not exist in dataset": [ - "La colonne temporelle \"%(col)s\" n'existe pas dans le jeu de données" + "CTAS Schema": ["Schéma CTAS"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "Le CVAS (create view as select) ne peut être exécuté qu'avec une requête contenant une seule instruction SELECT. Assurez-vous que la requête a bien une seule instruction SELECT. Puis essayez d'exécuter votre requête à nouveau." ], - "Filter value list cannot be empty": [ - "La liste de valeurs du filtre ne peut pas être vide" + "CVAS (create view as select) query has more than one statement.": [ + "La requête CVAS (create view as select) a plus d'une instruction." ], - "Must specify a value for filters with comparison operators": [ - "Il faut spécifier une valeur pour les filtres avec opérateurs de comparaison" + "CVAS (create view as select) query is not a SELECT statement.": [ + "La requête CVAS (create view as select) n'est pas une instruction SELECT." ], - "Invalid filter operation type: %(op)s": [ - "Type d'opération de filtrage invalide : %(op)s" + "Cache Timeout": ["Cache timeout"], + "Cache Timeout (seconds)": ["Timeout du cache (secondes)"], + "Cache timeout": ["Cache timeout"], + "Cached %s": ["En cache %s"], + "Cached value not found": ["Valeur en cache non trouvée"], + "Calculated column [%s] requires an expression": [ + "La colonne calculée [%s] nécessite une expression" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Erreur d'expression jinja dans la clause WHERE : %(msg)s" - ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Erreur d'expression jinja dans la clause HAVING : %(msg)s" + "Calculated columns": ["Colonnes calculées"], + "Calculation type": ["Choisir un type de calcul"], + "Calendar Heatmap": ["Calendrier Carte de chaleur"], + "Can not move top level tab into nested tabs": [ + "On ne peut déplacer un onglet top level vers des onglets imbriqués" ], - "Database does not support subqueries": [ - "La base de données n'autorise pas les sous-requêtes" + "Can select multiple values": ["Peut selectionner plusieurs valeurs"], + "Can't have overlap between Series and Breakdowns": [ + "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns" ], - "Db engine did not return all queried columns": [ - "La base de données n'a pas retourné toutes les colonnes demandées" + "Cancel": ["Annuler"], + "Cancel query on window unload event": [ + "Annule la requête quand on quitte la fenêtre" ], - "Only `SELECT` statements are allowed": [ - "Seules les instructions `SELECT` sont autorisées" + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [ + "Impossible de supprimer une base de données qui a des jeux de données rattachés" ], - "Only single queries supported": [ - "Seules les requêtes simples sont autorisées" + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Impossible d'importer le tableau de bord : %(db_error)s.\nAssurez vous de créer d'abord la base de données avant d'importer le tableau de bord." ], - "Show Column": ["Afficher la colonne"], - "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": [ - "S'il faut que cette colonne soit accessible comme une option [Time Granularity], elle doit être DATETIME ou d'un format équivalent" + "Cannot load filter": ["Impossible de charger le filtre"], + "Cannot parse time string [%(human_readable)s]": [ + "Ne peut pas parser la chaîne de temps [%(human_readable)s]" ], - "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." + "Categories to group by on the x-axis.": [""], + "Category": ["Catégorie"], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell content": ["Contenu de cellule"], + "Certification details": ["Détails de certification"], + "Certified By": ["Certifié Par"], + "Certified by": ["Certifié par"], + "Certified by %s": ["Certifié par %s"], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Modifié par"], + "Changed on": ["Modifié le"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Changer le jeu de données peut mettre en erreur le graphiquesi celui-ci s'appuie sur des colonnes ou une métadonnées qui n'existe pas dans le jeu de données cible" ], - "Table": ["Table"], - "Expression": ["Expression"], - "Is temporal": ["Est temporel"], - "Datetime Format": ["Format Datetime"], - "Invalid date/timestamp format": ["Format date/timestamp invalide"], - "Show Metric": ["Afficher la métrique"], - "Add Metric": ["Ajouter une métrique"], - "Edit Metric": ["Éditer la métrique"], - "SQL Expression": ["Expression SQL"], - "D3 Format": ["Format D3"], - "Extra": ["Extra"], - "Row level security filter": ["Filtre de sécurité au niveau de la ligne"], - "Show Row level security filter": [ - "Afficher le filtre de sécurité au niveau de la ligne" + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "La modification de ces paramètres affectera tous les graphiques qui utilisent ce jeu de données, y compris les graphiques qui appartiennent à d'autres personnes." ], - "Add Row level security filter": [ - "Ajouter un filtre de sécurité au niveau de la ligne" + "Changing this Dashboard is forbidden": [ + "Modifier ce tableau de bord est interdit" ], - "Edit Row level security filter": [ - "Editer le filtre de sécurité au niveau de la ligne" + "Changing this chart is forbidden": [ + "Modifier ce graphique est interdit" ], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ - "Les filtres réguliers ajoutent des clauses WHERE aux requêtes si un utilisateur appartient à un profil référencé dans le filtre. Les filtres de base appliquent les filtres à toutes les requêtes sauf pour les profils définis dans le filtre, et peuvent être utilisés pour définir ce que les utilisateurs peuvent voir si aucun filtre RLS au sein d'un groupe de filtres ne s'appliquent à eux." + "Changing this control takes effect instantly": [ + "La modification de ce contrôle prendra effet immédiatement" ], - "These are the tables this filter will be applied to.": [ - "Ce sont les tables sur lesquelles vont s'appliquer les filtres." + "Changing this dataset is forbidden": [ + "Changer ce jeu de données est interdit" ], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ - "Pour les filtres réguliers, ce sont les profils sur lesquels vont s'appliquer les filtres. Pour les filtres de base, ce sont les profis sur lesquels les filtres NE VONT PAS s'appliquer, par exemple Admin si l'admin devrait voir toutes les données." + "Changing this dataset is forbidden.": [ + "Modifier ce jeu de données est interdit." ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ - "Les filtres d'un groupe qui ont la même clé vont se combiner avec des OU, alors que des filtres de groupes différents vont se combiner avec des ET. Les groupes qui ont une clé indéfinie sont traités comme des groupes uniques, c'est-à-dire qu'ils ne sont pas regroupés. Par exemple, si une table a 3 filtres dont 2 sont pour les départements Finance et Marketing (clé de groupe 'department', et 1 se réfère à la région Europe (clé de groupe = 'region'), la clause du filtre qui s'appliquerait serait (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe')." + "Changing this report is forbidden": [ + "Il est interdit de changer ce rapport" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ - "Ceci est la condition qui sera ajoutée à la clause WHERE. Par exemple, pour ne retourner que les lignes d'un client particulier, vous pouvez définir un filtre régulier avec la clause `client_id = 9`. Pour n'afficher aucune ligne sauf pour les utilisateurs qui appartiennent à un role de filtre RLS, un filtre de base peut être créé avec la clause `1 = 0` (toujours faux)." + "Character to interpret as decimal point.": [ + "Caractère à interpréter comme un point décimal." ], - "Tables": ["Tables"], - "Roles": ["Profils"], - "Clause": ["Clause"], - "Creator": ["Créateur"], - "Show Table": ["Afficher les tables"], - "Import a table definition": ["Importer la définition d'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" + "Chart": ["Graphique"], + "Chart %(id)s not found": ["Graphique %(id)s non trouvé"], + "Chart Cache Timeout": ["Timeout du cahce du graphique"], + "Chart ID": ["ID Graphique"], + "Chart [{}] has been overwritten": ["Le graphique [{}] a été écrasé"], + "Chart [{}] has been saved": ["Le graphique [{}] a été sauvegardé"], + "Chart [{}] was added to dashboard [{}]": [ + "Graphique [{}] ajouté au tableau de bord [{}]" ], - "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" + "Chart cache timeout": ["Timeout du cache du graphique"], + "Chart changes": ["Changements de graphique"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "Composant graphique sui vous laisse ajouter un filtre personnalisé dans votre tableau de bord. Quand elle est ajouteé au tableau de bord, une boîte de filtrage permet à l'utilisateur de choisir des valeurs ou plages spécifiques pour filtrer les graphiques. Les graphiques concernés par chaque filtre peuvent être réglés finement dans la vue Tableau de bord.\n\n Notez que ce plugin est remplacé par la nouvelle fonction Filtres qui est présente dans cette vue Tableau de bord. C'est plus facile à utiliser et offre plus de possibilités !" ], - "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." + "Chart could not be created.": ["Le graphique n'a pas pu être créé."], + "Chart could not be deleted.": ["Le graphique n'a pas pu être supprimé."], + "Chart could not be updated.": [ + "Le graphique n'a pas pu être mis à jour." ], - "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é." + "Chart does not exist": ["Le graphique n'existe pas"], + "Chart has no query context saved. Please save the chart again.": [ + "Le graphique n'a pas de contexte de requête sauvegardé. Veuillez sauver le graphique à nouveau." ], - "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" + "Chart name": ["Nom du graphique"], + "Chart parameters are invalid.": [ + "Les paramètres du graphique sont invalides." ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Si la table a été générée par le flow 'Visualiser' dans SQL Lab" + "Chart type": ["Type de graphique"], + "Chart type requires a dataset": [""], + "Charts": ["Graphiques"], + "Charts could not be deleted.": [ + "Les graphiques n'ont pas pu être supprimés." ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Un ensemble de paramètre qui seront disponible dans la requête utilisant la syntaxe du template Jinja" + "Check configuration": ["Vérifier la configuration"], + "Check for sorting ascending": ["Cocher pour trier par ordre croissant"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ - "Durée (en secondes) du timeout du cache pour cette table. Un timeout à 0 indique que le cache n'expire jamais. Notez que le timeout de la base de données par défaut est undefined." + "Check out this chart in dashboard:": [ + "Vérifiez ce graphique dans le tableau de bord :" ], - "Database": ["Base de données"], - "Last Changed": ["Dernière modification"], - "Schema": ["Schéma"], - "Offset": ["Décalage (offset)"], - "Table Name": ["Nom de la table"], - "Fetch Values Predicate": ["Récupérer les valeurs des prédicats"], - "Main Datetime Column": ["Colonne Datetime principale"], - "SQL Lab View": ["Vue SQL Lab"], - "Template parameters": ["Les paramètres du modèle"], - "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. Dans le cadre de cette configuration en deux étapes, vous devez maintenant cliquer sur le bouton d'édition de la nouvelle table pour la configurer." + "Check out this chart: ": ["Vérifiez ce tableau de bord : "], + "Check out this dashboard: ": ["Vérifiez ce tableau de bord : "], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Cocher pour appliquer les filtres instantanément dès qu'ils changent aulieu d'afficher le bouton [Appliquer]" ], - "Refresh Metadata": ["Rafraîchir les métadonnées"], - "Refresh column metadata": ["Rafraîchir les métadonnées des colonnes"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s" + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [ + "Cocher pour inclure la liste déroulante colonne Temps" ], - "The following tables added new columns: %(tables)s": [ - "Nouvelles colonnes dans les tables suivantes : %(tables)s" + "Check to include time grain dropdown": [ + "Cocher pour inclure la liste déroulante de granularité de temps" ], - "The following tables removed columns: %(tables)s": [ - "Colonnes supprimées dans les tables suivantes : %(tables)s" + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [ + "Le [Label] choisi doit être présent dans [Grouper par]" ], - "The following tables update column metadata: %(tables)s": [ - "Métadonnées de colonnes mises à jour dans les tables suivantes : %(tables)s" + "Choice of [Point Radius] must be present in [Group By]": [ + "Le [Point Radius] doit être présent dans [Grouper par]" ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s" + "Choose File": ["Choisissez un fichier"], + "Choose a chart or dashboard not both": [ + "Choisissez un graphique ou un tableau de bord, pas les deux" ], - "Deleted %(num)d css template": [ - "Template css %(num)d supprimé", - "Templates css %(num)d supprimés" + "Choose a dataset": ["Choisissez un jeu de donnée"], + "Choose a metric for right axis": [ + "Choisir une mesure pour l'axe de droite" ], - "CSS template could not be deleted.": [ - "Le template CSS n'a pas pu être supprimé." + "Choose a unique name": [""], + "Choose chart type": ["Choisissez un type de graphique"], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the annotation layer type": [ + "Choisir le type de couche d'annotations" ], - "CSS template not found.": ["Template CSS non trouvé."], - "Deleted %(num)d dashboard": [ - "%(num)d tableau de bord supprimé", - "%(num)d tableaux de bord supprimés" + "Choose the source of your annotations": [ + "Choisir la source de vos annotations" ], - "Title or Slug": ["Titre"], - "Role": ["Profil"], - "Must be unique": ["Doit être unique"], - "Dashboard parameters are invalid.": [ - "Les paramètres du tableau de bord sont invalides." + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" ], - "Dashboard could not be created.": [ - "Le tableau de bord n'a pas pu être créé." + "Chord Diagram": [""], + "Chosen non-numeric column": ["Colonne non numérique choisie"], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" ], - "Dashboards could not be deleted.": [ - "Les tableaux de bord n'ont pas pu être supprimés." + "Clause": ["Clause"], + "Clear": ["Effacer"], + "Clear all": ["Effacer tout"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "Dashboard could not be updated.": [ - "Le tableau de bord n'a pas pu être mis à jour." + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" ], - "Dashboard could not be deleted.": [ - "Le tableau de bord n'a pas pu être supprimé." + "Click the lock to make changes.": [ + "Cliquez sur le cadenas pour apporter des modifications." ], - "Changing this Dashboard is forbidden": [ - "Modifier ce tableau de bord est interdit" + "Click the lock to prevent further changes.": [ + "Cliquez sur le cadenas pour empêcher d'autres modifications." ], - "Import dashboard failed for an unknown reason": [ - "L'import du tableau de bord a échoué pour une raison inconnue" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Cliquez sur ce lien pour basculer sur un autre formulaire qui vous permettra d'entrer manuellement l'URL SQLAlchemy pour cette base de données." ], - "You don't have access to this dashboard.": [ - "Vous n'avez pas accès à ce tableau de bord." + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Cliquez sur ce lien pour basculer sur un autre formulaire qui ne montrera que les champs nécessaires pour se connecter à cette base de données." ], - "No data in file": ["Pas de données dans le fichier"], - "Table name undefined": ["Nom de la table non défini"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ - "Chaîne de connexion invalide, une chaîne valide a généralement cette forme : driver://user:password@database-host/database-name" + "Click to cancel sorting": [""], + "Click to edit": ["Cliquer pour modifier"], + "Click to edit label": ["Cliquer pour éditer le Label"], + "Click to favorite/unfavorite": ["Cliquez pour favori ou non"], + "Click to force-refresh": ["Cliquer pour forcer le rafraîchissement"], + "Click to see difference": ["Cliquer pour voir la différence"], + "Close": ["Fermer"], + "Close all other tabs": ["Fermer tous les autres onglets"], + "Close tab": ["Fermer l'onglet"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": ["Code"], + "Collapse all": ["Tout réduire"], + "Color": ["Couleur"], + "Color +/-": [""], + "Color bounds": [""], + "Color metric": ["Métrique de couleur"], + "Color scheme": ["Jeu de couleur"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Le champ ne peut pas être décodé par JSON. %(msg)s" + "Colors": ["Couleur"], + "Column": ["Colonne"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "La colonne \"%(column)s\" n'est pas numérique ou n'existe pas dans les résultats de requêtes." ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "Le paramètre metadata_params dans Champ supplémentaire n'est pas correctement configuré. La clé %(key)s est invalide." + "Column Label(s)": ["Labels) de colonne"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" ], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "La spec moteur \"InvalidEngine\" ne supporte pas d'être configuré via des paramètres individuels." + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column is required": ["Colonne requise"], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Label de colonne pour l'index de colonne(s). Si aucun label est donné et que l'index du tableau de données est Vrai, alors les noms d'Index sont utilisés." ], - "An engine must be specified when passing individual parameters to a database.": [ - "Un moteur doit être fournit lorsque l'on passe des paramètres individuels à la base de données." + "Column name [%s] is duplicated": ["Le nom de colonne [%s] est dupliqué"], + "Column referenced by aggregate is undefined: %(column)s": [ + "La colonne référencée dans l'agrégat est indéfinie: %(column)s" ], - "Engine \"%(engine)s\" is not a valid engine.": [ - "Le moteur \"%(engine)s\" n'est pas un moteur valide." + "Column select": ["Sélection d'une colonne"], + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Colonne à utiliser comme labelle de ligne du tableau de données. Laissez vide si pas d'index de colonne." ], - "Database parameters are invalid.": [ - "Les paramètres de base de données sont invalides." + "Columnar File": ["Fichier en colonnes"], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier en colonne \"%(columnar_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" ], - "A database with the same name already exists.": [ - "Une base de données avec le même nom existe déjà." + "Columnar to Database configuration": [ + "Configuration des colonnes vers la base de données" ], - "Field is required": ["Le champ est requis"], - "Field cannot be decoded by JSON. %{json_error}s": [ - "Le champ ne peut pas être décodé par JSON %{json_error}s" + "Columns": ["Colonnes"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Colonnes absentes de la source de données : %(invalid_columns)s" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "Le paramètre metadata_params dans Champ supplémentaire n'est pas correctement configuré. La clé %(key)s est invalide." + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" ], - "Database not found.": ["Base de donnée non trouvée."], - "Database could not be created.": [ - "La base de données n'a pas pu être créée." + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" ], - "Database could not be updated.": [ - "La base de données n'a pas pu être mise à jour." + "Comparator option": ["Option comparateur"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Comparer rapidement des graphiques de multiple séries temporelles et leurs métriques." ], - "Connection failed, please check your connection settings": [ - "La connexion a échoué, veuillez vérifier vos paramètres de connexion" + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" ], - "Cannot delete a database that has datasets attached": [ - "Impossible de supprimer une base de données qui a des jeux de données rattachés" + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" ], - "Database could not be deleted.": [ - "La base de données n'a pas pu être supprimée." + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Stopped an unsafe database connection": [ - "Une connexion non sécurisée avec la base de données a été arrêtée" + "Comparison": ["Comparaison"], + "Comparison Period Lag": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [ + "Calculer la contribution au total" ], - "Could not load database driver": [ - "Le driver de la base de données n'a pas pu être chargé" + "Condition": ["Condition"], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "L'intervalle de confiance doit être entre 0 et 1 (exclusif)" ], - "Unexpected error occurred, please check your logs for details": [ - "Erreur inattendue, consultez les logs pour plus de détails" + "Configuration": ["Configuration"], + "Configure Advanced Time Range ": [ + "Configurer Intervalle de temps avancé " ], - "Import database failed for an unknown reason": [ - "L'import de la base de données a échoué pour une raison inconnue" + "Configure Time Range: Last...": [ + "Configurer intervalle de temps : Dernier ..." ], - "Could not load database driver: {}": [ - "Ce driver de la base de données n'a pas pu être chargé : {}" + "Configure Time Range: Previous...": [ + "Configurer intervalle de temps : Précédent ..." ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Le moteur \"%(engine)s\" ne peut pas être configuré via des paramètres." + "Configure custom time range": [ + "Configurer un intervalle de temps personnalisée" ], - "Database is offline.": ["La base de données est hors-ligne."], - "Deleted %(num)d dataset": [ - "%(num)d jeu de données supprimé", - "%(num)d jeux de données supprimés" + "Configure filter scopes": ["Configurer la portée du filtre"], + "Configure the basics of your Annotation Layer.": [ + "Configurer les bases de votre couche d'annotations." ], - "Null or Empty": ["Null ou Vide"], - "Dataset column not found.": ["Colonne du jeu de données introuvable."], - "Dataset column delete failed.": [ - "La suppression de la colonne du jeu de données a échoué." + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Changing this dataset is forbidden.": [ - "Modifier ce jeu de données est interdit." + "Configure your how you overlay is displayed here.": [ + "Configurer comment votre superposition est affichée ici." ], - "Dataset %(name)s already exists": [ - "Le jeu de données %(name)s existe déjà" + "Confirm save": ["Confirmez la sauvegarde"], + "Connect": ["Connecter"], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [ + "Connecter à cette base de données les feuilles Google Sheet comme des tables" ], - "Database not allowed to change": [ - "La base de données ne peut pas être changée" + "Connect a database": ["Connecter une base de données"], + "Connect database": ["Connexion à la base de données"], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": ["Connexion"], + "Connection failed, please check your connection settings": [ + "La connexion a échoué, veuillez vérifier vos paramètres de connexion" ], - "One or more columns do not exist": [ - "Une ou plusieurs colonnes n'existent pas" + "Connection looks good!": [""], + "Continuous": [""], + "Contribution": ["Contribution"], + "Control labeled ": ["Contrôle libellé "], + "Controls labeled ": ["Contrôles libellés "], + "Copied to clipboard!": ["Copié vers le presse-papier !"], + "Copy": ["Copier"], + "Copy SELECT statement to the clipboard": [ + "Copier l'étape SELECT vers le presse-papier" ], - "One or more columns are duplicated": [ - "Une ou plusieurs colonnes sont dupliquées" + "Copy and Paste JSON credentials": [ + "Copier et coller les informations de connexion JSON" ], - "One or more columns already exist": [ - "Une ou plusieurs colonnes existent déjà" + "Copy and paste the entire service account .json file here": [ + "Copier et coller ici le fichier de service .json en entier" ], - "One or more metrics do not exist": [ - "Une ou plusieurs métriques n'existent pas" + "Copy link": ["Copier le lien"], + "Copy message": ["Copier le message"], + "Copy of %s": ["Copie de %s"], + "Copy partition query to clipboard": [ + "Copier la requête de partition vers le presse-papier" ], - "One or more metrics are duplicated": [ - "Une ou plusieurs métriques sont dupliquées" + "Copy permalink to clipboard": ["Copier le lien dans le presse-papiers"], + "Copy query URL": ["Copier l'URL de la requête"], + "Copy query link to your clipboard": [ + "Copier le lien de la requête vers le presse-papier" ], - "One or more metrics already exist": [ - "Une ou plusieurs métriques existent déjà" + "Copy the account name of that database you are trying to connect to.": [ + "Copier le nom du compte de la base de données à laquelle vous essayez de vous connecter." ], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "La table [%(table_name)s] n'a pu être trouvée, vérifiez à nouveau votre connexion à votre base de données, le schéma et le nom de la table" + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy to Clipboard": ["Copier vers le presse-papier"], + "Copy to clipboard": ["Copier vers le presse-papier"], + "Cost estimate": ["Estimation coût"], + "Could not determine datasource type": [ + "Impossible de déterminer le type de source de données" ], - "Dataset parameters are invalid.": [ - "Les paramètres du jeu de données sont invalides." + "Could not fetch all saved charts": [ + "Impossible de récupérer tous les graphiques sauvegardés" ], - "Dataset could not be created.": [ - "Le jeu de données n'a pas pu être créé." + "Could not find viz object": ["Impossible de trouver l'objet viz"], + "Could not load database driver": [ + "Le driver de la base de données n'a pas pu être chargé" ], - "Dataset could not be updated.": [ - "Le jeu de données n'a pas pu être mis à jour." + "Could not load database driver: %(driver_name)s": [ + "Impossible de charger le driver de base de donnée: %(driver_name)s" ], - "Dataset could not be deleted.": [ - "Le jeu de données n'a pas pu être supprimé." + "Could not load database driver: {}": [ + "Ce driver de la base de données n'a pas pu être chargé : {}" ], - "Dataset(s) could not be bulk deleted.": [ - "Les jeux de données n'ont pas pu être supprimés par lot." + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Field Type": [""], + "Country Map": ["Carte de pays"], + "Create": ["Créer"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "Changing this dataset is forbidden": [ - "Changer ce jeu de données est interdit" + "Create a new chart": ["Créer un nouveau graphique"], + "Create chart with dataset": [""], + "Create new chart": ["Créer un nouveau graphique"], + "Create new filter set": ["Créer un nouvel ensemble de filtre"], + "Create or select schema...": ["Créer ou sélectionner schéma ..."], + "Created": ["Créé le"], + "Created On": ["Créé le"], + "Created by": ["Créé par"], + "Created content": ["Contenu créé"], + "Created on": ["Créé le"], + "Creating a data source and creating a new tab": [ + "Créer une source de données et ouvrir un nouvel onglet" ], - "Import dataset failed for an unknown reason": [ - "L'import du jeu de données a échoué pour une raison inconnue" + "Creator": ["Créateur"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "Dataset metric not found.": ["Métrique du jeu de données non trouvée."], - "Dataset metric delete failed.": [ - "La suppression de la métrique du jeu de données a échoué." + "Currently rendered: %s": [""], + "Custom Plugin": ["Plugin custom"], + "Custom Plugins": ["Plugins custom"], + "Custom SQL": ["SQL personnalisé"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles pour ce dataset" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Veuillez corriger une erreur de syntaxe dans la requête près de \"%(syntax_error)s\". Puis essayez de relancer la requête." + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": ["Personnaliser"], + "Cyclic dependency detected": [""], + "D3 Format": ["Format D3"], + "D3 format": ["Format D3"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "Original value": ["Valeur d'origine"], - "Duration in ms (66000 => 1m 6s)": ["Durée en ms (66000 => 1m 6s)"], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Durée en ms (1.40008 => 1ms 400µs 80ns)" + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["DEC"], + "DELETE": ["EFFACER"], + "DML": ["DML"], + "Daily seasonality": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Tableau de bord"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté" ], - "Adaptive formatting": ["Formatage adapté"], - "Second": ["Seconde"], - "5 second": ["5 secondes"], - "30 second": ["30 secondes"], - "Minute": ["Minute"], - "5 minute": ["5 minutes"], - "10 minute": ["10 minutes"], - "15 minute": ["15 minutes"], - "30 minute": ["30 minutes"], - "Hour": ["Heure"], - "6 hour": ["6 heures"], - "Day": ["Jour"], - "Week": ["Semaine"], - "Month": ["Mois"], - "Quarter": ["Trimestre"], - "Year": ["Année"], - "Week starting Sunday": ["Semaine débutant le dimanche"], - "Week starting Monday": ["Semaine débutant le lundi"], - "Week ending Saturday": ["Semaine terminant le samedi"], - "Week_ending Sunday": ["Semaine terminant le dimanche"], - "Username": ["Nom d'utilisateur"], - "Password": ["Mot de passe"], - "Hostname or IP address": ["Nom d'hôte ou adresse IP"], - "Database port": ["Port de la base de données"], - "Database name": ["Nom de la base de données"], - "Additional parameters": ["Paramètres supplémentaires"], - "Use an encrypted connection to the database": [ - "Utiliser une connexion cryptée vers la base de données" + "Dashboard could not be created.": [ + "Le tableau de bord n'a pas pu être créé." ], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ - "Nous n'avons pas pu nous connecter à votre base de données. Veuillez confirmer que votre compte de service a les profils Viewer et Job User sur le projet." + "Dashboard could not be deleted.": [ + "Le tableau de bord n'a pas pu être supprimé." ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "La table \"%(table)s\" n'existe pas. Une table valide doit être utilisée pour cette requête." + "Dashboard could not be updated.": [ + "Le tableau de bord n'a pas pu être mis à jour." ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "Nous ne pouvons résoudre la colonne \"%(column)s\" à la ligne %(location)s." + "Dashboard does not exist": ["Le tableau de bord n'existe pas"], + "Dashboard parameters are invalid.": [ + "Les paramètres du tableau de bord sont invalides." ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "Le schéma \"%(schema)s\" n'existe pas. Un schéma valide doit être utilisé pour cette requête." + "Dashboard properties": ["Propriétés du tableau de bord"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "Veuillez corriger une erreur de syntaxe dans la requête près de \"%(server_error)s\". Puis essayez de relancer la requête." + "Dashboards": ["Tableaux de bord"], + "Dashboards could not be deleted.": [ + "Les tableaux de bord n'ont pas pu être supprimés." ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "Soit l'utilisateur \"%(username)s\", le mot de passe, ou le nom de la base de données \"%(database)s\" est incorrect." + "Dashboards do not exist": ["Les tableaux de bord n'existent pas"], + "Data": ["Données"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "Impossible de désérialiser la donnée. Le format de stockage peut avoir changé. Rejouez la requête originale." ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Le nom d'hôte \"%(hostname)s\" ne peut pas être résolu." + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Impossible de récupérer les données depuis le backend. Rejouez la requête originale." ], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Le port %(port)s sur l'hôte \"%(hostname)s\" a refusé la connexion." + "Data has no time steps": [""], + "Data preview": ["Prévisualiser les données"], + "Data refreshed": ["Données rafraîchies"], + "Data type": ["Type de donnée"], + "DataFrame include at least one series": [ + "DataFrame doit comprendre au moins une série" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être atteint sur le port %(port)s." + "DataFrame must include temporal column": [ + "Dataframe doit inclure une colonne temporelle" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect." + "Database": ["Base de données"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements en colonne. Contactez votre administrateur Superset." ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Hôte MySQL \"%(hostname)s\" inconnu." - ], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être atteint." + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements csv. Contactez votre administrateur Superset." ], - "Unable to connect to database \"%(database)s\".": [ - "Impossible de se connecter à la base de données \"%(database)s\"." + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements Excel. Contactez votre administrateur Superset." ], - "The username \"%(username)s\" does not exist.": [ - "L'utilisateur \"%(username)s\" n'existe pas." + "Database URL": ["URL de la base de données"], + "Database could not be created.": [ + "La base de données n'a pas pu être créée." ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Le mot de passe fourni pour l'utilisateur \"%(username)s\" est incorrect." + "Database could not be deleted.": [ + "La base de données n'a pas pu être supprimée." ], - "Please re-enter the password.": ["Veuillez re-saisir le mot de passe."], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Nous ne pouvons résoudre la colonne \"%(column_name)s\" à la ligne %(location)s." + "Database could not be updated.": [ + "La base de données n'a pas pu être mise à jour." ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "La table \"%(table_name)s\" n'existe pas. Une table valide doit être utilisée pour cette requête." + "Database does not allow data manipulation.": [ + "La base de données ne permet pas la manipulation de données." ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "Le schéma \"%(schema_name)s\" n'existe pas. Un schéma valide doit être utilisé pour cette requête." + "Database does not exist": ["La base de données n'existe pas"], + "Database does not support subqueries": [ + "La base de données n'autorise pas les sous-requêtes" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Impossible de se connecter au catalogue \"%(catalog_name)s\"." + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" ], - "Unknown Presto Error": ["Erreur Presto inconnue"], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "Nous n'avons pas pu nous connecter à votre base de données \"%(database)s\". Veuillez vérfier le nom de la base et réessayez." + "Database error": ["Erreur de base de données"], + "Database is offline.": ["La base de données est hors-ligne."], + "Database is required for alerts": [ + "Une base de données est requise pour les alertes" ], - "%(object)s does not exist in this database.": [ - "%(object)s n'existe pas dans cette base de données." + "Database name": ["Nom de la base de données"], + "Database not allowed to change": [ + "La base de données ne peut pas être changée" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Nous ne pouvons résoudre la colonne \"%(column_name)s\"" + "Database not found.": ["Base de donnée non trouvée."], + "Database parameters are invalid.": [ + "Les paramètres de base de données sont invalides." ], - "Home": ["Accueil"], - "Annotation Layers": ["Couches d'annotations"], - "Manage": ["Gestion"], - "Dashboards": ["Tableaux de bord"], - "dashboards": ["tableaux de bord"], - "Charts": ["Graphiques"], - "charts": ["graphiques"], - "Plugins": ["Plugins"], - "CSS Templates": ["Templates CSS"], - "Row Level Security": ["Sécurité de niveau ligne"], - "Security": ["Sécurité"], - "Import Dashboards": ["Importer des tableaux de bord"], - "SQL Editor": ["Éditeur SQL"], - "SQL Lab": ["SQL Lab"], - "Saved Queries": ["Requêtes sauvegardées"], - "Query History": ["Historiques des requêtes"], + "Database port": ["Port de la base de données"], "Databases": ["Bases de données"], - "Data": ["Données"], - "Datasets": ["Jeux de données"], - "Upload a CSV": ["Téléverser un fichier CSV"], - "Upload a Columnar File": ["Téléverser un fichier en colonnes"], - "Upload Excel": ["Téléverser un fichier Excel"], - "Action Log": ["Journaux d'actions"], - "Dashboard Emails": ["Tableau de bord Emails"], - "Chart Email Schedules": ["Graphique Email Schedules"], - "Alerts": ["Alertes"], - "Alerts & Reports": ["Alertes et rapports"], - "Access requests": ["Requêtes d'accès"], - "Scan New Datasources": ["Scanner les nouvelles sources de données"], - "Refresh Druid Metadata": ["Rafraichir les méta-données de Druid"], - "Temporal expression not supported for type: %(col_type)s": [ - "Expression temporelle non supportée pour le type %(col_type)s" + "Dataframe Index": ["Index du tableau de données"], + "Dataset": ["Jeu de données"], + "Dataset %(name)s already exists": [ + "Le jeu de données %(name)s existe déjà" ], - "Deleted %(num)d saved query": [ - "%(num)d requête sauvegardée supprimée", - "%(num)d requêtes sauvegardées supprimées" + "Dataset column delete failed.": [ + "La suppression de la colonne du jeu de données a échoué." ], - "Saved queries could not be deleted.": [ - "Les requêtes sauvegardées ne peuvent pas être supprimées." + "Dataset column not found.": ["Colonne du jeu de données introuvable."], + "Dataset could not be created.": [ + "Le jeu de données n'a pas pu être créé." ], - "Saved query not found.": ["Requête sauvegardée introuvable."], - "Import saved query failed for an unknown reason.": [ - "L'import de la requête sauvegardée a échoué pour une raison inconnue." + "Dataset could not be deleted.": [ + "Le jeu de données n'a pas pu être supprimé." ], - "Saved query parameters are invalid.": [ - "Les paramètres des requêtes sauvegardées sont invalides." + "Dataset could not be updated.": [ + "Le jeu de données n'a pas pu être mis à jour." ], - "Deleted %(num)d report schedule": [ - "%(num)d planification de rapport supprimée", - "%(num)d planifications de rapport supprimées" + "Dataset does not exist": ["Le jeu de données n'existe pas"], + "Dataset is required": ["Un jeu de données est obligatoire"], + "Dataset metric delete failed.": [ + "La suppression de la métrique du jeu de données a échoué." ], - "Value must be greater than 0": ["La valeur doit être plus grande que 0"], - "Alert query returned more than one row. %s rows returned": [ - "La requête a retourné plus d'une ligne. %s lignes retournées" + "Dataset metric not found.": ["Métrique du jeu de données non trouvée."], + "Dataset name": ["Nom du jeu de donnée"], + "Dataset parameters are invalid.": [ + "Les paramètres du jeu de données sont invalides." ], - "Alert query returned more than one column. %s columns returned": [ - "La requête a retourné plus d'une colonne. %s colonnes retournées" + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [ + "Les jeux de données n'ont pas pu être supprimés par lot." ], - "Dashboard does not exist": ["Le tableau de bord n'existe pas"], - "Chart does not exist": ["Le graphique n'existe pas"], - "Database is required for alerts": [ - "Une base de données est requise pour les alertes" + "Datasets": ["Jeux de données"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "Type is required": ["Le type est requis"], - "Choose a chart or dashboard not both": [ - "Choisissez un graphique ou un tableau de bord, pas les deux" + "Datasets do not contain a temporal column": [ + "Les jeux de données ne comportent pas de colonne temporelle" ], - "Please save your chart first, then try creating a new email report.": [ - "Merci de sauvegarder votre graphique d'abord, créez ensuite un nouveau rapport email." + "Datasource": ["Source de données"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [ + "Le type de source de données est requis quand datasource_id est spécifié" ], - "Please save your dashboard first, then try creating a new email report.": [ - "Merci de sauvegarder votre tableau de bord d'abord, créez ensuite un nouveau rapport email." + "Date filter": ["Filtre de date"], + "Date/Time": ["Date/Heure"], + "Datetime Format": ["Format Datetime"], + "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" ], - "Report Schedule parameters are invalid.": [ - "Les paramètres des planification de rapport sont invalides." + "Datetime format": ["Format Datetime"], + "Day": ["Jour"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [ + "La base de données n'a pas retourné toutes les colonnes demandées" ], - "Report Schedule could not be deleted.": [ - "La planification de rapport n'a pas pu être supprimée." + "December": ["Décembre"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": ["Caractère décimal"], + "Deck.gl - 3D Grid": ["Deck.gl - Grille 3D"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], + "Deck.gl - Arc": ["Deck.gl - Arc"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Multiple Layers": ["Deck.gl - Couches Multiples"], + "Deck.gl - Paths": ["Deck.gl - Chemins"], + "Deck.gl - Polygon": ["Deck.gl - Polygone"], + "Deck.gl - Scatter plot": ["Deck.gl - Nuage de points"], + "Deck.gl - Screen Grid": ["Deck.gl - Grille d'écran"], + "Default": ["Par défaut"], + "Default Endpoint": ["Endpoint par défaut"], + "Default URL": ["URL par défaut"], + "Default URL to redirect to when accessing from the dataset list page": [ + "URL par défaut vers laquelle rediriger quand on accède depuisla page qui liste les jeux de données" ], - "Report Schedule could not be created.": [ - "La planification de rapport n'a pas pu être créée." + "Default Value": ["Valeur par défaut"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" ], - "Report Schedule could not be updated.": [ - "La planification de rapport n'a pas pu être mise à jour." + "Default value is required": ["Une valeur par défaut est obligatoire"], + "Default value must be set when \"Filter has default value\" is checked": [ + "" ], - "Report Schedule not found.": ["Planification de rapport introuvable."], - "Report Schedule delete failed.": [ - "La planification de rapport n'a pas être supprimée." + "Default value must be set when \"Filter value is required\" is checked": [ + "" ], - "Report Schedule log prune failed.": [ - "Le log de la planification de rapport n'a pas pu être élagué." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" ], - "Report Schedule execution failed when generating a screenshot.": [ - "L'exécution de la planification de rapport a échoué à la génération de la copie d'écran." + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "Report Schedule execution failed when generating a csv.": [ - "L'exécution de la planification de rapport a échoué à la génération d'un csv." + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "Report Schedule execution failed when generating a dataframe.": [ - "L'exécution de la planification de rapport a échoué à la génération d'un dataframe." + "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.": [ + "" ], - "Report Schedule execution got an unexpected error.": [ - "L'exécution de la planification de rapport a rencontré une erreur inattendue." + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Définit une fonction de fenêtre glissante à appliquer, fonctionne avec le champ texte [Périodes]" ], - "Report Schedule is still working, refusing to re-compute.": [ - "La planification de rapport est toujours en cours d'exécution, refus de re-traiter." + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Définit le regroupement d'entités. Chaque série est représentée par une couleur spécifique sur le graphique et masquée/affichée en cliquant sur sa légende" ], - "Report Schedule reached a working timeout.": [ - "La planification de rapport a atteint un timeout d'exécution." + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Définit la taille de la fonction de fenêtre glissante, par rapport à la granularité temporelle sélectionnée" ], - "Alert query returned more than one row.": [ - "La requête a retourné plus d'une ligne." + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "Alert validator config error.": [ - "Erreur de configuration du validateur." + "Delete": ["Effacer"], + "Delete %s?": ["Effacer %s ?"], + "Delete Annotation?": ["Supprimer l'annotation ?"], + "Delete Database?": ["Supprimer la base de données ?"], + "Delete Dataset?": ["Supprimer le jeu de données ?"], + "Delete Layer?": ["Effacer couche ?"], + "Delete Query?": ["Supprimer la requête ?"], + "Delete Report?": ["Supprimer le rapport ?"], + "Delete Template?": ["Supprimer template ?"], + "Delete all Really?": ["Vraiment tout effacer ?"], + "Delete annotation": ["Supprimer annotation"], + "Delete dashboard tab?": ["Supprimer l'onglet du tableau de bord ?"], + "Delete database": ["Supprimer une base de données"], + "Delete email report": ["Supprimer le rapport par e-mail"], + "Delete query": ["Effacer la requête"], + "Delete template": ["Supprimer un template"], + "Delete this container and save to remove this message.": [ + "Supprimez ce conteneur et sauvegardez pour supprimer ce message." ], - "Alert query returned more than one column.": [ - "La requête a retourné plus d'une colonne." + "Deleted %(num)d annotation": [ + "%(num)d annotation supprimée", + "%(num)d annotations supprimées" ], - "Alert query returned a non-number value.": [ - "La requête a retourné une valeur non numérique." + "Deleted %(num)d annotation layer": [ + "%(num)d couche d'annotations supprimée", + "%(num)d couches d'annotations supprimées" ], - "Alert found an error while executing a query.": [ - "Une erreur a été rencontrée lors de l'exécution de la requête." + "Deleted %(num)d chart": [ + "%(num)d graphique supprimé", + "%(num)d graphiques supprimés" ], - "A timeout occurred while executing the query.": [ - "Un timeout s'est produit lors de l'exécution de la requête." + "Deleted %(num)d css template": [ + "Template css %(num)d supprimé", + "Templates css %(num)d supprimés" ], - "A timeout occurred while taking a screenshot.": [ - "Dépassement de délai lors d'une capture d'écran." + "Deleted %(num)d dashboard": [ + "%(num)d tableau de bord supprimé", + "%(num)d tableaux de bord supprimés" ], - "A timeout occurred while generating a csv.": [ - "Dépassement de délai lors de la génération d'un CSV." + "Deleted %(num)d dataset": [ + "%(num)d jeu de données supprimé", + "%(num)d jeux de données supprimés" ], - "A timeout occurred while generating a dataframe.": [ - "Dépassement de délai lors de la génération d'un dataframe." + "Deleted %(num)d report schedule": [ + "%(num)d planification de rapport supprimée", + "%(num)d planifications de rapport supprimées" ], - "Alert fired during grace period.": [ - "Alerte déclenchée pendant la période de grâce." + "Deleted %(num)d saved query": [ + "%(num)d requête sauvegardée supprimée", + "%(num)d requêtes sauvegardées supprimées" ], - "Alert ended grace period.": [ - "L'alerte a mis fin à la période de grâce." + "Deleted: %s": ["Supprimé : %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" ], - "Alert on grace period": ["Alerte sur la période de grace"], - "Report Schedule sellenium user not found": [ - "Utilisateur sellenium du programme de rapport introuvable" + "Delimited long & lat single column": [ + "Une seule colonne long & lat délimité" ], - "Report Schedule state not found": [ - "Etat du programme de rapport introuvable" - ], - "Report schedule unexpected error": [ - "Erreur inattendue du programme de rapport" - ], - "Changing this report is forbidden": [ - "Il est interdit de changer ce rapport" - ], - "An error occurred while pruning logs ": [ - "Une erreur s'est produite le traitement des logs " + "Delimiter": ["Délimiteur"], + "Delivery method": ["Méthode de livraison"], + "Demographics": [""], + "Dependent on": ["Dépend de"], + "Description": ["Description"], + "Description (this can be seen in the list)": [ + "Description (cela peut être vu dans la liste)" ], - "\n Error: %(text)s\n ": [ - "\n Erreur: %(text)s\n " + "Description Columns": ["Colonnes de description"], + "Description text that shows up below your Big Number": [""], + "Deselect all": ["Tout Dé-Sélectionner"], + "Details of the certification": ["Détails de la certification"], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Indique si ce tableau de bord est visible dans la liste des tableaux de bord" ], - "Explore in Superset": ["Explorer dans Superset"], - "%(name)s.csv": ["%(name)s.csv"], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explorer dans Superset>\n\n%(table)s\n" + "Did you mean:": ["Vouliez-vous dire :"], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Directed Force Layout": ["Graphe orienté"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nErreur: %(text)s\n" + "Disable embedding?": [""], + "Display Name": ["Nom affiché"], + "Display column level total": [""], + "Display configuration": ["Configuration d'affichage"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s ne peut pas être utilisé comme source de données pour des raisons de sécurité." + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "Impossible de trouver la base de données référencée dans cette requête. Merci de contacter un administrateur pour obtenir davantage d'aide ou bien d'essayer à nouveau." + "Distribution - Bar Chart": ["Distibution - histogramme"], + "Divider": ["Diviseur"], + "Do you want a donut or a pie?": [""], + "Documentation": ["Documentation"], + "Download as image": ["Télécharger comme image"], + "Download to CSV": ["Télécharger en CSV"], + "Draft": ["Brouillon"], + "Drag and drop components and charts to the dashboard": [ + "Glissez/Déposez des composants et des graphiques sur le tableau de bord" ], - "The parameter %(parameters)s in your query is undefined.": [ - "Le paramètre %(parameters)s de votre requête est indéfini.", - "Les paramètres suivants de votre requête sont indéfinis : %(parameters)s." + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop columns here": ["Supprimer des colonnes ici"], + "Drop columns or metrics here": [ + "Supprimer des colonnes ou des métriques ici" ], - "The query contains one or more malformed template parameters.": [ - "Cette requête contient un ou plusieurs paramètres de modèle malformé(s)." + "Drop columns/metrics here or click": [ + "Supprimer des colonnes/métriques ici ou cliquer" ], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "Merci de vérifier votre requête et de confirmer que tous les paramètres du modèle sont entourés par des doubles accolades, par exemple, \"{{ ds }}\". Puis ré essayez ." + "Duplicate column name(s): %(columns)s": [ + "Nom(s) de colonne dupliqué: %(columns)s" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n *%(name)s*\n\n <%(url)s|Explorer dans Superset>\n " + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Doublons de libellés colonne/métrique : %(labels)s. Veuillez vous assurer que toutes les colonnes et métriques ont des libellés uniques." ], - "Explore in Superset

": [ - "Explorer dans Superset

" + "Duplicate tab": ["Dupliquer l'onglet"], + "Duration": ["Durée"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Durée (en secondes) du timeout de cache pour les graphiques cette base de données. Un timeout de 0 indique que le cache n'expire jamais. Noter que s'il n'est pas défini, c'est le timeout global qui est pris en compte." ], - "\n Explore in Superset

\n \n ": [ - "\n Explorer dans Superset

\n \n " + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Durée (en seconds) du délai de mise en cache pour ce graphique." ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explorer dans Superset>\n " + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Durée (en secondes) du timeout du cache pour cette table. Un timeout à 0 indique que le cache n'expire jamais. Notez que le timeout de la base de données par défaut est undefined." ], - "[Alert] %(label)s": ["[Alert] %(label)s"], - "New": ["Nouveau"], - "SQL Query": ["Requête SQL"], - "Chart": ["Graphique"], - "Dashboard": ["Tableau de bord"], - "Profile": ["Profil"], - "Info": ["Info"], - "Logout": ["Déconnexion"], - "Login": ["Connexion"], - "Record Count": ["Nombre d'enregistrements"], - "No records found": ["Aucun enregistrement trouvé"], - "Filter List": ["Filtres"], - "Search": ["Recherche"], - "Refresh": ["Forcer à rafraîchir"], - "Import dashboards": ["Import des tableaux de bord"], - "Import Dashboard(s)": ["Importer des tableaux de bords"], - "File": ["Fichier"], - "Choose File": ["Choisissez un fichier"], - "Upload": ["Téléverser"], - "No Access!": ["Pas d'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." + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Durée (en seconds) du délai de mise en cache pour les schémas de base de données. Si vide, le cache n'expire jamais." ], - "Request Permissions": ["Besoin de permissions"], - "Cancel": ["Annuler"], - "Use the edit buttom to change this field": [ - "Utilisez le bouton Editer pour changer ce champ" + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Durée (en secondes) du délai de mise en cache pour les métadonnées des tables de cette base de données. Si vide, le cache n'expire jamais. " ], - "Test Connection": ["Test de connexion"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] Accès à la source de données %(name)s accordé" + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Durée en ms (1.40008 => 1ms 400µs 80ns)" ], - "Unsupported clause type: %(clause)s": [ - "Type de clause non supportée: %(clause)s" + "Duration in ms (66000 => 1m 6s)": ["Durée en ms (66000 => 1m 6s)"], + "Duration: %s": ["Durée : %s"], + "Dynamically search all filter values": [ + "Charge dynamiquement les valeurs du filtre" ], - "Invalid metric object": ["Object métrique invalide"], - "Unable to find such a holiday: [%(holiday)s]": [ - "Impossible de trouver un tel congé : [%(holiday)s]" + "ECharts": ["EGraphiques"], + "END (EXCLUSIVE)": ["FIN (EXCLUSIVE)"], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["Éditer"], + "Edit CSS": ["Modifier le CSS"], + "Edit CSS Template": ["Modifier le Template CSS"], + "Edit CSS template properties": [ + "Modifier les propriétés du template CSS" ], - "Referenced columns not available in DataFrame.": [ - "Les colonnes référencées sont indisponibles dans la DataFrame." + "Edit Chart": ["Modifier le graphique"], + "Edit Column": ["Éditer une colonne"], + "Edit Dashboard": ["Éditer le tableau de bord"], + "Edit Database": ["Éditer la base de données"], + "Edit Dataset ": ["Éditer le jeu de données "], + "Edit Log": ["Éditer le log"], + "Edit Metric": ["Éditer la métrique"], + "Edit Plugin": ["Éditer le plugin"], + "Edit Row level security filter": [ + "Editer le filtre de sécurité au niveau de la ligne" ], - "Column referenced by aggregate is undefined: %(column)s": [ - "La colonne référencée dans l'agrégat est indéfinie: %(column)s" + "Edit Saved Query": ["Éditer la requête sauvegardée"], + "Edit Table": ["Éditer la table"], + "Edit annotation": ["Modifier annotation"], + "Edit annotation layer": ["Modifier une couche d'annotations"], + "Edit annotation layer properties": ["Couches d'annotation"], + "Edit chart properties": ["Modifier les propriétés du graphique"], + "Edit dashboard": ["Éditer le tableau de bord"], + "Edit database": ["Éditer la base de données"], + "Edit dataset": ["Éditer le jeu de données"], + "Edit email report": ["Modifier le rapport par e-mail"], + "Edit formatter": ["Modifier un formateur"], + "Edit properties": ["Modifier les propriétés"], + "Edit query": ["Modifier la requête"], + "Edit template": ["Modifier un template"], + "Edit template parameters": ["Modifier les paramètres du modèle"], + "Edit the dashboard": ["Modifier le tableau de bord"], + "Edit time range": ["Modifier intervalle de temps"], + "Edited": ["Édité"], + "Editing 1 filter:": ["Édition d'un filtre :"], + "Editing filter set:": ["Modifier l'ensemble de filtre :"], + "Either the database is spelled incorrectly or does not exist.": [ + "Base de données inexistante ou nom incorrect." ], - "Operator undefined for aggregator: %(name)s": [ - "Opérateur indéfini pour l'agrégat: %(name)s" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect." ], - "Invalid numpy function: %(operator)s": [ - "Fonction numpy invalide: %(operator)s" + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Soit l'utilisateur \"%(username)s\", le mot de passe, ou le nom de la base de données \"%(database)s\" est incorrect." ], - "Pivot operation requires at least one index": [ - "L'opération de pivot nécessite au moins un index" + "Either the username or the password is wrong.": [ + "Le nom d'utilisateur ou le mot de passe est incorrect." ], - "Pivot operation must include at least one aggregate": [ - "L'opération de pivot nécessite au moins un agrégat" + "Email reports active": ["Rapports par e-mail actifs"], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty collection": ["Collection vide"], + "Empty query?": ["Requête vide ?"], + "Empty row": [""], + "Enable Filter Select": ["Activer le filtre de sélection"], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [ + "Activer l'estimation du coût de la requête" ], - "Undefined window for rolling operation": [ - "Fenêtre indéfinie pour l'opération de roulement" + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Entrée spatiale NULL rencontrée, veuillez les filtrer" ], - "Window must be > 0": ["La fenêtre doit être > 0"], - "Invalid rolling_type: %(type)s": ["Le rolling_type invalide: %(type)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Options invalides pour %(rolling_type)s: %(options)s" + "End": ["Date de fin"], + "End Time": ["Date de fin"], + "End date excluded from time range": [ + "Date de fin exclue de l'intervalle de temps" ], - "`compare_columns` must have the same length as `source_columns`.": [ - "`compare_columns` doit être de même longueur que `source_columns`." + "End date must be after start date": [ + "Date de début ne peut être postérieure à Date de fin" ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` doit être `difference`, `percentage` or `ratio`" + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Le moteur \"%(engine)s\" ne peut pas être configuré via des paramètres." ], - "Invalid cumulative operator: %(operator)s": [ - "Operateur cumulatif invalide: %(operator)s" + "Engine Parameters": ["Les paramètres du moteur"], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "La spec moteur \"InvalidEngine\" ne supporte pas d'être configuré via des paramètres individuels." ], - "Invalid geohash string": ["Chaine de geohash invalide"], - "Invalid longitude/latitude": ["Invalide Longitude/Latitude"], - "Invalid geodetic string": ["Chaine de géodésie invalide"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "La colonne \"%(column)s\" n'est pas numérique ou n'existe pas dans les résultats de requêtes." + "Enter CA_BUNDLE": ["Entrer CA_BUNDLE"], + "Enter a name for this sheet": ["Entrée un nom pour cette feuille"], + "Enter a new title for the tab": [ + "Entrée un nouveau titre pour l'onglet" ], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` doit être de même longueur que `columns`." + "Enter duration in seconds": ["Entrer la durée en secondes"], + "Enter fullscreen": ["Passer en plein écran"], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entité"], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Erreur d'expression jinja dans la clause HAVING : %(msg)s" ], - "`prophet` package not installed": ["`prophet` package non installé"], - "Time grain missing": ["Granularité de temps manquante"], - "Unsupported time grain: %(time_grain)s": [ - "Granularité de Temps non supportée : %(time_grain)s" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Erreur dans l'expression jinja des filtres RLS : %(msg)s" ], - "Periods must be a positive integer value": [ - "Les périodes doivent être des nombres entiers positifs" + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Erreur d'expression jinja dans la clause WHERE : %(msg)s" ], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "L'intervalle de confiance doit être entre 0 et 1 (exclusif)" + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Erreur dans l'expression jinja dans la réupération du prédicat des valeurs : %(msg)s" ], - "DataFrame must include temporal column": [ - "Dataframe doit inclure une colonne temporelle" + "Error loading chart datasources. Filters may not work correctly.": [ + "Erreur au chargement des source de données du graphique Les filtres peuvent mal fonctionner." ], - "DataFrame include at least one series": [ - "DataFrame doit comprendre au moins une série" + "Error message": ["Message d'erreur"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Erreur durant le rendu de la requête du jeu de données virtuel : %(msg)s" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "percentiles doit être une liste ou un couple de 2 valeurs dont le premier est inférieur au second" + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Estimate cost": ["Estimer le coût"], + "Estimate selected query cost": [ + "Estimer le coût estimé de la requête sélectionnée" ], - "User": ["Utilisateur"], - "User Roles": ["Profils utilisateurs"], - "Database URL": ["URL de la base de données"], - "Roles to grant": ["Profils à donner"], - "Created On": ["Créé le"], - "List Observations": ["Lister les observations"], - "Show Observation": ["Voir l'observation"], - "Error Message": ["Message d'erreur"], - "Log Retentions (days)": ["Durée de rétention des logs (en jours)"], - "A semicolon ';' delimited list of email addresses": [ - "Une liste d'e-mail séparée par un ';'" + "Estimate the cost before running a query": [ + "Estimer le coût avant d'exécuter une requête" ], - "How long to keep the logs around for this alert": [ - "Combien de temps garder les logs pour cette alerte" + "Event definition": [""], + "Event flow": ["Flot d'événements"], + "Event time column": ["Colonne temporelle de l’événement"], + "Every": ["Chaque"], + "Evolution": [""], + "Example": ["Exemple"], + "Examples": ["Exemples"], + "Excel File": ["Fichier Excel"], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier CSV \"%(excel_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" ], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "Quand une alerte est déclenchée, la durée en seconde avant que Superset ne vous demande encore." + "Excel to Database configuration": [ + "Configuration de Excel vers base de données" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "Une requête SQL indiquant si une alerte doit être lancée ou non. La requête doit retourner NULL ou une valeur numérique." - ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ - "Cette fonctionnalité est obsolète et sera supprimée en 2.0 Regardez replacement feature dans Alerts & Reports documentation" - ], - "annotation start time or end time is required.": [ - "l'heure de démarrage ou de fin est obligatoire pour l'annotation." - ], - "Annotation end time must be no earlier than start time.": [ - "L'heure de fin doit être postérieure à l'heure de début pour l'annotation." + "Executed SQL": ["Lancer la requête SQL"], + "Executed query": ["Lancer la requête sélectionnée"], + "Execution ID": ["ID d'exécution"], + "Execution log": ["Log d'exécution"], + "Exit fullscreen": ["Sortir du mode plein écran"], + "Expand all": ["Développer tout"], + "Expand data panel": [""], + "Expand tool bar": ["Etendre la barre d'outil"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "Annotations": ["Annotations"], - "Show Annotation": ["Montrer l'annotation"], - "Add Annotation": ["Ajouter une couche d'annotation"], - "Edit Annotation": ["Editer l'annotation"], - "Layer": ["Couche"], - "Label": ["Label"], - "Start": ["Date de début"], - "End": ["Date de fin"], - "JSON Metadata": ["JSON des méta-données"], - "Show Annotation Layer": ["Montrer la couche d'annotation"], - "Add Annotation Layer": ["Ajouter une couche d'annotation"], - "Edit Annotation Layer": ["Editer la couche d'annotation"], - "Name": ["Nom"], - "name": ["nom"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ - "La table [%{table}s] 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, error: {}" + "Experimental": [""], + "Explore": ["Explorer"], + "Explore - %(table)s": ["Explorer - %(table)s"], + "Explore the result set in the data exploration view": [ + "Explorer le résultat dans la vue d'exploration des données" ], - "json isn't valid": ["le json n'est pas valide"], + "Export": ["Exporter"], + "Export dashboards?": ["Exporter les tableaux de bords ?"], + "Export query": ["Exporter la requête"], "Export to YAML": ["Exporter en YAML"], "Export to YAML?": ["Exporter en YAML?"], - "Delete": ["Effacer"], - "Delete all Really?": ["Vraiment tout effacer ?"], - "Is favorite": ["Favoris"], - "The data source seems to have been deleted": [ - "La source de données semble avoir été effacée" - ], - "The user seems to have been deleted": [ - "L'utilisateur semble avoir été effacé" + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": ["Exposer la base de données dans SQL Lab"], + "Expose in SQL Lab": ["Exposer dans SQL Lab"], + "Expose this DB in SQL Lab": ["Expose cette BDD dans SQL Lab"], + "Expression": ["Expression"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "Donnée complémentaire pour spécifier une métadonnée de la table. Les métadonnéesactuellement supportées sont `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`." ], - "Access was requested": ["Accès demandé"], - "The access requests seem to have been deleted": [ - "L'accée à cette requête semble avoir été effacé" + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s" ], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "%(user)s a obtenu le profil %(role)s qui donne accès à %(datasource)s" + "Extra parameters for use in jinja templated queries": [ + "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "Le profil %(r)s a été étendu pour donner l'accès à la source de données %(ds)s" + "FEB": ["FEV"], + "FRI": ["VEN"], + "Factor to multiply the metric by": [""], + "Fail": ["Echec"], + "Failed": ["Echec"], + "Failed at retrieving results": [ + "Echec lors de la récupération des résultats" ], - "You have no permission to approve this request": [ - "Vous n'avez pas les permission pour approuver cette requête" + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [ + "Echec de la requête à distance." ], - "You don't have the rights to ": ["Vous n'avez pas les droits pour "], - "download as csv": ["télécharger en CSV"], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ - "Impossible d'importer le tableau de bord : %(db_error)s.\nAssurez vous de créer d'abord la base de données avant d'importer le tableau de bord." + "Failed to update report": [""], + "Failed to verify select options: %s": [ + "Echec de la vérification des options de sélection : %s" ], - "An unknown error occurred. Please contact your Superset administrator": [ - "Une erreur s'est produite. Contactez votre admin superset" + "Favorite": ["Favoris"], + "Favorites": ["Favoris"], + "February": ["Février"], + "Fetch Values Predicate": ["Récupérer les valeurs des prédicats"], + "Fetch data preview": ["Prévisualisation des données"], + "Fetched %s": ["Récupéré %s"], + "Field cannot be decoded by JSON. %(msg)s": [ + "Le champ ne peut pas être décodé par JSON. %(msg)s" ], - "[Missing Dataset]": ["[jeu de données manquant]"], - "alter this ": ["modifier ce "], - "chart": ["graphique"], - "create a ": ["créer un "], - "Explore - %(table)s": ["Explorer - %(table)s"], - "Explore": ["Explorer"], - "Chart [{}] has been saved": ["Le graphique [{}] a été sauvegardé"], - "Chart [{}] has been overwritten": ["Le graphique [{}] a été écrasé"], - "dashboard": ["tableau de bord"], - "Chart [{}] was added to dashboard [{}]": [ - "Graphique [{}] ajouté au tableau de bord [{}]" + "Field is required": ["Le champ est requis"], + "File": ["Fichier"], + "Fill all required fields to enable \"Default Value\"": [ + "Remplissez tous les champs obligatoires pour activer \"la valeur par défaut\"" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté" + "Filter": ["Filtre"], + "Filter Configuration": ["Configuration du filtre"], + "Filter List": ["Filtres"], + "Filter Settings": ["Paramètres des filtres"], + "Filter Type": ["Type du filtre"], + "Filter box": ["Boite de filtrage"], + "Filter configuration": ["Configuration du filtre"], + "Filter configuration for the filter box": [ + "Configuration du filtre pour la boîte de filtrage" ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ - "Ce tableau de bord a été changé récemment. Merci de le recharger pour avoir la dernière version." + "Filter has default value": ["Le filtre a une valeur par défaut"], + "Filter metadata changed in dashboard. It will not be applied.": [ + "Les métadonnées du filtre ont changé dans le tableau de bord. Il ne sera pas appliqué." ], - "Could not load database driver: %(driver_name)s": [ - "Impossible de charger le driver de base de donnée: %(driver_name)s" + "Filter name": ["Nom du filtre"], + "Filter only displays values relevant to selections made in other filters.": [ + "Le filtre n'affiche que les valeurs pertinentes après les sélections effectuées dans d'autres filtres." ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ - "Chaine de connexion incorrecte, une chaine correcte s'écrit habituellement\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" + "Filter results": ["Filtrer les résultats"], + "Filter set already exists": ["Cet ensemble de filtre existe déjà"], + "Filter set with this name already exists": [ + "Un ensemble de filtre avec ce nom existe déjà" ], - "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" + "Filter sets (%(filterSetCount)d)": [""], + "Filter type": ["Type du filtre"], + "Filter value (case sensitive)": [ + "Valeur du filtre (sensible à la casse)" ], - "Chart %(id)s not found": ["Graphique %(id)s non trouvé"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Table %(table)s pas trouvée dans la base de données %(db)s" + "Filter value is required": ["La valeur du filtre est requise"], + "Filter value list cannot be empty": [ + "La liste de valeurs du filtre ne peut pas être vide" ], - "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." + "Filter your charts": ["Filtrer vos graphiques"], + "Filterable": ["Filtrable"], + "Filters": ["Filtres"], + "Filters (%d)": ["Filtres (%d)"], + "Filters by columns": ["Filtrer par colonne"], + "Filters by metrics": ["Filtres par métrique"], + "Filters configuration": ["Configuration des filtres"], + "Filters out of scope (%d)": ["Filtres hors du périmètre (%d)"], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Les filtres d'un groupe qui ont la même clé vont se combiner avec des OU, alors que des filtres de groupes différents vont se combiner avec des ET. Les groupes qui ont une clé indéfinie sont traités comme des groupes uniques, c'est-à-dire qu'ils ne sont pas regroupés. Par exemple, si une table a 3 filtres dont 2 sont pour les départements Finance et Marketing (clé de groupe 'department', et 1 se réfère à la région Europe (clé de groupe = 'region'), la clause du filtre qui s'appliquerait serait (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe')." ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s" + "Finish": ["Terminer"], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" ], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ - "Un ou plusieurs champs obligatoires manquent dans la requête. Merci de ré essayer et de contacter votre administrateur si le problème persiste." + "Fixed": ["Modifié"], + "Fixed color": ["Couleur fixe"], + "Fixed point radius": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Pour Presto et Postgres, affiche un bouton pour calculer le coût avant d'exécuter une requête." ], - "The database was not found.": ["Base de données non trouvée."], - "You are not authorized to fetch samples from this table. If you think this is an error, please reach out to your administrator.": [ - "Vous n'avez pas le droit d'utiliser cette table. Contactez votre administrateur si vous pensez que c'est une erreur." + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "Impossible de récupérer les données depuis le backend. Rejouez la requête originale." + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Pour les filtres réguliers, ce sont les profils sur lesquels vont s'appliquer les filtres. Pour les filtres de base, ce sont les profis sur lesquels les filtres NE VONT PAS s'appliquer, par exemple Admin si l'admin devrait voir toutes les données." ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "La requête associée à ces résultats n'a pu être trouvée. Rejouez la requête originale." + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Force la création des tables et des vues dans ce schéma quand on cliquer sur CTAS or CVAS dans SQL Lab." ], - "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ - "Vous n'avez pas le droit de voir cette requête. Contactez votre administrateur si vous pensez que c'est une erreur." + "Force refresh": ["Forcer à rafraîchir"], + "Force refresh schema list": [ + "Forcez à actualiser la liste des schémas" ], - "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ - "Impossible de désérialiser la donnée. Le format de stockage peut avoir changé. Rejouez la requête originale." + "Force refresh table list": ["Forcer à actualiser les données"], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formatted CSV attached in email": ["CSV formatté attaché dans l'e-mail"], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Friction between nodes": [""], + "Friday": ["Vendredi"], + "From date cannot be larger than to date": [ + "La date de début ne peut être postérieure à la date de fin" ], - "The provided `rows` argument is not a valid integer.": [ - "L'argument `rows` n'est pas un entier valide." + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": ["Geohash"], + "Get the last date by the date unit.": [ + "Récupérer la dernière date par l'unité de date." ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s n'a pas pu vérifier votre requête.\nMerci de vérifier à nouveau votre requête.\nException: %(ex)s" + "Get the specify date for the holiday": [ + "Récupérer la date spécifiée pour le jour férié" ], - "%(user)s's profile": ["Le profil de %(user)s"], - "Show CSS Template": ["Voir le Template CSS"], - "Add CSS Template": ["Ajouter un Template CSS"], - "Edit CSS Template": ["Modifier le Template CSS"], - "Template Name": ["Nom du template"], - "A human-friendly name": ["Un nom facile à comprendre"], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Utilisé en interne pour identifier le plugin. Devrait être le nom du package tiré du fichier plugin package.json" + "Go to the edit mode to configure the dashboard and add charts": [ + "Allez dans l'edition pour configurer le tableau de bord et ajouter des graphiques" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Une URL complète désignant le lieu du plugin (pourrait être hébergé sur un CDN par exemple)" + "Gold": [""], + "Google Sheet Name and URL": ["Nom et URL de la feuille Google Sheet"], + "Grace period": ["Période de grâce"], + "Graph layout": [""], + "Gravity": [""], + "Group By": ["Grouper par"], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "'Grouper par' et 'Colonnes' ne peuvent pas se chevaucher" ], - "Custom Plugins": ["Plugins custom"], - "Custom Plugin": ["Plugin custom"], - "Add a Plugin": ["Ajouter un plugin"], - "Edit Plugin": ["Éditer le plugin"], - "Schedule Email Reports for Dashboards": [ - "Prévoir l'envoi de rapport par e-mail pour les tableaux de Bord" + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Grouper par"], + "Groupable": ["Groupable"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" ], - "Manage Email Reports for Dashboards": [ - "Gérer l'envoi de rapport par e-mail pour les tableaux de Bord" + "Header": ["Ligne d'en-tête"], + "Header Row": ["Ligne d'en-tête"], + "Heatmap": ["Carte de chaleur"], + "Heatmap Options": [""], + "Height": ["Hauteur"], + "Height of the sparkline": [""], + "Hide layer": ["Masquer la couche"], + "Hide tool bar": ["Masquer la barre d'outil"], + "Histogram": ["Histogramme"], + "Home": ["Accueil"], + "Horizon Charts": ["Histogrammes horizontaux"], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": ["Nom d'hôte ou adresse IP"], + "Hour": ["Heure"], + "Hours offset": ["Offset des heures"], + "How do you want to enter service account credentials?": [ + "Comment voulez-vous entrer les informations de connexion du compte de service ?" ], - "Changed On": ["Modifié le"], - "Active": ["Actif"], - "Crontab": ["Crontab"], - "Recipients": ["Destinataires"], - "Slack Channel": ["Canal Slack"], - "Deliver As Group": ["Livrer par groupe"], - "Delivery Type": ["Type de livraison"], - "Schedule Email Reports for Charts": [ - "Prévoir des rapports par e-mail pour les graphiques" - ], - "Manage Email Reports for Charts": [ - "Gérer les rapports par e-mail pour les graphiques" - ], - "Email Format": ["Format d'e-mail"], - "List Saved Query": ["Liste des requêtes sauvegardées"], - "Show Saved Query": ["Montrer les requêtes sauvegardées"], - "Add Saved Query": ["Ajouter une requête sauvegardée"], - "Edit Saved Query": ["Éditer la requête sauvegardée"], - "End Time": ["Date de fin"], - "Pop Tab Link": ["Retirer le lien de l'onglet"], - "Changed on": ["Modifié le"], - "The dataset associated with this chart no longer exists": [ - "Le jeu de donnée associé à ce graphique n'existe plus" + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Comment afficher des décalages temporels : comme des lignes individuelles ; comme la différence entre les séries temporelles principales et chaque décalage temporel ; comme le pourcentage de changement; ou comme le ratio entre les séries et les décalages temporels." ], - "Could not determine datasource type": [ - "Impossible de déterminer le type de source de données" + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": ["ISO 8601"], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Si Presto ou Trino, toutes les requêtes dans SQL Lab sont en cours d'exécution sous le compte de l'utilisateur actuellement connecté qui doit avoir les permissions requises pour les exécuter. Si Hive et hive.server2.enable.doAs est activé, les requêtes seront exécutées sous le compte du service, mais en impersonnifiant l'utilisateur actuellement connecté via la propriété hive.server2.proxy.user." ], - "Could not find viz object": ["Impossible de trouver l'objet viz"], - "Show Chart": ["Afficher le graphique"], - "Add Chart": ["Ajouter un graphique"], - "Edit Chart": ["Modifier le graphique"], - "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." + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Si Presto, toutes les requêtes dans SQL Lab sont en cours d'exécution sous le compte de l'utilisateur actuellement connecté qui doit avoir les premissions requises.
Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées sous le compte du service, mais impersonnifiant l'utilisateur actuellement connecté via la propriété hive.server2.proxy.user." ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Durée (en seconds) du délai de mise en cache pour ce graphique." + "If a metric is specified, sorting will be done based on the metric value": [ + "Si une métrique est définie, le tri sera basé sur sa valeur" ], - "Last Modified": ["Dernière modification"], - "Parameters": ["Paramètres"], - "Visualization Type": ["Type de visualisation"], - "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 via drag and drop dans la vue tableau de bord" + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" ], - "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" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Si sélectionné, veuillez indiquer les schémas permis pour le téléversement csv dans Extra." ], - "To get a readable URL for your dashboard": [ - "Pour avoir une URL lisible pour votre tableau de bord" + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Si la table existe, faire une des actions suivantes : Echec (pas d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer les données)." ], - "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." + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": ["Image (PNG) encapsulée dans l'e-mail"], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Impersonnaliser l'utilisateur connecté (Presto, Trino, Drill, Hive, and GSheets)" ], - "Owners is a list of users who can alter the dashboard.": [ - "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de bord." - ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ - "Roles est une liste qui défini ceux qui accède au tableau de bord .Donner un droit d'accès à un tableau de bord surpasse les contrôles de droit de niveau jeu de donnée. Si aucun rôle n'est défini, le tableau de bord est accessible à tous les profils." - ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Indique si ce tableau de bord est visible dans la liste des tableaux de bord" - ], - "Title": ["Titre"], - "Slug": ["Slug"], - "Published": ["Publié"], - "Position JSON": ["JSON des positions"], - "CSS": ["CSS"], - "Export": ["Exporter"], - "Export dashboards?": ["Exporter les tableaux de bords ?"], - "Name of table to be created from csv data.": [ - "Nom de la table à créer à partir des données CSV." + "Impersonate the logged on user": [ + "Impersonnaliser la connexion de l'utilisateur" ], - "CSV File": ["Fichier CSV"], - "Select a CSV file to be uploaded to a database.": [ - "Sélectionner un fichier CSV à charger dans une base de données." + "Import": ["Importe"], + "Import %s": ["Import %s"], + "Import Dashboard(s)": ["Importer des tableaux de bords"], + "Import Dashboards": ["Importer des tableaux de bord"], + "Import a table definition": ["Importer la définition d'une table"], + "Import chart failed for an unknown reason": [ + "L'import du graphique a échoué pour une raison inconnue" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Seules les extensions de fichier suivantes sont autorisées : %(allowed_extensions)s" + "Import charts": ["Importer des graphiques"], + "Import dashboard failed for an unknown reason": [ + "L'import du tableau de bord a échoué pour une raison inconnue" ], - "Specify a schema (if database flavor supports this).": [ - "Spécifier un schéma (si la base de données soutient cette fonctionnalités)." + "Import dashboards": ["Import des tableaux de bord"], + "Import database failed for an unknown reason": [ + "L'import de la base de données a échoué pour une raison inconnue" ], - "Delimiter": ["Délimiteur"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Délimiteur utilisé par le fichier CSV (pour un espace vide utiliser \\s+)." + "Import dataset failed for an unknown reason": [ + "L'import du jeu de données a échoué pour une raison inconnue" ], - "Table Exists": ["La table existe"], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Si la table existe, faire une des actions suivantes : Echec (pas d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer les données)." + "Import datasets": ["Importer des jeux de données"], + "Import queries": ["Importer des requêtes"], + "Import saved query failed for an unknown reason.": [ + "L'import de la requête sauvegardée a échoué pour une raison inconnue." ], - "Fail": ["Echec"], - "Replace": ["Remplacer"], - "Append": ["Ajouter"], - "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 l'en-tête à utiliser en nom de colonne (0 est la première ligne de données). Laissez à vide s'il n'y a pas de ligne d'en-tête." + "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.": [ + "" ], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], "Index Column": ["Index de colonne"], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Colonne à utiliser comme labelle de ligne du tableau de données. Laissez vide si pas d'index de colonne." - ], - "Mangle Duplicate Columns": ["Supprimer les colonnes en double"], - "Specify duplicate columns as \"X.0, X.1\".": [ - "Spécifier les colonnes en double comme\"X.0, X.1\"." + "Info": ["Info"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["Filtrage instantané"], + "Interval End column": ["Dernière colonne de l'intervalle"], + "Interval start column": ["Première colonne de l'intervalle"], + "Invalid JSON": ["JSON invalide"], + "Invalid certificate": ["Certificat invalide"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Chaine de connexion incorrecte, une chaine correcte s'écrit habituellement\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" ], - "Use Columns": ["Utilise Columns"], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Liste json des noms de colonnes qui devraient être lues. Si différent de None, uniquement ces colonnes seront lues depuis le fichier." + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Chaîne de connexion invalide, une chaîne valide a généralement cette forme : DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Exemple : \" \"'postgresql://user:password@your-postgres-db/database'

" ], - "Skip Initial Space": ["Supprimer l'espace initial"], - "Skip spaces after delimiter.": [ - "Supprimer l'espace après le délimiteur." + "Invalid cron expression": ["Expression Cron invalide"], + "Invalid cumulative operator: %(operator)s": [ + "Operateur cumulatif invalide: %(operator)s" ], - "Skip Rows": ["Sauter des lignes"], - "Number of rows to skip at start of file.": [ - "Nombre de lignes à sauter au début du fichier." + "Invalid date/timestamp format": ["Format date/timestamp invalide"], + "Invalid filter configuration, please select a column": [ + "Configuration du filtre invalide, veuillez sélectionner une colonne" ], - "Rows to Read": ["Lignes à lire"], - "Number of rows of file to read.": [ - "Nombre de lignes du fichier à lire." + "Invalid filter operation type: %(op)s": [ + "Type d'opération de filtrage invalide : %(op)s" ], - "Skip Blank Lines": ["Sauter les lignes vides"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Sauter les lignes vides au lieu des les interpréter comme des valeurs NaN." + "Invalid geodetic string": ["Chaine de géodésie invalide"], + "Invalid geohash string": ["Chaine de geohash invalide"], + "Invalid input": [""], + "Invalid lat/long configuration.": ["Configuration lat/long non valide."], + "Invalid longitude/latitude": ["Invalide Longitude/Latitude"], + "Invalid numpy function: %(operator)s": [ + "Fonction numpy invalide: %(operator)s" ], - "Parse Dates": ["Parser les dates"], - "A comma separated list of columns that should be parsed as dates.": [ - "Une liste de colonnes séparées par des virgules qui devraient être parsées comme des dates." + "Invalid options for %(rolling_type)s: %(options)s": [ + "Options invalides pour %(rolling_type)s: %(options)s" ], - "Infer Datetime Format": ["Déduire le format Datetime"], - "Use Pandas to interpret the datetime format automatically.": [ - "Utiliser Pandas pour interpréter le format Datetime automatiquement." + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [ + "Type de résultat invalide : %(result_type)s" ], - "Decimal Character": ["Caractère décimal"], - "Character to interpret as decimal point.": [ - "Caractère à interpréter comme un point décimal." + "Invalid rolling_type: %(type)s": ["Le rolling_type invalide: %(type)s"], + "Invalid spatial point encountered: %s": [ + "Point géographique invalide : %s" ], - "Dataframe Index": ["Index du tableau de données"], - "Write dataframe index as a column.": [ - "Ecrire l'index du tableau de données en colonne." + "Invalid tab ids: %s(tab_ids)": [""], + "Is dimension": ["Est une Dimension"], + "Is favorite": ["Favoris"], + "Is filterable": ["Filtrable"], + "Is tagged": [""], + "Is temporal": ["Est temporel"], + "Is true": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": ["JAN"], + "JSON": ["JSON"], + "JSON Metadata": ["JSON des méta-données"], + "JSON metadata": ["méta-données JSON "], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "Chaîne JSON qui contient des informations de configuration de connexion supplémentaires. Ceci est utilisé pour fournir des informations de connexion pour des systèmes comme Hive, Presto et BigQuery qui ne se conforment pas à la syntaxe utilisateur:mot_de_passe normalement utilisée par SQLAlchemy." ], - "Column Label(s)": ["Labels) de colonne"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "Label de colonne pour l'index de colonne(s). Si aucun label est donné et que l'index du tableau de données est Vrai, alors les noms d'Index sont utilisés." + "JUL": ["JUI"], + "JUN": ["JUI"], + "January": ["Janvier"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Liste json des noms de colonnes qui devraient être lues. Si différent de None, uniquement ces colonnes seront lues depuis le fichier." ], - "Null values": ["Valeurs NULL"], "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ "Json liste de valeur à traiter comme NULL. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Attention: Hive database ne supporte qu'une seule valeur. Use [\"\"] for empty string." ], - "Name of table to be created from excel data.": [ - "Nom de la table à créer à partir des données Excel." + "July": ["Juillet"], + "June": ["Juin"], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": ["Garder en édition"], + "Keys for table": ["Clefs pour la table"], + "Label": ["Label"], + "Label Line": [""], + "Label for your query": ["Label pour votre requête"], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Last Changed": ["Dernière modification"], + "Last Modified": ["Dernière modification"], + "Last Updated %s": ["Dernière mise à jour %s"], + "Last modified": ["Dernière modification"], + "Last modified by %s": ["Dernière modification par %s"], + "Last run": ["Dernière exécution"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["Configuration de la couche"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "Excel File": ["Fichier Excel"], - "Select a Excel file to be uploaded to a database.": [ - "Sélectionner un fichier Excel à charger dans une base de données." + "Least recently modified": ["Dernière modification"], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Left value": ["Valeur gauche"], + "Legacy": ["Legacy"], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Limit reached": ["Limite atteinte"], + "Limit selector values": ["Limiter les valeurs"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" ], - "Sheet Name": ["Nom de la feuille"], - "Strings used for sheet names (default is the first sheet).": [ - "Chaînes utilisées pour les noms des feuilles (par défaut la première feuille)." + "Limits the number of rows that get displayed.": [ + "Limite le nombre de lignes qui sont affichées." ], - "Name of table to be created from columnar data.": [ - "Nom de la table à créer à partir des données en colonne." + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "Limite le nombre de séries affichées. Une sous-requête associée (ou une phase supplémentaire dans laquelle les sous-requêtes ne sont pas prises en charge) est appliquée pour limiter le nombre de séries qui sont récupérées et affichées. Cette fonctionnalité est utile lors du regroupement par colonne(s) de cardinalité(s) élevée(s) bien que cela augmente la complexité et le coût de la requête." ], - "Columnar File": ["Fichier en colonnes"], - "Select a Columnar file to be uploaded to a database.": [ - "Sélectionner un fichier en colonne à téléverser dans une base de données." + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" ], - "Show Database": ["Afficher la base 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"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Faire fonctionner la base de données en mode asynhrone, c'est-à-dire que les requêtes sont exécutées dans un processus distant au lieu de les exécuter sur le serveur Web lui-même. Cela suppose que vous avez configuré un processus Celery ainsi qu'un backend de résultats. Se référer aux docs d'installation pour plus d'informations." + "Line interpolation as defined by d3.js": [""], + "Line width": ["L'épaisseur de la ligne"], + "Linear color scheme": ["Schéma de couleurs linéaire"], + "Linear interpolation": [""], + "Link Copied!": ["Lien copié !"], + "List Saved Query": ["Liste des requêtes sauvegardées"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": ["Editeur CSS en ligne"], + "Live render": [""], + "Load a CSS template": ["Chargé un modèle CSS"], + "Loaded data cached": ["Données chargées mises en cache"], + "Loaded from cache": ["Chargé depuis le cache"], + "Loading...": ["Chargement ..."], + "Log Scale": [""], + "Log retention": ["Rétention de log"], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["Connexion"], + "Logout": ["Déconnexion"], + "Logs": ["Logs"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude columns": ["Les colonnes longitude & latitude"], + "Longitude of default viewport": [""], + "MAR": ["MAR"], + "MAY": ["MAI"], + "MON": ["LUN"], + "Main Datetime Column": ["Colonne Datetime principale"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Autorise l'option CREATE TABLE AS dans SQL Lab" + "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" ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Autorise l'option CREATE VIEW AS dans SQL Lab" + "Manage": ["Gestion"], + "Mandatory": ["Obligatoire"], + "Mangle Duplicate Columns": ["Supprimer les colonnes en double"], + "Manually set min/max values for the y-axis.": [""], + "Mapbox": ["Mapbox"], + "March": ["Mars"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker Size": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markup type": ["Type de balisage"], + "Max": ["Max"], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], + "Maximum value on the gauge axis": [""], + "May": ["Mai"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" ], - "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" + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" ], - "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" + "Medium": [""], + "Menu actions trigger": [""], + "Message content": ["Contenu du message"], + "Metadata Parameters": ["Les paramètres de métadonnées"], + "Metadata has been synced": ["Les métadonnées ont été synchronisées"], + "Method": ["Méthode"], + "Metric": ["Métrique"], + "Metric '%(metric)s' does not exist": [ + "La métrique '%(metric)s' n'existe pas" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Si Presto, toutes les requêtes dans SQL Lab sont en cours d'exécution sous le compte de l'utilisateur actuellement connecté qui doit avoir les premissions requises.
Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées sous le compte du service, mais impersonnifiant l'utilisateur actuellement connecté via la propriété hive.server2.proxy.user." + "Metric assigned to the [X] axis": ["Métrique assignée à l'axe [X]"], + "Metric assigned to the [Y] axis": ["Métrique assignée à l'axe [Y]"], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": [ + "Le nom de métrique [%s] est dupliqué" ], - "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.": [ - "Permettre à SQL Lab de récupérer la liste de toutes les tables et de toute les vues à travers tous schémas des bases de données. Pour les entrepôts de données volumineux avec des milliers de table, ceci peut être coûteux et mettre rude épreuve le système." + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": [ + "Métrique servant à trier les résultats" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Durée (en secondes) du timeout de cache pour les graphiques cette base de données. Un timeout de 0 indique que le cache n'expire jamais. Noter que s'il n'est pas défini, c'est le timeout global qui est pris en compte." + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Métrique utilisée pour définir comment les séries principales sont triées si une limite de série ou de ligne est définie. Si indéfini, la première métrique sera utilisée (si approprié)." ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Si sélectionné, veuillez indiquer les schémas permis pour le téléversement csv dans Extra." + "Metrics": ["Métriques"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" ], - "Expose in SQL Lab": ["Exposer dans SQL Lab"], - "Allow CREATE TABLE AS": ["Autoriser CREATE TABLE AS"], - "Allow CREATE VIEW AS": ["Autoriser CREATE VIEW AS"], - "Allow DML": ["Autoriser DML"], - "CTAS Schema": ["Schéma CTAS"], - "SQLAlchemy URI": ["URI SQLAlchemy"], - "Chart Cache Timeout": ["Timeout du cahce du graphique"], - "Secure Extra": ["Sécurité"], - "Root certificate": ["Certificat racine"], - "Async Execution": ["Exécution asynchrone"], - "Impersonate the logged on user": [ - "Impersonnaliser la connexion de l'utilisateur" + "Midnight": ["Minuit"], + "Min": ["Min"], + "Min periods": ["Périodes min"], + "Min/max (no outliers)": [""], + "Mine": ["Personnel"], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": ["Minute"], + "Missing dataset": ["Jeu de données manquant"], + "Mixed Time-Series": [""], + "Modified": ["Modifié"], + "Modified %s": ["%s modifié"], + "Modified by": ["Modifié"], + "Modified columns: %s": ["Colonnes modifiées : %s"], + "Monday": ["Lundi"], + "Month": ["Mois"], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [ + "Décale l'ensemble de dates d'un intervalle spécifié." ], - "Allow Csv Upload": ["Autoriser le téléversement CSV"], - "Allow Multi Schema Metadata Fetch": [ - "Autoriser la récupération de métadonnes multi schéma" + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": ["Multi-Variables"], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "De multiples extensions de fichier ne sont pas autorisées pour les téléversements en colonne. Merci de vous assurer que tous les fichiers ont la même extension." ], - "Backend": ["Backend"], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Multiples formats acceptés, regarder la librairie Python geopy.points pour plus de détails" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ - "Chaîne de connexion invalide, une chaîne valide a généralement cette forme : DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Exemple : \" \"'postgresql://user:password@your-postgres-db/database'

" - ], - "CSV to Database configuration": [ - "Configuration de CSV vers base de données" + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Sélections multiples autorisées, sinon le filtre est limité à une seule valeur" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements csv. Contactez votre administrateur Superset." + "Must be unique": ["Doit être unique"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ - "Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom de la table : \"%(csv_table.table)s\" et dans le champ du schéma : \"%(csv_table.schema)s\". Veuillez en enlever un" + "Must have at least one numeric column specified": [ + "Au moins une colonne numérique doit être spécifiée" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Impossible de téléverser le fichier CSV \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [ + "Il faut spécifier une valeur pour les filtres avec opérateurs de comparaison" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Fichier CSV \"%(csv_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" + "My beautiful colors": [""], + "My column": ["Ma colonne"], + "My metric": ["Ma métrique"], + "N/A": [""], + "NOV": ["NOV"], + "NOW": ["MAINTENANT"], + "Name": ["Nom"], + "Name is required": ["Le nom est obligatoire"], + "Name must be unique": ["Le nom doit être unique"], + "Name of table to be created from columnar data.": [ + "Nom de la table à créer à partir des données en colonne." ], - "Excel to Database configuration": [ - "Configuration de Excel vers base de données" + "Name of table to be created from excel data.": [ + "Nom de la table à créer à partir des données Excel." ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements Excel. Contactez votre administrateur Superset." + "Name of the column containing the id of the parent node": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Nom de la table qui existe dans la base de données source" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "Vous ne pouvez pas spécifier un namespace à la fois dans le nom de la table : \"%(excel_table.table)s\" et dans le champ du schéma : \"%(excel_table.schema)s\". Merci d'en enlever un" + "Name of the target nodes": [""], + "Name your database": ["Donner un nom à la base de données"], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "New chart": ["Nouveau graphique"], + "New columns added: %s": ["Nouvelles colonnes ajoutées : %s"], + "New filter set": ["Nouvel ensemble de filtre"], + "New tab": ["Nouvel onglet"], + "New tab (Ctrl + q)": ["Nouvel onglet (Ctrl + q)"], + "New tab (Ctrl + t)": ["Nouvel onglet (Ctrl + t)"], + "Next": ["Suivant"], + "No": ["Non"], + "No %s yet": ["Pas encore de %s"], + "No Access!": ["Pas d'accès !"], + "No Data": ["Pas de données"], + "No annotation layers yet": ["Pas encore de couches d'annotations"], + "No annotation yet": ["Pas encore d'annotations"], + "No charts": ["Aucun graphique"], + "No columns": ["Pas de colonne"], + "No compatible columns found": ["Aucun colonne compatible trouvée"], + "No dashboards": ["Aucun tableau de bord"], + "No data": ["Pas de données"], + "No data after filtering or data is NULL for the latest time record": [ + "Pas de données après filtrage ou données manquantes pour la période sélectionnée" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Impossible de charger le fichier Excel \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" + "No data in file": ["Pas de données dans le fichier"], + "No databases match your search": [""], + "No description available.": ["Pas de description disponible."], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "Aucun graphique favori pour le moment, cliquer sur les étoiles !" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Fichier CSV \"%(excel_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" + "No favorite dashboards yet, go click on stars!": [ + "Aucun tableau de bord favori pour le moment, cliquer sur les étoiles !" ], - "Columnar to Database configuration": [ - "Configuration des colonnes vers la base de données" + "No filter": ["Pas de filtre"], + "No filter is selected.": ["Pas de filtre sélectionné."], + "No form settings were maintained": [""], + "No records found": ["Aucun enregistrement trouvé"], + "No results found": ["Aucun résultat trouvé"], + "No results match your filter criteria": [""], + "No results were returned for this query": [ + "Aucun résultat avec ces paramètres" ], - "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ - "De multiples extensions de fichier ne sont pas autorisées pour les téléversements en colonne. Merci de vous assurer que tous les fichiers ont la même extension." + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "La base de données \"%(database_name)s\" schéma \"%(schema_name)s\" n'est pas autorisée pour les téléversements en colonne. Contactez votre administrateur Superset." + "No stored results found, you need to re-run your query": [ + "Pas de résultat existant trouvé, re-jouez votre requête" ], - "You cannot specify a namespace both in the name of the table: \"%(columnar_table.table)s\" and in the schema field: \"%(columnar_table.schema)s\". Please remove one": [ - "Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom de la table : \"%(columnar_table.table)s\" et dans le champ du schéma : \"%(columnar_table.schema)s\". Veuillez en enlever un" + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Aucune colonne de ce type n'a été trouvée. Pour filtrer sur une métrique, essayer l'onglet Custom SQL." ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Impossible de charger le fichier en colonnes \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" + "No time columns": ["Pas de colonne temporelle"], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "None": ["Aucun"], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not null": ["Non Null"], + "Not up to date": [""], + "Nothing triggered": ["Rien déclenché"], + "Notification method": ["Méthode de notification"], + "November": ["Novembre"], + "Null or Empty": ["Null ou Vide"], + "Null values": ["Valeurs NULL"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read.": [ + "Nombre de lignes du fichier à lire." ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Fichier en colonne \"%(columnar_filename)s\" chargé dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\"" + "Number of rows to skip at start of file.": [ + "Nombre de lignes à sauter au début du fichier." ], - "Request missing data field.": [ - "Il manque un champ de donnée dans la requête." + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": ["Interval numérique"], + "OCT": ["OCT"], + "OK": ["OK"], + "OVERWRITE": ["ECRASE"], + "October": ["Octobre"], + "Offline": ["Hors ligne"], + "Offset": ["Décalage (offset)"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "Une ou plusieurs colonnes doivent être regroupées. Les regroupements avec une cardinalité importante devraient inclure une limite de séries afin de limiter le nombre de séries récupérées et affichées." ], - "Duplicate column name(s): %(columns)s": [ - "Nom(s) de colonne dupliqué: %(columns)s" + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" ], - "Logs": ["Logs"], - "Show Log": ["Afficher le log"], - "Add Log": ["Ajouter un log"], - "Edit Log": ["Éditer le log"], - "Action": ["Action"], - "dttm": ["dttm"], - "Add item": ["Ajouter un item"], - "The query couldn't be loaded": ["La requête ne peut pas être chargée"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Votre requête a été planifiée. Pour voir les détails de votre requête, naviguer vers Requêtes sauvegardées" + "One or many controls to pivot as columns": [ + "Un ou plusieurs contrôles à transposer en colonnes" ], - "Your query could not be scheduled": [ - "Votre requête ne peut pas être planifiée" + "One or many metrics to display": [ + "Une ou plusieurs métriques à afficher" ], - "Failed at retrieving results": [ - "Echec lors de la récupération des résultats" + "One or more columns already exist": [ + "Une ou plusieurs colonnes existent déjà" ], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "Une erreur s'est produite en enregistrant l'id de la dernière requête dans le backend. Veuillez contacter votre administrateur si le problème persiste." + "One or more columns are duplicated": [ + "Une ou plusieurs colonnes sont dupliquées" ], - "Unknown error": ["Erreur inconnue"], - "Query was stopped.": ["La requête a été arrêtée."], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Impossible de migrer l'état du schéma de la table dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." + "One or more columns do not exist": [ + "Une ou plusieurs colonnes n'existent pas" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Impossible de migrer l'état de la requête dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." + "One or more metrics already exist": [ + "Une ou plusieurs métriques existent déjà" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Impossible de migrer l'état de l'éditeur de requêtes dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." + "One or more metrics are duplicated": [ + "Une ou plusieurs métriques sont dupliquées" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Impossible d'ajouter une table dans le backend. Veuillez contacter votre administrateur." + "One or more metrics do not exist": [ + "Une ou plusieurs métriques n'existent pas" ], - "Copy of %s": ["Copie de %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Une erreur s'est produite en positionnant l'onglet actif. Veuillez contacter votre administrateur." + "One or more parameters needed to configure a database are missing.": [ + "Il manque un ou plusieurs paramètres de configuration de la base." ], - "An error occurred while fetching tab state": [ - "Une erreur s'est produite lors de la récupération de l'état de l'onglet" + "One or more parameters specified in the query are malformatted.": [ + "Un ou plusieurs paramètres de la requête sont malformés." ], - "An error occurred while hiding the left bar. Please contact your administrator.": [ - "Une erreur s'est produite en masquant la barre de gauche. Veuillez contacter votre administrateur." + "One or more parameters specified in the query are missing.": [ + "Il manque un ou plusieurs paramêtres dans la requête." ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Une erreur s'est produite en supprimant l'onglet. Veuillez contacter votre administrateur." + "One ore more annotation layers failed loading.": [ + "Une ou plusieurs couches d'annotation ont échoué au chargement." ], - "An error occurred while removing query. Please contact your administrator.": [ - "Une erreur s'est produite en supprimant la requête. Veuillez contacter votre administrateur." + "Only SELECT statements are allowed against this database.": [ + "Seules les instructions SELECT sont autorisées pour cette base de données." ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ - "Une erreur s'est produite en positionnant l'id de l'onglet Base de données. Veuillez contacter votre administrateur." + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "Seules les instructions `SELECT` sont autorisées" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "Une erreur s'est produite durant l'initialisation de l'onglet Schéma. Veuillez contacter votre administrateur." + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [ + "Seuls les panneaux sélectionnés seront affectés par ce filtre" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "Une erreur s'est produite durant l'initialisation de l'onglet Autorun. Veuillez contacter votre administrateur." + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Une erreur s'est produite durant l'initialisation du titre de l'onglet. Veuillez contacter votre administrateur." + "Only single queries supported": [ + "Seules les requêtes simples sont autorisées" ], - "Your query was saved": ["Votre requête a été enregistrée"], - "Your query could not be saved": [ - "Votre requête n'a pas pu être enregistrée" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Seules les extensions de fichier suivantes sont autorisées : %(allowed_extensions)s" ], - "Your query was updated": ["Votre requête a été mise à jour"], - "Your query could not be updated": [ - "Votre requête n'a pas pu être mise à jour" + "Opacity": ["Opacité"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["Ouvrir l'onglet Source de données"], + "Open in SQL Lab": ["Ouvrir dans SQL Lab"], + "Open query in SQL Lab": ["Ouvrir requête dans SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Faire fonctionner la base de données en mode asynchrone, c'est-à-dire que les requêtes sont exécutées dans un processus distant au lieu de les exécuter sur le serveur Web lui-même. Cela suppose que vous avez configuré un processus Celery ainsi qu'un backend de résultats. Se référer aux docs d'installation pour plus d'informations." ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Une erreur s'est produite en stockant la requête dans le backend. Pour éviter de perdre vos modifications, sauver votre requête en utilisant le bouton \"Enresigtrer requête\"." + "Operator": ["Opérateur"], + "Operator undefined for aggregator: %(name)s": [ + "Opérateur indéfini pour l'agrégat: %(name)s" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ - "Une erreur s'est produite durant l'initialisation des paramètres de template de l'onglet. Veuillez contacter votre administrateur." + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Contenu CA_BUNDLE optionnel pour valider les requêtes HTTPS. Disponible seulent pour certains moteurs de base de données." ], - "An error occurred while fetching table metadata": [ - "Une erreur s'est produite lors de l'extraction des méta-données de la table" + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [ + "Avertissement optionnel à propos de l'utilisation de cette métrique" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Une erreur s'est produite lors de l'extraction des méta-données de la table. Veuillez contacter votre administrateur." + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Original table column order": ["Ordre de colonne de table original"], + "Original value": ["Valeur d'origine"], + "Orthogonal": [""], + "Other": ["Autres"], + "Outdoors": [""], + "Outer Radius": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Superposer une ou plusieurs séries temporelles d'une période relative. Attend des écarts temporels relatifs en langage naturel en anglais (exemple : 24 hours, 7 days, 52 weeks, 365 days). Le texte libre est supporté." ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Une erreur s'est produite en développant le schéma de la table. Veuillez contacter votre administrateur." + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Une erreur s'est produite en repliant le schéma de la table. Veuillez contacter votre administrateur." + "Overwrite": ["Ecrase"], + "Overwrite & Explore": ["Modifier et explorer"], + "Overwrite Dashboard [%s]": ["Ecraser le Tableau de Bord [%s]"], + "Overwrite text in the editor with a query on this table": [ + "Ecraser le texte dans l'éditeur avec une requête sur cette table" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Une erreur s'est produite en enlevant le schéma de la table. Veuillez contacter votre administrateur." + "Owned Created or Favored": [""], + "Owner": ["Propriétaire"], + "Owners": ["Propriétaires"], + "Owners are invalid": ["Les propriétaires sont invalides"], + "Owners is a list of users who can alter the dashboard.": [ + "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de bord." ], - "Shared query": ["Requête partagée"], - "The datasource couldn't be loaded": [ - "La requête ne peut pas être chargée" + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de bord. Interrogeable par nom ou nom d'utilisateur." ], - "An error occurred while creating the data source": [ - "Une erreur s'est produite durant la création de la source de donnée" + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": ["Méthode de ré-échantillonnage Pandas"], + "Pandas resample rule": ["Règle de ré-échantillonnage Pandas"], + "Parallel Coordinates": ["Coordonnées parallèles"], + "Parameter error": ["Erreur de paramètre"], + "Parameters": ["Paramètres"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": ["Parser les dates"], + "Part of a Whole": [""], + "Partition Diagram": ["Diagramme de Partition"], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" ], - "An error occurred while fetching function names.": [ - "Une erreur s'est produite lors de la récupération des noms des fonctions." + "Password": ["Mot de passe"], + "Paste Private Key here": [""], + "Paste the shareable Google Sheet URL here": [ + "Coller ici l'URL partageable de Google Sheet" ], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ - "SQL Lab utilise le loca storage de votre navigateur pour stocker les réquêtes et les résultats.\nActuellement, vous utilisez ${currentUsage.toFixed(n 2,\n )} Ko sur ${LOCALSTORAGE_MAX_USAGE_KB} Ko. d'espace de stockage.\nPour éviter SQL Lab de planter, veuillez supprimer des onglets de requête.\nVous pouvez ré-accéder à ces requêtes en utilisant la fonction Sauver avant de supprimer l'onglet. Notez qu'auparavant, vous devrez fermer les autres fenêtres SQL Lab." + "Percentages": ["Pourcentages"], + "Performance": [""], + "Period average": [""], + "Periods": ["Périodes"], + "Person or group that has certified this metric": [ + "Groupe ou personne ayant certifié cette métrique" ], - "Estimate selected query cost": [ - "Estimer le coût estimé de la requête sélectionnée" + "Physical": ["Physique"], + "Physical (table or view)": ["Physique (table ou vue)"], + "Physical dataset": ["Jeu de données physique"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Choississez une granularité dans la section Temps ou décochez 'Inclure le temps'" ], - "Estimate cost": ["Estimer le coût"], - "Cost estimate": ["Estimation coût"], - "Creating a data source and creating a new tab": [ - "Créer une source de données et ouvrir un nouvel onglet" + "Pick a metric for left axis!": [ + "Choisissez une métrique pour l'axe de gauche !" ], - "An error occurred": ["Un erreur s'est produite"], - "Explore the result set in the data exploration view": [ - "Explorer le résultat dans la vue d'exploration des données" + "Pick a metric for right axis!": [ + "Choisissez une métrique pour l'axe de droite !" ], - "This query took %s seconds to run, ": [ - "Cette requête s'est exécutée en %s secondes, " + "Pick a metric for x, y and size": [ + "Choisissez une métrique pour x, y, taille" ], - "and the explore view times out at %s seconds ": [ - "et la vue d'exploration expire à %s secondes " + "Pick a metric to display": ["Choisissez une métrique à afficher"], + "Pick a metric!": ["Choisissez une métrique !"], + "Pick a name to help you identify this database.": [ + "Choisissez un nom pour vous aider à identifier cette base de données." ], - "following this flow will most likely lead to your query timing out. ": [ - "suivre ce flux va très probablement conduire la requête à un timeout. " + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Choisissez une granularité pour vos séries temporelles" ], - "We recommend your summarize your data further before following that flow. ": [ - "Nous recommandons d'agréger vos données avant de suivre ce flux. " + "Pick a title for you annotation.": [ + "Choisissez un titre pour votre annotation." ], - "If activated you can use the ": ["Si activé, vous pouvez utiliser la "], - "feature to store a summarized data set that you can then explore.": [ - "fonction pour stocker un jeu de données agrégé que vous pourrez alors explorer." + "Pick at least one field for [Series]": [ + "Choisissez au moins un champs pour [Séries]" ], - "Column name(s) ": ["Nom(s) de colonne "], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ - "ne peut pas être utilisé comme nom de colonne. Le nom/alias de la colonne \"__timestamp\"\n est réservé pour l'expression temporelle principale, et les alias de colonnes terminant\n par des doubles underscores suivis d'une valeur numérique (ex: \"colonne__1\") sont réservés\n pour dédupliquer les noms de colonnes dupliqués. Utilisez des alias pour renommer\n les noms de colonnes invalides." + "Pick at least one metric": ["Choisissez au moins une métrique"], + "Pick exactly 2 columns as [Source / Target]": [ + "Choisissez exactement 2 colonnes pour [Source / Target]" ], - "Source SQL": ["SQL source"], - "Executed SQL": ["Lancer la requête SQL"], - "SQL": ["SQL"], - "No query history yet...": ["Pas d'historique de requête..."], - "An error occurred when refreshing queries": [ - "Une erreur s'est produite en rafaîchissant les requêtes" - ], - "It seems you don't have access to any database": [ - "Il semble que vous n'ayez accès à aucune Base de Données" - ], - "Filter by user": ["Filtrer par utilisateur"], - "Filter by database": ["Filtrer par base de données"], - "Query search string": ["Chaîne de recherche"], - "[From]-": ["[Depuis]-"], - "[To]-": ["[à]-"], - "Filter by status": ["Filtrer par statut"], - "Success": ["Succès"], - "Failed": ["Echec"], - "Running": ["En cours"], - "fetching": ["récupération"], - "Offline": ["Hors ligne"], - "Scheduled": ["Programmé"], - "Unknown Status": ["Statut inconnu"], - "Edit": ["Éditer"], - "View results": ["Visualiser les résultats"], - "Data preview": ["Prévisualiser les données"], - "Overwrite text in the editor with a query on this table": [ - "Ecraser le texte dans l'éditeur avec une requête sur cette table" + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "Choisissez une ou plusieurs colonnes qui doivent être montrées dans l'annotation. Si vous n'en sélectionnez aucune, elles seront toutes affichées." ], - "Run query in a new tab": ["Lancer la requête dans une nouvelle fenêtre"], - "Remove query from log": ["Supprimer la requête des logs"], - "An error occurred saving dataset": [ - "Une erreur s'est produite durant la sauvegarde du jeu de données" + "Pick your favorite markup language": [ + "Choisissez votre langage de balisage préféré" ], - "Download to CSV": ["Télécharger en CSV"], - "Copy to Clipboard": ["Copier vers le presse-papiers"], - "Filter results": ["Filtrer les résultats"], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. ": [ - "Le nombre de résultats affichés est limité à %(rows)d par la configuration DISPLAY_MAX_ROWS. " + "Pivot Table": ["Table pivot"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [ + "L'opération de pivot nécessite au moins un agrégat" ], - "Please add additional limits/filters or download to csv to see more rows up to ": [ - "Ajoutez des limites/filtres supplémentaires ou télécharger en CSV pour voir plus de lignes jusqu'à " + "Pivot operation requires at least one index": [ + "L'opération de pivot nécessite au moins un index" ], - "the %(limit)d limit.": ["la limite %(limit)d."], - "The number of results displayed is limited to %(rows)d. ": [ - "Le nombre de résultats affichés est limité à %(rows)d. " + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Merci de vérifier votre requête et de confirmer que tous les paramètres du modèle sont entourés par des doubles accolades, par exemple, \"{{ ds }}\". Puis ré essayez ." ], - "Please add additional limits/filters, download to csv, or contact an admin ": [ - "Ajoutez des limites/filtres supplémentaires, téléchargez en CSV ou contactez un admin " + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Veuillez corriger une erreur de syntaxe dans la requête près de \"%(syntax_error)s\". Puis essayez de relancer la requête." ], - "to see more rows up to the %(limit)d limit.": [ - "pour voir plus de lignes jusqu'à la limite %(limit)d." + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Veuillez corriger une erreur de syntaxe dans la requête près de \"%(server_error)s\". Puis essayez de relancer la requête." ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Le nombre de lignes affichées est limité à %(rows)d par la requête" + "Please choose at least one metric": [ + "Choississez au moins une métrique" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Le nombre de lignes affichées est limité à %(rows)d par la limite de la liste déroulante." + "Please choose different metrics on left and right axis": [ + "Choisissez des métriques différentes pour les axes gauches et droits" ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "Le nombre de lignes affichées est limité à %(rows)d par la requête et par la limite de la liste déroulante." + "Please confirm": ["Veuillez confirmer"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Veuillez entrer une URI SQLAlchemy pour tester" ], - "%(rows)d rows returned": ["%(rows)d lignes retournées"], - "The number of rows displayed is limited to %s by the dropdown.": [ - "Le nombre de lignes affichées est limité à %s par la liste déroulante." + "Please filter set name": ["Veuillez saisir un nom d'ensemble de filtre"], + "Please re-enter the password.": ["Veuillez re-saisir le mot de passe."], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "Sauver votre requête pour pouvoir la partager" ], - "Query was stopped": ["La requête a été arrêtée"], - "Database error": ["Erreur de base de données"], - "was created": ["a été créé"], - "Query in a new tab": ["Requête dans un nouvel onglet"], - "The query returned no data": ["La requête n'a pas retourné de résultat"], - "Fetch data preview": ["Prévisualisation des données"], - "Refetch results": ["Résultats de recherche"], - "Track job": ["Suivre le job"], - "Stop": ["Arrêt"], - "Run selection": ["Exécuter la sélection"], - "Run": ["Exécuter"], - "Stop running (Ctrl + x)": ["Arrêter l'exécution (Ctrl + x)"], - "Stop running (Ctrl + e)": ["Arrêter l'exécution (Ctrl + e)"], - "Run query (Ctrl + Return)": ["Exécuter la requête (Ctrl + Return)"], - "Save & Explore": ["Sauver et explorer"], - "Overwrite & Explore": ["Modifier et explorer"], - "Undefined": ["Indéfini"], - "Save": ["Enregistrer"], - "Save as": ["Enregistrer sous"], - "Save query": ["Sauvegarder la requête"], - "Save as new": ["Enregistrer comme nouveau"], - "Update": ["Mettre à jour"], - "Label for your query": ["Label pour votre requête"], - "Write a description for your query": [ - "Ecrire une description à votre requête" + "Please save your chart first, then try creating a new email report.": [ + "Merci de sauvegarder votre graphique d'abord, créez ensuite un nouveau rapport email." ], - "Schedule query": ["Planifier une requête"], - "Schedule": ["Planifier"], - "There was an error with your request": [ - "Il y avait une erreur avec vore requête" + "Please save your dashboard first, then try creating a new email report.": [ + "Merci de sauvegarder votre tableau de bord d'abord, créez ensuite un nouveau rapport email." ], - "Please save the query to enable sharing": [ - "Sauver votre requête pour pouvoir la partager" + "Please select both a Dataset and a Chart type to proceed": [ + "Merci de sélectionner à la fois un Dataset et un type de graphique pour continuer" ], - "Copy query link to your clipboard": [ - "Copier le lien de la requête vers le presse-papier" + "Please use 3 different metric labels": [ + "Utilisez 3 libellés de métrique différents" ], - "Save the query to enable this feature": [ - "Sauver la requête pour permettre cette fonction" + "Plot the distance (like flight paths) between origin and destination.": [ + "" ], - "Copy link": ["Copier le lien"], - "No stored results found, you need to re-run your query": [ - "Pas de résultat existant trouvé, re-jouez votre requête" + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": ["Plugins"], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polyline": [""], + "Pop Tab Link": ["Retirer le lien de l'onglet"], + "Popular": ["Populaires"], + "Populate \"Default value\" to enable this control": [ + "Remplissez \"Valeur par défaut\" pour activer ce contrôle" ], - "Run a query to display results here": [ - "Lancer la requête pour afficher les résultats ici" + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Le port %(port)s sur l'hôte \"%(hostname)s\" a refusé la connexion." ], - "Run a query to display results": [ - "Lancer une requête pour afficher les résultats" + "Position JSON": ["JSON des positions"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": ["Propulsé par Apache Superset"], + "Pre-filter": ["Pre-filtre"], + "Pre-filter available values": ["Valeurs de pre-filtre disponibles"], + "Pre-filter is required": ["Un pré-filtre est obligatoire"], + "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é." ], + "Prefix metric name with slice name": [""], + "Preview": ["Prévisualisation"], "Preview: `%s`": ["Prévisualisation : `%s`"], - "Results": ["Résultats"], - "Query history": ["Historiques des requêtes"], - "Run query": ["Lancer la requête"], - "New tab": ["Nouvel onglet"], - "Untitled query": ["Requête sans titre"], - "Stop query": ["Arrêter la requête"], - "Schedule the query periodically": [ - "Planifier la requête de façon périodique" + "Previous": ["Précédent"], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Profile": ["Profil"], + "Profile picture provided by Gravatar": [ + "Image de profil fournie par Gravatar" ], - "You must run the query successfully first": [ - "Vous devez d'abord exécuter la requête avec succès" + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [ + "Feuilles partagées de manière publique ou privée" ], - "Autocomplete": ["Complétion automatique"], - "CREATE TABLE AS": ["Autoriser CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "Estimate the cost before running a query": [ - "Estimer le coût avant d'exécuter une requête" + "Publicly shared sheets only": [ + "Seulement les feuilles paratagées publiques" ], - "${isActive ? 'Collapse' : 'Expand'} table preview": [ - "${isActive ? 'Collapse' : 'Expand'} prévisualisation table" + "Published": ["Publié"], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": ["Mettez votre code ici"], + "Python datetime string pattern": ["Python datetime string pattern"], + "QUERY DATA IN SQL LAB": [""], + "Quarter": ["Trimestre"], + "Query": ["Requête"], + "Query %s: %s": [""], + "Query History": ["Historiques des requêtes"], + "Query history": ["Historiques des requêtes"], + "Query in a new tab": ["Requête dans un nouvel onglet"], + "Query is too complex and takes too long to run.": [ + "La requête est trop complexe et trop longue à exécuter." ], - "Reset state": ["Réinitialiser l'état"], - "Enter a new title for the tab": [ - "Entrée un nouveau titre pour l'onglet" + "Query name": ["Nom de la requête"], + "Query preview": ["Prévisualisation de la requête"], + "Query was stopped": ["La requête a été arrêtée"], + "Query was stopped.": ["La requête a été arrêtée."], + "RANGE TYPE": ["TYPE INTERVALLE"], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": ["A été exécuté %s"], + "Range filter": ["Filtre d'intervalle"], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [ + "Prêt à vérifier les filtres dans ce tableau de bord ?" ], - "Untitled Query %s": ["Requête sans titre %s"], - "Close tab": ["Fermer l'onglet"], - "Rename tab": ["Renommer l'onglet"], - "Expand tool bar": ["Etendre la barre d'outil"], - "Hide tool bar": ["Masquer la barre d'outil"], - "Close all other tabs": ["Fermer tous les autres onglets"], - "Duplicate tab": ["Dupliquer l'onglet"], - "New tab (Ctrl + q)": ["Nouvel onglet (Ctrl + q)"], - "New tab (Ctrl + t)": ["Nouvel onglet (Ctrl + t)"], - "Copy partition query to clipboard": [ - "Copier la requête de partition vers le presse-papier" + "Rebuild": ["Rebuild"], + "Recent activity": ["Activité récente"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment créés apparaîtront ici" ], - "latest partition:": ["dernière partition :"], - "Keys for table": ["Clefs pour la table"], - "View keys & indexes (%s)": ["Vue des clefs et index (%s)"], - "Original table column order": ["Ordre de colonne de table original"], - "Sort columns alphabetically": ["Trier les colonnes alphabétiquement"], - "Copy SELECT statement to the clipboard": [ - "Copier l'étape SELECT vers le presse-papier" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment modifiés apparaîtront ici" ], - "Show CREATE VIEW statement": ["Voir l'ordre CREATE VIEW"], - "CREATE VIEW statement": ["ordre CREATE VIEW"], - "Remove table preview": ["Supprimer la Prévisualisation de la table"], - "Edit template parameters": ["Modifier les paramètres du modèle"], - "Invalid JSON": ["JSON invalide"], - "Create a new chart": ["Créer un nouveau graphique"], - "Choose a dataset": ["Choisissez un jeu de donnée"], - "Dataset": ["Jeu de données"], - "Instructions to add a dataset are available in the Superset tutorial.": [ - "Les instructions pour ajouter un jeu de données sont disponibles dans le tutoriel Superset." + "Recently modified": ["Dernière modification"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment consultés apparaîtront ici" ], - "Choose chart type": ["Choisissez un type de graphique"], - "Please select both a Dataset and a Chart type to proceed": [ - "Merci de sélectionner à la fois un Dataset et un type de graphique pour continuer" + "Recents": ["Récents"], + "Recipients are separated by \",\" or \";\"": [ + "Les destinataires sont séparés par \",\" ou \";\"" ], - "Create new chart": ["Créer un nouveau graphique"], - "An error occurred while loading the SQL": [ - "Une erreur s'est produite durant le chargement du SQL" + "Recommended tags": ["Tags recommandés"], + "Record Count": ["Nombre d'enregistrements"], + "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" ], - "Click to see difference": ["Cliquer pour voir la différence"], - "Altered": ["Modifié"], - "Chart changes": ["Changements de graphique"], - "Superset chart": ["Graphique superset"], - "Check out this chart in dashboard:": [ - "Vérifiez ce graphique dans le tableau de bord :" + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" ], - "Select ...": ["Sélectionner..."], - "Loaded data cached": ["Données chargées mises en cache"], - "Loaded from cache": ["Chargé depuis le cache"], - "Click to force-refresh": ["Cliquer pour forcer le rafraîchissement"], - "cached": ["mis en cache"], - "Certified by %s": ["Certifié par %s"], - "Copy to clipboard": ["Copier vers le presse-papier"], - "Copied to clipboard!": ["Copié vers le presse-papier !"], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Désolé, votre navigateur ne supporte pas la copie. Utilisez Ctrl/Cmd + C!" + "Refer to the": ["Se référér à"], + "Referenced columns not available in DataFrame.": [ + "Les colonnes référencées sont indisponibles dans la DataFrame." ], - "every": ["chaque"], - "every month": ["chaque mois"], - "every day of the month": ["chaque jour du mois"], - "day of the month": ["jour du mois"], - "every day of the week": ["chaque jour de la semaine"], - "day of the week": ["jour de la semaine"], - "every hour": ["chaque heure"], - "every minute": ["chaque minute"], - "year": ["année"], - "month": ["mois"], - "week": ["semaine"], - "day": ["jour"], - "hour": ["heure"], - "minute": ["minute"], - "reboot": ["reboot"], - "Every": ["Chaque"], - "in": ["dans"], - "on": ["sur"], - "and": ["et"], - "at": ["à"], - ":": [":"], - "minute(s)": ["minute(s)"], - "Invalid cron expression": ["Expression Cron invalide"], - "Clear": ["Effacer"], - "Sunday": ["Dimanche"], - "Monday": ["Lundi"], - "Tuesday": ["Mardi"], - "Wednesday": ["Mercredi"], - "Thursday": ["Jeudi"], - "Friday": ["Vendredi"], - "Saturday": ["Samedi"], - "January": ["Janvier"], - "February": ["Février"], - "March": ["Mars"], - "April": ["Avril"], - "May": ["Mai"], - "June": ["Juin"], - "July": ["Juillet"], - "August": ["Aout"], - "September": ["Septembre"], - "October": ["Octobre"], - "November": ["Novembre"], - "December": ["Décembre"], - "SUN": ["DIM"], - "MON": ["LUN"], - "TUE": ["MAR"], - "WED": ["MER"], - "THU": ["JEU"], - "FRI": ["VEN"], + "Refetch results": ["Résultats de recherche"], + "Refresh": ["Forcer à rafraîchir"], + "Refresh dashboard": ["Rafraichir le tableau de bord"], + "Refresh frequency": ["Fréquence de rafraichissement"], + "Refresh interval": ["Intervalle d'actualisation"], + "Refresh the default values": ["Rafraichir les valeurs par défaut"], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Les filtres réguliers ajoutent des clauses WHERE aux requêtes si un utilisateur appartient à un profil référencé dans le filtre. Les filtres de base appliquent les filtres à toutes les requêtes sauf pour les profils définis dans le filtre, et peuvent être utilisés pour définir ce que les utilisateurs peuvent voir si aucun filtre RLS au sein d'un groupe de filtres ne s'appliquent à eux." + ], + "Relationships between community channels": [""], + "Relative period": ["Période relative"], + "Relative quantity": ["Quantité relative"], + "Remind me in 24 hours": ["Me le rappeler dans 24 heures"], + "Remove": ["Supprimer"], + "Remove invalid filters": ["Supprime les filtres invalides"], + "Remove item": ["Supprimer élément"], + "Remove query from log": ["Supprimer la requête des logs"], + "Remove table preview": ["Supprimer la Prévisualisation de la table"], + "Removed columns: %s": ["Colonnes supprimées : %s"], + "Rename tab": ["Renommer l'onglet"], + "Replace": ["Remplacer"], + "Report Schedule could not be created.": [ + "La planification de rapport n'a pas pu être créée." + ], + "Report Schedule could not be deleted.": [ + "La planification de rapport n'a pas pu être supprimée." + ], + "Report Schedule could not be updated.": [ + "La planification de rapport n'a pas pu être mise à jour." + ], + "Report Schedule delete failed.": [ + "La planification de rapport n'a pas être supprimée." + ], + "Report Schedule execution failed when generating a csv.": [ + "L'exécution de la planification de rapport a échoué à la génération d'un csv." + ], + "Report Schedule execution failed when generating a dataframe.": [ + "L'exécution de la planification de rapport a échoué à la génération d'un dataframe." + ], + "Report Schedule execution failed when generating a screenshot.": [ + "L'exécution de la planification de rapport a échoué à la génération de la copie d'écran." + ], + "Report Schedule execution got an unexpected error.": [ + "L'exécution de la planification de rapport a rencontré une erreur inattendue." + ], + "Report Schedule is still working, refusing to re-compute.": [ + "La planification de rapport est toujours en cours d'exécution, refus de re-traiter." + ], + "Report Schedule log prune failed.": [ + "Le log de la planification de rapport n'a pas pu être élagué." + ], + "Report Schedule not found.": ["Planification de rapport introuvable."], + "Report Schedule parameters are invalid.": [ + "Les paramètres des planification de rapport sont invalides." + ], + "Report Schedule reached a working timeout.": [ + "La planification de rapport a atteint un timeout d'exécution." + ], + "Report Schedule state not found": [ + "Etat du programme de rapport introuvable" + ], + "Report a bug": ["Rapporter un BUG"], + "Report failed": ["Le rapport a échoué"], + "Report name": ["Nom du rapport"], + "Report schedule": ["Planification de rapport"], + "Report schedule unexpected error": [ + "Erreur inattendue du programme de rapport" + ], + "Report sending": ["Envoi d'un rapport"], + "Report sent": ["Rapport envoyé"], + "Reports": ["Rapports"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Besoin de permissions"], + "Request is incorrect: %(error)s": [ + "La requête est incorrecte : %(error)s" + ], + "Request is not JSON": ["La requête n'est pas JSON"], + "Request missing data field.": [ + "Il manque un champ de donnée dans la requête." + ], + "Required": ["Requis"], + "Required control values have been removed": [""], + "Reset state": ["Réinitialiser l'état"], + "Resource already has an attached report.": [""], + "Restore Filter": ["Restaurer le Filtre"], + "Results": ["Résultats"], + "Results backend is not configured.": [ + "Le backend des résultats n'est pas configuré." + ], + "Results backend needed for asynchronous queries is not configured.": [ + "Le backend des résultats pour les requêtes asynchrones n'est pas configuré." + ], + "Return to specific datetime.": ["Retour au datetime spécifique."], + "Reverse lat/long ": ["Inverser lat/long "], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["Mesure de l'axe de droite"], + "Right to Left": [""], + "Right value": ["Valeur droite"], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role": ["Profil"], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Le profil %(r)s a été étendu pour donner l'accès à la source de données %(ds)s" + ], + "Roles": ["Profils"], + "Roles to grant": ["Profils à donner"], + "Rolling function": ["Fonction de fenêtre glissante"], + "Rolling window": ["Fenêtre glissante"], + "Root certificate": ["Certificat racine"], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": ["Ligne"], + "Row Level Security": ["Sécurité de niveau ligne"], + "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 l'en-tête à utiliser en nom de colonne (0 est la première ligne de données). Laissez à vide s'il n'y a pas de ligne d'en-tête." + ], + "Row level security filter": ["Filtre de sécurité au niveau de la ligne"], + "Row limit": ["Nombre de lignes max"], + "Rows": ["Lignes"], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": ["Lignes à lire"], + "Rule": ["Règle"], + "Run": ["Exécuter"], + "Run a query to display results": [ + "Lancer une requête pour afficher les résultats" + ], + "Run in SQL Lab": ["Exécuter dans SQL Lab"], + "Run query": ["Lancer la requête"], + "Run query (Ctrl + Return)": ["Exécuter la requête (Ctrl + Return)"], + "Run query in a new tab": ["Lancer la requête dans une nouvelle fenêtre"], + "Run selection": ["Exécuter la sélection"], + "Running": ["En cours"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], "SAT": ["SAM"], - "JAN": ["JAN"], - "FEB": ["FEV"], - "MAR": ["MAR"], - "APR": ["AVR"], - "MAY": ["MAI"], - "JUN": ["JUI"], - "JUL": ["JUI"], - "AUG": ["AOU"], "SEP": ["SEP"], - "OCT": ["OCT"], - "NOV": ["NOV"], - "DEC": ["DEC"], - "There was an error loading the schemas": [ - "Une erreur s'est produite lors de la récupération des schémas" + "SHA": [""], + "SQL": ["SQL"], + "SQL Copied!": ["SQL Copié !"], + "SQL Expression": ["Expression SQL"], + "SQL Lab": ["SQL Lab"], + "SQL Lab View": ["Vue SQL Lab"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" ], - "Select database or type database name": [ - "Sélectionnez la base de données ou tapez le nom de la table" + "SQL Query": ["Requête SQL"], + "SQL expression": ["Expression SQL"], + "SQL query": ["requête SQL"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [ + "Le mode SSL \"require\" sera utilisé." ], - "Force refresh schema list": [ - "Forcez à actualiser la liste des schémas" + "START (INCLUSIVE)": ["DEBUT (INCLUSIVE)"], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["DIM"], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Samples": ["Exemples"], + "Sankey": ["Sankey"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": ["Samedi"], + "Save": ["Enregistrer"], + "Save & Explore": ["Sauver et explorer"], + "Save & go to dashboard": ["Sauvegarder et aller au tableau de bord"], + "Save (Overwrite)": ["Enregister (écrase)"], + "Save as": ["Enregistrer sous"], + "Save as new": ["Enregistrer comme nouveau"], + "Save as new chart": ["Enregistrer comme un nouveau graphique"], + "Save as:": ["Enregistrer sous :"], + "Save chart": ["Enregistrer un graphique"], + "Save dashboard": ["Sauvegarder le Tableau de Bord"], + "Save for this session": ["Sauvegarder pour la session"], + "Save or Overwrite Dataset": [""], + "Save query": ["Sauvegarder la requête"], + "Save the query to enable this feature": [ + "Sauver la requête pour permettre cette fonction" + ], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Enregistré"], + "Saved Queries": ["Requêtes sauvegardées"], + "Saved expressions": ["Expressions sauvegardées"], + "Saved metric": ["Métrique sauvegardée"], + "Saved queries": ["Requêtes sauvegardées"], + "Saved queries could not be deleted.": [ + "Les requêtes sauvegardées ne peuvent pas être supprimées." ], - "Select schema or type schema name": [ - "Sélectionnez le schéma ou tapez le nom du schéma" + "Saved query not found.": ["Requête sauvegardée introuvable."], + "Saved query parameters are invalid.": [ + "Les paramètres des requêtes sauvegardées sont invalides." ], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ - "Attention ! Changer le jeu de données peut mettre en erreur le graphique si la métadonnées n'existe pas." + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "Changer le jeu de données peut mettre en erreur le graphiquesi celui-ci s'appuie sur des colonnes ou une métadonnées qui n'existe pas dans le jeu de données cible" + "Schedule": ["Plannifeir"], + "Schedule email report": ["Planifier un rapport par e-mail"], + "Schedule query": ["Plannifier une requête"], + "Schedule settings": ["Paramètres de planification"], + "Schedule the query periodically": [ + "Planifier la requête de façon périodique" ], - "dataset": ["jeu de données"], - "Connection": ["Connexion"], - "Change dataset": ["Changer de jeu de données"], - "Warning!": ["Attention !"], + "Scheduled": ["Programmé"], + "Scheduled at (UTC)": ["Plannifié à (UTC)"], + "Schema": ["Schéma"], + "Schema cache timeout": ["Timeout du cache de schéma"], + "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" + ], + "Scope": ["Périmètre"], + "Scoping": ["Portée"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Recherche"], "Search / Filter": ["Rechercher / Filtrer"], - "Physical (table or view)": ["Physique (table ou vue)"], - "Virtual (SQL)": ["SQL virtuel"], - "SQL expression": ["Expression SQL"], - "Data type": ["Type de donnée"], - "Datetime format": ["Format Datetime"], - "The pattern of timestamp format. For strings use ": [ - "Le motif du format de timestamp. Pour les chaines, utilisez " + "Search Metrics & Columns": [ + "Chercher dans les métriques et les colonnes" ], - "Python datetime string pattern": ["Python datetime string pattern"], - " expression which needs to adhere to the ": [ - " Expression qui doit adhérer à " + "Search all charts": ["Chercher tous les graphiques"], + "Search all filter options": [ + "Rechercher toutes les options de filtrage" ], - "ISO 8601": ["ISO 8601"], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ - " standard pour s'assurer que l'ordre lexicographique\n coïncide avec l'ordre chronologique. Si le format\n de temps n’adhère pas à l'ISO 8601 standard\n dont vous aurez besoin pour définir une expression ou type\n pour transformer une chaine en date ou timestampNote\n actuellement, les timezone ne sont pas gérées Si le temps est stocké\n en format epoch, mettez `epoch_s` ou `epoch_ms`. Si aucun pattern\n n'est spécifié, nous revenons à utiliser les options par défauts\n de niveau database / nom de colonne via l'extra parameter." + "Search by query text": ["Texte de recherche"], + "Search...": ["Recherche..."], + "Second": ["Seconde"], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": ["Sécurité"], + "Secure extra": ["Sécurité"], + "Security": ["Sécurité"], + "Security & Access": ["Securité et accès"], + "See less": ["Voir moins"], + "See more": ["Voir plus"], + "See table schema": ["Voir le schéma de la table"], + "Select": ["Sélectionner"], + "Select ...": ["Sélectionner..."], + "Select Delivery Method": ["Choisir la méthode de livraison"], + "Select Viz Type": ["Selectionner un type de visualisation"], + "Select a Columnar file to be uploaded to a database.": [ + "Sélectionner un fichier en colonne à téléverser dans une base de données." ], - "Certified By": ["Certifié Par"], - "Person or group that has certified this metric": [ - "Groupe ou personne ayant certifié cette métrique" + "Select a Excel file to be uploaded to a database.": [ + "Sélectionner un fichier Excel à charger dans une base de données." ], - "Certified by": ["Certifié par"], - "Certification details": ["Détails de certification"], - "Details of the certification": ["Détails de la certification"], - "Is dimension": ["Est une Dimension"], - "Is filterable": ["Filtrable"], + "Select a column": ["Sélectionner une colonne"], + "Select a dashboard": ["Sélectionner un tableau de bord"], + "Select a database to upload the file to": [""], + "Select a visualization type": ["Selectionner un type de visualisation"], + "Select aggregate options": ["Sélectionner les options d’agrégat"], + "Select any columns for metadata inspection": [""], + "Select color scheme": ["Sélectionner un schéma de couleurs"], + "Select column": ["Sélectionner la colonne"], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter": ["Selectionner un filtre"], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [ + "Selectionne la première valeur du filtre par défaut" + ], + "Select operator": ["Sélectionner l'opérateur"], + "Select or type a value": ["Sélectionner ou renseigner une valeur"], "Select owners": ["Sélectionner les propriétaires"], - "Modified columns: %s": ["Colonnes modifiées : %s"], - "Removed columns: %s": ["Colonnes supprimées : %s"], - "New columns added: %s": ["Nouvelles colonnes ajoutées : %s"], - "Metadata has been synced": ["Les métadonnées ont été synchronisées"], - "An error has occurred": ["Une erreur est survenue"], - "Column name [%s] is duplicated": ["Le nom de colonne [%s] est dupliqué"], - "Metric name [%s] is duplicated": [ - "Le nom de métrique [%s] est dupliqué" + "Select saved metrics": ["Sélectionner les métriques sauvegardées"], + "Select start and end date": [ + "Selectionner la date de début et la date de fin" ], - "Calculated column [%s] requires an expression": [ - "La colonne calculée [%s] nécessite une expression" + "Select subject": ["Sélectionner un objet"], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" ], - "Basic": ["Simple"], - "Default URL": ["URL par défaut"], - "Default URL to redirect to when accessing from the dataset list page": [ - "URL par défaut vers laquelle rediriger quand on accède depuisla page qui liste les jeux de données" + "Send as CSV": ["Envoyer comme CSV"], + "Send as PNG": ["Envoyer comme PNG"], + "Send as text": ["Envoyer comme texte"], + "Send range filter events to other charts": [""], + "September": ["Septembre"], + "Sequential": [""], + "Series": ["Séries"], + "Series chart type (line, bar etc)": [""], + "Series limit": ["Nombre de séries max"], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": ["Compte de service"], + "Set auto-refresh interval": ["Définir l'interval d'auto-refresh"], + "Set filter mapping": ["Définir le mappage de filtre"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" ], - "Autocomplete filters": ["Remplir automatiquement les filtres"], - "Whether to populate autocomplete filters options": [ - "S'il faut remplir les options des filtres de saisie semi-automatique" + "Settings": ["Paramètres"], + "Settings for time series": [""], + "Share": ["Partage de requête"], + "Share chart by email": ["Partager le graphique par e-mail"], + "Share permalink by email": ["Partager le lien par mail"], + "Shared query": ["Requête partagée"], + "Sheet Name": ["Nom de la feuille"], + "Shift + Click to sort by multiple columns": [ + "Maintenir Shift + Clic pour trier plusieurs colonnes" ], - "Autocomplete query predicate": [ - "Remplir automatiquement le prédicat de requête" + "Short description must be unique for this layer": [ + "La description courte doit être unique pour cette couche" ], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ - "Quand vous utilisez les filtres de replissage automatique, cela peut être utilisé pour améliorer la perfomance de chargement des valeurs. Utilisez cette option pour appliquer un prédicat (clause WHERE) à la requête qui sélectionne les valeurs. Typiquement, le but serait de limiter le parcours en appliquant un filtre temporel sur un champ temporel partitionné ou indexé." + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ - "Donnée complémentaire pour spécifier une métadonnée de la table. Les métadonnéesactuellement supportées sont `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`." + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "Advanced": ["Avancé"], - "Cache timeout": ["Cache timeout"], - "The duration of time in seconds before the cache is invalidated": [ - "Le nombre de secondes avant l'expiration du cache" + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "Hours offset": ["Offset des heures"], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "Nombre d'heures, négatif ou positif, pour décaler la colonne de temps. Cela peut être utilisé pour passer du temps UTC au temps local." + "Show": [""], + "Show CREATE VIEW statement": ["Voir l'ordre CREATE VIEW"], + "Show CSS Template": ["Voir le Template CSS"], + "Show Chart": ["Afficher le graphique"], + "Show Column": ["Afficher la colonne"], + "Show Dashboard": ["Montrer les tableaux de bords"], + "Show Database": ["Afficher la base de données"], + "Show Less...": ["Afficher moins ..."], + "Show Log": ["Afficher le log"], + "Show Markers": [""], + "Show Metric": ["Afficher la métrique"], + "Show Row level security filter": [ + "Afficher le filtre de sécurité au niveau de la ligne" + ], + "Show Saved Query": ["Montrer les requêtes sauvegardées"], + "Show Table": ["Afficher les tables"], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all...": ["Afficher tout ..."], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": ["Afficher moins ..."], + "Show only my charts": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time column": ["Afficher la colonne temps"], + "Show time grain dropdown": [ + "Afficher la liste déroulante de la granularité de temps" + ], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": ["Affichage de %s sur %s"], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": ["Simple"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Les métriques ad-hoc simples ne sont pas disponibles pour ce dataset" + ], + "Single value type": ["Type de valeur unique"], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": ["Sauter les lignes vides"], + "Skip Initial Space": ["Supprimer l'espace initial"], + "Skip Rows": ["Sauter des lignes"], + "Slug": ["Slug"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], + "Solid": [""], + "Some roles do not exist": ["Des profils n'existent pas"], + "Sorry there was an error fetching database information: %s": [ + "Désolé, une erreur s'est produite lors de la récupération des informations de cette base de données : %s" + ], + "Sorry there was an error fetching saved charts: ": [ + "Désolé, une erreur s'est produite lors de la récupération des graphiques sauvegardés : " + ], + "Sorry, An error occurred": ["Désolén une erreur s'est produite"], + "Sorry, something went wrong. Try again later.": [ + "Une erreur s'est produite. Ré essayez plus tard." + ], + "Sorry, there appears to be no data": [""], + "Sorry, your browser does not support copying.": [ + "Désolé, votre navigateur ne doit pas supporter la copie." + ], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Désolé, votre navigateur ne supporte pas la copie. Utilisez Ctrl/Cmd + C!" + ], + "Sort": ["Trier"], + "Sort Metric": ["Trier les métriques"], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": ["Tri croissant"], + "Sort bars by x labels.": [""], + "Sort by": ["Trier par"], + "Sort columns alphabetically": ["Trier les colonnes alphabétiquement"], + "Sort descending": ["Tri décroissant"], + "Sort filter values": ["Trier les valeurs de filtre"], + "Sort metric": ["Trier les métriques"], + "Sort series in ascending order": [""], + "Sort type": ["Type de tri"], + "Source": ["Source"], + "Source SQL": ["SQL source"], + "Sparkline": [""], "Spatial": ["Spatial"], - "virtual": ["virtuel"], - "Dataset name": ["Nom du jeu de donnée"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ - "Quand on indique du SQL, la source de données se comporte comme une vue. Superset utilisera ce paramètre comme une sous-requête lors du regroupement et du filtrage sur la requête parent générée." + "Specify a schema (if database flavor supports this).": [ + "Spécifier un schéma (si la base de données soutient cette fonctionnalités)." ], - "The JSON metric or post aggregation definition.": [ - "La métrique JSON ou la définition de post-agrégation." + "Specify duplicate columns as \"X.0, X.1\".": [ + "Spécifier les colonnes en double comme\"X.0, X.1\"." ], - "Physical": ["Physique"], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ - "Pointeur vers une table physique (ou une vue). Gardez à l'esprit que le graphique est associé à cette table logique de superset et que cette table logique pointe vers la table physique décrite ici." + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "Spécifier la version de la base de données. Ceci doit être utilisé avec Presto afin d'autoriser l'estimation du coût de requête." + ], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["Date de début"], + "Start Review": ["Démarrer la Vérification"], + "Start at (UTC)": ["Début à (UTC)"], + "Start date included in time range": [ + "Date de début incluse de l'intervalle de temps" + ], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "State": ["Etat"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["Statut"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": ["Arrêt"], + "Stop query": ["Arrêter la requête"], + "Stop running (Ctrl + x)": ["Arrêter l'exécution (Ctrl + x)"], + "Stopped an unsafe database connection": [ + "Une connexion non sécurisée avec la base de données a été arrêtée" + ], + "Strength to pull the graph toward center": [""], + "Strings used for sheet names (default is the first sheet).": [ + "Chaînes utilisées pour les noms des feuilles (par défaut la première feuille)." + ], + "Structural": [""], + "Style": ["Style"], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": ["Succès"], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": ["Camembert hiérarchique"], + "Sunday": ["Dimanche"], + "Superset Chart": ["Graphique Superset"], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Graphique superset"], + "Superset dashboard": ["Tableau de bord superset"], + "Superset encountered an error while running a command.": [ + "Superset a rencontré une erreur lors de l'exécution d'une commande." + ], + "Superset encountered an unexpected error.": [ + "Superset a rencontré une erreur inattendue." + ], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol of two ends of edge line": [""], + "Sync columns from source": ["Synchroniser les colonnes de la source"], + "Syntax": ["Syntaxe"], + "TABLES": ["TABLES"], + "THU": ["JEU"], + "TUE": ["MAR"], + "Tab name": ["Nom de l'onglet"], + "Tab title": ["Onglet titre"], + "Table": ["Table"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Table %(table)s pas trouvée dans la base de données %(db)s" + ], + "Table Exists": ["La table existe"], + "Table Name": ["Nom de la table"], + "Table View": ["Vue en table"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "La table [%(table_name)s] n'a pu être trouvée, vérifiez à nouveau votre connexion à votre base de données, le schéma et le nom de la table" ], - "Click the lock to make changes.": [ - "Cliquez sur le cadenas pour apporter des modifications." + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "La table [%{table}s] 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, error: {}" ], - "Click the lock to prevent further changes.": [ - "Cliquez sur le cadenas pour empêcher d'autres modifications." + "Table cache timeout": ["Timeout du cache de table"], + "Table name cannot contain a schema": [""], + "Table name undefined": ["Nom de la table non défini"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" ], - "D3 format": ["Format D3"], - "Warning": ["Avertissement"], - "Optional warning about use of this metric": [ - "Avertissement optionnel à propos de l'utilisation de cette métrique" + "Tables": ["Tables"], + "Tabs": ["Onglets"], + "Tabular": ["Tabulaire"], + "Tag name is invalid (cannot contain ':')": [""], + "Tags": ["Tags"], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" ], - "Be careful.": ["Faites attention."], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "La modification de ces paramètres affectera tous les graphiques qui utilisent ce jeu de données, y compris les graphiques qui appartiennent à d'autres personnes." + "Target aspect ratio for treemap tiles.": [""], + "Target value": ["Valeur cible"], + "Template Name": ["Nom du template"], + "Template parameters": ["Les paramètres du modèle"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Lien template, il est possible d'inclure {{ metric }} or autres valeurs provenant de ces contrôles." ], - "Source": ["Source"], - "Sync columns from source": ["Synchroniser les colonnes de la source"], - "Calculated columns": ["Colonnes calculées"], - "Settings": ["Paramètres"], - "The dataset has been saved": ["Le jeu de données a été sauvegardé"], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ - "La configuration du jeu de donnée indiqué ici\n s'applique à tous les graphiques utilisant ce jeu de données.\n Rappelez vous que changer ces paramètres\n peut affecter d'autres graphiques\n de manière non voulue." + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Arrête les requêtes en cours quand la fenêtre du navigateur est fermée ou quand change pour un autre page. Disponibles pour les bases de données Presto, Hive, MySQL, Postgres et Snowflake." ], - "Are you sure you want to save and apply changes?": [ - "Êtes vous sur de vouloir sauvegarder et appliquer les modifications ?" + "Test Connection": ["Test de connexion"], + "Test connection": ["Tester la connexion"], + "Text": ["Zone de texte"], + "Text align": [""], + "Text embedded in email": ["Text encapsulé dans l'e-mail"], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" ], - "Confirm save": ["Confirmez la sauvegarde"], - "Edit Dataset ": ["Éditer le jeu de données "], - "Use legacy datasource editor": [ - "Utiliser l'ancien éditeur de source de données" + "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" ], - "DELETE": ["EFFACER"], - "delete": ["effacer"], - "Type \"%s\" to confirm": ["Tapez \"%s\" pour confirmer"], - "Click to edit": ["Cliquer pour modifier"], - "You don't have the rights to alter this title.": [ - "Vous n'avez pas les droits pour modifier ce titre." + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. Assurez-vous que la requête a bien un SELECT en dernière instruction. Puis essayez d'exécuter votre requête à nouveau." ], - "Unexpected error": ["Erreur inattendue"], - "This may be triggered by:": ["Cela peut être déclenché par:"], - "Please reach out to the Chart Owner for assistance.": [ - "Contactez le propriétaire du graphique pour obtenir de l'aide." + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" ], - "Chart Owner: %s": ["Propriétaire du graphique : %s"], - "%s Error": ["%s Erreur"], - "Missing dataset": ["Jeu de données manquant"], - "See more": ["Voir plus"], - "See less": ["Voir moins"], - "Copy message": ["Copier le message"], - "Close": ["Fermer"], - "This was triggered by:": ["Cela a été déclenché par:"], - "Did you mean:": ["Vouliez-vous dire :"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "%(suggestion)s au lieu de \"%(undefinedParameter)s?\"" + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" ], - "Parameter error": ["Erreur de paramètre"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "Erreur au chargement de cette visu. Les requêtes s'interrompent au bout de %s secondes." + "The access requests seem to have been deleted": [ + "L'accée à cette requête semble avoir été effacé" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "Erreur au chargement de ces résultats. Les requêtes s'interrompent au bout de %s secondes." + "The annotation has been saved": ["Cette annotation a été sauvegardée"], + "The annotation has been updated": ["Cette annotation a été modifiée"], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" ], - "Timeout error": ["Erreur de timeout"], - "Click to favorite/unfavorite": ["Ajouter/Retirer des favoris"], - "Cell content": ["Contenu de cellule"], - "The import was successful": ["Importé avec succès"], - "OVERWRITE": ["ECRASE"], - "Overwrite": ["Ecrase"], - "Import": ["Importe"], - "Import %s": ["Import %s"], - "Last Updated %s": ["Dernière mise à jour %s"], - "Sort": ["Trier"], - "%s Selected": ["%s Sélectionné"], - "Deselect all": ["Tout Dé-Sélectionner"], - "No Data": ["Pas de données"], - "%s-%s of %s": ["%s-%s de %s"], - "Type a value": ["Renseigner une valeur"], - "Filter": ["Filtre"], - "Select or type a value": ["Sélectionner ou renseigner une valeur"], - "SQL query": ["requête SQL"], - "About": ["A propos"], - "Powered by Apache Superset": ["Propulsé par Apache Superset"], - "Documentation": ["Documentation"], - "Report a bug": ["Rapporter un BUG"], - "OK": ["OK"], - "Search all dashboards": ["Chercher tous les tableaux de bord"], - "Edit Email Report": ["Modifier le rapport e-mail"], - "New Email Report": ["Nouveau rapport e-mail"], - "Add": ["Ajouter"], - "Message Content": ["Contenu du message"], - "Text embedded in email": ["Text encapsulé dans l'e-mail"], - "Image (PNG) embedded in email": ["Image (PNG) encapsulée dans l'e-mail"], - "Formatted CSV attached in email": ["CSV formatté attaché dans l'e-mail"], - "REPORT NAME ERROR": ["Erreur dans le nom du rapport"], - "DESCRIPTION ERROR": ["Erreur de description"], - "Scheduled reports will be sent to your email as a PNG": [ - "Les rapports planifiés vous seront envoyés par e-mail en PNG" + "The chart does not exist": ["Le graphique n'existe pas"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" ], - "Timezone": ["Fuseau horaire"], - "Email reports active": ["Rapports par e-mail actifs"], - "Edit email report": ["Modifier le rapport par e-mail"], - "Delete email report": ["Supprimer le rapport par e-mail"], - "This action will permanently delete %s.": [ - "Cette action va supprimer définitivement %s." + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [ + "Le jeu de couleur pour le rendu graphique" ], - "Delete Report?": ["Supprimer le rapport ?"], - "Loading...": ["Chargement ..."], - "There was an error loading the tables": [ - "Il y a eu une erreur au chargement des tables" + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" ], - "See table schema": ["Voir le schéma de la table"], - "Select table or type table name": [ - "Sélectionnez la table ou le nom de type de table" + "The column was deleted or renamed in the database.": [ + "La colonne a été supprimée ou renommée dans la base de données." ], - "Force refresh table list": ["Forcer à actualiser les données"], - "Timezone selector": ["Sélecteur de fuseau horaire"], - "%s%s": ["%s%s"], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Espace insuffisant pour ce composant. Diminuez sa largeur ou augmentez la largeur de la destination." + "The country code standard that Superset should expect to find in the [country] column": [ + "" ], - "Can not move top level tab into nested tabs": [ - "On ne peut déplacer un onglet top level vers des onglets imbriqués" + "The dashboard has been saved": ["Ce Tableau de Bord a été sauvegardé"], + "The data source seems to have been deleted": [ + "La source de données semble avoir été effacée" ], - "This chart has been moved to a different filter scope.": [ - "Ce graphique a été déplacé vers un autre champ d'application du filtre." + "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." ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Erreur à la récupération du statut favori de ce Tableau de Bord." + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "La base de données %s est liée à %s graphiques qui apparaissent sur %s tableaux de bord et les utilisateurs ont des onglets %s SQL Lab ouverts qui utilisent cette base de données . Êtes-vous sûr de vouloir continuer ? Supprimer la base de données cassera ces objets." ], - "There was an issue favoriting this dashboard.": [ - "Un problème est survenu lors de l'activation de ce tableau de bord." + "The database is currently running too many queries.": [ + "La base de données exécute actuellement trop de requêtes." ], - "This dashboard is now ${nowPublished}": [ - "Ce tableau de bord est maintenant ${nowPublished}" + "The database is under an unusual load.": [ + "La base de données est soumise à une charge inhabituelle." ], - "You do not have permissions to edit this dashboard.": [ - "Vous n'avez pas les droits pour modifier ce tableau de bord." + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "Impossible de trouver la base de données référencée dans cette requête. Merci de contacter un administrateur pour obtenir davantage d'aide ou bien d'essayer à nouveau." ], - "This dashboard was saved successfully.": [ - "Ce Tableau de Bord a été sauvegardé avec succès." + "The database returned an unexpected error.": [ + "La base de données a retourné une erreur inattendue." ], - "Could not fetch all saved charts": [ - "Impossible de récupérer tous les graphiques sauvegardés" + "The database was deleted.": ["La base de données a été supprimée."], + "The database was not found.": ["Base de données non trouvée."], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "La source de données %s est reliée à %s graphiques qui sont présents dans %s tableaux de bord. Etes-vous sûr de vouloir continuer ? Supprimer le jeu de données cassera ces objets." ], - "Sorry there was an error fetching saved charts: ": [ - "Désolé, une erreur s'est produite lors de la récupération des graphiques sauvegardés : " + "The dataset associated with this chart no longer exists": [ + "Le jeu de donnée associé à ce graphique n'existe plus" ], - "Visualization": ["Visualisation"], - "Data source": ["Source de données"], - "Added": ["Ajouté"], - "Components": ["Composants"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Une palette de couleur sélectionnée ici écrasera les couleurs appliquées aux graphiques de ce tableau de bord" + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "La configuration du jeu de donnée indiqué ici\n s'applique à tous les graphiques utilisant ce jeu de données.\n Rappelez vous que changer ces paramètres\n peut affecter d'autres graphiques\n de manière non voulue." ], - "Color scheme": ["Jeu de couleur"], - "You have unsaved changes.": [ - "Vous avez des modifications non sauvegardées." + "The dataset has been saved": ["Le jeu de données a été sauvegardé"], + "The dataset linked to this chart may have been deleted.": [ + "Le jeu de données lié à ce graphique semble avoir été effacé." ], - "Ready to review filters in this dashboard?": [ - "Prêt à vérifier les filtres dans ce tableau de bord ?" + "The datasource couldn't be loaded": [ + "La requête ne peut pas être chargée" ], - "Remind me in 24 hours": ["Me le rappeler dans 24 heures"], - "Start Review": ["Démarrer la Vérification"], - "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ - "filter_box sera déprécié dans une future version de Superset. Merci de remplacer filter_box par des composants filtre de tableau de bord." + "The datasource is too large to query.": [ + "Source de données trop volumineuse pour être interrogée." ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "Il n'y a pas de définition de graphique associé à ce composanta-t-il été supprimé ?" + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "La description peut être affichée comme des widgets d'entête dans la vue tableau de bord. Prend en charge le Markdown." ], - "Delete this container and save to remove this message.": [ - "Supprimez ce conteneur et sauvegardez pour supprimer ce message." + "The distance between cells, in pixels": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "L'objet engine_params contient les paramètres envoyés à sqlalchemy.create_engine." ], - "Don't refresh": ["Ne pas actualiser"], - "10 seconds": ["10 secondes"], - "30 seconds": ["30 secondes"], - "1 minute": ["1 minute"], - "5 minutes": ["5 minutes"], - "30 minutes": ["30 minutes"], - "1 hour": ["1 heure"], - "6 hours": ["6 heures"], - "12 hours": ["12 heures"], - "24 hours": ["24 heures"], - "Refresh interval": ["Intervalle d'actualisation"], - "Refresh frequency": ["Fréquence de rafraichissement"], - "Are you sure you want to proceed?": [ - "Êtes-vous certain de vouloir continuer ?" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Les entrées suivantes dans `series_columns` sont manquantes dans `columns`: %(columns)s. " ], - "Save for this session": ["Sauvegarder pour la session"], - "You must pick a name for the new dashboard": [ - "Vous devez entrer un nom pour le nouveau Tableau de Bord" + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être atteint." ], - "Save dashboard": ["Sauvegarder le Tableau de Bord"], - "Overwrite Dashboard [%s]": ["Ecraser le Tableau de Bord [%s]"], - "Save as:": ["Enregistrer sous :"], - "[dashboard name]": ["[nom du tableau de bord]"], - "also copy (duplicate) charts": [ - "copier également les graphiques (dupliquer)" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être atteint sur le port %(port)s." ], - "Filter your charts": ["Filtrer vos graphiques"], - "Sort by": ["Trier par"], - "Cross Filter Scoping": ["Portée du filtre croisé"], - "Load a CSS template": ["Chargé un modèle CSS"], - "Live CSS editor": ["Editeur CSS en ligne"], - "Applied Cross Filters (%d)": ["Filtres croisés appliqués (%d)"], - "Applied Filters (%d)": ["Filtres appliqués (%d)"], - "Incompatible Filters (%d)": ["Filtres incompatibles (%d)"], - "Unset Filters (%d)": ["Filtre(s) désactivé(s) (%d)"], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "Ce tableau de bord est en train de se rafraîchir automatiquement ; le prochain rafraîchissement sera dans %s." + "The host might be down, and can't be reached on the provided port.": [ + "L'hôte est peut-être HS et ne peut pas être atteint sur le port." ], - "Your dashboard is too large. Please reduce its size before saving it.": [ - "Votre tableau de bord est trop gros.Merci de réduire sa taille avant de sauvegarder." + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Le nom d'hôte \"%(hostname)s\" ne peut pas être résolu." ], - "Schedule email report": ["Planifier un rapport par e-mail"], - "Discard changes": ["Abandonner les modifications"], - "Edit dashboard": ["Éditer le tableau de bord"], - "An error occurred while fetching available CSS templates": [ - "Une erreur s'est produite lors de l'extraction des modèles de CSS disponibles" + "The hostname provided can't be resolved.": [ + "Le nom d'hôte ne peut pas être résolu." ], - "Superset dashboard": ["Tableau de bord superset"], - "Check out this dashboard: ": ["Vérifiez ce tableau de bord : "], - "Copy dashboard URL": ["Copier l'URL du tableau de bord"], - "Share dashboard by email": ["Partager le tableau de bord par e-mail"], - "Refresh dashboard": ["Rafraichir le tableau de bord"], - "Set auto-refresh interval": [ - "Définir l'intervalle de rafraichissement automatique" + "The id of the active chart": ["L'identifiant du graphique actif"], + "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'": [ + "La liste des graphiques associés à cette table. En alterant cette source de données, vous pouvez changer le comportement des graphiques associés. Aussi notez que les graphiques doivent pointer vers une source de données, alors ce formulaire ne pourra pas être enregistré si des graphiques sont retirés d'une source de données. Si vous voulez changer la source de données d'un graphique, écraser le graphique depuis la 'vue d'exploration'" ], - "Set filter mapping": ["Définir le mappage de filtre"], - "Edit dashboard properties": [ - "Modifier les propriétés de ce tableau de bord" + "The maximum number of events to return, equivalent to the number of rows": [ + "" ], - "Edit CSS": ["Modifier le CSS"], - "Download as image": ["Télécharger comme image"], - "Exit fullscreen": ["Sortir du mode plein écran"], - "Enter fullscreen": ["Passer en plein écran"], - "You do not have permission to edit this dashboard": [ - "Vous n'avez pas le droit de modifier ce tableau de bord" + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" ], - "A valid color scheme is required": [ - "Un jeu de couleur valide doit être fourni" + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Le paramètre metadata_params dans Champ supplémentaire n'est pas correctement configuré. La clé %(key)s est invalide." ], - "The dashboard has been saved": ["Ce Tableau de Bord a été sauvegardé"], - "Access": ["Accès"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de bord. Interrogeable par nom ou nom d'utilisateur." + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Le paramètre metadata_params dans Champ supplémentaire n'est pas correctement configuré. La clé %(key)s est invalide." ], - "Colors": ["Couleur"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles defined then the dashboard is available to all roles.": [ - "Roles est une liste qui défini ceux qui accède au tableau de bord .Donner un droit d'accès à un tableau de bord surpasse les contrôles de droit de niveau jeu de donnée. Si roles n'est pas défini, le tableau de bord est accessible à tous les profils." + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "L'objet metadata_params contient les paramètres envoyés à sqlalchemy.MetaData." ], - "Apply": ["Appliquer"], - "Dashboard properties": ["Propriétés du tableau de bord"], - "Basic information": ["Information simple"], - "URL slug": ["URL Slug"], - "A readable URL for your dashboard": [ - "Pour avoir une URL lisible pour votre tableau de bord" + "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": [ + "Le nombre minimum de périodes glissantes requis pour afficher une valeur. Par exemple, si vous faites un somme cumulée sur 7 jours, vous souhaitez peut être que votre \"Min Période\" soit égale à 7, de sorte que tous les points de données affichés correspondent au total des 7 périodes. Ceci cachera la \"montée en puissance\" qui aura lieu au cours des 7 périodes" ], - "JSON metadata": ["méta-données JSON "], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste des tableaux de bord. Cliquez ici pour publier ce tableau de bord." + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "Nombre d'heures, négatif ou positif, pour décaler la colonne de temps. Cela peut être utilisé pour passer du temps UTC au temps local." ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ - "Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste des tableaux de bord. Rendez le favori pour le voir ici ou utilisez son URL pour y avoir accès." + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" ], - "This dashboard is published. Click to make it a draft.": [ - "Ce tableau de bord est publié. Cliquez pour en faire un brouillon." + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" ], - "Draft": ["Brouillon"], - "Annotation layers are still loading.": [ - "Les couches d'annotation sont toujours en cours de chargement." + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Le nombre de lignes affichées est limité à %(rows)d par la limite de la liste déroulante." ], - "One ore more annotation layers failed loading.": [ - "Une ou plusieurs couches d'annotation ont échoué au chargement." + "The number of rows displayed is limited to %(rows)d by the query": [ + "Le nombre de lignes affichées est limité à %(rows)d par la requête" ], - "Emitted values": ["Valeurs émises"], - "Click to clear emitted filters": [ - "Cliquez pour effacer les filtres émis" + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "Le nombre de lignes affichées est limité à %(rows)d par la requête et par la limite de la liste déroulante." ], - "Cached %s": ["En cache %s"], - "Fetched %s": ["Récupéré %s"], - "Minimize chart": ["Graphique minimisé"], - "Maximize chart": ["Graphique maximisé"], - "Force refresh": ["Forcer à rafraîchir"], - "Toggle chart description": ["Basculer la description du graphique"], - "View chart in Explore": ["Voir le graphique dans explore"], - "View query": ["Voir la requête"], - "Copy chart URL": ["Copier l'URL du graphique"], - "Share chart by email": ["Partager le graphique par e-mail"], - "Check out this chart: ": ["Vérifiez ce tableau de bord : "], - "Export CSV": ["Exporter en CSV"], - "Export full CSV": ["Exporter en full CSV"], - "Cross-filter scoping": ["Portée du filtre croisé"], - "Search...": ["Recherche..."], - "No filter is selected.": ["Pas de filtre sélectionné."], - "Editing 1 filter:": ["Édition d'un filtre :"], - "Batch editing %d filters:": ["Edition Batch %d filtres:"], - "Configure filter scopes": ["Configurer la portée du filtre"], - "There are no filters in this dashboard.": [ - "Pas de filtre dans ce tableau de bord." + "The number of seconds before expiring the cache": [ + "Le nombre de secondes avant l'expiration du cache" ], - "Expand all": ["Développer tout"], - "Collapse all": ["Tout réduire"], - "This markdown component has an error.": [ - "Ce composant markdown est en erreur." + "The object does not exist in the given database.": [ + "L'objet n'existe pas dans la base de données." ], - "This markdown component has an error. Please revert your recent changes.": [ - "Ce composant markdown est en erreur. Reprenez vos modifications récentes." + "The parameter %(parameters)s in your query is undefined.": [ + "Le paramètre %(parameters)s de votre requête est indéfini.", + "Les paramètres suivants de votre requête sont indéfinis : %(parameters)s." ], - "Delete dashboard tab?": ["Supprimer l'onglet du tableau de bord ?"], - "Divider": ["Diviseur"], - "Header": ["Ligne d'en-tête"], - "Row": ["Ligne"], - "Tabs": ["Onglets"], - "Preview": ["Prévisualisation"], - "Sorry, your browser does not support copying.": [ - "Désolé, votre navigateur ne doit pas supporter la copie." + "The password provided for username \"%(username)s\" is incorrect.": [ + "Le mot de passe fourni pour l'utilisateur \"%(username)s\" est incorrect." ], - "Sorry, something went wrong. Try again later.": [ - "Une erreur s'est produite. Ré essayez plus tard." + "The password provided when connecting to a database is not valid.": [ + "Le mot de passe fourni à une base de données est invalide." ], - "All Filters (${filterValues.length})": [ - "Tous les filtres (${filterValues.length})" + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les graphiques. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." ], - "Filter Sets (${filterSetFilterValues.length})": [ - "Filtres définis (${filterSetFilterValues.length})" + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les tableaux de bord. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." ], - "Select parent filters": ["Sélectionnée les filtres parents"], - "Check configuration": ["Vérifier la configuration"], - "Cannot load filter": ["Impossible de charger le filtre"], - "Editing filter set:": ["Modifier l'ensemble de filtre :"], - "Filter set with this name already exists": [ - "Un ensemble de filtre avec ce nom existe déjà" + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les requêtes sauvegardées. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." ], - "Filter set already exists": ["Cet ensemble de filtre existe déjà"], - "This filter set is identical to: \"%s\"": [ - "Cet ensemble de filtre est identique à : \"%s\"" + "The pattern of timestamp format. For strings use ": [ + "Le motif du format de timestamp. Pour les chaines, utilisez " ], - "Remove invalid filters": ["Supprime les filtres invalides"], - "Rebuild": ["Rebuild"], - "Filters (%d)": ["Filtres (%d)"], - "This filter doesn't exist in dashboard. It will not be applied.": [ - "Ce filtre n'existe pas dans le tableau de bord. Il ne sera pas appliqué." + "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.": [ + "" ], - "Filter metadata changed in dashboard. It will not be applied.": [ - "Les métadonnées du filtre ont changé dans le tableau de bord. Il ne sera pas appliqué." + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Pointeur vers une table physique (ou une vue). Gardez à l'esprit que le graphique est associé à cette table logique de superset et que cette table logique pointe vers la table physique décrite ici." ], - "None": ["Aucun"], - "Please filter set name": ["Veuillez saisir un nom d'ensemble de filtre"], - "Create": ["Créer"], - "Create new filter set": ["Créer un nouvel ensemble de filtre"], - "New filter set": ["Nouvel ensemble de filtre"], - "Clear all": ["Effacer tout"], - "(Removed)": ["(Supprimé)"], - "Undo?": ["Défaire?"], - "Add filter": ["Ajouter un filtre"], - "[untitled]": ["[Sans titre]"], - "Filters configuration and scoping": [ - "Configuration et portée des filtres" + "The port is closed.": ["Le port est fermé."], + "The port number is invalid.": ["Le numéro de port est invalide."], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [ + "L'argument `rows` n'est pas un entier valide." ], - "Column select": ["Sélection d'une colonne"], - "Select a column": ["Sélectionner une colonne"], - "No compatible columns found": ["Aucun colonne compatible trouvée"], - "Value is required": ["Une valeur est obligatoire"], - "Configuration": ["Configuration"], - "Scoping": ["Portée"], - "Select filter": ["Sélectionner un filtre"], - "Value": ["Valeur"], - "Range filter": ["Filtre d'intervalle"], - "Numerical range": ["Interval numérique"], - "Time filter": ["Filtre de temps"], - "Time range": ["Intervalle de Temps"], - "Time column": ["Colonne de temps"], - "Time grain": ["Granularité de Temps"], - "Group By": ["Grouper par"], - "Group by": ["Grouper par"], - "Pre-filter is required": ["Un pré-filtre est obligatoire"], - "(deleted)": ["(effacé)"], - "Parent filter": ["Filtre parent"], - "Filter name": ["Nom du filtre"], - "Name is required": ["Le nom est obligatoire"], - "Filter Type": ["Type du filtre"], - "Filter type": ["Type du filtre"], - "Datasets do not contain a temporal column": [ - "Les jeux de données ne comportent pas de colonne temporelle" + "The query associated with the results was deleted.": [ + "La requête associée aux résutlats a été supprimée." ], - "Dataset is required": ["Un jeu de données est obligatoire"], - "Filter has default value": ["Le filtre a une valeur par défaut"], - "Default Value": ["Valeur par défaut"], - "Default value is required": ["Une valeur par défaut est obligatoire"], - "Refresh the default values": ["Rafraichir les valeurs par défaut"], - "Fill all required fields to enable \"Default Value\"": [ - "Remplissez tous les champs obligatoires pour activer \"la valeur par défaut\"" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "La requête associée à ces résultats n'a pu être trouvée. Rejouez la requête originale." ], - "Filter is hierarchical": ["Le filtre est hiérarchique"], - "Parent filter is required": ["Un filtre parent est requis"], - "Pre-filter available values": ["Valeurs de pre-filtre disponibles"], - "Pre-filter": ["Pre-filtre"], - "Optional time column if time range should apply to another column than the default time column": [ - "Colonne de temps optionnelle si l'intervalle de temps doit s'appliquer à une autre colonne que celle par défaut" + "The query contains one or more malformed template parameters.": [ + "Cette requête contient un ou plusieurs paramètres de modèle malformé(s)." ], - "Sort filter values": ["Trier les valeurs de filtre"], - "Sort type": ["Type de tri"], - "Sort ascending": ["Tri croissant"], - "Sort descending": ["Tri décroissant"], - "Sort Metric": ["Trier les métriques"], - "If a metric is specified, sorting will be done based on the metric value": [ - "Si une métrique est définie, le tri sera basé sur sa valeur" + "The query couldn't be loaded": ["La requête ne peut pas être chargée"], + "The query has a syntax error.": ["La requête a une erreur de syntaxe."], + "The query returned no data": ["La requête n'a pas retourné de résultat"], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "La requête a été tuée après %(sqllab_timeout)s secondes. Elle est peut-être trop complexe ou la base de donnée est soumise à une charge trop importante." ], - "Sort metric": ["Trier les métriques"], - "You have removed this filter.": ["Vous avez supprimé ce filtre."], - "Restore Filter": ["Restaurer le Filtre"], - "${mainControlItem.config?.label}": ["${mainControlItem.config?.label}"], - "Column is required": ["Colonne requise"], - "Populate \"Default value\" to enable this control": [ - "Remplissez \"Valeur par défaut\" pour activer ce contrôle" + "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.": [ + "" ], - "Apply to all panels": ["Appliquer à tous les panneaux"], - "Apply to specific panels": ["Appliquer à certains panneaux"], - "Only selected panels will be affected by this filter": [ - "Seuls les panneaux sélectionnés seront affectés par ce filtre" + "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": [ + "" ], - "All panels with this column will be affected by this filter": [ - "Les panneaux avec cette colonne seront affectés par ce filtre" + "The report has been created": ["Le rapport a été créé"], + "The results backend no longer has the data from the query.": [ + "Le backend des résultats n'a plus les données de la requête." ], - "Keep editing": ["Garder en édition"], - "Yes, cancel": ["Oui, annuler"], - "There are unsaved changes.": [ - "Vous avez des modifications non sauvegardées." + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Les résultats stockés dans le backend le sont dans un format différent et ne peuvent plus être déserialisés." ], - "Are you sure you want to cancel?": ["Voulez vous vraiment annuler ?"], - "Error loading chart datasources. Filters may not work correctly.": [ - "Erreur au chargement des source de données du graphique Les filtres peuvent mal fonctionner." + "The rich tooltip shows a list of all series for that point in time": [ + "" ], - "All filters": ["Tous les filtres"], - "All charts": ["Tous les graphiques"], - "Tab title": ["Onglet titre"], - "A reference to the [Time] configuration, taking granularity into account": [ - "Une référence à la configuration [Time] prends la granularité en compte" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "Le schéma \"%(schema)s\" n'existe pas. Un schéma valide doit être utilisé pour cette requête." ], - "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ - "Une ou plusieurs colonnes doivent être regroupées. Les regroupements avec une cardinalité importante devraient inclure une limite de séries afin de limiter le nombre de séries récupérées et affichées." + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Le schéma \"%(schema_name)s\" n'existe pas. Un schéma valide doit être utilisé pour cette requête." ], - "One or many metrics to display": [ - "Une ou plusieurs métriques à afficher" + "The schema was deleted or renamed in the database.": [ + "Le schéma a été supprimé ou renommé dans la base de données." ], - "Visualization type": ["Type de visualisation"], - "The type of visualization to display": [ - "Le type de visualisation à afficher" + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" ], - "Fixed color": ["Couleur fixe"], - "Use this to define a static color for all circles": [ - "Utiliser ceci pour définir une couleur statique pour tous les cercles" + "The submitted payload has the incorrect format.": [ + "Les données fournies sont dans un format incorrect." ], - "Right axis metric": ["Mesure de l'axe de droite"], - "Choose a metric for right axis": [ - "Choisir une mesure pour l'axe de droite" + "The submitted payload has the incorrect schema.": [ + "Les données fournies ont un schéma incorrect." ], - "Linear color scheme": ["Schéma de couleurs linéaire"], - "Color metric": ["Métrique de couleur"], - "A metric to use for color": ["Une métrique à utiliser par couleur"], - "One or many controls to pivot as columns": [ - "Un ou plusieurs contrôles à transposer en colonnes" + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "La table \"%(table)s\" n'existe pas. Une table valide doit être utilisée pour cette requête." + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "La table \"%(table_name)s\" n'existe pas. Une table valide doit être utilisée pour cette requête." ], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Définir l'origine des intervalles de temps, accepte les dates naturelles comme dans`now`, `sunday` ou `1970-01-01`" + "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. Dans le cadre de cette configuration en deux étapes, vous devez maintenant cliquer sur le bouton d'édition de la nouvelle table pour la configurer." ], - "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`": [ - "La granularité temporelle pour la visualisation. Noter que vous pouvez taper etu tiliser le langage naturel comme `10 seconds`, `1 day` ou `56 weeks`" + "The table was deleted or renamed in the database.": [ + "La table a été supprimée ou renommée dans la base de données." ], "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": [ "La colonne temps pour la visualisation. Notez que vous pouvez définir arbitrairement l'expression que retourne la colonne DATETIME dans la table. Aussi noter que le filtre ci-dessous est appliqué à cette colonne ou expression" ], + "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`": [ + "La granularité temporelle pour la visualisation. Noter que vous pouvez taper etu tiliser le langage naturel comme `10 seconds`, `1 day` ou `56 weeks`" + ], "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ "Le granularité de temps pour la visualisation. Ceci applique une transformation de date pour modifier votre colonne de temps et définit une nouvelle granularité d'heure. Les options ici sont définies pour chaque type de SGBD dans le code source de Superset." ], - "No filter": ["Pas de filtre"], "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ "L'intervalle de temps pour la visualisation. Tous les temps relatifs, par exemple \"Mois dernier\", \"7 derniers jours\", \"maintenant\", etc. sont évalués sur le serveur en utilisant l'heure locale du serveur (sans fuseau horaire). Toutes les infobulles et les heures des \"placeholders\" sont exprimées en UTC (sans fuseau). Les timestamps sont alors évalués par la base données en utilisant le fuseau horaire local du serveur. Notez que l'on peut indiquer explicitement la fuseau horaire dans le format ISO 8601 quand on spécifie l'heure de début et/ou de fin." ], - "Row limit": ["Nombre de lignes max"], - "Limits the number of rows that get displayed.": [ - "Limite le nombre de lignes qui sont affichées." - ], - "Series limit": ["Nombre de séries max"], - "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ - "Limite le nombre de séries affichées. Une sous-requête associée (ou une phase supplémentaire dans laquelle les sous-requêtes ne sont pas prises en charge) est appliquée pour limiter le nombre de séries qui sont récupérées et affichées. Cette fonctionnalité est utile lors du regroupement par colonne(s) de cardinalité(s) élevée(s) bien que cela augmente la complexité et le coût de la requête." - ], - "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Métrique utilisée pour définir comment les séries principales sont triées si une limite de série ou de ligne est définie. Si indéfini, la première métrique sera utilisée (si approprié)." - ], - "Series": ["Séries"], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Définit le regroupement d'entités. Chaque série est représentée par une couleur spécifique sur le graphique et masquée/affichée en cliquant sur sa légende" - ], - "Entity": ["Entité"], - "This defines the element to be plotted on the chart": [ - "Ceci définit l'élément à tracer sur le graphique" - ], - "X Axis": ["Axe X"], - "Metric assigned to the [X] axis": ["Métrique assignée à l'axe [X]"], - "Y Axis": ["Axe Y"], - "Metric assigned to the [Y] axis": ["Métrique assignée à l'axe [Y]"], - "Bubble size": ["Taille de la bulle"], - "Y Axis Format": ["Format de l'axe Y"], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Lorsque `Type de calcul` vaut \"Pourcentage de changement\", le format de l'axe Y est à forcé à `.1%`" - ], - "The color scheme for rendering chart": [ - "Le jeu de couleur pour le rendu graphique" + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" ], - "description": ["description"], - "bolt": ["boulon"], - "Changing this control takes effect instantly": [ - "La modification de ce contrôle prendra effet immédiatement" + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "Le type de visualisation à afficher" ], - "Customize": ["Personnaliser"], - "Height": ["Hauteur"], - "Width": ["Largeur"], - "Copy chart URL to clipboard": [ - "Copier l'URL du graphique vers le presse-papier" + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [ + "L'utilisateur semble avoir été effacé" ], - "Superset Chart": ["Graphique Superset"], - "Export to .JSON format": ["Exporter au format JSON"], - "Export to .CSV format": ["Exporter au format CSV"], - "Controls labeled ": ["Contrôles libellés "], - "Control labeled ": ["Contrôle libellé "], - "Open Datasource tab": ["Ouvrir l'onglet Source de données"], - "rows": ["lignes"], - "Limit reached": ["Limite atteinte"], - "**Select** a dashboard OR **create** a new one": [ - "**Sélectionner** un tableau de bord OU **créer** un nouveau" + "The username \"%(username)s\" does not exist.": [ + "L'utilisateur \"%(username)s\" n'existe pas." ], - "Please enter a chart name": ["Veuillez saisir un nom de graphique"], - "Save chart": ["Enregistrer un graphique"], - "Save & go to dashboard": ["Sauvegarder et aller au tableau de bord"], - "Save as new chart": ["Enregistrer comme un nouveau graphique"], - "Save (Overwrite)": ["Enregister (écrase)"], - "Save as ...": ["Enregistrer sous ..."], - "Chart name": ["Nom du graphique"], - "Add to dashboard": ["Ajouter au tableau de bord"], - "Select a dashboard": ["Sélectionner un tableau de bord"], - "Copy": ["Copier"], - "rows retrieved": ["lignes récupérées"], - "No data": ["Pas de données"], - "Sorry, An error occurred": ["Désolén une erreur s'est produite"], - "View samples": ["Voir exemples"], - "Search Metrics & Columns": [ - "Chercher dans les métriques et les colonnes" + "The username provided when connecting to a database is not valid.": [ + "Le nom d'utilisateur fourni à une base de données est invalide." ], - "Showing %s of %s": ["Affichage de %s sur %s"], - "Show less...": ["Afficher moins ..."], - "Show all...": ["Afficher tout ..."], - "Show Less...": ["Afficher moins ..."], - "New chart": ["Nouveau graphique"], - "Edit properties": ["Modifier les propriétés"], - "Run in SQL Lab": ["Exécuter dans SQL Lab"], - "%s - untitled": ["%s - sans titre"], - "Edit chart properties": ["Modifier les propriétés du graphique"], - "You do not have permission to edit this chart": [ - "Vous n'avez pas les permission pour modifier ce graphique" + "The way the ticks are laid out on the X-axis": [""], + "There are associated alerts or reports": [ + "Il y a des alertes ou des rapports associés" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "La description peut être affichée comme des widgets d'entête dans la vue tableau de bord. Prend en charge le Markdown." + "There are associated alerts or reports: %s,": [ + "Il y a des alertes ou des rapports associés : %s," ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Durée (en secondes) du timeout du cache pour ce graphique. Notez que c'est par défaut le timeout du jeu de données si indéfinie." + "There are no charts added to this dashboard": [ + "Il n'y a pas de graphiques ajouté dans ce tableau de bord" ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Une liste d'utilisateurs qui peuvent modifier le graphique. Il est possible de chercher par nom de graphique ou d'utilisateur." + "There are no components added to this tab": [ + "Il n'y a pas de composant à ajouter dans cet onglet" ], - "Min": ["Min"], - "Max": ["Max"], - "Select color scheme": ["Sélectionner un schéma de couleurs"], - "Invalid lat/long configuration.": ["Configuration lat/long non valide."], - "Reverse lat/long ": ["Inverser lat/long "], - "Longitude & Latitude columns": ["Les colonnes longitude & latitude"], - "Delimited long & lat single column": [ - "Une seule colonne long & lat délimité" + "There are no databases available": [""], + "There are no filters in this dashboard.": [ + "Pas de filtre dans ce tableau de bord." ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Multiples formats acceptés, regarder la librairie Python geopy.points pour plus de détails" + "There are unsaved changes.": [ + "Vous avez des modifications non sauvegardées." ], - "Geohash": ["Geohash"], - "textarea": ["zone de texte"], - "in modal": ["en modal"], - "Failed to verify select options: %s": [ - "Echec de la vérification des options de sélection : %s" + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "Il y a une erreur de syntaxe dans la requête SQL. Peut-être une faute de frappe." ], - "Annotation layer value": ["Valeur de la couche d'annotations"], - "Annotation Slice Configuration": [ - "Configuration de l'annotation de graphique" + "There is no chart definition associated with this component, could it have been deleted?": [ + "Il n'y a pas de définition de graphique associé à ce composanta-t-il été supprimé ?" ], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "Cette section vous permet de configurer comment utiliser le graphique\n pour générer des annotations." + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Espace insuffisant pour ce composant. Diminuez sa largeur ou augmentez la largeur de la destination." ], - "Annotation layer time column": [ - "Colonne temporelle de la couche d'annotations" + "There was an error fetching your recent activity:": [ + "Une erreur s'est produite lors de lors de la récupération de votre activité récente :" ], - "Interval start column": ["Première colonne de l'intervalle"], - "Event time column": ["Colonne temporelle de l’événement"], - "This column must contain date/time information.": [ - "Cette colonne doit contenir une information date/heure." + "There was an error loading the schemas": [ + "Une erreur s'est produite lors de la récupération des schémas" ], - "Annotation layer interval end": [ - "Fin de l'intervalle de la couche d'annotations" + "There was an error loading the tables": [ + "Il y a eu une erreur au chargement des tables" ], - "Interval End column": ["Dernière colonne de l'intervalle"], - "Annotation layer title column": [ - "Colonne de titre de la couche d'annotations" + "There was an error with your request": [ + "Il y avait une erreur avec vore requête" ], - "Title Column": ["Colonne de Titre"], - "Pick a title for you annotation.": [ - "Choisissez un titre pour votre annotation." + "There was an issue deleting %s: %s": [ + "Il y a eu un problème lors de la suppression de %s: %s" ], - "Annotation layer description columns": [ - "Colonnes de description de la couche d'annotations" + "There was an issue deleting the selected %s: %s": [ + "Il y a eu un problème lors de la suppression des %s sélectionné(e)s :%s" ], - "Description Columns": ["Colonnes de description"], - "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ - "Choisissez une ou plusieurs colonnes qui doivent être montrées dans l'annotation. Si vous n'en sélectionnez aucune, elles seront toutes affichées." + "There was an issue deleting the selected annotations: %s": [ + "Il y eu un problème lors de la suppression des annotations sélectionnés : %s" ], - "Display configuration": ["Configuration d'affichage"], - "Configure your how you overlay is displayed here.": [ - "Configurer comment votre superposition est affichée ici." + "There was an issue deleting the selected charts: %s": [ + "Il y a eu un problème lors de la suppression des graphiques sélectionnés : %s" ], - "Annotation layer stroke": ["Trait de la couche d'annotations"], - "Style": ["Style"], - "Annotation layer opacity": ["Opacité de la couche d'annotations"], - "Opacity": ["Opacité"], - "Color": ["Couleur"], - "Line width": ["L'épaisseur de la ligne"], - "Layer configuration": ["Configuration de la couche"], - "Configure the basics of your Annotation Layer.": [ - "Configurer les bases de votre couche d'annotations." + "There was an issue deleting the selected dashboards: ": [ + "Une erreur s'est produite durant la sauvegarde du tableau de bord sélectionné : " ], - "Mandatory": ["Obligatoire"], - "Hide layer": ["Masquer la couche"], - "Annotation layer type": ["Type de couche d'annotations"], - "Choose the annotation layer type": [ - "Choisir le type de couche d'annotations" + "There was an issue deleting the selected datasets: %s": [ + "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s" ], - "Annotation source type": ["Type de source de la couche d'annotations"], - "Choose the source of your annotations": [ - "Choisir la source de vos annotations" + "There was an issue deleting the selected layers: %s": [ + "Il y eu un problème lors de la suppression des couches sélectionnés : %s" ], - "Annotation Source": ["Source de l'Annotation"], - "Remove": ["Supprimer"], - "Edit annotation layer": ["Modifier une couche d'annotations"], - "Add annotation layer": ["Ajouter une couche d'annotations"], - "Empty collection": ["Collection vide"], - "Add an item": ["Ajouter un élément"], - "Remove item": ["Supprimer élément"], - "Edit formatter": ["Modifier un formateur"], - "Add new formatter": ["Ajouter un formateur"], - "Add new color formatter": ["Ajouter un nouveau formateur de couleur"], - "green": ["vert"], - "yellow": ["jaune"], - "red": ["rouge"], - "This value should be smaller than the right target value": [ - "Cette valeur devrait être plus petite que la valeur cible de droite" + "There was an issue deleting the selected queries: %s": [ + "Il y a eu un problème lors de la suppression de requêtes sélectionnées : %s" ], - "This value should be greater than the left target value": [ - "Cette valeur devrait être plus grande que la valeur cible de gauche" + "There was an issue deleting the selected templates: %s": [ + "Il y a eu un problème lors de la suppression des templates sélectionnés : %s" ], - "Required": ["Requis"], - "Operator": ["Opérateur"], - "Left value": ["Valeur gauche"], - "Right value": ["Valeur droite"], - "Target value": ["Valeur cible"], - "Select column": ["Sélectionner la colonne"], - "Edit dataset": ["Éditer le jeu de données"], - "View in SQL Lab": ["Voir dans SQL Lab"], - "More dataset related options": [ - "Plus d'options sur les jeux de données" + "There was an issue deleting: %s": [ + "Il y a eu un problème lors de la suppression de : %s" ], - "The dataset linked to this chart may have been deleted.": [ - "Le jeu de données lié à ce graphique semble avoir été effacé." + "There was an issue favoriting this dashboard.": [ + "Un problème est survenu lors de l'activation de ce tableau de bord." ], - "RANGE TYPE": ["TYPE INTERVALLE"], - "Actual time range": ["Intervalle de temps courant"], - "CANCEL": ["ANNULER"], - "APPLY": ["APPLIQUER"], - "Edit time range": ["Modifier intervalle de temps"], - "Configure Advanced Time Range ": [ - "Configurer Intervalle de temps avancé " + "There was an issue fetching reports attached to this dashboard.": [ + "Désolé, une erreur s'est produite lors de la récupération des rapports de ce tableau de bord." ], - "START (INCLUSIVE)": ["DÉBUT (INCLUSIVE)"], - "Start date included in time range": [ - "Date de début incluse de l'intervalle de temps" + "There was an issue fetching the favorite status of this dashboard.": [ + "Erreur à la récupération du statut favori de ce Tableau de Bord." ], - "END (EXCLUSIVE)": ["FIN (EXCLUSIVE)"], - "End date excluded from time range": [ - "Date de fin exclue de l'intervalle de temps" + "There was an issue fetching your recent activity: %s": [ + "Une erreur s'est produite lors de la récupération de votre activité récente : %s" ], - "Configure Time Range: Previous...": [ - "Configurer intervalle de temps : Précédent ..." + "There was an issue previewing the selected query %s": [ + "Il y a eu un problème lors de la prévisualisation de la requête sélectionnée %s" ], - "Configure Time Range: Last...": [ - "Configurer intervalle de temps : Dernier ..." + "There was an issue previewing the selected query. %s": [ + "Il y a eu un problème de prévisualisation de la requête sélectionnée. %s" ], - "Configure custom time range": [ - "Configurer un intervalle de temps personnalisé" + "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: {}" ], - "Relative quantity": ["Quantité relative"], - "Relative period": ["Période relative"], - "Anchor to": ["S'ancrer à"], - "NOW": ["MAINTENANT"], - "Date/Time": ["Date/Heure"], - "Return to specific datetime.": ["Retour au datetime spécifique."], - "Syntax": ["Syntaxe"], - "Example": ["Exemple"], - "Moves the given set of dates by a specified interval.": [ - "Décale l'ensemble de dates d'un intervalle spécifié." + "These are the tables this filter will be applied to.": [ + "Ce sont les tables sur lesquelles vont s'appliquer les filtres." ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Tronquer la date spécifiée à la précision spécifiée par l'unité de date." + "These filters apply to the values available in the dropdowns": [ + "Ces filtres s'appliquent aux valeurs disponibles dans les listes déroulantes" ], - "Get the last date by the date unit.": [ - "Récupérer la dernière date par l'unité de date." + "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." ], - "Get the specify date for the holiday": [ - "Récupérer la date spécifiée pour le jour férié" + "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." ], - "Saved expressions": ["Expressions sauvegardées"], - "Saved": ["Enregistré"], - "%s column(s)": ["%s colonne(s)"], - "Simple": ["Simple"], - "Custom SQL": ["SQL personnalisé"], - "My column": ["Ma colonne"], - "Drop a column here or click": ["Supprimer une colonne ici ou cliquer"], - "Drop column here": ["Supprimer une colonne ici"], - "Click to edit label": ["Cliquer pour éditer le Label"], - "Drop columns/metrics here or click": [ - "Supprimer des colonnes/métriques ici ou cliquer" + "This action will permanently delete %s.": [ + "Cette action va supprimer définitivement %s." ], - "Drop columns or metrics here": [ - "Supprimer des colonnes ou des métriques ici" + "This action will permanently delete the layer.": [ + "Cette action va définitivement supprimer la couche." + ], + "This action will permanently delete the saved query.": [ + "Cette action va définitivement supprimer la requête sauvegardée." ], - "Drop a column/metric here or click": [ - "Supprimer une colonne/métrique ici ou cliquer" + "This action will permanently delete the template.": [ + "Cette acion supprimera définitvement le template." ], - "Drop column or metric here": [ - "Supprimer une colonne ou une métrique ici" + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "Cela peut être soit une adresse IP (ex 127.0.0.1) ou un nom de domaine (ex mydatabase.com)." ], - "Drop columns here": ["Supprimer des colonnes ici"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n Ce filtre est hérite du contexte du tableau de bord.\n Il ne sera pas sauvé à l'enregistrement du graphique.\n " + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "Default": ["Par défaut"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ - "(optionnel) valeur pas défaut pour le filtre, avec l'option multiple, vous pouvez utiliser un point virgule pour séparer les options." + "This chart has been moved to a different filter scope.": [ + "Ce graphique a été déplacé vers un autre champ d'application du filtre." ], - "Metric to sort the results by": [ - "Métrique servant à trier les résultats" + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" ], - "Check for sorting ascending": ["Cocher pour trier par ordre croissant"], - "Allow multiple selections": ["Autoriséer les sélections multiples"], - "Multiple selections allowed, otherwise filter is limited to a single value": [ - "Sélections multiples autorisées, sinon le filtre est limité à une seule valeur" + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], - "Search all filter options": [ - "Rechercher toutes les options de filtrage" + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ - "Par défaut, chaque filtre charge au plus 1000 choix au chargement initial de la page. Cocher cette case su vous avez plus de 1000 valeurs de filtre et voulez permettre la recherche dynamique qui charge les valeurs de filtre à mesure que le les utilisateurs tapent (peut surcharger la base de données)." + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [ + "Cette colonne doit contenir une information date/heure." ], - "User must select a value for this filter": [ - "L'utilisateur doit sélectionner une valeur pour ce filtre" + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Filter Configuration": ["Configuration du filtre"], - "Filter Settings": ["Paramètres du filtre"], - "Inverse selection": ["Inverser la selection"], - "Dynamically search all filter values": [ - "Charge dynamiquement les valeurs du filtre" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Filter value is required": ["La valeur du filtre est requise"], - "Default value must be set when \"Filter value is required\" is checked": [ - "La valeur par defaut doit être initialisé si \"La valeur du filtre est requise\" est selectionné" + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "Ce tableau de bord est en train de se rafraîchir automatiquement ; le prochain rafraîchissement sera dans %s." ], - "User must select a value before applying the filter": [ - "L'utilisateur doit selectionner une valeur avant d'appliquer le filtre" + "This dashboard is managed externally, and can't be edited in Superset": [ + "" ], - "When using this option, default value can’t be set": [ - "Quand l'option est utilisée, une valeur par defaut doit être indiquée" + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste des tableaux de bord. Rendez le favori pour le voir ici ou utilisez son URL pour y avoir accès." ], - "Exclude selected values": ["Exclus les valeurs selectionnées"], - "Can select multiple values": ["Peut selectionner plusieurs valeurs"], - "Select first filter value by default": [ - "Selectionne la première valeur du filtre par défaut" + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste des tableaux de bord. Cliquez ici pour publier ce tableau de bord." ], - "Custom SQL ad-hoc filters are not available for the native Druid connector": [ - "Les filtres ad-hoc pour le SQL personnalisé ne sont par disponibles pour le connecteur Druid natif" + "This dashboard is published. Click to make it a draft.": [ + "Ce tableau de bord est publié. Cliquez pour en faire un brouillon." ], - "%s option(s)": ["%s option(s)"], - "Select subject": ["Sélectionner un objet"], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Aucune colonne de ce type n'a été trouvée. Pour filtrer sur une métrique, essayer l'onglet Custom SQL." + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" ], - "%s column(s) and metric(s)": ["%s colonne(s) et métrique(s)"], - "To filter on a metric, use Custom SQL tab.": [ - "Pour filtrer sur une métrique, utiliser l'onglet Custom SQL." + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Ce tableau de bord a été changé récemment. Merci de le recharger pour avoir la dernière version." ], - "%s operator(s)": ["%s opérateur(s)"], - "Select operator": ["Sélectionner l'opérateur"], - "Comparator option": ["Option comparateur"], - "Type a value here": ["Saisir une valeur ici"], - "Filter value (case sensitive)": [ - "Valeur du filtre (sensible à la casse)" + "This dashboard was saved successfully.": [ + "Ce Tableau de Bord a été sauvegardé avec succès." ], - "choose WHERE or HAVING...": ["choisir WHERE ou HAVING..."], - "Filters by columns": ["Filtrer par colonne"], - "Filters by metrics": ["Filtres par métrique"], - "Fixed": ["Modifié"], - "Based on a metric": ["Basé sur une métrique"], - "My metric": ["Ma métrique"], - "Add metric": ["Ajouter une métrique"], - "Select aggregate options": ["Sélectionner les options d’agrégat"], - "%s aggregates(s)": ["%s agrégat(s)"], - "Select saved metrics": ["Sélectionner les métriques sauvegardées"], - "%s saved metric(s)": ["%s métrique(s) sauvegardée(s)"], - "Saved metric": ["Métrique sauvegardée"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "Les métriques ad-hoc simples ne sont pas disponibles pour ce dataset" + "This database is managed externally, and can't be edited in Superset": [ + "" ], - "aggregate": ["agrégat"], - "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ - "Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles pour le connecteur Druid natif" + "This database table does not contain any data. Please select a different table.": [ + "" ], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles pour ce dataset" + "This dataset is managed externally, and can't be edited in Superset": [ + "" ], - "Time series columns": ["Colonnes des séries temporelles"], - "Other": ["Autres"], - "Popular": ["Populaires"], - "ECharts": ["EGraphiques"], - "Advanced-Analytics": ["Analyses avancées"], - "Recommended tags": ["Tags recommandés"], - "Category": ["Catégorie"], - "Tags": ["Tags"], - "Search all charts": ["Chercher tous les graphiques"], - "No description available.": ["Pas de description disponible."], - "Examples": ["Exemples"], - "This visualization type is not supported.": [ - "Ce type de visualisation n'est pas supporté." + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Ceci définit l'élément à tracer sur le graphique" ], - "Select Viz Type": ["Selectionner un type de visualisation"], - "Click to change visualization type": [ - "Cliquer pour changer de type de visualisation" + "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." ], - "Select a visualization type": ["Selectionner un type de visualisation"], - "Select": ["Sélectionner"], - "Code": ["Code"], - "Markup type": ["Type de balisage"], - "Pick your favorite markup language": [ - "Choisissez votre langage de balisage préféré" + "This filter doesn't exist in dashboard. It will not be applied.": [ + "Ce filtre n'existe pas dans le tableau de bord. Il ne sera pas appliqué." ], - "Put your code here": ["Mettez votre code ici"], - "Query": ["Requête"], - "URL": ["URL"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Lien template, il est possible d'inclure {{ metric }} or autres valeurs provenant de ces contrôles." + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [ + "Cet ensemble de filtre est identique à : \"%s\"" ], - "Time": ["Temps"], - "Time related form attributes": ["Attributs de formulaire liés au temps"], - "Chart type": ["Type de graphique"], - "Chart ID": ["ID Graphique"], - "The id of the active chart": ["L'identifiant du graphique actif"], - "Cache Timeout (seconds)": ["Timeout du cache (secondes)"], - "The number of seconds before expiring the cache": [ - "Le nombre de secondes avant l'expiration du cache" + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "URL parameters": ["Paramètres URL"], - "Extra parameters for use in jinja templated queries": [ - "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Ceci est la condition qui sera ajoutée à la clause WHERE. Par exemple, pour ne retourner que les lignes d'un client particulier, vous pouvez définir un filtre régulier avec la clause `client_id = 9`. Pour n'afficher aucune ligne sauf pour les utilisateurs qui appartiennent à un role de filtre RLS, un filtre de base peut être créé avec la clause `1 = 0` (toujours faux)." ], - "Time range endpoints": ["Bornes de la période temporelle"], - "Time range endpoints (SIP-15)": [ - "Bornes de la période temporelle (SIP-15)" + "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 via drag and drop dans la vue tableau de bord" ], - "Annotations and layers": ["Annotations et couches"], - "Whether to sort descending or ascending": [ - "Trier par ordre décroissant ou croissant" + "This markdown component has an error.": [ + "Ce composant markdown est en erreur." ], - "Contribution": ["Contribution"], - "Compute the contribution to the total": [ - "Calculer la contribution au total" + "This markdown component has an error. Please revert your recent changes.": [ + "Ce composant markdown est en erreur. Reprenez vos modifications récentes." ], - "Advanced analytics": ["Analyses avancées"], + "This may be triggered by:": ["Cela peut être déclenché par:"], + "This metric might be incompatible with current dataset": [""], "This section contains options that allow for advanced analytical post processing of query results": [ "Cette section contient les options permettant un post traitement analytique avancé des résultats de requêtes" ], - "Rolling window": ["Fenêtre glissante"], - "Rolling function": ["Fonction de fenêtre glissante"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Définit une fonction de fenêtre glissante à appliquer, fonctionne avec le champ texte [Périodes]" + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" ], - "Periods": ["Périodes"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Définit la taille de la fonction de fenêtre glissante, par rapport à la granularité temporelle sélectionnée" + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" ], - "Min periods": ["Périodes min"], - "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": [ - "Le nombre minimum de périodes glissantes requis pour afficher une valeur. Par exemple, si vous faites un somme cumulée sur 7 jours, vous souhaitez peut être que votre \"Min Période\" soit égale à 7, de sorte que tous les points de données affichés correspondent au total des 7 périodes. Ceci cachera la \"montée en puissance\" qui aura lieu au cours des 7 périodes" + "This value should be greater than the left target value": [ + "Cette valeur devrait être plus grande que la valeur cible de gauche" ], - "Time comparison": ["Comparaison de temps"], - "Time shift": ["Décalage temporel"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ - "Superposer une ou plusieurs séries temporelles d'une période relative. Attend des écarts temporels relatifs en langage naturel en anglais (exemple : 24 hours, 7 days, 52 weeks, 365 days). Le texte libre est supporté." + "This value should be smaller than the right target value": [ + "Cette valeur devrait être plus petite que la valeur cible de droite" ], - "Calculation type": ["Choisir un type de calcul"], - "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ - "Comment afficher des décalages temporels : comme des lignes individuelles ; comme la différence entre les séries temporelles principales et chaque décalage temporel ; comme le pourcentage de changement; ou comme le ratio entre les séries et les décalages temporels." + "This visualization type is not supported.": [ + "Ce type de visualisation n'est pas supporté." ], - "Python functions": ["Fonctions Python"], - "Rule": ["Règle"], - "Pandas resample rule": ["Règle de ré-échantillonnage Pandas"], - "Method": ["Méthode"], - "Pandas resample method": ["Méthode de ré-échantillonnage Pandas"], - "No columns": ["Pas de colonne"], - "%s option": ["%s option(s)"], - "Chosen non-numeric column": ["Colonne non numérique choisie"], - "No time columns": ["Pas de colonne temporelle"], - "Favorites": ["Favoris"], - "Created content": ["Contenu créé"], - "Recent activity": ["Activité récente"], - "Security & Access": ["Securité et accès"], - "No charts": ["Aucun graphique"], - "No dashboards": ["Aucun tableau de bord"], - "No favorite charts yet, go click on stars!": [ - "Aucun graphique favori pour le moment, cliquer sur les étoiles !" + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": ["Jeudi"], + "Time": ["Temps"], + "Time Series - Bar Chart": ["Séries temporelles - histogramme"], + "Time Series - Dual Axis Line Chart": ["Séries temporelles - double axe"], + "Time Series - Line Chart": ["Séries temporelles - ligne"], + "Time Series - Multiple Line Charts": [ + "Séries temporelles - Lignes multiples" ], - "No favorite dashboards yet, go click on stars!": [ - "Aucun tableau de bord favori pour le moment, cliquer sur les étoiles !" + "Time Series - Nightingale Rose Chart": [ + "Séries temporelles - Graphique Nightingale Rose" ], - "Profile picture provided by Gravatar": [ - "Image de profil fournie par Gravatar" + "Time Series - Paired t-test": ["Séries temporelles - Paired t-test"], + "Time Series - Percent Change": [ + "Séries temporelles - pourcentage de changement" ], - "joined": ["relié"], - "id:": ["id:"], - "There was an issue fetching reports attached to this dashboard.": [ - "Désolé, une erreur s'est produite lors de la récupération des rapports de ce tableau de bord." + "Time Series - Period Pivot": ["Séries temporelles - Période Pivot"], + "Time Series - Stacked": ["Séries temporelles - empilées"], + "Time Table View": ["Vue de la table temporelle"], + "Time column": ["Colonne de temps"], + "Time column \"%(col)s\" does not exist in dataset": [ + "La colonne temporelle \"%(col)s\" n'existe pas dans le jeu de données" ], - "The report has been created": ["Le rapport a été créé"], - "An error occurred while editing this report: %s": [ - "Une erreur s'est produite durant la modification du rapport : %s" + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Comparaison de temps"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "An error occurred while editing this report.": [ - "Une erreur s'est produite durant la modification de ce rapport." + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "La chaîne Ecart Temps est ambigüe. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "We were unable to active or deactivate this report.": [ - "Nous n'avons pas pu activer ou désactiver ce rapport." + "Time filter": ["Filtre de temps"], + "Time grain": ["Granularité de Temps"], + "Time grain missing": ["Granularité de temps manquante"], + "Time in seconds": ["Temps en secondes"], + "Time range": ["Intervalle de Temps"], + "Time related form attributes": ["Attributs de formulaire liés au temps"], + "Time series columns": ["Colonnes des séries temporelles"], + "Time shift": ["Décalage temporel"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "La chaîne de Temps est ambigüe. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "Your report could not be deleted": [ - "Votre rapport n'a pas pu être supprimé" + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" ], - "Deleted: %s": ["Supprimé : %s"], - "There was an error fetching your recent activity:": [ - "Une erreur s'est produite lors de lors de la récupération de votre activité récente :" + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "" ], - "There was an issue deleting: %s": [ - "Il y a eu un problème lors de la suppression de : %s" + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" ], - "There was an issue deleting %s: %s": [ - "Il y a eu un problème lors de la suppression de %s: %s" + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], - "report": ["rapport"], - "alert": ["alerte"], - "reports": ["rapports"], - "alerts": ["alertes"], - "There was an issue deleting the selected %s: %s": [ - "Il y a eu un problème lors de la suppression des %s sélectionné(e)s :%s" + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" ], - "Last run": ["Dernière exécution"], - "Notification method": ["Méthode de notification"], - "Execution log": ["Log d'exécution"], - "Actions": ["Actions"], - "Bulk select": ["Sélectionner plusieurs"], - "No %s yet": ["Pas encore de %s"], - "Created by": ["Créé par"], - "An error occurred while fetching created by values: %s": [ - "Une erreur s'est produite en récupérant les valeurs créées : %s" + "Time-series Table": ["Table de Séries temporelles"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" ], - "Status": ["Statut"], - "${AlertState.success}": ["${AlertState.success}"], - "${AlertState.working}": ["${AlertState.working}"], - "${AlertState.error}": ["${AlertState.error}"], - "${AlertState.noop}": ["${AlertState.noop}"], - "${AlertState.grace}": ["${AlertState.grace}"], - "Alerts & reports": ["Alertes et rapports"], - "Reports": ["Rapports"], - "Delete %s?": ["Effacer %s ?"], - "Please confirm": ["Veuillez confirmer"], - "Are you sure you want to delete the selected %s?": [ - "Êtes-vous sûr de vouloir supprimer les %s sélectionnés ?" + "Timeout error": ["Erreur de timeout"], + "Timezone": ["Fuseau horaire"], + "Timezone offset (in hours) for this datasource": [ + "Timezone offset (en heure) de cette source de données" ], - "< (Smaller than)": ["< (Plus petit que)"], - "> (Larger than)": ["> (Plus grand que)"], - "<= (Smaller or equal)": ["<= (Plus petit ou égal)"], - ">= (Larger or equal)": [">= (Plus grand ou égal)"], - "== (Is equal)": ["== (Est equal)"], - "!= (Is not equal)": ["!= (N'est pas égal)"], - "Not null": ["Non Null"], - "30 days": ["30 jours"], - "60 days": ["60 jours"], - "90 days": ["90 jours"], - "Add notification method": ["Ajouter une méthode de notification"], - "Add delivery method": ["Ajouter méthode de livraison"], - "Edit ${isReport ? 'Report' : 'Alert'}": [ - "Modifier ${isReport ? 'Report' : 'Alert'}" + "Timezone selector": ["Sélecteur de fuseau horaire"], + "Title": ["Titre"], + "Title Column": ["Colonne de Titre"], + "Title or Slug": ["Titre"], + "To filter on a metric, use Custom SQL tab.": [ + "Pour filtrer sur une métrique, utiliser l'onglet Custom SQL." ], - "Add ${isReport ? 'Report' : 'Alert'}": [ - "Ajouter ${isReport ? 'Report' : 'Alert'}" + "To get a readable URL for your dashboard": [ + "Pour avoir une URL lisible pour votre tableau de bord" ], - "Report name": ["Nom du rapport"], - "Alert name": ["Nom de l'alerte"], - "Alert condition": ["Condition d'alerte"], + "Tools": ["Outils"], + "Tooltip": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Totals": ["Totaux"], + "Track job": ["Suivre le job"], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["Carte proportionnelle"], + "Treemap (legacy)": [""], + "Trend": ["Tendance"], + "Triangle": [""], "Trigger Alert If...": ["Déclencher une alerte si ..."], - "Condition": ["Condition"], - "Report schedule": ["Planification de rapport"], - "Alert condition schedule": ["Planification de la condition d'alerte"], - "Schedule settings": ["Paramètres de planification"], - "Log retention": ["Rétention de log"], - "Working timeout": ["Timeout d'exécution"], - "Time in seconds": ["Temps en secondes"], - "Grace period": ["Période de grâce"], - "Message content": ["Contenu du message"], - "Send as PNG": ["Envoyer comme PNG"], - "Send as CSV": ["Envoyer comme CSV"], - "Send as text": ["Envoyer comme texte"], - "log": ["log"], - "State": ["Etat"], - "Execution ID": ["ID d'exécution"], - "Scheduled at (UTC)": ["Planifié à (UTC)"], - "Start at (UTC)": ["Début à (UTC)"], - "Duration": ["Durée"], - "Error message": ["Message d'erreur"], - "${alertResource?.type}": ["${alertResource?.type}"], - "CRON expression": ["Expression CRON"], - "Report sent": ["Rapport envoyé"], - "Alert triggered, notification sent": [ - "Alerte déclenchée, notification envoyée" + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" ], - "Report sending": ["Envoi d'un rapport"], - "Alert running": ["Altere en cours"], - "Report failed": ["Le rapport a échoué"], - "Alert failed": ["L'alerte a échoué"], - "Nothing triggered": ["Rien déclenché"], - "Alert Triggered, In Grace Period": [ - "Alerte déclenchée, -période de grâce" + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Tronquer la date spécifiée à la précision spécifiée par l'unité de date." ], - "Delivery method": ["Méthode de livraison"], - "Select Delivery Method": ["Choisir la méthode de livraison"], - "Recipients are separated by \",\" or \";\"": [ - "Les destinataires sont séparés par \",\" ou \";\"" + "Try applying different filters or ensuring your datasource has data": [ + "" ], - "${RecipientIconName.email}": ["${RecipientIconName.email}"], - "${RecipientIconName.slack}": ["${RecipientIconName.slack}"], - "annotation": ["annotation"], - "There was an issue deleting the selected annotations: %s": [ - "Il y eu un problème lors de la suppression des annotations sélectionnés : %s" + "Try selecting a different schema": [""], + "Tuesday": ["Mardi"], + "Type": ["Type"], + "Type \"%s\" to confirm": ["Tapez \"%s\" pour confirmer"], + "Type a value": ["Renseigner une valeur"], + "Type a value here": ["Saisir une valeur ici"], + "Type is required": ["Le type est requis"], + "Type of Google Sheets allowed": [ + "Type de feuilles Google Sheets autorisées" ], - "Edit annotation": ["Modifier annotation"], - "Delete annotation": ["Supprimer annotation"], - "Annotation": ["Annotation"], - "No annotation yet": ["Pas encore d'annotations"], - "Annotation Layer ${annotationLayerName}": [ - "Couche d'annotations ${annotationLayerName}" + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Tapez ou Selectionnez [%s]"], + "URL": ["URL"], + "URL parameters": ["Paramètres URL"], + "URL slug": ["URL Slug"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Impossible d'ajouter une table dans le backend. Veuillez contacter votre administrateur." ], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ - "Etes-vous sûr de vouloir supprimer ${annotationCurrentlyDeleting?.short_descr}?" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Impossible de se connecter au catalogue \"%(catalog_name)s\"." ], - "Delete Annotation?": ["Supprimer l'annotation ?"], - "Are you sure you want to delete the selected annotations?": [ - "Etes-vous sûr de vouloir supprimer les annotations sélectionnées ?" + "Unable to connect to database \"%(database)s\".": [ + "Impossible de se connecter à la base de données \"%(database)s\"." ], - "The annotation has been updated": ["Cette annotation a été modifiée"], - "The annotation has been saved": ["Cette annotation a été sauvegardée"], - "Add annotation": ["Ajouter une annotation"], - "Annotation name": ["Nom de l'annotation"], - "date": ["date"], - "Additional information": ["Informations additionnelles"], - "Description (this can be seen in the list)": [ - "Description (cela peut être vu dans la liste)" + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" ], - "annotation_layer": ["annotation_layer"], - "Edit annotation layer properties": ["Couches d'annotation"], - "Annotation layer name": ["Nom de la couche d'annotations"], - "Annotation layers": ["Couches d'annotations"], - "There was an issue deleting the selected layers: %s": [ - "Il y eu un problème lors de la suppression des couches sélectionnés : %s" + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Impossible de trouver un tel congé : [%(holiday)s]" ], - "Last modified": ["Dernière modification"], - "Created on": ["Créé le"], - "Edit template": ["Modifier un template"], - "Delete template": ["Supprimer un template"], - "Annotation layer": ["Couches d'annotations"], - "An error occurred while fetching dataset datasource values: %s": [ - "Une erreur s'est produite durant la récupération les sources de données du jeu de données : %s" + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "No annotation layers yet": ["Pas encore de couches d'annotations"], - "This action will permanently delete the layer.": [ - "Cette action va définitivement supprimer la couche." + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Impossible de migrer l'état de l'éditeur de requêtes dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." ], - "Delete Layer?": ["Effacer couche ?"], - "Are you sure you want to delete the selected layers?": [ - "Etes-vous sûr de vouloir supprimer les couches sélectionnées ?" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Impossible de migrer l'état de la requête dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." ], - "Are you sure you want to delete": ["Etes-vous sûr de vouloir supprimer"], - "Modified %s": ["Modifié %s"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les graphiques. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Impossible de migrer l'état du schéma de la table dans le backend. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Vous importez un ou plusieurs graphiques qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Impossible de téléverser le fichier CSV \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" ], - "There was an issue deleting the selected charts: %s": [ - "Il y a eu un problème lors de la suppression des graphiques sélectionnés : %s" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Impossible de charger le fichier en colonnes \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" ], - "Modified by": ["Modifié par"], - "Favorite": ["Favoris"], - "Any": ["Tous"], - "Yes": ["Oui"], - "No": ["Non"], - "Owner": ["Propriétaire"], - "All": ["Tous"], - "An error occurred while fetching chart owners values: %s": [ - "Une erreur s'est produite durant la récupération des propriétaires du graphique : %s" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Impossible de charger le fichier Excel \"%(filename)s\" dans la table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message d'erreur : %(error_msg)s" ], - "An error occurred while fetching chart created by values: %s": [ - "Une erreur s'est produite durant la récupération du graphique créé par les valeurs : %s" + "Undefined": ["Indéfini"], + "Undefined window for rolling operation": [ + "Fenêtre indéfinie pour l'opération de roulement" ], - "Viz type": ["Type"], - "viz type": ["type de visualisation"], - "Alphabetical": ["Alphabétique"], - "Recently modified": ["Dernière modification"], - "Least recently modified": ["Dernière modification"], - "Import charts": ["Importer des graphiques"], - "Are you sure you want to delete the selected charts?": [ - "Etes-vous sûr de vouloir supprimer les graphiques sélectionnés ?" + "Undo?": ["Défaire?"], + "Unexpected error": ["Erreur inattendue"], + "Unexpected error occurred, please check your logs for details": [ + "Erreur inattendue, consultez les logs pour plus de détails" ], - "css_template": ["css_template"], - "Edit CSS template properties": [ - "Modifier les propriétés du template CSS" + "Unknown": ["Erreur inconnue"], + "Unknown MySQL server host \"%(hostname)s\".": [ + "Hôte MySQL \"%(hostname)s\" inconnu." ], - "Add CSS template": ["Templates CSS"], - "CSS template name": ["Nom du template"], - "css": ["css"], - "CSS templates": ["Templates CSS"], - "There was an issue deleting the selected templates: %s": [ - "Il y a eu un problème lors de la suppression des templates sélectionnés : %s" + "Unknown Presto Error": ["Erreur Presto inconnue"], + "Unknown Status": ["Statut inconnu"], + "Unknown column used in orderby: %(col)s": [ + "Colonne inconnue utilisée dans le tri %(col)s" ], - "Last modified by %s": ["Dernière modification par %s"], - "CSS template": ["Templates CSS"], - "This action will permanently delete the template.": [ - "Cette acion supprimera définitvement le template." + "Unknown error": ["Erreur inconnue"], + "Unknown input format": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s" ], - "Delete Template?": ["Supprimer template ?"], - "Are you sure you want to delete the selected templates?": [ - "Etes-vous sûr de vouloir supprimer les templates sélectionnés ?" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valeur de template non sécurisée pour la clé %(key)s: %(value_type)s" ], - "published": ["publié"], - "draft": ["brouillon"], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les tableaux de bord. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." + "Unsupported clause type: %(clause)s": [ + "Type de clause non supportée: %(clause)s" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Vous importez un ou plusieurs tableaux de bord qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" + "Unsupported post processing operation: %(operation)s": [ + "Opération de post-traitement non supportée : %(operation)s" ], - "An error occurred while fetching dashboards: %s": [ - "Une erreur s'est produite durant la récupération des tableaux de bord : %s" + "Unsupported return value for method %(name)s": [ + "Type de retour non supporté pour la méthode %(name)s" ], - "There was an issue deleting the selected dashboards: ": [ - "Une erreur s'est produite durant la sauvegarde du tableau de bord sélectionné : " + "Unsupported template value for key %(key)s": [ + "Valeur de template non supportée pour la clé key %(key)s" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Une erreur s'est produite durant la récupération des propriétaires du tableau de bord : %s" + "Unsupported time grain: %(time_grain)s": [ + "Granularité de Temps non supportée : %(time_grain)s" ], - "An error occurred while fetching dashboard created by values: %s": [ - "Une erreur s'est produite lors de la récupération du tableau de bord créé avec les valeurs : %s" + "Untitled query": ["Requête sans titre"], + "Update": ["Mettre à jour"], + "Upload": ["Téléverser"], + "Upload CSV to database": [ + "Importer des fichiers CSV vers la base de données" ], - "Are you sure you want to delete the selected dashboards?": [ - "Etes-vous sûr de vouloir supprimer les tableaux de bord sélectionné ?" + "Upload Credentials": ["Charger les informations de connexion"], + "Upload Excel file to database": [ + "Importer des fichiers Excel vers la base de données" ], - "SQL Copied!": ["SQL Copié !"], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." + "Upload JSON file": ["Charger un fichier JSON"], + "Upload columnar file to database": [ + "Importer des colonnes vers la base de données" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Vous importez une ou plusieurs bases de données qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" + "Use \"%(menuName)s\" menu instead.": [""], + "Use Columns": ["Utilise Columns"], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [ + "Utiliser une connexion cryptée vers la base de données" ], - "database": ["base de données"], - "An error occurred while fetching database related data: %s": [ - "Une erreur s'est produite lors de la récupération des données de la base : %s" + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" ], - "Import databases": ["Importer la base de données"], - "Asynchronous query execution": ["Exécution de requête asynchrone"], - "AQE": ["AQE"], - "Allow data manipulation language": ["Autoriser DML"], - "DML": ["DML"], - "CSV upload": ["Charger un CSV"], - "Delete database": ["Supprimer une base de données"], - "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ - "La base de données %s est liée à %s graphiques qui apparaissent sur %s tableaux de bord et les utilisateurs ont des onglets %s SQL Lab ouverts qui utilisent cette base de données . Êtes-vous sûr de vouloir continuer ? Supprimer la base de données cassera ces objets." + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [ + "Utiliser l'ancien éditeur de source de données" ], - "Delete Database?": ["Supprimer la base de données ?"], - "Expose database in SQL Lab": ["Exposer la base de données dans SQL Lab"], - "Allow this database to be queried in SQL Lab": [ - "Autoriser cette base de données à être requêtées dans SQL Lab" + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "Utiliser le fichier JSON que vous avez téléchargé automatiquement lors de la création de votre compte de service." ], - "Allow creation of new tables based on queries": [ - "Autoriser la création de nouvelles tables basées sur des requêtes" + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [ + "Utiliser ceci pour définir une couleur statique pour tous les cercles" ], - "Allow creation of new views based on queries": [ - "Autoriser la création de nouvelles vues basées sur des requêtes" + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Utilisé en interne pour identifier le plugin. Devrait être le nom du package tiré du fichier plugin package.json" ], - "CTAS & CVAS SCHEMA": ["SCHEMA CTAS & CVAS"], - "Create or select schema...": ["Créer ou sélectionner schéma ..."], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Force la création des tables et des vues dans ce schéma quand on cliquer sur CTAS or CVAS dans SQL Lab." + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Permettre la manipulation de la base de données en utilisant des instructionsnon SELECT comme UPDATE, DELETE, CREATE, etc." + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" + ], + "User": ["Utilisateur"], + "User Roles": ["Profils utilisateurs"], + "User doesn't have the proper permissions.": [ + "L'utilisateur n'a pas les droits." + ], + "User must select a value for this filter": [ + "L'utilisateur doit sélectionner une valeur pour ce filtre" ], - "Enable query cost estimation": [ - "Activer l'estimation du coût de la requête" + "User query": ["Requête utilisateur"], + "Username": ["Nom d'utilisateur"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Pour Presto et Postgres, affiche un bouton pour calculer le coût avant d'exécuter une requête." + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" ], - "Allow this database to be explored": [ - "Autoriser cette base de données à être explorée" + "Value": ["Valeur"], + "Value Domain": [""], + "Value bounds": [""], + "Value is required": ["Une valeur est obligatoire"], + "Value must be greater than 0": ["La valeur doit être plus grande que 0"], + "Values are dependent on other filters": [ + "Les valeurs dépendent d'autres filtres" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "Quand activé, les utilisateurs peuvent visualiser les résulats de SQL Lab dans Explorer." + "Values dependent on": ["Valeurs dépendent de"], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "Les valeurs sélectionnées dans d'autres filtres affecteront les options de filtrage afin de n'afficher que les valeurs pertinentes" ], - "Chart cache timeout": ["Timeout du cache du graphique"], - "Enter duration in seconds": ["Entrer la durée en secondes"], - "Schema cache timeout": ["Timeout du cache de schéma"], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Durée (en seconds) du délai de mise en cache pour les schémas de base de données. Si vide, le cache n'expire jamais." + "Verbose Name": ["Nom explicite"], + "Version": ["Version"], + "Version number": ["Numéro de version"], + "Video game consoles": [""], + "View All »": ["Tout voir »"], + "View in SQL Lab": ["Voir dans SQL Lab"], + "View keys & indexes (%s)": ["Vue des clefs et index (%s)"], + "View query": ["Voir la requête"], + "Viewed": ["Consultés"], + "Virtual (SQL)": ["SQL virtuel"], + "Virtual dataset": ["Jeu de données virtuel"], + "Virtual dataset query cannot be empty": [ + "La requête du jeu de données virtuel ne peut pas être vide" ], - "Table cache timeout": ["Timeout du cache de table"], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "Durée (en secondes) du délai de mise en cache pour les métadonnées des tables de cette base de données. Si vide, le cache n'expire jamais. " + "Virtual dataset query cannot consist of multiple statements": [ + "La requête du jeu de données virtuel ne peut pas comporter plusieurs instructions" ], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Faire fonctionner la base de données en mode asynchrone, c'est-à-dire que les requêtes sont exécutées dans un processus distant au lieu de les exécuter sur le serveur Web lui-même. Cela suppose que vous avez configuré un processus Celery ainsi qu'un backend de résultats. Se référer aux docs d'installation pour plus d'informations." + "Virtual dataset query must be read-only": [ + "La requête du jeu de données virtuel doit être en lecture seule" ], - "Cancel query on window unload event": [ - "Annule la requête quand on quitte la fenêtre" + "Visual Tweaks": [""], + "Visualization Type": ["Type de visualisation"], + "Visualization type": ["Type de visualisation"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ - "Arrête les requêtes en cours quand la fenêtre du navigateur est fermée ou quand change pour un autre page. Disponibles pour les bases de données Presto, Hive, MySQL, Postgres et Snowflake." + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" ], - "Secure extra": ["Sécurité"], - "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ - "Chaîne JSON qui contient des informations de configuration de connexion supplémentaires. Ceci est utilisé pour fournir des informations de connexion pour des systèmes comme Hive, Presto et BigQuery qui ne se conforment pas à la syntaxe utilisateur:mot_de_passe normalement utilisée par SQLAlchemy." + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "Enter CA_BUNDLE": ["Entrer CA_BUNDLE"], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Contenu CA_BUNDLE optionnel pour valider les requêtes HTTPS. Disponible seulent pour certains moteurs de base de données." + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "" ], - "Schemas allowed for CSV upload": [ - "Schémas autorisés pour le chargement de CSV" + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" ], - "A comma-separated list of schemas that CSVs are allowed to upload to.": [ - "Une liste de schémas (séparés par des virgules) autorisés pour le chargement de CSV." + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Impersonnaliser l'utilisateur connecté (Presto, Trino, Drill, Hive, and GSheets)" + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" ], - "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Si Presto ou Trino, toutes les requêtes dans SQL Lab sont en cours d'exécution sous le compte de l'utilisateur actuellement connecté qui doit avoir les permissions requises pour les exécuter. Si Hive et hive.server2.enable.doAs est activé, les requêtes seront exécutées sous le compte du service, mais en impersonnifiant l'utilisateur actuellement connecté via la propriété hive.server2.proxy.user." + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Allow data upload": ["Autoriser le chargement de données"], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Si sélectionné, veuillez définir les schémas autorisés pour le chargement de données dans Extra." + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" ], - "Metadata Parameters": ["Les paramètres de métadonnées"], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "L'objet metadata_params contient les paramètres envoyés à sqlalchemy.MetaData." + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" ], - "Engine Parameters": ["Les paramètres du moteur"], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "L'objet engine_params contient les paramètres envoyés à sqlalchemy.create_engine." + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Version": ["Version"], - "Version number": ["Numéro de version"], - "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ - "Spécifier la version de la base de données. Ceci doit être utilisé avec Presto afin d'autoriser l'estimation du coût de requête." + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "Display Name": ["Nom affiché"], - "Name your database": ["Donner un nom à la base de données"], - "Pick a name to help you identify this database.": [ - "Choisissez un nom pour vous aider à identifier cette base de données." + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" ], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "Refer to the": ["Se référér à"], - "for more information on how to structure your URI.": [ - "pour plus d'information sur comment strcuturer votre URI." + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" ], - "Test connection": ["Tester la connexion"], - "Please enter a SQLAlchemy URI to test": [ - "Veuillez entrer une URI SQLAlchemy pour tester" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "Sorry there was an error fetching database information: %s": [ - "Désolé, une erreur s'est produite lors de la récupération des informations de cette base de données : %s" + "Viz is missing a datasource": [ + "Viz est une source de données manquante" ], + "Viz type": ["Type"], + "WED": ["MER"], "Want to add a new database?": ["Ajouter un nouvelle base de données ?"], - "Connect": ["Connecter"], - "Edit database": ["Éditer la base de données"], - "Connect a database": ["Connecter une base de données"], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "Cliquez sur ce lien pour basculer sur un autre formulaire qui ne montrera que les champs nécessaires pour se connecter à cette base de données." + "Warning": ["Avertissement"], + "Warning Message": ["Message d'avertissement"], + "Warning!": ["Attention !"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Attention ! Changer le jeu de données peut mettre en erreur le graphique si la métadonnées n'existe pas." ], - "Finish": ["Terminer"], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "Cliquez sur ce lien pour basculer sur un autre formulaire qui vous permettra d'entrer manuellement l'URL SQLAlchemy pour cette base de données." + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ - "Cela peut être soit une adresse IP (ex 127.0.0.1) ou un nom de domaine (ex mydatabase.com)." + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Nous ne pouvons résoudre la colonne \"%(column)s\" à la ligne %(location)s." ], - "Copy the name of the database you are trying to connect to.": [ - "Copier le nom de la base de données à laquelle vous essayez de vous connecter." + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Nous ne pouvons résoudre la colonne \"%(column_name)s\"" ], - "Pick a nickname for this database to display as in Superset.": [ - "Choisissez un alias pour l'affichage de cette base de données dans Superset." + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Nous ne pouvons résoudre la colonne \"%(column_name)s\" à la ligne %(location)s." ], - "Add additional custom parameters": [ - "Ajouter des paramètres personnalisés supplémentaires" + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [ + "Nous n'avons pas pu activer ou désactiver ce rapport." ], - "SSL Mode \"require\" will be used.": [ - "Le mode SSL \"require\" sera utilisé." + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "Type of Google Sheets allowed": [ - "Type de feuilles Google Sheets autorisées" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Nous n'avons pas pu nous connecter à votre base de données \"%(database)s\". Veuillez vérfier le nom de la base et réessayez." ], - "Publicly shared sheets only": [ - "Seulement les feuilles paratagées publiques" + "Web": [""], + "Wednesday": ["Mercredi"], + "Week": ["Semaine"], + "Week ending Saturday": ["Semaine terminant le samedi"], + "Week starting Monday": ["Semaine débutant le lundi"], + "Week starting Sunday": ["Semaine débutant le dimanche"], + "Week_ending Sunday": ["Semaine terminant le dimanche"], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Lorsque `Type de calcul` vaut \"Pourcentage de changement\", le format de l'axe Y est à forcé à `.1%`" ], - "Public and privately shared sheets": [ - "Feuilles partagées de manière publique ou privée" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "How do you want to enter service account credentials?": [ - "Comment voulez-vous entrer les informations de connexion du compte de service ?" + "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" ], - "Upload JSON file": ["Charger un fichier JSON"], - "Copy and Paste JSON credentials": [ - "Copier et coller les informations de connexion JSON" + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Quand activé, les utilisateurs peuvent visualiser les résulats de SQL Lab dans Explorer." ], - "Service Account": ["Compte de service"], - "Copy and paste the entire service account .json file here": [ - "Copier et coller ici le fichier de service .json en entier" + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "Upload Credentials": ["Charger les informations de connexion"], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "Utiliser le fichier JSON que vous avez téléchargé automatiquement lors de la création de votre compte de service." + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Quand on indique du SQL, la source de données se comporte comme une vue. Superset utilisera ce paramètre comme une sous-requête lors du regroupement et du filtrage sur la requête parent générée." ], - "Connect Google Sheets as tables to this database": [ - "Connecter à cette base de données les feuilles Google Sheet comme des tables" + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Quand vous utilisez les filtres de replissage automatique, cela peut être utilisé pour améliorer la perfomance de chargement des valeurs. Utilisez cette option pour appliquer un prédicat (clause WHERE) à la requête qui sélectionne les valeurs. Typiquement, le but serait de limiter le parcours en appliquant un filtre temporel sur un champ temporel partitionné ou indexé." ], - "Google Sheet Name and URL": ["Nom et URL de la feuille Google Sheet"], - "Enter a name for this sheet": ["Entrée un nom pour cette feuille"], - "Paste the shareable Google Sheet URL here": [ - "Coller ici l'URL partageable de Google Sheet" + "When using 'Group By' you are limited to use a single metric": [ + "Quand vous utilisez 'Grouper par' vous êtes limité à une seule métrique" ], - "Add sheet": ["Ajouter une feuille"], - "Copy the account name of that database you are trying to connect to.": [ - "Copier le nom du compte de la base de données à laquelle vous essayez de vous connecter." + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [ + "Quand l'option est utilisée, une valeur par defaut doit être indiquée" ], - "Add dataset": ["Ajouter un jeu de données"], - "An error occurred while fetching dataset related data": [ - "Une erreur s'est produite lors de la récupération des données relatives au jeu de données" + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" ], - "An error occurred while fetching dataset related data: %s": [ - "Une erreur s'est produite lors de la récupération des données relatives au jeu de données : %s" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Si la table a été générée par le flow 'Visualiser' dans SQL Lab" ], - "Physical dataset": ["Jeu de données physique"], - "Virtual dataset": ["Jeu de données virtuel"], - "An error occurred while fetching dataset owner values: %s": [ - "Une erreur s'est produite durant la récupération des valeurs du propriétaire du jeu de données : %s" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Si cette colonne doit apparaître dans la section `Filtres` de la page exploration." ], - "An error occurred while fetching datasets: %s": [ - "Une erreur s'est produite durant la récupération des jeux de données : %s" + "Whether to align background charts with both positive and negative values at 0": [ + "" + ], + "Whether to align positive and negative values in cell bar chart at 0": [ + "" + ], + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" + ], + "Whether to apply a normal distribution based on rank on the color scale": [ + "" + ], + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" + ], + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" + ], + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a time filter": [ + "S'il faut inclure un filtre de temps" ], - "An error occurred while fetching schema values: %s": [ - "Une erreur s'est produit en récupérant les valeurs du schéma : %s" + "Whether to include the time granularity as defined in the time section": [ + "" ], - "Import datasets": ["Importer des jeux de données"], - "There was an issue deleting the selected datasets: %s": [ - "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s" + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "S'il faut que cette colonne soit accessible comme une option [Time Granularity], elle doit être DATETIME ou d'un format équivalent" ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ - "La source de données %s est reliée à %s graphiques qui sont présents dans %s tableaux de bord. Etes-vous sûr de vouloir continuer ? Supprimer le jeu de données cassera ces objets." + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [ + "S'il faut remplir les options des filtres de saisie semi-automatique" ], - "Delete Dataset?": ["Supprimer le jeu de données ?"], - "Are you sure you want to delete the selected datasets?": [ - "Etes-vous sûr de vouloir supprimer les jeux de données sélectionnés ?" + "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" ], - "0 Selected": ["0 sélectionné"], - "%s Selected (Virtual)": ["%s Sélectionnée (Virtuelle)"], - "%s Selected (Physical)": ["%s Sélectionnée (Physique)"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s Sélectionnée (%s Physique, %s Virtuelle)" + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "" ], - "There was an issue previewing the selected query. %s": [ - "Il y a eu un problème de prévisualisation de la requête sélectionnée. %s" + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "Trier par ordre décroissant ou croissant" ], - "Duration: %s": ["Durée : %s"], - "Tab name": ["Nom de l'onglet"], - "TABLES": ["TABLES"], - "Rows": ["Lignes"], - "Open query in SQL Lab": ["Ouvrir requête dans SQL Lab"], - "An error occurred while fetching database values: %s": [ - "Une erreur s'est produite durant la récupération des valeurs de la base de données : %s" + "Whether to sort results by the selected metric in descending order.": [ + "" ], - "An error occurred while fetching user values: %s": [ - "Une erreur s'est produit en récupérant les valeurs d'utilisateur : %s" + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "Search by query text": ["Texte de recherche"], - "Query preview": ["Prévisualisation de la requête"], - "Previous": ["Précédent"], - "Next": ["Suivant"], - "Open in SQL Lab": ["Ouvrir dans SQL Lab"], - "User query": ["Requête utilisateur"], - "Executed query": ["Lancer la requête sélectionnée"], - "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Les mots de passe pour les bases de données ci-dessous sont nécessaires pour les importer en même temps que les requêtes sauvegardées. Notez que les sections \"Securité Supplémentaire\" et \"Certificat\" de la configuration de la base de données ne sont pas présents dans les fichiers d'export et doivent être ajoutés manuellement après l'import si nécessaire." + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["Largeur"], + "Width of the sparkline": [""], + "Window must be > 0": ["La fenêtre doit être > 0"], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": ["Timeout d'exécution"], + "World Map": ["Carte du monde"], + "Write a description for your query": [ + "Ecrire une description à votre requête" + ], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column.": [ + "Ecrire l'index du tableau de données en colonne." + ], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["Axe X"], + "X Axis Label": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Axe Y"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": ["Format de l'axe Y"], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis bounds": [""], + "Year": ["Année"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": ["Oui"], + "Yes, cancel": ["Oui, annuler"], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Vous importez un ou plusieurs graphiques qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" + ], + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Vous importez un ou plusieurs tableaux de bord qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" + ], + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Vous importez une ou plusieurs bases de données qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" ], "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Vous importez une ou plusieurs requêtes sauvegardées qui existent déjà. L'écrasement peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de vouloir ce remplacement ?" ], - "Saved queries": ["Requêtes sauvegardées"], - "There was an issue previewing the selected query %s": [ - "Il y a eu un problème lors de la prévisualisation de la requête sélectionnée %s" + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "Vous n'avez pas le droit de voir cette requête. Contactez votre administrateur si vous pensez que c'est une erreur." + ], + "You can add the components in the": [ + "Vous pouvez ajouter les composants via le" + ], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" ], - "Import queries": ["Importer des requêtes"], - "Link Copied!": ["Lien copié !"], - "There was an issue deleting the selected queries: %s": [ - "Il y a eu un problème lors de la suppression de requêtes sélectionnées : %s" + "You can create a new chart or use existing ones from the panel on the right": [ + "Vous pouvez créer un nouveau graphique ou utililser ceux existants à partir du panneau de droite" ], - "Edit query": ["Modifier la requête"], - "Copy query URL": ["Copier l'URL de la requête"], - "Export query": ["Exporter la requête"], - "Delete query": ["Effacer la requête"], - "This action will permanently delete the saved query.": [ - "Cette action va définitivement supprimer la requête sauvegardée." + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" ], - "Delete Query?": ["Supprimer la requête ?"], - "Are you sure you want to delete the selected queries?": [ - "Ete-vous sûr de vouloir supprimer les requêtes sélectionnées ?" + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "queries": ["requêtes"], - "Query name": ["Nom de la requête"], - "[Untitled]": ["[Sans titre]"], - "Unknown": ["Erreur inconnue"], - "Edited": ["Édités"], - "Created": ["Créés le"], - "Viewed": ["Consultés"], - "Viewed %s": ["Consulté %s"], - "Mine": ["Personnel"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment consultés apparaîtront ici" + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "Vous ne pouvez pas utiliser [Colonnes] en même temps que [Grouper par]/[Métriques]/[Métriques de Pourcentages]. Veuillez choisir l'un ou l'autre." ], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment créés apparaîtront ici" + "You do not have permission to edit this chart": [ + "Vous n'avez pas les permission pour modifier ce graphique" ], - "Example ${tableName.toLowerCase()} will appear here": [ - "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici" + "You do not have permission to edit this dashboard": [ + "Vous n'avez pas le droit de modifier ce tableau de bord" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été récemment modifiés apparaîtront ici" + "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." + ], + "You do not have permissions to edit this dashboard.": [ + "Vous n'avez pas les droits pour modifier ce tableau de bord." ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n " + "You don't have access to this dashboard.": [ + "Vous n'avez pas accès à ce tableau de bord." ], "You don't have any favorites yet!": [ "Vous n'avez pas encore de favoris !" ], - "SQL Lab queries": ["Vue SQL Lab"], - "${tableName}": ["${tableName}"], - "query": ["requête"], - "Share": ["Partage de requête"], - "Ran %s": ["A été exécuté %s"], - "There was an issue fetching your recent activity: %s": [ - "Une erreur s'est produite lors de la récupération de votre activité récente : %s" - ], - "There was an issues fetching your dashboards: %s": [ - "Une erreur s'est produite lors de la récupération de votre tableau de bord : %s" + "You don't have the rights to alter this title.": [ + "Vous n'avez pas les droits pour modifier ce titre." ], - "There was an issues fetching your chart: %s": [ - "Une erreur s'est produite lors de la récupération de votre graphique : %s" + "You have no permission to approve this request": [ + "Vous n'avez pas les permission pour approuver cette requête" ], - "There was an issues fetching your saved queries: %s": [ - "Une erreur s'est produite lors de la récupération de vos requêtes sauvegardées : %s" + "You have removed this filter.": ["Vous avez supprimé ce filtre."], + "You have unsaved changes.": [ + "Vous avez des modifications non sauvegardées." ], - "Recents": ["Récents"], - "recents": ["récents"], - "recent": ["date"], - "Select start and end date": [ - "Selectionner la date de début et la date de fin" + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" ], - "Type or Select [%s]": ["Tapez ou Selectionnez [%s]"], - "No results found": ["Aucun résultat trouvé"], - "Tools": ["Outils"], - "Filter box": ["Boite de filtrage"], - "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ - "Composant graphique sui vous laisse ajouter un filtre personnalisé dans votre tableau de bord. Quand elle est ajouteé au tableau de bord, une boîte de filtrage permet à l'utilisateur de choisir des valeurs ou plages spécifiques pour filtrer les graphiques. Les graphiques concernés par chaque filtre peuvent être réglés finement dans la vue Tableau de bord.\n\n Notez que ce plugin est remplacé par la nouvelle fonction Filtres qui est présente dans cette vue Tableau de bord. C'est plus facile à utiliser et offre plus de possibilités !" + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "Show Druid granularity dropdown": [ - "Afficher la liste déroulante de la granularité Druid" + "You must pick a name for the new dashboard": [ + "Vous devez entrer un nom pour le nouveau Tableau de Bord" ], - "Check to include Druid granularity dropdown": [ - "Cocher pour inclure la liste déroulante de la granularité Druid" + "You must run the query successfully first": [ + "Vous devez d'abord exécuter la requête avec succès" ], - "Show Druid time origin": ["Afficher l'origine du temps Druid"], - "Check to include time origin dropdown": [ - "Cocher pour inclure la liste déroulante de l'origine du temps" + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "Filters configuration": ["Configuration des filtres"], - "Filter configuration for the filter box": [ - "Configuration du filtre pour la boîte de filtrage" + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" ], - "Date filter": ["Filtre de date"], - "Whether to include a time filter": [ - "S'il faut inclure un filtre de temps" + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Votre tableau de bord est trop gros.Merci de réduire sa taille avant de sauvegarder." ], - "Instant filtering": ["Filtrage instantané"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ - "Cocher pour appliquer les filtres instantanément dès qu'ils changent aulieu d'afficher le bouton [Appliquer]" + "Your query could not be saved": [ + "Votre requête n'a pas pu être enregistrée" ], - "Show SQL time grain dropdown": [ - "Afficher la liste déroulante de la granularité de temps SQL" + "Your query could not be scheduled": [ + "Votre requête ne peut pas être planifiée" ], - "Show time grain dropdown": [ - "Afficher la liste déroulante de la granularité de temps" + "Your query could not be updated": [ + "Votre requête n'a pas pu être mise à jour" ], - "Check to include SQL time grain dropdown": [ - "Cocher pour inclure la liste déroulante de granularité de temps SQL" + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Votre requête a été planifiée. Pour voir les détails de votre requête, naviguer vers Requêtes sauvegardées" ], - "Check to include time grain dropdown": [ - "Cocher pour inclure la liste déroulante de granularité de temps" + "Your query was saved": ["Votre requête a été enregistrée"], + "Your query was updated": ["Votre requête a été mise à jour"], + "Your report could not be deleted": [ + "Votre rapport n'a pas pu être supprimé" ], - "Show SQL time column": ["Afficher la colonne temps SQL"], - "Show time column": ["Afficher la colonne temps"], - "Check to include time column dropdown": [ - "Cocher pour inclure la liste déroulante colonne Temps" + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]" ], - "Limit selector values": ["Limiter les valeurs"], - "These filters apply to the values available in the dropdowns": [ - "Ces filtres s'appliquent aux valeurs disponibles dans les listes déroulantes" + "[Longitude] and [Latitude] must be set": [ + "Les colonnes [Longitude] et [Latitude] doivent êtres définies" ], - "Time-series Table": ["Table de Séries temporelles"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Comparer rapidement des graphiques de multiple séries temporelles et leurs métriques." + "[Missing Dataset]": ["[jeu de données manquant]"], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] Accès à la source de données %(name)s accordé" ], - "Multi-Variables": ["Multi-Variables"], - "Comparison": ["Comparaison"], - "Legacy": ["Legacy"], - "Percentages": ["Pourcentages"], - "Tabular": ["Tabulaire"], - "Text": ["Zone de texte"], - "Trend": ["Tendance"], - "View All »": ["Tout voir »"], - "Add/Edit Filters": ["Ajouter/Modifier les filtres"], - "Add filters and dividers": ["Ajouter des filtres et diviseurs"], - "Add and edit filters": ["Ajouter et modifier les filtres"], - "Last": ["Dernier"], - "last day": ["hier"], - "last week": ["la semaine derniere"], - "last month": ["le mois dernier"], - "last quarter": ["le trimestre dernier"], - "last year": ["l'année dernière"], - "previous calendar week": ["semaine calendaire précédente"], - "previous calendar month": ["mois calendaire précédent"], - "previous calendar year": ["année calendaire précédente"], - "Days %s": ["Jours %s"], - "Before": ["Avant"], - "After": ["Après"], - "Custom": ["Personnalisée"], - "Seconds %s": ["Secondes %s"], - "Minutes %s": ["Minutes %s"], - "Hours %s": ["Heures %s"], - "Weeks %s": ["Semaines %s"], - "Months %s": ["Mois %s"], - "Quarters %s": ["Trimestres %s"], - "Years %s": ["Année %s"], - "Certified": ["Certifié"], - "Relative Date/Time": ["Date/Heure Relative"], - "Specific Date/Time": ["Date/Heure Spécifique"], - "Now": ["Maintenant"], - "Midnight": ["Minuit"], - "Apply filters": ["Appliquer les filtres"], - "Single Value": ["Valeur Unique"], - "Single value": ["Valeur unique"], - "Copy permalink to clipboard": ["Copier le lien dans le presse-papiers"], - "Share permalink by email": ["Partager le lien par mail"], - "Connect database": ["Connexion à la base de données"], - "Upload CSV to database": [ - "Importer des fichiers CSV vers la base de données" + "[Untitled]": ["[Sans titre]"], + "[dashboard name]": ["[nom du tableau de bord]"], + "[desc]": [""], + "[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": [ + "" ], - "Upload columnar file to database": [ - "Importer des colonnes vers la base de données" + "`compare_columns` must have the same length as `source_columns`.": [ + "`compare_columns` doit être de même longueur que `source_columns`." ], - "Upload Excel file to database": [ - "Importer des fichiers Excel vers la base de données" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` doit être `difference`, `percentage` or `ratio`" ], - "No %(tableName)s yet": ["Il n'y a pas encore de %(tableName)s"], - "saved queries": ["requête sauvegardée"], - "See all %(tableName)s": ["Explorer - %(tableName)s"], - "Sort by %s": ["Trier par %s"], - "Filters out of scope (%d)": ["Filtres hors du périmètre (%d)"], - "There are no charts added to this dashboard": [ - "Il n'y a pas de graphiques ajouté dans ce tableau de bord" + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` doit être entre 0 et 1 (exclusif)" ], - "Go to the edit mode to configure the dashboard and add charts": [ - "Allez dans l'edition pour configurer le tableau de bord et ajouter des graphiques" + "`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.": [ + "" ], - "No filters are currently added": ["Aucun filtre ajouté"], - "Drag and drop components and charts to the dashboard": [ - "Glissez/Déposez des composants et des graphiques sur le tableau de bord" + "`operation` property of post processing object undefined": [ + "La propriété `operation` de l'objet de post-traitement est indéfinie" ], - "You can create new charts or use existing ones from the panel on the right": [ - "Vous pouvez créer de nouveaux graphiques ou utililser ceux existants à partir du panneau de droite" + "`prophet` package not installed": ["`prophet` package non installé"], + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` doit être de même longueur que `columns`." ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Vous pouvez créer un nouveau graphique ou utililser ceux existants à partir du panneau de droite" + "`row_limit` must be greater than or equal to 0": [ + "`row_limit` doit être plus grand ou égal à 0" ], - "Enable 'Allow data upload' in any database's settings": [ - "Activez l'option 'Autoriser le chargement de données' dans les paramètres de la base de données" + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` doit être plus grand ou égal à 0" ], - "There are no components added to this tab": [ - "Il n'y a pas de composant à ajouter dans cet onglet" + "`width` must be greater or equal to 0": [ + "`width` doit être plus grand ou égal à 0" ], - "You can add the components in the edit mode": [ - "Vous pouvez ajouter les composants via mode edition" + "aggregate": ["agrégat"], + "alert": ["alerte"], + "alerts": ["alertes"], + "also copy (duplicate) charts": [ + "copier également les graphiques (dupliquer)" ], - "You can add the components in the": [ - "Vous pouvez ajouter les composants via le" + "ancestor": [""], + "and": ["et"], + "annotation": ["annotation"], + "annotation_layer": ["annotation_layer"], + "asfreq": [""], + "at": ["à"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["boulon"], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "chart": ["graphique"], + "choose WHERE or HAVING...": ["choisir WHERE ou HAVING..."], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["colonne"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": ["css"], + "css_template": ["css_template"], + "cumsum": [""], + "dashboard": ["tableau de bord"], + "database": ["base de données"], + "dataset": ["jeu de données"], + "date": ["date"], + "day": ["jour"], + "day of the month": ["jour du mois"], + "day of the week": ["jour de la semaine"], + "deckGL": [""], + "delete": ["effacer"], + "description": ["description"], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], + "draft": ["brouillon"], + "dttm": ["dttm"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], "edit mode": ["mode edition"], - "Time Column": ["Colonne de temps"], - "Time Grain": ["Granularité"], - "Pivot Options": ["Options de pivot"], - "Aggregation function": ["Fonction d'agrégation"], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Fonction d'agrégation à appliquer lors du pivotement et du calcul du total des lignes et des colonnes" - ], - "Combine Metrics": ["Combiner les métriques"], - "Show totals": ["Afficher les totaux"], - "Transpose Pivot": ["Pivot de transposition"], - "Update chart": ["Mettre à jour"], - "Display total row/column": ["Affiche le total ligne/colonne"], - "Swap Groups and Columns": ["Permuter les groupes et les colonnes"], - "Samples": ["Exemples"], - "Number format": ["Format D3"], - "Date format": ["Format Date"], - "Values dependent on": ["Valeurs dépendent de"], - "No results were returned for this query": [ - "Aucun résultat avec ces paramètres" + "every": ["chaque"], + "every day of the month": ["chaque jour du mois"], + "every day of the week": ["chaque jour de la semaine"], + "every hour": ["chaque heure"], + "every minute": ["chaque minute"], + "every month": ["chaque mois"], + "fetching": ["récupération"], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "filter_box sera déprécié dans une future version de Superset. Merci de remplacer filter_box par des composants filtre de tableau de bord." ], - "Values selected in other filters will affect the filter options to only show relevant values": [ - "Les valeurs sélectionnées dans d'autres filtres affecteront les options de filtrage afin de n'afficher que les valeurs pertinentes" + "for more information on how to structure your URI.": [ + "pour plus d'information sur comment strcuturer votre URI." ], - "Values are dependent on other filters": [ - "Les valeurs dépendent d'autres filtres" + "function type icon": [""], + "geohash (square)": [""], + "green": ["vert"], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["heure"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ - "Affichez les indicateurs côte à côte dans chaque colonne, au lieu d'afficher chaque colonne côte à côte pour chaque indicateur." + "in": ["dans"], + "in modal": ["en modal"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["relié"], + "json isn't valid": ["le json n'est pas valide"], + "key a-z": [""], + "key z-a": [""], + "latest partition:": ["dernière partition :"], + "less than {min} {name}": [""], + "log": ["log"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "le percentile inférieur doit être plus grand que 0 et plus petit que 100 et doit être plus petit que le percentile supérieur." ], - "Click the button above to add a filter to the dashboard": [ - "Cliquez sur le bouton ci-dessus pour ajouter un filtre au tableau de bord" + "median": [""], + "minute": ["minute"], + "minute(s)": ["minute(s)"], + "month": ["mois"], + "more than {max} {name}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "on": ["sur"], + "orderby column must be populated": [ + "la colonne de tri doit être remplie" ], - "Totals": ["Totaux"], - "Filter only displays values relevant to selections made in other filters.": [ - "Le filtre n'affiche que les valeurs pertinentes après les sélections effectuées dans d'autres filtres." + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "percentiles doit être une liste ou un couple de 2 valeurs dont le premier est inférieur au second" ], - "No data after filtering or data is NULL for the latest time record": [ - "Pas de données après filtrage ou données manquantes pour la période sélectionnée" + "pixelated (Sharp)": [""], + "previous calendar month": ["mois calendaire précédent"], + "previous calendar week": ["semaine calendaire précédente"], + "previous calendar year": ["année calendaire précédente"], + "published": ["publié"], + "queries": ["requêtes"], + "query": ["requête"], + "reboot": ["reboot"], + "red": ["rouge"], + "report": ["rapport"], + "reports": ["rapports"], + "restore zoom": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["zone de texte"], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "le percentile supérieur doit être plus grand que 0 et plus petit que 100 et doit être supérieur au percentile inférieur." ], - "Scope": ["Périmètre"], - "Dependent on": ["Dépend de"], - "No matching records found": ["Aucun résultat trouvé"] + "virtual": ["virtuel"], + "was created": ["a été créé"], + "week": ["semaine"], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["année"], + "yellow": ["jaune"], + "zoom area": [""] } } } diff --git a/superset/translations/fr/LC_MESSAGES/messages.po b/superset/translations/fr/LC_MESSAGES/messages.po index 694b6c4b1d6af..00fbcfda6e136 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.po +++ b/superset/translations/fr/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2021-11-16 17:33+0100\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -41,20 +41,7 @@ msgstr "" " Il ne sera pas sauvé à l'enregistrement du graphique.\n" " " -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" -"\n" -" Explorer dans Superset

\n" -" \n" -" " - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -65,45 +52,36 @@ msgstr "" " Erreur: %(text)s\n" " " -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explorer dans Superset>\n" -" " -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explorer dans Superset>\n" -" " -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Sauvegarder le Tableau de Bord" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Modifié le" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr " Expression qui doit adhérer à " -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -136,23 +114,37 @@ msgstr "" " de niveau database / nom de colonne via l'extra " "parameter." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" -msgstr "!= (N'est pas égal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Colonnes calculées" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "Ajouter une métrique" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +#, fuzzy +msgid " to edit or add columns and metrics." +msgstr "%s colonne(s) et métrique(s)" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." msgstr "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (N'est pas égal)" #: superset/security/analytics_db_safety.py:44 #, python-format @@ -161,7 +153,7 @@ msgstr "" "%(dialect)s ne peut pas être utilisé comme source de données pour des " "raisons de sécurité." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, fuzzy, python-format msgid "" "%(message)s\n" @@ -169,25 +161,46 @@ msgid "" "%(issues)s" msgstr "Cela peut être déclenché par:" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "%(name)s.csv" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "%(object)s n'existe pas dans cette base de données." -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, fuzzy, python-format +msgid "%(other)s charts will appear here" +msgstr "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, fuzzy, python-format +msgid "%(other)s dashboards will appear here" +msgstr "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, fuzzy, python-format +msgid "%(other)s recents will appear here" +msgstr "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" +"Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été " +"récemment consultés apparaîtront ici" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "%(prefix)s %(title)s" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "%(rows)d lignes retournées" @@ -201,23 +214,27 @@ msgid "" msgstr "Cela peut être déclenché par:" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "%(suggestion)s au lieu de \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "%(suggestion)s au lieu de \"%(undefinedParameter)s?\"" +msgstr[1] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "%(user)s a obtenu le profil %(role)s qui donne accès à %(datasource)s" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "Le profil de %(user)s" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -228,98 +245,127 @@ msgstr "" "Merci de vérifier à nouveau votre requête.\n" "Exception: %(ex)s" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 -#, python-format -msgid "%s - untitled" -msgstr "%s - sans titre" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "%s Erreur" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Mot de passe" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s Sélectionné" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s Sélectionnée (%s Physique, %s Virtuelle)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s Sélectionnée (Physique)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s Sélectionnée (Virtuelle)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "%s agrégat(s)" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "%s colonne(s)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s colonne(s) et métrique(s)" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s opérateur(s)" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "%s option(s)" +msgid_plural "%s options" +msgstr[0] "%s option(s)" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s option(s)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s Erreur" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "%s métrique(s) sauvegardée(s)" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "Dernière mise à jour %s" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "%s%s" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "%s-%s de %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(Supprimé)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" -msgstr "(effacé)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -331,7 +377,11 @@ msgstr "" "(optionnel) valeur pas défaut pour le filtre, avec l'option multiple, " "vous pouvez utiliser un point virgule pour séparer les options." -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -350,7 +400,7 @@ msgstr "" "\n" "%(table)s\n" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -365,104 +415,363 @@ msgstr "" "\n" "Erreur: %(text)s\n" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Sélectionner** un tableau de bord OU **créer** un nouveau" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0 sélectionné" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "jour" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1 heure" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "Fréquence de rafraichissement" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1 minute" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "semaine" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +#, fuzzy +msgid "1 week starting Monday (freq=W-MON)" +msgstr "Semaine débutant le lundi" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +#, fuzzy +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "Semaine débutant le dimanche" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "année" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "Fréquence de rafraichissement" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "Fréquence de rafraichissement" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10 minutes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 secondes" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "semaine" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 heures" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15 minutes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 heures" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "semaine" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "année" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90 jours" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 #, fuzzy msgid "3 letter code of the country" msgstr "chaque jour du mois" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "année" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30 jours" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30 jours" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "30 minutes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30 minutes" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "30 secondes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30 secondes" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5 minutes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5 minutes" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "5 secondes" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" -msgstr "6 heures" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +#, fuzzy +msgid "5 seconds" +msgstr "5 secondes" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "semaine" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +#, fuzzy +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "Semaine débutant le lundi" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" msgstr "6 heures" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60 jours" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90 jours" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90 jours" @@ -470,52 +779,72 @@ msgstr "90 jours" msgid ":" msgstr ":" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (Plus petit que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (Plus petit ou égal)" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" -msgstr "Explorer dans Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Colonne de temps" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Métrique sauvegardée" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "Spatial" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "Type de tri" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (Est equal)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (Plus grand que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (Plus grand ou égal)" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "Gros nombre" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -"Une requête SQL indiquant si une alerte doit être lancée ou non. La " -"requête doit retourner NULL ou une valeur numérique." +"Une liste de colonnes séparées par des virgules qui devraient être " +"parsées comme des dates." -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" "Une liste de colonnes séparées par des virgules qui devraient être " "parsées comme des dates." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +#, fuzzy +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" "Une liste de schémas (séparés par des virgules) autorisés pour le " "chargement de CSV." @@ -532,11 +861,27 @@ msgstr "" "Une URL complète désignant le lieu du plugin (pourrait être hébergé sur " "un CDN par exemple)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "Un nom facile à comprendre" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +#, fuzzy +msgid "A list of tags that have been applied to this chart." +msgstr "Groupe ou personne ayant certifié cette métrique" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" "Une liste d'utilisateurs qui peuvent modifier le graphique. Il est " @@ -546,68 +891,90 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "Une métrique à utiliser par couleur" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "Pour avoir une URL lisible pour votre tableau de bord" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "Une référence à la configuration [Time] prends la granularité en compte" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "Une liste d'e-mail séparée par un ';'" +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Le jeu de données %(name)s existe déjà" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 -msgid "" -"A set of parameters that become available in the query using Jinja " +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +#, fuzzy +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "Les rapports planifiés seront envoyés à votre @ e-mail en PNG" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 +msgid "" +"A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" "Un ensemble de paramètre qui seront disponible dans la requête utilisant " "la syntaxe du template Jinja" +#: superset/common/query_context_processor.py:417 +#, fuzzy +msgid "A time column must be specified when using a Time Comparison." +msgstr "" +"Une période délimitée (à la fois début et fin) doit être spécifiée quand " +"on utilise une Comparaison de temps." + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "Un timeout s'est produit lors de l'exécution de la requête." -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "Dépassement de délai lors de la génération d'un CSV." -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "Dépassement de délai lors de la génération d'un dataframe." -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "Dépassement de délai lors d'une capture d'écran." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "Un jeu de couleur valide doit être fourni" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "APPLIQUER" @@ -615,8 +982,8 @@ msgstr "APPLIQUER" msgid "APR" msgstr "AVR" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "AQE" @@ -624,21 +991,39 @@ msgstr "AQE" msgid "AUG" msgstr "AOU" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "dernière partition :" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "A propos" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "Accès" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "Requêtes d'accès" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "Accès demandé" @@ -646,78 +1031,90 @@ msgstr "Accès demandé" msgid "Action" msgstr "Action" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "Journaux d'actions" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Actions" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Actif" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Valeurs NULL" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "Intervalle de temps courant" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Valeurs NULL" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Valeurs NULL" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 #, fuzzy msgid "Adaptive formatting" msgstr "Formatage adapté" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "Ajouter" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 #, fuzzy msgid "Add Alert" msgstr "alerte" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "Ajouter une couche d'annotation" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "Ajouter une couche d'annotation" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "Ajouter un Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "Templates CSS" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Ajouter un graphique" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Ajouter une colonne" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "Ajouter un tableau de bord" @@ -725,40 +1122,24 @@ msgstr "Ajouter un tableau de bord" msgid "Add Database" msgstr "Ajouter une base de données" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Ajouter un cluster Druid" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Ajouter une colonne Druid" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Ajouter une source de données Druid" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Ajouter une métrique Druid" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "Ajouter un log" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Ajouter une métrique" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 #, fuzzy msgid "Add Report" msgstr "rapport" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "Ajouter un filtre de sécurité au niveau de la ligne" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "Ajouter une requête sauvegardée" @@ -766,44 +1147,103 @@ msgstr "Ajouter une requête sauvegardée" msgid "Add a Plugin" msgstr "Ajouter un plugin" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Ajouter un jeu de données" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Ajouter un nouvelle base de données ?" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "Ajouter des paramètres personnalisés supplémentaires" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Ajouter une couche d'annotations" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "Ajouter un élément" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "Ajouter et modifier les filtres" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Ajouter une annotation" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Ajouter une couche d'annotations" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Ajouter un jeu de données" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Ajouter un filtre" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "Ajouter méthode de livraison" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Information simple" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Ajouter un filtre" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "Ajouter un filtre ou un diviseur" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "Ajouter un item" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Ajouter une métrique" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "Ajouter un nouveau formateur de couleur" @@ -812,265 +1252,373 @@ msgstr "Ajouter un nouveau formateur de couleur" msgid "Add new formatter" msgstr "Ajouter un formateur" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "Ajouter une méthode de notification" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "Ajouter une feuille" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "L'identifiant du graphique actif" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Modifier le tableau de bord" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Ajouter au tableau de bord" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" +msgstr "Ajouter/Editer les filtres" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "Ajouté" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "Ajout d'une nouvelle source de données [{}]" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Ajouter au tableau de bord" +msgstr[1] "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "Paramètres supplémentaires" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "Informations additionnelles" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 #, fuzzy msgid "Additional metadata" msgstr "Paramètres supplémentaires" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 #, fuzzy msgid "Additional padding for legend." msgstr "Informations additionnelles" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "Paramètres supplémentaires" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Informations additionnelles" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 #, fuzzy msgid "Additive" msgstr "Ajouter un item" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "Avancé" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 #, fuzzy msgid "Advanced Analytics" msgstr "Analyses avancées" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Données chargées mises en cache" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "Analyses avancées" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Analyses avancées" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Analyses avancées" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Données chargées mises en cache" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "Analyses avancées" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "Après" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "agrégat" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 #, fuzzy msgid "Aggregate Mean" msgstr "agrégat" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 #, fuzzy msgid "Aggregate Sum" msgstr "agrégat" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 #, fuzzy msgid "Aggregation function" msgstr "Fonctions Python" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "alerte" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "Alerte déclenchée, -période de grâce" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Condition d'alerte" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Planification de la condition d'alerte" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "L'alerte a mis fin à la période de grâce." -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "L'alerte a échoué" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "Alerte déclenchée pendant la période de grâce." -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "Une erreur a été rencontrée lors de l'exécution de la requête." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Nom de l'alerte" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "Alerte sur la période de grace" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "La requête a retourné une valeur non numérique." -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "La requête a retourné plus d'une colonne." -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "La requête a retourné plus d'une colonne. %s colonnes retournées" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "La requête a retourné plus d'une ligne." -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "La requête a retourné plus d'une ligne. %s lignes retournées" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Altere en cours" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "Alerte déclenchée, notification envoyée" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "Erreur de configuration du validateur." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "Alertes" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "Alertes et rapports" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Alertes et rapports" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "Tous" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Tous les filtres" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "Tout texte" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "Tous les graphiques" @@ -1078,7 +1626,7 @@ msgstr "Tous les graphiques" msgid "All filters" msgstr "Tous les filtres" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, fuzzy, python-format msgid "All filters (%(filterCount)d)" msgstr "Tous les filtres (${filterValues.length})" @@ -1088,71 +1636,65 @@ msgstr "Tous les filtres (${filterValues.length})" msgid "All panels" msgstr "Appliquer à tous les panneaux" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "Les panneaux avec cette colonne seront affectés par ce filtre" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "Autoriser CREATE TABLE AS" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Autorise l'option CREATE TABLE AS dans SQL Lab" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "Autoriser CREATE VIEW AS" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "Autorise l'option CREATE VIEW AS dans SQL Lab" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "Autoriser le téléversement CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "Autoriser DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Autoriser la récupération de métadonnes multi schéma" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -"Permettre à SQL Lab de récupérer la liste de toutes les tables et de " -"toute les vues à travers tous schémas des bases de données. Pour les " -"entrepôts de données volumineux avec des milliers de table, ceci peut " -"être coûteux et mettre rude épreuve le système." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "Autoriser la création de nouvelles tables basées sur des requêtes" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "Autoriser la création de nouvelles vues basées sur des requêtes" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "Autoriser DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "Autoriser le chargement de données" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "Sélectionner un fichier Excel à charger dans une base de données." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1164,25 +1706,24 @@ msgstr "" msgid "Allow multiple selections" msgstr "Autoriséer les sélections multiples" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 #, fuzzy msgid "Allow node selections" msgstr "Autoriséer les sélections multiples" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "Autoriser cette base de données à être explorée" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "Autoriser cette base de données à être requêtées dans SQL Lab" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" @@ -1190,12 +1731,17 @@ msgstr "" "Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, " "DELETE, CREATE, etc.) dans SQL Lab" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "Alphabétique" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1203,11 +1749,21 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "Modifié" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Un erreur s'est produite" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Le jeu de données %(name)s existe déjà" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." @@ -1215,7 +1771,7 @@ msgstr "" "Une période délimitée (à la fois début et fin) doit être spécifiée quand " "on utilise une Comparaison de temps." -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." @@ -1223,31 +1779,35 @@ msgstr "" "Un moteur doit être fournit lorsque l'on passe des paramètres individuels" " à la base de données." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "Une erreur est survenue" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "Un erreur s'est produite" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "Une erreur s'est produite durant la sauvegarde du jeu de données" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 #, fuzzy msgid "An error occurred while accessing the value." msgstr "Une erreur s'est produite durant la création de la source de donnée" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." @@ -1255,36 +1815,31 @@ msgstr "" "Une erreur s'est produite en repliant le schéma de la table. Veuillez " "contacter votre administrateur." -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Une erreur s'est produite durant la création de la source de donnée" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 #, fuzzy msgid "An error occurred while creating the value." msgstr "Une erreur s'est produite durant la création de la source de donnée" -#: superset/key_value/commands/exceptions.py:37 -#, fuzzy, python-format +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +#, fuzzy msgid "An error occurred while deleting the value." msgstr "Une erreur s'est produit en récupérant les valeurs du schéma : %s" -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "Une erreur s'est produite durant la modification de ce rapport." - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "Une erreur s'est produite durant la modification du rapport : %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." @@ -1292,139 +1847,146 @@ msgstr "" "Une erreur s'est produite en développant le schéma de la table. Veuillez " "contacter votre administrateur." -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "" "Une erreur s'est produite lors de l'extraction des modèles de CSS " "disponibles" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" "Une erreur s'est produite durant la récupération du graphique créé par " "les valeurs : %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" "Une erreur s'est produite durant la récupération des propriétaires du " "graphique : %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Une erreur s'est produite en récupérant les valeurs créées : %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" "Une erreur s'est produite lors de la récupération du tableau de bord créé" " avec les valeurs : %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" "Une erreur s'est produite durant la récupération des propriétaires du " "tableau de bord : %s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 -#, fuzzy, python-format +#: superset-frontend/src/pages/ChartList/index.tsx:299 +#, fuzzy msgid "An error occurred while fetching dashboards" msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" "Une erreur s'est produite lors de la récupération des données de la base " ": %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "" "Une erreur s'est produite durant la récupération des valeurs de la base " "de données : %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" "Une erreur s'est produite durant la récupération les sources de données " "du jeu de données : %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" "Une erreur s'est produite durant la récupération des valeurs du " "propriétaire du jeu de données : %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "" "Une erreur s'est produite lors de la récupération des données relatives " "au jeu de données" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" "Une erreur s'est produite lors de la récupération des données relatives " "au jeu de données : %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "Une erreur s'est produite lors de la récupération des noms des fonctions." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" +"Une erreur s'est produite durant la récupération des propriétaires du " +"graphique : %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Une erreur s'est produit en récupérant les valeurs du schéma : %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Une erreur s'est produite lors de la récupération de l'état de l'onglet" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "" "Une erreur s'est produite lors de l'extraction des méta-données de la " "table" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." @@ -1432,12 +1994,17 @@ msgstr "" "Une erreur s'est produite lors de l'extraction des méta-données de la " "table. Veuillez contacter votre administrateur." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Une erreur s'est produite en récupérant les valeurs créées : %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "Une erreur s'est produit en récupérant les valeurs d'utilisateur : %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." @@ -1445,33 +2012,43 @@ msgstr "" "Une erreur s'est produite en masquant la barre de gauche. Veuillez " "contacter votre administrateur." -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "Une erreur s'est produite le traitement des logs " -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "Une erreur s'est produite durant le chargement du SQL" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "Une erreur s'est produite le traitement des logs " + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Une erreur s'est produite durant la création de la source de donnée" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Une erreur s'est produite le traitement des logs " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" "Une erreur s'est produite en supprimant la requête. Veuillez contacter " "votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" "Une erreur s'est produite en supprimant l'onglet. Veuillez contacter " "votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." @@ -1479,12 +2056,12 @@ msgstr "" "Une erreur s'est produite en enlevant le schéma de la table. Veuillez " "contacter votre administrateur." -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, fuzzy, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "Une erreur s'est produite durant la modification du rapport : %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." @@ -1492,7 +2069,7 @@ msgstr "" "Une erreur s'est produite en positionnant l'onglet actif. Veuillez " "contacter votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." @@ -1500,7 +2077,7 @@ msgstr "" "Une erreur s'est produite durant l'initialisation de l'onglet Autorun. " "Veuillez contacter votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." @@ -1508,7 +2085,17 @@ msgstr "" "Une erreur s'est produite en positionnant l'id de l'onglet Base de " "données. Veuillez contacter votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "" +"Une erreur s'est produite durant l'initialisation du titre de l'onglet. " +"Veuillez contacter votre administrateur." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." @@ -1516,7 +2103,7 @@ msgstr "" "Une erreur s'est produite durant l'initialisation de l'onglet Schéma. " "Veuillez contacter votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." @@ -1524,22 +2111,13 @@ msgstr "" "Une erreur s'est produite durant l'initialisation des paramètres de " "template de l'onglet. Veuillez contacter votre administrateur." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "" -"Une erreur s'est produite durant l'initialisation du titre de l'onglet. " -"Veuillez contacter votre administrateur." - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "Une erreur s'est produite durant la modification de ce rapport." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." @@ -1548,7 +2126,7 @@ msgstr "" "dans le backend. Veuillez contacter votre administrateur si le problème " "persiste." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " @@ -1558,56 +2136,63 @@ msgstr "" "éviter de perdre vos modifications, sauver votre requête en utilisant le " "bouton \"Enresigtrer requête\"." -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 #, fuzzy msgid "An error occurred while updating the value." msgstr "Une erreur s'est produite durant la création de la source de donnée" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Une erreur s'est produite durant la création de la source de donnée" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "Un erreur s'est produite" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "Une erreur s'est produite. Contactez votre admin superset" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "S'ancrer à" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "annotation" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Annotation" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "Couche d'annotations ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Couches d'annotations" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Couches d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "Configuration de l'annotation de graphique" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" -msgstr "Source de l'Annotation" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "L'annotation n'a pas pu être créée." @@ -1620,12 +2205,9 @@ msgstr "L'annotation n'a pas pu être mise à jour." msgid "Annotation delete failed." msgstr "La suppression de l'annotation a échoué." -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "L'heure de fin doit être postérieure à l'heure de début pour l'annotation." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Couches d'annotations" @@ -1645,7 +2227,7 @@ msgstr "La couche d'annotations n'a pas pu être mise à jour." msgid "Annotation layer delete failed." msgstr "La suppression de la couche d'annotations a échoué." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "Colonnes de description de la couche d'annotations" @@ -1654,11 +2236,11 @@ msgstr "Colonnes de description de la couche d'annotations" msgid "Annotation layer has associated annotations." msgstr "La couche d'annotations a des annotations associées." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "Fin de l'intervalle de la couche d'annotations" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "Nom de la couche d'annotations" @@ -1666,7 +2248,7 @@ msgstr "Nom de la couche d'annotations" msgid "Annotation layer not found." msgstr "Couche d'annotations non trouvée." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "Opacité de la couche d'annotations" @@ -1674,37 +2256,38 @@ msgstr "Opacité de la couche d'annotations" msgid "Annotation layer parameters are invalid." msgstr "Les paramètres de la couche d'annotations sont invalides." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "Trait de la couche d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 msgid "Annotation layer time column" msgstr "Colonne temporelle de la couche d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 msgid "Annotation layer title column" msgstr "Colonne de titre de la couche d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "Type de couche d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "Valeur de la couche d'annotations" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "Couches d'annotations" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "Les couches d'annotation sont toujours en cours de chargement." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "Nom de l'annotation" @@ -1716,22 +2299,32 @@ msgstr "Annotation non trouvée." msgid "Annotation parameters are invalid." msgstr "Les paramètres d'annotation sont invalides." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "Source de l'Annotation" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "Type de source de la couche d'annotations" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "Annotations" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "L'annotation n'a pas pu être créée." + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "Cette annotation a été modifiée" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "Annotations et couches" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "Annotations et couches" @@ -1739,16 +2332,17 @@ msgstr "Annotations et couches" msgid "Annotations could not be deleted." msgstr "Les annotations n'ont pas pu être supprimées." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "Tous" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1760,32 +2354,37 @@ msgstr "" "Une palette de couleur sélectionnée ici écrasera les couleurs appliquées " "aux graphiques de ce tableau de bord" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "Ajouter" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 -#, python-format -msgid "Applied Cross Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" msgstr "Filtres croisés appliqués (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" msgstr "Filtres appliqués (%d)" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "Filtres appliqués (%d)" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." @@ -1794,32 +2393,36 @@ msgstr "" "que la requête source satisfasse les périodes minimum définies dans la " "fenêtre glissante." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "Appliquer" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "Appliquer les filtres" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 #, fuzzy msgid "Apply metrics on" msgstr "Ma métrique" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "Appliquer à tous les panneaux" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "Appliquer à certains panneaux" @@ -1827,100 +2430,137 @@ msgstr "Appliquer à certains panneaux" msgid "April" msgstr "Avril" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 -msgid "Are you sure you want to cancel?" -msgstr "Voulez vous vraiment annuler ?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "Mars" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "Ete-vous sûr de vouloir supprimer les requêtes sélectionnées ?" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" +msgstr "Voulez vous vraiment annuler ?" + +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "Etes-vous sûr de vouloir supprimer" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr "" -"Etes-vous sûr de vouloir supprimer " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "Etes-vous sûr de vouloir supprimer" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "Êtes-vous sûr de vouloir supprimer les %s sélectionnés ?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "Etes-vous sûr de vouloir supprimer les annotations sélectionnées ?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "Etes-vous sûr de vouloir supprimer les graphiques sélectionnés ?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "Etes-vous sûr de vouloir supprimer les tableaux de bord sélectionné ?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "Etes-vous sûr de vouloir supprimer les jeux de données sélectionnés ?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "Etes-vous sûr de vouloir supprimer les couches sélectionnées ?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "Ete-vous sûr de vouloir supprimer les requêtes sélectionnées ?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "Êtes-vous sûr de vouloir supprimer les %s sélectionnés ?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "Etes-vous sûr de vouloir supprimer les templates sélectionnés ?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "Etes-vous sûr de vouloir supprimer les jeux de données sélectionnés ?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "Êtes-vous certain de vouloir continuer ?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "Êtes vous sur de vouloir sauvegarder et appliquer les modifications ?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "Enregistrer un graphique" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy msgid "Area chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 #, fuzzy msgid "Arrow" msgstr "lignes" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "Les paramètres du jeu de données sont invalides." + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "Les graphiques associés" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "Exécution asynchrone" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "Exécution de requête asynchrone" @@ -1928,68 +2568,150 @@ msgstr "Exécution de requête asynchrone" msgid "August" msgstr "Aout" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "à" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "Complétion automatique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "Remplir automatiquement les filtres" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "Remplir automatiquement le prédicat de requête" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Partage de requête" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Valeur cible" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 #, fuzzy msgid "Axis" msgstr "Axe Y" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "Filtrer par colonne" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Format de l'axe Y" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "Onglet titre" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 #, fuzzy msgid "Axis ascending" msgstr "Tri croissant" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 #, fuzzy msgid "Axis descending" msgstr "Tri décroissant" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "Backend" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "Valeur cible" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "Format Date" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "Mauvaise clef spatiale" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 #, fuzzy msgid "Bar" msgstr "Tabulaire" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 #, fuzzy msgid "Bar Values" msgstr "Valeur cible" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "Documentation" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1997,25 +2719,28 @@ msgstr "" msgid "Based on a metric" msgstr "Basé sur une métrique" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "Simple" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "Information simple" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "Edition Batch %d filtres:" @@ -2024,146 +2749,157 @@ msgstr "Edition Batch %d filtres:" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "Faites attention." -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 #, fuzzy msgid "Before" msgstr "Avant" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Gros nombre" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Gros nombre avec tendance" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 #, fuzzy msgid "Bottom" msgstr "dttm" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "dttm" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "dttm" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 #, fuzzy msgid "Box Plot" msgstr "boulon" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "Créé le" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Endpoint du Broker" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Hôte du Broker" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Mot de passe du Broker" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Port du Broker" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Nom d'utilisateur du Broker" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Bulles" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 #, fuzzy msgid "Bubble Color" msgstr "Couleur fixe" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 #, fuzzy msgid "Bubble Size" msgstr "Taille de la bulle" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "Taille de la bulle" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +#, fuzzy +msgid "Build" +msgstr "Rebuild" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Sélectionner plusieurs" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Points" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2176,49 +2912,68 @@ msgstr "" "de filtre à mesure que le les utilisateurs tapent (peut surcharger la " "base de données)." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "ANNULER" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Changer de jeu de données" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "Autoriser CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "CREATE VIEW AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "ordre CREATE VIEW" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Planification de rapport" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "Expression CRON" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "Templates CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "Templates CSS" @@ -2226,7 +2981,7 @@ msgstr "Templates CSS" msgid "CSS template could not be deleted." msgstr "Le template CSS n'a pas pu être supprimé." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "Nom du template" @@ -2234,16 +2989,17 @@ msgstr "Nom du template" msgid "CSS template not found." msgstr "Template CSS non trouvé." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "Templates CSS" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "Fichier CSV" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "Charger un CSV" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " @@ -2252,19 +3008,19 @@ msgstr "" "Fichier CSV \"%(csv_filename)s\" chargé dans la table \"%(table_name)s\" " "de la base de données \"%(db_name)s\"" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "Configuration de CSV vers base de données" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "Charger un CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "SCHEMA CTAS & CVAS" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " @@ -2274,11 +3030,11 @@ msgstr "" "Assurez-vous que la requête a bien un SELECT en dernière instruction. " "Puis essayez d'exécuter votre requête à nouveau." -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "Schéma CTAS" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " @@ -2289,123 +3045,122 @@ msgstr "" "bien une seule instruction SELECT. Puis essayez d'exécuter votre requête " "à nouveau." -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "La requête CVAS (create view as select) a plus d'une instruction." -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "La requête CVAS (create view as select) n'est pas une instruction SELECT." -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Cache timeout" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "Timeout du cache (secondes)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Cache timeout" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +#, fuzzy +msgid "Cached" +msgstr "mis en cache" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "En cache %s" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "Valeur en cache non trouvée" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 #, fuzzy -msgid "Calculate contribution per series or total" +msgid "Calculate contribution per series or row" msgstr "Calculer la contribution au total" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "La colonne calculée [%s] nécessite une expression" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Colonnes calculées" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "Choisir un type de calcul" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Calendrier Carte de chaleur" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "On ne peut déplacer un onglet top level vers des onglets imbriqués" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Impossible de trouver l'utilisateur '%(name)s', demandez à votre " -"administrateur de le créer." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "Peut selectionner plusieurs valeurs" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Annuler" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "Annule la requête quand on quitte la fenêtre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" "Impossible de supprimer une base de données qui a des jeux de données " "rattachés" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -2415,8 +3170,8 @@ msgstr "" "Assurez vous de créer d'abord la base de données avant d'importer le " "tableau de bord." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "Impossible de charger le filtre" @@ -2425,30 +3180,73 @@ msgstr "Impossible de charger le filtre" msgid "Cannot parse time string [%(human_readable)s]" msgstr "Ne peut pas parser la chaîne de temps [%(human_readable)s]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 #, fuzzy msgid "Categorical" msgstr "Catégorie" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +#, fuzzy +msgid "Categorical Color" +msgstr "Catégorie" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "Catégorie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Nom de la requête" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +#, fuzzy +msgid "Category and Percentage" +msgstr "Pourcentages" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +#, fuzzy +msgid "Category and Value" +msgstr "Renseigner une valeur" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Nom de la requête" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2462,88 +3260,93 @@ msgstr "" msgid "Cell Size" msgstr "Fichier Excel" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "Tous les graphiques" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "Contenu de cellule" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "Nombre de séries max" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 #, fuzzy msgid "Center" msgstr "Récents" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "Invalide Longitude/Latitude" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 #, fuzzy msgid "Certification" msgstr "Détails de certification" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "Détails de certification" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "Certifié" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "Certifié Par" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Certifié par" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "Certifié par %s" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "Changer de jeu de données" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Modifié par" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Modifié le" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "Modifié le" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" @@ -2552,7 +3355,7 @@ msgstr "" "s'appuie sur des colonnes ou une métadonnées qui n'existe pas dans le jeu" " de données cible" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2565,21 +3368,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "Modifier ce tableau de bord est interdit" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "Modifier ce graphique est interdit" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "La modification de ce contrôle prendra effet immédiatement" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "Changer ce jeu de données est interdit" @@ -2588,129 +3396,160 @@ msgstr "Changer ce jeu de données est interdit" msgid "Changing this dataset is forbidden." msgstr "Modifier ce jeu de données est interdit." -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "Changer ce jeu de données est interdit" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "Il est interdit de changer ce rapport" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." -msgstr "Caractère à interpréter comme un point décimal." - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 +#: superset/views/database/forms.py:196 #, fuzzy -msgid "Charge" -msgstr "graphique" +msgid "Character to interpret as decimal point" +msgstr "Caractère à interpréter comme un point décimal." -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" -msgstr "" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "Caractère à interpréter comme un point décimal." -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "Graphique" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "Graphique %(id)s non trouvé" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "Timeout du cahce du graphique" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "Graphique Email Schedules" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Dernière mise à jour %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "ID Graphique" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "Option comparateur" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "Documentation" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "Propriétaire du graphique : %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Propriétaire du graphique : %s" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Source de données" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "Onglet titre" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "Le graphique [{}] a été écrasé" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "Le graphique [{}] a été sauvegardé" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "Graphique [{}] ajouté au tableau de bord [{}]" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "Le graphique [{}] a été écrasé" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "Le graphique [{}] a été sauvegardé" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "Graphique [{}] ajouté au tableau de bord [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Timeout du cache du graphique" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "Changements de graphique" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2743,51 +3582,97 @@ msgstr "Le graphique n'a pas pu être supprimé." msgid "Chart could not be updated." msgstr "Le graphique n'a pas pu être mis à jour." -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "Le graphique n'existe pas" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" "Le graphique n'a pas de contexte de requête sauvegardé. Veuillez sauver " "le graphique à nouveau." -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "Onglet titre" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "Onglet titre" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Dernière modification" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Dernière modification par %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "Nom du graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "Option comparateur" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Propriétaire du graphique : %s" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "Les paramètres du graphique sont invalides." -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 -msgid "Chart type" -msgstr "Type de graphique" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "Modifier les propriétés du graphique" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Onglet titre" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 +msgid "Chart type" +msgstr "Type de graphique" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "Onglet titre" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Graphiques" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "Les graphiques n'ont pas pu être supprimés." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "Vérifier la configuration" @@ -2796,25 +3681,27 @@ msgstr "Vérifier la configuration" msgid "Check for sorting ascending" msgstr "Cocher pour trier par ordre croissant" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "Vérifiez ce graphique dans le tableau de bord :" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "Vérifiez ce tableau de bord : " -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "Vérifiez ce tableau de bord : " -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" @@ -2822,58 +3709,46 @@ msgstr "" "Cocher pour appliquer les filtres instantanément dès qu'ils changent " "aulieu d'afficher le bouton [Appliquer]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "Cocher pour inclure la liste déroulante de la granularité Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "Cocher pour inclure la liste déroulante de granularité de temps SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "Cocher pour inclure la liste déroulante colonne Temps" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "Cocher pour inclure la liste déroulante de granularité de temps" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "Cocher pour inclure la liste déroulante de l'origine du temps" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "Le [Label] choisi doit être présent dans [Grouper par]" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "Le [Point Radius] doit être présent dans [Grouper par]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Choisissez un fichier" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "Choisissez un graphique ou un tableau de bord, pas les deux" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "Choisissez un jeu de donnée" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Choisissez un jeu de donnée" @@ -2882,38 +3757,44 @@ msgstr "Choisissez un jeu de donnée" msgid "Choose a metric for left axis" msgstr "Choisir une mesure pour l'axe de droite" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "Choisir une mesure pour l'axe de droite" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 #, fuzzy msgid "Choose a number format" msgstr "Choisir une mesure pour l'axe de droite" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "Choisissez un jeu de donnée" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "Choisissez un jeu de donnée" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "Choisissez un jeu de donnée" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "Choisissez un type de graphique" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 #, fuzzy msgid "Choose one or more charts for left axis" @@ -2924,44 +3805,60 @@ msgstr "Choisir une mesure pour l'axe de droite" msgid "Choose one or more charts for right axis" msgstr "Choisir une mesure pour l'axe de droite" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "Choisir le type de couche d'annotations" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "Choisir une mesure pour l'axe de droite" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "Calculer la contribution au total" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "Choisir la source de vos annotations" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "Colonne non numérique choisie" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 #, fuzzy msgid "Circle" msgstr "Fichier" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2969,13 +3866,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Clause" @@ -2983,19 +3880,39 @@ msgstr "Clause" msgid "Clear" msgstr "Effacer" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "Effacer tout" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "Effacer tout" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +#, fuzzy +msgid "Clear form" +msgstr "Format D3" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "Cliquez sur le cadenas pour apporter des modifications." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "Cliquez sur le cadenas pour empêcher d'autres modifications." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." @@ -3004,7 +3921,7 @@ msgstr "" "permettra d'entrer manuellement l'URL SQLAlchemy pour cette base de " "données." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." @@ -3012,23 +3929,36 @@ msgstr "" "Cliquez sur ce lien pour basculer sur un autre formulaire qui ne montrera" " que les champs nécessaires pour se connecter à cette base de données." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Cliquer pour changer de type de visualisation" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" -msgstr "Cliquez pour effacer les filtres émis" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "Cliquer pour modifier" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, fuzzy, python-format +msgid "Click to edit %s in a new tab" +msgstr "Cliquer pour éditer le Label" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "Cliquer pour modifier" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "Cliquer pour modifier" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "Cliquer pour éditer le Label" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "Cliquez pour favori ou non" @@ -3036,41 +3966,47 @@ msgstr "Cliquez pour favori ou non" msgid "Click to force-refresh" msgstr "Cliquer pour forcer le rafraîchissement" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "Cliquer pour voir la différence" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Cocher pour trier par ordre croissant" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Tri décroissant" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "Fermer" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "Fermer tous les autres onglets" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "Fermer l'onglet" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Cluster" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "Nom du cluster" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -3083,28 +4019,42 @@ msgstr "Code" msgid "Collapse all" msgstr "Tout réduire" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "Tout réduire" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "Tout réduire" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "Contenu de cellule" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Collapse table preview" msgstr "Supprimer la Prévisualisation de la table" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "Couleur" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "Métrique de couleur" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 #, fuzzy msgid "Color Scheme" msgstr "Jeu de couleur" @@ -3114,41 +4064,60 @@ msgstr "Jeu de couleur" msgid "Color Steps" msgstr "Jeu de couleur" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "Trier par" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "Métrique de couleur" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +#, fuzzy +msgid "Color of the target location" +msgstr "Détails de la certification" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "Jeu de couleur" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "Couleur" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Colonne" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " @@ -3157,31 +4126,44 @@ msgstr "" "La colonne \"%(column)s\" n'est pas numérique ou n'existe pas dans les " "résultats de requêtes." -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Vérifier la configuration" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "Informations additionnelles" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "Labels) de colonne" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "Colonne requise" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." @@ -3190,25 +4172,45 @@ msgstr "" "que l'index du tableau de données est Vrai, alors les noms d'Index sont " "utilisés." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#: superset/views/database/forms.py:223 +#, fuzzy +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" +"Label de colonne pour l'index de colonne(s). Si aucun label est donné et " +"que l'index du tableau de données est Vrai, alors les noms d'Index sont " +"utilisés." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "Nom(s) de colonne " + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "Le nom de colonne [%s] est dupliqué" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " -msgstr "Nom(s) de colonne " - -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "La colonne référencée dans l'agrégat est indéfinie: %(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "Sélection d'une colonne" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +#, fuzzy +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" +"Colonne à utiliser comme labelle de ligne du tableau de données. Laissez " +"vide si pas d'index de colonne." + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." @@ -3216,11 +4218,11 @@ msgstr "" "Colonne à utiliser comme labelle de ligne du tableau de données. Laissez " "vide si pas d'index de colonne." -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "Fichier en colonnes" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " @@ -3229,88 +4231,112 @@ msgstr "" "Fichier en colonne \"%(columnar_filename)s\" chargé dans la table " "\"%(table_name)s\" de la base de données \"%(db_name)s\"" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "Configuration des colonnes vers la base de données" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "Colonnes" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" +msgstr "" +"Une liste de colonnes séparées par des virgules qui devraient être " +"parsées comme des dates." + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Pas de colonne" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "Colonnes absentes de la source de données : %(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "Colonnes absentes de la source de données : %(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 #, fuzzy msgid "Columns to display" msgstr "Choisissez une métrique à afficher" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Choisissez une métrique à afficher" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "Trier les métriques" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "Trier les métriques" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "Option comparateur" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." @@ -3318,7 +4344,7 @@ msgstr "" "Comparer rapidement des graphiques de multiple séries temporelles et " "leurs métriques." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3329,68 +4355,72 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "Comparaison" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 #, fuzzy msgid "Comparison suffix" msgstr "Comparaison" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "Composants" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "Calculer la contribution au total" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "Condition" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 #, fuzzy msgid "Conditional formatting" msgstr "Informations additionnelles" @@ -3400,12 +4430,11 @@ msgstr "Informations additionnelles" msgid "Confidence interval" msgstr "Intervalle d'actualisation" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "L'intervalle de confiance doit être entre 0 et 1 (exclusif)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "Configuration" @@ -3413,7 +4442,7 @@ msgstr "Configuration" msgid "Configure Advanced Time Range " msgstr "Configurer Intervalle de temps avancé " -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "Configurer intervalle de temps : Dernier ..." @@ -3421,258 +4450,352 @@ msgstr "Configurer intervalle de temps : Dernier ..." msgid "Configure Time Range: Previous..." msgstr "Configurer intervalle de temps : Précédent ..." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "Configurer un intervalle de temps personnalisée" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "Configurer la portée du filtre" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "Configurer les bases de votre couche d'annotations." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "Configurer comment votre superposition est affichée ici." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Confirmez la sauvegarde" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "Confirmez la sauvegarde" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "Connecter" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" "Connecter à cette base de données les feuilles Google Sheet comme des " "tables" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "Connecter une base de données" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "Connexion à la base de données" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "Connexion" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "La connexion a échoué, veuillez vérifier vos paramètres de connexion" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "colonne" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "Contribution" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 #, fuzzy msgid "Contribution Mode" msgstr "Contribution" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "colonne" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "Contrôle libellé " -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "Contrôles libellés " -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 #, fuzzy msgid "Coordinates" msgstr "Coordonnées parallèles" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "Copié vers le presse-papier !" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "Copier" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "Copier l'étape SELECT vers le presse-papier" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "Copier et coller les informations de connexion JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "Copier et coller ici le fichier de service .json en entier" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "Copier l'URL du graphique" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "Copier l'URL du graphique vers le presse-papier" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "Copier l'URL du tableau de bord" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "Copier le lien" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "Copier le message" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "Copie de %s" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "Copier la requête de partition vers le presse-papier" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "Copier le lien dans le presse-papiers" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Copier l'URL de la requête" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "Copier le lien de la requête vers le presse-papier" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" "Copier le nom du compte de la base de données à laquelle vous essayez de " "vous connecter." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +#, fuzzy +msgid "Copy the name of the database you are trying to connect to." msgstr "" "Copier le nom de la base de données à laquelle vous essayez de vous " "connecter." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "Copier vers le presse-papier" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "Copier vers le presse-papier" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 #, fuzzy msgid "Correlation" msgstr "Durée" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "Estimation coût" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "Impossible de déterminer le type de source de données" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "Impossible de récupérer tous les graphiques sauvegardés" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "Impossible de trouver l'objet viz" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "Le driver de la base de données n'a pas pu être chargé" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "Impossible de charger le driver de base de donnée: %(driver_name)s" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "Ce driver de la base de données n'a pas pu être chargé : {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "colonne" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "Trier les valeurs de filtre" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "Carte de pays" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 #, fuzzy msgid "Country Color Scheme" msgstr "Sélectionner un schéma de couleurs" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "Ma colonne" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Carte de pays" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "Créer" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Enregistrer un graphique" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "créer un " + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "Créer un nouveau graphique" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Enregistrer un graphique" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Changer de jeu de données" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Créer un nouveau graphique" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Créer un nouveau graphique" @@ -3680,69 +4803,95 @@ msgstr "Créer un nouveau graphique" msgid "Create new filter set" msgstr "Créer un nouvel ensemble de filtre" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "Créer ou sélectionner schéma ..." -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Créé le" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "Créé le" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Créé par" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Créé par" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "Contenu créé" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Créé le" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "L'import du graphique a échoué pour une raison inconnue" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "Créer une source de données et ouvrir un nouvel onglet" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Créateur" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "Action" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" -msgstr "Portée du filtre croisé" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" -msgstr "Portée du filtre croisé" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Pas de filtre dans ce tableau de bord." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Portée du filtre croisé" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 #, fuzzy msgid "Cumulative" msgstr "Actif" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 #, fuzzy msgid "Custom" @@ -3756,116 +4905,131 @@ msgstr "Plugin custom" msgid "Custom Plugins" msgstr "Plugins custom" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "SQL personnalisé" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" -"Les filtres ad-hoc pour le SQL personnalisé ne sont par disponibles pour " -"le connecteur Druid natif" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" -msgstr "" -"Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles " -"pour le connecteur Druid natif" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" "Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles " "pour ce dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "" + #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "Personnaliser" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 #, fuzzy msgid "Customize Metrics" msgstr "Personnaliser" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "Pas de colonne temporelle" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "Format D3" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "Format D3" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Date/Heure" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "DEC" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "EFFACER" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" -msgstr "Erreur de description" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +#, fuzzy +msgid "Dark" +msgstr "Trimestre" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Tableau de bord" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "Tableau de bord Emails" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté" @@ -3881,32 +5045,68 @@ msgstr "Le tableau de bord n'a pas pu être supprimé." msgid "Dashboard could not be updated." msgstr "Le tableau de bord n'a pas pu être mis à jour." -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "Le tableau de bord n'existe pas" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "Propriétés du tableau de bord" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "Les paramètres du tableau de bord sont invalides." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Propriétés du tableau de bord" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "Propriétés du tableau de bord" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "[nom du tableau de bord]" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "tableau de bord" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "tableaux de bord" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Tableaux de bord" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "tableaux de bord" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "Les tableaux de bord n'ont pas pu être supprimés." @@ -3915,41 +5115,37 @@ msgstr "Les tableaux de bord n'ont pas pu être supprimés." msgid "Dashboards do not exist" msgstr "Les tableaux de bord n'existent pas" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "tableau de bord" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Données" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Source de données" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "Éditer la table" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" @@ -3958,7 +5154,7 @@ msgstr "" "Impossible de désérialiser la donnée. Le format de stockage peut avoir " "changé. Rejouez la requête originale." -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." @@ -3966,48 +5162,52 @@ msgstr "" "Impossible de récupérer les données depuis le backend. Rejouez la requête" " originale." -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "Prévisualiser les données" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Source de données" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" +msgstr "Données rafraîchies" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Type de donnée" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "DataFrame doit comprendre au moins une série" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "Dataframe doit inclure une colonne temporelle" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "Base de données" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4017,7 +5217,7 @@ msgstr "" " pas autorisée pour les téléversements en colonne. Contactez votre " "administrateur Superset." -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4027,7 +5227,7 @@ msgstr "" " pas autorisée pour les téléversements csv. Contactez votre " "administrateur Superset." -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4037,55 +5237,75 @@ msgstr "" " pas autorisée pour les téléversements Excel. Contactez votre " "administrateur Superset." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Tester la connexion" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "Erreur de base de données" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "URL de la base de données" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "La base de données n'a pas pu être créée." + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "La base de données n'a pas pu être créée." -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "La base de données n'a pas pu être supprimée." -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "La base de données n'a pas pu être mise à jour." -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "La base de données ne permet pas la manipulation de données." #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "La base de données n'existe pas" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "La base de données n'autorise pas les sous-requêtes" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Erreur de base de données" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "La base de données est hors-ligne." -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "Une base de données est requise pour les alertes" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Nom de la base de données" @@ -4093,38 +5313,55 @@ msgstr "Nom de la base de données" msgid "Database not allowed to change" msgstr "La base de données ne peut pas être changée" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "Base de donnée non trouvée." +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "Identifiant de source de données non trouvé : %(id)s" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "Les paramètres de base de données sont invalides." -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Port de la base de données" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "Port de la base de données" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "La base de données n'a pas pu être mise à jour." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Bases de données" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "Index du tableau de données" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Jeu de données" @@ -4133,6 +5370,11 @@ msgstr "Jeu de données" msgid "Dataset %(name)s already exists" msgstr "Le jeu de données %(name)s existe déjà" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Nom du jeu de donnée" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "La suppression de la colonne du jeu de données a échoué." @@ -4149,17 +5391,26 @@ msgstr "Le jeu de données n'a pas pu être créé." msgid "Dataset could not be deleted." msgstr "Le jeu de données n'a pas pu être supprimé." +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "Le jeu de données n'a pas pu être mis à jour." + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "Le jeu de données n'a pas pu être mis à jour." -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "Le jeu de données n'existe pas" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "Port de la base de données" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "Un jeu de données est obligatoire" @@ -4171,8 +5422,8 @@ msgstr "La suppression de la métrique du jeu de données a échoué." msgid "Dataset metric not found." msgstr "Métrique du jeu de données non trouvée." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "Nom du jeu de donnée" @@ -4180,74 +5431,92 @@ msgstr "Nom du jeu de donnée" msgid "Dataset parameters are invalid." msgstr "Les paramètres du jeu de données sont invalides." +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "Les jeux de données n'ont pas pu être supprimés par lot." -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Jeux de données" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "Les jeux de données ne comportent pas de colonne temporelle" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Source de données" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "Choisissez un type de graphique" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "Nom source de données" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "Le jeu de données n'existe pas" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" -msgstr "Identifiant de source de données non trouvé : %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "Le type de source de données est requis quand datasource_id est spécifié" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 #, fuzzy msgid "Date Time Format" msgstr "Format Datetime" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "Filtre de date" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "Format Date" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Formatage adapté" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "Date/Heure" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Format Datetime" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -4255,64 +5524,77 @@ msgstr "" "Colonne Datetime non fournie dans la configuration alors qu'elle est " "requise pour ce type de graphique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Format Datetime" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "Jour" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "Jours %s" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "La base de données n'a pas retourné toutes les colonnes demandées" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Actif" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "Décembre" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "Caractère décimal" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "Deck.gl - Grille 3D" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "Deck.gl - 3D HEX" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "Deck.gl - Arc" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "Deck.gl - GeoJSON" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "Deck.gl - Couches Multiples" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "Deck.gl - Chemins" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "Deck.gl - Polygone" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "Deck.gl - Nuage de points" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "Deck.gl - Grille d'écran" @@ -4320,67 +5602,88 @@ msgstr "Deck.gl - Grille d'écran" msgid "Default" msgstr "Par défaut" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Endpoint par défaut" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "URL par défaut" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" "URL par défaut vers laquelle rediriger quand on accède depuisla page qui " "liste les jeux de données" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "Valeur par défaut" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "Valeur par défaut" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 #, fuzzy msgid "Default latitude" msgstr "Valeur par défaut" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 #, fuzzy msgid "Default longitude" msgstr "Valeur par défaut" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "Une valeur par défaut est obligatoire" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" @@ -4388,13 +5691,16 @@ msgstr "" "Définit une fonction de fenêtre glissante à appliquer, fonctionne avec le" " champ texte [Périodes]" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" @@ -4403,21 +5709,12 @@ msgstr "" "couleur spécifique sur le graphique et masquée/affichée en cliquant sur " "sa légende" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "" -"Définir l'origine des intervalles de temps, accepte les dates naturelles " -"comme dans`now`, `sunday` ou `1970-01-01`" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" @@ -4425,92 +5722,96 @@ msgstr "" "Définit la taille de la fonction de fenêtre glissante, par rapport à la " "granularité temporelle sélectionnée" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Effacer" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "Effacer %s ?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "Supprimer l'annotation ?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "Supprimer la base de données ?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "Supprimer le jeu de données ?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "Effacer couche ?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "Supprimer la requête ?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "Supprimer le rapport ?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Supprimer template ?" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "Vraiment tout effacer ?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Supprimer annotation" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "Supprimer l'onglet du tableau de bord ?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Supprimer une base de données" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "Supprimer le rapport par e-mail" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Effacer la requête" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "Supprimer un template" @@ -4518,98 +5819,92 @@ msgstr "Supprimer un template" msgid "Delete this container and save to remove this message." msgstr "Supprimez ce conteneur et sauvegardez pour supprimer ce message." -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "%(num)d annotation supprimée" msgstr[1] "%(num)d annotations supprimées" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "%(num)d couche d'annotations supprimée" msgstr[1] "%(num)d couches d'annotations supprimées" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "%(num)d graphique supprimé" msgstr[1] "%(num)d graphiques supprimés" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "Template css %(num)d supprimé" msgstr[1] "Templates css %(num)d supprimés" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "%(num)d tableau de bord supprimé" msgstr[1] "%(num)d tableaux de bord supprimés" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "%(num)d jeu de données supprimé" msgstr[1] "%(num)d jeux de données supprimés" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "%(num)d planification de rapport supprimée" msgstr[1] "%(num)d planifications de rapport supprimées" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "%(num)d requête sauvegardée supprimée" msgstr[1] "%(num)d requêtes sauvegardées supprimées" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Supprimé : %s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "Une seule colonne long & lat délimité" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "Délimiteur" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "Délimiteur utilisé par le fichier CSV (pour un espace vide utiliser \\s+)." - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "Livrer par groupe" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "Type de livraison" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "Méthode de livraison" @@ -4619,72 +5914,78 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 #, fuzzy msgid "Density" msgstr "Entité" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "Dépend de" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "Créé le" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Description" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "Description (cela peut être vu dans la liste)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "Colonnes de description" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "Tout Dé-Sélectionner" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "Détails de la certification" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" @@ -4692,7 +5993,7 @@ msgstr "" "Indique si ce tableau de bord est visible dans la liste des tableaux de " "bord" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 #, fuzzy msgid "Diamond" msgstr "et" @@ -4701,67 +6002,122 @@ msgstr "et" msgid "Did you mean:" msgstr "Vouliez-vous dire :" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 #, fuzzy msgid "Difference" msgstr "Cliquer pour voir la différence" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "Granularité de Temps" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "Est une Dimension" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +#, fuzzy +msgid "Dimensions" +msgstr "Est une Dimension" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "Graphe orienté" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 #, fuzzy msgid "Directional" msgstr "description" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "Éditer la table" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "Abandonner les modifications" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "tableau de bord" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 #, fuzzy msgid "Discrete" msgstr "a été créé" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "Nom affiché" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "Configuration d'affichage" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Paramètres de planification" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4769,37 +6125,34 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 #, fuzzy msgid "Distribute across" msgstr "Estimer le coût" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "Contribution" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Distibution - histogramme" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "Diviseur" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 -msgid "Filter" -msgstr "Filtre" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "Documentation" @@ -4808,132 +6161,191 @@ msgstr "Documentation" msgid "Domain" msgstr "Comparaison" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Ne pas actualiser" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "mois" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Édité" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "télécharger en CSV" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "Télécharger comme image" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "Télécharger en CSV" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "Brouillon" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "Glissez/Déposez des composants et des graphiques sur le tableau de bord" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +#, fuzzy +msgid "Drag and drop components to this tab" +msgstr "Il n'y a pas de composant à ajouter dans cet onglet" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 -msgid "Draw split lines for minor y-axis ticks" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" -msgstr "Supprimer une colonne ici ou cliquer" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" +msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" -msgstr "Supprimer une colonne/métrique ici ou cliquer" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" -msgstr "Supprimer une colonne ici" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" -msgstr "Supprimer une colonne ou une métrique ici" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" -msgstr "Supprimer des colonnes ici" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Trier par %s" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" -msgstr "Supprimer des colonnes ou des métriques ici" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" -msgstr "Supprimer des colonnes/métriques ici ou cliquer" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -#, fuzzy -msgid "Drop temporal column here" -msgstr "Supprimer une colonne ici" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Clusters Druid" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Données Druid" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Sources de données Druid" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "Supprimer une colonne ici ou cliquer" +msgstr[1] "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" -"Druid supporte l'authentification basique. Voir " -"[auth](http://druid.io/docs/latest/design/auth.html) et druid-basic-" -"security extension" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "Supprimer une colonne/métrique ici ou cliquer" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +#, fuzzy +msgid "Drop a temporal column here or click" +msgstr "Supprimer une colonne ici ou cliquer" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "Supprimer une colonne ici" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "Supprimer une colonne ou une métrique ici" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "Supprimer des colonnes ici" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "Supprimer des colonnes ou des métriques ici" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "Supprimer des colonnes/métriques ici ou cliquer" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +#, fuzzy +msgid "Drop temporal column here" +msgstr "Supprimer une colonne ici" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "Points" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "Dupliquer l'onglet" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "Nom(s) de colonne dupliqué: %(columns)s" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " @@ -4942,60 +6354,58 @@ msgstr "" "Doublons de libellés colonne/métrique : %(labels)s. Veuillez vous assurer" " que toutes les colonnes et métriques ont des libellés uniques." -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Éditer le jeu de données" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "Dupliquer l'onglet" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Durée" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" "Durée (en secondes) du timeout de cache pour les graphiques cette base de" " données. Un timeout de 0 indique que le cache n'expire jamais. Noter que" " s'il n'est pas défini, c'est le timeout global qui est pris en compte." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -"Durée (en secondes) du timeout du cache pour ce graphique. Notez que " -"c'est par défaut le timeout du jeu de données si indéfinie." +"Durée (en secondes) du timeout de cache pour les graphiques cette base de" +" données. Un timeout de 0 indique que le cache n'expire jamais. Noter que" +" s'il n'est pas défini, c'est le timeout global qui est pris en compte." -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "Durée (en seconds) du délai de mise en cache pour ce graphique." -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" -"Durée (en secondes) du timeout du cache pour ce cluster. Un timeout de 0 " -"indique que le cache n'expire jamais. Notez que s'il est indéfini, il " -"prend comme valeur par défaut celui du timeout global." - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -"Durée (en secondes) du timeout du cache pour cette source de données. Un " -"timeout de 0 indique que le cache n'expire jamais. Notez que s'il est " -"indéfini, il prend comme valeur par défaut le timeout du cluster." +"Durée (en secondes) du timeout du cache pour ce graphique. Notez que " +"c'est par défaut le timeout du jeu de données si indéfinie." -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " @@ -5005,7 +6415,7 @@ msgstr "" "indique que le cache n'expire jamais. Notez que le timeout de la base de " "données par défaut est undefined." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." @@ -5013,7 +6423,7 @@ msgstr "" "Durée (en seconds) du délai de mise en cache pour les schémas de base de " "données. Si vide, le cache n'expire jamais." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " @@ -5021,115 +6431,138 @@ msgstr "" "Durée (en secondes) du délai de mise en cache pour les métadonnées des " "tables de cette base de données. Si vide, le cache n'expire jamais. " -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "Durée en ms (1.40008 => 1ms 400µs 80ns)" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +#, fuzzy +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "Durée en ms (1.40008 => 1ms 400µs 80ns)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "Durée en ms (66000 => 1m 6s)" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "Durée : %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +#, fuzzy +msgid "Dynamic Aggregation Function" +msgstr "Fonctions Python" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "Charge dynamiquement les valeurs du filtre" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "EGraphiques" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "Rapports par e-mail actifs" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "FIN (EXCLUSIVE)" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "Opérateur" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 #, fuzzy msgid "Edge width" msgstr "L'épaisseur de la ligne" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Éditer" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "Éditer la table" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "Editer l'annotation" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "Editer la couche d'annotation" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "Modifier le CSS" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "Modifier le Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "Modifier les propriétés du template CSS" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Modifier le graphique" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Modifier les propriétés du graphique" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Éditer une colonne" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "Éditer le tableau de bord" @@ -5137,35 +6570,15 @@ msgstr "Éditer le tableau de bord" msgid "Edit Database" msgstr "Éditer la base de données" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Éditer le jeu de données " -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Éditer un cluster Druid" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Éditer une colonne Druid" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Éditer la source de données Druid" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Éditer une métrique Druid" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "Modifier le rapport e-mail" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "Éditer le log" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Éditer la métrique" @@ -5173,58 +6586,64 @@ msgstr "Éditer la métrique" msgid "Edit Plugin" msgstr "Éditer le plugin" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 #, fuzzy msgid "Edit Report" msgstr "Modifier le rapport par e-mail" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "Editer le filtre de sécurité au niveau de la ligne" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "Éditer la requête sauvegardée" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Éditer la table" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Modifier annotation" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "Modifier une couche d'annotations" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Couches d'annotation" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Modifier le graphique" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "Modifier les propriétés du graphique" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "Éditer le tableau de bord" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "Modifier les propriétés de ce tableau de bord" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Éditer la base de données" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "Éditer le jeu de données" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "Modifier le rapport par e-mail" @@ -5232,50 +6651,55 @@ msgstr "Modifier le rapport par e-mail" msgid "Edit formatter" msgstr "Modifier un formateur" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "Modifier les propriétés" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "Modifier la requête" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Modifier un template" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "Modifier les paramètres du modèle" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +msgid "Edit the dashboard" +msgstr "Modifier le tableau de bord" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "Modifier intervalle de temps" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Édité" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "Édition d'un filtre :" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "Modifier l'ensemble de filtre :" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "Base de données inexistante ou nom incorrect." -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect." -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " @@ -5284,44 +6708,46 @@ msgstr "" "Soit l'utilisateur \"%(username)s\", le mot de passe, ou le nom de la " "base de données \"%(database)s\" est incorrect." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -#, fuzzy, python-format -msgid "Either the username or password is incorrect." -msgstr "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect." - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "Le nom d'utilisateur ou le mot de passe est incorrect." -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "Format d'e-mail" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "Durée" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "Rapports par e-mail actifs" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 #, fuzzy -msgid "Emit Target" -msgstr "Éditer le jeu de données" +msgid "Embed" +msgstr "Novembre" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 #, fuzzy -msgid "Emit dashboard cross filters" -msgstr "Modifier les propriétés de ce tableau de bord" +msgid "Embed code" +msgstr "mode edition" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 #, fuzzy -msgid "Emit dashboard cross filters." -msgstr "Modifier les propriétés de ce tableau de bord" +msgid "Embed dashboard" +msgstr "Sauvegarder le Tableau de Bord" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" -msgstr "Valeurs émises" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +#, fuzzy +msgid "Emit Filter Events" +msgstr "Trier les valeurs de filtre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5329,7 +6755,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5337,24 +6763,55 @@ msgstr "" msgid "Empty collection" msgstr "Collection vide" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "Ma colonne" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "Requête vide ?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "Requête vide ?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +#, fuzzy +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" +"Activez l'option 'Autoriser le chargement de données' dans les paramètres" +" de la base de données" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "Activer le filtre de sélection" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +#, fuzzy +msgid "Enable cross-filtering" +msgstr "Portée du filtre croisé" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5363,24 +6820,25 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "Activer l'estimation du coût de la requête" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " @@ -5389,22 +6847,38 @@ msgstr "" "Entrée spatiale NULL rencontrée, " "veuillez les filtrer" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "Date de fin" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "Invalide Longitude/Latitude" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +#, fuzzy +msgid "End Longitude & Latitude" +msgstr "Invalide Longitude/Latitude" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "Date de fin" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 #, fuzzy msgid "End angle" msgstr "Intervalle de Temps" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "Envoyer comme texte" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "Date de fin exclue de l'intervalle de temps" @@ -5412,22 +6886,17 @@ msgstr "Date de fin exclue de l'intervalle de temps" msgid "End date must be after start date" msgstr "Date de début ne peut être postérieure à Date de fin" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "Le moteur \"%(engine)s\" ne peut pas être configuré via des paramètres." -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "Le moteur \"%(engine)s\" n'est pas un moteur valide." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "Les paramètres du moteur" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." @@ -5435,87 +6904,109 @@ msgstr "" "La spec moteur \"InvalidEngine\" ne supporte pas d'être configuré via " "des paramètres individuels." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "Entrer CA_BUNDLE" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Charger les informations de connexion" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Entrée un nouveau titre pour l'onglet" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "Entrée un nom pour cette feuille" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "Entrée un nouveau titre pour l'onglet" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "Entrer la durée en secondes" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "Passer en plein écran" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "Entité" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 #, fuzzy msgid "Entity ID" msgstr "Entité" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 #, fuzzy msgid "Error" msgstr "Opérateur" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "Message d'erreur" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "Erreur d'expression jinja dans la clause HAVING : %(msg)s" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "Erreur dans l'expression jinja des filtres RLS : %(msg)s" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "Erreur d'expression jinja dans la clause WHERE : %(msg)s" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" "Erreur dans l'expression jinja dans la réupération du prédicat des " "valeurs : %(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" "Erreur au chargement des source de données du graphique Les filtres " "peuvent mal fonctionner." -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "Message d'erreur" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 -#, fuzzy, python-format +#, fuzzy msgid "Error while fetching charts" msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s" @@ -5524,42 +7015,63 @@ msgstr "Une erreur s'est produite durant la récupération des tableaux de bord msgid "Error while fetching data: %s" msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Erreur durant le rendu de la requête du jeu de données virtuel : %(msg)s" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "Etat du programme de rapport introuvable" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "Estimer le coût" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "Estimer le coût estimé de la requête sélectionnée" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "Estimer le coût avant d'exécuter une requête" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "date" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 #, fuzzy msgid "Event Flow" msgstr "Flot d'événements" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "Nom de la feuille" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "Flot d'événements" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "Colonne temporelle de l’événement" @@ -5569,23 +7081,23 @@ msgstr "Chaque" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 #, fuzzy msgid "Exact" msgstr "Zone de texte" @@ -5598,22 +7110,16 @@ msgstr "Zone de texte" msgid "Example" msgstr "Exemple" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, fuzzy, python-format -msgid "Example %(tableName)s will appear here" -msgstr "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "Exemples" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "Fichier Excel" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" @@ -5622,11 +7128,11 @@ msgstr "" "Fichier CSV \"%(excel_filename)s\" chargé dans la table " "\"%(table_name)s\" de la base de données \"%(db_name)s\"" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "Configuration de Excel vers base de données" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 #, fuzzy msgid "Exclude selected values" msgstr "Limiter les valeurs" @@ -5635,36 +7141,68 @@ msgstr "Limiter les valeurs" msgid "Executed SQL" msgstr "Lancer la requête SQL" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "Lancer la requête sélectionnée" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "ID d'exécution" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "Log d'exécution" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Jeu de données manquant" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "Sortir du mode plein écran" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "et" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "Développer tout" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "Ligne d'en-tête" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Expand table preview" msgstr "Supprimer la Prévisualisation de la table" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "Etendre la barre d'outil" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5674,107 +7212,119 @@ msgstr "Etendre la barre d'outil" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "Explorer" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "Explorer - %(table)s" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "Explorer dans Superset" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "Explorer le résultat dans la vue d'exploration des données" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "Exporter" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "Exporter en CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "Exporter les tableaux de bords ?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "Exporter en full CSV" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 msgid "Export query" msgstr "Exporter la requête" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" -msgstr "Exporter au format CSV" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "Exporter en YAML" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "Exporter en YAML" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" -msgstr "Exporter au format JSON" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "Exporter en YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Exporter en YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "Exporter en YAML?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +#, fuzzy +msgid "Export to full .CSV" +msgstr "Exporter en full CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "Exposer la base de données dans SQL Lab" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Exposer dans SQL Lab" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "Expose cette BDD dans SQL Lab" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Expression" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Extra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 #, fuzzy msgid "Extra Parameters" msgstr "Les paramètres du modèle" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5787,27 +7337,32 @@ msgstr "" "the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" " "}`." -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 #, fuzzy msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 #, fuzzy msgid "Extra url parameters for use in Jinja templated queries" msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "zone de texte" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "FEV" @@ -5816,45 +7371,75 @@ msgstr "FEV" msgid "FRI" msgstr "VEN" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "Octobre" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "Echec" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "Echec" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Echec lors de la récupération des résultats" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "Echec lors de la récupération des résultats" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "Echec de la requête à distance." +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "Echec de la vérification des options de sélection : %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "Favoris" @@ -5866,34 +7451,36 @@ msgstr "Favoris" msgid "February" msgstr "Février" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "Récupérer les valeurs des prédicats" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "Récupérer les valeurs des prédicats" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "Prévisualisation des données" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "Récupéré %s" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +#, fuzzy +msgid "Fetching" +msgstr "récupération" + +#: superset/databases/commands/exceptions.py:63 #, fuzzy, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "Le champ ne peut pas être décodé par JSON %{json_error}s" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "Le champ ne peut pas être décodé par JSON. %(msg)s" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "Le champ est requis" @@ -5901,131 +7488,171 @@ msgstr "Le champ est requis" msgid "File" msgstr "Fichier" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "Couleur fixe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" "Remplissez tous les champs obligatoires pour activer \"la valeur par " "défaut\"" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 #, fuzzy msgid "Fill method" msgstr "Méthode de livraison" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "Echec" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "Filtre" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "Configuration du filtre" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "Filtres" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "Paramètres des filtres" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "Type du filtre" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "Boite de filtrage" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Filtrer vos graphiques" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Configuration du filtre" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "Configuration du filtre pour la boîte de filtrage" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "Le filtre a une valeur par défaut" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "Le filtre est hiérarchique" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Nom du filtre" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" "Les métadonnées du filtre ont changé dans le tableau de bord. Il ne sera " "pas appliqué." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Nom du filtre" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" +"Le filtre n'affiche que les valeurs pertinentes après les sélections " +"effectuées dans d'autres filtres." + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "Filtrer les résultats" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "Cet ensemble de filtre existe déjà" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "Un ensemble de filtre avec ce nom existe déjà" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "Type du filtre" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "Valeur du filtre (sensible à la casse)" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "La valeur du filtre est requise" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "La liste de valeurs du filtre ne peut pas être vide" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Filtrer vos graphiques" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Filtrable" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "Filtres" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "Filtres (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "Filtrer par colonne" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "Filtres par métrique" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "Configuration des filtres" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "Configuration et portée des filtres" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "Filtres hors du périmètre (%d)" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -6046,19 +7673,23 @@ msgstr "" "(department = 'Finance' OR department = 'Marketing') AND (region = " "'Europe')." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "Terminer" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 #, fuzzy msgid "Fix to selected Time Range" msgstr "Intervalle de temps courant" @@ -6067,48 +7698,62 @@ msgstr "Intervalle de temps courant" msgid "Fixed" msgstr "Modifié" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 #, fuzzy msgid "Fixed Color" msgstr "Couleur fixe" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "Couleur fixe" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 #, fuzzy msgid "Flow" msgstr "jaune" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" "Pour Presto et Postgres, affiche un bouton pour calculer le coût avant " "d'exécuter une requête." -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " @@ -6119,12 +7764,12 @@ msgstr "" " lesquels les filtres NE VONT PAS s'appliquer, par exemple Admin si " "l'admin devrait voir toutes les données." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 #, fuzzy msgid "Force" msgstr "Source" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." @@ -6132,11 +7777,17 @@ msgstr "" "Force la création des tables et des vues dans ce schéma quand on cliquer " "sur CTAS or CVAS dans SQL Lab." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "Format Date" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "Forcer à rafraîchir" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "Forcez à actualiser la liste des schémas" @@ -6144,45 +7795,86 @@ msgstr "Forcez à actualiser la liste des schémas" msgid "Force refresh table list" msgstr "Forcer à actualiser les données" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 #, fuzzy msgid "Forecast periods" msgstr "Période relative" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Fréquence de rafraichissement" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 #, fuzzy msgid "Formattable" msgstr "Clefs pour la table" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "CSV formatté attaché dans l'e-mail" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "Clefs pour la table" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Valeurs émises" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "Formatage adapté" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "Format D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "Valeur cible" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 #, fuzzy msgid "Frequency" msgstr "Fréquence de rafraichissement" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "Action" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -6190,36 +7882,71 @@ msgstr "" msgid "Friday" msgstr "Vendredi" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "La date de début ne peut être postérieure à la date de fin" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Nom de la requête" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "Nouveau graphique" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "Grouper par" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "Tous les graphiques" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "Pas de colonne" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "Paramètres de planification" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "Geohash" @@ -6232,28 +7959,58 @@ msgstr "Récupérer la dernière date par l'unité de date." msgid "Get the specify date for the holiday" msgstr "Récupérer la date spécifiée pour le jour férié" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" +"Allez dans l'edition pour configurer le tableau de bord et ajouter des " +"graphiques" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "Nom et URL de la feuille Google Sheet" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "Période de grâce" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (Plus grand ou égal)" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "créer un " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#, fuzzy +msgid "Grid" +msgstr "Vendredi" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +#, fuzzy +msgid "Grid Size" +msgstr "Taille de la bulle" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "Grouper par" @@ -6262,73 +8019,114 @@ msgstr "Grouper par" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "'Grouper par' et 'Colonnes' ne peuvent pas se chevaucher" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Grouper par" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Groupable" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +#, fuzzy +msgid "Handlebars" +msgstr "alertes" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Supprimer un template" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "a été créé" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "Ligne d'en-tête" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "Ligne d'en-tête" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Carte de chaleur" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "Hauteur" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "Masquer la couche" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "Basculer la description du graphique" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "Masquer la couche" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Réinitialiser mon mot de passe" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "Masquer la barre d'outil" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "Métrique servant à trier les résultats" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "Recherche" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Histogramme" -#: superset/initialization/__init__.py:222 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:278 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Accueil" @@ -6337,54 +8135,64 @@ msgstr "Accueil" msgid "Horizon Chart" msgstr "Histogrammes horizontaux" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "Histogrammes horizontaux" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "Histogrammes horizontaux" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "Nom d'hôte ou adresse IP" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "Heure" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "Heures %s" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "Offset des heures" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" "Comment voulez-vous entrer les informations de connexion du compte de " "service ?" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "Combien de temps garder les logs pour cette alerte" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " @@ -6395,29 +8203,29 @@ msgstr "" " décalage temporel ; comme le pourcentage de changement; ou comme le " "ratio entre les séries et les décalages temporels." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "ISO 8601" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 #, fuzzy msgid "Id" msgstr "id:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -6432,7 +8240,7 @@ msgstr "" "le compte du service, mais en impersonnifiant l'utilisateur actuellement " "connecté via la propriété hive.server2.proxy.user." -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6447,28 +8255,28 @@ msgstr "" "impersonnifiant l'utilisateur actuellement connecté via la propriété " "hive.server2.proxy.user." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Cet ensemble de filtre existe déjà" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "Si une métrique est définie, le tri sera basé sur sa valeur" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " -msgstr "Si activé, vous pouvez utiliser la " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" +msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" "Si sélectionné, veuillez indiquer les schémas permis pour le " "téléversement csv dans Extra." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" -"Si sélectionné, veuillez définir les schémas autorisés pour le chargement" -" de données dans Extra." - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." @@ -6477,39 +8285,44 @@ msgstr "" "d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer" " les données)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "" +"L'exécution de la planification de rapport a échoué à la génération de la" +" copie d'écran." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "Image (PNG) encapsulée dans l'e-mail" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" "Impersonnaliser l'utilisateur connecté (Presto, Trino, Drill, Hive, and " "GSheets)" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "Impersonnaliser la connexion de l'utilisateur" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Importe" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Import %s" @@ -6518,19 +8331,19 @@ msgstr "Import %s" msgid "Import Dashboard(s)" msgstr "Importer des tableaux de bords" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Importer des tableaux de bord" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "Importer la définition d'une table" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "L'import du graphique a échoué pour une raison inconnue" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "Importer des graphiques" @@ -6538,28 +8351,29 @@ msgstr "Importer des graphiques" msgid "Import dashboard failed for an unknown reason" msgstr "L'import du tableau de bord a échoué pour une raison inconnue" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Import des tableaux de bord" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "L'import de la base de données a échoué pour une raison inconnue" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +#, fuzzy +msgid "Import database from file" msgstr "Importer la base de données" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "L'import du jeu de données a échoué pour une raison inconnue" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "Importer des jeux de données" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "Importer des requêtes" @@ -6567,125 +8381,133 @@ msgstr "Importer des requêtes" msgid "Import saved query failed for an unknown reason." msgstr "L'import de la requête sauvegardée a échoué pour une raison inconnue." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "dans" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 #, fuzzy msgid "Include time" msgstr "Date de fin" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Filtres incompatibles (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Personnel" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "Index de colonne" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "Déduire le format Datetime" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "Info" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "Filtrage instantané" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" -"Les instructions pour ajouter un jeu de données sont disponibles dans le " -"tutoriel Superset." - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 #, fuzzy msgid "Intensity" msgstr "Entité" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "Utiliser Pandas pour interpréter le format Datetime automatiquement." + +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "Utiliser Pandas pour interpréter le format Datetime automatiquement." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Intervalle d'actualisation" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "Dernière colonne de l'intervalle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 #, fuzzy msgid "Interval bounds" msgstr "Filtrer par colonne" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 #, fuzzy msgid "Interval colors" msgstr "Schéma de couleurs linéaire" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "Première colonne de l'intervalle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "Intervalle d'actualisation" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "JSON invalide" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -#, fuzzy -msgid "Invalid account information" -msgstr "Information simple" +#: superset/advanced_data_type/api.py:100 +#, fuzzy, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "Type de résultat invalide : %(result_type)s" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "Certificat invalide" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -6694,10 +8516,11 @@ msgstr "" "habituellement\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 +#, fuzzy msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" "Chaîne de connexion invalide, une chaîne valide a généralement cette " "forme : driver://user:password@database-host/database-name" @@ -6717,138 +8540,187 @@ msgstr "" msgid "Invalid cron expression" msgstr "Expression Cron invalide" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "Operateur cumulatif invalide: %(operator)s" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "Format date/timestamp invalide" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "Configuration du filtre invalide, veuillez sélectionner une colonne" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "Type d'opération de filtrage invalide : %(op)s" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "Chaine de géodésie invalide" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "Chaine de geohash invalide" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "Configuration lat/long non valide." -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "Invalide Longitude/Latitude" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" msgstr "Object métrique invalide" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "Fonction numpy invalide: %(operator)s" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "Options invalides pour %(rolling_type)s: %(options)s" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "Type de résultat invalide : %(result_type)s" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "Le rolling_type invalide: %(type)s" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "Point géographique invalide : %s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "Certificat invalide" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 #, fuzzy msgid "Inverse selection" msgstr "Exécuter la sélection" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "Est caché" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "Pourcentages" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "Certifié par" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "Est une Dimension" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "Éditer la table" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "Favoris" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "Filtrable" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "Non Null" + +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "Non Null" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "Est temporel" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 #, fuzzy msgid "Issue 1000 - The dataset is too large to query." msgstr "Source de données trop volumineuse pour être interrogée." -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 #, fuzzy msgid "Issue 1001 - The database is under an unusual load." msgstr "La base de données est soumise à une charge inhabituelle." -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "Il semble que vous n'ayez accès à aucune Base de Données" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "JAN" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "JSON des méta-données" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "méta-données JSON " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "le json n'est pas valide" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6873,25 +8745,60 @@ msgstr "JUI" msgid "January" msgstr "Janvier" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 -msgid "" -"Json list of the column names that should be read. If not None, only " -"these columns will be read from the file." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" msgstr "" -"Liste json des noms de colonnes qui devraient être lues. Si différent de " -"None, uniquement ces colonnes seront lues depuis le fichier." -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 -msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"]," -" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " -"supports only single value. Use [\"\"] for empty string." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" msgstr "" -"Json liste de valeur à traiter comme NULL. Examples: [\"\"], [\"None\", " -"\"N/A\"], [\"nan\", \"null\"]. Attention: Hive database ne supporte " -"qu'une seule valeur. Use [\"\"] for empty string." -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Modifier un template" + +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" +msgstr "" +"Une liste de colonnes séparées par des virgules qui devraient être " +"parsées comme des dates." + +#: superset/views/database/forms.py:464 +msgid "" +"Json list of the column names that should be read. If not None, only " +"these columns will be read from the file." +msgstr "" +"Liste json des noms de colonnes qui devraient être lues. Si différent de " +"None, uniquement ces colonnes seront lues depuis le fichier." + +#: superset/views/database/forms.py:203 +#, fuzzy +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" +"Json liste de valeur à traiter comme NULL. Examples: [\"\"], [\"None\", " +"\"N/A\"], [\"nan\", \"null\"]. Attention: Hive database ne supporte " +"qu'une seule valeur. Use [\"\"] for empty string." + +#: superset/views/database/forms.py:394 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"]," +" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " +"supports only single value. Use [\"\"] for empty string." +msgstr "" +"Json liste de valeur à traiter comme NULL. Examples: [\"\"], [\"None\", " +"\"N/A\"], [\"nan\", \"null\"]. Attention: Hive database ne supporte " +"qu'une seule valeur. Use [\"\"] for empty string." + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 msgid "July" msgstr "Juillet" @@ -6899,47 +8806,75 @@ msgstr "Juillet" msgid "June" msgstr "Juin" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "Garder en édition" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "Clefs pour la table" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtres" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Nombre de lignes max" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "Label" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "Type du filtre" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "Cet ensemble de filtre existe déjà" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "Label pour votre requête" @@ -6948,17 +8883,18 @@ msgstr "Label pour votre requête" msgid "Label position" msgstr "dernière partition :" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6976,23 +8912,24 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 #, fuzzy msgid "Large" msgstr "Partage de requête" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 #, fuzzy msgid "Last" msgstr "à" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Dernière modification" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Dernière modification" @@ -7001,70 +8938,80 @@ msgstr "Dernière modification" msgid "Last Updated %s" msgstr "Dernière mise à jour %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Dernière mise à jour %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, fuzzy, python-format msgid "Last available value seen on %s" msgstr "Valeurs de pre-filtre disponibles" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Dernière modification" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Dernière modification par %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Dernière exécution" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "Couche" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Configuration de la couche" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "Dernière modification" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "alerte" @@ -7084,98 +9031,146 @@ msgstr "Mesure de l'axe de droite" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "Valeur gauche" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "Legacy" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 #, fuzzy msgid "Legend" msgstr "Modifié" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "Format d'e-mail" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Documentation" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "dernière partition :" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 #, fuzzy msgid "Legend type" msgstr "Type du filtre" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (Plus petit ou égal)" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Hauteur" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "Valeur du filtre (sensible à la casse)" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "Limite atteinte" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "Limiter les valeurs" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "type de visualisation" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +#, fuzzy +msgid "Limits the number of cells that get retrieved." +msgstr "Limite le nombre de lignes qui sont affichées." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "Limite le nombre de lignes qui sont affichées." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -7190,66 +9185,99 @@ msgstr "" "regroupement par colonne(s) de cardinalité(s) élevée(s) bien que cela " "augmente la complexité et le coût de la requête." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "Personnel" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "Graphique minimisé" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "L'épaisseur de la ligne" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 #, fuzzy msgid "Linear Color Scheme" msgstr "Schéma de couleurs linéaire" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "Schéma de couleurs linéaire" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "Lien copié !" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "Colonne de temps" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "Tri croissant" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Lister les observations" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Lien copié !" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "Liste des requêtes sauvegardées" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Valeurs émises" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -7258,15 +9286,20 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "le trimestre dernier" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "Editeur CSS en ligne" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "Chargé un modèle CSS" @@ -7278,59 +9311,72 @@ msgstr "Données chargées mises en cache" msgid "Loaded from cache" msgstr "Chargé depuis le cache" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "Chargement ..." + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "Chargement ..." -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "Durée de rétention des logs (en jours)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Créer un nouveau graphique" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "Rétention de log" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Connexion" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "L'épaisseur de la ligne" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Déconnexion" @@ -7338,15 +9384,32 @@ msgstr "Déconnexion" msgid "Logs" msgstr "Logs" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +#, fuzzy +msgid "Longitude & Latitude" +msgstr "Les colonnes longitude & latitude" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "Les colonnes longitude & latitude" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "Invalide Longitude/Latitude" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -7362,11 +9425,17 @@ msgstr "MAI" msgid "MON" msgstr "LUN" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "Colonne Datetime principale" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" @@ -7374,42 +9443,65 @@ msgstr "" "Requête malformée. Les arguments slice_id ou table_name et db_name sont " "attendus" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Gestion" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "Gérer les rapports par e-mail pour les graphiques" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "Supprimer le rapport par e-mail" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "Gérer l'envoi de rapport par e-mail pour les tableaux de Bord" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "Donner un nom à la base de données" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "Obligatoire" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "Supprimer les colonnes en double" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "Carte proportionnelle" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 #, fuzzy msgid "Map Style" msgstr "Type de balisage" @@ -7419,7 +9511,7 @@ msgstr "Type de balisage" msgid "MapBox" msgstr "Mapbox" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "Mapbox" @@ -7427,33 +9519,35 @@ msgstr "Mapbox" msgid "March" msgstr "Mars" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 #, fuzzy msgid "Margin" msgstr "Comparaison" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 #, fuzzy msgid "Marker" msgstr "Trimestre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -#, fuzzy, python-format +#, fuzzy msgid "Marker labels" msgstr "[Alert] %(label)s" @@ -7465,7 +9559,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7478,35 +9572,47 @@ msgstr "alertes" msgid "Markup type" msgstr "Type de balisage" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Max" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 #, fuzzy msgid "Max Bubble Size" msgstr "Taille de la bulle" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "Graphique maximisé" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Valeurs NULL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7514,140 +9620,144 @@ msgstr "" msgid "May" msgstr "Mai" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Valeurs émises" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Valeurs émises" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" -msgstr "Contenu du message" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "Contenu du message" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 #, fuzzy msgid "Metadata" msgstr "méta-données JSON " -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "Dernière modification des métadonnées" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "Les paramètres de métadonnées" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "Les métadonnées ont été synchronisées" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "Méthode" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Métrique" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "La métrique '%(metric)s' n'existe pas" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 #, fuzzy msgid "Metric ascending" msgstr "Tri croissant" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "Métrique assignée à l'axe [X]" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "Métrique assignée à l'axe [Y]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 #, fuzzy msgid "Metric descending" msgstr "Tri décroissant" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -#, fuzzy -msgid "Metric for Color" -msgstr "Une métrique à utiliser par couleur" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Nom de la requête" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "Le nom de métrique [%s] est dupliqué" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 #, fuzzy msgid "Metric to display bottom title" msgstr "Choisissez une métrique à afficher" @@ -7656,14 +9766,31 @@ msgstr "Choisissez une métrique à afficher" msgid "Metric to sort the results by" msgstr "Métrique servant à trier les résultats" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +#, fuzzy +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" +"Métrique utilisée pour définir comment les séries principales sont triées" +" si une limite de série ou de ligne est définie. Si indéfini, la première" +" métrique sera utilisée (si approprié)." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " @@ -7673,145 +9800,190 @@ msgstr "" " si une limite de série ou de ligne est définie. Si indéfini, la première" " métrique sera utilisée (si approprié)." -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." -msgstr "La(les) métrique(s) {} doit (doivent) être des agrégations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +#, fuzzy +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." +msgstr "" +"Métrique utilisée pour définir comment les séries principales sont triées" +" si une limite de série ou de ligne est définie. Si indéfini, la première" +" métrique sera utilisée (si approprié)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Métriques" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "Fichier" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "Minuit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Exemples" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "Min" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 #, fuzzy msgid "Min Periods" msgstr "Périodes min" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 #, fuzzy msgid "Min Width" msgstr "L'épaisseur de la ligne" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "Périodes min" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "Personnel" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "Graphique minimisé" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "minute" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Valeurs NULL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "Minute" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "Minutes %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 #, fuzzy -msgid "Missing Required Fields" -msgstr "Le nom est obligatoire" +msgid "Missing URL parameters" +msgstr "Paramètres supplémentaires" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "Jeu de données manquant" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Graphique minimisé" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Modifié" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "%s modifié" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Modifié" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "Colonnes modifiées : %s" @@ -7820,21 +9992,27 @@ msgstr "Colonnes modifiées : %s" msgid "Monday" msgstr "Lundi" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "Mois" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "Mois %s" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "Plus d'options sur les jeux de données" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Voir plus" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Filtre de temps" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7843,43 +10021,46 @@ msgid "Moves the given set of dates by a specified interval." msgstr "Décale l'ensemble de dates d'un intervalle spécifié." #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 #, fuzzy msgid "Multi-Dimensions" msgstr "Est une Dimension" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "Multi-Variables" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "Séries temporelles - Lignes multiples" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." @@ -7888,6 +10069,11 @@ msgstr "" "téléversements en colonne. Merci de vous assurer que tous les fichiers " "ont la même extension." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "Remplir automatiquement les filtres" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " @@ -7896,181 +10082,231 @@ msgstr "" "Multiples formats acceptés, regarder la librairie Python geopy.points " "pour plus de détails" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -#, fuzzy -msgid "Multiple select" -msgstr "Autoriséer les sélections multiples" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" "Sélections multiples autorisées, sinon le filtre est limité à une seule " "valeur" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "Actif" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "Doit être unique" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Choisissez un graphique ou un tableau de bord, pas les deux" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Au moins une colonne numérique doit être spécifiée" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" "Il faut spécifier une valeur pour les filtres avec opérateurs de " "comparaison" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "Ma colonne" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "Ma métrique" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "Grouper par" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "NOV" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "MAINTENANT" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Ma métrique" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Nom" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "Le nom est obligatoire" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "Le nom doit être unique" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "Nom de la table à créer à partir des données en colonne." -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Nom de la table à créer à partir des données CSV." - -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "Nom de la table à créer à partir des données Excel." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Nom de la table à créer à partir des données CSV." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 #, fuzzy msgid "Name of the id column" msgstr "Pas de colonne temporelle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Nom de la table qui existe dans la base de données source" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "Donner un nom à la base de données" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:132 #, fuzzy -msgid "Network error." +msgid "Network error" msgstr "Erreur de paramètre" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Nouveau" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" -msgstr "Nouveau rapoprt e-mail" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +#, fuzzy +msgid "Network error." +msgstr "Erreur de paramètre" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "Nouveau graphique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "Nouvelles colonnes ajoutées : %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Changer de jeu de données" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "Nom du jeu de donnée" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "Nouvel ensemble de filtre" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Ligne d'en-tête" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "Nouvel onglet" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "Nouvel onglet (Ctrl + q)" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "Nouvel onglet (Ctrl + t)" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "Suivant" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 #, fuzzy msgid "Nightingale Rose Chart" msgstr "Séries temporelles - Graphique Nightingale Rose" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "Non" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "Il n'y a pas encore de %(tableName)s" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "Pas encore de %s" @@ -8079,185 +10315,366 @@ msgstr "Pas encore de %s" msgid "No Access!" msgstr "Pas d'accès !" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "Pas de données" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "Visualiser les résultats" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Couches d'annotations" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "Pas encore de couches d'annotations" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "Pas encore d'annotations" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Appliquer les filtres" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Tous les filtres" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "Aucun graphique" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Aucun graphique" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "Pas de colonne" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Aucun colonne compatible trouvée" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "Aucun colonne compatible trouvée" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "Aucun colonne compatible trouvée" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "Aucun colonne compatible trouvée" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "Aucun tableau de bord" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Aucun tableau de bord" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "Pas de données" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" -msgstr "Pas de données après filtrage ou données manquantes pour la période sélectionnée" +msgstr "" +"Pas de données après filtrage ou données manquantes pour la période " +"sélectionnée" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "Pas de données dans le fichier" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "Base de données non trouvée." + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "Pas de description disponible." -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "Aucun graphique favori pour le moment, cliquer sur les étoiles !" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "Aucun tableau de bord favori pour le moment, cliquer sur les étoiles !" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:320 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "Pas de filtre" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "Pas de filtre sélectionné." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -#, fuzzy, python-format +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Pas de filtre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Aucun filtre ajouté" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +#, fuzzy +msgid "No global filters are currently added" +msgstr "Aucun filtre ajouté" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Aucun enregistrement trouvé" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +#, fuzzy msgid "No of Bins" msgstr "Copie de %s" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "Pas d'historique de requête..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "récents" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "Aucun enregistrement trouvé" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "Visualiser les résultats" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "Aucun résultat trouvé" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "Aucun résultat avec ces paramètres" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +#, fuzzy +msgid "No rows were returned for this dataset" +msgstr "Aucun résultat avec ces paramètres" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +#, fuzzy +msgid "No samples were returned for this dataset" +msgstr "Aucun résultat avec ces paramètres" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "Expressions sauvegardées" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "%s métrique(s) sauvegardée(s)" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "requêtes sauvegardées" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "Pas de résultat existant trouvé, re-jouez votre requête" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" "Aucune colonne de ce type n'a été trouvée. Pour filtrer sur une métrique," " essayer l'onglet Custom SQL." -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Pas de colonne temporelle" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "Aucun colonne compatible trouvée" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "Pas de colonne temporelle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 #, fuzzy msgid "Node select mode" msgstr "Exécuter la sélection" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 #, fuzzy msgid "Node size" msgstr "Taille de la bulle" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "Aucun" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 #, fuzzy msgid "Not Time Series" msgstr "Modifier intervalle de temps" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Ajouter au tableau de bord" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "Pas de description disponible." + +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (N'est pas égal)" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "annotation" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "Non Null" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 #, fuzzy msgid "Not triggered" msgstr "Rien déclenché" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "Rien déclenché" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "Méthode de notification" @@ -8265,16 +10682,27 @@ msgstr "Méthode de notification" msgid "November" msgstr "Novembre" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 #, fuzzy msgid "Now" msgstr "Maintenant" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Valeurs NULL" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "annotation" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "Null ou Vide" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "Valeurs NULL" @@ -8283,58 +10711,95 @@ msgstr "Valeurs NULL" msgid "Number Format" msgstr "Format D3" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 #, fuzzy msgid "Number format" msgstr "Format D3" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "Format D3" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "Nombre de lignes du fichier à lire." + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "Nombre de lignes du fichier à lire." -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "Nombre de lignes à sauter au début du fichier." + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "Nombre de lignes à sauter au début du fichier." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "Interval numérique" @@ -8342,12 +10807,15 @@ msgstr "Interval numérique" msgid "OCT" msgstr "OCT" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "OK" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "ECRASE" @@ -8355,28 +10823,19 @@ msgstr "ECRASE" msgid "October" msgstr "Octobre" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "Hors ligne" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Décalage (offset)" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" -"Quand une alerte est déclenchée, la durée en seconde avant que Superset " -"ne vous demande encore." - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8387,7 +10846,7 @@ msgstr "" " une cardinalité importante devraient inclure une limite de séries afin " "de limiter le nombre de séries récupérées et affichées." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 #, fuzzy msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8398,24 +10857,22 @@ msgstr "" " une cardinalité importante devraient inclure une limite de séries afin " "de limiter le nombre de séries récupérées et affichées." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 #, fuzzy msgid "One or many columns to pivot as columns" msgstr "Un ou plusieurs contrôles à transposer en colonnes" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "Un ou plusieurs contrôles à transposer en colonnes" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "Une ou plusieurs métriques à afficher" @@ -8444,113 +10901,121 @@ msgstr "Une ou plusieurs métriques sont dupliquées" msgid "One or more metrics do not exist" msgstr "Une ou plusieurs métriques n'existent pas" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "Il manque un ou plusieurs paramètres de configuration de la base." -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "Un ou plusieurs paramètres de la requête sont malformés." -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "Il manque un ou plusieurs paramêtres dans la requête." -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 +#, fuzzy msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" "Un ou plusieurs champs obligatoires manquent dans la requête. Merci de ré" " essayer et de contacter votre administrateur si le problème persiste." -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "Une ou plusieurs couches d'annotation ont échoué au chargement." -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "Seules les instructions SELECT sont autorisées pour cette base de données." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "Seules les instructions `SELECT` sont autorisées" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "Seuls les panneaux sélectionnés seront affectés par ce filtre" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "Seules les requêtes simples sont autorisées" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" "Seules les extensions de fichier suivantes sont autorisées : " "%(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "Un erreur s'est produite" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "Opacité" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Ouvrir l'onglet Source de données" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "Ouvrir dans SQL Lab" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Ouvrir requête dans SQL Lab" -#: superset/views/database/mixins.py:105 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" -"Faire fonctionner la base de données en mode asynhrone, c'est-à-dire que " -"les requêtes sont exécutées dans un processus distant au lieu de les " -"exécuter sur le serveur Web lui-même. Cela suppose que vous avez " -"configuré un processus Celery ainsi qu'un backend de résultats. Se " -"référer aux docs d'installation pour plus d'informations." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " +"Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " "assumes that you have a Celery worker setup as well as a results backend." " Refer to the installation docs for more information." @@ -8561,17 +11026,17 @@ msgstr "" "configuré un processus Celery ainsi qu'un backend de résultats. Se " "référer aux docs d'installation pour plus d'informations." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 msgid "Operator" msgstr "Opérateur" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "Opérateur indéfini pour l'agrégat: %(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." @@ -8579,106 +11044,132 @@ msgstr "" "Contenu CA_BUNDLE optionnel pour valider les requêtes HTTPS. Disponible " "seulent pour certains moteurs de base de données." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "Informations additionnelles" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "Informations additionnelles" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." msgstr "" -"Colonne de temps optionnelle si l'intervalle de temps doit s'appliquer à " -"une autre colonne que celle par défaut" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "Avertissement optionnel à propos de l'utilisation de cette métrique" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -#, fuzzy, python-format +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +#, fuzzy msgid "Options" msgstr "%s option(s)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 #, fuzzy msgid "Ordering" msgstr "Tri décroissant" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 #, fuzzy -msgid "Orientation of tree" +msgid "Orientation" +msgstr "Documentation" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" msgstr "Source de l'Annotation" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 #, fuzzy -msgid "Origin" -msgstr "Connexion" +msgid "Orientation of filter bar" +msgstr "Source de l'Annotation" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +#, fuzzy +msgid "Orientation of tree" +msgstr "Source de l'Annotation" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "Valeur d'origine" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "Ordre de colonne de table original" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "Valeur d'origine" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "Autres" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 #, fuzzy msgid "Outer edge of Pie chart" msgstr "L'identifiant du graphique actif" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 #, fuzzy msgid "Overlap" msgstr "Carte du monde" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " @@ -8689,59 +11180,114 @@ msgstr "" "(exemple : 24 hours, 7 days, 52 weeks, 365 days). Le texte libre est " "supporté." -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Superposer une ou plusieurs séries temporelles d'une période relative. " +"Attend des écarts temporels relatifs en langage naturel en anglais " +"(exemple : 24 hours, 7 days, 52 weeks, 365 days). Le texte libre est " +"supporté." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Afficher l'origine du temps Druid" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Modifier intervalle de temps" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Ecrase" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Modifier et explorer" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "Ecraser le Tableau de Bord [%s]" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Supprimer les colonnes en double" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +#, fuzzy +msgid "Overwrite existing" +msgstr "Garder en édition" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "Ecraser le texte dans l'éditeur avec une requête sur cette table" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Propriétaire" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "Propriétaires" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "Les propriétaires sont invalides" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de " "bord." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." @@ -8749,7 +11295,7 @@ msgstr "" "Owners est une liste d'utilisateurs qui peuvent modifier le tableau de " "bord. Interrogeable par nom ou nom d'utilisateur." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8757,24 +11303,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "Méthode de ré-échantillonnage Pandas" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "Règle de ré-échantillonnage Pandas" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "Coordonnées parallèles" @@ -8782,209 +11330,258 @@ msgstr "Coordonnées parallèles" msgid "Parameter error" msgstr "Erreur de paramètre" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Paramètres" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 #, fuzzy msgid "Parameters " msgstr "Paramètres" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "Filtre parent" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" -msgstr "Un filtre parent est requis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "Parser les dates" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "Diagramme de Partition" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "Diagramme de Partition" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 #, fuzzy msgid "Partition Limit" msgstr "Diagramme de Partition" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "Mot de passe" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +#, fuzzy +msgid "Paste content of service credentials JSON file here" +msgstr "Copier et coller ici le fichier de service .json en entier" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "Coller ici l'URL partageable de Google Sheet" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 #, fuzzy msgid "Pattern" msgstr "Mettre à jour" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "Pourcentages" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Pourcentages" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "Pourcentages" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "Pourcentages" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 #, fuzzy msgid "Percentage threshold" msgstr "Pourcentages" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "Pourcentages" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "Périodes" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +#, fuzzy +msgid "Periods must be a whole number" msgstr "Les périodes doivent être des nombres entiers positifs" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 #, fuzzy msgid "Person or group that has certified this chart." msgstr "Groupe ou personne ayant certifié cette métrique" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 #, fuzzy msgid "Person or group that has certified this dashboard." msgstr "Groupe ou personne ayant certifié cette métrique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "Groupe ou personne ayant certifié cette métrique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "Physique" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "Physique (table ou vue)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Jeu de données physique" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" "Choississez une granularité dans la section Temps ou décochez 'Inclure le" " temps'" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Choisissez une métrique pour l'axe de gauche !" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Choisissez une métrique pour l'axe de droite !" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Choisissez une métrique pour x, y, taille" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Choisissez une métrique à afficher" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Choisissez une métrique !" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "Choisissez un nom pour vous aider à identifier cette base de données." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +#, fuzzy +msgid "Pick a nickname for how the database will display in Superset." msgstr "" "Choisissez un alias pour l'affichage de cette base de données dans " "Superset." -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Choisissez une granularité pour vos séries temporelles" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "Choisissez un titre pour votre annotation." -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "Choisissez au moins un champs pour [Séries]" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Choisissez au moins une métrique" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "Choisissez exactement 2 colonnes pour [Source / Target]" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8998,58 +11595,69 @@ msgid "Pick your favorite markup language" msgstr "Choisissez votre langage de balisage préféré" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "Nouveau graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 #, fuzzy msgid "Pie shape" msgstr "Voir exemples" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 #, fuzzy msgid "Pin" msgstr "dans" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 -#, fuzzy, python-format +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +#, fuzzy msgid "Pivot Options" msgstr "%s option(s)" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Table pivot" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "Table pivot" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "L'opération de pivot nécessite au moins un agrégat" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "L'opération de pivot nécessite au moins un index" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "Édité" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " @@ -9059,10 +11667,10 @@ msgstr "" "du modèle sont entourés par des doubles accolades, par exemple, \"{{ ds " "}}\". Puis ré essayez ." -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " @@ -9071,7 +11679,7 @@ msgstr "" "Veuillez corriger une erreur de syntaxe dans la requête près de " "\"%(syntax_error)s\". Puis essayez de relancer la requête." -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " @@ -9080,140 +11688,204 @@ msgstr "" "Veuillez corriger une erreur de syntaxe dans la requête près de " "\"%(server_error)s\". Puis essayez de relancer la requête." -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +#, fuzzy +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" +"Veuillez corriger une erreur de syntaxe dans la requête près de " +"\"%(syntax_error)s\". Puis essayez de relancer la requête." + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Merci de choisir au moins un champ dans 'Grouper par' " + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "Merci de choisir au moins un champ dans 'Grouper par' " -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Choississez au moins une métrique" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "Choisissez des métriques différentes pour les axes gauches et droits" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "Veuillez confirmer" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Veuillez entrer une URI SQLAlchemy pour tester" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Veuillez saisir un nom de graphique" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "Veuillez saisir un nom d'ensemble de filtre" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" -msgstr "" - -#: superset/db_engine_specs/postgres.py:122 +#: superset/db_engine_specs/postgres.py:125 msgid "Please re-enter the password." msgstr "Veuillez re-saisir le mot de passe." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "Contactez le propriétaire du graphique pour obtenir de l'aide." +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "Contactez le propriétaire du graphique pour obtenir de l'aide." +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "Sauver votre requête pour pouvoir la partager" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" "Merci de sauvegarder votre graphique d'abord, créez ensuite un nouveau " "rapport email." -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" "Merci de sauvegarder votre tableau de bord d'abord, créez ensuite un " "nouveau rapport email." -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" "Merci de sélectionner à la fois un Dataset et un type de graphique pour " "continuer" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "Utilisez 3 libellés de métrique différents" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "Plugins" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "Couleur fixe" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +#, fuzzy +msgid "Point Size" +msgstr "Taille de la bulle" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 #, fuzzy msgid "Points" msgstr "Composants" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "Ma colonne" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "Envoi d'un rapport" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "Paramètres de planification" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "Retirer le lien de l'onglet" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "Populaires" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "Remplissez \"Valeur par défaut\" pour activer ce contrôle" @@ -9221,56 +11893,56 @@ msgstr "Remplissez \"Valeur par défaut\" pour activer ce contrôle" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "rapport" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "Le port %(port)s sur l'hôte \"%(hostname)s\" a refusé la connexion." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -#, fuzzy -msgid "Port is closed" -msgstr "Le port est fermé." - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "JSON des positions" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "Propulsé par Apache Superset" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "Pre-filtre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "Valeurs de pre-filtre disponibles" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "Un pré-filtre est obligatoire" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -9281,15 +11953,14 @@ msgstr "" "S'applique uniquement si `Activer le filtre` est coché." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 #, fuzzy msgid "Predictive" msgstr "Actif" @@ -9307,37 +11978,66 @@ msgstr "" msgid "Preview" msgstr "Prévisualisation" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "Prévisualisation : `%s`" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "Précédent" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "Précédent" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 #, fuzzy msgid "Primary" msgstr "Vendredi" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "Ma métrique" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "Vendredi" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +#, fuzzy +msgid "Private Key & Password" +msgstr "Réinitialiser mon mot de passe" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Réinitialiser mon mot de passe" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "rouge" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "Profil" @@ -9345,56 +12045,63 @@ msgstr "Profil" msgid "Profile picture provided by Gravatar" msgstr "Image de profil fournie par Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "Feuilles partagées de manière publique ou privée" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "Seulement les feuilles paratagées publiques" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "Publié" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "Règle" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -9402,190 +12109,218 @@ msgstr "" msgid "Put your code here" msgstr "Mettez votre code ici" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -#, fuzzy -msgid "Python Functions" -msgstr "Fonctions Python" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "Python datetime string pattern" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Fonctions Python" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "Trimestre" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "Trimestres %s" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "requêtes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "Requête" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "requête" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "requête" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "Historiques des requêtes" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "Le graphique n'existe pas" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Historiques des requêtes" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "Nom de la requête" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Requête dans un nouvel onglet" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "La requête est trop complexe et trop longue à exécuter." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "Nom de la requête" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Nom de la requête" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "Prévisualisation de la requête" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "La requête a été arrêtée" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "La requête a été arrêtée." -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "TYPE INTERVALLE" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "Erreur dans le nom du rapport" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 #, fuzzy msgid "RGB Color" msgstr "Couleur fixe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "Enregistrer un graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 #, fuzzy msgid "Radial" msgstr "Spatial" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Paramètres" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "A été exécuté %s" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "Gestion" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "Filtre d'intervalle" @@ -9607,21 +12342,26 @@ msgstr "Gestion" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 #, fuzzy msgid "Ranking" msgstr "Avertissement" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "Durée" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9629,7 +12369,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "Prêt à vérifier les filtres dans ce tableau de bord ?" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "Rebuild" @@ -9637,42 +12377,39 @@ msgstr "Rebuild" msgid "Recent activity" msgstr "Activité récente" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été " "récemment créés apparaîtront ici" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été " "récemment modifiés apparaîtront ici" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "Dernière modification" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" "Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été " "récemment consultés apparaîtront ici" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "Récents" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "Destinataires" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "Les destinataires sont séparés par \",\" ou \";\"" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "Tags recommandés" @@ -9680,30 +12417,26 @@ msgstr "Tags recommandés" msgid "Record Count" msgstr "Nombre d'enregistrements" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 #, fuzzy msgid "Rectangle" msgstr "Pourcentages" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Redirige à cet endpoint quand on clique sur la source de données depuis " -"la liste des sources de données" - -#: superset/connectors/sqla/views.py:457 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" "Redirige à cet endpoint quand on clique sur la table depuis la liste des " "tables" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9711,15 +12444,15 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "Se référér à" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "Les colonnes référencées sont indisponibles dans la DataFrame." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "Résultats de recherche" @@ -9727,44 +12460,54 @@ msgstr "Résultats de recherche" msgid "Refresh" msgstr "Forcer à rafraîchir" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Rafraichir les méta-données de Druid" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "Rafraîchir les métadonnées" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "Rafraîchir les métadonnées des colonnes" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Rafraichir le tableau de bord" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "Fréquence de rafraichissement" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "Intervalle d'actualisation" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "Intervalle d'actualisation" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "Forcer à actualiser les données" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Forcer à actualiser les données" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "Rafraichir les valeurs par défaut" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "Métadonnées du cluster [{}] rafraîchies" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "Rafraîchissement de la source de données [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Colonnes des séries temporelles" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "vert" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9779,9 +12522,10 @@ msgstr "" " de filtres ne s'appliquent à eux." #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9792,30 +12536,40 @@ msgstr "Durée" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 #, fuzzy msgid "Relative Date/Time" msgstr "Date/Heure Relative" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "Période relative" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "Quantité relative" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "rouge" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "Me le rappeler dans 24 heures" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "Supprimer" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Pre-filtre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "Supprime les filtres invalides" @@ -9823,156 +12577,173 @@ msgstr "Supprime les filtres invalides" msgid "Remove item" msgstr "Supprimer élément" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Supprimer la requête des logs" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "Supprimer la Prévisualisation de la table" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "Colonnes supprimées : %s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "Renommer l'onglet" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 #, fuzzy msgid "Rendering" msgstr "Avertissement" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "Remplacer" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "rapport" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Nom du rapport" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "La planification de rapport n'a pas pu être créée." -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "La planification de rapport n'a pas pu être supprimée." -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "La planification de rapport n'a pas pu être mise à jour." -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "La planification de rapport n'a pas être supprimée." -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" "L'exécution de la planification de rapport a échoué à la génération d'un " "csv." -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" "L'exécution de la planification de rapport a échoué à la génération d'un " "dataframe." -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" "L'exécution de la planification de rapport a échoué à la génération de la" " copie d'écran." -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" "L'exécution de la planification de rapport a rencontré une erreur " "inattendue." -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" "La planification de rapport est toujours en cours d'exécution, refus de " "re-traiter." -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "Le log de la planification de rapport n'a pas pu être élagué." -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "Planification de rapport introuvable." -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "Les paramètres des planification de rapport sont invalides." -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "La planification de rapport a atteint un timeout d'exécution." -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "Utilisateur sellenium du programme de rapport introuvable" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "Etat du programme de rapport introuvable" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "Rapporter un BUG" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Le rapport a échoué" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Nom du rapport" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Planification de rapport" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Erreur inattendue du programme de rapport" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Erreur inattendue du programme de rapport" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "Erreur inattendue du programme de rapport" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Envoi d'un rapport" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Rapport envoyé" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Le rapport a échoué" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Rapports" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "Expression" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9980,55 +12751,97 @@ msgstr "" msgid "Request Permissions" msgstr "Besoin de permissions" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "La requête est incorrecte : %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "La requête n'est pas JSON" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "Il manque un champ de donnée dans la requête." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "La requête n'est pas JSON" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "Requis" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 #, fuzzy msgid "Resample" msgstr "Voir exemples" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Méthode de ré-échantillonnage Pandas" + +#: superset/utils/pandas_postprocessing/resample.py:43 +#, fuzzy +msgid "Resample operation requires DatetimeIndex" +msgstr "L'opération de pivot nécessite au moins un index" + +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "date" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "Réinitialiser l'état" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "Base de données non trouvée." + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "Restaurer le Filtre" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "Résultats" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "Résultats" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "Le backend des résultats n'est pas configuré." -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" "Le backend des résultats pour les requêtes asynchrones n'est pas " @@ -10038,33 +12851,38 @@ msgstr "" msgid "Return to specific datetime." msgstr "Retour au datetime spécifique." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +#, fuzzy +msgid "Reverse Lat & Long" +msgstr "Inverser lat/long " + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "Inverser lat/long " -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 #, fuzzy msgid "Right" msgstr "Hauteur" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 #, fuzzy msgid "Right Axis Format" msgstr "Mesure de l'axe de droite" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "Mesure de l'axe de droite" @@ -10074,125 +12892,146 @@ msgstr "Mesure de l'axe de droite" msgid "Right Axis chart(s)" msgstr "Chercher tous les graphiques" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "Mesure de l'axe de droite" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "Valeur droite" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "Profil" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" "Le profil %(r)s a été étendu pour donner l'accès à la source de données " "%(ds)s" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Profils" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 +#, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" "Roles est une liste qui défini ceux qui accède au tableau de bord .Donner" " un droit d'accès à un tableau de bord surpasse les contrôles de droit de" " niveau jeu de donnée. Si roles n'est pas défini, le tableau de bord est " "accessible à tous les profils." -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 +#, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" "Roles est une liste qui défini ceux qui accède au tableau de bord .Donner" " un droit d'accès à un tableau de bord surpasse les contrôles de droit de" -" niveau jeu de donnée. Si aucun rôle n'est défini, le tableau de bord est" -" accessible à tous les profils." +" niveau jeu de donnée. Si roles n'est pas défini, le tableau de bord est " +"accessible à tous les profils." -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "Profils à donner" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 #, fuzzy msgid "Rolling Function" msgstr "Fonction de fenêtre glissante" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 #, fuzzy msgid "Rolling Window" msgstr "Fenêtre glissante" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "Fonction de fenêtre glissante" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "Fenêtre glissante" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "Certificat racine" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 #, fuzzy msgid "Round cap" msgstr "Carte de pays" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "Ligne" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "Sécurité de niveau ligne" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +#, fuzzy +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" +"Ligne contenant l'en-tête à utiliser en nom de colonne (0 est la première" +" ligne de données). Laissez à vide s'il n'y a pas de ligne d'en-tête." + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." @@ -10200,86 +13039,90 @@ msgstr "" "Ligne contenant l'en-tête à utiliser en nom de colonne (0 est la première" " ligne de données). Laissez à vide s'il n'y a pas de ligne d'en-tête." -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "Filtre de sécurité au niveau de la ligne" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "Nombre de lignes max" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "Lignes" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "Lignes à lire" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "Règle" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "Exécuter" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" -msgstr "Lancer la requête pour afficher les résultats ici" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "Lancer une requête pour afficher les résultats" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:182 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 msgid "Run a query to display results" msgstr "Lancer une requête pour afficher les résultats" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:181 -msgid "Run a query to display samples" -msgstr "Lancer une requête pour afficher les exemples" - -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "Exécuter dans SQL Lab" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Lancer la requête" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "Exécuter la requête (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "Lancer la requête dans une nouvelle fenêtre" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Exécuter la sélection" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "En cours" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "SAM" @@ -10288,34 +13131,39 @@ msgstr "SAM" msgid "SEP" msgstr "SEP" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "SQL Copié !" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "Éditeur SQL" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "Expression SQL" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL Lab" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "Vue SQL Lab" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -10327,42 +13175,123 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "Requête SQL" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "Expression SQL" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "requête SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "URI SQLAlchemy" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Mot de passe" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "Le graphique n'a pas pu être supprimé." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "Le graphique n'a pas pu être mis à jour." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "Template CSS non trouvé." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Les paramètres du graphique sont invalides." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "Le mode SSL \"require\" sera utilisé." #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "DEBUT (INCLUSIVE)" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "Avertissement" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "DIM" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "Exemples" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "Le jeu de données n'a pas pu être créé." + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "Le jeu de données n'a pas pu être créé." + +#: superset/viz.py:1935 msgid "Sankey" msgstr "Sankey" @@ -10374,112 +13303,173 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Filtre de date" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "Samedi" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Enregistrer" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Sauver et explorer" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Sauvegarder et aller au tableau de bord" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Sauvegarder et aller au tableau de bord" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Enregister (écrase)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Enregistrer sous" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Enregistrer sous ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Choisissez un jeu de donnée" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Choisissez un jeu de donnée" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Enregistrer comme nouveau" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "Enregistrer comme un nouveau graphique" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Enregistrer sous ..." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "Enregistrer sous :" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Abandonner les modifications" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Enregistrer un graphique" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Sauvegarder le Tableau de Bord" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Changer de jeu de données" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "Sauvegarder pour la session" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Sauvegarder la requête" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "Sauver la requête pour permettre cette fonction" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Sauvegarder et aller au tableau de bord" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Enregistré" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Requêtes sauvegardées" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "Expressions sauvegardées" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Métrique sauvegardée" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Requêtes sauvegardées" @@ -10495,194 +13485,230 @@ msgstr "Requête sauvegardée introuvable." msgid "Saved query parameters are invalid." msgstr "Les paramètres des requêtes sauvegardées sont invalides." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "Scanner les nouvelles sources de données" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 #, fuzzy msgid "Scatter Plot" msgstr "Deck.gl - Nuage de points" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "Plannifeir" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" -msgstr "Prévoir des rapports par e-mail pour les graphiques" - -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "Prévoir l'envoi de rapport par e-mail pour les tableaux de Bord" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" +msgstr "Planifier un rapport par e-mail" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "Planifier un rapport par e-mail" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Plannifier une requête" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Paramètres de planification" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Planifier la requête de façon périodique" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "Programmé" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "Plannifié à (UTC)" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "Les rapports planifiés seront envoyés à votre @ e-mail en PNG" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "Etat du programme de rapport introuvable" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "Schéma" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "Timeout du cache de schéma" -#: superset/connectors/sqla/views.py:440 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Indéfini" + +#: superset/connectors/sqla/views.py:429 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" "Schéma, utilisé uniquement dans certaines bases de données comme " "Postgres, Redshift et DB2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +#, fuzzy +msgid "Schemas allowed for File upload" msgstr "Schémas autorisés pour le chargement de CSV" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "Périmètre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "Portée" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Recherche" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "Rechercher / Filtrer" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "Chercher dans les métriques et les colonnes" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "Chercher tous les graphiques" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "Chercher tous les tableaux de bord" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "Rechercher toutes les options de filtrage" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "Recherche" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "Texte de recherche" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "Utilise Columns" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Rechercher / Filtrer" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Profils utilisateurs" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "Recherche..." -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "Seconde" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 #, fuzzy msgid "Secondary" msgstr "5 secondes" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "Basé sur une métrique" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, fuzzy, python-format msgid "Seconds %s" msgstr "%s secondes" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "Sécurité" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Sécurité" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Sécurité" @@ -10690,104 +13716,186 @@ msgstr "Sécurité" msgid "Security & Access" msgstr "Securité et accès" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, fuzzy, python-format msgid "See all %(tableName)s" msgstr "Explorer - %(tableName)s" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "Voir moins" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "Voir plus" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "requêtes sauvegardées" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "Voir le schéma de la table" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "Sélectionner" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Sélectionner..." -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "Choisir la méthode de livraison" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "Selectionner un type de visualisation" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "Sélectionner un fichier CSV à charger dans une base de données." - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "Sélectionner un fichier en colonne à téléverser dans une base de données." -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "Sélectionner un fichier Excel à charger dans une base de données." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "Sélectionner une colonne" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 msgid "Select a dashboard" msgstr "Sélectionner un tableau de bord" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +#, fuzzy +msgid "Select a database table and create dataset" +msgstr "Sélectionnez la base de données ou tapez le nom de la table" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Supprimer une base de données" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Une connexion non sécurisée avec la base de données a été arrêtée" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +#, fuzzy +msgid "Select a database to write a query" +msgstr "Sélectionnez la base de données ou tapez le nom de la table" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "Est une Dimension" + +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "Sélectionner un fichier CSV à charger dans une base de données." + +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "" +"Spécifier un schéma (si la base de données soutient cette " +"fonctionnalités)." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Selectionner un type de visualisation" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "Sélectionner les options d’agrégat" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Tout Dé-Sélectionner" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Tout Dé-Sélectionner" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "Tous les graphiques" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "Sélectionner un schéma de couleurs" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "Sélectionner la colonne" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Selectionnee les filtres parents" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Voir le schéma de la table" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" msgstr "Sélectionnez la base de données ou tapez le nom de la table" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Supprimer une base de données" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Utiliser l'ancien éditeur de source de données" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Selectionner un filtre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "Selectionner un filtre" @@ -10796,77 +13904,96 @@ msgstr "Selectionner un filtre" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" -msgstr "" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "Selectionne la première valeur du filtre par défaut" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "Sélectionner l'opérateur" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "Sélectionner ou renseigner une valeur" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +#, fuzzy +msgid "Select or type dataset name" +msgstr "Sélectionnez la base de données ou tapez le nom de la table" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 msgid "Select owners" msgstr "Sélectionner les propriétaires" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "Selectionnee les filtres parents" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "Sélectionner les métriques sauvegardées" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +#, fuzzy +msgid "Select schema or type to search schemas" msgstr "Sélectionnez le schéma ou tapez le nom du schéma" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 #, fuzzy msgid "Select scheme" msgstr "Sélectionner un schéma de couleurs" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "Selectionner la date de début et la date de fin" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "Sélectionner un objet" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" msgstr "Sélectionnez la table ou le nom de type de table" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "Choisir le type de couche d'annotations" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "Sélectionner une colonne" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "Envoyer comme CSV" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "Envoyer comme PNG" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "Envoyer comme texte" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10874,149 +14001,186 @@ msgstr "" msgid "September" msgstr "Septembre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "Séries" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 #, fuzzy msgid "Series Height" msgstr "Nombre de séries max" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "Nombre de séries max" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Tri décroissant" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Séries" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "Nombre de séries max" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "Type du filtre" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "Compte de service" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "Définir l'interval d'auto-refresh" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "Définir le mappage de filtre" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "Supprimer le rapport par e-mail" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "Paramètres" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Partage de requête" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "Partager le graphique par e-mail" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" -msgstr "Partager le tableau de bord par e-mail" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" +msgstr "Partager le lien par mail" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Requête partagée" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "requêtes sauvegardées" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Nom de la feuille" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "Maintenir Shift + Clic pour trier plusieurs colonnes" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "La description courte doit être unique pour cette couche" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "Montrer l'annotation" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "Montrer la couche d'annotation" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "Afficher les tables" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "Voir l'ordre CREATE VIEW" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "Voir le Template CSS" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Afficher le graphique" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Afficher la colonne" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "Montrer les tableaux de bords" @@ -11024,40 +14188,17 @@ msgstr "Montrer les tableaux de bords" msgid "Show Database" msgstr "Afficher la base de données" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Afficher le cluster Druid" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Afficher les colonnes Druid" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Afficher la source de données Druid" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Afficher une métrique Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "Afficher la liste déroulante de la granularité Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "Afficher l'origine du temps Druid" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "Afficher les tables" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "Afficher moins ..." @@ -11065,11 +14206,12 @@ msgstr "Afficher moins ..." msgid "Show Log" msgstr "Afficher le log" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Afficher la métrique" @@ -11078,41 +14220,35 @@ msgstr "Afficher la métrique" msgid "Show Metric Names" msgstr "Afficher la métrique" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "Voir l'observation" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "Filtre d'intervalle" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "Afficher le filtre de sécurité au niveau de la ligne" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "Afficher la colonne temps SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "Afficher la liste déroulante de la granularité de temps SQL" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "Montrer les requêtes sauvegardées" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Afficher les tables" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 #, fuzzy msgid "Show Timestamp" msgstr "Afficher la colonne temps" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Pas de colonne" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -11120,56 +14256,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "Afficher les tables" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "Afficher les tables" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "Pas de colonne" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "Afficher tout ..." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "Basculer la description du graphique" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "Pas de colonne" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Afficher la colonne temps" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "Afficher les tables" @@ -11178,83 +14335,94 @@ msgstr "Afficher les tables" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "Afficher la colonne temps" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "Afficher moins ..." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Réinitialiser mon mot de passe" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 #, fuzzy msgid "Show percentage" msgstr "Pourcentages" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "Propriétés du tableau de bord" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "Afficher la colonne temps" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "Afficher la liste déroulante de la granularité de temps" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -11267,22 +14435,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Affichage de %s sur %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -11291,22 +14463,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "Simple" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "Les métriques ad-hoc simples ne sont pas disponibles pour ce dataset" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 #, fuzzy msgid "Single" msgstr "Personnel" @@ -11317,31 +14489,30 @@ msgstr "Personnel" msgid "Single Metric" msgstr "Filtres par métrique" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 #, fuzzy msgid "Single Value" msgstr "Valeur Unique" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 #, fuzzy msgid "Single value" msgstr "Valeur unique" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "Type de valeur unique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -11349,68 +14520,112 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "Sauter les lignes vides" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "Supprimer l'espace initial" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "Sauter des lignes" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "Sauter les lignes vides au lieu des les interpréter comme des valeurs NaN." -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" msgstr "Supprimer l'espace après le délimiteur." -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Canal Slack" - -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Slug" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "Des profils n'existent pas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +#, fuzzy +msgid "Something went wrong." +msgstr "Une erreur s'est produite. Ré essayez plus tard." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" "Désolé, une erreur s'est produite lors de la récupération des " "informations de cette base de données : %s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" "Désolé, une erreur s'est produite lors de la récupération des graphiques " "sauvegardés : " -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "Désolén une erreur s'est produite" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +#, fuzzy +msgid "Sorry, an error occurred" +msgstr "Désolén une erreur s'est produite" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "Désolén une erreur s'est produite" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "Désolén une erreur s'est produite" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +#, fuzzy +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "Une erreur s'est produite. Ré essayez plus tard." + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "Une erreur s'est produite. Ré essayez plus tard." @@ -11418,163 +14633,152 @@ msgstr "Une erreur s'est produite. Ré essayez plus tard." msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" +"Désolé, une erreur s'est produite lors de la récupération des graphiques " +"sauvegardés : " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, fuzzy, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" "Désolé, une erreur s'est produite lors de la récupération des graphiques " "sauvegardés : " -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "Désolé, votre navigateur ne doit pas supporter la copie." -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "Désolé, votre navigateur ne supporte pas la copie. Utilisez Ctrl/Cmd + C!" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "Trier" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "Importer des graphiques" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 #, fuzzy msgid "Sort Descending" msgstr "Tri décroissant" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "Trier les métriques" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Tri croissant" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Trier par" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "Tri croissant" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "Trier par" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "Trier par %s" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:66 -#, fuzzy, python-format -msgid "viz type" -msgstr "type de visualisation" - -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:65 -#, fuzzy, python-format -msgid "name" -msgstr "nom" - -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:66 -#, fuzzy, python-format -msgid "recent" -msgstr "date" - -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "Trier les métriques" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "Trier les colonnes alphabétiquement" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 #, fuzzy msgid "Sort columns by" msgstr "Pas de colonne" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "Tri décroissant" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "Trier les valeurs de filtre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "Trier les métriques" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 #, fuzzy msgid "Sort rows by" msgstr "Trier par" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "Type de tri" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Source" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 #, fuzzy msgid "Source / Target" msgstr "Nom source de données" @@ -11583,32 +14787,43 @@ msgstr "Nom source de données" msgid "Source SQL" msgstr "SQL source" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 #, fuzzy msgid "Source category" msgstr "Catégorie" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "Spatial" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 #, fuzzy msgid "Specific Date/Time" msgstr "Date/Heure Spécifique" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" "Spécifier un schéma (si la base de données soutient cette " "fonctionnalités)." -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "Spécifier les colonnes en double comme\"X.0, X.1\"." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." @@ -11616,37 +14831,64 @@ msgstr "" "Spécifier la version de la base de données. Ceci doit être utilisé avec " "Presto afin d'autoriser l'estimation du coût de requête." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 #, fuzzy msgid "Split number" msgstr "Numéro de version" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 -msgid "Stack series" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Filtre parent" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Paramètres" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "requêtes" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +#, fuzzy +msgid "Stack" +msgstr "Backend" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 +msgid "Stack series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 #, fuzzy msgid "Stacked" msgstr "Backend" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11654,106 +14896,195 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "Date de début" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "Invalide Longitude/Latitude" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +#, fuzzy +msgid "Start Longitude & Latitude" +msgstr "Invalide Longitude/Latitude" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "Démarrer la Vérification" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "Changements de graphique" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "Début à (UTC)" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Changements de graphique" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "Date de début incluse de l'intervalle de temps" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Etat" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "Etat" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "Statut" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "Type du filtre" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "Table de Séries temporelles" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "Arrêt" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Arrêter la requête" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "Arrêter l'exécution (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "Arrêter l'exécution (Ctrl + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "Une connexion non sécurisée avec la base de données a été arrêtée" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histogramme" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "récents" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -#, fuzzy, python-format +#, fuzzy msgid "Stretched style" msgstr "Récupéré %s" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" "Chaînes utilisées pour les noms des feuilles (par défaut la première " "feuille)." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "Couleur fixe" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "L'épaisseur de la ligne" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "rouge" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "Style" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11761,30 +15092,68 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 #, fuzzy msgid "Subheader" msgstr "Ligne d'en-tête" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "Succès" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Changer de jeu de données" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Valeurs NULL" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "Camembert hiérarchique" @@ -11793,32 +15162,41 @@ msgstr "Camembert hiérarchique" msgid "Sunburst Chart" msgstr "Graphique superset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Graphique superset" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "Dimanche" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "Graphique Superset" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Graphique superset" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Tableau de bord superset" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "Superset a rencontré une erreur lors de l'exécution d'une commande." -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "Superset a rencontré une erreur inattendue." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "Importer la base de données" @@ -11827,36 +15205,50 @@ msgstr "Importer la base de données" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "jeu de données" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 #, fuzzy msgid "Symbol" msgstr "boulon" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 #, fuzzy msgid "Symbol size" msgstr "Taille de la bulle" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "Synchroniser les colonnes de la source" @@ -11868,11 +15260,21 @@ msgstr "Synchroniser les colonnes de la source" msgid "Syntax" msgstr "Syntaxe" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "TABLES" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "Est temporel" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "Est temporel" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "JEU" @@ -11881,43 +15283,42 @@ msgstr "JEU" msgid "TUE" msgstr "MAR" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Nom de l'onglet" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "Onglet titre" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Table" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "Table %(table)s pas trouvée dans la base de données %(db)s" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "La table existe" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "Nom de la table" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "Vue en table" @@ -11930,7 +15331,7 @@ msgstr "" "La table [%(table_name)s] n'a pu être trouvée, vérifiez à nouveau votre " "connexion à votre base de données, le schéma et le nom de la table" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" @@ -11939,11 +15340,26 @@ msgstr "" "connexion à votre base de données, le schéma et le nom de la table, " "error: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "Timeout du cache de table" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Colonne de Titre" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "Tri croissant" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "Nom de la table non défini" @@ -11953,24 +15369,60 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Tables" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "Onglets" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "Tabulaire" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Le jeu de données n'a pas pu être créé." + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Le jeu de données n'a pas pu être supprimé." + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Les paramètres du jeu de données sont invalides." + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Le jeu de données n'a pas pu être supprimé." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "Tags" @@ -11980,36 +15432,41 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "Date de début" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "Catégorie" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 #, fuzzy msgid "Target category" msgstr "Catégorie" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "Valeur cible" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "Nom du template" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Les paramètres du modèle" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." @@ -12017,12 +15474,7 @@ msgstr "" "Lien template, il est possible d'inclure {{ metric }} or autres valeurs " "provenant de ces contrôles." -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "Expression temporelle non supportée pour le type %(col_type)s" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -12036,23 +15488,30 @@ msgstr "" msgid "Test Connection" msgstr "Test de connexion" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Tester la connexion" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "Zone de texte" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "Text encapsulé dans l'e-mail" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -12061,7 +15520,7 @@ msgstr "" " page tableaux de bords pour que les changement soient visibles " "immédiatement" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " @@ -12071,39 +15530,56 @@ msgstr "" "Assurez-vous que la requête a bien un SELECT en dernière instruction. " "Puis essayez d'exécuter votre requête à nouveau." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." -msgstr "La métrique JSON ou la définition de post-agrégation." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "L'accée à cette requête semble avoir été effacé" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "Cette annotation a été sauvegardée" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "Cette annotation a été modifiée" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "Le graphique n'existe pas" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "Le graphique n'existe pas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -12114,40 +15590,45 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "Le jeu de couleur pour le rendu graphique" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Supprimer une colonne ici" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "La colonne a été supprimée ou renommée dans la base de données." -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "Ce Tableau de Bord a été sauvegardé" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "La source de données semble avoir été effacée" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -12158,7 +15639,7 @@ msgstr "" "dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le " "modifier." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -12170,15 +15651,26 @@ msgstr "" "qui utilisent cette base de données . Êtes-vous sûr de vouloir continuer " "? Supprimer la base de données cassera ces objets." -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +#, fuzzy +msgid "The database columns that contains lines information" +msgstr "Cette colonne doit contenir une information date/heure." + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Base de données non trouvée." + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "La base de données exécute actuellement trop de requêtes." -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "La base de données est soumise à une charge inhabituelle." -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." @@ -12187,19 +15679,19 @@ msgstr "" "Merci de contacter un administrateur pour obtenir davantage d'aide ou " "bien d'essayer à nouveau." -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "La base de données a retourné une erreur inattendue." -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "La base de données a été supprimée." -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "Base de données non trouvée." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -12210,11 +15702,12 @@ msgstr "" " %s tableaux de bord. Etes-vous sûr de vouloir continuer ? Supprimer le " "jeu de données cassera ces objets." -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "Le jeu de donnée associé à ce graphique n'existe plus" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -12229,24 +15722,24 @@ msgstr "" " peut affecter d'autres graphiques\n" " de manière non voulue." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "Le jeu de données a été sauvegardé" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "Le jeu de données lié à ce graphique semble avoir été effacé." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "La requête ne peut pas être chargée" -#: superset/errors.py:92 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "Source de données trop volumineuse pour être interrogée." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -12258,11 +15751,19 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "Le nombre de secondes avant l'expiration du cache" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +#, fuzzy +msgid "The encoding format of the lines" +msgstr "Métrique servant à trier les résultats" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." @@ -12270,7 +15771,7 @@ msgstr "" "L'objet engine_params contient les paramètres envoyés à " "sqlalchemy.create_engine." -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " @@ -12279,34 +15780,21 @@ msgstr "" "Les entrées suivantes dans `series_columns` sont manquantes dans " "`columns`: %(columns)s. " -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "Nouvelles colonnes dans les tables suivantes : %(tables)s" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "Colonnes supprimées dans les tables suivantes : %(tables)s" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -"Métadonnées de colonnes mises à jour dans les tables suivantes : " -"%(tables)s" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être " "atteint." -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " @@ -12315,36 +15803,28 @@ msgstr "" "L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être " "atteint sur le port %(port)s." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "L'hôte est peut-être HS et ne peut pas être atteint sur le port." -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "Le nom d'hôte \"%(hostname)s\" ne peut pas être résolu." -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "Le nom d'hôte ne peut pas être résolu." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "L'identifiant du graphique actif" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "Importé avec succès" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -12360,21 +15840,21 @@ msgstr "" "la source de données d'un graphique, écraser le graphique depuis la 'vue " "d'exploration'" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " @@ -12383,8 +15863,8 @@ msgstr "" "Le paramètre metadata_params dans Champ supplémentaire n'est pas " "correctement configuré. La clé %(key)s est invalide." -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." @@ -12392,7 +15872,7 @@ msgstr "" "Le paramètre metadata_params dans Champ supplémentaire n'est pas " "correctement configuré. La clé %(key)s est invalide." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." @@ -12400,12 +15880,12 @@ msgstr "" "L'objet metadata_params contient les paramètres envoyés à " "sqlalchemy.MetaData." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -12424,7 +15904,7 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." @@ -12432,7 +15912,7 @@ msgstr "" "Nombre d'heures, négatif ou positif, pour décaler la colonne de temps. " "Cela peut être utilisé pour passer du temps UTC au temps local." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -12440,7 +15920,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -12448,19 +15928,26 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, fuzzy, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" +"Le nombre de lignes affichées est limité à %(rows)d par la limite de la " +"liste déroulante." + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" "Le nombre de lignes affichées est limité à %(rows)d par la limite de la " "liste déroulante." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "Le nombre de lignes affichées est limité à %(rows)d par la requête" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " @@ -12469,37 +15956,32 @@ msgstr "" "Le nombre de lignes affichées est limité à %(rows)d par la requête et par" " la limite de la liste déroulante." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "Le nombre de lignes affichées est limité à %s par la liste déroulante." - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "Le nombre de secondes avant l'expiration du cache" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "L'objet n'existe pas dans la base de données." -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "Le paramètre %(parameters)s de votre requête est indéfini." msgstr[1] "Les paramètres suivants de votre requête sont indéfinis : %(parameters)s." -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "Le mot de passe fourni pour l'utilisateur \"%(username)s\" est incorrect." -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "Le mot de passe fourni à une base de données est invalide." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -12514,7 +15996,7 @@ msgstr "" "fichiers d'export et doivent être ajoutés manuellement après l'import si " "nécessaire." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -12529,7 +16011,7 @@ msgstr "" "fichiers d'export et doivent être ajoutés manuellement après l'import si " "nécessaire." -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 #, fuzzy msgid "" "The passwords for the databases below are needed in order to import them " @@ -12545,7 +16027,7 @@ msgstr "" "fichiers d'export et doivent être ajoutés manuellement après l'import si " "nécessaire." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -12560,11 +16042,12 @@ msgstr "" "fichiers d'export et doivent être ajoutés manuellement après l'import si " "nécessaire." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +#, fuzzy msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" "Les mots de passe pour les bases de données ci-dessous sont nécessaires " @@ -12573,11 +16056,11 @@ msgstr "" "présents dans les fichiers d'export et doivent être ajoutés manuellement " "après l'import si nécessaire." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "Le motif du format de timestamp. Pour les chaines, utilisez " -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -12589,7 +16072,7 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" @@ -12599,32 +16082,29 @@ msgstr "" "graphique est associé à cette table logique de superset et que cette " "table logique pointe vers la table physique décrite ici." -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "Le port est fermé." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -#, fuzzy -msgid "The port must be a whole number less than or equal to 65535." -msgstr "`row_limit` doit être plus grand ou égal à 0" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "Le numéro de port est invalide." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "L'argument `rows` n'est pas un entier valide." -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "La requête associée aux résutlats a été supprimée." -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." @@ -12632,23 +16112,33 @@ msgstr "" "La requête associée à ces résultats n'a pu être trouvée. Rejouez la " "requête originale." -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "Cette requête contient un ou plusieurs paramètres de modèle malformé(s)." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "La requête ne peut pas être chargée" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, fuzzy, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" +"La requête a été tuée après %(sqllab_timeout)s secondes. Elle est peut-" +"être trop complexe ou la base de donnée est soumise à une charge trop " +"importante." + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "La requête a une erreur de syntaxe." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "La requête n'a pas retourné de résultat" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " @@ -12658,29 +16148,29 @@ msgstr "" "être trop complexe ou la base de donnée est soumise à une charge trop " "importante." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "Le rapport a été créé" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "Le backend des résultats n'a plus les données de la requête." -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." @@ -12688,13 +16178,13 @@ msgstr "" "Les résultats stockés dans le backend le sont dans un format différent et" " ne peuvent plus être déserialisés." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " @@ -12703,7 +16193,7 @@ msgstr "" "Le schéma \"%(schema)s\" n'existe pas. Un schéma valide doit être utilisé" " pour cette requête." -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " @@ -12712,7 +16202,7 @@ msgstr "" "Le schéma \"%(schema_name)s\" n'existe pas. Un schéma valide doit être " "utilisé pour cette requête." -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "Le schéma a été supprimé ou renommé dans la base de données." @@ -12720,15 +16210,21 @@ msgstr "Le schéma a été supprimé ou renommé dans la base de données." msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "Les données fournies sont dans un format incorrect." -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "Les données fournies ont un schéma incorrect." -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" @@ -12737,7 +16233,7 @@ msgstr "" "La table \"%(table)s\" n'existe pas. Une table valide doit être utilisée " "pour cette requête." -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " @@ -12746,7 +16242,7 @@ msgstr "" "La table \"%(table_name)s\" n'existe pas. Une table valide doit être " "utilisée pour cette requête." -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." @@ -12755,13 +16251,12 @@ msgstr "" "étapes, vous devez maintenant cliquer sur le bouton d'édition de la " "nouvelle table pour la configurer." -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "La table a été supprimée ou renommée dans la base de données." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " @@ -12772,8 +16267,7 @@ msgstr "" "table. Aussi noter que le filtre ci-dessous est appliqué à cette colonne " "ou expression" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" @@ -12782,8 +16276,18 @@ msgstr "" "taper etu tiliser le langage naturel comme `10 seconds`, `1 day` ou `56 " "weeks`" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"La granularité temporelle pour la visualisation. Noter que vous pouvez " +"taper etu tiliser le langage naturel comme `10 seconds`, `1 day` ou `56 " +"weeks`" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12795,8 +16299,8 @@ msgstr "" "une nouvelle granularité d'heure. Les options ici sont définies pour " "chaque type de SGBD dans le code source de Superset." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12825,52 +16329,71 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "Le type de visualisation à afficher" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "L'utilisateur semble avoir été effacé" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "L'utilisateur \"%(username)s\" n'existe pas." -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "Le nom d'utilisateur fourni à une base de données est invalide." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "L'identifiant du graphique actif" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "Il y a des alertes ou des rapports associés" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "Il y a des alertes ou des rapports associés : %s," -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "Il n'y a pas de graphiques ajouté dans ce tableau de bord" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "Il n'y a pas de composant à ajouter dans cet onglet" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "Pas de filtre dans ce tableau de bord." @@ -12878,7 +16401,7 @@ msgstr "Pas de filtre dans ce tableau de bord." msgid "There are unsaved changes." msgstr "Vous avez des modifications non sauvegardées." -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -12894,7 +16417,7 @@ msgstr "" "Il n'y a pas de définition de graphique associé à ce composanta-t-il été " "supprimé ?" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." @@ -12902,102 +16425,138 @@ msgstr "" "Espace insuffisant pour ce composant. Diminuez sa largeur ou augmentez la" " largeur de la destination." -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "" +"Désolé, une erreur s'est produite lors de la récupération des " +"informations de cette base de données : %s" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "" +"Désolé, une erreur s'est produite lors de la récupération des " +"informations de cette base de données : %s" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Il y a eu une erreur au chargement des tables" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, fuzzy, python-format msgid "There was an error fetching the favorite status: %s" msgstr "Erreur à la récupération du statut favori de ce Tableau de Bord." -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" "Une erreur s'est produite lors de lors de la récupération de votre " "activité récente :" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "Il y a eu une erreur au chargement des tables" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "Une erreur s'est produite lors de la récupération des schémas" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "Il y a eu une erreur au chargement des tables" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, fuzzy, python-format msgid "There was an error saving the favorite status: %s" msgstr "Il y a eu une erreur au chargement des tables" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "Il y avait une erreur avec vore requête" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "Il y a eu un problème lors de la suppression de %s: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "Il y a eu un problème lors de la suppression des %s sélectionné(e)s :%s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" "Il y eu un problème lors de la suppression des annotations sélectionnés :" " %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" "Il y a eu un problème lors de la suppression des graphiques sélectionnés " ": %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" "Une erreur s'est produite durant la sauvegarde du tableau de bord " "sélectionné : " -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "Il y eu un problème lors de la suppression des couches sélectionnés : %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" "Il y a eu un problème lors de la suppression de requêtes sélectionnées : " "%s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" "Il y a eu un problème lors de la suppression des templates sélectionnés :" " %s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "Il y a eu un problème lors de la suppression de : %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "Un problème est survenu lors de l'activation de ce tableau de bord." @@ -13007,65 +16566,65 @@ msgstr "" "Désolé, une erreur s'est produite lors de la récupération des rapports de" " ce tableau de bord." -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "Erreur à la récupération du statut favori de ce Tableau de Bord." -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Une erreur s'est produite lors de la récupération de votre graphique : %s" + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "" +"Une erreur s'est produite lors de la récupération de votre tableau de " +"bord : %s" + +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "" "Une erreur s'est produite lors de la récupération de votre activité " "récente : %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "" +"Une erreur s'est produite lors de la récupération de vos requêtes " +"sauvegardées : %s" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "" "Il y a eu un problème lors de la prévisualisation de la requête " "sélectionnée %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "Il y a eu un problème de prévisualisation de la requête sélectionnée. %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "Une erreur s'est produite lors de la récupération de votre graphique : %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "" -"Une erreur s'est produite lors de la récupération de votre tableau de " -"bord : %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "" -"Une erreur s'est produite lors de la récupération de vos requêtes " -"sauvegardées : %s" - -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "Ce sont les tables sur lesquelles vont s'appliquer les filtres." -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" "Ces filtres s'appliquent aux valeurs disponibles dans les listes " "déroulantes" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -13077,8 +16636,8 @@ msgstr "" "exposé ici comme une référence et pour les experts qui voudraient " "modifier des paramètres." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -13089,26 +16648,26 @@ msgstr "" "ici comme une référence et pour les experts qui voudraient modifier des " "paramètres." -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "Cette action va supprimer définitivement %s." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "Cette action va définitivement supprimer la couche." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "Cette action va définitivement supprimer la requête sauvegardée." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "Cette acion supprimera définitvement le template." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." @@ -13116,26 +16675,60 @@ msgstr "" "Cela peut être soit une adresse IP (ex 127.0.0.1) ou un nom de domaine " "(ex mydatabase.com)." -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "Ce graphique a été déplacé vers un autre champ d'application du filtre." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This chart type is not supported when using an unsaved query as a chart " +"source. " msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "Cette colonne doit contenir une information date/heure." -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " @@ -13144,6 +16737,10 @@ msgstr "" "Ce tableau de bord est en train de se rafraîchir automatiquement ; le " "prochain rafraîchissement sera dans %s." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -13162,12 +16759,12 @@ msgstr "" "Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste" " des tableaux de bord. Cliquez ici pour publier ce tableau de bord." -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 #, fuzzy msgid "This dashboard is now hidden" msgstr "Modifier ce tableau de bord est interdit" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 #, fuzzy msgid "This dashboard is now published" msgstr "Ce tableau de bord est maintenant ${nowPublished}" @@ -13176,7 +16773,13 @@ msgstr "Ce tableau de bord est maintenant ${nowPublished}" msgid "This dashboard is published. Click to make it a draft." msgstr "Ce tableau de bord est publié. Cliquez pour en faire un brouillon." -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." @@ -13184,35 +16787,40 @@ msgstr "" "Ce tableau de bord a été changé récemment. Merci de le recharger pour " "avoir la dernière version." -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "Ce Tableau de Bord a été sauvegardé avec succès." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" msgstr "Ceci définit l'élément à tracer sur le graphique" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 #, fuzzy msgid "This defines the level of the hierarchy" msgstr "Ceci définit l'élément à tracer sur le graphique" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" -msgstr "" -"Cette fonctionnalité est obsolète et sera supprimée en 2.0 Regardez " -"replacement feature dans Alerts & Reports documentation" - -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -13220,16 +16828,24 @@ msgstr "" "Ces champs agissent comme une vue Superset, i.e. Superset va lancer une " "requête pour cette expression comme une sous-requête." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "Ce filtre n'existe pas dans le tableau de bord. Il ne sera pas appliqué." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "Cet ensemble de filtre est identique à : \"%s\"" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -13244,7 +16860,7 @@ msgstr "" " role de filtre RLS, un filtre de base peut être créé avec la clause `1 " "= 0` (toujours faux)." -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " @@ -13254,11 +16870,11 @@ msgstr "" " est généré dynamiquement quand on ajuste la taille ou la position des " "widgets via drag and drop dans la vue tableau de bord" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "Ce composant markdown est en erreur." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "Ce composant markdown est en erreur. Reprenez vos modifications récentes." @@ -13267,24 +16883,24 @@ msgstr "Ce composant markdown est en erreur. Reprenez vos modifications récente msgid "This may be triggered by:" msgstr "Cela peut être déclenché par:" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "Cette requête s'est exécutée en %s secondes, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 +#, fuzzy msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" "Cette section vous permet de configurer comment utiliser le graphique\n" " pour générer des annotations." #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" @@ -13292,60 +16908,100 @@ msgstr "" "Cette section contient les options permettant un post traitement " "analytique avancé des résultats de requêtes" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "Cette valeur devrait être plus grande que la valeur cible de gauche" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "Cette valeur devrait être plus petite que la valeur cible de droite" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Ce type de visualisation n'est pas supporté." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "Ce type de visualisation n'est pas supporté." #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" -msgstr "Cela a été déclenché par:" +msgid_plural "This may be triggered by:" +msgstr[0] "Cela a été déclenché par:" +msgstr[1] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "Jeudi" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "Colonne de temps" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 #, fuzzy msgid "Time Comparison" msgstr "Comparaison de temps" @@ -13355,90 +17011,99 @@ msgstr "Comparaison de temps" msgid "Time Format" msgstr "Format Datetime" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 #, fuzzy msgid "Time Grain" msgstr "Granularité de Temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 #, fuzzy msgid "Time Granularity" msgstr "Granularité de Temps" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Décalage du temps (offset)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Intervalle de Temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 #, fuzzy msgid "Time Range" msgstr "Intervalle de Temps" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Granularité de Temps" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "Colonnes des séries temporelles" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Séries temporelles - histogramme" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Séries temporelles - double axe" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Séries temporelles - ligne" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "Séries temporelles - Lignes multiples" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "Séries temporelles - Graphique Nightingale Rose" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "Séries temporelles - Paired t-test" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Séries temporelles - pourcentage de changement" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "Séries temporelles - Période Pivot" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Séries temporelles - empilées" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 #, fuzzy msgid "Time Series Options" msgstr "Colonnes des séries temporelles" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 #, fuzzy msgid "Time Shift" msgstr "Décalage temporel" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "Vue de la table temporelle" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Colonne de temps" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "La colonne temporelle \"%(col)s\" n'existe pas dans le jeu de données" @@ -13447,11 +17112,26 @@ msgstr "La colonne temporelle \"%(col)s\" n'existe pas dans le jeu de données" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Comparaison de temps" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -13461,31 +17141,18 @@ msgstr "" "La chaîne Ecart Temps est ambigüe. Veuillez spécifier [%(human_readable)s" " ago] ou [%(human_readable)s later]." -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" -"Expression temporelle à utiliser comme un prédicat pour récupérer les " -"valeurs distinctes pour remplir le filtre. S'applique uniquement quand " -"`Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes " -"de valeurs distinctes dans le filtre seront remplies en se basant sur les" -" valeurs distinctes trouvées la semaine passée" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "Filtre de temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "Format Datetime" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "Granularité de Temps" @@ -13495,50 +17162,53 @@ msgstr "Granularité de Temps" msgid "Time grain filter plugin" msgstr "Granularité de temps manquante" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "Granularité de temps manquante" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 #, fuzzy msgid "Time granularity" msgstr "Granularité de Temps" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "Temps en secondes" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" msgstr "Intervalle de Temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "Bornes de la période temporelle" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Intervalle de Temps" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "Bornes de la période temporelle (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Granularité de Temps" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "Attributs de formulaire liés au temps" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Colonnes des séries temporelles" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "Colonnes des séries temporelles" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "Décalage temporel" @@ -13551,45 +17221,45 @@ msgstr "" "La chaîne de Temps est ambigüe. Veuillez spécifier [%(human_readable)s " "ago] ou [%(human_readable)s later]." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "Séries temporelles - histogramme" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "Séries temporelles - histogramme" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 #, fuzzy -msgid "Time-series Bar Chart v2" +msgid "Time-series Bar Chart (legacy)" msgstr "Séries temporelles - histogramme" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "Séries temporelles - ligne" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "Séries temporelles - pourcentage de changement" @@ -13599,35 +17269,36 @@ msgstr "Séries temporelles - pourcentage de changement" msgid "Time-series Period Pivot" msgstr "Séries temporelles - Période Pivot" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -13635,11 +17306,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "Table de Séries temporelles" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -13651,112 +17322,146 @@ msgstr "" msgid "Timeout error" msgstr "Erreur de timeout" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -#, fuzzy -msgid "Timestamp Format" -msgstr "Format date/timestamp invalide" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 #, fuzzy msgid "Timestamp format" msgstr "Format date/timestamp invalide" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "Fuseau horaire" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Timezone offset (en heure) de cette source de données" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "Sélecteur de fuseau horaire" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "dans" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "Titre" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "Colonne de Titre" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "Une valeur est obligatoire" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "Titre" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "Pour filtrer sur une métrique, utiliser l'onglet Custom SQL." -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "Pour avoir une URL lisible pour votre tableau de bord" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "Basculer la description du graphique" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +#, fuzzy +msgid "Too many columns to filter" +msgstr "Un ou plusieurs contrôles à transposer en colonnes" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "Outils" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "Filtres par métrique" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 #, fuzzy msgid "Tooltip time format" msgstr "Format Datetime" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 #, fuzzy msgid "Top" msgstr "Arrêt" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "alerte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "Hauteur" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Valeurs NULL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, fuzzy, python-format +msgid "Total: %s" +msgstr "Totaux" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "Totaux" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "Suivre le job" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -13764,11 +17469,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -13777,109 +17482,147 @@ msgstr "" msgid "Tree Chart" msgstr "Nouveau graphique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "Documentation" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Carte proportionnelle" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "Carte proportionnelle" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "Tendance" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "Déclencher une alerte si ..." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Trier les métriques" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "Tronquer la date spécifiée à la précision spécifiée par l'unité de date." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +#, fuzzy +msgid "Try different criteria to display results." +msgstr "Lancer une requête pour afficher les résultats" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "Mardi" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "requête" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Type" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "Tapez \"%s\" pour confirmer" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "Renseigner une valeur" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "Saisir une valeur ici" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "Le type est requis" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "Type de feuilles Google Sheets autorisées" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "Tapez ou Selectionnez [%s]" @@ -13894,60 +17637,73 @@ msgstr "Tapez ou Selectionnez [%s]" msgid "UI Configuration" msgstr "Configuration du filtre" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "URL" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 #, fuzzy msgid "URL Parameters" msgstr "Paramètres URL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "Le graphique n'a pas pu être supprimé." - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "Paramètres URL" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "URL Slug" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" "Impossible d'ajouter une table dans le backend. Veuillez contacter votre " "administrateur." -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "Impossible de se connecter au catalogue \"%(catalog_name)s\"." -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "Impossible de se connecter à la base de données \"%(database)s\"." -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "Impossible de trouver un tel congé : [%(holiday)s]" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 msgid "" -"Unable to migrate query editor state to backend. Superset will retry " -"later. Please contact your administrator if this problem persists." +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 +msgid "" +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." msgstr "" "Impossible de migrer l'état de l'éditeur de requêtes dans le backend. " "Superset réessayera plus tard. Veuillez contacter votre administrateur si" " le problème persiste." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." @@ -13956,7 +17712,7 @@ msgstr "" "réessayera plus tard. Veuillez contacter votre administrateur si le " "problème persiste." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -13965,12 +17721,11 @@ msgstr "" "Superset réessayera plus tard. Veuillez contacter votre administrateur si" " le problème persiste." -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" -msgstr "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" +msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" @@ -13980,7 +17735,7 @@ msgstr "" "\"%(table_name)s\" de la base de données \"%(db_name)s\". Message " "d'erreur : %(error_msg)s" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13991,7 +17746,7 @@ msgstr "" "table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message " "d'erreur : %(error_msg)s" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " @@ -14001,124 +17756,140 @@ msgstr "" "\"%(table_name)s\" de la base de données \"%(db_name)s\". Message " "d'erreur : %(error_msg)s" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "Indéfini" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "Fenêtre indéfinie pour l'opération de roulement" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Exécuter la sélection" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "Défaire?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "Erreur inattendue" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "Erreur inattendue, consultez les logs pour plus de détails" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 #, fuzzy msgid "Unexpected error: " msgstr "Erreur inattendue" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "Erreur inattendue" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "Erreur inconnue" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "Hôte MySQL \"%(hostname)s\" inconnu." -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "Erreur Presto inconnue" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "Statut inconnu" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "Colonne inconnue utilisée dans le tri %(col)s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "Erreur inconnue" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 #, fuzzy msgid "Unknown value" msgstr "Statut inconnu" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "Valeur de template non sécurisée pour la clé %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Filtre(s) désactivé(s) (%d)" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "Type de clause non supportée: %(clause)s" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "Fonction d’extraction non supportée : " - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "Opération de post-traitement non supportée : %(operation)s" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "Type de retour non supporté pour la méthode %(name)s" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "Valeur de template non supportée pour la clé key %(key)s" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "Granularité de Temps non supportée : %(time_grain)s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "Requête sans titre %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Éditer le jeu de données" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Requête sans titre" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Requête sans titre" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "Mettre à jour" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Mettre à jour" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 #, fuzzy msgid "Updating chart was stopped" msgstr "La requête a été arrêtée" @@ -14127,72 +17898,124 @@ msgstr "La requête a été arrêtée" msgid "Upload" msgstr "Téléverser" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "télécharger en CSV" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "Importer des fichiers CSV vers la base de données" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "Charger les informations de connexion" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Téléverser un fichier Excel" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "Téléverser un fichier Excel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "Importer des fichiers Excel vers la base de données" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "Charger un fichier JSON" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "Téléverser un fichier CSV" - -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +#, fuzzy +msgid "Upload columnar file" msgstr "Téléverser un fichier en colonnes" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "Importer des colonnes vers la base de données" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Importer des fichiers Excel vers la base de données" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Gestion" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Requête dans un nouvel onglet" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 #, fuzzy msgid "Use Area Proportions" msgstr "Sélectionner les options d’agrégat" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 +#: superset/views/database/forms.py:462 msgid "Use Columns" msgstr "Utilise Columns" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "Utiliser Pandas pour interpréter le format Datetime automatiquement." - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "Utiliser une connexion cryptée vers la base de données" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "Utiliser l'ancien éditeur de source de données" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." @@ -14201,11 +18024,21 @@ msgstr "" " la création de votre compte de service." #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +#, fuzzy +msgid "Use the edit button to change this field" msgstr "Utilisez le bouton Editer pour changer ce champ" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "Utiliser ceci pour définir une couleur statique pour tous les cercles" @@ -14217,7 +18050,7 @@ msgstr "" "Utilisé en interne pour identifier le plugin. Devrait être le nom du " "package tiré du fichier plugin package.json" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14227,7 +18060,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14235,24 +18068,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "Utilisateur" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "Profils utilisateurs" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "L'utilisateur n'a pas les droits." -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 #, fuzzy msgid "User must select a value before applying the filter" msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre" @@ -14261,25 +18098,18 @@ msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre" msgid "User must select a value for this filter" msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -#, fuzzy -msgid "User must select a value for this filter." -msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Requête utilisateur" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "Nom d'utilisateur" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -14287,6 +18117,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -14294,162 +18125,201 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "Valeur" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 #, fuzzy msgid "Value Format" msgstr "Format d'e-mail" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 #, fuzzy msgid "Value format" msgstr "Format d'e-mail" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "Une valeur est obligatoire" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "La valeur doit être plus grande que 0" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "Les valeurs dépendent d'autres filtres" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "Valeurs dépendent de" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" +"Les valeurs sélectionnées dans d'autres filtres affecteront les options " +"de filtrage afin de n'afficher que les valeurs pertinentes" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 #, fuzzy msgid "Vehicle Types" msgstr "Type du filtre" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Nom explicite" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "Version" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "Numéro de version" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 #, fuzzy msgid "Vertical" msgstr "virtuel" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +#, fuzzy +msgid "Vertical (Left)" +msgstr "virtuel" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "Prévisualisation" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "Tout voir »" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "Voir le graphique dans explore" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Éditer le jeu de données" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Chercher tous les graphiques" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "Voir exemples" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "Voir dans SQL Lab" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "Vue des clefs et index (%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Voir la requête" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "Visualiser les résultats" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "Voir exemples" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "Consultés" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "Consultés %s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 #, fuzzy msgid "Viewport" msgstr "rapport" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +#, fuzzy +msgid "Virtual" +msgstr "virtuel" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "SQL virtuel" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Jeu de données virtuel" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "La requête du jeu de données virtuel ne peut pas être vide" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" "La requête du jeu de données virtuel ne peut pas comporter plusieurs " "instructions" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "La requête du jeu de données virtuel doit être en lecture seule" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Visualisation" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Type de visualisation" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Type de visualisation" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -14463,6 +18333,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -14475,49 +18351,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -14538,11 +18431,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Viz est une source de données manquante" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "Type" @@ -14550,23 +18443,25 @@ msgstr "Type" msgid "WED" msgstr "MER" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "Ajouter un nouvelle base de données ?" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "Avertissement" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "Message d'avertissement" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "Attention !" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." @@ -14574,20 +18469,32 @@ msgstr "" "Attention ! Changer le jeu de données peut mettre en erreur le graphique " "si la métadonnées n'existe pas." -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "Label pour votre requête" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" "Nous ne pouvons résoudre la colonne \"%(column)s\" à la ligne " "%(location)s." -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "Nous ne pouvons résoudre la colonne \"%(column_name)s\"" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " @@ -14596,15 +18503,22 @@ msgstr "" "Nous ne pouvons résoudre la colonne \"%(column_name)s\" à la ligne " "%(location)s." -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " -msgstr "Nous recommandons d'agréger vos données avant de suivre ce flux. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "Nous n'avons pas pu activer ou désactiver ce rapport." -#: superset/db_engine_specs/redshift.py:86 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" + +#: superset/db_engine_specs/redshift.py:90 #, python-format msgid "" "We were unable to connect to your database named \"%(database)s\". Please" @@ -14613,16 +18527,9 @@ msgstr "" "Nous n'avons pas pu nous connecter à votre base de données " "\"%(database)s\". Veuillez vérfier le nom de la base et réessayez." -#: superset/db_engine_specs/bigquery.py:149 -msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." -msgstr "" -"Nous n'avons pas pu nous connecter à votre base de données. Veuillez " -"confirmer que votre compte de service a les profils Viewer et Job User " -"sur le projet." - -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -14630,59 +18537,92 @@ msgstr "" msgid "Wednesday" msgstr "Mercredi" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "Semaine" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "Semaine terminant le samedi" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "Semaine débutant le lundi" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "Semaine débutant le dimanche" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "Semaine terminant le dimanche" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "rapport" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "Semaines %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "Hauteur" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" "Erreur au chargement de ces résultats. Les requêtes s'interrompent au " "bout de %s secondes." +msgstr[1] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" "Erreur au chargement de cette visu. Les requêtes s'interrompent au bout " "de %s secondes." +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "Un ensemble de filtre avec ce nom existe déjà" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" @@ -14690,11 +18630,12 @@ msgstr "" "Lorsque `Type de calcul` vaut \"Pourcentage de changement\", le format de" " l'axe Y est à forcé à `.1%`" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" @@ -14702,17 +18643,22 @@ msgstr "" "Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force " "la table a être créée dans le schéma" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" "Quand activé, les utilisateurs peuvent visualiser les résulats de SQL Lab" " dans Explorer." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " @@ -14722,7 +18668,7 @@ msgstr "" "Superset utilisera ce paramètre comme une sous-requête lors du " "regroupement et du filtrage sur la requête parent générée." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -14737,19 +18683,27 @@ msgstr "" "parcours en appliquant un filtre temporel sur un champ temporel " "partitionné ou indexé." -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "Quand vous utilisez 'Grouper par' vous êtes limité à une seule métrique" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "Quand l'option est utilisée, une valeur par defaut doit être indiquée" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "Si la table a été générée par le flow 'Visualiser' dans SQL Lab" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." @@ -14757,67 +18711,77 @@ msgstr "" "Si cette colonne doit apparaître dans la section `Filtres` de la page " "exploration." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -14825,70 +18789,85 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +#, fuzzy +msgid "Whether to display the stroke" +msgstr "Métrique servant à trier les résultats" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 #, fuzzy -msgid "Whether to format the timestamp" +msgid "Whether to fill the objects" msgstr "Métrique servant à trier les résultats" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 #, fuzzy msgid "Whether to include a client-side search box" msgstr "S'il faut inclure un filtre de temps" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "S'il faut inclure un filtre de temps" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 #, fuzzy msgid "Whether to include the percentage in the tooltip" msgstr "S'il faut inclure un filtre de temps" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +#, fuzzy +msgid "Whether to make the grid 3D" +msgstr "Métrique servant à trier les résultats" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" @@ -14896,15 +18875,15 @@ msgstr "" "S'il faut que cette colonne soit accessible comme une option [Time " "Granularity], elle doit être DATETIME ou d'un format équivalent" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "S'il faut remplir les options des filtres de saisie semi-automatique" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " @@ -14914,84 +18893,80 @@ msgstr "" " page d'exploration avec la liste des valeurs distinctes répérées depuis " "le backend" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Trier par ordre décroissant ou croissant" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "Trier par ordre décroissant ou croissant" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 #, fuzzy -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "Trier par ordre décroissant ou croissant" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +#, fuzzy +msgid "Whether to truncate metrics" +msgstr "Métrique servant à trier les résultats" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -15000,7 +18975,8 @@ msgstr "" msgid "White" msgstr "Titre" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "Largeur" @@ -15009,11 +18985,15 @@ msgstr "Largeur" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "L'intervalle de confiance doit être entre 0 et 1 (exclusif)" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "La fenêtre doit être > 0" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -15022,123 +19002,147 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "Ajouter une annotation" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "Timeout d'exécution" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "Carte du monde" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "Ecrire une description à votre requête" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "Ecrire l'index du tableau de données en colonne." + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "Ecrire l'index du tableau de données en colonne." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "Axe X" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 #, fuzzy msgid "X Axis Format" msgstr "Format de l'axe Y" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 #, fuzzy msgid "X Axis Title" msgstr "Onglet titre" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Tri croissant" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +#, fuzzy +msgid "X-axis" +msgstr "Axe Y" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 #, fuzzy msgid "XScale Interval" msgstr "Intervalle d'actualisation" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Axe Y" @@ -15150,28 +19154,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "Format de l'axe Y" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -15183,37 +19186,70 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 #, fuzzy msgid "Y Axis Title" msgstr "Onglet titre" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 #, fuzzy -msgid "YScale Interval" -msgstr "Intervalle d'actualisation" +msgid "Y-Axis Sort Ascending" +msgstr "Tri croissant" -#: superset/db_engine_specs/base.py:100 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "Axe Y" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 +#, fuzzy +msgid "YScale Interval" +msgstr "Intervalle d'actualisation" + +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "Année" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "Année %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "Oui" @@ -15221,7 +19257,12 @@ msgstr "Oui" msgid "Yes, cancel" msgstr "Oui, annuler" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15231,7 +19272,7 @@ msgstr "" "peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de" " vouloir ce remplacement ?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15241,7 +19282,7 @@ msgstr "" "L'écrasement peut vous conduire à perdre une partie de votre travail. " "Etes-vous sûr de vouloir ce remplacement ?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15251,7 +19292,7 @@ msgstr "" "L'écrasement peut vous conduire à perdre une partie de votre travail. " "Etes-vous sûr de vouloir ce remplacement ?" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 #, fuzzy msgid "" "You are importing one or more datasets that already exist. Overwriting " @@ -15262,7 +19303,7 @@ msgstr "" "L'écrasement peut vous conduire à perdre une partie de votre travail. " "Etes-vous sûr de vouloir ce remplacement ?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " @@ -15272,15 +19313,7 @@ msgstr "" "L'écrasement peut vous conduire à perdre une partie de votre travail. " "Etes-vous sûr de vouloir ce remplacement ?" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" -"Vous n'avez pas le droit d'utiliser cette table. Contactez votre " -"administrateur si vous pensez que c'est une erreur." - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." @@ -15288,41 +19321,60 @@ msgstr "" "Vous n'avez pas le droit de voir cette requête. Contactez votre " "administrateur si vous pensez que c'est une erreur." -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "Carte de pays" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "Vous pouvez ajouter les composants via le" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +#, fuzzy +msgid "You can add the components in the edit mode." +msgstr "Vous pouvez ajouter les composants via mode edition" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -"Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom " -"de la table : \"%(columnar_table.table)s\" et dans le champ du schéma : " -"\"%(columnar_table.schema)s\". Veuillez en enlever un" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" +"Vous pouvez créer un nouveau graphique ou utililser ceux existants à " +"partir du panneau de droite" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -"Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom " -"de la table : \"%(csv_table.table)s\" et dans le champ du schéma : " -"\"%(csv_table.schema)s\". Veuillez en enlever un" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -"Vous ne pouvez pas spécifier un namespace à la fois dans le nom de la " -"table : \"%(excel_table.table)s\" et dans le champ du schéma : " -"\"%(excel_table.schema)s\". Merci d'en enlever un" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." @@ -15331,13 +19383,20 @@ msgstr "" "par]/[Métriques]/[Métriques de Pourcentages]. Veuillez choisir l'un ou " "l'autre." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "Vous n'avez pas les permission pour modifier ce graphique" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "Vous n'avez pas les permission pour modifier ce graphique" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "Vous n'avez pas le droit de modifier ce tableau de bord" @@ -15346,34 +19405,74 @@ msgstr "Vous n'avez pas le droit de modifier ce tableau de bord" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "Vous n'avez pas les droits pour modifier ce tableau de bord." +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "Vous n'avez pas accès à ce tableau de bord." + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "Vous n'avez pas accès à ce tableau de bord." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "Vous n'avez pas accès à ce tableau de bord." + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "Vous n'avez pas accès à ce tableau de bord." + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "Vous n'avez pas encore de favoris !" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 #, fuzzy msgid "You don't have permission to modify the value." msgstr "Vous n'avez pas les permission pour modifier ce graphique" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " -msgstr "Vous n'avez pas les droits pour " +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Vous n'avez pas les droits pour modifier ce titre." + +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Vous n'avez pas les droits pour modifier ce titre." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Vous n'avez pas les droits pour modifier ce titre." -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "Vous n'avez pas les droits pour modifier ce titre." -#: superset/views/core.py:406 +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Vous n'avez pas les droits pour " + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Vous n'avez pas les droits pour " + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Vous n'avez pas les droits pour " + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "Vous n'avez pas les permission pour approuver cette requête" @@ -15381,37 +19480,77 @@ msgstr "Vous n'avez pas les permission pour approuver cette requête" msgid "You have removed this filter." msgstr "Vous avez supprimé ce filtre." -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "Vous avez des modifications non sauvegardées." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "Vous devez entrer un nom pour le nouveau Tableau de Bord" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "Vous devez d'abord exécuter la requête avec succès" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" "Votre tableau de bord est trop gros.Merci de réduire sa taille avant de " "sauvegarder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "Votre requête n'a pas pu être enregistrée" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "Votre requête ne peut pas être planifiée" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "Votre requête n'a pas pu être mise à jour" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" @@ -15419,129 +19558,163 @@ msgstr "" "Votre requête a été planifiée. Pour voir les détails de votre requête, " "naviguer vers Requêtes sauvegardées" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "Votre requête a été enregistrée" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "Votre requête a été enregistrée" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "Votre requête a été mise à jour" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "Votre rapport n'a pas pu être supprimé" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "description" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "[Alert] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "Éditer le tableau de bord" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans " "[Grouper par]" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "Les colonnes [Longitude] et [Latitude] doivent êtres définies" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "[jeu de données manquant]" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] Accès à la source de données %(name)s accordé" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "[Sans titre]" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "Simple" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +#, fuzzy +msgid "[copy]" +msgstr "Copier" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[nom du tableau de bord]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "[Sans titre]" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "`compare_columns` doit être de même longueur que `source_columns`." -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "`compare_type` doit être `difference`, `percentage` or `ratio`" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "`confidence_interval` doit être entre 0 et 1 (exclusif)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "La propriété `operation` de l'objet de post-traitement est indéfinie" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "`prophet` package non installé" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "`rename_columns` doit être de même longueur que `columns`." -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "`row_limit` doit être plus grand ou égal à 0" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "`row_offset` doit être plus grand ou égal à 0" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "`width` doit être plus grand ou égal à 0" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "agrégat" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "alerte" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "alertes" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +#, fuzzy +msgid "all" +msgstr "Tous" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "copier également les graphiques (dupliquer)" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "modifier ce " - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -15549,141 +19722,231 @@ msgstr "" msgid "and" msgstr "et" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "et la vue d'exploration expire à %s secondes " - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "annotation" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "l'heure de démarrage ou de fin est obligatoire pour l'annotation." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "à" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "à" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "Simple" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "boulon" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 #, fuzzy msgid "bottom" msgstr "dttm" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "mis en cache" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 #, fuzzy msgid "cannot be empty" msgstr "La liste de valeurs du filtre ne peut pas être vide" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" -"ne peut pas être utilisé comme nom de colonne. Le nom/alias de la colonne" -" \"__timestamp\"\n" -" est réservé pour l'expression temporelle principale, et les " -"alias de colonnes terminant\n" -" par des doubles underscores suivis d'une valeur numérique (ex: " -"\"colonne__1\") sont réservés\n" -" pour dédupliquer les noms de colonnes dupliqués. Utilisez des " -"alias pour renommer\n" -" les noms de colonnes invalides." - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "Spatial" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Gestion" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "graphique" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "graphiques" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "choisir WHERE ou HAVING..." -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Rechercher toutes les options de filtrage" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "colonne" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "colonne" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " -msgstr "créer un " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "Créer" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Créer un nouveau graphique" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "css" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "css_template" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 #, fuzzy msgid "cumulative" msgstr "Actif" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "tableau de bord" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "tableaux de bord" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "base de données" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "jeu de données" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Nom du jeu de donnée" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "date" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "jour" @@ -15696,31 +19959,100 @@ msgstr "jour du mois" msgid "day of the week" msgstr "jour de la semaine" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +#, fuzzy +msgid "deck.gl 3D Hexagon" +msgstr "Deck.gl - Polygone" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +#, fuzzy +msgid "deck.gl Arc" +msgstr "Deck.gl - Arc" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +#, fuzzy +msgid "deck.gl Geojson" +msgstr "Deck.gl - Polygone" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +#, fuzzy +msgid "deck.gl Grid" +msgstr "Deck.gl - Grille 3D" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +#, fuzzy +msgid "deck.gl Multiple Layers" +msgstr "Deck.gl - Couches Multiples" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +#, fuzzy +msgid "deck.gl Path" +msgstr "Deck.gl - Chemins" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +#, fuzzy +msgid "deck.gl Polygon" +msgstr "Deck.gl - Polygone" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +#, fuzzy +msgid "deck.gl Scatterplot" +msgstr "Deck.gl - Nuage de points" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +#, fuzzy +msgid "deck.gl Screen Grid" +msgstr "Deck.gl - Grille d'écran" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Deck.gl - Chemins" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Par défaut" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "effacer" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 #, fuzzy msgid "descendant" msgstr "Tri décroissant" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "description" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "description" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "dialect+driver://username:password@host:port/database" -#: superset/views/core.py:618 -msgid "download as csv" -msgstr "télécharger en CSV" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "brouillon" @@ -15728,36 +20060,73 @@ msgstr "brouillon" msgid "dttm" msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 #, fuzzy msgid "e.g. Analytics" msgstr "Analyses avancées" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 #, fuzzy msgid "e.g., a \"user id\" column" msgstr "Colonnes des séries temporelles" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "mode edition" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Séries" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "Message d'erreur" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -15783,18 +20152,36 @@ msgstr "chaque minute" msgid "every month" msgstr "chaque mois" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" -"fonction pour stocker un jeu de données agrégé que vous pourrez alors " -"explorer." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "et" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Explorer" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Echec" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "récupération" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." @@ -15802,33 +20189,61 @@ msgstr "" "filter_box sera déprécié dans une future version de Superset. Merci de " "remplacer filter_box par des composants filtre de tableau de bord." -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "suivre ce flux va très probablement conduire la requête à un timeout. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "à" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "pour plus d'information sur comment strcuturer votre URI." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 -msgid "green" -msgstr "vert" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "green" +msgstr "vert" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Carte de chaleur" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 #, fuzzy msgid "here" msgstr "Partage de requête" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "heure" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" msgstr "id:" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15838,7 +20253,7 @@ msgstr "" msgid "in" msgstr "dans" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "en modal" @@ -15856,21 +20271,21 @@ msgstr "" msgid "joined" msgstr "relié" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "le json n'est pas valide" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "Label" @@ -15900,21 +20315,30 @@ msgstr "la semaine derniere" msgid "last year" msgstr "l'année dernière" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "dernière partition :" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "alerte" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Effacer" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "log" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." @@ -15922,6 +20346,53 @@ msgstr "" "le percentile inférieur doit être plus grand que 0 et plus petit que 100 " "et doit être plus petit que le percentile supérieur." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Max" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +#, fuzzy +msgid "mean" +msgstr "Comparaison" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Métrique" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "dans" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "minute" @@ -15930,57 +20401,147 @@ msgstr "minute" msgid "minute(s)" msgstr "minute(s)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "mois" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "mois" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 #, fuzzy msgid "must have a value" msgstr "Renseigner une valeur" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "nom" + +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "Erreur de configuration du validateur." + +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "Erreur de configuration du validateur." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "Hors ligne" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "sur" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "heure" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +#, fuzzy +msgid "or use existing ones from the panel on the right" +msgstr "" +"Vous pouvez créer de nouveaux graphiques ou utililser ceux existants à " +"partir du panneau de droite" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "la colonne de tri doit être remplie" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +#, fuzzy +msgid "overall" +msgstr "Effacer tout" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Avertissement" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" @@ -15988,6 +20549,15 @@ msgstr "" "percentiles doit être une liste ou un couple de 2 valeurs dont le premier" " est inférieur au second" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "Etat du programme de rapport introuvable" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "mois calendaire précédent" @@ -15996,358 +20566,317 @@ msgstr "mois calendaire précédent" msgid "previous calendar week" msgstr "semaine calendaire précédente" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "année calendaire précédente" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "publié" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "Trimestre" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "requêtes" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "requête" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "et" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "reboot" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "date" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 #, fuzzy msgid "recents" msgstr "récents" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "rouge" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "rapport" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "rapports" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 #, fuzzy msgid "right" msgstr "Hauteur" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "lignes" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "lignes récupérées" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "En cours" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "requêtes sauvegardées" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 secondes" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Séries" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 -msgid "textarea" -msgstr "zone de texte" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 #, fuzzy -msgid "top" -msgstr "Arrêt" - -#: superset/charts/schemas.py:639 -msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher" -" than lower percentile." -msgstr "" -"le percentile supérieur doit être plus grand que 0 et plus petit que 100 " -"et doit être supérieur au percentile inférieur." +msgid "square" +msgstr "le trimestre dernier" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 #, fuzzy -msgid "value ascending" -msgstr "Tri croissant" +msgid "stack" +msgstr "Backend" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 #, fuzzy -msgid "value descending" -msgstr "Tri décroissant" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 -msgid "virtual" -msgstr "virtuel" - -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 -msgid "was created" -msgstr "a été créé" - -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 -msgid "week" -msgstr "semaine" - -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 -msgid "year" -msgstr "année" - -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 -msgid "yellow" -msgstr "jaune" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 -msgid "Add/Edit Filters" -msgstr "Ajouter/Editer les filtres" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 -msgid "Add and edit filters" -msgstr "Ajouter et modifier les filtres" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:500 -msgid "Add filters and dividers" -msgstr "Ajouter un filtre ou un diviseur" - -#: superset-frontend/src/views/components/MenuRight.tsx:105 -msgid "Connect database" -msgstr "Connexion à la base de données" - -#: superset-frontend/src/views/components/MenuRight.tsx:105 -msgid "No %s yet" -msgstr "Aucune %s" - -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:394 -msgid "There are no charts added to this dashboard" -msgstr "Il n'y a pas de graphiques ajouté dans ce tableau de bord" - -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:398 -msgid "Go to the edit mode to configure the dashboard and add charts" -msgstr "Allez dans l'edition pour configurer le tableau de bord et ajouter des graphiques" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:276 -msgid "Filter Settings" -msgstr "Paramètres des filtres" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:276 -msgid "Filter Configuration" -msgstr "Configuration du filtre" - -#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 -msgid "Select first filter value by default" -msgstr "Selectionne la première valeur du filtre par défaut" - -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Can select multiple values" -msgstr "Peut selectionner plusieurs valeurs" - -#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 -msgid "Dynamically search all filter values" -msgstr "Charge dynamiquement les valeurs du filtre" - -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 -msgid "Filter value is required" -msgstr "La valeur du filtre est requise" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:388 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:428 -msgid "No filters are currently added" -msgstr "Aucun filtre ajouté" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:392 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:432 -msgid "Click the button above to add a filter to the dashboard" -msgstr "Pour ajouter un filtre, cliquez sur le bouton au dessus" - -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:155 -msgid "Drag and drop components and charts to the dashboard" -msgstr "Glissez/Déposez des composants et des graphiques sur le tableau de bord" - -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:155 -msgid "You can create a new chart or use existing ones from the panel on the right" -msgstr "Vous pouvez créer un nouveau graphique ou utililser ceux existants à partir du panneau de droite" - -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:156 -msgid "You can create new charts or use existing ones from the panel on the right" -msgstr "Vous pouvez créer de nouveaux graphiques ou utililser ceux existants à partir du panneau de droite" - -#: superset-frontend/src/views/components/MenuRight.tsx:127 -msgid "Upload Excel file to database" -msgstr "Importer des fichiers Excel vers la base de données" - -#: superset-frontend/src/views/components/MenuRight.tsx:121 -msgid "Upload columnar file to database" -msgstr "Importer des colonnes vers la base de données" - -#: superset-frontend/src/views/components/MenuRight.tsx:115 -msgid "Upload CSV to database" -msgstr "Importer des fichiers CSV vers la base de données" +msgid "staggered" +msgstr "Rien déclenché" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:269 -msgid "Share permalink by email" -msgstr "Partager le lien par mail" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:268 -msgid "Copy permalink to clipboard" -msgstr "Copier le lien dans le presse-papiers" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "css_template" -#: superset-frontend/src/views/components/MenuRight.tsx:222 -#: superset-frontend/src/views/components/SubMenu.tsx:289 -msgid "Enable 'Allow data upload' in any database's settings" -msgstr "Activez l'option 'Autoriser le chargement de données' dans les paramètres de la base de données" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:179 -msgid "There are no components added to this tab" -msgstr "Il n'y a pas de composant à ajouter dans cet onglet" +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "Ajouter" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:200 -msgid "You can add the components in the edit mode" -msgstr "Vous pouvez ajouter les composants via mode edition" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histogramme" -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:184 -msgid "You can add the components in the" -msgstr "Vous pouvez ajouter les composants via le" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:190 -msgid "edit mode" -msgstr "mode edition" +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Succès" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:111 -msgid "Apply filters" -msgstr "Appliquer les filtres" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 -msgid "When using this option, default value can’t be set" -msgstr "Quand l'option est utilisée, une valeur par defaut doit être indiquée" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +#, fuzzy +msgid "syntax." +msgstr "Syntaxe" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:199 -msgid "Edit the dashboard" -msgstr "Modifier le tableau de bord" +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -msgid "Time Column" -msgstr "Colonne de temps" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 +msgid "textarea" +msgstr "zone de texte" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "Arrêt" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:199 -msgid "Time Grain" -msgstr "Granularité" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#, fuzzy +msgid "top" +msgstr "Arrêt" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:46 -msgid "Pivot Options" -msgstr "Options de pivot" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "Défaire?" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:86 -msgid "Combine Metrics" -msgstr "Combiner les métriques" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "Erreur inconnue" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:53 -msgid "Aggregation function" -msgstr "Fonction d'agrégation" +#: superset/charts/schemas.py:660 +msgid "" +"upper percentile must be greater than 0 and less than 100. Must be higher" +" than lower percentile." +msgstr "" +"le percentile supérieur doit être plus grand que 0 et plus petit que 100 " +"et doit être supérieur au percentile inférieur." -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 -msgid "Transpose Pivot" -msgstr "Pivot de transposition" +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "dernière partition :" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "Show totals" -msgstr "Afficher les totaux" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 +#, fuzzy +msgid "value ascending" +msgstr "Tri croissant" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "Swap Groups and Columns" -msgstr "Permuter les groupes et les colonnes" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 +#, fuzzy +msgid "value descending" +msgstr "Tri décroissant" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric." -msgstr "Affichez les indicateurs côte à côte dans chaque colonne, au lieu d'afficher chaque colonne côte à côte pour chaque indicateur." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +#, fuzzy +msgid "var" +msgstr "Tabulaire" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "Display total row/column" -msgstr "Affiche le total ligne/colonne" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Avancé" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "Aggregate function to apply when pivoting and computing the total rows and columns" -msgstr "Fonction d'agrégation à appliquer lors du pivotement et du calcul du total des lignes et des colonnes" +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Temps en secondes" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -msgid "update chart" -msgstr "Mettre à jour" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 +msgid "virtual" +msgstr "virtuel" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:500 -msgid "Samples" -msgstr "Exemples" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "type de visualisation" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:193 -msgid "Values are dependent on other filters" -msgstr "Les valeurs dépendent d'autres filtres" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 +msgid "was created" +msgstr "a été créé" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:197 -msgid "Values selected in other filters will affect the filter options to only show relevant values" -msgstr "Les valeurs sélectionnées dans d'autres filtres affecteront les options de filtrage afin de n'afficher que les valeurs pertinentes" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 +msgid "week" +msgstr "semaine" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:197 -msgid "Values dependent on" -msgstr "Valeurs dépendent de" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +#, fuzzy +msgid "week ending Saturday" +msgstr "Semaine terminant le samedi" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:197 -msgid "No results were returned for this query" -msgstr "Aucun résultat avec ces paramètres" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +#, fuzzy +msgid "week starting Sunday" +msgstr "Semaine débutant le dimanche" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:154 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:164 -msgid "Data refreshed" -msgstr "Données rafraîchies" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:415 -msgid "Shift + Click to sort by multiple columns" -msgstr "Maintenir Shift + Clic pour trier plusieurs colonnes" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" -#: #: flask_appbuilder/security/views.py:211 -msgid "User info" -msgstr "Informations utilisateurs" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" -#: flask_appbuilder/security/views.py:250 -msgid "Reset my password" -msgstr "Réinitialiser mon mot de passe" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:85 -msgid "Filter only displays values relevant to selections made in other filters." -msgstr "Le filtre n'affiche que les valeurs pertinentes après les sélections effectuées dans d'autres filtres." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" +msgstr "année" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:68 -msgid "Scope" -msgstr "Périmètre" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "yellow" +msgstr "jaune" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:86 -msgid "Dependent on" -msgstr "Dépend de" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/it/LC_MESSAGES/messages.json b/superset/translations/it/LC_MESSAGES/messages.json index 733224efbeb9e..4215d55cacdb5 100644 --- a/superset/translations/it/LC_MESSAGES/messages.json +++ b/superset/translations/it/LC_MESSAGES/messages.json @@ -2,2183 +2,4011 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=1; plural=0", "lang": "it" }, - "Home": [""], - "Annotation Layers": [""], - "Manage": ["Gestisci"], - "Databases": ["Basi di dati"], - "Data": ["Database"], - "Datasets": ["Basi di dati"], - "Charts": ["Grafici"], - "Dashboards": ["Elenco Dashboard"], - "Plugins": [""], - "CSS Templates": ["Template CSS"], - "Row level security": [""], - "Security": ["Sicurezza"], - "Import Dashboards": ["Importa dashboard"], - "SQL Editor": ["Editor SQL"], - "SQL Lab": [""], - "Saved Queries": ["Query salvate"], - "Query History": [""], - "Upload a CSV": [""], - "Upload Excel": [""], - "Action Log": [""], - "Dashboard Emails": ["Elenco Dashboard"], - "Chart Email Schedules": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Access requests": [""], - "Druid Datasources": [""], - "Druid Clusters": [""], - "Scan New Datasources": [""], - "Refresh Druid Metadata": [""], - "Issue 1000 - The datasource is too large to query.": [""], - "Issue 1001 - The database is under an unusual load.": [""], - "Issue 1002 - The database returned an unexpected error.": [""], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "Issue 1004 - The column was deleted or renamed in the database.": [""], - "Issue 1005 - The table was deleted or renamed in the database.": [""], - "Issue 1006 - One or more parameters specified in the query are missing.": [ + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "Invalid certificate": [""], - "Unsafe return type for function %(func)s: %(value_type)s": [""], - "Unsupported return value for method %(name)s": [""], - "Unsafe template value for key %(key)s: %(value_type)s": [""], - "Unsupported template value for key %(key)s": [""], - "Only `SELECT` statements are allowed against this database": [""], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(other)s saved queries will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "" ], - "Viz is missing a datasource": [ - "Datasource mancante per la visualizzazione" - ], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "%(user)s's profile": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "From date cannot be larger than to date": [ - "La data di inizio non può essere dopo la data di fine" - ], - "Cached value not found": [""], - "Columns missing in datasource: %(invalid_columns)s": [""], - "Table View": ["Vista Tabella"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "%s Error": ["Errore..."], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["Seleziona data finale"], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": ["Visualizza colonne"], + "%s operator(s)": ["Seleziona operatore"], + "%s option(s)": [""], + "%s saved metric(s)": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": [""], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Seleziona una granularità nella sezione tempo e deseleziona 'Includi Tempo'" - ], - "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": [""], - "Treemap": ["Treemap"], - "Calendar Heatmap": ["Calendario di Intensità"], - "Bubble Chart": ["Grafico a Bolle"], - "Please use 3 different metric labels": [ - "Seleziona metriche differenti per gli assi destro e sinistro" - ], - "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" - ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Time Series - Multiple Line Charts": [ - "Serie Temporali - Grafico Lineare" - ], - "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" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Pick a metric for right axis!": [ - "Seleziona una metrica per l'asse destro" + ".": [""], + "0 Selected": ["Seleziona data finale"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["ora"], + "1 hourly frequency": [""], + "1 minute": [""], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "1 year end frequency": [""], + "1 year start frequency": [""], + "104 weeks ago": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 years ago": [""], + "30 days": [""], + "30 days ago": [""], + "30 minutes": ["10 minuti"], + "30 second": [""], + "30 seconds": [""], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minutes": [""], + "5 second": [""], + "5 seconds": [""], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": [""], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": [""], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ + "" ], - "Please choose different metrics on left and right axis": [ - "Seleziona metriche differenti per gli assi destro e sinistro" + "A database with the same name already exists.": [""], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "Time Series - Bar Chart": ["Serie Temporali - Grafico Barre"], - "Time Series - Period Pivot": [""], - "Time Series - Percent Change": [ - "Serie Temporali - Cambiamento Percentuale" + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "Time Series - Stacked": ["Serie Temporali - Stacked"], - "Histogram": ["Istogramma"], - "Must have at least one numeric column specified": [ - "Devi specificare una colonna numerica" + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ + "Proprietari è una lista di utenti che può alterare la dashboard." ], - "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]" + "A map of the world, that can indicate values in different countries.": [ + "" ], - "Sunburst": ["Sunburst"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "A metric to use for color": [""], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ "" ], - "Directed Force Layout": ["Disposizione a Forza Diretta"], - "Pick exactly 2 columns to 'Group By'": [ - "Seleziona esattamente 2 colonne per 'Group By'" + "A readable URL for your dashboard": [ + "ottenere una URL leggibile per la tua dashboard" ], - "Country Map": ["Mappa della Nazione"], - "World Map": ["Mappa del Mondo"], - "Filters": ["Filtri"], - "Invalid filter configuration, please select a column": [""], - "Parallel Coordinates": ["Coordinate Parallele"], - "Heatmap": ["Mappa di Intensità"], - "Horizon Charts": ["Grafici d'orizzonte"], - "Mapbox": ["Mapbox"], - "[Longitude] and [Latitude] must be set": [""], - "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": [""], - "Invalid spatial point encountered: %s": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "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": [""], - "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [ - "Selezionare i campi [Group By] e [Metrica] o [Colonne], non entrambi" + "A report named \"%(name)s\" already exists": [""], + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "" ], - "Box Plot": ["Box Plot"], - "Distribution - NVD3 - Pie Chart": [ - "Distribuzione - NVD3 - Grafico Torta" + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "iFrame": ["iFrame"], - "Deleted %(num)d annotation layer": [""], - "All Text": [""], - "Deleted %(num)d annotation": [""], - "End date must be after start date": [ - "La data di inizio non può essere dopo la data di fine" + "A valid color scheme is required": [""], + "APPLY": [""], + "APR": [""], + "AQE": [""], + "AUG": [""], + "AXIS TITLE MARGIN": [""], + "About": [""], + "Access": ["Nessun Accesso!"], + "Access requests": [""], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": [""], + "Action": ["Azione"], + "Action Log": [""], + "Actions": ["Azione"], + "Active": ["Azione"], + "Actual time range": [""], + "Add": [""], + "Add CSS Template": ["Template CSS"], + "Add CSS template": ["Template CSS"], + "Add Chart": ["Aggiungi grafico"], + "Add Column": ["Aggiungi colonna"], + "Add Dashboard": [""], + "Add Database": ["Aggiungi Database"], + "Add Log": [""], + "Add Metric": ["Aggiungi metrica"], + "Add Row level security filter": [""], + "Add Saved Query": ["Aggiungi query salvata"], + "Add a Plugin": ["Aggiungi colonna"], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [""], + "Add annotation": ["Azione"], + "Add annotation layer": ["Azione"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Short description must be unique for this layer": [""], - "Annotations could not be deleted.": [""], - "Annotation not found.": [""], - "Annotation parameters are invalid.": [""], - "Annotation could not be created.": [""], - "Annotation could not be updated.": [""], - "Annotation delete failed.": [""], - "Annotation layer parameters are invalid.": [""], - "Annotation layer could not be deleted.": [""], - "Annotation layer could not be created.": [ - "La tua query non può essere salvata" + "Add delivery method": [""], + "Add extra connection information.": [""], + "Add filter": ["Aggiungi filtro"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Annotation layer could not be updated.": [ - "La tua query non può essere salvata" + "Add filters and dividers": [""], + "Add item": ["Aggiungi filtro"], + "Add metric": ["Aggiungi metrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": [""], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add the name of the chart": [""], + "Add to dashboard": ["Aggiungi ad una nuova dashboard"], + "Added": [""], + "Additional fields may be required": [""], + "Additional information": [""], + "Additional metadata": [""], + "Additional padding for legend.": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": [""], + "Advanced analytics": ["Analytics avanzate"], + "Aesthetic": [""], + "Aggregate Mean": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "Annotation layer not found.": [""], - "Annotation layer delete failed.": [""], - "Annotation layer has associated annotations.": [""], - "Name must be unique": [""], - "Deleted %(num)d chart": [""], - "Request is not JSON": [""], - "Request is incorrect: %(error)s": [""], - "`confidence_interval` must be between 0 and 1 (exclusive)": [""], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "`width` must be greater or equal to 0": [""], - "`row_limit` must be greater than or equal to 1": [""], - "`row_offset` must be greater than or equal to 0": [""], - "There are associated alerts or reports: %s,": [""], - "Database does not exist": [""], + "Alert Triggered, In Grace Period": [""], + "Alert condition": ["Testa la Connessione"], + "Alert condition schedule": ["Testa la Connessione"], + "Alert ended grace period.": [""], + "Alert failed": ["Nome Completo"], + "Alert fired during grace period.": [""], + "Alert found an error while executing a query.": [""], + "Alert name": ["Nome Completo"], + "Alert on grace period": [""], + "Alert query returned a non-number value.": [""], + "Alert query returned more than one column.": [""], + "Alert query returned more than one column. %s columns returned": [""], + "Alert query returned more than one row.": [""], + "Alert query returned more than one row. %s rows returned": [""], + "Alert running": ["Testa la Connessione"], + "Alert triggered, notification sent": [""], + "Alert validator config error.": [""], + "Alerts": [""], + "Alerts & Reports": [""], + "Alerts & reports": ["Importa"], + "Align +/-": [""], + "All": [""], + "All Text": [""], + "All charts": ["Grafico a Proiettile"], + "All filters": ["Filtri"], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": ["Permetti CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permetti l'opzione CREATE TABLE AS in SQL Lab" + ], + "Allow CREATE VIEW AS": ["Permetti CREATE TABLE AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permetti l'opzione CREATE TABLE AS in SQL Lab" + ], + "Allow Csv Upload": [""], + "Allow DML": ["Permetti DML"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" + ], + "Allow file uploads to database": [""], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "" + ], + "Allow multiple selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE, DELETE, CREATE, ...) nel SQL Lab" + ], + "Allowed Domains (comma separated)": [""], + "Alphabetical": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" + ], + "Altered": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "" + ], + "An engine must be specified when passing individual parameters to a database.": [ + "" + ], + "An error has occurred": [""], + "An error occurred": [""], + "An error occurred saving dataset": ["Errore nel creare il datasource"], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while creating the data source": [ + "Errore nel creare il datasource" + ], + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching available CSS templates": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching chart created by values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching chart owners values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching created by values: %s": [ + "Errore nel rendering della visualizzazione: %s" + ], + "An error occurred while fetching dashboard created by values: %s": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching dashboards": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching dashboards: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching database related data: %s": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching database values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching dataset datasource values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching dataset related data": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching dataset related data: %s": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching datasets: %s": [ + "Errore nel creare il datasource" + ], + "An error occurred while fetching schema values: %s": [ + "Errore nel rendering della visualizzazione: %s" + ], + "An error occurred while fetching tab state": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching table metadata": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Errore nel recupero dei metadati della tabella" + ], + "An error occurred while loading the SQL": [ + "Errore nel creare il datasource" + ], + "An error occurred while pruning logs ": [ + "Errore nel rendering della visualizzazione: %s" + ], + "An error occurred while removing query. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while removing tab. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while rendering the visualization: %s": [ + "Errore nel rendering della visualizzazione: %s" + ], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Errore nel creare il datasource" + ], + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "" + ], + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" + ], + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" + ], + "An unexpected error occurred": [""], + "An unknown error occurred. Please contact your Superset administrator": [ + "" + ], + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["Azione"], + "Annotation Layers": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": [""], + "Annotation layer": ["Azione"], + "Annotation layer could not be created.": [ + "La tua query non può essere salvata" + ], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [ + "La tua query non può essere salvata" + ], + "Annotation layer delete failed.": [""], + "Annotation layer has associated annotations.": [""], + "Annotation layer name": ["La tua query non può essere salvata"], + "Annotation layer not found.": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer type": ["La tua query non può essere salvata"], + "Annotation layers": ["Azione"], + "Annotation layers are still loading.": [""], + "Annotation name": ["Azione"], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotations and layers": ["Azione"], + "Annotations could not be deleted.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" + ], + "Append": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "" + ], + "Apply": ["Applica"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply to all panels": [""], + "Apply to specific panels": [""], + "April": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Are you sure you want to cancel?": [""], + "Are you sure you want to delete": [""], + "Are you sure you want to delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Are you sure you want to delete the selected charts?": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "Are you sure you want to delete the selected datasets?": [""], + "Are you sure you want to delete the selected layers?": [""], + "Are you sure you want to delete the selected queries?": [""], + "Are you sure you want to delete the selected tags?": [""], + "Are you sure you want to delete the selected templates?": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Are you sure you want to proceed?": [""], + "Are you sure you want to save and apply changes?": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" + ], + "Arrow": [""], + "Assign a set of parameters as": [""], + "Associated Charts": [""], + "Async Execution": [""], + "Asynchronous query execution": [""], + "August": [""], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Autocomplete query predicate": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Axis": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Base layer map style": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Basic information": [""], + "Batch editing %d filters:": [""], + "Battery level over time": [""], + "Be careful.": [""], + "Before": [""], + "Big Number": ["Numero Grande"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Numero Grande con Linea del Trend"], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom to Top": [""], + "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "" + ], + "Bounds for the 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.": [ + "" + ], + "Box Plot": ["Box Plot"], + "Bubble Chart": ["Grafico a Bolle"], + "Bubble Color": [""], + "Bubble size": ["Grandezza della bolla"], + "Bucket break points": [""], + "Build": [""], + "Bulk select": ["Seleziona %s"], + "Bullet Chart": ["Grafico a Proiettile"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "" + ], + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": [""], + "CREATE TABLE AS": ["Permetti CREATE TABLE AS"], + "CREATE VIEW AS": ["Permetti CREATE TABLE AS"], + "CREATE VIEW statement": [""], + "CRON expression": ["Espressione"], + "CSS": ["CSS"], + "CSS Styles": [""], + "CSS Templates": ["Template CSS"], + "CSS applied to the chart": [""], + "CSS template": ["Template CSS"], + "CSS template could not be deleted.": [""], + "CSS template name": ["Template CSS"], + "CSS template not found.": ["Template CSS"], + "CSS templates": ["Template CSS"], + "CSV Upload": [""], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "CSV to Database configuration": [""], + "CSV upload": [""], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "CTAS Schema": ["Schema CTAS"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" + ], + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": ["Cache Timeout"], + "Cache Timeout (seconds)": [""], + "Cache timeout": ["Cache Timeout"], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": [""], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [""], + "Calculated columns": ["Visualizza colonne"], + "Calculation type": ["Seleziona un tipo di visualizzazione"], + "Calendar Heatmap": ["Calendario di Intensità"], + "Can not move top level tab into nested tabs": [""], + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [""], + "Cancel": ["Annulla"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "" + ], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell content": [""], + "Cell limit": [""], + "Center": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification": [""], + "Certification details": [""], + "Certified by": ["Modificato"], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Modificato da"], + "Changed on": ["Cambiato il"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "" + ], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" + ], + "Changing this Dashboard is forbidden": [""], + "Changing this chart is forbidden": [""], + "Changing this control takes effect instantly": [""], + "Changing this dataset is forbidden": [""], + "Changing this dataset is forbidden.": [""], + "Changing this datasource is forbidden": [""], + "Changing this report is forbidden": [""], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": [""], + "Chart %(id)s not found": [""], + "Chart Cache Timeout": ["Cache Timeout"], + "Chart ID": ["Grafici"], + "Chart [%s] has been overwritten": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Chart cache timeout": ["Cache Timeout"], + "Chart changes": ["Ultima Modifica"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" + ], + "Chart could not be created.": ["La tua query non può essere salvata"], + "Chart could not be deleted.": ["La query non può essere caricata"], + "Chart could not be updated.": ["La tua query non può essere salvata"], + "Chart does not exist": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart name": ["Grafici"], + "Chart parameters are invalid.": [""], + "Chart type": ["Grafici"], + "Chart type requires a dataset": [""], + "Charts": ["Grafici"], + "Charts could not be deleted.": ["La query non può essere caricata"], + "Check for sorting ascending": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" + ], + "Check out this chart in dashboard:": [ + "Rimuovi il grafico dalla dashboard" + ], + "Check out this dashboard: ": ["Guarda questa slice: %s"], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "" + ], + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [""], + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [""], + "Choice of [Point Radius] must be present in [Group By]": [""], + "Choose File": ["Seleziona una sorgente"], + "Choose a chart or dashboard not both": [ + "Rimuovi il grafico dalla dashboard" + ], + "Choose a dataset": ["Seleziona una destinazione"], + "Choose a metric for right axis": [ + "Seleziona una metrica per l'asse destro" + ], + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the annotation layer type": [""], + "Choose the position of the legend": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" + ], + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" + ], + "Clause": [""], + "Clear": [""], + "Clear all": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" + ], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" + ], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" + ], + "Click to cancel sorting": [""], + "Click to edit": [""], + "Click to edit %s in a new tab": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Click to edit label": [""], + "Click to favorite/unfavorite": [""], + "Click to force-refresh": [""], + "Click to see difference": [""], + "Close": [""], + "Close all other tabs": [""], + "Close tab": [""], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": [""], + "Collapse all": [""], + "Collapse data panel": [""], + "Collapse row": [""], + "Collapse tab content": [""], + "Collapse table preview": [""], + "Color": [""], + "Color +/-": [""], + "Color Scheme": [""], + "Color Steps": [""], + "Color bounds": [""], + "Color by": [""], + "Color metric": ["Seleziona la metrica"], + "Color of the target location": [""], + "Color scheme": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" + ], + "Colors": [""], + "Column": ["Colonna"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" + ], + "Column Label(s)": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" + ], + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" + ], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" + ], + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" + ], + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" + ], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Columns": [""], + "Columns To Be Parsed as Dates": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" + ], + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" + ], + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" + ], + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" + ], + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" + ], + "Comparison Period Lag": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [""], + "Conditional formatting": [""], + "Confidence interval": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": [""], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": [""], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ + "" + ], + "Configure your how you overlay is displayed here.": [""], + "Confirm save": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": ["Testa la Connessione"], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": [""], + "Continuous": [""], + "Contribution": [""], + "Contribution Mode": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": ["copia URL in appunti"], + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy message": [""], + "Copy of %s": ["Copia di %s"], + "Copy partition query to clipboard": [""], + "Copy query URL": ["Query vuota?"], + "Copy query link to your clipboard": ["copia URL in appunti"], + "Copy the account name of that database you are trying to connect to.": [ + "" + ], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to clipboard": [""], + "Cost estimate": [""], + "Could not determine datasource type": [""], + "Could not fetch all saved charts": ["Non posso connettermi al server"], + "Could not find viz object": [""], + "Could not load database driver": ["Non posso connettermi al server"], + "Could not load database driver: %(driver_name)s": [""], + "Could not load database driver: {}": ["Non posso connettermi al server"], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Color Scheme": [""], + "Country Field Type": [""], + "Country Map": ["Mappa della Nazione"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" + ], + "Create a new chart": [""], + "Create chart with dataset": [""], + "Create dataset and create chart": [""], + "Create new chart": ["Creato il"], + "Create or select schema...": [""], + "Created": ["Creato il"], + "Created On": ["Creato il"], + "Created by": ["Creato il"], + "Created content": ["Creato il"], + "Created on": ["Creato il"], + "Creating SSH Tunnel failed for an unknown reason": [""], + "Creating a data source and creating a new tab": [""], + "Creator": ["Creatore"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" + ], + "Cross-filtering is not enabled for this dashboard.": [""], + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": [""], + "Custom Plugins": [""], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": [""], + "Customize Metrics": [""], + "Cyclic dependency detected": [""], + "D3 Format": ["Formato D3"], + "D3 format": ["Formato D3"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" + ], + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": [""], + "DELETE": [""], + "DML": [""], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Dashboard"], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Dashboard could not be created.": [ + "La tua query non può essere salvata" + ], + "Dashboard could not be deleted.": [ + "La tua query non può essere salvata" + ], + "Dashboard could not be updated.": [ + "La tua query non può essere salvata" + ], + "Dashboard does not exist": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard properties": ["Elenco Dashboard"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" + ], + "Dashboards": ["Elenco Dashboard"], + "Dashboards could not be deleted.": [""], "Dashboards do not exist": ["Elenco Dashboard"], - "Datasource type is required when datasource_id is given": [""], - "Chart parameters are invalid.": [""], - "Chart could not be created.": ["La tua query non può essere salvata"], - "Chart could not be updated.": ["La tua query non può essere salvata"], - "Chart could not be deleted.": ["La query non può essere caricata"], - "There are associated alerts or reports": [""], - "Changing this chart is forbidden": [""], - "Charts could not be deleted.": ["La query non può essere caricata"], - "Import chart failed for an unknown reason": [""], - "Owners are invalid": [""], + "Data": ["Database"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" + ], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" + ], + "Data has no time steps": [""], + "Data preview": [""], + "Data refreshed": [""], + "Data type": ["Tipo"], + "DataFrame include at least one series": ["Seleziona almeno una metrica"], + "DataFrame must include temporal column": [""], + "Database": ["Database"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" + ], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "" + ], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" + ], + "Database URL": ["URL del Database"], + "Database could not be created.": ["La tua query non può essere salvata"], + "Database could not be deleted.": [""], + "Database could not be updated.": ["La tua query non può essere salvata"], + "Database does not allow data manipulation.": [""], + "Database does not exist": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" + ], + "Database error": ["Espressione del Database"], + "Database is required for alerts": [""], + "Database name": ["Database"], + "Database not allowed to change": [""], + "Database not found.": [""], + "Database parameters are invalid.": [""], + "Databases": ["Basi di dati"], + "Dataframe Index": [""], + "Dataset": ["Database"], + "Dataset %(name)s already exists": [""], + "Dataset could not be created.": ["La tua query non può essere salvata"], + "Dataset could not be deleted.": [""], + "Dataset could not be updated.": ["La tua query non può essere salvata"], "Dataset does not exist": ["Sorgente dati e tipo di grafico"], - "`operation` property of post processing object undefined": [""], - "Unsupported post processing operation: %(operation)s": [""], - "Adding new datasource [{}]": [""], - "Refreshing datasource [{}]": [""], - "Metric(s) {} must be aggregations.": [""], - "Unsupported extraction function: ": [""], - "Columns": [""], - "Show Druid Column": [""], - "Add Druid Column": [""], - "Edit Druid Column": [""], - "Column": ["Colonna"], - "Type": ["Tipo"], + "Dataset metric delete failed.": [""], + "Dataset name": ["Database"], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": ["Basi di dati"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "Datasets do not contain a temporal column": [""], "Datasource": ["Sorgente Dati"], - "Groupable": ["Raggruppabile"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [""], + "Date filter": ["Aggiungi filtro"], + "Date/Time": ["Tempo"], + "Datetime Format": ["Formato Datetime"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "la colonna Datetime è necessaria per questo tipo di grafico. Nella configurazione della tabella però non è stata definita" + ], + "Datetime format": ["Formato Datetime"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "December": [""], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": ["Endpoint predefinito"], + "Default Endpoint": ["Endpoint predefinito"], + "Default URL": ["URL del Database"], + "Default URL to redirect to when accessing from the dataset list page": [ + "" + ], + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" + ], + "Default value must be set when \"Filter has default value\" is checked": [ + "" + ], + "Default value must be set when \"Filter value is required\" is checked": [ + "" + ], + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" + ], + "Define a function that receives the input and outputs the content for a tooltip": [ + "" + ], + "Define a function that returns a URL to navigate to when user clicks": [ + "" + ], + "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.": [ + "" + ], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "" + ], + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "" + ], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "" + ], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" + ], + "Delete": ["Cancella"], + "Delete %s?": ["Cancella"], + "Delete Annotation?": [""], + "Delete Database?": ["Mostra database"], + "Delete Dataset?": [""], + "Delete Layer?": ["Cancella"], + "Delete Query?": ["Cancella"], + "Delete Template?": ["Template CSS"], + "Delete all Really?": [""], + "Delete annotation": ["Azione"], + "Delete dashboard tab?": ["Inserisci un nome per la dashboard"], + "Delete database": ["Database"], + "Delete query": ["Cancella"], + "Delete template": [""], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": [""], + "Deleted %(num)d annotation layer": [""], + "Deleted %(num)d chart": [""], + "Deleted %(num)d css template": [""], + "Deleted %(num)d dashboard": ["Seleziona una dashboard"], + "Deleted %(num)d dataset": ["Seleziona data finale"], + "Deleted %(num)d report schedule": [""], + "Deleted %(num)d saved query": [""], + "Deleted: %s": ["Cancella"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" + ], + "Delimited long & lat single column": [""], + "Delimiter": [""], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Description": ["Descrizione"], + "Description (this can be seen in the list)": [""], + "Description text that shows up below your Big Number": [""], + "Deselect all": ["Seleziona data finale"], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "" + ], + "Diamond": [""], + "Did you mean:": [""], + "Difference": [""], + "Dim Gray": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": ["Disposizione a Forza Diretta"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" + ], + "Disable embedding?": [""], + "Discard": [""], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" + ], + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" + ], + "Distribute across": [""], + "Distribution - Bar Chart": ["Distribuzione - Grafico Barre"], + "Divider": [""], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download": [""], + "Download as image": [""], + "Download to CSV": [""], + "Draft": [""], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Duplicate": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" + ], + "Duplicate tab": [""], + "Duration": ["Descrizione"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Durata (in secondi) per il timeout della cache per questa slice." + ], + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "" + ], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamically search all filter values": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["Modifica"], + "Edit CSS": [""], + "Edit CSS Template": ["Template CSS"], + "Edit CSS template properties": ["Template CSS"], + "Edit Chart": ["Modifica grafico"], + "Edit Column": ["Edita colonna"], + "Edit Dashboard": [""], + "Edit Database": ["Mostra database"], + "Edit Dataset ": ["Mostra database"], + "Edit Log": ["Modifica"], + "Edit Metric": ["Modifica metrica"], + "Edit Plugin": ["Edita colonna"], + "Edit Row level security filter": [""], + "Edit Saved Query": ["Modifica query salvata"], + "Edit Table": ["Modifica Tabella"], + "Edit annotation": ["Azione"], + "Edit annotation layer": [""], + "Edit annotation layer properties": ["Template CSS"], + "Edit chart properties": [""], + "Edit database": ["Mostra database"], + "Edit dataset": ["Mostra database"], + "Edit email report": [""], + "Edit properties": [""], + "Edit query": ["Query vuota?"], + "Edit template": ["Template CSS"], + "Edit template parameters": [""], + "Edit time range": [""], + "Edited": ["Modifica"], + "Editing 1 filter:": [""], + "Editing filter set:": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" + ], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" + ], + "Either the username or the password is wrong.": [""], + "Email reports active": [""], + "Embed": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty query?": ["Query vuota?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Enable Filter Select": ["Abilita il filtro di Select"], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "" + ], + "End": [""], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": [""], + "End angle": [""], + "End date excluded from time range": [""], + "End date must be after start date": [ + "La data di inizio non può essere dopo la data di fine" + ], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" + ], + "Enter CA_BUNDLE": [""], + "Enter Primary Credentials": [""], + "Enter a delimiter for this data": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [""], + "Enter duration in seconds": [""], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": [""], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Error: permalink state not found": [""], + "Estimate cost": [""], + "Estimate selected query cost": [""], + "Estimate the cost before running a query": [""], + "Event Flow": [""], + "Event definition": [""], + "Event flow": [""], + "Every": [""], + "Evolution": [""], + "Exact": [""], + "Example": [""], + "Examples": [""], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Excel to Database configuration": [""], + "Exclude selected values": [""], + "Executed query": ["query condivisa"], + "Execution ID": [""], + "Execution log": [""], + "Exit fullscreen": [""], + "Expand": [""], + "Expand all": [""], + "Expand data panel": [""], + "Expand row": [""], + "Expand table preview": [""], + "Expand tool bar": [""], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" + ], + "Experimental": [""], + "Explore": ["Esplora grafico"], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": [""], + "Export dashboards?": [""], + "Export to YAML": ["Esporta in YAML"], + "Export to YAML?": ["Esporta in YAML?"], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": ["Esponi in SQL Lab"], + "Expose this DB in SQL Lab": ["Esponi questo DB in SQL Lab"], + "Expression": ["Espressione"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" + ], + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" + ], + "Extra url parameters for use in Jinja templated queries": [""], + "FEB": [""], + "FRI": [""], + "Factor to multiply the metric by": [""], + "Fail": [""], + "Failed": [""], + "Failed at retrieving results": [ + "Errore nel recupero dei dati dal backend" + ], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": [""], + "Favorites": [""], + "February": [""], + "Fetch Values Predicate": [""], + "Fetch data preview": [""], + "Fetched %s": [""], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": [""], + "Fill Color": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filter List": ["Filtri"], + "Filter box": ["Filtri"], + "Filter configuration": ["Controlli del filtro"], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": ["Valore del filtro"], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Filter results": ["Risultati della ricerca"], + "Filter set with this name already exists": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": ["Controlli del filtro"], "Filterable": ["Filtrabile"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Se questa colonna è esposta nella sezione `Filtri` della vista esplorazione." + "Filters": ["Filtri"], + "Filters by columns": ["Controlli del filtro"], + "Filters by metrics": ["Lista Metriche"], + "Filters configuration": ["Controlli del filtro"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Fix to selected Time Range": [""], + "Fixed Color": [""], + "Fixed color": [""], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Force refresh": [""], + "Force refresh schema list": [""], + "Force refresh table list": [""], + "Forecast periods": [""], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formatted CSV attached in email": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction between nodes": [""], + "Friday": [""], + "From date cannot be larger than to date": [ + "La data di inizio non può essere dopo la data di fine" + ], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": [""], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Greater than (>)": [""], + "Grid": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Raggruppa per"], + "Groupable": ["Raggruppabile"], + "Handlebars": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Header": [""], + "Header Row": [""], + "Heatmap": ["Mappa di Intensità"], + "Heatmap Options": [""], + "Height": ["Altezza"], + "Height of the sparkline": [""], + "Hide Line": [""], + "Hide layer": [""], + "Hide tool bar": [""], + "Hides the Line for the time series": [""], + "Histogram": ["Istogramma"], + "Home": [""], + "Horizon Charts": ["Grafici d'orizzonte"], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" + ], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore cache when generating screenshot": [""], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "Impersonate the logged on user": [""], + "Import": ["Importa"], + "Import %s": ["Importa"], + "Import Dashboard(s)": ["Importa dashboard"], + "Import Dashboards": ["Importa dashboard"], + "Import a table definition": [""], + "Import chart failed for an unknown reason": [""], + "Import dashboard failed for an unknown reason": [""], + "Import dashboards": ["Importa dashboard"], + "Import database failed for an unknown reason": [""], + "Import dataset failed for an unknown reason": [""], + "Import saved query failed for an unknown reason.": [""], + "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.": [ + "" + ], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Include time": [""], + "Index Column": [""], + "Info": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["Cerca / Filtra"], + "Intensity": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Interval colors": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": [""], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "" + ], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "" + ], + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "" + ], + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": [""], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid state.": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Is dimension": [""], + "Is favorite": [""], + "Is filterable": ["Filtrabile"], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], + "Is temporal": ["è temporale"], + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": [""], + "JSON": ["JSON"], + "JSON Metadata": ["Metadati JSON"], + "JSON metadata": ["Metadati JSON"], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" + ], + "JUL": [""], + "JUN": [""], + "January": [""], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" + ], + "July": [""], + "June": [""], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Keys for table": [""], + "LIMIT": [""], + "Label": [""], + "Label Line": [""], + "Label for your query": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Large": [""], + "Last": [""], + "Last Changed": ["Ultima Modifica"], + "Last Modified": ["Ultima Modifica"], + "Last Updated %s": [""], + "Last available value seen on %s": [""], + "Last modified": ["Ultima Modifica"], + "Last modified by %s": ["Ultima Modifica"], + "Last run": ["Ultima Modifica"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["Controlli del filtro"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" + ], + "Left Axis Format": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" + ], + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" + ], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Line interpolation as defined by d3.js": [""], + "Line width": ["Larghezza"], + "Linear color scheme": [""], + "Linear interpolation": [""], + "Link Copied!": [""], + "List Saved Query": ["Visualizza query salvate"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "List updated": [""], + "Live CSS editor": [""], + "Live render": [""], + "Load a CSS template": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Loading": [""], + "Loading...": [""], + "Log Scale": [""], + "Log retention": [""], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["Login"], + "Logout": ["Logout"], + "Logs": [""], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude and Latitude": [""], + "Longitude of default viewport": [""], + "MAR": [""], + "MAY": [""], + "MON": [""], + "Main Datetime Column": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "" + ], + "Manage": ["Gestisci"], + "Mandatory": [""], + "Mangle Duplicate Columns": [""], + "Manually set min/max values for the y-axis.": [""], + "Map Style": [""], + "Mapbox": ["Mapbox"], + "March": ["Cerca"], + "Margin": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Markup type": [""], + "Max": ["Max"], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], + "Maximum value on the gauge axis": [""], + "May": ["giorno"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Medium": [""], + "Menu actions trigger": [""], + "Message content": [""], + "Metadata has been synced": [""], + "Method": [""], + "Metric": ["Metrica"], + "Metric '%(metric)s' does not exist": [""], + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metrics": ["Metriche"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Middle": [""], + "Midnight": [""], + "Min": ["Min"], + "Min Periods": [""], + "Min periods": [""], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Mixed Time-Series": [""], + "Modified": ["Modificato"], + "Modified by": ["Modificato"], + "Modified columns: %s": [""], + "Monday": [""], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" + ], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" ], - "Metrics": ["Metriche"], - "Show Druid Metric": [""], - "Add Druid Metric": [""], - "Edit Druid Metric": [""], - "Metric": ["Metrica"], - "Description": ["Descrizione"], - "Verbose Name": ["Nome Completo"], - "JSON": ["JSON"], - "Druid Datasource": ["Sorgente Dati Druid"], - "Warning Message": [""], - "Show Druid Cluster": [""], - "Add Druid Cluster": [""], - "Edit Druid Cluster": [""], - "Cluster Name": ["Cluster"], - "Broker Host": ["Host Broker"], - "Broker Port": ["Porta Broker"], - "Broker Username": ["Host Broker"], - "Broker Password": ["Porta Broker"], - "Broker Endpoint": ["Endpoint Broker"], - "Cache Timeout": ["Cache Timeout"], - "Metadata Last Refreshed": [""], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Must be unique": [""], + "Must have a [Group By] column to have 'count' as the [Label]": [""], + "Must have at least one numeric column specified": [ + "Devi specificare una colonna numerica" + ], + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My metric": ["Metrica"], + "N/A": [""], + "NOV": [""], + "NOW": [""], + "Name": ["Nome"], + "Name is required": [""], + "Name must be unique": [""], + "Name of table to be created from excel data.": [ + "Nome delle tabella esistente nella sorgente del database" + ], + "Name of the column containing the id of the parent node": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Nome delle tabella esistente nella sorgente del database" + ], + "Name of the target nodes": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": ["Errore di rete."], + "New chart": ["Grafico a torta"], + "New columns added: %s": [""], + "New tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": [""], + "No": [""], + "No %s yet": [""], + "No Access!": ["Nessun Accesso!"], + "No annotation layers yet": [""], + "No annotation yet": [""], + "No charts": ["Grafici"], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "No compatible schema found": [""], + "No dashboards": [""], + "No data": ["Metadati JSON"], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "No data in file": [""], + "No databases match your search": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [""], + "No favorite dashboards yet, go click on stars!": [""], + "No filter is selected.": [""], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No recents yet": [""], + "No records found": ["Nessun record trovato"], + "No results found": ["Nessun record trovato"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ "" ], - "Show Druid Datasource": [""], - "Add Druid Datasource": [""], - "Edit Druid Datasource": [""], - "The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'": [ - "Elenco delle slice associate a questa tabella. Modificando questa origine dati, è possibile modificare le modalità di comportamento delle slice associate. Inoltre, va tenuto presente che le slice devono indicare un'origine dati, pertanto questo modulo non registra le impostazioni qualora si modifica un'origine dati. Se vuoi modificare l'origine dati per una slide, devi sovrascriverla dal 'vista di esplorazione'" + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" ], - "Timezone offset (in hours) for this datasource": [ - "Timezone offset (in ore) per questa sorgente dati" + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not equal to (≠)": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "Notification method": [""], + "November": [""], + "Now": [""], + "Null or Empty": [""], + "Null values": ["Valore del filtro"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": [""], + "OCT": [""], + "OK": [""], + "OVERWRITE": [""], + "October": [""], + "Offline": [""], + "Offset": ["Offset"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" ], - "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [ - "Espressione temporale da utilizzare come predicato durante il recupero di valori distinti per popolare la componente del filtro. Viene applicata solo quando è attivata l'opzione \"Abilita selezione filtro\". Se si inserisce `7 giorni fa`, l'elenco distinto di valori nel filtro verrà popolato in base al valore distinto della settimana passata" + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" ], - "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [ - "Usato per popolare la finestra a cascata dei filtri dall'elenco dei valori distinti prelevati dal backend al volo" + "One or many columns to pivot as columns": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Rinvia a questo endpoint al clic sulla sorgente dati dall'elenco delle sorgenti dati" + "One or many controls to pivot as columns": [""], + "One or many metrics to display": ["Una o più metriche da mostrare"], + "One or more columns already exist": [""], + "One or more columns are duplicated": [""], + "One or more columns do not exist": [""], + "One or more metrics already exist": ["Una o più metriche da mostrare"], + "One or more metrics are duplicated": ["Una o più metriche da mostrare"], + "One or more metrics do not exist": ["Una o più metriche da mostrare"], + "One or more parameters needed to configure a database are missing.": [ + "" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ "" ], - "Associated Charts": [""], - "Data Source": ["Sorgente Dati"], - "Cluster": ["Cluster"], - "Owners": ["Proprietari"], - "Is Hidden": ["è nascosto"], - "Enable Filter Select": ["Abilita il filtro di Select"], - "Default Endpoint": ["Endpoint predefinito"], - "Time Offset": ["Offset temporale"], - "Datasource Name": [""], - "Fetch Values From": [""], - "Changed By": ["Modificato da"], - "Modified": ["Modificato"], - "Refreshed metadata from cluster [{}]": [""], + "One ore more annotation layers failed loading.": [""], + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], "Only `SELECT` statements are allowed": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], "Only single queries supported": [""], - "Error in jinja expression in fetch values predicate: %(msg)s": [""], - "Error in jinja expression in FROM clause: %(msg)s": [""], - "Virtual dataset query cannot consist of multiple statements": [""], - "Virtual dataset query must be read-only": [""], - "Error in jinja expression in RLS filters: %(msg)s": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "la colonna Datetime è necessaria per questo tipo di grafico. Nella configurazione della tabella però non è stata definita" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "" ], - "Empty query?": ["Query vuota?"], - "Metric '%(metric)s' does not exist": [""], - "Invalid filter operation type: %(op)s": [""], - "Error in jinja expression in WHERE clause: %(msg)s": [""], - "Error in jinja expression in HAVING clause: %(msg)s": [""], - "Show Column": ["Mostra colonna"], - "Add Column": ["Aggiungi colonna"], - "Edit Column": ["Edita colonna"], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Se rendere disponibile questa colonna come opzione [Time Granularity], la colonna deve essere di tipo DATETIME o simile" + "Oops! An error occurred!": [""], + "Opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["Sorgente Dati"], + "Open in SQL Lab": ["Esponi in SQL Lab"], + "Open query in SQL Lab": ["Esponi in SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" ], - "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [ - "Il tipo di dato è dedotto dal database. In alcuni casi potrebbe essere necessario inserire manualmente un tipo di colonna definito dall'espressione. Nella maggior parte dei casi gli utenti non hanno bisogno di fare questa modifica." + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" ], - "Table": ["Tabella"], - "Expression": ["Espressione"], - "Is temporal": ["è temporale"], - "Datetime Format": ["Formato Datetime"], - "Invalid date/timestamp format": [""], - "Show Metric": ["Mostra metrica"], - "Add Metric": ["Aggiungi metrica"], - "Edit Metric": ["Modifica metrica"], - "SQL Expression": ["Espressione SQL"], - "D3 Format": ["Formato D3"], - "Extra": ["Extra"], - "Row level security filter": [""], - "Show Row level security filter": [""], - "Add Row level security filter": [""], - "Edit Row level security filter": [""], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original table column order": [""], + "Original value": [""], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ "" ], - "These are the tables this filter will be applied to.": [""], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Override time grain": [""], + "Override time range": [""], + "Overwrite": ["Sovrascrivi la slice %s"], + "Overwrite & Explore": ["Sovrascrivi la slice %s"], + "Overwrite Dashboard [%s]": [""], + "Overwrite Duplicate Columns": [""], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [""], + "Owned Created or Favored": [""], + "Owner": ["Proprietario"], + "Owners": ["Proprietari"], + "Owners are invalid": [""], + "Owners is a list of users who can alter the dashboard.": [ + "Proprietari è una lista di utenti che può alterare la dashboard." + ], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Proprietari è una lista di utenti che può alterare la dashboard." + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [""], + "Pandas resample rule": [""], + "Parallel Coordinates": ["Coordinate Parallele"], + "Parameter error": ["Parametri"], + "Parameters": ["Parametri"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Diagram": [""], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": [""], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Physical dataset": ["Seleziona una destinazione"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Seleziona una granularità nella sezione tempo e deseleziona 'Includi Tempo'" + ], + "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" + ], + "Pick a metric for x, y and size": [ + "Seleziona una metrica per x, y e grandezza" + ], + "Pick a metric to display": ["Seleziona una metrica da visualizzare"], + "Pick a metric!": ["Seleziona una metrica!"], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Seleziona una granularità per la serie temporale" + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [ + "Seleziona almeno un campo per [Series]" + ], + "Pick at least one metric": ["Seleziona almeno una metrica"], + "Pick exactly 2 columns as [Source / Target]": [ + "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [""], + "Pie shape": [""], + "Pivot Options": [""], + "Pivot Table": ["Vista Pivot"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": ["Seleziona almeno una metrica"], + "Please choose different metrics on left and right axis": [ + "Seleziona metriche differenti per gli assi destro e sinistro" + ], + "Please confirm": [""], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Inserisci un nome per la slice" + ], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [""], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "Seleziona metriche differenti per gli assi destro e sinistro" + ], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": [""], + "Point Color": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polyline": [""], + "Pop Tab Link": [""], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": ["Posizione del JSON"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "Predicato utilizzato quando si fornisce un valore univoco per popolare il componente di controllo del filtro. Supporta la sintassi del template jinja. È utilizzabile solo quando è abilitata l'opzione \"Abilita selezione filtro\"." + ], + "Prefix metric name with slice name": [""], + "Preview": [""], + "Preview: `%s`": [""], + "Previous": [""], + "Previous Line": [""], + "Primary": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Profile": ["Profilo"], + "Profile picture provided by Gravatar": [""], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": [""], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": [""], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], + "Query": [""], + "Query %s: %s": [""], + "Query History": [""], + "Query history": ["Ricerca Query"], + "Query in a new tab": ["Query in un nuovo tab"], + "Query is too complex and takes too long to run.": [""], + "Query name": ["Ricerca Query"], + "Query preview": [""], + "Query was stopped.": ["La query è stata fermata."], + "RANGE TYPE": [""], + "RGB Color": [""], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Ranking": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [""], + "Rebuild": [""], + "Recent activity": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Recently edited charts, dashboards, and saved queries will appear here": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Recently viewed charts, dashboards, and saved queries will appear here": [ "" ], - "Tables": ["Tabelle"], - "Roles": ["Ruoli"], - "Clause": [""], - "Creator": ["Creatore"], - "Show Table": ["Mostra Tabelle"], - "Import a table definition": [""], - "Edit Table": ["Modifica Tabella"], - "Name of the table that exists in the source database": [ - "Nome delle tabella esistente nella sorgente del database" - ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift e DB2" - ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Questo campo agisce come una vista Superset, il che vuol dire che Superset eseguirà una query su questa stringa come sotto-query." - ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "Predicato utilizzato quando si fornisce un valore univoco per popolare il componente di controllo del filtro. Supporta la sintassi del template jinja. È utilizzabile solo quando è abilitata l'opzione \"Abilita selezione filtro\"." - ], + "Recents": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": [""], + "Rectangle": [""], "Redirects to this endpoint when clicking on the table from the table list": [ "Reinvia a questo endpoint al clic sulla tabella dall'elenco delle tabelle" ], - "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": [ + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Referenced columns not available in DataFrame.": [""], + "Refetch results": ["Risultati della ricerca"], + "Refresh": [""], + "Refresh dashboard": ["Rimuovi il grafico dalla dashboard"], + "Refresh frequency": [""], + "Refresh interval": [""], + "Refresh interval saved": [""], + "Refresh table list": [""], + "Refresh the default values": [""], + "Regex": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ "" ], - "Database": ["Database"], - "Last Changed": ["Ultima Modifica"], - "Schema": ["Schema"], - "Offset": ["Offset"], - "Table Name": [""], - "Fetch Values Predicate": [""], - "Main Datetime Column": [""], - "SQL Lab View": ["Vista Tabella"], - "Template parameters": ["Parametri"], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ - "Tabella creata. Come parte di questo processo di configurazione in due fasi, è necessario andare sul pulsante di modifica della nuova tabella per configurarla." - ], - "Refresh Metadata": [""], - "Refresh column metadata": [""], - "Metadata refreshed for the following table(s): %(tables)s": [""], - "The following tables added new columns: %(tables)s": [""], - "The following tables removed columns: %(tables)s": [""], - "The following tables update column metadata: %(tables)s": [""], - "Unable to refresh metadata for the following table(s): %(tables)s": [""], - "Deleted %(num)d css template": [""], - "CSS template could not be deleted.": [""], - "CSS template not found.": ["Template CSS"], - "Deleted %(num)d dashboard": ["Seleziona una dashboard"], - "Title or Slug": [""], - "Must be unique": [""], - "Dashboard parameters are invalid.": [""], - "Dashboard not found.": ["Dashboard"], - "Dashboard could not be created.": [ + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative period": [""], + "Relative quantity": [""], + "Remind me in 24 hours": [""], + "Remove": [""], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": [""], + "Remove table preview": [""], + "Removed columns: %s": [""], + "Rename tab": [""], + "Replace": [""], + "Report Schedule could not be created.": [ "La tua query non può essere salvata" ], - "Dashboards could not be deleted.": [""], - "Dashboard could not be updated.": [ + "Report Schedule could not be deleted.": [ "La tua query non può essere salvata" ], - "Dashboard could not be deleted.": [ + "Report Schedule could not be updated.": [ "La tua query non può essere salvata" ], - "Changing this Dashboard is forbidden": [""], - "Import dashboard failed for an unknown reason": [""], - "No data in file": [""], - "Table name undefined": [""], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "Report Schedule delete failed.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution failed when generating a screenshot.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule log prune failed.": [""], + "Report Schedule not found.": [""], + "Report Schedule parameters are invalid.": [""], + "Report Schedule reached a working timeout.": [""], + "Report Schedule state not found": [""], + "Report failed": ["Nome Completo"], + "Report name": ["Nome Completo"], + "Report schedule": ["Importa"], + "Report schedule unexpected error": [""], + "Report sending": ["Importa"], + "Report sent": ["Importa"], + "Reports": ["Importa"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Richiesta di Permessi"], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Request missing data field.": [""], + "Required": [""], + "Required control values have been removed": [""], + "Resample": [""], + "Resample method should in ": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset": [""], + "Reset state": [""], + "Resource already has an attached report.": [""], + "Results": [""], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "SQLite database cannot be used as a data source for security reasons.": [ + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["Metrica asse destro"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ "" ], - "Database parameters are invalid.": [""], - "A database with the same name already exists": [""], - "Field is required": [""], - "Field cannot be decoded by JSON. %{json_error}s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Roles": ["Ruoli"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ "" ], - "Database not found.": [""], - "Database could not be created.": ["La tua query non può essere salvata"], - "Database could not be updated.": ["La tua query non può essere salvata"], - "Connection failed, please check your connection settings": [""], - "Cannot delete a database that has tables attached": [""], - "Database could not be deleted.": [""], - "Stopped an unsafe database connection": [""], - "Could not load database driver": ["Non posso connettermi al server"], - "Unexpected error occurred, please check your logs for details": [""], - "Import database failed for an unknown reason": [""], - "Could not load database driver: {}": ["Non posso connettermi al server"], - "Deleted %(num)d dataset": ["Seleziona data finale"], - "Null or Empty": [""], - "Database not allowed to change": [""], - "One or more columns do not exist": [""], - "One or more columns are duplicated": [""], - "One or more columns already exist": [""], - "One or more metrics do not exist": ["Una o più metriche da mostrare"], - "One or more metrics are duplicated": ["Una o più metriche da mostrare"], - "One or more metrics already exist": ["Una o più metriche da mostrare"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ "" ], - "Dataset parameters are invalid.": [""], - "Dataset could not be created.": ["La tua query non può essere salvata"], - "Dataset could not be updated.": ["La tua query non può essere salvata"], - "Dataset could not be deleted.": [""], - "Dataset(s) could not be bulk deleted.": [""], - "Changing this dataset is forbidden": [""], - "Import dataset failed for an unknown reason": [""], - "Unknown Presto Error": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Roles to grant": ["Ruoli per l'accesso"], + "Rolling function": ["Testa la Connessione"], + "Rolling window": [""], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": [""], + "Row Level Security": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "Deleted %(num)d saved query": [""], + "Row level security filter": [""], + "Row limit": [""], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": [""], + "Rule": [""], + "Run": [""], + "Run a query to display query history": [""], + "Run a query to display results": [""], + "Run in SQL Lab": ["Esponi in SQL Lab"], + "Run query": ["condividi query"], + "Run query (Ctrl + Return)": [""], + "Run query in a new tab": [""], + "Run selection": ["Seleziona una colonna"], + "Running": [""], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": [""], + "SEP": [""], + "SHA": [""], + "SQL": [""], + "SQL Copied!": [""], + "SQL Expression": ["Espressione SQL"], + "SQL Lab": [""], + "SQL Lab View": ["Vista Tabella"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": [""], + "SQL expression": ["Espressione SQL"], + "SQL query": ["Query vuota?"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunnel parameters are invalid.": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "STRING": [""], + "SUN": [""], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": ["Sankey"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": [""], + "Save": [""], + "Save & Explore": ["Salva una slice"], + "Save & go to dashboard": ["Salva e vai alla dashboard"], + "Save (Overwrite)": ["Query salvate"], + "Save as": ["Salva come"], + "Save as new": ["Salva una slice"], + "Save as new chart": [""], + "Save as:": [""], + "Save chart": ["Grafico a torta"], + "Save dashboard": ["Salva e vai alla dashboard"], + "Save for this session": [""], + "Save or Overwrite Dataset": [""], + "Save query": ["query condivisa"], + "Save the query to enable this feature": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Salva come"], + "Saved Queries": ["Query salvate"], + "Saved metric": ["Seleziona una metrica"], + "Saved queries": ["Query salvate"], "Saved queries could not be deleted.": [ "La query non può essere caricata" ], "Saved query not found.": [""], - "Deleted %(num)d report schedule": [""], - "Alert query returned more than one row. %s rows returned": [""], - "Alert query returned more than one column. %s columns returned": [""], - "Dashboard does not exist": [""], - "Chart does not exist": [""], - "Database is required for alerts": [""], - "Type is required": [""], - "Choose a chart or dashboard not both": [ - "Rimuovi il grafico dalla dashboard" - ], - "Report Schedule parameters are invalid.": [""], - "Report Schedule could not be deleted.": [ - "La tua query non può essere salvata" - ], - "Report Schedule could not be created.": [ - "La tua query non può essere salvata" + "Saved query parameters are invalid.": [""], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" ], - "Report Schedule could not be updated.": [ - "La tua query non può essere salvata" + "Schedule": [""], + "Schedule email report": [""], + "Schedule query": ["Mostra query salvate"], + "Schedule settings": ["Mostra query salvate"], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": [""], + "Scheduled task executor not found": [""], + "Schema": ["Schema"], + "Schema undefined": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift e DB2" ], - "Report Schedule not found.": [""], - "Report Schedule delete failed.": [""], - "Report Schedule log prune failed.": [""], - "Report Schedule execution failed when generating a screenshot.": [""], - "Report Schedule execution got an unexpected error.": [""], - "Report Schedule is still working, refusing to re-compute.": [""], - "Report Schedule reached a working timeout.": [""], - "Alert query returned more than one row.": [""], - "Alert validator config error.": [""], - "Alert query returned more than one column.": [""], - "Alert query returned a non-number value.": [""], - "Alert found an error while executing a query.": [""], - "Alert fired during grace period.": [""], - "Alert ended grace period.": [""], - "Alert on grace period": [""], - "Report Schedule sellenium user not found": [""], - "Report Schedule state not found": [""], - "Report schedule unexpected error": [""], - "Changing this report is forbidden": [""], - "An error occurred while pruning logs ": [ - "Errore nel rendering della visualizzazione: %s" + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Cerca"], + "Search / Filter": ["Cerca / Filtra"], + "Search Metrics & Columns": [""], + "Search all filter options": ["Cerca / Filtra"], + "Search by query text": [""], + "Search...": ["Cerca"], + "Second": [""], + "Secondary": [""], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Seconds %s": [""], + "Secure Extra": ["Sicurezza"], + "Secure extra": ["Sicurezza"], + "Security": ["Sicurezza"], + "Security & Access": [""], + "See all %(tableName)s": [""], + "See less": [""], + "See more": [""], + "See table schema": [""], + "Select ...": [""], + "Select Delivery Method": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a database table and create dataset": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a file to be uploaded to the database": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": ["Seleziona un tipo di visualizzazione"], + "Select aggregate options": [""], + "Select any columns for metadata inspection": [""], + "Select database or type to search databases": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select or type a value": [""], + "Select or type dataset name": [""], + "Select schema or type to search schemas": [""], + "Select scheme": [""], + "Select start and end date": ["Seleziona data iniziale"], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the Annotation Layer you would like to use.": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": [""], + "Sequential": [""], + "Series": [""], + "Series Height": [""], + "Series Limit Sort By": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": [""], + "Set filter mapping": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" ], - "\n Explore in Superset

\n \n ": [ + "Settings": [""], + "Settings for time series": [""], + "Share": [""], + "Shared query": ["query condivisa"], + "Sheet Name": ["Nome Completo"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Explore in Superset

": [""], - "%(name)s.csv": [""], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Show": [""], + "Show CREATE VIEW statement": [""], + "Show CSS Template": ["Template CSS"], + "Show Chart": ["Mostra grafico"], + "Show Column": ["Mostra colonna"], + "Show Dashboard": [""], + "Show Database": ["Mostra database"], + "Show Less...": [""], + "Show Log": ["Mostra colonna"], + "Show Markers": [""], + "Show Metric": ["Mostra metrica"], + "Show Row level security filter": [""], + "Show Saved Query": ["Mostra query salvate"], + "Show Table": ["Mostra Tabelle"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ "" ], - "[Alert] %(label)s": [""], - "New": [""], - "SQL Query": [""], - "Chart": [""], - "Dashboard": ["Dashboard"], - "Profile": ["Profilo"], - "Info": [""], - "Logout": ["Logout"], - "Login": ["Login"], - "Record Count": [""], - "No records found": ["Nessun record trovato"], - "Filter List": ["Filtri"], - "Search": ["Cerca"], - "Refresh": [""], - "Import dashboards": ["Importa dashboard"], - "Import Dashboard(s)": ["Importa dashboard"], - "File": [""], - "Choose File": ["Seleziona una sorgente"], - "Upload": [""], - "No Access!": ["Nessun Accesso!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" ], - "Request Permissions": ["Richiesta di Permessi"], - "Cancel": ["Annulla"], - "Use the edit buttom to change this field": [""], - "Test Connection": ["Testa la Connessione"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] Accesso al datasource $(name) concesso" + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" ], - "Unable to find such a holiday: [{}]": [""], - "Referenced columns not available in DataFrame.": [""], - "Column referenced by aggregate is undefined: %(column)s": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Invalid numpy function: %(operator)s": [""], - "Pivot operation requires at least one index": [""], - "Pivot operation must include at least one aggregate": [""], - "Undefined window for rolling operation": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid options for %(rolling_type)s: %(options)s": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid geohash string": [""], - "Invalid longitude/latitude": [""], - "Invalid geodetic string": [""], - "`fbprophet` package not installed": [""], - "Time grain missing": [""], - "Unsupported time grain: %(time_grain)s": [""], - "Periods must be a positive integer value": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [""], - "DataFrame must include temporal column": [""], - "DataFrame include at least one series": ["Seleziona almeno una metrica"], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ "" ], - "User": ["Utente"], - "User Roles": ["Ruoli Utente"], - "Database URL": ["URL del Database"], - "Roles to grant": ["Ruoli per l'accesso"], - "Created On": ["Creato il"], - "List Observations": ["Lista Metriche"], - "Show Observation": [""], - "Error Message": [""], - "Log Retentions (days)": [""], - "A semicolon ';' delimited list of email addresses": [""], - "How long to keep the logs around for this alert": [""], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ "" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ "" ], - "annotation start time or end time is required.": [""], - "Annotation end time must be no earlier than start time.": [""], - "Annotations": [""], - "Show Annotation": [""], - "Add Annotation": [""], - "Edit Annotation": [""], - "Layer": [""], - "Label": [""], - "Start": [""], - "End": [""], - "JSON Metadata": ["Metadati JSON"], - "Show Annotation Layer": [""], - "Add Annotation Layer": [""], - "Edit Annotation Layer": [""], - "Name": ["Nome"], - "Dataset %(name)s already exists": [""], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ "" ], - "json isn't valid": ["json non è valido"], - "Export to YAML": ["Esporta in YAML"], - "Export to YAML?": ["Esporta in YAML?"], - "Delete": ["Cancella"], - "Delete all Really?": [""], - "Is favorite": [""], - "The data source seems to have been deleted": [""], - "The user seems to have been deleted": [""], - "Access was requested": [""], - "The access requests seem to have been deleted": [""], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Showing %s of %s": [""], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ "" ], - "You have no permission to approve this request": [""], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ + "Skip spaces after delimiter": [""], + "Slug": ["Slug"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "Error occurred when opening the chart: %(error)s": [ - "Errore nel creare il datasource" + "Solid": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Sorry, An error occurred": [""], + "Sorry, an error occurred": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, there was an error saving this %s: %s": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "Sorry, your browser does not support copying.": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": [""], + "Sort bars by x labels.": [""], + "Sort by": [""], + "Sort columns alphabetically": [""], + "Sort descending": [""], + "Sort metric": ["Mostra metrica"], + "Sort rows by": [""], + "Sort series in ascending order": [""], + "Source": ["Sorgente"], + "Source / Target": [""], + "Source SQL": [""], + "Source category": [""], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": [""], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start Review": [""], + "Start at (UTC)": [""], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" ], - "You don't have the rights to ": [""], - "alter this ": [""], - "chart": [""], - "create a ": [""], - "Explore - %(table)s": [""], - "Chart [{}] has been saved": [""], - "Chart [{}] has been overwritten": [""], - "dashboard": [""], - "Chart [{}] was added to dashboard [{}]": [""], - "Dashboard [{}] just got created and chart [{}] was added to it": [""], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "State": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": [""], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "Could not load database driver: %(driver_name)s": [""], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Stop": [""], + "Stop query": ["Query vuota?"], + "Stop running (Ctrl + e)": [""], + "Stop running (Ctrl + x)": [""], + "Stopped an unsafe database connection": [""], + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Structural": [""], + "Style": [""], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": [""], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": ["Sunburst"], + "Sunday": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Esplora grafico"], + "Superset dashboard": ["Importa dashboard"], + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Chart %(id)s not found": [""], + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "THU": [""], + "TUE": [""], + "Tab name": ["Nome"], + "Tab title": [""], + "Table": ["Tabella"], "Table %(table)s wasn't found in the database %(db)s": [""], - "Can't find User '%(name)s', please ask your admin to create one.": [""], - "Can't find DruidCluster with cluster_name = '%(name)s'": [""], - "Data could not be deserialized. You may want to re-run the query.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Table Exists": [""], + "Table Name": [""], + "Table View": ["Vista Tabella"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ "" ], - "Query record was not created as expected.": [""], - "The parameter %(parameters)s in your query is undefined.": [""], - "%(user)s's profile": [""], - "Show CSS Template": ["Template CSS"], - "Add CSS Template": ["Template CSS"], - "Edit CSS Template": ["Template CSS"], - "Template Name": [""], - "A human-friendly name": [""], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Table name cannot contain a schema": [""], + "Table name undefined": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Tables": ["Tabelle"], + "Tabs": [""], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Tag parameters are invalid.": [""], + "Tags": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "Custom Plugins": [""], - "Custom Plugin": [""], - "Add a Plugin": ["Aggiungi colonna"], - "Edit Plugin": ["Edita colonna"], - "Schedule Email Reports for Dashboards": [""], - "Manage Email Reports for Dashboards": ["Importa dashboard"], - "Changed On": ["Cambiato il"], - "Active": ["Azione"], - "Crontab": [""], - "Recipients": [""], - "Slack Channel": [""], - "Deliver As Group": [""], - "Delivery Type": [""], - "Schedule Email Reports for Charts": [""], - "Manage Email Reports for Charts": [""], - "Email Format": ["Formato Datetime"], - "List Saved Query": ["Visualizza query salvate"], - "Show Saved Query": ["Mostra query salvate"], - "Add Saved Query": ["Aggiungi query salvata"], - "Edit Saved Query": ["Modifica query salvata"], - "End Time": [""], - "Pop Tab Link": [""], - "Changed on": ["Cambiato il"], - "Could not determine datasource type": [""], - "Could not find viz object": [""], - "Show Chart": ["Mostra grafico"], - "Add Chart": ["Aggiungi grafico"], - "Edit Chart": ["Modifica grafico"], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Questi parametri sono generati dinamicamente al clic su salva o con il bottone di sovrascrittura nella vista di esplorazione. Questo oggetto JSON è esposto qui per referenza e per utenti esperti che vogliono modificare parametri specifici." + "Target Color": [""], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": [""], + "Template parameters": ["Parametri"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Durata (in secondi) per il timeout della cache per questa slice." + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" ], - "Last Modified": ["Ultima Modifica"], - "Parameters": ["Parametri"], - "Visualization Type": ["Tipo di Visualizzazione"], - "Show Dashboard": [""], - "Add Dashboard": [""], - "Edit Dashboard": [""], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "L'oggetto JSON descrive la posizione dei vari widget nella dashboard. È generato automaticamente nel momento in cui se ne cambia la posizione e la dimensione usando la funzione di drag & drop nella vista della dashboard. " + "Test Connection": ["Testa la Connessione"], + "Test connection": ["Testa la Connessione"], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" ], "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "Il CSS di ogni singola dashboard può essere modificato qui, oppure nella vista della dashboard dove i cambiamenti sono visibili immediatamente" ], - "To get a readable URL for your dashboard": [ - "ottenere una URL leggibile per la tua dashboard" - ], - "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Questo oggetto JSON è generato in maniera dinamica al clic sul pulsante di salvataggio o sovrascrittura nella vista dashboard. Il JSON è esposto qui come riferimento e per gli utenti esperti che vogliono modificare parametri specifici." - ], - "Owners is a list of users who can alter the dashboard.": [ - "Proprietari è una lista di utenti che può alterare la dashboard." + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Title": ["Titolo"], - "Slug": ["Slug"], - "Published": [""], - "Position JSON": ["Posizione del JSON"], - "CSS": ["CSS"], - "Underlying Tables": ["Tabelle sottostanti"], - "Export": [""], - "Export dashboards?": [""], - "Name of table to be created from csv data.": [""], - "CSV File": [""], - "Select a CSV file to be uploaded to a database.": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ "" ], - "Specify a schema (if database flavor supports this).": [""], - "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).": [ + "The access requests seem to have been deleted": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ "" ], - "Fail": [""], - "Replace": [""], - "Append": [""], - "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.": [ + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ "" ], - "Index Column": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [""], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "Mangle Duplicate Columns": [""], - "Specify duplicate columns as \"X.0, X.1\".": [""], - "Skip Initial Space": [""], - "Skip spaces after delimiter.": [""], - "Skip Rows": [""], - "Number of rows to skip at start of file.": [""], - "Rows to Read": [""], - "Number of rows of file to read.": [""], - "Skip Blank Lines": [""], - "Skip blank lines rather than interpreting them as NaN values.": [""], - "Parse Dates": [""], - "A comma separated list of columns that should be parsed as dates.": [""], - "Infer Datetime Format": [""], - "Use Pandas to interpret the datetime format automatically.": [""], - "Decimal Character": [""], - "Character to interpret as decimal point.": [""], - "Dataframe Index": [""], - "Write dataframe index as a column.": [""], - "Column Label(s)": [""], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "The column header label": [""], + "The column was deleted or renamed in the database.": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Null values": ["Valore del filtro"], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "The dashboard has been saved": [""], + "The data source seems to have been deleted": [""], + "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [ + "Il tipo di dato è dedotto dal database. In alcuni casi potrebbe essere necessario inserire manualmente un tipo di colonna definito dall'espressione. Nella maggior parte dei casi gli utenti non hanno bisogno di fare questa modifica." + ], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ "" ], - "Name of table to be created from excel data.": [ - "Nome delle tabella esistente nella sorgente del database" - ], - "Excel File": [""], - "Select a Excel file to be uploaded to a database.": [""], - "Sheet Name": ["Nome Completo"], - "Strings used for sheet names (default is the first sheet).": [""], - "Show Database": ["Mostra database"], - "Add Database": ["Aggiungi Database"], - "Edit Database": ["Mostra database"], - "Expose this DB in SQL Lab": ["Esponi questo DB in SQL Lab"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Permetti l'opzione CREATE TABLE AS in SQL Lab" + "The database returned an unexpected error.": [""], + "The database was deleted.": [""], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Permetti l'opzione CREATE TABLE AS in SQL Lab" + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE, DELETE, CREATE, ...) nel SQL Lab" + "The dataset has been saved": [""], + "The dataset linked to this chart may have been deleted.": [""], + "The datasource couldn't be loaded": ["La query non può essere caricata"], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la creazione della tabella con questo schema" + "The distance between cells, in pixels": [""], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ "" ], - "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.": [ + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "The host might be down, and can't be reached on the provided port.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": [""], + "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'": [ + "Elenco delle slice associate a questa tabella. Modificando questa origine dati, è possibile modificare le modalità di comportamento delle slice associate. Inoltre, va tenuto presente che le slice devono indicare un'origine dati, pertanto questo modulo non registra le impostazioni qualora si modifica un'origine dati. Se vuoi modificare l'origine dati per una slide, devi sovrascriverla dal 'vista di esplorazione'" + ], + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "Expose in SQL Lab": ["Esponi in SQL Lab"], - "Allow CREATE TABLE AS": ["Permetti CREATE TABLE AS"], - "Allow CREATE VIEW AS": ["Permetti CREATE TABLE AS"], - "Allow DML": ["Permetti DML"], - "CTAS Schema": ["Schema CTAS"], - "SQLAlchemy URI": ["URI SQLAlchemy"], - "Chart Cache Timeout": ["Cache Timeout"], - "Secure Extra": ["Sicurezza"], - "Root certificate": [""], - "Async Execution": [""], - "Impersonate the logged on user": [""], - "Allow Csv Upload": [""], - "Allow Multi Schema Metadata Fetch": [""], - "Backend": [""], - "Extra field cannot be decoded by JSON. %(msg)s": [""], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "CSV to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "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": [ "" ], - "Excel to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "Logs": [""], - "Show Log": ["Mostra colonna"], - "Add Log": [""], - "Edit Log": ["Modifica"], - "Action": ["Azione"], - "dttm": ["dttm"], - "Add item": ["Aggiungi filtro"], - "The query couldn't be loaded": ["La query non può essere caricata"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "" ], - "Your query could not be scheduled": [ - "La tua query non può essere salvata" + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" ], - "Failed at retrieving results": [ - "Errore nel recupero dei dati dal backend" + "The number of seconds before expiring the cache": [""], + "The parameter %(parameters)s in your query is undefined.": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" ], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Unknown error": [""], - "Query was stopped.": ["La query è stata fermata."], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "The pattern of timestamp format. For strings use ": [""], + "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.": [ "" ], - "Copy of %s": ["Copia di %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" ], - "An error occurred while fetching tab state": [ - "Errore nel recupero dei metadati della tabella" + "The port number is invalid.": [""], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": ["La query non può essere caricata"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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.": [ + "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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": [ + "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The report has been created": [""], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The rich tooltip shows a list of all series for that point in time": [ + "" ], - "Your query was saved": ["La tua query è stata salvata"], - "Your query could not be saved": ["La tua query non può essere salvata"], - "Your query was updated": ["La tua query è stata salvata"], - "Your query could not be updated": [ - "La tua query non può essere salvata" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "The schema was deleted or renamed in the database.": [""], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ "" ], - "An error occurred while fetching table metadata": [ - "Errore nel recupero dei metadati della tabella" + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Errore nel recupero dei metadati della tabella" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ + "Tabella creata. Come parte di questo processo di configurazione in due fasi, è necessario andare sul pulsante di modifica della nuova tabella per configurarla." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "The table was deleted or renamed in the database.": [""], + "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": [ + "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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`": [ + "" ], - "Shared query": ["query condivisa"], - "The datasource couldn't be loaded": ["La query non può essere caricata"], - "An error occurred while creating the data source": [ - "Errore nel creare il datasource" + "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`": [ + "" ], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ + "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.": [ "" ], - "Estimate selected query cost": [""], - "Estimate cost": [""], - "Cost estimate": [""], - "Creating a data source and creating a new tab": [""], - "An error occurred": [""], - "Explore the result set in the data exploration view": [""], - "Explore": ["Esplora grafico"], - "This query took %s seconds to run, ": [""], - "and the explore view times out at %s seconds ": [""], - "following this flow will most likely lead to your query timing out. ": [ + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ "" ], - "We recommend your summarize your data further before following that flow. ": [ + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ "" ], - "If activated you can use the ": [""], - "feature to store a summarized data set that you can then explore.": [""], - "Column name(s) ": [""], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "Il tipo di visualizzazione da mostrare" + ], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [""], + "The username \"%(username)s\" does not exist.": [""], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "The width of the lines": [""], + "There are associated alerts or reports": [""], + "There are associated alerts or reports: %s,": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [""], + "There are unsaved changes.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "Raw SQL": [""], - "Source SQL": [""], - "SQL": [""], - "No query history yet...": [""], - "It seems you don't have access to any database": [""], - "An error occurred when refreshing queries": [ - "Errore nel creare il datasource" + "There is no chart definition associated with this component, could it have been deleted?": [ + "" ], - "Filter by user": ["Valore del filtro"], - "Filter by database": ["Mostra database"], - "Query search string": ["Ricerca Query"], - "[From]-": [""], - "[To]-": [""], - "Filter by status": ["Valore del filtro"], - "Edit": ["Modifica"], - "View results": ["visualizza risultati"], - "Data preview": [""], - "Overwrite text in the editor with a query on this table": [""], - "Run query in a new tab": [""], - "Remove query from log": [""], - "An error occurred saving dataset": ["Errore nel creare il datasource"], - ".CSV": ["CSV"], - "Clipboard": [""], - "Filter results": ["Risultati della ricerca"], - "Database error": ["Espressione del Database"], - "was created": ["è stata creata"], - "Query in a new tab": ["Query in un nuovo tab"], - "The query returned no data": [""], - "Fetch data preview": [""], - "Refetch results": ["Risultati della ricerca"], - "Track job": [""], - "Stop": [""], - "Run selection": ["Seleziona una colonna"], - "Run": [""], - "Stop running (Ctrl + x)": [""], - "Stop running (Ctrl + e)": [""], - "Run query (Ctrl + Return)": [""], - "Save & Explore": ["Salva una slice"], - "Overwrite & Explore": ["Sovrascrivi la slice %s"], - "Undefined": [""], - "Save": [""], - "Save as": ["Salva come"], - "Save query": ["query condivisa"], - "Save as new": ["Salva una slice"], - "Update": [""], - "Label for your query": [""], - "Write a description for your query": [""], - "Schedule query": ["Mostra query salvate"], - "Schedule": [""], - "There was an error with your request": [""], - "Please save the query to enable sharing": [""], - "Copy link": [""], - "Copy query link to your clipboard": ["copia URL in appunti"], - "Save the query to copy the link": [""], - "No stored results found, you need to re-run your query": [""], - "Run a query to display results here": [""], - "Preview: `%s`": [""], - "Results": [""], - "Query history": ["Ricerca Query"], - "Run query": ["condividi query"], - "New tab": [""], - "Untitled query": ["Query senza nome"], - "Stop query": ["Query vuota?"], - "Schedule the query periodically": [""], - "You must run the query successfully first": [""], - "It appears that the number of rows in the query results displayed\n was limited on the server side to\n the %s limit.": [ + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "CREATE TABLE AS": ["Permetti CREATE TABLE AS"], - "CREATE VIEW AS": ["Permetti CREATE TABLE AS"], - "Estimate the cost before running a query": [""], - "Reset state": [""], - "Enter a new title for the tab": [""], - "Untitled Query %s": [""], - "Close tab": [""], - "Rename tab": [""], - "Expand tool bar": [""], - "Hide tool bar": [""], - "Close all other tabs": [""], - "Duplicate tab": [""], - "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 the clipboard": ["copia URL in appunti"], - "Show CREATE VIEW statement": [""], - "CREATE VIEW statement": [""], - "Remove table preview": [""], - "Assign a set of parameters as": [""], - "below (example:": [""], - "), and they become available in your SQL (example:": [""], - ") by using": [""], - "Edit template parameters": [""], - "Invalid JSON": [""], - "Create a new chart": [""], - "Choose a dataset": ["Seleziona una destinazione"], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ + "There was an error fetching tables": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an error loading the dataset metadata": [""], + "There was an error loading the schemas": [""], + "There was an error loading the tables": [""], + "There was an error saving the favorite status: %s": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [""], + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [""], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue deleting the selected layers: %s": [""], + "There was an issue deleting the selected queries: %s": [""], + "There was an issue deleting the selected templates: %s": [""], + "There was an issue deleting: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating the selected datasets: %s": [""], + "There was an issue favoriting this dashboard.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "There was an issue fetching the favorite status of this dashboard.": [ "" ], - "Choose a visualization type": [""], - "Create new chart": ["Creato il"], - "An error occurred while loading the SQL": [ - "Errore nel creare il datasource" + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "There was an issue previewing the selected query %s": [""], + "There was an issue previewing the selected query. %s": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "" ], - "Updating chart was stopped": [ - "L'aggiornamento del grafico è stato fermato" + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ + "Questi parametri sono generati dinamicamente al clic su salva o con il bottone di sovrascrittura nella vista di esplorazione. Questo oggetto JSON è esposto qui per referenza e per utenti esperti che vogliono modificare parametri specifici." ], - "An error occurred while rendering the visualization: %s": [ - "Errore nel rendering della visualizzazione: %s" + "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ + "Questo oggetto JSON è generato in maniera dinamica al clic sul pulsante di salvataggio o sovrascrittura nella vista dashboard. Il JSON è esposto qui come riferimento e per gli utenti esperti che vogliono modificare parametri specifici." ], - "Network error.": ["Errore di rete."], - "every": [""], - "every month": ["mese"], - "every day of the month": ["Codice a 3 lettere della nazione"], - "day of the month": [""], - "every day of the week": [""], - "day of the week": [""], - "every hour": [""], - "every minute UTC": [""], - "year": ["anno"], - "month": ["mese"], - "week": ["settimana"], - "day": ["giorno"], - "hour": ["ora"], - "minute": ["minuto"], - "reboot": [""], - "Every": [""], - "in": ["Min"], - "on": [""], - "and": [""], - "at": [""], - ":": [""], - "minute(s) UTC": ["minuto"], - "Invalid cron expression": [""], - "Clear": [""], - "Sunday": [""], - "Monday": [""], - "Tuesday": [""], - "Wednesday": [""], - "Thursday": [""], - "Friday": [""], - "Saturday": [""], - "January": [""], - "February": [""], - "March": ["Cerca"], - "April": [""], - "May": ["giorno"], - "June": [""], - "July": [""], - "August": [""], - "September": [""], - "October": [""], - "November": [""], - "December": [""], - "SUN": [""], - "MON": [""], - "TUE": [""], - "WED": [""], - "THU": [""], - "FRI": [""], - "SAT": [""], - "JAN": [""], - "FEB": [""], - "MAR": [""], - "APR": [""], - "MAY": [""], - "JUN": [""], - "JUL": [""], - "AUG": [""], - "SEP": [""], - "OCT": [""], - "NOV": [""], - "DEC": [""], - "OK": [""], - "Click to see difference": [""], - "Altered": [""], - "Chart changes": ["Ultima Modifica"], - "Superset chart": ["Esplora grafico"], - "Check out this chart in dashboard:": [ - "Rimuovi il grafico dalla dashboard" + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [""], + "This action will permanently delete the saved query.": [""], + "This action will permanently delete the template.": [""], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" ], - "Select ...": [""], - "Loaded data cached": [""], - "Loaded from cache": [""], - "Click to force-refresh": [""], - "cached": [""], - "Certified by %s": [""], - "Copy to clipboard": [""], - "Copied!": [""], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], - "Error while fetching schema list": [""], - "Error while fetching database list": [""], - "Database:": [""], - "Select a database": [""], - "Force refresh schema list": [""], - "Select a schema (%s)": [""], - "Schema:": [""], - "datasource": ["Sorgente Dati"], - "schema": ["Schema"], - "delete": ["Cancella"], - "Type \"%s\" to confirm": [""], - "DELETE": [""], - "Click to edit": [""], - "You don't have the rights to alter this title.": [""], - "Unexpected error": [""], - "Click to favorite/unfavorite": [""], - "An error occurred while fetching dashboards": [ - "Errore nel creare il datasource" + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "Error while fetching table list": [""], - "Select table or type table name": [""], - "Type to search ...": [""], - "Select table ": ["Seleziona data finale"], - "Force refresh table list": [""], - "See table schema": [""], - "%s%s": [""], - "Share dashboard": ["Salva e vai alla dashboard"], - "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": ["Opzioni del grafico"], - "%s Error": ["Errore..."], - "See more": [""], - "See less": [""], - "Copy message": [""], - "Close": [""], - "This was triggered by:": [""], - "Did you mean:": [""], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": ["Parametri"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "Timeout error": [""], - "Cell content": [""], - "The import was successful": [""], - "OVERWRITE": [""], - "Overwrite": ["Sovrascrivi la slice %s"], - "Import": ["Importa"], - "Import %s": ["Importa"], - "Last Updated %s": [""], - "%s Selected": ["Seleziona data finale"], - "Deselect all": ["Seleziona data finale"], - "%s-%s of %s": [""], - "Settings": [""], - "About": [""], - "SQL query": ["Query vuota?"], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "Can not move top level tab into nested tabs": [""], - "This chart has been moved to a different filter scope.": [""], - "There was an issue fetching the favorite status of this dashboard.": [ + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "There was an issue favoriting this dashboard.": [""], - "This dashboard is now ${nowPublished}": [""], - "You do not have permissions to edit this dashboard.": [ - "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "This dashboard was saved successfully.": [""], - "Could not fetch all saved charts": ["Non posso connettermi al server"], - "Sorry there was an error fetching saved charts: ": [""], - "Visualization": ["Tipo di Visualizzazione"], - "Data source": ["Sorgente Dati"], - "Added": [""], - "Components": [""], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "" ], - "Color scheme": [""], - "Load a template": [""], - "Load a CSS template": [""], - "Live CSS editor": [""], - "You have unsaved changes.": [""], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Your dashboard is too large. Please reduce the size before save it.": [ + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "" ], - "Discard changes": ["Ultima Modifica"], - "An error occurred while fetching available CSS templates": [ - "Errore nel recupero dei metadati della tabella" + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "" ], - "Superset dashboard": ["Importa dashboard"], - "Check out this dashboard: ": ["Guarda questa slice: %s"], - "Refresh dashboard": ["Rimuovi il grafico dalla dashboard"], - "Set auto-refresh interval": [""], - "Set filter mapping": [""], - "Edit dashboard properties": [""], - "Edit CSS": [""], - "Download as image": [""], - "Toggle fullscreen": [""], - "There is no chart definition associated with this component, could it have been deleted?": [ + "This dashboard is now hidden": [""], + "This dashboard is now published": [""], + "This dashboard is published. Click to make it a draft.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "Delete this container and save to remove this message.": [""], - "An error has occurred": [""], - "You do not have permission to edit this dashboard": [ - "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" ], - "A valid color scheme is required": [""], - "The dashboard has been saved": [""], - "Apply": ["Applica"], - "Dashboard properties": ["Elenco Dashboard"], - "Basic information": [""], - "URL slug": ["Slug"], - "A readable URL for your dashboard": [ - "ottenere una URL leggibile per la tua dashboard" + "This dashboard was saved successfully.": [""], + "This database is managed externally, and can't be edited in Superset": [ + "" ], - "Access": ["Nessun Accesso!"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Proprietari è una lista di utenti che può alterare la dashboard." + "This database table does not contain any data. Please select a different table.": [ + "" ], - "Colors": [""], - "Advanced": [""], - "JSON metadata": ["Metadati JSON"], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [""], + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Questo campo agisce come una vista Superset, il che vuol dire che Superset eseguirà una query su questa stringa come sotto-query." + ], + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "This dashboard is published. Click to make it a draft.": [""], - "Draft": [""], - "Don't refresh": [""], - "10 seconds": [""], - "30 seconds": [""], - "1 minute": [""], - "5 minutes": [""], - "30 minutes": ["10 minuti"], - "1 hour": ["ora"], - "6 hours": ["ora"], - "12 hours": ["ora"], - "24 hours": ["ora"], - "Refresh interval": [""], - "Refresh frequency": [""], - "Are you sure you want to proceed?": [""], - "Save for this session": [""], - "You must pick a name for the new dashboard": [""], - "Save dashboard": ["Salva e vai alla dashboard"], - "Overwrite Dashboard [%s]": [""], - "Save as:": [""], - "[dashboard name]": [""], - "also copy (duplicate) charts": [""], - "Filter your charts": ["Controlli del filtro"], - "Annotation layers are still loading.": [""], - "One ore more annotation layers failed loading.": [""], - "Cached %s": [""], - "Fetched %s": [""], - "Minimize chart": ["Grafico a torta"], - "Maximize chart": ["Grafico a torta"], - "Force refresh": [""], - "Toggle chart description": [""], - "View chart in Explore": ["Sovrascrivi la slice %s"], - "Share chart": ["Esplora grafico"], - "Export CSV": ["Esporta CSV"], - "Applied Filters (%d)": ["Aggiungi filtro"], - "Incompatible Filters (%d)": [""], - "Unset Filters (%d)": [""], - "Search...": ["Cerca"], - "No filter is selected.": [""], - "Editing 1 filter:": [""], - "Batch editing %d filters:": [""], - "Configure filter scopes": [""], - "There are no filters in this dashboard.": [""], - "Expand all": [""], - "Collapse all": [""], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "L'oggetto JSON descrive la posizione dei vari widget nella dashboard. È generato automaticamente nel momento in cui se ne cambia la posizione e la dimensione usando la funzione di drag & drop nella vista della dashboard. " + ], "This markdown component has an error.": [""], "This markdown component has an error. Please revert your recent changes.": [ "" ], - "Delete dashboard tab?": ["Inserisci un nome per la dashboard"], - "Divider": [""], - "Header": [""], - "Row": [""], - "Tabs": [""], - "Preview": [""], - "Yes, cancel": [""], - "Keep editing": [""], - "Select parent filters": ["Seleziona data finale"], - "Reset all": [""], - "You have removed this filter.": [""], - "Restore filter": ["Cerca / Filtra"], - "Filter name": ["Valore del filtro"], - "Name is required": [""], - "Datasource is required": ["Sorgente Dati"], - "Field": [""], - "Parent filter": ["Cerca / Filtra"], - "None": [""], - "Apply changes instantly": [""], - "Allow multiple selections": [""], - "Inverse selection": [""], - "Required": [""], - "Are you sure you want to cancel?": [""], - "will not be saved.": [""], - "Filter configuration and scoping": ["Controlli del filtro"], - "Add filter": ["Aggiungi filtro"], - "(Removed)": [""], - "Undo?": [""], - "Scoping": [""], - "Apply to all panels": [""], - "Apply to specific panels": [""], - "Only selected panels will be affected by this filter": [""], - "All panels with this column will be affected by this filter": [""], - "All filters": ["Filtri"], - "All charts": ["Grafico a Proiettile"], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "" + ], + "This section contains options that allow for advanced analytical post processing of query results": [ + "" + ], + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" + ], + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type does not support cross-filtering.": [""], + "This visualization type is not supported.": [""], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": [""], + "Time": ["Tempo"], + "Time Grain": [""], + "Time Granularity": [""], + "Time Lag": [""], + "Time Range": [""], + "Time Series - Bar Chart": ["Serie Temporali - Grafico Barre"], + "Time Series - Dual Axis Line Chart": [ + "Serie Temporali - Grafico Lineare ad Assi Duali" + ], + "Time Series - Line Chart": ["Serie Temporali - Grafico Lineare"], + "Time Series - Multiple Line Charts": [ + "Serie Temporali - Grafico Lineare" + ], + "Time Series - Nightingale Rose Chart": [""], + "Time Series - Paired t-test": [""], + "Time Series - Percent Change": [ + "Serie Temporali - Cambiamento Percentuale" + ], + "Time Series - Period Pivot": [""], + "Time Series - Stacked": ["Serie Temporali - Stacked"], + "Time Table View": [""], + "Time column": ["Colonna del Tempo"], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Colonna del Tempo"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" + ], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Time grain": [""], + "Time grain filter plugin": [""], + "Time grain missing": [""], + "Time granularity": [""], + "Time in seconds": [""], + "Time lag": [""], + "Time range": [""], + "Time related form attributes": ["Attributi relativi al tempo"], + "Time series columns": ["Colonna del Tempo"], + "Time shift": ["Offset temporale"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "dataset": [""], - "Change dataset": ["Seleziona una destinazione"], - "Warning!": [""], - "Search / Filter": ["Cerca / Filtra"], - "Physical (table or view)": [""], - "Virtual (SQL)": [""], - "SQL expression": ["Espressione SQL"], - "Data type": ["Tipo"], - "Datetime format": ["Formato Datetime"], - "The pattern of timestamp format. For strings use ": [""], - "Python datetime string pattern": [""], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ "" ], - "Is dimension": [""], - "Is filterable": ["Filtrabile"], - "Modified columns: %s": [""], - "Removed columns: %s": [""], - "New columns added: %s": [""], - "Metadata has been synced": [""], - "Column name [%s] is duplicated": [""], - "Metric name [%s] is duplicated": [""], - "Calculated column [%s] requires an expression": [""], - "Basic": [""], - "Default URL": ["URL del Database"], - "Default URL to redirect to when accessing from the dataset list page": [ + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "" ], - "Autocomplete filters": [""], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": [""], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Time-series Period Pivot": [""], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "Extra data to specify table metadata. Currently supports certification data of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`.": [ + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "Owners of the dataset": [""], - "Cache timeout": ["Cache Timeout"], - "The duration of time in seconds before the cache is invalidated": [ - "Durata (in secondi) per il timeout della cache per questa slice." + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" ], - "Hours offset": [""], - "Spatial": [""], - "virtual": [""], - "Dataset name": ["Database"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Time-series Table": ["Serie Temporali - Stacked"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": [""], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Timeout error": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [ + "Timezone offset (in ore) per questa sorgente dati" + ], + "Title": ["Titolo"], + "Title or Slug": [""], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [ + "ottenere una URL leggibile per la tua dashboard" + ], + "Too many columns to filter": [""], + "Tooltip": [""], + "Top": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": [""], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["Treemap"], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Click the lock to make changes.": [""], - "Click the lock to prevent further changes.": [""], - "D3 format": ["Formato D3"], - "Warning message": [""], - "Warning message to display in the metric selector": [""], - "Certified by": ["Modificato"], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": [""], - "Be careful.": [""], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "Source": ["Sorgente"], - "Sync columns from source": [""], - "Calculated columns": ["Visualizza colonne"], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Are you sure you want to save and apply changes?": [""], - "Confirm save": [""], - "Edit Dataset ": ["Mostra database"], - "Use legacy datasource editor": [""], - "Time range": [""], - "Time column": ["Colonna del Tempo"], - "Time grain": [""], - "Origin": [""], - "Time granularity": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": [""], + "Type": ["Tipo"], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": [""], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Seleziona %s"], + "URL": [""], + "URL parameters": ["Parametri"], + "URL slug": ["Slug"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "Group by": ["Raggruppa per"], - "One or many controls to group by": [ - "Uno o più controlli per 'Raggruppa per'" + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" ], - "One or many metrics to display": ["Una o più metriche da mostrare"], - "Dataset": ["Database"], - "Visualization type": ["Tipo di Visualizzazione"], - "The type of visualization to display": [ - "Il tipo di visualizzazione da mostrare" + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "Fixed color": [""], - "Use this to define a static color for all circles": [""], - "Right axis metric": ["Metrica asse destro"], - "Choose a metric for right axis": [ - "Seleziona una metrica per l'asse destro" + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" ], - "Linear color scheme": [""], - "Color metric": ["Seleziona la metrica"], - "A metric to use for color": [""], - "One or many controls to pivot as columns": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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`": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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.": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Last week": ["settimana"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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).": [ + "Undefined": [""], + "Undefined window for rolling operation": [""], + "Undo?": [""], + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unexpected error: ": [""], + "Unexpected time range: %s": [""], + "Unknown": [""], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": [""], + "Unknown input format": [""], + "Unknown value": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [""], + "Unsafe template value for key %(key)s: %(value_type)s": [""], + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [""], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled query": ["Query senza nome"], + "Update": [""], + "Updating chart was stopped": [ + "L'aggiornamento del grafico è stato fermato" + ], + "Upload": [""], + "Upload CSV": [""], + "Upload Credentials": [""], + "Upload Enabled": [""], + "Upload Excel file": [""], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file to database": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "Sort by": [""], - "Metric used to define the top series": [""], - "Series": [""], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "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": ["Grandezza della bolla"], - "Y Axis Format": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ "" ], - "The color scheme for rendering chart": [""], - "Color map": [""], - "description": ["descrizione"], - "bolt": [""], - "Changing this control takes effect instantly": [""], - "Customize": [""], - "rows retrieved": [""], - "Sorry, An error occurred": [""], - "No data": ["Metadati JSON"], - "View samples": [""], - "Search Metrics & Columns": [""], - "Showing %s of %s": [""], - "New chart": ["Grafico a torta"], - "Edit properties": [""], - "View query": ["condividi query"], - "Run in SQL Lab": ["Esponi in SQL Lab"], - "Height": ["Altezza"], - "Width": ["Larghezza"], - "Export to .json": ["Esporta in .json"], - "Export to .csv format": ["Esporta nel formato .csv"], - "%s - untitled": ["%s - senza nome"], - "Edit chart properties": [""], - "Control labeled ": [""], - "Open Datasource tab": ["Sorgente Dati"], - "You do not have permission to edit this chart": [ - "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "User": ["Utente"], + "User Roles": ["Ruoli Utente"], + "User doesn't have the proper permissions.": [""], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [""], + "User query": ["condividi query"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "Configuration": [""], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Durata (in secondi) per il timeout della cache per questa slice." + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Proprietari è una lista di utenti che può alterare la dashboard." + "Value": [""], + "Value Domain": [""], + "Value bounds": [""], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "rows": [""], - "Limit reached": [""], - "**Select** a dashboard OR **create** a new one": [""], - "Please enter a chart name": ["Inserisci un nome per la dashboard"], - "Save chart": ["Grafico a torta"], - "Save & go to dashboard": ["Salva e vai alla dashboard"], - "Save as new chart": [""], - "Save (Overwrite)": ["Query salvate"], - "Save as ...": ["Salva come"], - "Chart name": ["Grafici"], - "Add to dashboard": ["Aggiungi ad una nuova dashboard"], - "Display configuration": [""], - "Configure your how you overlay is displayed here.": [""], - "Style": [""], - "Opacity": [""], - "Color": [""], - "Line width": ["Larghezza"], - "Layer configuration": ["Controlli del filtro"], - "Configure the basics of your Annotation Layer.": [""], - "Mandatory": [""], - "Hide layer": [""], - "Choose the annotation layer type": [""], - "Annotation layer type": ["La tua query non può essere salvata"], - "Remove": [""], - "Edit annotation layer": [""], - "Add annotation layer": ["Azione"], - "`Min` value should be numeric or empty": [""], - "`Max` value should be numeric or empty": [""], - "Min": ["Min"], - "Max": ["Max"], - "Edit dataset": ["Mostra database"], + "Vehicle Types": [""], + "Verbose Name": ["Nome Completo"], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View": [""], + "View All »": [""], + "View as table": [""], "View in SQL Lab": ["Esponi in SQL Lab"], - "More dataset related options": [""], - "Superset supports smart date parsing. Strings like `3 weeks ago`, `last sunday`, or `2 weeks from now` can be used.": [ + "View keys & indexes (%s)": [""], + "View query": ["condividi query"], + "Viewed": [""], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": ["Mostra database"], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [""], + "Visual Tweaks": [""], + "Visualization Type": ["Tipo di Visualizzazione"], + "Visualization type": ["Tipo di Visualizzazione"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ "" ], - "Default": ["Endpoint predefinito"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "" ], - "Sort metric": ["Mostra metrica"], - "Metric to sort the results by": [""], - "Sort ascending": [""], - "Check for sorting ascending": [""], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "Search all filter options": ["Cerca / Filtra"], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "User must select a value for this filter": [""], - "Filter configuration": ["Controlli del filtro"], - "Error while fetching data": ["Errore nel recupero dati"], - "No results found": ["Nessun record trovato"], - "%s option(s)": [""], - "Invalid lat/long configuration.": [""], - "Reverse lat/long ": [""], - "Longitude & Latitude columns": [""], - "Delimited long & lat single column": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Geohash": [""], - "textarea": ["textarea"], - "in modal": ["in modale"], - "Time series columns": ["Colonna del Tempo"], - "This visualization type is not supported.": [""], - "Click to change visualization type": [ - "Seleziona un tipo di visualizzazione" + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Select a visualization type": ["Seleziona un tipo di visualizzazione"], - "Failed to verify select options: %s": [""], - "RANGE TYPE": [""], - "Actual time range": [""], - "CANCEL": [""], - "APPLY": [""], - "Edit time range": [""], - "Configure advanced time range": [""], - "START": [""], - "END": [""], - "Configure Time Range: Previous...": [""], - "Configure Time Range: Last...": [""], - "Configure custom time range": [""], - "Relative quantity": [""], - "Anchor to": [""], - "NOW": [""], - "Date/Time": ["Tempo"], - "Simple": [""], - "Custom SQL": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "" ], - "%s column(s) and metric(s)": [""], - "%s column(s)": ["Visualizza colonne"], - "To filter on a metric, use Custom SQL tab.": [""], - "%s operator(s)": ["Seleziona operatore"], - "Type a value here": [""], - "Filter value (case sensitive)": [""], - "choose WHERE or HAVING...": [""], - "Filters by columns": ["Controlli del filtro"], - "Filters by metrics": ["Lista Metriche"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ "" ], - "%s aggregates(s)": [""], - "%s saved metric(s)": [""], - "Saved": ["Salva come"], - "Saved metric": ["Seleziona una metrica"], - "column": ["Colonna"], - "aggregate": [""], - "My metric": ["Metrica"], - "Add metric": ["Aggiungi metrica"], - "Code": [""], - "Markup type": [""], - "Pick your favorite markup language": [""], - "Put your code here": [""], - "Query": [""], - "URL": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "" ], - "Time": ["Tempo"], - "Time related form attributes": ["Attributi relativi al tempo"], - "Chart type": ["Grafici"], - "Chart ID": ["Grafici"], - "The id of the active chart": [""], - "Cache Timeout (seconds)": [""], - "The number of seconds before expiring the cache": [""], - "URL parameters": ["Parametri"], - "Extra parameters for use in jinja templated queries": [""], - "Time range endpoints": [""], - "Time range endpoints (SIP-15)": [""], - "Annotations and layers": ["Azione"], - "Sort descending": [""], - "Whether to sort descending or ascending": [""], - "Contribution": [""], - "Compute the contribution to the total": [""], - "Advanced analytics": ["Analytics avanzate"], - "This section contains options that allow for advanced analytical post processing of query results": [ + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "" ], - "Rolling window": [""], - "Rolling function": ["Testa la Connessione"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ "" ], - "Periods": [""], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "" ], - "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": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], - "Time comparison": ["Colonna del Tempo"], - "Time shift": ["Offset temporale"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Calculation type": ["Seleziona un tipo di visualizzazione"], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ "" ], - "Python functions": ["Testa la Connessione"], - "Rule": [""], - "Pandas resample rule": [""], - "Method": [""], - "Pandas resample method": [""], - "Favorites": [""], - "Created content": ["Creato il"], - "Recent activity": [""], - "Security & Access": [""], - "No charts": ["Grafici"], - "No dashboards": [""], - "No favorite charts yet, go click on stars!": [""], - "No favorite dashboards yet, go click on stars!": [""], - "Profile picture provided by Gravatar": [""], - "joined": [""], - "id:": [""], - "There was an error fetching your recent activity:": [""], - "Deleted: %s": ["Cancella"], - "There was an issue deleting: %s": [""], - "There was an issue deleting %s: %s": [""], - "report": ["Importa"], - "alert": [""], - "reports": ["Importa"], - "alerts": [""], - "There was an issue deleting the selected %s: %s": [""], - "Last run": ["Ultima Modifica"], - "Notification method": [""], - "Execution log": [""], - "Actions": ["Azione"], - "Bulk select": ["Seleziona %s"], - "No %s yet": [""], - "Created by": ["Creato il"], - "An error occurred while fetching created by values: %s": [ - "Errore nel rendering della visualizzazione: %s" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "Status": [""], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": ["Importa"], - "Reports": ["Importa"], - "This action will permanently delete %s.": [""], - "Delete %s?": ["Cancella"], - "Please confirm": [""], - "Are you sure you want to delete the selected %s?": [""], - "< (Smaller than)": [""], - "> (Larger than)": [""], - "<= (Smaller or equal)": [""], - ">= (Larger or equal)": [""], - "== (Is equal)": [""], - "!= (Is not equal)": [""], - "Not null": [""], - "30 days": [""], - "60 days": [""], - "90 days": [""], - "Add notification method": [""], - "Add delivery method": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Add": [""], - "Edit ${isReport ? 'Report' : 'Alert'}": [""], - "Add ${isReport ? 'Report' : 'Alert'}": [""], - "Report name": ["Nome Completo"], - "Alert name": ["Nome Completo"], - "Alert condition": ["Testa la Connessione"], - "Trigger Alert If...": [""], - "Value": [""], - "Report schedule": ["Importa"], - "Alert condition schedule": ["Testa la Connessione"], - "Schedule settings": ["Mostra query salvate"], - "Log retention": [""], - "Working timeout": [""], - "Time in seconds": [""], - "Grace period": [""], - "Message content": [""], - "log": [""], - "State": [""], - "Scheduled at": [""], - "Start at": [""], - "Duration": ["Descrizione"], - "Error message": [""], - "${alertResource?.type}": [""], - "CRON expression": ["Espressione"], - "Report sent": ["Importa"], - "Alert triggered, notification sent": [""], - "Report sending": ["Importa"], - "Alert running": ["Testa la Connessione"], - "Report failed": ["Nome Completo"], - "Alert failed": ["Nome Completo"], - "Nothing triggered": [""], - "Alert Triggered, In Grace Period": [""], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": [""], - "There was an issue deleting the selected annotations: %s": [""], - "Edit annotation": ["Azione"], - "Delete annotation": ["Azione"], - "Annotation": ["Azione"], - "No annotation yet": [""], - "Annotation Layer ${annotationLayerName}": [""], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "Viz is missing a datasource": [ + "Datasource mancante per la visualizzazione" + ], + "Viz type": ["Tipo"], + "WED": [""], + "Want to add a new database?": [""], + "Warning": [""], + "Warning Message": [""], + "Warning!": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "Delete Annotation?": [""], - "Are you sure you want to delete the selected annotations?": [""], - "Add annotation": ["Azione"], - "Annotation name": ["Azione"], - "date": [""], - "Additional information": [""], - "Description (this can be seen in the list)": [""], - "annotation_layer": [""], - "Edit annotation layer properties": ["Template CSS"], - "Annotation layer name": ["La tua query non può essere salvata"], - "Annotation layers": ["Azione"], - "There was an issue deleting the selected layers: %s": [""], - "Last modified": ["Ultima Modifica"], - "Created on": ["Creato il"], - "Edit template": ["Template CSS"], - "Delete template": [""], - "Annotation layer": ["Azione"], - "An error occurred while fetching dataset datasource values: %s": [ - "Errore nel creare il datasource" + "Was unable to check your query": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "No annotation layers yet": [""], - "This action will permanently delete the layer.": [""], - "Delete Layer?": ["Cancella"], - "Are you sure you want to delete the selected layers?": [""], - "Are you sure you want to delete": [""], - "Last modified %s": ["Ultima Modifica"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "" ], - "There was an issue deleting the selected charts: %s": [""], - "Modified by": ["Modificato"], - "Owner": ["Proprietario"], - "An error occurred while fetching chart owners values: %s": [ - "Errore nel creare il datasource" + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "An error occurred while fetching chart created by values: %s": [ - "Errore nel creare il datasource" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "Viz type": ["Tipo"], - "An error occurred while fetching chart dataset values: %s": [ - "Errore nel creare il datasource" + "Web": [""], + "Wednesday": [""], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "What should happen if the table already exists": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ + "" + ], + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la creazione della tabella con questo schema" + ], + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" + ], + "When only a primary metric is provided, a categorical color scale is used.": [ + "" + ], + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" + ], + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "" + ], + "When using 'Group By' you are limited to use a single metric": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" + ], + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "" ], - "Favorite": [""], - "Yes": [""], - "No": [""], - "Are you sure you want to delete the selected charts?": [""], - "css_template": [""], - "Edit CSS template properties": ["Template CSS"], - "Add CSS template": ["Template CSS"], - "CSS template name": ["Template CSS"], - "css": [""], - "CSS templates": ["Template CSS"], - "There was an issue deleting the selected templates: %s": [""], - "Last modified by %s": ["Ultima Modifica"], - "CSS template": ["Template CSS"], - "This action will permanently delete the template.": [""], - "Delete Template?": ["Template CSS"], - "Are you sure you want to delete the selected templates?": [""], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Se questa colonna è esposta nella sezione `Filtri` della vista esplorazione." + ], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "An error occurred while fetching dashboards: %s": [ - "Errore nel creare il datasource" + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" ], - "There was an issue deleting the selected dashboards: ": [""], - "An error occurred while fetching dashboard owner values: %s": [ - "Errore nel creare il datasource" + "Whether to apply a normal distribution based on rank on the color scale": [ + "" ], - "An error occurred while fetching dashboard created by values: %s": [ - "Errore nel recupero dei metadati della tabella" + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" ], - "Unpublished": [""], - "Are you sure you want to delete the selected dashboards?": [""], - "Sorry, your browser does not support copying.": [""], - "SQL Copied!": [""], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [""], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "database": ["Database"], - "An error occurred while fetching database related data: %s": [ - "Errore nel recupero dei metadati della tabella" + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Se rendere disponibile questa colonna come opzione [Time Granularity], la colonna deve essere di tipo DATETIME o simile" ], - "Asynchronous query execution": [""], - "AQE": [""], - "Allow data manipulation language": [""], - "DML": [""], - "CSV upload": [""], - "Delete database": ["Database"], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [ + "Usato per popolare la finestra a cascata dei filtri dall'elenco dei valori distinti prelevati dal backend al volo" + ], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "Delete Database?": ["Mostra database"], - "Please enter a SQLAlchemy URI to test": [ - "Inserisci un nome per la slice" + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Whether to sort descending or ascending": [""], + "Whether to sort descending or ascending if a series limit is present": [ + "" ], - "Connection looks good!": [""], - "ERROR: Connection failed. ": [""], - "Sorry there was an error fetching database information: %s": [""], - "Edit database": ["Mostra database"], - "Add database": ["Aggiungi Database"], - "Connection": ["Testa la Connessione"], - "Database name": ["Database"], - "Name your dataset": [""], - "dialect+driver://username:password@host:port/database": [""], - "Test connection": ["Testa la Connessione"], - "Refer to the ": [""], - "SQLAlchemy docs": ["URI SQLAlchemy"], - " for more information on how to structure your URI.": [""], - "Performance": [""], - "Chart cache timeout": ["Cache Timeout"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Whether to sort results by the selected metric in descending order.": [ "" ], - "SQL Lab settings": ["Vista Tabella"], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...)": [ - "Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE, DELETE, CREATE, ...) nel SQL Lab" + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "Allow multi schema metadata fetch": [""], - "CTAS schema": ["Schema CTAS"], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ - "Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la creazione della tabella con questo schema" + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["Larghezza"], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": [""], + "World Map": ["Mappa del Mondo"], + "Write a description for your query": [""], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": [""], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "XScale Interval": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": [""], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": [""], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "YScale Interval": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": [""], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" ], - "Secure extra": ["Sicurezza"], - "JSON string containing additional connection configuration.": [""], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [""], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Allow data upload": [""], - "If selected, please set the schemas allowed for data upload in Extra.": [ + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "JSON string containing extra configuration elements.": [""], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "Error while saving dataset: %s": ["Errore nel recupero dati"], - "Add dataset": ["Aggiungi Database"], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ "" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You do not have permission to edit this chart": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + ], + "You do not have permission to edit this dashboard": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + ], + "You do not have permissions to access the datasource(s): %(name)s.": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + ], + "You do not have permissions to edit this dashboard.": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + ], + "You don't have any favorites yet!": [""], + "You don't have the rights to alter %(resource)s": [""], + "You don't have the rights to alter this title.": [""], + "You have no permission to approve this request": [""], + "You have removed this filter.": [""], + "You have unsaved changes.": [""], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ "" ], - "An error occurred while fetching dataset related data": [ - "Errore nel recupero dei metadati della tabella" + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "An error occurred while fetching dataset related data: %s": [ - "Errore nel recupero dei metadati della tabella" + "You must pick a name for the new dashboard": [""], + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "Physical dataset": ["Seleziona una destinazione"], - "Virtual dataset": ["Mostra database"], - "An error occurred while fetching dataset owner values: %s": [ - "Errore nel creare il datasource" + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" ], - "An error occurred while fetching datasets: %s": [ - "Errore nel creare il datasource" + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" ], - "An error occurred while fetching schema values: %s": [ - "Errore nel rendering della visualizzazione: %s" + "Your query could not be saved": ["La tua query non può essere salvata"], + "Your query could not be scheduled": [ + "La tua query non può essere salvata" ], - "There was an issue deleting the selected datasets: %s": [""], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "Your query could not be updated": [ + "La tua query non può essere salvata" + ], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "" ], - "Delete Dataset?": [""], - "Are you sure you want to delete the selected datasets?": [""], - "0 Selected": ["Seleziona data finale"], - "%s Selected (Virtual)": [""], - "%s Selected (Physical)": [""], - "%s Selected (%s Physical, %s Virtual)": [""], - "There was an issue previewing the selected query. %s": [""], - "Success": [""], - "Failed": [""], - "Running": [""], - "Offline": [""], - "Scheduled": [""], - "Duration: %s": [""], - "Tab name": ["Nome"], - "TABLES": [""], - "Rows": [""], - "Open query in SQL Lab": ["Esponi in SQL Lab"], - "An error occurred while fetching database values: %s": [ - "Errore nel creare il datasource" + "Your query was saved": ["La tua query è stata salvata"], + "Your query was updated": ["La tua query è stata salvata"], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [""], + "[Longitude] and [Latitude] must be set": [""], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] Accesso al datasource $(name) concesso" ], - "Search by query text": [""], - "Query preview": [""], - "Previous": [""], - "Next": [""], - "Open in SQL Lab": ["Esponi in SQL Lab"], - "User query": ["condividi query"], - "Executed query": ["query condivisa"], - "Saved queries": ["Query salvate"], - "There was an issue previewing the selected query %s": [""], - "Link Copied!": [""], - "There was an issue deleting the selected queries: %s": [""], - "Edit query": ["Query vuota?"], - "Copy query URL": ["Query vuota?"], - "Delete query": ["Cancella"], - "This action will permanently delete the saved query.": [""], - "Delete Query?": ["Cancella"], - "Are you sure you want to delete the selected queries?": [""], - "Query name": ["Ricerca Query"], - "Edited": ["Modifica"], - "Created": ["Creato il"], - "Viewed": [""], - "Examples": [""], - "Mine": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": [""], + "[desc]": [""], + "[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": [ "" ], - "Recently created charts, dashboards, and saved queries will appear here": [ + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ "" ], - "Recent example charts, dashboards, and saved queries will appear here": [ + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": [""], + "alert": [""], + "alerts": [""], + "all": [""], + "also copy (duplicate) charts": [""], + "ancestor": [""], + "and": [""], + "annotation": [""], + "annotation_layer": [""], + "asfreq": [""], + "at": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": [""], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "chart": [""], + "choose WHERE or HAVING...": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["Colonna"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "dashboard": [""], + "database": ["Database"], + "dataset": [""], + "date": [""], + "day": ["giorno"], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "delete": ["Cancella"], + "descendant": [""], + "description": ["descrizione"], + "dialect+driver://username:password@host:port/database": [""], + "draft": [""], + "dttm": ["dttm"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "error_message": [""], + "every": [""], + "every day of the month": ["Codice a 3 lettere della nazione"], + "every day of the week": [""], + "every hour": [""], + "every month": ["mese"], + "expand": [""], + "fetching": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "here": [""], + "hour": ["ora"], + "id": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "in": ["Min"], + "in modal": ["in modale"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": [""], + "json isn't valid": ["json non è valido"], + "key a-z": [""], + "key z-a": [""], + "last day": [""], + "last quarter": [""], + "latest partition:": [""], + "less than {min} {name}": [""], + "log": [""], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "mean": [""], + "median": [""], + "minute": ["minuto"], + "month": ["mese"], + "more than {max} {name}": [""], + "must have a value": [""], + "no SQL validator is configured": [""], + "no SQL validator is configured for {}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "offline": [""], + "on": [""], + "or use existing ones from the panel on the right": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "You don't have any favorites yet!": [""], - "SQL Lab queries": ["Vista Tabella"], - "${tableName}": [""], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": [""], "query": ["condividi query"], - "Share": [""], - "Last run %s": [""], - "Recents": [""], - "Select start and end date": ["Seleziona data iniziale"], - "Type or Select [%s]": ["Seleziona %s"], - "Filter box": ["Filtri"], - "Filters configuration": ["Controlli del filtro"], - "Filter configuration for the filter box": [""], - "Date filter": ["Aggiungi filtro"], - "Whether to include a time filter": [""], - "Instant filtering": ["Cerca / Filtra"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "random": [""], + "reboot": [""], + "recent": [""], + "recents": [""], + "report": ["Importa"], + "reports": ["Importa"], + "restore zoom": [""], + "search by tags": [""], + "seconds": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "stack": [""], + "staggered": [""], + "std": [""], + "step-before": [""], + "stopped": [""], + "string type icon": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["textarea"], + "to": [""], + "top": [""], + "undo": [""], + "unknown type icon": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "Show SQL granularity dropdown": [""], - "Check to include SQL granularity dropdown": [""], - "Show SQL time column": ["Colonna del Tempo"], - "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": [""], - "Limit selector values": [""], - "These filters apply to the values available in the dropdowns": [""], - "Time-series Table": ["Serie Temporali - Stacked"] + "use latest_partition template": [""], + "var": [""], + "variance": [""], + "virtual": [""], + "was created": ["è stata creata"], + "week": ["settimana"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["anno"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/it/LC_MESSAGES/messages.po b/superset/translations/it/LC_MESSAGES/messages.po index d11c7b0021cce..43744e480dee5 100644 --- a/superset/translations/it/LC_MESSAGES/messages.po +++ b/superset/translations/it/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2018-02-11 22:26+0200\n" "Last-Translator: Raffaele Spangaro \n" "Language: it\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,16 +37,7 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -54,35 +45,36 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Salva e vai alla dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Cambiato il" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,17 +92,35 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Visualizza colonne" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "Aggiungi metrica" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -118,7 +128,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -126,25 +136,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "" @@ -158,23 +187,26 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -182,99 +214,125 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 -#, python-format -msgid "%s - untitled" -msgstr "%s - senza nome" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "Errore..." -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Porta Broker" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "Seleziona data finale" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "Visualizza colonne" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "Seleziona operatore" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, fuzzy, python-format msgid "%s option" -msgstr "Seleziona operatore" +msgid_plural "%s options" +msgstr[0] "Seleziona operatore" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "Errore..." + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "%s - senza nome" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -#, fuzzy -msgid "(deleted)" -msgstr "Cancella" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -284,7 +342,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -296,7 +358,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -306,109 +368,360 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "Seleziona data finale" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "giorno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "ora" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "settimana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "anno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 #, fuzzy msgid "10 minute" msgstr "10 minuti" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "settimana" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "ora" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 #, fuzzy msgid "15 minute" msgstr "minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "ora" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "settimana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "anno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "giorno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 #, fuzzy msgid "3 letter code of the country" msgstr "Codice a 3 lettere della nazione" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "anno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 #, fuzzy msgid "30 minute" msgstr "10 minuti" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "10 minuti" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 #, fuzzy msgid "5 minute" msgstr "minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "" -#: superset/db_engine_specs/base.py:95 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 #, fuzzy -msgid "6 hour" -msgstr "ora" +msgid "52 weeks" +msgstr "settimana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" msgstr "ora" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "giorno" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "" @@ -416,48 +729,65 @@ msgstr "" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Seleziona una metrica" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "Grafici" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "Numero Grande" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -470,11 +800,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "Proprietari è una lista di utenti che può alterare la dashboard." @@ -482,70 +827,88 @@ msgstr "Proprietari è una lista di utenti che può alterare la dashboard." msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "ottenere una URL leggibile per la tua dashboard" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 #, fuzzy msgid "A timeout occurred while executing the query." msgstr "Errore nel creare il datasource" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 #, fuzzy msgid "A timeout occurred while generating a csv." msgstr "Errore nel recupero dei metadati della tabella" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 #, fuzzy msgid "A timeout occurred while generating a dataframe." msgstr "Errore nel creare il datasource" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 #, fuzzy msgid "A timeout occurred while taking a screenshot." msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "" @@ -553,8 +916,8 @@ msgstr "" msgid "APR" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -562,21 +925,39 @@ msgstr "" msgid "AUG" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "Testa la Connessione" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "Nessun Accesso!" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -584,78 +965,90 @@ msgstr "" msgid "Action" msgstr "Azione" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Azione" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Azione" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Valore del filtro" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 #, fuzzy -msgid "Adaptive formatting" -msgstr "Formato Datetime" +msgid "Actual value" +msgstr "Valore del filtro" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 -msgid "Add" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Valore del filtro" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 #, fuzzy -msgid "Add Alert" -msgstr "Aggiungi grafico" +msgid "Adaptive formatting" +msgstr "Formato Datetime" -#: superset/views/annotations.py:60 -msgid "Add Annotation" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" msgstr "" -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +#, fuzzy +msgid "Add Alert" +msgstr "Aggiungi grafico" -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "Template CSS" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Aggiungi grafico" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Aggiungi colonna" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "" @@ -663,40 +1056,24 @@ msgstr "" msgid "Add Database" msgstr "Aggiungi Database" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Aggiungi metrica" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 #, fuzzy msgid "Add Report" msgstr "Importa" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "Aggiungi query salvata" @@ -704,45 +1081,104 @@ msgstr "Aggiungi query salvata" msgid "Add a Plugin" msgstr "Aggiungi colonna" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Aggiungi Database" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Query in un nuovo tab" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Azione" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 #, fuzzy msgid "Add an item" msgstr "Aggiungi filtro" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "Aggiungi filtro" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Azione" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Azione" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Aggiungi Database" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Aggiungi filtro" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +msgid "Add extra connection information." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Aggiungi filtro" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "Aggiungi filtro" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Aggiungi metrica" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -751,95 +1187,168 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 #, fuzzy msgid "Add sheet" msgstr "Aggiungi Database" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Salva e vai alla dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Aggiungi ad una nuova dashboard" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "Aggiungi filtro" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Aggiungi ad una nuova dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "Parametri" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 #, fuzzy msgid "Additional parameters" msgstr "Parametri" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Parametri" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 #, fuzzy msgid "Additive" msgstr "Aggiungi filtro" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 #, fuzzy msgid "Advanced Analytics" msgstr "Analytics avanzate" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Analytics avanzate" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "Analytics avanzate" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Analytics avanzate" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Analytics avanzate" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Analytics avanzate" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "Advanced-Analytics" msgstr "Analytics avanzate" @@ -847,168 +1356,202 @@ msgstr "Analytics avanzate" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "Aggiungi filtro" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "Creato il" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 #, fuzzy msgid "Aggregation function" msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "Cancella" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Testa la Connessione" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "Nome Completo" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Nome Completo" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Importa" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Filtri" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "Grafico a Proiettile" @@ -1016,7 +1559,7 @@ msgstr "Grafico a Proiettile" msgid "All filters" msgstr "Filtri" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1025,67 +1568,64 @@ msgstr "" msgid "All panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "Permetti CREATE TABLE AS" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Permetti l'opzione CREATE TABLE AS in SQL Lab" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "Permetti CREATE TABLE AS" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "Permetti l'opzione CREATE TABLE AS in SQL Lab" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "Permetti DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1095,25 +1635,24 @@ msgstr "" msgid "Allow multiple selections" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 #, fuzzy msgid "Allow node selections" msgstr "Seleziona una colonna" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" @@ -1121,12 +1660,17 @@ msgstr "" "Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE," " DELETE, CREATE, ...) nel SQL Lab" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1134,355 +1678,389 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Errore nel creare il datasource" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Una o più metriche da mostrare" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "Errore nel creare il datasource" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 #, fuzzy msgid "An error occurred while accessing the value." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Errore nel creare il datasource" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 #, fuzzy msgid "An error occurred while creating the value." msgstr "Errore nel creare il datasource" -#: superset/key_value/commands/exceptions.py:37 -#, fuzzy, python-format +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +#, fuzzy msgid "An error occurred while deleting the value." msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/reports/actions/reports.js:138 -#, fuzzy -msgid "An error occurred while editing this report." -msgstr "Errore nel creare il datasource" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, fuzzy, python-format -msgid "An error occurred while editing this report: %s" -msgstr "Errore nel creare il datasource" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 #, fuzzy msgid "An error occurred while fetching function names." msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "Errore nel creare il datasource" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "Errore nel recupero dei metadati della tabella" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Errore nel rendering della visualizzazione: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, fuzzy, python-format msgid "An error occurred while fetching user values: %s" msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 #, fuzzy msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "Errore nel creare il datasource" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "Errore nel rendering della visualizzazione: %s" + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Errore nel creare il datasource" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "Errore nel rendering della visualizzazione: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "Errore nel creare il datasource" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "Errore nel creare il datasource" - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "Errore nel creare il datasource" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 #, fuzzy msgid "An error occurred while updating the value." msgstr "Errore nel creare il datasource" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Errore nel creare il datasource" + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "Azione" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Azione" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Azione" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 #, fuzzy msgid "Annotation Slice Configuration" msgstr "Controlli del filtro" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "Azione" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1495,12 +2073,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Azione" @@ -1520,7 +2095,7 @@ msgstr "La tua query non può essere salvata" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 #, fuzzy msgid "Annotation layer description columns" msgstr "La tua query non può essere salvata" @@ -1530,12 +2105,12 @@ msgstr "La tua query non può essere salvata" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "La tua query non può essere salvata" @@ -1543,7 +2118,7 @@ msgstr "La tua query non può essere salvata" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "La tua query non può essere salvata" @@ -1552,41 +2127,42 @@ msgstr "La tua query non può essere salvata" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "Azione" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "Azione" @@ -1598,23 +2174,33 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "Azione" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "La tua query non può essere salvata" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "La tua query non può essere salvata" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "La tua query non può essere salvata" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "Azione" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "Azione" @@ -1622,17 +2208,18 @@ msgstr "Azione" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 #, fuzzy msgid "Any" msgstr "giorno" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1642,63 +2229,73 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, fuzzy, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied cross-filters (%d)" msgstr "Aggiungi filtro" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" msgstr "Aggiungi filtro" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "Aggiungi filtro" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "Applica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "Filtri" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 #, fuzzy msgid "Apply metrics on" msgstr "Metrica" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "" @@ -1706,98 +2303,133 @@ msgstr "" msgid "April" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "Cerca" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "Esplora grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "Esplora grafico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy msgid "Area chart" msgstr "Esplora grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 #, fuzzy msgid "Area chart opacity" msgstr "Esplora grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "" @@ -1805,64 +2437,147 @@ msgstr "" msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "Descrizione" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Database" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "Controlli del filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Formato Datetime" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "%s - senza nome" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "Valore del filtro" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "Formato Datetime" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "Esplora grafico" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#, fuzzy +msgid "Bar Chart (legacy)" +msgstr "Esplora grafico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 #, fuzzy msgid "Bar Values" msgstr "Valore del filtro" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "Azione" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1871,25 +2586,28 @@ msgstr "" msgid "Based on a metric" msgstr "Seleziona una metrica" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "" @@ -1898,143 +2616,153 @@ msgstr "" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Numero Grande" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Numero Grande con Linea del Trend" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 #, fuzzy msgid "Bottom" msgstr "dttm" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "dttm" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "dttm" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "Box Plot" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "Creato il" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Endpoint Broker" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Host Broker" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Porta Broker" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Porta Broker" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Host Broker" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Grafico a Bolle" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 #, fuzzy msgid "Bubble Size" msgstr "Grandezza della bolla" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "Grandezza della bolla" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Seleziona %s" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Grafico a Proiettile" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2042,49 +2770,68 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Seleziona una destinazione" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "Permetti CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "Permetti CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Importa" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "Espressione" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "Template CSS" @@ -2092,7 +2839,7 @@ msgstr "Template CSS" msgid "CSS template could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "Template CSS" @@ -2100,172 +2847,172 @@ msgstr "Template CSS" msgid "CSS template not found." msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "Template CSS" -#: superset/views/database/forms.py:101 -msgid "CSV File" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" msgstr "" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "Schema CTAS" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Cache Timeout" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Cache Timeout" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Visualizza colonne" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "Seleziona un tipo di visualizzazione" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Calendario di Intensità" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Annulla" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 #, fuzzy msgid "Cannot load filter" msgstr "Cerca / Filtra" @@ -2275,29 +3022,69 @@ msgstr "Cerca / Filtra" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Ricerca Query" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Ricerca Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2311,93 +3098,96 @@ msgstr "" msgid "Cell Size" msgstr "Grandezza della bolla" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "Grafico a Proiettile" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "Modificato" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 #, fuzzy msgid "Certified By" msgstr "Modificato" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Modificato" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "Seleziona una destinazione" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Modificato da" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Cambiato il" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "Cambiato il" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2407,21 +3197,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2430,128 +3225,157 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "" -#: superset/reports/commands/exceptions.py:238 -msgid "Changing this report is forbidden" +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "Cache Timeout" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Opzioni del grafico" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "Grafici" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "Azione" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "Azione" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "Opzioni del grafico" +msgid_plural "Chart Owners: %s" +msgstr[0] "Opzioni del grafico" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Sorgente Dati" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "Grafici" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "La tua query non può essere salvata" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Cache Timeout" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "Ultima Modifica" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2575,49 +3399,95 @@ msgstr "La query non può essere caricata" msgid "Chart could not be updated." msgstr "La tua query non può essere salvata" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "Grafici" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "Grafici" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Ultima Modifica" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Ultima Modifica" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "Grafici" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "Azione" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Opzioni del grafico" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "Elenco Dashboard" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Grafici" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "Grafici" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "Grafici" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Grafici" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "La query non può essere caricata" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 #, fuzzy msgid "Check configuration" msgstr "Controlli del filtro" @@ -2627,83 +3497,73 @@ msgstr "Controlli del filtro" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "Rimuovi il grafico dalla dashboard" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 #, fuzzy msgid "Check out this chart: " msgstr "Guarda questa slice: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "Guarda questa slice: %s" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Seleziona una sorgente" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "Rimuovi il grafico dalla dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "Seleziona una destinazione" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Seleziona una destinazione" @@ -2712,39 +3572,45 @@ msgstr "Seleziona una destinazione" msgid "Choose a metric for left axis" msgstr "Seleziona una metrica per l'asse destro" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "Seleziona una metrica per l'asse destro" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 #, fuzzy msgid "Choose a number format" msgstr "Seleziona una metrica per l'asse destro" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "Seleziona una destinazione" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "Seleziona una destinazione" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "Seleziona una destinazione" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 #, fuzzy msgid "Choose chart type" msgstr "Grafici" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 #, fuzzy msgid "Choose one or more charts for left axis" @@ -2755,43 +3621,58 @@ msgstr "Seleziona una metrica per l'asse destro" msgid "Choose one or more charts for right axis" msgstr "Seleziona una metrica per l'asse destro" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "Seleziona una metrica per l'asse destro" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2799,13 +3680,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2813,47 +3694,79 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "Grafico a Proiettile" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +#, fuzzy +msgid "Clear form" +msgstr "Formato D3" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Seleziona un tipo di visualizzazione" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 -msgid "Click to edit label" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 +msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "" @@ -2861,41 +3774,47 @@ msgstr "" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Importa" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Importa" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Cluster" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "Cluster" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2908,27 +3827,38 @@ msgstr "" msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "Seleziona la metrica" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "" @@ -2936,205 +3866,269 @@ msgstr "" msgid "Color Steps" msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "Seleziona la metrica" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Colonna" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Controlli del filtro" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "Formato Datetime" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 #, fuzzy msgid "Column is required" msgstr "Sorgente Dati" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "Colonna" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 #, fuzzy msgid "Column select" msgstr "Seleziona una colonna" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 #, fuzzy msgid "Columnar File" msgstr "Colonna" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 #, fuzzy msgid "Columnar to Database configuration" msgstr "Controlli del filtro" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Mostra colonna" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 #, fuzzy msgid "Columns to display" msgstr "Seleziona una metrica da visualizzare" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 #, fuzzy msgid "Columns to group by" msgstr "Uno o più controlli per 'Raggruppa per'" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Seleziona una metrica da visualizzare" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "Mostra metrica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "Mostra metrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3145,70 +4139,74 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 #, fuzzy msgid "Comparison" msgstr "Colonna del Tempo" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 #, fuzzy msgid "Comparison suffix" msgstr "Colonna del Tempo" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 #, fuzzy msgid "Condition" msgstr "Testa la Connessione" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "" @@ -3216,12 +4214,11 @@ msgstr "" msgid "Confidence interval" msgstr "" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3229,7 +4226,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3237,258 +4234,349 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Sovrascrivi la slice %s" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 #, fuzzy msgid "Connect" msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 #, fuzzy msgid "Connect a database" msgstr "Database" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "Database" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "Testa la Connessione" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "Colonna" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "Colonna" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 #, fuzzy msgid "Coordinates" msgstr "Coordinate Parallele" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 #, fuzzy msgid "Copied to clipboard!" msgstr "copia URL in appunti" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "copia URL in appunti" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -#, fuzzy -msgid "Copy chart URL" -msgstr "Grafici" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -#, fuzzy -msgid "Copy chart URL to clipboard" -msgstr "copia URL in appunti" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -#, fuzzy -msgid "Copy dashboard URL" -msgstr "Aggiungi ad una nuova dashboard" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "Copia di %s" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "copia URL in appunti" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Query vuota?" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "copia URL in appunti" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 #, fuzzy msgid "Copy to Clipboard" msgstr "copia URL in appunti" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 #, fuzzy msgid "Correlation" msgstr "Descrizione" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "Non posso connettermi al server" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "Non posso connettermi al server" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "Non posso connettermi al server" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "Colonna" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "Filtrabile" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "Mappa della Nazione" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "Controlli del filtro" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Mappa della Nazione" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 #, fuzzy msgid "Create" msgstr "Creato il" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Esplora grafico" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "Mostra database" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Esplora grafico" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Seleziona una destinazione" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Creato il" @@ -3497,69 +4585,93 @@ msgstr "Creato il" msgid "Create new filter set" msgstr "Creato il" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Creato il" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "Creato il" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Creato il" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Creato il" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "Creato il" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Creato il" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Creatore" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "Azione" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Cerca / Filtra" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 #, fuzzy msgid "Cumulative" msgstr "Azione" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "" @@ -3572,110 +4684,127 @@ msgstr "" msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "Visualizza colonne" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "Formato D3" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "Formato D3" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Tempo" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -#, fuzzy -msgid "DESCRIPTION ERROR" -msgstr "descrizione" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Dashboard" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "Elenco Dashboard" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -3691,32 +4820,68 @@ msgstr "La tua query non può essere salvata" msgid "Dashboard could not be updated." msgstr "La tua query non può essere salvata" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "Elenco Dashboard" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Elenco Dashboard" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "Elenco Dashboard" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "Elenco Dashboard" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "Elenco Dashboard" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "Elenco Dashboard" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Elenco Dashboard" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "Elenco Dashboard" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "" @@ -3725,166 +4890,186 @@ msgstr "" msgid "Dashboards do not exist" msgstr "Elenco Dashboard" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "Elenco Dashboard" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Database" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Sorgente Dati" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "Modifica Tabella" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Sorgente Dati" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Tipo" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "Seleziona almeno una metrica" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "Database" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Testa la Connessione" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "Espressione del Database" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "URL del Database" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "La tua query non può essere salvata" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "La tua query non può essere salvata" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "La tua query non può essere salvata" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 #, fuzzy msgid "Database does not support subqueries" msgstr "Sorgente dati e tipo di grafico" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Espressione del Database" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 #, fuzzy msgid "Database is offline." msgstr "Database" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Database" @@ -3892,39 +5077,56 @@ msgstr "Database" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "Template CSS" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Database" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 #, fuzzy msgid "Database port" msgstr "Database" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "La tua query non può essere salvata" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Basi di dati" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Database" @@ -3933,6 +5135,11 @@ msgstr "Database" msgid "Dataset %(name)s already exists" msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Database" + #: superset/datasets/columns/commands/exceptions.py:27 #, fuzzy msgid "Dataset column delete failed." @@ -3951,17 +5158,26 @@ msgstr "La tua query non può essere salvata" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "La tua query non può essere salvata" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "La tua query non può essere salvata" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "Sorgente dati e tipo di grafico" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "Database" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 #, fuzzy msgid "Dataset is required" msgstr "Sorgente Dati" @@ -3975,8 +5191,8 @@ msgstr "" msgid "Dataset metric not found." msgstr "Dashboard" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "Database" @@ -3984,74 +5200,92 @@ msgstr "Database" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Basi di dati" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Sorgente Dati" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "Sorgente Dati" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "Sorgente dati e tipo di grafico" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 #, fuzzy msgid "Date Time Format" msgstr "Formato Datetime" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "Aggiungi filtro" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "Formato Datetime" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Formato Datetime" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "Tempo" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Formato Datetime" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -4059,65 +5293,78 @@ msgstr "" "la colonna Datetime è necessaria per questo tipo di grafico. Nella " "configurazione della tabella però non è stata definita" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Formato Datetime" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 #, fuzzy msgid "Day" msgstr "giorno" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "giorno" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Azione" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4125,188 +5372,209 @@ msgstr "" msgid "Default" msgstr "Endpoint predefinito" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Endpoint predefinito" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "URL del Database" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 #, fuzzy msgid "Default Value" msgstr "Valore del filtro" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 #, fuzzy msgid "Default value is required" msgstr "Sorgente Dati" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Cancella" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "Cancella" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "Mostra database" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "Cancella" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "Cancella" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 #, fuzzy msgid "Delete Report?" msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Template CSS" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Azione" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "Inserisci un nome per la dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Database" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 #, fuzzy msgid "Delete email report" msgstr "Importa" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Cancella" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "" @@ -4314,90 +5582,84 @@ msgstr "" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "Seleziona una dashboard" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "Seleziona data finale" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Cancella" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 #, fuzzy msgid "Delivery method" msgstr "mese" @@ -4408,78 +5670,84 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "Creato il" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Descrizione" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 #, fuzzy msgid "Description Columns" msgstr "descrizione" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "Seleziona data finale" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4487,67 +5755,119 @@ msgstr "" msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "descrizione" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "Disposizione a Forza Diretta" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 #, fuzzy msgid "Directional" msgstr "descrizione" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "Modifica Tabella" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "Ultima Modifica" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 #, fuzzy msgid "Discrete" msgstr "è stata creata" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 #, fuzzy msgid "Display Name" msgstr "Valore del filtro" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Mostra query salvate" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4555,32 +5875,33 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "descrizione" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Distribuzione - Grafico Barre" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 #, fuzzy msgid "Documentation" msgstr "Azione" @@ -4589,307 +5910,383 @@ msgstr "Azione" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "mese" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Modifica" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Importa" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Sorgente Dati Druid" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" msgstr "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "Grafico a Proiettile" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Mostra database" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Descrizione" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." -msgstr "Durata (in secondi) per il timeout della cache per questa slice." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." +msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "Durata (in secondi) per il timeout della cache per questa slice." -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." -msgstr "" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "Durata (in secondi) per il timeout della cache per questa slice." -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "Durata (in secondi) per il timeout della cache per questa slice." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "Durata (in secondi) per il timeout della cache per questa slice." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +#, fuzzy +msgid "Dynamic Aggregation Function" +msgstr "Testa la Connessione" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "Grafici" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "Importa" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "Errore..." + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 #, fuzzy msgid "Edge width" msgstr "Larghezza" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Modifica" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "Modifica Tabella" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "Template CSS" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Modifica grafico" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Elenco Dashboard" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Edita colonna" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "" @@ -4897,35 +6294,15 @@ msgstr "" msgid "Edit Database" msgstr "Mostra database" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Mostra database" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "Modifica" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Modifica metrica" @@ -4933,59 +6310,65 @@ msgstr "Modifica metrica" msgid "Edit Plugin" msgstr "Edita colonna" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 #, fuzzy msgid "Edit Report" msgstr "Importa" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "Modifica query salvata" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Modifica Tabella" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Azione" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Template CSS" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Modifica grafico" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 #, fuzzy msgid "Edit dashboard" msgstr "Aggiungi ad una nuova dashboard" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Mostra database" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "Mostra database" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4994,91 +6377,100 @@ msgstr "" msgid "Edit formatter" msgstr "Formato D3" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "Query vuota?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Template CSS" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Aggiungi ad una nuova dashboard" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Modifica" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "Formato Datetime" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "Descrizione" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -#, fuzzy -msgid "Emit Target" -msgstr "Mostra database" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" +msgstr "Salva e vai alla dashboard" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +#, fuzzy +msgid "Emit Filter Events" +msgstr "Filtrabile" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5086,7 +6478,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5095,24 +6487,51 @@ msgstr "" msgid "Empty collection" msgstr "Testa la Connessione" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "Colonna" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "Query vuota?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "Query vuota?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "Abilita il filtro di Select" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5121,45 +6540,60 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "Aggiungi Database" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5167,101 +6601,116 @@ msgstr "" msgid "End date must be after start date" msgstr "La data di inizio non può essere dopo la data di fine" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 #, fuzzy msgid "Engine Parameters" msgstr "Parametri" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" +msgstr "" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -#, fuzzy, python-format +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#, fuzzy msgid "Error" msgstr "Errore..." -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 #, fuzzy @@ -5273,41 +6722,61 @@ msgstr "Errore nel recupero dati" msgid "Error while fetching data: %s" msgstr "Errore nel recupero dati" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, fuzzy, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Errore nel recupero dati" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "mese" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "Nome Completo" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 #, fuzzy msgid "Event time column" msgstr "Colonna del Tempo" @@ -5318,23 +6787,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "" @@ -5346,33 +6815,27 @@ msgstr "" msgid "Example" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5381,35 +6844,65 @@ msgstr "" msgid "Executed SQL" msgstr "query condivisa" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "query condivisa" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Seleziona una destinazione" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5419,110 +6912,119 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "Esplora grafico" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "Esporta CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 #, fuzzy msgid "Export query" msgstr "condividi query" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "Esporta in YAML" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 #, fuzzy -msgid "Export to .CSV format" -msgstr "Esporta nel formato .csv" +msgid "Export to .JSON" +msgstr "Esporta in YAML" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 #, fuzzy -msgid "Export to .JSON format" -msgstr "Esporta nel formato .csv" +msgid "Export to Excel" +msgstr "Esporta in YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Esporta in YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "Esporta in YAML?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Esponi in SQL Lab" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "Esponi questo DB in SQL Lab" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Espressione" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Extra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 #, fuzzy msgid "Extra Parameters" msgstr "Parametri" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5530,25 +7032,30 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "textarea" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "" @@ -5557,45 +7064,75 @@ msgstr "" msgid "FRI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "Creatore" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Errore nel recupero dei dati dal backend" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "Errore nel recupero dei dati dal backend" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "" @@ -5607,34 +7144,35 @@ msgstr "" msgid "February" msgstr "" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5642,131 +7180,170 @@ msgstr "" msgid "File" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "Profilo" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 #, fuzzy msgid "Filter" msgstr "Filtri" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +#, fuzzy +msgid "Filter Configuration" +msgstr "Controlli del filtro" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "Filtri" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "Abilita il filtro di Select" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 #, fuzzy msgid "Filter Type" msgstr "Valore del filtro" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "Filtri" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Controlli del filtro" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Controlli del filtro" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Valore del filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Valore del filtro" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "Risultati della ricerca" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 #, fuzzy msgid "Filter set already exists" msgstr "Una o più metriche da mostrare" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 #, fuzzy msgid "Filter type" msgstr "Valore del filtro" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "Sorgente Dati" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Controlli del filtro" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Filtrabile" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "Filtri" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, fuzzy, python-format msgid "Filters (%d)" msgstr "Aggiungi filtro" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "Controlli del filtro" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "Lista Metriche" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "Controlli del filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -#, fuzzy -msgid "Filters configuration and scoping" -msgstr "Controlli del filtro" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5778,19 +7355,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "" @@ -5799,66 +7380,86 @@ msgstr "" msgid "Fixed" msgstr "Modificato" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 #, fuzzy msgid "Force" msgstr "Sorgente" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "Formato Datetime" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5866,43 +7467,84 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Ruoli per l'accesso" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 #, fuzzy msgid "Formattable" msgstr "Formato D3" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "Formato D3" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Formato D3" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "Formato Datetime" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "Formato D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "Valore del filtro" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 msgid "Frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "Azione" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -5910,36 +7552,71 @@ msgstr "" msgid "Friday" msgstr "" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "La data di inizio non può essere dopo la data di fine" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Ricerca Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "Grafico a torta" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "Raggruppa per" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "Grafico a torta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "Grafico a Proiettile" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "Colonna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "Mostra query salvate" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -5952,28 +7629,53 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "Grafico a torta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +#, fuzzy +msgid "Grid Size" +msgstr "Grandezza della bolla" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 #, fuzzy msgid "Group By" @@ -5983,72 +7685,111 @@ msgstr "Raggruppa per" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Raggruppa per" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Raggruppabile" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Template CSS" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "è stata creata" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Mappa di Intensità" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "Altezza" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "descrizione" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Porta Broker" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "Cerca" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Istogramma" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "" @@ -6057,81 +7798,91 @@ msgstr "" msgid "Horizon Chart" msgstr "Grafici d'orizzonte" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "Grafici d'orizzonte" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "Grafici d'orizzonte" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 #, fuzzy msgid "Hour" msgstr "ora" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "ora" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -6140,7 +7891,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6149,60 +7900,64 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Una o più metriche da mostrare" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Importa" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Importa" @@ -6211,19 +7966,19 @@ msgstr "Importa" msgid "Import Dashboard(s)" msgstr "Importa dashboard" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Importa dashboard" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 #, fuzzy msgid "Import charts" msgstr "Grafici" @@ -6232,30 +7987,30 @@ msgstr "Grafici" msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Importa dashboard" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 #, fuzzy -msgid "Import databases" +msgid "Import database from file" msgstr "Mostra database" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 #, fuzzy msgid "Import datasets" msgstr "Mostra database" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 #, fuzzy msgid "Import queries" msgstr "Query vuota?" @@ -6264,130 +8019,139 @@ msgstr "Query vuota?" msgid "Import saved query failed for an unknown reason." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "Min" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 -msgid "Include series name as an axis" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 -msgid "Include time" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Min" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "Cerca / Filtra" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Filtrabile" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 #, fuzzy msgid "Interval End column" msgstr "Controlli del filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 #, fuzzy msgid "Interval bounds" msgstr "Controlli del filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 #, fuzzy msgid "Interval start column" msgstr "Controlli del filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "Filtrabile" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6402,135 +8166,181 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "è nascosto" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "Ultima Modifica" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "Modificato" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "Modifica Tabella" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "Filtrabile" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "è temporale" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "Metadati JSON" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "Metadati JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "json non è valido" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6550,13 +8360,41 @@ msgstr "" msgid "January" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Template CSS" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6571,47 +8409,74 @@ msgstr "" msgid "June" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtri" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +msgid "LIMIT" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "Tipo" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "Una o più metriche da mostrare" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6620,17 +8485,18 @@ msgstr "" msgid "Label position" msgstr "Testa la Connessione" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6648,21 +8514,22 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Ultima Modifica" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Ultima Modifica" @@ -6671,71 +8538,81 @@ msgstr "Ultima Modifica" msgid "Last Updated %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Ultima Modifica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Ultima Modifica" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Ultima Modifica" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Ultima Modifica" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Controlli del filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 #, fuzzy msgid "Least recently modified" msgstr "Ultima Modifica" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "Cancella" @@ -6754,97 +8631,142 @@ msgstr "Metrica asse destro" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 #, fuzzy msgid "Left value" msgstr "Valore del filtro" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "Formato Datetime" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Azione" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "Testa la Connessione" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Altezza" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "Tipo" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6853,66 +8775,99 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "Min" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "Grafico a torta" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "Larghezza" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 #, fuzzy msgid "Linear Color Scheme" msgstr "Testa la Connessione" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "Colonna del Tempo" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "Importa" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Lista Metriche" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "Visualizza query salvate" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Filtrabile" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -6921,15 +8876,19 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "" @@ -6941,59 +8900,71 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 -msgid "Loading..." +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 +msgid "Loading..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Creato il" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Login" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Larghezza" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Logout" @@ -7001,15 +8972,30 @@ msgstr "Logout" msgid "Logs" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -7025,52 +9011,81 @@ msgstr "" msgid "MON" msgstr "" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Gestisci" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "Importa" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "Importa dashboard" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "Database" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "Treemap" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -7079,7 +9094,7 @@ msgstr "" msgid "MapBox" msgstr "Mapbox" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "Mapbox" @@ -7087,26 +9102,28 @@ msgstr "Mapbox" msgid "March" msgstr "Cerca" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -7122,7 +9139,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7134,35 +9151,47 @@ msgstr "" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Max" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 #, fuzzy msgid "Max Bubble Size" msgstr "Grandezza della bolla" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "Grafico a torta" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7170,141 +9199,145 @@ msgstr "" msgid "May" msgstr "giorno" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Valore del filtro" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -#, fuzzy -msgid "Message Content" -msgstr "Creato il" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 #, fuzzy msgid "Metadata" msgstr "Metadati JSON" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 #, fuzzy msgid "Metadata Parameters" msgstr "Parametri" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Metrica" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 #, fuzzy msgid "Metric ascending" msgstr "Importa" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 #, fuzzy msgid "Metric descending" msgstr "Importa" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Ricerca Query" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 #, fuzzy msgid "Metric to display bottom title" msgstr "Seleziona una metrica da visualizzare" @@ -7313,159 +9346,213 @@ msgstr "Seleziona una metrica da visualizzare" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Metriche" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Filtri" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "Min" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 #, fuzzy msgid "Min Width" msgstr "Larghezza" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "Grafico a torta" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "minuto" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 #, fuzzy msgid "Minute" msgstr "minuto" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "minuto" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" -msgstr "" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +#, fuzzy +msgid "Missing URL parameters" +msgstr "Parametri" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 #, fuzzy msgid "Missing dataset" msgstr "Seleziona una destinazione" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Grafico a torta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Modificato" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, fuzzy, python-format msgid "Modified %s" msgstr "Ultima Modifica" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Modificato" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7474,22 +9561,28 @@ msgstr "" msgid "Monday" msgstr "" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 #, fuzzy msgid "Month" msgstr "mese" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "mese" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Sorgente" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Aggiungi filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7498,227 +9591,285 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "Serie Temporali - Grafico Lineare" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "Cerca / Filtra" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -#, fuzzy -msgid "Multiple select" -msgstr "Seleziona %s" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "Azione" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Rimuovi il grafico dalla dashboard" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Devi specificare una colonna numerica" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 #, fuzzy msgid "My column" msgstr "Colonna" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "Metrica" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "Uno o più controlli per 'Raggruppa per'" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Metrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Nome" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 #, fuzzy msgid "Name of table to be created from columnar data." msgstr "Nome delle tabella esistente nella sorgente del database" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "" - -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "Nome delle tabella esistente nella sorgente del database" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Nome delle tabella esistente nella sorgente del database" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 #, fuzzy msgid "Name of the id column" msgstr "Colonna del Tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Nome delle tabella esistente nella sorgente del database" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 #, fuzzy msgid "Name your database" msgstr "Database" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." -msgstr "Errore di rete." - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "Errore di rete." + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Errore di rete." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "Grafico a torta" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Seleziona una destinazione" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "Database" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 #, fuzzy msgid "New filter set" msgstr "Abilita il filtro di Select" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Grafico a torta" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 #, fuzzy msgid "Nightingale Rose Chart" msgstr "Esplora grafico" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7727,185 +9878,358 @@ msgstr "" msgid "No Access!" msgstr "Nessun Accesso!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 #, fuzzy msgid "No Data" msgstr "Metadati JSON" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "visualizza risultati" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Azione" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Aggiungi filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Filtri" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "Grafici" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Grafici" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 #, fuzzy msgid "No columns" msgstr "Colonna" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Elenco Dashboard" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "Metadati JSON" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "Template CSS" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 #, fuzzy msgid "No description available." msgstr "descrizione" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 #, fuzzy msgid "No filter" msgstr "Aggiungi filtro" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -#, fuzzy, python-format +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Aggiungi filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Nessun record trovato" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +#, fuzzy msgid "No of Bins" msgstr "Copia di %s" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "Nessun record trovato" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "visualizza risultati" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "Nessun record trovato" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "Espressione SQL" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "Seleziona una metrica" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Query salvate" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 #, fuzzy msgid "No time columns" msgstr "Colonna del Tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 #, fuzzy msgid "Node select mode" msgstr "Seleziona una colonna" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 #, fuzzy msgid "Node size" msgstr "Grandezza della bolla" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Aggiungi ad una nuova dashboard" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "descrizione" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "Azione" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "" @@ -7913,15 +10237,26 @@ msgstr "" msgid "November" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Valore del filtro" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "Azione" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "Valore del filtro" @@ -7930,58 +10265,93 @@ msgstr "Valore del filtro" msgid "Number Format" msgstr "Formato D3" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 #, fuzzy msgid "Number format" msgstr "Formato D3" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "Formato D3" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "" @@ -7989,12 +10359,15 @@ msgstr "" msgid "OCT" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "" @@ -8002,26 +10375,19 @@ msgstr "" msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Offset" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8029,30 +10395,28 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "Una o più metriche da mostrare" @@ -8081,102 +10445,113 @@ msgstr "Una o più metriche da mostrare" msgid "One or more metrics do not exist" msgstr "Una o più metriche da mostrare" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Sorgente Dati" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "Esponi in SQL Lab" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Esponi in SQL Lab" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8184,181 +10559,255 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -#, fuzzy, python-format +#, fuzzy msgid "Operator" msgstr "Seleziona operatore" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "Formato Datetime" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "Seleziona una metrica per l'asse destro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 #, fuzzy msgid "Options" msgstr "Azione" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "Azione" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" +msgstr "Distribuzione - Grafico Barre" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "Login" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 #, fuzzy msgid "Other" msgstr "mese" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 #, fuzzy msgid "Overlap" msgstr "Mappa del Mondo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Sovrascrivi la slice %s" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Sovrascrivi la slice %s" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Proprietario" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "Proprietari" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "Proprietari è una lista di utenti che può alterare la dashboard." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "Proprietari è una lista di utenti che può alterare la dashboard." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8366,24 +10815,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "Coordinate Parallele" @@ -8391,204 +10842,249 @@ msgstr "Coordinate Parallele" msgid "Parameter error" msgstr "Parametri" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Parametri" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 #, fuzzy msgid "Parameters " msgstr "Parametri" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "Cerca / Filtra" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -#, fuzzy -msgid "Parent filter is required" -msgstr "Sorgente Dati" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "Esplora grafico" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 #, fuzzy msgid "Password" msgstr "Porta Broker" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "Ultima Modifica" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Ultima Modifica" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "Ultima Modifica" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "Mostra metrica" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Seleziona una destinazione" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" "Seleziona una granularità nella sezione tempo e deseleziona 'Includi " "Tempo'" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Seleziona una metrica per l'asse sinistro" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Seleziona una metrica per l'asse destro" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Seleziona una metrica per x, y e grandezza" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Seleziona una metrica da visualizzare" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Seleziona una metrica!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Seleziona una granularità per la serie temporale" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "Seleziona almeno un campo per [Series]" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Seleziona almeno una metrica" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8599,208 +11095,278 @@ msgid "Pick your favorite markup language" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "Grafico a torta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 #, fuzzy msgid "Pin" msgstr "Min" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Vista Pivot" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "Vista Pivot" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "Modifica" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." msgstr "" -#: superset/viz.py:891 +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Seleziona almeno una metrica" + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" +msgstr "Seleziona almeno una metrica" + +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Seleziona almeno una metrica" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "Seleziona metriche differenti per gli assi destro e sinistro" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Inserisci un nome per la slice" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Inserisci un nome per la dashboard" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 #, fuzzy msgid "Please filter set name" msgstr "Inserisci un nome per la dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "Seleziona metriche differenti per gli assi destro e sinistro" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +#, fuzzy +msgid "Point Size" +msgstr "Grandezza della bolla" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 #, fuzzy msgid "Points" msgstr "Importa" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "Colonna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "Importa" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "Mostra query salvate" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8808,58 +11374,58 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "Importa" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -#, fuzzy -msgid "Port is closed" -msgstr "Nome Completo" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "Posizione del JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 #, fuzzy msgid "Pre-filter" msgstr "Cerca / Filtra" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 #, fuzzy msgid "Pre-filter is required" msgstr "Sorgente Dati" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8871,15 +11437,14 @@ msgstr "" "selezione filtro\"." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 #, fuzzy msgid "Predictive" msgstr "Azione" @@ -8897,93 +11462,126 @@ msgstr "" msgid "Preview" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "Metrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "Metrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 -msgid "Profile" -msgstr "Profilo" - -#: superset-frontend/src/profile/components/UserInfo.tsx:44 -msgid "Profile picture provided by Gravatar" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 -msgid "Progress" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Porta Broker" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "Creato il" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 +msgid "Profile" +msgstr "Profilo" + +#: superset-frontend/src/profile/components/UserInfo.tsx:44 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 +msgid "Progress" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8991,191 +11589,218 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -#, fuzzy -msgid "Python Functions" -msgstr "Testa la Connessione" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Testa la Connessione" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 #, fuzzy msgid "Quarter" msgstr "condividi query" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "Opzioni del grafico" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "Query salvate" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "condividi query" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "condividi query" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "Sorgente dati e tipo di grafico" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Ricerca Query" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "Ricerca Query" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Query in un nuovo tab" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "Ricerca Query" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Ricerca Query" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 #, fuzzy msgid "Query was stopped" msgstr "La query è stata fermata." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "La query è stata fermata." -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -#, fuzzy -msgid "REPORT NAME ERROR" -msgstr "Nome Completo" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "Esplora grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parametri" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "Gestisci" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 #, fuzzy msgid "Range filter" @@ -9198,20 +11823,25 @@ msgstr "Gestisci" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "Descrizione" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9219,7 +11849,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -9227,37 +11857,34 @@ msgstr "" msgid "Recent activity" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 #, fuzzy msgid "Recently modified" msgstr "Ultima Modifica" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9265,27 +11892,23 @@ msgstr "" msgid "Record Count" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Rinvia a questo endpoint al clic sulla sorgente dati dall'elenco delle " -"sorgenti dati" - -#: superset/connectors/sqla/views.py:457 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "Reinvia a questo endpoint al clic sulla tabella dall'elenco delle tabelle" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9293,16 +11916,16 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 #, fuzzy msgid "Refer to the" msgstr "mese" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "Risultati della ricerca" @@ -9310,44 +11933,51 @@ msgstr "Risultati della ricerca" msgid "Refresh" msgstr "" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Rimuovi il grafico dalla dashboard" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 -msgid "Refresh the default values" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Serie Temporali - Stacked" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Refresh the default values" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Errore nel recupero dati" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9356,9 +11986,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9369,29 +12000,39 @@ msgstr "Descrizione" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "Creato il" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Cerca / Filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9399,147 +12040,164 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 #, fuzzy msgid "Rendering" msgstr "Importa" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "Importa" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Nome Completo" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "La tua query non può essere salvata" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "La tua query non può essere salvata" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "La tua query non può essere salvata" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 #, fuzzy msgid "Report a bug" msgstr "Importa" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Nome Completo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Nome Completo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Importa" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Importa" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Importa" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Importa" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Importa" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Nome Completo" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Importa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "Espressione" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9547,55 +12205,94 @@ msgstr "" msgid "Request Permissions" msgstr "Richiesta di Permessi" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "Cache Timeout" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "Template CSS" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 #, fuzzy msgid "Restore Filter" msgstr "Cerca / Filtra" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "visualizza risultati" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9603,33 +12300,37 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 #, fuzzy msgid "Right" msgstr "Altezza" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 #, fuzzy msgid "Right Axis Format" msgstr "Metrica asse destro" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "Metrica asse destro" @@ -9639,193 +12340,220 @@ msgstr "Metrica asse destro" msgid "Right Axis chart(s)" msgstr "Metrica asse destro" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "Metrica asse destro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 #, fuzzy msgid "Role" msgstr "Profilo" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Ruoli" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "Ruoli per l'accesso" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 #, fuzzy msgid "Rolling Function" msgstr "Testa la Connessione" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 #, fuzzy msgid "Rolling Window" msgstr "Testa la Connessione" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "Testa la Connessione" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 #, fuzzy msgid "Round cap" msgstr "Mappa della Nazione" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "Esponi in SQL Lab" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "condividi query" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Seleziona una colonna" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "" @@ -9834,34 +12562,39 @@ msgstr "" msgid "SEP" msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "Editor SQL" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "Espressione SQL" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "Vista Tabella" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9873,42 +12606,122 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "Espressione SQL" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "Query vuota?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "URI SQLAlchemy" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Porta Broker" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "La query non può essere caricata" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "La tua query non può essere salvata" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "Template CSS" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "Tabelle" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "La tua query non può essere salvata" + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "La tua query non può essere salvata" + +#: superset/viz.py:1935 msgid "Sankey" msgstr "Sankey" @@ -9920,113 +12733,174 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Aggiungi filtro" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Salva una slice" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Salva e vai alla dashboard" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Salva e vai alla dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Query salvate" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Salva come" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Salva come" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Seleziona una destinazione" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Seleziona una destinazione" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Salva una slice" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Salva come" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Ultima Modifica" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Grafico a torta" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Salva e vai alla dashboard" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Seleziona una destinazione" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "query condivisa" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Salva e vai alla dashboard" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Salva come" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Query salvate" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "Espressione SQL" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Seleziona una metrica" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Query salvate" @@ -10042,195 +12916,227 @@ msgstr "" msgid "Saved query parameters are invalid." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" +msgstr "Importa" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Mostra query salvate" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Mostra query salvate" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "Schema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 #, fuzzy msgid "Schema cache timeout" msgstr "Cache Timeout" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" "Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift" " e DB2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Cerca" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "Cerca / Filtra" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 #, fuzzy msgid "Search all charts" msgstr "Grafico a Proiettile" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -#, fuzzy -msgid "Search all dashboards" -msgstr "Rimuovi il grafico dalla dashboard" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "Cerca / Filtra" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "Cerca" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "Visualizza colonne" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Cerca / Filtra" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Ruoli Utente" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "Cerca" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "Mostra metrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "Sicurezza" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Sicurezza" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Sicurezza" @@ -10238,110 +13144,185 @@ msgstr "Sicurezza" msgid "Security & Access" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "Query salvate" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 #, fuzzy msgid "Select" msgstr "Seleziona %s" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 #, fuzzy msgid "Select Viz Type" msgstr "Seleziona un tipo di visualizzazione" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 #, fuzzy msgid "Select a column" msgstr "Seleziona data finale" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 #, fuzzy msgid "Select a dashboard" msgstr "Importa dashboard" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Database" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Database" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "Importa dashboard" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Seleziona un tipo di visualizzazione" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Seleziona data finale" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Seleziona data finale" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "Grafico a Proiettile" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 #, fuzzy msgid "Select color scheme" msgstr "Testa la Connessione" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 #, fuzzy msgid "Select column" msgstr "Colonna del Tempo" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Seleziona data finale" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Database" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Database" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Sorgente Dati" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Seleziona data finale" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 #, fuzzy msgid "Select filter" @@ -10351,79 +13332,94 @@ msgstr "Seleziona data finale" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +#, fuzzy msgid "Select operator" msgstr "Seleziona operatore" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 #, fuzzy msgid "Select owners" msgstr "Seleziona una colonna" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "Seleziona data finale" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 #, fuzzy msgid "Select saved metrics" msgstr "Seleziona una metrica" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "Seleziona data iniziale" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "Seleziona data finale" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10431,150 +13427,186 @@ msgstr "" msgid "September" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Importa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Query salvate" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "Tipo" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "Importa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 #, fuzzy msgid "Share chart by email" msgstr "Esplora grafico" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 #, fuzzy -msgid "Share dashboard by email" -msgstr "Salva e vai alla dashboard" +msgid "Share permalink by email" +msgstr "Esplora grafico" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "query condivisa" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "Query salvate" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Nome Completo" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "Mostra Tabelle" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "Template CSS" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Mostra grafico" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Mostra colonna" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "" @@ -10582,40 +13614,17 @@ msgstr "" msgid "Show Database" msgstr "Mostra database" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "Mostra Tabelle" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10623,11 +13632,12 @@ msgstr "" msgid "Show Log" msgstr "Mostra colonna" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Mostra metrica" @@ -10636,40 +13646,34 @@ msgstr "Mostra metrica" msgid "Show Metric Names" msgstr "Mostra metrica" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "Cerca / Filtra" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "Colonna del Tempo" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "Mostra query salvate" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Mostra Tabelle" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Mostra colonna" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10677,56 +13681,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "Mostra Tabelle" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "Mostra Tabelle" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "Mostra colonna" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "descrizione" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "Mostra colonna" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Colonna del Tempo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "Mostra Tabelle" @@ -10735,83 +13760,94 @@ msgstr "Mostra Tabelle" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "Colonna del Tempo" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Porta Broker" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "Elenco Dashboard" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 #, fuzzy msgid "Show time column" msgstr "Colonna del Tempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10824,22 +13860,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10848,22 +13888,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "" @@ -10873,31 +13913,30 @@ msgstr "" msgid "Single Metric" msgstr "Lista Metriche" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 #, fuzzy msgid "Single Value" msgstr "Valore del filtro" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 #, fuzzy msgid "Single value" msgstr "Valore del filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10905,65 +13944,102 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Slug" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 #, fuzzy msgid "Some roles do not exist" msgstr "Elenco Dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10971,149 +14047,151 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 #, fuzzy msgid "Sort" msgstr "Importa" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "Importa dashboard" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 #, fuzzy msgid "Sort Descending" msgstr "Importa" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 #, fuzzy msgid "Sort Metric" msgstr "Mostra metrica" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Importa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Query vuota?" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "Importa" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "Mostra metrica" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 -#, fuzzy, python-format +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 +#, fuzzy msgid "Sort columns by" msgstr "Visualizza colonne" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 #, fuzzy msgid "Sort filter values" msgstr "Filtrabile" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "Mostra metrica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 #, fuzzy msgid "Sort type" msgstr "Grafici" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Sorgente" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "" @@ -11121,63 +14199,100 @@ msgstr "" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 #, fuzzy msgid "Split number" msgstr "Numero Grande" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Cerca / Filtra" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parametri" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "Query salvate" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11185,82 +14300,152 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "Ultima Modifica" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Ultima Modifica" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Creato il" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "Tipo" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "Serie Temporali - Stacked" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Query vuota?" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Istogramma" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -11268,20 +14453,35 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "Porta Broker" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "Larghezza" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "Creato il" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11289,29 +14489,67 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Seleziona una destinazione" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Valore del filtro" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "Sunburst" @@ -11320,33 +14558,42 @@ msgstr "Sunburst" msgid "Sunburst Chart" msgstr "Esplora grafico" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Esplora grafico" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 #, fuzzy msgid "Superset Chart" msgstr "Esplora grafico" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Esplora grafico" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Importa dashboard" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "" -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "Database" @@ -11355,35 +14602,49 @@ msgstr "Database" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "Seleziona una destinazione" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 #, fuzzy msgid "Symbol size" msgstr "Grandezza della bolla" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11395,11 +14656,21 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "è temporale" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "è temporale" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "" @@ -11408,43 +14679,42 @@ msgstr "" msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Nome" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Tabella" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "Vista Tabella" @@ -11455,18 +14725,33 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 #, fuzzy msgid "Table cache timeout" msgstr "Cache Timeout" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Colonna del Tempo" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "Importa" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "" @@ -11476,24 +14761,59 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Tabelle" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "La tua query non può essere salvata" + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "La query non può essere caricata" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +msgid "Tag parameters are invalid." +msgstr "" + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "La query non può essere caricata" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "" @@ -11503,46 +14823,45 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "Database" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Parametri" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11553,24 +14872,31 @@ msgstr "" msgid "Test Connection" msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Testa la Connessione" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 #, fuzzy msgid "Text" msgstr "textarea" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -11578,49 +14904,66 @@ msgstr "" "Il CSS di ogni singola dashboard può essere modificato qui, oppure nella " "vista della dashboard dove i cambiamenti sono visibili immediatamente" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 #, fuzzy msgid "The annotation has been saved" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 #, fuzzy msgid "The annotation has been updated" msgstr "La tua query non può essere salvata" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "Sorgente dati e tipo di grafico" + +#: superset/common/query_context_processor.py:584 #, fuzzy msgid "The chart does not exist" msgstr "Sorgente dati e tipo di grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11631,40 +14974,44 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -11675,7 +15022,7 @@ msgstr "" "dall'espressione. Nella maggior parte dei casi gli utenti non hanno " "bisogno di fare questa modifica." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11683,34 +15030,44 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Template CSS" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "" -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 #, fuzzy msgid "The database was not found." msgstr "Template CSS" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11718,11 +15075,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11731,25 +15089,25 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "La query non può essere caricata" -#: superset/errors.py:92 +#: superset/errors.py:98 #, fuzzy msgid "The datasource is too large to query." msgstr "Sorgente Dati" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11759,83 +15117,71 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "Durata (in secondi) per il timeout della cache per questa slice." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11850,46 +15196,46 @@ msgstr "" "qualora si modifica un'origine dati. Se vuoi modificare l'origine dati " "per una slide, devi sovrascriverla dal 'vista di esplorazione'" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11902,13 +15248,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11916,7 +15262,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11924,54 +15270,54 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/errors.py:128 +#: superset/errors.py:134 #, fuzzy msgid "The object does not exist in the given database." msgstr "Nome delle tabella esistente nella sorgente del database" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11980,7 +15326,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11989,7 +15335,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11998,7 +15344,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -12007,19 +15353,19 @@ msgid "" " they are needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -12031,116 +15377,121 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 #, fuzzy msgid "The port is closed." msgstr "Nome Completo" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "La query non può essere caricata" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "" @@ -12148,29 +15499,35 @@ msgstr "" msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." @@ -12179,28 +15536,32 @@ msgstr "" "fasi, è necessario andare sul pulsante di modifica della nuova tabella " "per configurarla." -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12208,8 +15569,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12230,52 +15591,71 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "Il tipo di visualizzazione da mostrare" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "" @@ -12283,7 +15663,7 @@ msgstr "" msgid "There are unsaved changes." msgstr "" -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -12295,96 +15675,125 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "Errore nel creare il datasource" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "Errore nel recupero dei metadati della tabella" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12392,55 +15801,55 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 -#, python-format -msgid "There was an issue fetching your recent activity: %s" -msgstr "" +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Errore nel recupero dati" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12452,8 +15861,8 @@ msgstr "" "JSON è esposto qui per referenza e per utenti esperti che vogliono " "modificare parametri specifici." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -12464,57 +15873,95 @@ msgstr "" "qui come riferimento e per gli utenti esperti che vogliono modificare " "parametri specifici." -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This chart type is not supported when using an unsaved query as a chart " +"source. " msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12528,11 +15975,11 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "" @@ -12540,36 +15987,51 @@ msgstr "" msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -12577,16 +16039,24 @@ msgstr "" "Questo campo agisce come una vista Superset, il che vuol dire che " "Superset eseguirà una query su questa stringa come sotto-query." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12595,7 +16065,7 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " @@ -12606,11 +16076,11 @@ msgstr "" "la dimensione usando la funzione di drag & drop nella vista della " "dashboard. " -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12619,81 +16089,118 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +msgid "This visualization type does not support cross-filtering." +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "Colonna del Tempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 #, fuzzy msgid "Time Comparison" msgstr "Colonna del Tempo" @@ -12703,87 +16210,95 @@ msgstr "Colonna del Tempo" msgid "Time Format" msgstr "Formato Datetime" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Offset temporale" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Formato Datetime" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "Colonna del Tempo" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Serie Temporali - Grafico Barre" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Serie Temporali - Grafico Lineare ad Assi Duali" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Serie Temporali - Grafico Lineare" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "Serie Temporali - Grafico Lineare" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Serie Temporali - Cambiamento Percentuale" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 #, fuzzy msgid "Time Series Options" msgstr "Colonna del Tempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 #, fuzzy msgid "Time Shift" msgstr "Offset temporale" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Colonna del Tempo" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12792,11 +16307,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Colonna del Tempo" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12804,32 +16334,19 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" -"Espressione temporale da utilizzare come predicato durante il recupero di" -" valori distinti per popolare la componente del filtro. Viene applicata " -"solo quando è attivata l'opzione \"Abilita selezione filtro\". Se si " -"inserisce `7 giorni fa`, l'elenco distinto di valori nel filtro verrà " -"popolato in base al valore distinto della settimana passata" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 #, fuzzy msgid "Time filter" msgstr "Aggiungi filtro" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "Formato Datetime" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "" @@ -12838,49 +16355,51 @@ msgstr "" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Formato Datetime" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "Attributi relativi al tempo" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Colonna del Tempo" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "Colonna del Tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "Offset temporale" @@ -12891,45 +16410,45 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "Serie Temporali - Grafico Barre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "Serie Temporali - Grafico Barre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 #, fuzzy -msgid "Time-series Bar Chart v2" +msgid "Time-series Bar Chart (legacy)" msgstr "Serie Temporali - Grafico Barre" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "Serie Temporali - Grafico Lineare" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "Serie Temporali - Cambiamento Percentuale" @@ -12938,35 +16457,36 @@ msgstr "Serie Temporali - Cambiamento Percentuale" msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12974,11 +16494,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "Serie Temporali - Stacked" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12990,114 +16510,147 @@ msgstr "" msgid "Timeout error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -#, fuzzy -msgid "Timestamp Format" -msgstr "Formato Datetime" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 #, fuzzy msgid "Timestamp format" msgstr "Formato Datetime" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Timezone offset (in ore) per questa sorgente dati" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 #, fuzzy msgid "Timezone selector" msgstr "Seleziona una colonna" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "Min" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "Titolo" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 #, fuzzy msgid "Title Column" msgstr "Colonna del Tempo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "Sorgente Dati" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "ottenere una URL leggibile per la tua dashboard" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 #, fuzzy msgid "Tools" msgstr "Ruoli" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "Lista Metriche" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 #, fuzzy msgid "Tooltip time format" msgstr "Formato Datetime" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "Cancella" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "Altezza" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Valore del filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -13105,11 +16658,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -13118,109 +16671,146 @@ msgstr "" msgid "Tree Chart" msgstr "Esplora grafico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "Azione" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Treemap" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "Treemap" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Mostra metrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "condividi query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Tipo" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "Seleziona %s" @@ -13235,79 +16825,91 @@ msgstr "Seleziona %s" msgid "UI Configuration" msgstr "Controlli del filtro" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 #, fuzzy msgid "URL Parameters" msgstr "Parametri" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "La query non può essere caricata" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "Parametri" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "Slug" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13315,129 +16917,145 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Seleziona una colonna" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 msgid "Unknown value" msgstr "" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Mostra database" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Query senza nome" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Query senza nome" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Grafico a torta" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "L'aggiornamento del grafico è stato fermato" @@ -13445,84 +17063,143 @@ msgstr "L'aggiornamento del grafico è stato fermato" msgid "Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "Database" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +msgid "Upload Enabled" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 -msgid "Upload JSON file" +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" msgstr "" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +msgid "Upload JSON file" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 #, fuzzy -msgid "Use Area Proportions" -msgstr "Elenco Dashboard" - -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -#, fuzzy, python-format -msgid "Use Columns" -msgstr "Visualizza colonne" +msgid "Upload columnar file" +msgstr "Colonna" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 -msgid "Use a log scale" -msgstr "" +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Mostra database" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 -msgid "Use a log scale for the X-axis" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Gestisci" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Query in un nuovo tab" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +#, fuzzy +msgid "Use Area Proportions" +msgstr "Elenco Dashboard" + +#: superset/views/database/forms.py:462 +#, fuzzy +msgid "Use Columns" +msgstr "Visualizza colonne" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 +msgid "Use a log scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 +msgid "Use a log scale for the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +msgid "Use the edit button to change this field" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" @@ -13532,7 +17209,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13542,7 +17219,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13550,24 +17227,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "Utente" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "Ruoli Utente" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13575,25 +17256,19 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "condividi query" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 #, fuzzy msgid "Username" msgstr "Ricerca Query" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13601,6 +17276,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13608,160 +17284,194 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 #, fuzzy msgid "Value Format" msgstr "Formato Datetime" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 #, fuzzy msgid "Value format" msgstr "Formato Datetime" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 #, fuzzy msgid "Value is required" msgstr "Sorgente Dati" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 #, fuzzy msgid "Value must be greater than 0" msgstr "La data di inizio non può essere dopo la data di fine" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +#, fuzzy +msgid "Values dependent on" +msgstr "Importa" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Nome Completo" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "Sovrascrivi la slice %s" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Mostra database" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Grafico a Proiettile" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +msgid "View as table" +msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "Esponi in SQL Lab" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "condividi query" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "visualizza risultati" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "Cancella" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 #, fuzzy msgid "Viewport" msgstr "Importa" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Mostra database" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Tipo di Visualizzazione" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Tipo di Visualizzazione" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Tipo di Visualizzazione" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13775,6 +17485,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13787,49 +17503,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13850,11 +17583,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Datasource mancante per la visualizzazione" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "Tipo" @@ -13862,68 +17595,84 @@ msgstr "Tipo" msgid "WED" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13931,66 +17680,97 @@ msgstr "" msgid "Wednesday" msgstr "" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 #, fuzzy msgid "Week" msgstr "settimana" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "Importa" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "settimana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "Altezza" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" @@ -13998,22 +17778,27 @@ msgstr "" "Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la " "creazione della tabella con questo schema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -14022,19 +17807,27 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." @@ -14042,67 +17835,77 @@ msgstr "" "Se questa colonna è esposta nella sezione `Filtri` della vista " "esplorazione." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -14110,67 +17913,80 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" @@ -14178,15 +17994,15 @@ msgstr "" "Se rendere disponibile questa colonna come opzione [Time Granularity], la" " colonna deve essere di tipo DATETIME o simile" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " @@ -14195,83 +18011,77 @@ msgstr "" "Usato per popolare la finestra a cascata dei filtri dall'elenco dei " "valori distinti prelevati dal backend al volo" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -14280,7 +18090,8 @@ msgstr "" msgid "White" msgstr "Titolo" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "Larghezza" @@ -14288,11 +18099,15 @@ msgstr "Larghezza" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -14301,121 +18116,143 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "Azione" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "Mappa del Mondo" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 #, fuzzy msgid "X Axis Format" msgstr "Formato Datetime" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Importa" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "" @@ -14427,28 +18264,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14460,36 +18296,68 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Importa" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 #, fuzzy msgid "Year" msgstr "anno" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "anno" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14497,91 +18365,122 @@ msgstr "" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "Mappa della Nazione" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." @@ -14590,200 +18489,311 @@ msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + #: superset/dashboards/commands/exceptions.py:86 #, fuzzy msgid "You don't have access to this dashboard." msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 #, fuzzy msgid "You don't have permission to modify the value." msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/views/core.py:406 -msgid "You have no permission to approve this request" -msgstr "" +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 msgid "You have removed this filter." msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "La tua query non può essere salvata" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "La tua query è stata salvata" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "La tua query è stata salvata" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "La tua query è stata salvata" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 #, fuzzy msgid "Your report could not be deleted" msgstr "La query non può essere caricata" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "descrizione" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "Aggiungi ad una nuova dashboard" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 #, fuzzy msgid "[Missing Dataset]" msgstr "Seleziona una destinazione" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] Accesso al datasource $(name) concesso" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -#, fuzzy, python-format +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +#, fuzzy msgid "[Untitled]" msgstr "%s - senza nome" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "%s - senza nome" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14791,22 +18801,20 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 @@ -14814,108 +18822,208 @@ msgstr "" msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "Descrizione" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 #, fuzzy msgid "bottom" msgstr "dttm" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "Login" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Gestisci" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "Grafici" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Cerca / Filtra" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "Colonna" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "Colonna" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "Creato il" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Creato il" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 #, fuzzy msgid "cumulative" msgstr "Azione" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "Elenco Dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "Database" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Database" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "giorno" @@ -14928,30 +19036,90 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Grafico a Proiettile" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Endpoint predefinito" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "Cancella" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "descrizione" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "descrizione" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "" @@ -14959,36 +19127,73 @@ msgstr "" msgid "dttm" msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 #, fuzzy msgid "e.g. Analytics" msgstr "Analytics avanzate" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 #, fuzzy msgid "e.g., a \"user id\" column" msgstr "Colonna del Tempo" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "Ricerca Query" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Query salvate" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -15015,47 +19220,92 @@ msgstr "mese" msgid "every month" msgstr "mese" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Esplora grafico" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Nome Completo" + +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Mappa di Intensità" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "ora" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15065,7 +19315,7 @@ msgstr "" msgid "in" msgstr "Min" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "in modale" @@ -15083,21 +19333,21 @@ msgstr "" msgid "joined" msgstr "" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "json non è valido" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "Tabella" @@ -15125,26 +19375,81 @@ msgstr "settimana" msgid "last year" msgstr "Cluster" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "Cancella" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Grafico a torta" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Max" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Metrica" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "Min" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "minuto" @@ -15154,62 +19459,154 @@ msgstr "minuto" msgid "minute(s)" msgstr "minuto" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "mese" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "mese" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Nome" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "ora" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "La tua query non può essere salvata" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Importa" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "Template CSS" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -15218,121 +19615,300 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "condividi query" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 #, fuzzy msgid "queries" msgstr "Query salvate" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "condividi query" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 #, fuzzy msgid "red" msgstr "Creato il" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "Importa" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "Importa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 #, fuzzy msgid "right" msgstr "Altezza" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "Testa la Connessione" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "Query salvate" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "seconds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Query salvate" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "condividi query" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "Cerca / Filtra" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Istogramma" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Nessun Accesso!" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "textarea" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 msgid "top" msgstr "" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 #, fuzzy msgid "value ascending" msgstr "Importa" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 #, fuzzy msgid "value descending" msgstr "Importa" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "descrizione" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Tipo" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "è stata creata" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "settimana" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "anno" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/ja/LC_MESSAGES/messages.json b/superset/translations/ja/LC_MESSAGES/messages.json index 99e308cfa75ce..5018a00e07ccb 100644 --- a/superset/translations/ja/LC_MESSAGES/messages.json +++ b/superset/translations/ja/LC_MESSAGES/messages.json @@ -2,2567 +2,4048 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=1; plural=0", "lang": "ja" }, - "Home": ["ホーム"], - "Annotation Layers": ["注釈レイヤー"], - "Manage": ["管理"], - "Databases": ["データベース"], - "Data": ["データ"], - "Datasets": ["データセット"], - "Charts": ["チャート"], - "Dashboards": ["ダッシュボード"], - "Plugins": ["プラグイン"], - "CSS Templates": ["CSSテンプレート"], - "Row level security": ["行レベルセキュリティ"], - "Security": ["セキュリティ"], - "Import Dashboards": ["ダッシュボードをインポート"], - "SQL Editor": ["SQL Editor"], - "SQL Lab": ["SQL Lab"], - "Saved Queries": ["保存したクエリ"], - "Query History": ["クエリ履歴"], - "Upload a CSV": ["CSVをアップロード"], - "Upload Excel": ["Excelをアップロード"], - "Action Log": ["操作履歴"], - "Dashboard Emails": ["ダッシュボードメール"], - "Chart Email Schedules": ["チャートメールスケジュール"], - "Alerts": ["アラート"], - "Alerts & Reports": ["アラートとレポート"], - "Access requests": ["アクセス要求"], - "Druid Datasources": ["Druid データソース"], - "Druid Clusters": ["Druid クラスタ"], - "Scan New Datasources": ["新しいデータソースをスキャン"], - "Refresh Druid Metadata": ["Druid Metadataを更新"], - "Issue 1000 - The datasource is too large to query.": [ - "Issue 1000 - データ ソースが大きすぎてクエリを実行できませんでした。" + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "" ], - "Issue 1001 - The database is under an unusual load.": [ - "Issue 1001 - データベースに異常な負荷がかかっています。" + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" ], - "Issue 1002 - The database returned an unexpected error.": [ - "Issue 1002 - データベースが予期しないエラーを返しました。" + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "" ], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "Issue 1003 - SQL クエリに構文エラーがあります。スペルミスやタイプミスがないか確認して下さい。" + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "" ], - "Issue 1004 - The column was deleted or renamed in the database.": [ - "Issue 1004 - データベースでカラムが削除または名前変更されました。" + "%(user)s's profile": ["%(user)s' のプロファイル"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "" ], - "Issue 1005 - The table was deleted or renamed in the database.": [ - "Issue 1005 - データベースでテーブルが削除または名前変更されました。" + "%s Error": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": [""], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": [""], + "%s operator(s)": [""], + "%s option(s)": [""], + "%s saved metric(s)": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": ["(削除)"], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "" ], - "Issue 1005 - The schema was deleted or renamed in the database.": [ - "Issue 1005 - データベースでスキーマが削除または名前変更されました。" + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" ], - "Issue 1006 - One or more parameters specified in the query are missing.": [ - "Issue 1006 - クエリで指定された1つ以上のパラメーターが見つかりません。" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Issue 1007 - The hostname provided can't be resolved.": [ - "Issue 1007 - 指定されたホスト名を解決できません。" + ".": [""], + "0 Selected": [""], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1時間"], + "1 minute": ["1分"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "10 minute": ["10分"], + "104 weeks ago": [""], + "15 minute": ["15分"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 letter code of the country": [""], + "3 years ago": [""], + "30 days": ["30日"], + "30 minutes": ["30分"], + "30 seconds": ["30秒"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": ["5分"], + "5 minutes": ["5分"], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": ["60日"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90日"], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ + "" ], - "Issue 1008 - The port is closed.": [ - "Issue 1008 - ポートが閉じています。" + "A database with the same name already exists.": [""], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "Issue 1009 - The host might be down, and can't be reached on the provided port.": [ - "Issue 1009 - 指定されたポートに到達できません。ホストがダウンしている可能性があります。" + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "Issue 1010 - Superset encountered an error while running a command.": [ - "Issue 1010 - コマンドの実行中にSuperset内でエラーが発生しました。" + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ + "" ], - "Issue 1011 - Superset encountered an unexpected error.": [ - "Issue 1011 - Supersetで予期しないエラーが発生しました。" + "A map of the world, that can indicate values in different countries.": [ + "" ], - "Issue 1012 - The username provided when connecting to a database is not valid.": [ - "Issue 1012 - データベース接続時に指定されたユーザー名が無効です。" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Issue 1013 - The password provided when connecting to a database is not valid.": [ - "Issue 1013 - データベース接続時に指定されたパスワードが無効です。" + "A metric to use for color": ["色に使用する指標"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "Issue 1014 - Either the username or the password is wrong.": [ - "Issue 1014 - ユーザー名またはパスワードが間違っています。" + "A readable URL for your dashboard": ["ダッシュボード用の読みやすいURL"], + "A reference to the [Time] configuration, taking granularity into account": [ + "" ], - "Issue 1015 - Either the database is spelled incorrectly or does not exist.": [ - "Issue 1015 - データベース名が正しくないか、または存在しません。" + "A report named \"%(name)s\" already exists": [""], + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "" ], - "Issue 1017 - User doesn't have the proper permissions.": [ - "Issue 1017 - ユーザーに適切なアクセス許可がありません。" + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Invalid certificate": ["無効な証明書"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "関数 %(func)s の安全でない戻り値の型: %(value_type)s" + "A timeout occurred while executing the query.": [ + "クエリの実行中にタイムアウトが発生しました。" ], - "Unsupported return value for method %(name)s": [ - "メソッド %(name)s のサポートされていない戻り値" + "A timeout occurred while generating a csv.": [ + "csv の生成中にタイムアウトが発生しました。" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "キー %(key)s の安全でないテンプレート値: %(value_type)s" + "A timeout occurred while taking a screenshot.": [ + "スクリーンショットの撮影中にタイムアウトが発生しました。" ], - "Unsupported template value for key %(key)s": [""], - "SQL Lab timeout. This environment's policy is to kill queries after {} seconds.": [ - "SQL Labタイムアウト。この環境のポリシーは {} 秒後にクエリを強制終了します。" + "A valid color scheme is required": ["有効な配色が必要です"], + "APPLY": ["適用"], + "APR": ["4月"], + "AQE": [""], + "AUG": ["8月"], + "AXIS TITLE MARGIN": [""], + "About": [""], + "Access": ["アクセス"], + "Access requests": ["アクセス要求"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": [""], + "Action": ["アクション"], + "Action Log": ["操作履歴"], + "Actions": ["アクション"], + "Active": ["アクティブ"], + "Actual time range": ["実際の期間"], + "Add": ["追加"], + "Add CSS Template": ["CSSテンプレートを追加"], + "Add CSS template": ["CSSテンプレートを追加する"], + "Add Chart": ["チャートを追加"], + "Add Column": [""], + "Add Dashboard": ["ダッシュボードを追加"], + "Add Database": ["データベースを追加"], + "Add Log": ["ログを追加"], + "Add Metric": ["指標を追加"], + "Add Row level security filter": [""], + "Add Saved Query": ["保存したクエリを追加"], + "Add a Plugin": [""], + "Add a new tab to create SQL Query": [""], + "Add an item": ["アイテムを追加"], + "Add annotation": ["注釈を追加"], + "Add annotation layer": ["注釈レイヤーを追加"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Only `SELECT` statements are allowed against this database": [ - "`SELECT` 操作のみがこのDBに対して許可されています" + "Add delivery method": [""], + "Add filter": ["フィルタを追加"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "Add filters and dividers": [""], + "Add item": [""], + "Add metric": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": [""], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add to dashboard": ["新しいダッシュボードに追加"], + "Added": ["追加済み"], + "Additional fields may be required": [""], + "Additional information": ["追加情報"], + "Additional text to add before or after the value, e.g. unit": [""], + "Additive": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": [""], + "Advanced Analytics": [""], + "Advanced Data type": [""], + "Advanced analytics": [""], + "Advanced analytics Query A": [""], + "Advanced analytics Query B": [""], + "Advanced data type": [""], + "Advanced-Analytics": [""], + "Aesthetic": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "Viz is missing a datasource": ["Viz はデータソースがありません"], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "From date cannot be larger than to date": [ - "開始日は終了日を超えてはいけません" + "Aggregation function": [""], + "Alert Triggered, In Grace Period": ["アラート発動、猶予期間中"], + "Alert condition": ["アラート状態"], + "Alert condition schedule": ["アラート状態スケジュール"], + "Alert ended grace period.": ["アラートは猶予期間を終了しました。"], + "Alert failed": ["アラートに失敗しました"], + "Alert fired during grace period.": [ + "猶予期間中にアラートが発生しました。" ], - "Cached value not found": ["キャッシュされた値が見つかりません"], - "Columns missing in datasource: %(invalid_columns)s": [""], - "Table View": [""], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ - "[Columns] を [Group By]/[Metrics]/[Percentage Metrics] と組み合わせて使用することはできません。どちらか一方を選択してください。" + "Alert found an error while executing a query.": [ + "クエリの実行中にアラートがエラーを検出しました。" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [""], - "Time Table View": [""], - "Pick at least one metric": ["少なくとも1つの指標を選択してください"], - "When using 'Group By' you are limited to use a single metric": [ - "‘Group By’ を使用する場合、指標は1つに制限されます。" + "Alert name": ["アラート名"], + "Alert on grace period": ["猶予期間に関するアラート"], + "Alert query returned a non-number value.": [ + "アラートクエリが数値以外の値を返しました。" ], - "Pivot Table": ["ピボットテーブル"], - "Please choose at least one 'Group by' field ": [ - "少なくとも1つの[Group by]フィールドを選択してください " + "Alert query returned more than one column.": [ + "アラートクエリが複数の列を返しました。" ], - "Please choose at least one metric": [ - "少なくとも1つの指標を選択してください" + "Alert query returned more than one column. %s columns returned": [ + "アラートクエリが複数の列を返しました。%s 列が返されました" ], - "Group By' and 'Columns' can't overlap": [ - "‘Group by’ と ‘Columns’ は重複できません" + "Alert query returned more than one row.": [ + "アラートクエリが複数の行を返しました。" ], - "Treemap": ["ツリーマップ"], - "Calendar Heatmap": [""], - "Bubble Chart": ["バブルチャート"], - "Please use 3 different metric labels": [ - "3つの異なる指標ラベルを使用してください" + "Alert query returned more than one row. %s rows returned": [ + "アラートクエリが複数の行を返しました。 %s 行が返されました" ], - "Pick a metric for x, y and size": [""], - "Bullet Chart": [""], - "Pick a metric to display": ["表示する指標を選択"], - "Big Number with Trendline": [""], - "Pick a metric!": ["指標を選んでください!"], - "Big Number": ["数値"], - "Time Series - Line Chart": ["時系列 - 折れ線グラフ"], - "Pick a time granularity for your time series": [ - "時系列の時間粒度を選択" + "Alert running": ["アラート発動中"], + "Alert triggered, notification sent": [ + "アラートが発動し、通知が送信されました" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "時間比較を使用する場合は、期間 (開始と終了の両方) を指定する必要があります。" + "Alert validator config error.": ["アラートバリデーター設定エラー。"], + "Alerts": ["アラート"], + "Alerts & Reports": ["アラートとレポート"], + "Alerts & reports": ["アラートとレポート"], + "Align +/-": [""], + "All": [""], + "All Text": [""], + "All charts": ["すべてのチャート"], + "All filters": ["すべてのフィルタ"], + "All filters (%(filterCount)d)": [""], + "All panels with this column will be affected by this filter": [ + "この列のすべてのパネルは、このフィルターの影響を受けます" ], - "Time Series - Multiple Line Charts": ["時系列 - 複数の折れ線グラフ"], - "Time Series - Dual Axis Line Chart": ["時系列 - 二重軸折れ線グラフ"], - "Pick a metric for left axis!": [""], - "Pick a metric for right axis!": [""], - "Please choose different metrics on left and right axis": [""], - "Time Series - Bar Chart": ["時系列 - 棒グラフ"], - "Time Series - Period Pivot": ["時系列 - 期間ピボット"], - "Time Series - Percent Change": ["時系列 - 変化率"], - "Time Series - Stacked": ["時系列 - 積み上げ"], - "Histogram": ["ヒストグラム"], - "Must have at least one numeric column specified": [ - "少なくとも 1 つの数値列を指定する必要があります。" + "Allow CREATE TABLE AS": [""], + "Allow CREATE TABLE AS option in SQL Lab": [""], + "Allow CREATE VIEW AS": [""], + "Allow CREATE VIEW AS option in SQL Lab": [""], + "Allow Csv Upload": [""], + "Allow DML": [""], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "Distribution - Bar Chart": ["棒グラフ"], - "Can't have overlap between Series and Breakdowns": [""], - "Pick at least one field for [Series]": [""], - "Sunburst": [""], - "Sankey": ["サンキー"], - "Pick exactly 2 columns as [Source / Target]": [""], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "Directed Force Layout": [""], - "Country Map": ["国別地図"], - "World Map": ["世界地図"], - "Filters": ["フィルタ"], - "Invalid filter configuration, please select a column": [""], - "Parallel Coordinates": [""], - "Heatmap": ["ヒートマップ"], - "Horizon Charts": [""], - "Mapbox": [""], - "[Longitude] and [Latitude] must be set": [""], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "[Label] として ’count’ を持つには、[Group By] 列が必要です" + "Allow multiple selections": ["複数の選択を許可する"], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "" ], - "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": [""], - "Invalid spatial point encountered: %s": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Allowed Domains (comma separated)": [""], + "Alphabetical": ["ABC順"], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "" ], - "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": [""], - "Deleted %(num)d annotation layer": [""], - "All Text": [""], - "Deleted %(num)d annotation": [""], - "End date must be after start date": [ - "開始日は終了日を超えてはいけません" + "Altered": ["変更"], + "An alert named \"%(name)s\" already exists": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "時間比較を使用する場合は、期間 (開始と終了の両方) を指定する必要があります。" ], - "Short description must be unique for this layer": [""], - "Annotations could not be deleted.": [""], - "Annotation not found.": [""], - "Annotation parameters are invalid.": [""], - "Annotation could not be created.": [""], - "Annotation could not be updated.": [""], - "Annotation delete failed.": [""], - "Annotation layer parameters are invalid.": [""], - "Annotation layer could not be deleted.": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "Annotation layer not found.": [""], - "Annotation layer delete failed.": [""], - "Annotation layer has associated annotations.": [""], - "Name must be unique": [""], - "Deleted %(num)d chart": [""], - "Request is not JSON": [""], - "Request is incorrect: %(error)s": [""], - "`confidence_interval` must be between 0 and 1 (exclusive)": [""], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "An error has occurred": ["エラーが発生しました"], + "An error occurred": ["エラーが発生しました"], + "An error occurred saving dataset": [""], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "`width` must be greater or equal to 0": [""], - "`row_limit` must be greater than or equal to 0": [""], - "`row_offset` must be greater than or equal to 0": [""], - "There are associated alerts or reports: %s,": [""], - "Time string is unclear. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "An error occurred while creating the data source": [ + "データ ソースの作成中にエラーが発生しました" + ], + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "Cannot parse time string [%(human_readable)s]": [""], - "Database does not exist": [""], - "Dashboards do not exist": ["ダッシュボードは存在しません"], - "Datasource type is required when datasource_id is given": [""], - "Chart parameters are invalid.": [""], - "Chart could not be created.": ["チャートを作成できませんでした。"], - "Chart could not be updated.": [ - "チャートをアップロードできませんでした。" + "An error occurred while fetching available CSS templates": [ + "利用可能なCSSテンプレートの取得中にエラーが発生しました" ], - "Chart could not be deleted.": ["チャートを削除できませんでした。"], - "There are associated alerts or reports": [ - "関連するアラートまたはレポートがあります" + "An error occurred while fetching chart created by values: %s": [""], + "An error occurred while fetching chart owners values: %s": [""], + "An error occurred while fetching created by values: %s": [""], + "An error occurred while fetching dashboard created by values: %s": [ + "作成したダッシュボードの取得中にエラーが発生しました: %s" ], - "Changing this chart is forbidden": [ - "このチャートの変更は禁止されています" + "An error occurred while fetching dashboard owner values: %s": [ + "ダッシュボードの所有者の値の取得中にエラーが発生しました: %s" ], - "Charts could not be deleted.": ["チャートを削除できませんでした。"], - "Import chart failed for an unknown reason": [""], - "Owners are invalid": [""], - "Some roles do not exist": ["一部のロールが存在しません"], - "Dataset does not exist": ["データセットが存在しません"], - "Invalid result type: %(result_type)": [""], - "The chart does not exist": ["チャートが存在しません"], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "" + "An error occurred while fetching dashboards: %s": [ + "ダッシュボードの取得中にエラーが発生しました: %s" ], - "`operation` property of post processing object undefined": [""], - "Unsupported post processing operation: %(operation)s": [""], - "Adding new datasource [{}]": [""], - "Refreshing datasource [{}]": [""], - "Metric(s) {} must be aggregations.": [""], - "Unsupported extraction function: ": [""], - "Columns": ["列"], - "Show Druid Column": [""], - "Add Druid Column": [""], - "Edit Druid Column": [""], - "Column": ["列"], - "Type": ["タイプ"], - "Datasource": ["データソース"], - "Groupable": ["グループ分け可能"], - "Filterable": ["フィルタ可能"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "" + "An error occurred while fetching database related data: %s": [""], + "An error occurred while fetching database values: %s": [""], + "An error occurred while fetching dataset datasource values: %s": [ + "データセット・データソース値の取得中にエラーが発生しました: %s" ], - "Metrics": ["指標"], - "Show Druid Metric": [""], - "Add Druid Metric": [""], - "Edit Druid Metric": [""], - "Metric": ["指標"], - "Description": [""], - "Verbose Name": [""], - "JSON": [""], - "Druid Datasource": [""], - "Warning Message": ["警告メッセージ"], - "Show Druid Cluster": [""], - "Add Druid Cluster": [""], - "Edit Druid Cluster": [""], - "Cluster Name": [""], - "Broker Host": [""], - "Broker Port": [""], - "Broker Username": [""], - "Broker Password": [""], - "Broker Endpoint": [""], - "Cache Timeout": [""], - "Metadata Last Refreshed": [""], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "" + "An error occurred while fetching dataset owner values: %s": [""], + "An error occurred while fetching dataset related data": [""], + "An error occurred while fetching dataset related data: %s": [""], + "An error occurred while fetching datasets: %s": [""], + "An error occurred while fetching function names.": [ + "関数名の取得中にエラーが発生しました。" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching tab state": [""], + "An error occurred while fetching table metadata": [""], + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "Show Druid Datasource": [""], - "Add Druid Datasource": [""], - "Edit Druid Datasource": [""], - "The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'": [ + "An error occurred while hiding the left bar. Please contact your administrator.": [ "" ], - "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": [ - "" + "An error occurred while loading the SQL": [ + "SQL のロード中にエラーが発生しました" ], - "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": [ - "" + "An error occurred while pruning logs ": [ + "ログのプルーニング中にエラーが発生しました " ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Associated Charts": [""], - "Data Source": [""], - "Cluster": [""], - "Owners": ["所有者"], - "Is Hidden": ["非表示"], - "Enable Filter Select": [""], - "Default Endpoint": [""], - "Time Offset": [""], - "Datasource Name": ["データソース名"], - "Fetch Values From": [""], - "Changed By": ["更新者"], - "Modified": ["最終更新"], - "Refreshed metadata from cluster [{}]": [""], - "Only `SELECT` statements are allowed": [ - "'SELECT' 操作のみが許可されます" - ], - "Only single queries supported": [ - "単一のクエリのみがサポートされています" - ], - "Error in jinja expression in fetch values predicate: %(msg)s": [""], - "Virtual dataset query must be read-only": [""], - "Error while rendering virtual dataset query: %(msg)s": [""], - "Virtual dataset query cannot be empty": [""], - "Virtual dataset query cannot consist of multiple statements": [""], - "Error in jinja expression in RLS filters: %(msg)s": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "Empty query?": [""], - "Metric '%(metric)s' does not exist": [""], - "Unknown column used in orderby: %(col)s": [""], - "Time column \"%(col)s\" does not exist in dataset": [""], - "Filter value list cannot be empty": [""], - "Must specify a value for filters with comparison operators": [""], - "Invalid filter operation type: %(op)s": [""], - "Error in jinja expression in WHERE clause: %(msg)s": [""], - "Error in jinja expression in HAVING clause: %(msg)s": [""], - "Database does not support subqueries": [ - "データベースはサブクエリをサポートしていません" - ], - "Db engine did not return all queried columns": [""], - "Show Column": [""], - "Add Column": [""], - "Edit Column": [""], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "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.": [ + "An error occurred while setting the tab autorun. Please contact your administrator.": [ "" ], - "Table": ["テーブル"], - "Expression": ["式"], - "Is temporal": [""], - "Datetime Format": ["日時フォーマット"], - "Invalid date/timestamp format": [ - "無効な日付/タイムスタンプのフォーマット" - ], - "Show Metric": ["指標を表示"], - "Add Metric": ["指標を追加"], - "Edit Metric": ["指標を編集"], - "SQL Expression": ["SQL 式"], - "D3 Format": [""], - "Extra": [""], - "Row level security filter": [""], - "Show Row level security filter": [""], - "Add Row level security filter": [""], - "Edit Row level security filter": [""], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "An error occurred while setting the tab database ID. Please contact your administrator.": [ "" ], - "These are the tables this filter will be applied to.": [""], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "An error occurred while setting the tab schema. Please contact your administrator.": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ "" ], - "Tables": ["テーブル"], - "Roles": [""], - "Clause": [""], - "Creator": ["作成者"], - "Show Table": ["テーブルを表示"], - "Import a table definition": ["テーブル定義のインポート"], - "Edit Table": ["テーブルを編集"], - "Name of the table that exists in the source database": [""], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "An unknown error occurred. Please contact your Superset administrator": [ "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "" + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["注釈"], + "Annotation Layers": ["注釈レイヤー"], + "Annotation Slice Configuration": ["注釈スライスの構成"], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": [""], + "Annotation layer": ["注釈レイヤー"], + "Annotation layer could not be created.": [""], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer delete failed.": [""], + "Annotation layer has associated annotations.": [""], + "Annotation layer name": ["注釈レイヤー名"], + "Annotation layer not found.": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer type": ["注釈レイヤーのタイプ"], + "Annotation layers": ["注釈レイヤー"], + "Annotation layers are still loading.": [ + "注釈レイヤーはまだ読み込み中です。" ], - "Redirects to this endpoint when clicking on the table from the table list": [ - "" + "Annotation name": ["注釈名"], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotations and layers": [""], + "Annotations could not be deleted.": [""], + "Any": ["任意"], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "ここで選択したカラーパレットは、このダッシュボードの個々のグラフに適用される色を上書きします" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Append": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "" ], - "Database": ["データベース"], - "Last Changed": ["最終更新"], - "Schema": ["スキーマ"], - "Offset": ["オフセット"], - "Table Name": ["テーブル名"], - "Fetch Values Predicate": [""], - "Main Datetime Column": [""], - "SQL Lab View": ["SQL Lab ビュー"], - "Template parameters": ["テンプレートパラメータ"], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ - "" + "Apply": ["適用"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply metrics on": [""], + "Apply to all panels": ["すべてのパネルに適用"], + "Apply to specific panels": ["特定のパネルに適用"], + "April": ["4月"], + "Are you sure you want to cancel?": ["キャンセルしてもよろしいですか?"], + "Are you sure you want to delete": ["削除してもよろしいですか"], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [ + "選択した注釈を削除してもよろしいですか?" ], - "Refresh Metadata": [""], - "Refresh column metadata": [""], - "Metadata refreshed for the following table(s): %(tables)s": [""], - "The following tables added new columns: %(tables)s": [""], - "The following tables removed columns: %(tables)s": [""], - "The following tables update column metadata: %(tables)s": [""], - "Unable to refresh metadata for the following table(s): %(tables)s": [""], - "Deleted %(num)d css template": [""], - "CSS template could not be deleted.": [""], - "CSS template not found.": [""], - "Deleted %(num)d dashboard": [ - " %(num)d 件のダッシュボードを削除しました" + "Are you sure you want to delete the selected charts?": [ + "選択したチャートを削除してもよろしいですか?" ], - "Title or Slug": ["タイトルまたはスラッグ"], - "Role": [""], - "Must be unique": ["一意である必要があります"], - "Dashboard parameters are invalid.": [ - "ダッシュボードパラメータが無効です。" + "Are you sure you want to delete the selected dashboards?": [ + "選択したダッシュボードを削除してもよろしいですか?" ], - "Dashboard not found.": ["ダッシュボードが見つかりません。"], - "Dashboard could not be created.": [ - "ダッシュボードを作成できませんでした。" + "Are you sure you want to delete the selected datasets?": [ + "選択したデータセットを削除しますか?" ], - "Dashboards could not be deleted.": [ - "ダッシュボードを削除できませんでした。" + "Are you sure you want to delete the selected layers?": [ + "選択したレイヤーを削除してもよろしいですか?" ], - "Dashboard could not be updated.": [ - "ダッシュボードを更新できませんでした。" + "Are you sure you want to delete the selected queries?": [ + "選択したクエリを削除しますか?" ], - "Dashboard could not be deleted.": [ - "ダッシュボードを削除できませんでした。" + "Are you sure you want to delete the selected templates?": [ + "選択したテンプレートを削除してもよろしいですか?" ], - "Changing this Dashboard is forbidden": [ - "このダッシュボードの変更は禁止されています" + "Are you sure you want to proceed?": ["続行してもよろしいですか?"], + "Are you sure you want to save and apply changes?": [""], + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" ], - "Import dashboard failed for an unknown reason": [ - "不明な理由でダッシュボードのインポートに失敗しました" + "Assign a set of parameters as": [""], + "Associated Charts": [""], + "Async Execution": [""], + "Asynchronous query execution": ["非同期でのクエリ実行"], + "August": ["8月"], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Autocomplete query predicate": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Axis Bounds": [""], + "Axis Title": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Backward values": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Values": [""], + "Base layer map style": [""], + "Based on a metric": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Basic information": ["基本情報"], + "Batch editing %d filters:": [" %d フィルタのバッチ編集:"], + "Battery level over time": [""], + "Be careful.": [""], + "Big Number": ["数値"], + "Big Number Font Size": [""], + "Big Number with Trendline": [""], + "Bottom": [""], + "Bottom Margin": [""], + "Bottom left": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom right": [""], + "Bottom to Top": [""], + "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.": [ + "" ], - "You don't have access to this dashboard.": [ - "このダッシュボードにアクセスできません。" + "Bounds for the 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.": [ + "" ], - "No data in file": ["ファイルにデータがありません"], - "Table name undefined": [""], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "Box Plot": [""], + "Bubble Chart": ["バブルチャート"], + "Bubble Size": [""], + "Bubble size": [""], + "Bucket break points": [""], + "Build": [""], + "Bulk select": ["一括選択"], + "Bullet Chart": [""], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": ["キャンセル"], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "CREATE VIEW statement": ["CREATE VIEW文"], + "CRON expression": [""], + "CSS": [""], + "CSS Styles": [""], + "CSS Templates": ["CSSテンプレート"], + "CSS applied to the chart": [""], + "CSS template": ["CSSテンプレート"], + "CSS template could not be deleted.": [""], + "CSS template name": ["CSSテンプレート名"], + "CSS template not found.": [""], + "CSS templates": ["CSSテンプレート"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "An engine must be specified when passing individual parameters to a database.": [ + "CSV to Database configuration": [""], + "CSV upload": [""], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "" ], - "Engine \"%(engine)s\" is not a valid engine.": [""], - "Engine spec \"%(engine_spec)s\" does not support being configured via individual parameters.": [ + "CTAS Schema": [""], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ "" ], - "Database parameters are invalid.": [ - "データベース パラメータが無効です。" + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": [""], + "Cache Timeout (seconds)": ["キャッシュタイムアウト (秒)"], + "Cache timeout": [""], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": ["キャッシュされた値が見つかりません"], + "Calculated column [%s] requires an expression": [""], + "Calculated columns": [""], + "Calculation type": [""], + "Calendar Heatmap": [""], + "Can not move top level tab into nested tabs": [ + "トップレベルのタブをネストされたタブに移動できません" ], - "A database with the same name already exists": [""], - "Field is required": [""], - "Field cannot be decoded by JSON. %{json_error}s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [""], + "Cancel": ["キャンセル"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "" ], - "Database not found.": ["データベースが見つかりません。"], - "Database could not be created.": [ - "データベースを作成できませんでした。" + "Cannot load filter": ["フィルタを読み込めません"], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell Size": [""], + "Cell content": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification details": [""], + "Certified by": [""], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["更新者"], + "Changed on": ["変更日"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "データセットを変更すると、ターゲットのデータセットに存在しないカラムやメタデータに依存しているチャートが壊れることがあります" ], - "Database could not be updated.": [ - "データベースを更新できませんでした。" + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" ], - "Connection failed, please check your connection settings": [""], - "Cannot delete a database that has tables attached": [""], - "Database could not be deleted.": [ - "データベースを削除できませんでした。" + "Changing this Dashboard is forbidden": [ + "このダッシュボードの変更は禁止されています" ], - "Stopped an unsafe database connection": [""], - "Could not load database driver": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Import database failed for an unknown reason": [""], - "Could not load database driver: {}": [""], - "Deleted %(num)d dataset": [" %(num)d 件のデータセットを削除しました"], - "Null or Empty": [""], - "Dataset column not found.": ["データセット列が見つかりません。"], - "Dataset column delete failed.": ["データセット列の削除に失敗しました。"], + "Changing this chart is forbidden": [ + "このチャートの変更は禁止されています" + ], + "Changing this control takes effect instantly": [ + "この変更は即座に反映されます" + ], + "Changing this dataset is forbidden": [""], "Changing this dataset is forbidden.": [ "このデータセットの変更は禁止されています。" ], - "Dataset %(name)s already exists": [""], - "Database not allowed to change": [""], - "One or more columns do not exist": [""], - "One or more columns are duplicated": [""], - "One or more columns already exist": [""], - "One or more metrics do not exist": [""], - "One or more metrics are duplicated": [""], - "One or more metrics already exist": [""], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Changing this report is forbidden": [ + "このレポートの変更は禁止されています" + ], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": ["チャート"], + "Chart %(id)s not found": ["チャート %(id)s が見つかりません"], + "Chart Cache Timeout": [""], + "Chart ID": ["チャートID"], + "Chart [{}] has been overwritten": ["チャート [{}] が上書きされました"], + "Chart [{}] has been saved": ["チャート [{}] が保存されました"], + "Chart [{}] was added to dashboard [{}]": [ + "チャート [{}] はダッシュボード [{}] に追加されました" + ], + "Chart cache timeout": [""], + "Chart changes": ["チャートの変更点"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ "" ], - "Dataset parameters are invalid.": [""], - "Dataset could not be created.": [""], - "Dataset could not be updated.": [""], - "Dataset could not be deleted.": [""], - "Dataset(s) could not be bulk deleted.": [""], - "Changing this dataset is forbidden": [""], - "Import dataset failed for an unknown reason": [""], - "Dataset metric not found.": ["データセットの指標が見つかりません。"], - "Dataset metric delete failed.": [ - "データセット指標の削除に失敗しました。" + "Chart could not be created.": ["チャートを作成できませんでした。"], + "Chart could not be deleted.": ["チャートを削除できませんでした。"], + "Chart could not be updated.": [ + "チャートをアップロードできませんでした。" ], - "Original value": [""], - "Second": ["秒"], - "Minute": ["分"], - "5 minute": ["5分"], - "10 minute": ["10分"], - "15 minute": ["15分"], - "Half hour": ["30分"], - "Hour": ["時間"], - "Day": ["日"], - "Week": ["週"], - "Month": ["月"], - "Quarter": ["四半期"], - "Year": ["年"], - "Week starting Sunday": [""], - "Week starting Monday": [""], - "Week ending Saturday": [""], - "Week_ending Sunday": [""], - "Username": ["ユーザー名"], - "Password": ["パスワード"], - "Hostname or IP address": ["ホスト名またはIPアドレス"], - "Database port": ["DBポート番号"], - "Database name": ["データベース名"], - "Additinal parameters": ["追加パラメータ"], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ + "Chart does not exist": ["チャートが存在しません"], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart name": ["チャート名"], + "Chart parameters are invalid.": [""], + "Chart type": ["チャートタイプ"], + "Chart type requires a dataset": [""], + "Charts": ["チャート"], + "Charts could not be deleted.": ["チャートを削除できませんでした。"], + "Check configuration": ["設定を確認"], + "Check for sorting ascending": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Check out this chart in dashboard:": [""], + "Check out this dashboard: ": ["このダッシュボードを確認してください: "], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ "" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [""], + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [""], + "Choice of [Point Radius] must be present in [Group By]": [""], + "Choose File": ["ファイルを選択"], + "Choose a chart or dashboard not both": [ + "両方ではなくチャートまたはダッシュボードを選択してください" + ], + "Choose a dataset": ["データセットを選択"], + "Choose a metric for right axis": ["右軸の指標を選択"], + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the annotation layer type": [ + "注釈レイヤーのタイプを選んでください" + ], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ "" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "Clause": [""], + "Clear": [""], + "Clear all": ["すべてクリア"], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "Unknown MySQL server host \"%(hostname)s\".": [""], - "The host \"%(hostname)s\" might be down and can't be reached.": [""], - "Unable to connect to database \"%(database)s\".": [ - "“%(database)s” に接続できません。" - ], - "The username \"%(username)s\" does not exist.": [""], - "The password provided for username \"%(username)s\" is incorrect.": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [""], - "Unknown Presto Error": [""], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Click to cancel sorting": [""], + "Click to edit": [""], + "Click to edit %s in a new tab": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Click to edit label": [""], + "Click to favorite/unfavorite": ["クリックしてお気に入りに追加/解除"], + "Click to force-refresh": [""], + "Click to see difference": ["クリックして差分を確認"], + "Close": ["閉じる"], + "Close all other tabs": [""], + "Close tab": [""], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": [""], + "Collapse all": ["すべて折りたたむ"], + "Collapse tab content": [""], + "Color": [""], + "Color +/-": [""], + "Color bounds": [""], + "Color metric": ["色の指標"], + "Color of the target location": [""], + "Color scheme": ["配色"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Temporal expression not supported for type: %(col_type)s": [""], - "Deleted %(num)d saved query": [ - " %(num)d 件の保存したクエリを削除しました" - ], - "Saved queries could not be deleted.": [""], - "Saved query not found.": [""], - "Import saved query failed for an unknown reason.": [ - "不明な理由により、保存したクエリをインポートできませんでした。" - ], - "Saved query parameters are invalid.": [ - "保存したクエリ パラメーターが無効です。" + "Colors": ["色"], + "Column": ["列"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" ], - "Deleted %(num)d report schedule": [ - " %(num)d 件のレポートスケジュールを削除しました" + "Column Label(s)": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" ], - "Value must be greater than 0": ["値は 0 より大きくする必要があります"], - "Alert query returned more than one row. %s rows returned": [ - "アラートクエリが複数の行を返しました。 %s 行が返されました" + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" ], - "Alert query returned more than one column. %s columns returned": [ - "アラートクエリが複数の列を返しました。%s 列が返されました" + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" ], - "Dashboard does not exist": ["ダッシュボードが存在しません"], - "Chart does not exist": ["チャートが存在しません"], - "Database is required for alerts": ["アラートにはデータベースが必要です"], - "Type is required": ["タイプが必要です"], - "Choose a chart or dashboard not both": [ - "両方ではなくチャートまたはダッシュボードを選択してください" + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Report Schedule parameters are invalid.": [ - "レポートスケジュールパラメータが無効です。" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" ], - "Report Schedule could not be deleted.": [ - "レポートスケジュールを削除できませんでした。" + "Columnar File": [""], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Report Schedule could not be created.": [ - "レポートスケジュールを作成できませんでした。" + "Columns": ["列"], + "Columns To Be Parsed as Dates": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" ], - "Report Schedule could not be updated.": [ - "レポートスケジュールを更新できませんでした。" + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" ], - "Report Schedule not found.": ["レポートスケジュールが見つかりません。"], - "Report Schedule delete failed.": [ - "レポートスケジュールの削除に失敗しました。" + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" ], - "Report Schedule log prune failed.": [ - "レポートスケジュールログの整理に失敗しました。" + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" ], - "Report Schedule execution failed when generating a screenshot.": [ - "スクリーンショットの生成時にレポートスケジュールの実行に失敗しました。" + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" ], - "Report Schedule execution failed when generating a csv.": [ - "csv の生成中にレポートスケジュールの実行に失敗しました。" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Report Schedule execution got an unexpected error.": [ - "レポートスケジュールの実行で予期しないエラーが発生しました。" + "Comparison": [""], + "Comparison Period Lag": [""], + "Comparison suffix": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": ["全体への寄与度を算出"], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": [""], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": ["フィルタスコープを構成する"], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "レポートスケジュールはまだ機能しており、再計算を拒否しています。" + "Configure your how you overlay is displayed here.": [""], + "Confirm save": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": [""], + "Continuous": [""], + "Contribution": [""], + "Contribution Mode": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Copied to clipboard!": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": [ + "SELECT文をクリップボードにコピー" ], - "Report Schedule reached a working timeout.": [ - "レポートスケジュールが作業タイムアウトに達しました。" + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy message": [""], + "Copy of %s": [""], + "Copy partition query to clipboard": [""], + "Copy query URL": ["クエリ URL のコピー"], + "Copy query link to your clipboard": [ + "クエリのlinkをクリップボードにコピー" ], - "Alert query returned more than one row.": [ - "アラートクエリが複数の行を返しました。" + "Copy the account name of that database you are trying to connect to.": [ + "" ], - "Alert validator config error.": ["アラートバリデーター設定エラー。"], - "Alert query returned more than one column.": [ - "アラートクエリが複数の列を返しました。" + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to Clipboard": [""], + "Copy to clipboard": [""], + "Cost estimate": ["コストの見積もり"], + "Could not determine datasource type": [""], + "Could not fetch all saved charts": [ + "保存したすべてのチャートを取得できませんでした" ], - "Alert query returned a non-number value.": [ - "アラートクエリが数値以外の値を返しました。" + "Could not find viz object": [""], + "Could not load database driver": [""], + "Could not load database driver: %(driver_name)s": [ + "データベースドライバ: %(driver_name)s 読み込めませんでした" ], - "Alert found an error while executing a query.": [ - "クエリの実行中にアラートがエラーを検出しました。" + "Could not load database driver: {}": [""], + "Count Unique Values": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Field Type": [""], + "Country Map": ["国別地図"], + "Create": ["作成"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "A timeout occurred while executing the query.": [ - "クエリの実行中にタイムアウトが発生しました。" + "Create a new chart": ["新しいチャートを作成"], + "Create chart with dataset": [""], + "Create new chart": ["新しいチャートを作成"], + "Create new filter set": ["新しいフィルタ セットの作成"], + "Create or select schema...": [""], + "Created": ["作成した項目"], + "Created On": ["作成日"], + "Created by": ["作成者"], + "Created content": ["作成したコンテンツ"], + "Created on": ["作成日"], + "Creating a data source and creating a new tab": [""], + "Creator": ["作成者"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "A timeout occurred while taking a screenshot.": [ - "スクリーンショットの撮影中にタイムアウトが発生しました。" + "Currently rendered: %s": [""], + "Custom Plugin": [""], + "Custom Plugins": [""], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": ["カスタマイズ"], + "Cyclic dependency detected": [""], + "D3 Format": [""], + "D3 format": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "A timeout occurred while generating a csv.": [ - "csv の生成中にタイムアウトが発生しました。" + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["12月"], + "DELETE": ["削除"], + "DML": [""], + "Daily seasonality": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["ダッシュボード"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "ダッシュボード [{}] が作成されチャート [{}] が追加されました" ], - "Alert fired during grace period.": [ - "猶予期間中にアラートが発生しました。" + "Dashboard could not be created.": [ + "ダッシュボードを作成できませんでした。" ], - "Alert ended grace period.": ["アラートは猶予期間を終了しました。"], - "Alert on grace period": ["猶予期間に関するアラート"], - "Report Schedule sellenium user not found": [ - "レポートスケジュールselleniumユーザーが見つかりません" + "Dashboard could not be deleted.": [ + "ダッシュボードを削除できませんでした。" ], - "Report Schedule state not found": [ - "レポートスケジュールの状態が見つかりません" + "Dashboard could not be updated.": [ + "ダッシュボードを更新できませんでした。" ], - "Report schedule unexpected error": [ - "レポートスケジュールの予期せぬエラー" + "Dashboard does not exist": ["ダッシュボードが存在しません"], + "Dashboard parameters are invalid.": [ + "ダッシュボードパラメータが無効です。" ], - "Changing this report is forbidden": [ - "このレポートの変更は禁止されています" + "Dashboard properties": ["ダッシュボードのプロパティ"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "An error occurred while pruning logs ": [ - "ログのプルーニング中にエラーが発生しました " + "Dashboards": ["ダッシュボード"], + "Dashboards could not be deleted.": [ + "ダッシュボードを削除できませんでした。" ], - "\n Error: %(text)s\n ": [""], - "\n

%(description)s

\n Explore in Superset

\n %(img_tag)s\n ": [ + "Dashboards do not exist": ["ダッシュボードは存在しません"], + "Data": ["データ"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "" ], - "%(name)s.csv": [""], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n %(description)s\n\n Error: %(text)s\n ": [ + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "\n *%(name)s*\n\n %(description)s\n\n <%(url)s|Explore in Superset>\n ": [ - "" + "Data has no time steps": [""], + "Data preview": ["データプレビュー"], + "Data type": [""], + "DataFrame include at least one series": [ + "少なくとも1つの指標を選択してください" ], - "%(dialect)s cannot be used as a data source for security reasons.": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "DataFrame must include temporal column": [""], + "Database": ["データベース"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Explore in Superset

": [""], - "\n Explore in Superset

\n \n ": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "[Alert] %(label)s": [""], - "New": [""], - "SQL Query": ["SQLクエリ"], - "Chart": ["チャート"], - "Dashboard": ["ダッシュボード"], - "Profile": ["プロファイル"], - "Info": ["情報"], - "Logout": ["ログアウト"], - "Login": ["ログイン"], - "Record Count": ["レコード数"], - "No records found": ["レコードが見つかりません"], - "Filter List": ["フィルタリスト"], - "Search": ["検索"], - "Refresh": ["更新"], - "Import dashboards": ["ダッシュボードをインポート"], - "Import Dashboard(s)": ["ダッシュボードをインポート"], - "File": ["ファイル"], - "Choose File": ["ファイルを選択"], - "Upload": ["アップロード"], - "No Access!": ["アクセスがありません!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "データソースにアクセスするためのアクセス許可がありません: %(name)s." + "Database URL": ["データベースURL"], + "Database could not be created.": [ + "データベースを作成できませんでした。" ], - "Request Permissions": ["権限のリクエスト"], - "Cancel": ["キャンセル"], - "Use the edit buttom to change this field": [ - "このフィールドを変更するには、編集ボタンを使用します" + "Database could not be deleted.": [ + "データベースを削除できませんでした。" ], - "Test Connection": ["接続のテスト"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] データソース %(name)s へのアクセスは許可されました" + "Database could not be updated.": [ + "データベースを更新できませんでした。" ], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Referenced columns not available in DataFrame.": [""], - "Column referenced by aggregate is undefined: %(column)s": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Invalid numpy function: %(operator)s": [""], - "Pivot operation requires at least one index": [""], - "Pivot operation must include at least one aggregate": [""], - "Undefined window for rolling operation": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid options for %(rolling_type)s: %(options)s": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid geohash string": [""], - "Invalid longitude/latitude": [""], - "Invalid geodetic string": [""], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "" - ], - "`rename_columns` must have the same length as `columns`.": [""], - "`prophet` package not installed": [""], - "Time grain missing": [""], - "Unsupported time grain: %(time_grain)s": [""], - "Periods must be a positive integer value": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [""], - "DataFrame must include temporal column": [""], - "DataFrame include at least one series": [ - "少なくとも1つの指標を選択してください" + "Database does not allow data manipulation.": [""], + "Database does not exist": [""], + "Database does not support subqueries": [ + "データベースはサブクエリをサポートしていません" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "User": ["ユーザー"], - "User Roles": ["ユーザーの役割"], - "Database URL": ["データベースURL"], - "Roles to grant": ["付与する役割"], - "Created On": ["作成日"], - "List Observations": ["観測値のリスト"], - "Show Observation": ["観測値を表示"], - "Error Message": ["エラーメッセージ"], - "Log Retentions (days)": [""], - "A semicolon ';' delimited list of email addresses": [""], - "How long to keep the logs around for this alert": [""], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "" + "Database error": ["データベースエラー"], + "Database is required for alerts": ["アラートにはデータベースが必要です"], + "Database name": ["データベース名"], + "Database not allowed to change": [""], + "Database not found.": ["データベースが見つかりません。"], + "Database parameters are invalid.": [ + "データベース パラメータが無効です。" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "" + "Database port": ["DBポート番号"], + "Databases": ["データベース"], + "Dataframe Index": [""], + "Dataset": ["データセット"], + "Dataset %(name)s already exists": [""], + "Dataset column delete failed.": ["データセット列の削除に失敗しました。"], + "Dataset column not found.": ["データセット列が見つかりません。"], + "Dataset could not be created.": [""], + "Dataset could not be deleted.": [""], + "Dataset could not be updated.": [""], + "Dataset does not exist": ["データセットが存在しません"], + "Dataset is required": ["データセットが必要です"], + "Dataset metric delete failed.": [ + "データセット指標の削除に失敗しました。" ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ + "Dataset metric not found.": ["データセットの指標が見つかりません。"], + "Dataset name": [""], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": ["データセット"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "annotation start time or end time is required.": [""], - "Annotation end time must be no earlier than start time.": [""], - "Annotations": ["注釈"], - "Show Annotation": ["注釈を表示"], - "Add Annotation": ["注釈を追加"], - "Edit Annotation": ["注釈を編集"], - "Layer": ["レイヤー"], - "Label": ["ラベル"], - "Start": ["開始時間"], - "End": ["終了時間"], - "JSON Metadata": ["JSONメタデータ"], - "Show Annotation Layer": ["注釈レイヤーを表示"], - "Add Annotation Layer": ["注釈レイヤーを追加"], - "Edit Annotation Layer": ["注釈レイヤーを編集"], - "Name": ["名前"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Datasets do not contain a temporal column": [""], + "Datasource": ["データソース"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [""], + "Date filter": [""], + "Date/Time": [""], + "Datetime Format": ["日時フォーマット"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "json isn't valid": [""], - "Export to YAML": ["YAMLで出力"], - "Export to YAML?": ["YAMLで出力しますか?"], - "Delete": ["削除"], - "Delete all Really?": ["本当に全部削除しますか?"], - "Is favorite": ["お気に入り"], - "The data source seems to have been deleted": [""], - "The user seems to have been deleted": [""], - "Access was requested": [""], - "The access requests seem to have been deleted": [""], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Datetime format": ["日時フォーマット"], + "Day": ["日"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "December": ["12月"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": [""], + "Default Endpoint": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Default Value": ["デフォルト値"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "You have no permission to approve this request": [""], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "[Missing Dataset]": ["[データセットが見つかりません]"], - "You don't have the rights to ": [""], - "alter this ": [""], - "chart": ["チャート"], - "create a ": ["作成日 "], - "Explore - %(table)s": [""], - "Explore": [""], - "Chart [{}] has been saved": ["チャート [{}] が保存されました"], - "Chart [{}] has been overwritten": ["チャート [{}] が上書きされました"], - "dashboard": ["ダッシュボード"], - "Chart [{}] was added to dashboard [{}]": [ - "チャート [{}] はダッシュボード [{}] に追加されました" - ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "ダッシュボード [{}] が作成されチャート [{}] が追加されました" - ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ - "このダッシュボードは最近変更されました。最新の情報を入手するにはダッシュボードをリロードしてください。" - ], - "Could not load database driver: %(driver_name)s": [ - "データベースドライバ: %(driver_name)s 読み込めませんでした" - ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "不正なリクエスト。 slice_idまたはtable_nameおよびdb_name引数が必要です" - ], - "Chart %(id)s not found": ["チャート %(id)s が見つかりません"], - "Table %(table)s wasn't found in the database %(db)s": [ - "テーブル %(table)s はデータベース %(db)s にありません" - ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "ユーザー ‘%(name)s’ が見つかりません。管理者に作成を依頼してください。" - ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [""], - "Data could not be deserialized. You may want to re-run the query.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "Query record was not created as expected.": [""], - "The parameter %(parameters)s in your query is undefined.": [""], - "%(user)s's profile": ["%(user)s' のプロファイル"], - "Show CSS Template": ["CSSテンプレートを表示"], - "Add CSS Template": ["CSSテンプレートを追加"], - "Edit CSS Template": ["CSSテンプレートを編集"], - "Template Name": ["テンプレート名"], - "Request missing data field.": [""], - "Duplicate column name(s): %(columns)s": [""], - "A human-friendly name": [""], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "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.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "Custom Plugins": [""], - "Custom Plugin": [""], - "Add a Plugin": [""], - "Edit Plugin": [""], - "Schedule Email Reports for Dashboards": [""], - "Manage Email Reports for Dashboards": [""], - "Changed On": ["変更日"], - "Active": ["アクティブ"], - "Crontab": [""], - "Recipients": [""], - "Slack Channel": [""], - "Deliver As Group": [""], - "Delivery Type": [""], - "Schedule Email Reports for Charts": [ - "チャートのメールレポートのスケジュール" - ], - "Manage Email Reports for Charts": ["チャートのメールレポートの管理"], - "Email Format": ["メールフォーマット"], - "List Saved Query": ["保存したクエリのリスト"], - "Show Saved Query": ["保存したクエリを表示"], - "Add Saved Query": ["保存したクエリを追加"], - "Edit Saved Query": ["保存したクエリの編集"], - "End Time": ["終了時間"], - "Pop Tab Link": [""], - "Changed on": ["変更日"], - "The dataset associated with this chart no longer exists": [""], - "Could not determine datasource type": [""], - "Could not find viz object": [""], - "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.": [ + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "Last Modified": ["最終更新"], - "Parameters": ["パラメータ"], - "Visualization Type": ["可視化方式"], - "Show Dashboard": ["ダッシュボードを表示"], - "Add Dashboard": ["ダッシュボードを追加"], - "Edit Dashboard": ["ダッシュボードを編集"], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "個々のダッシュボードのCSSは、ここもしくは変更がすぐに表示されるダッシュボードビューで変更できます" + "Delete": ["削除"], + "Delete %s?": ["%s を削除しますか?"], + "Delete Annotation?": ["注釈を削除しますか?"], + "Delete Database?": ["データベースを削除しますか?"], + "Delete Dataset?": ["データセットを削除しますか?"], + "Delete Layer?": ["本当にレイヤーを削除しますか?"], + "Delete Query?": ["クエリを削除しますか?"], + "Delete Template?": ["テンプレートを削除しますか?"], + "Delete all Really?": ["本当に全部削除しますか?"], + "Delete annotation": ["注釈を削除する"], + "Delete dashboard tab?": ["ダッシュボードタブを削除しますか?"], + "Delete database": ["データベースを削除"], + "Delete query": ["クエリを削除"], + "Delete template": ["テンプレートを削除"], + "Delete this container and save to remove this message.": [ + "このコンテナを削除し、保存してこのメ​​ッセージを削除します。" ], - "To get a readable URL for your dashboard": [ - "ダッシュボードの読み取り可能なURLを取得するには" + "Deleted %(num)d annotation": [""], + "Deleted %(num)d annotation layer": [""], + "Deleted %(num)d chart": [""], + "Deleted %(num)d css template": [""], + "Deleted %(num)d dashboard": [ + " %(num)d 件のダッシュボードを削除しました" ], - "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ - "この JSON オブジェクトは、ダッシュボード ビューの [保存] または [上書き] ボタンをクリックすると動的に生成されます。これは、参照用と特定のパラメータを変更する可能性のあるパワーユーザーのために公開されています。" + "Deleted %(num)d dataset": [" %(num)d 件のデータセットを削除しました"], + "Deleted %(num)d report schedule": [ + " %(num)d 件のレポートスケジュールを削除しました" ], - "Owners is a list of users who can alter the dashboard.": [ - "所有者は、ダッシュボードを変更できるユーザーのリストです。" + "Deleted %(num)d saved query": [ + " %(num)d 件の保存したクエリを削除しました" ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ + "Deleted: %s": ["削除しました: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], + "Delimited long & lat single column": [""], + "Delimiter": ["区切り文字"], + "Delivery method": [""], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Description": [""], + "Description (this can be seen in the list)": [ + "説明(これはリストで見ることができます)" + ], + "Description text that shows up below your Big Number": [""], + "Deselect all": ["すべての選択を解除"], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], "Determines whether or not this dashboard is visible in the list of all dashboards": [ "このダッシュボードがすべてのダッシュボードのリストに表示されるかどうかを決定します" ], - "Title": ["タイトル"], - "Slug": ["スラッグ"], - "Published": ["公開"], - "Position JSON": [""], - "CSS": [""], - "Underlying Tables": [""], - "Export": ["エクスポート"], - "Export dashboards?": ["ダッシュボードをエクスポートしますか?"], - "Name of table to be created from csv data.": [""], - "CSV File": [""], - "Select a CSV file to be uploaded to a database.": [ - "データベースにアップロードする CSV ファイルを選択します。" + "Diamond": [""], + "Did you mean:": ["もしかして:"], + "Dimension": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": [""], + "Directional": [""], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "次のファイル拡張子のみが許可されます: %(allowed_extensions)s" + "Disable embedding?": [""], + "Display Name": ["表示名"], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "Specify a schema (if database flavor supports this).": [""], - "Delimiter": ["区切り文字"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "CSV ファイルで使用する区切り文字 (空白文字の場合は \\s+ を使用)。" + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" ], - "Table Exists": [""], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Distribution - Bar Chart": ["棒グラフ"], + "Divider": ["区切り線"], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download as image": ["画像としてダウンロード"], + "Download to CSV": [""], + "Draft": ["下書き"], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop temporal column here": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "Fail": [""], - "Replace": [""], - "Append": [""], - "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.": [ + "Duplicate tab": [""], + "Duration": ["期限"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" + ], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "" ], - "Index Column": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "" ], - "Mangle Duplicate Columns": [""], - "Specify duplicate columns as \"X.0, X.1\".": [""], - "Skip Initial Space": [""], - "Skip spaces after delimiter.": [""], - "Skip Rows": [""], - "Number of rows to skip at start of file.": [""], - "Rows to Read": [""], - "Number of rows of file to read.": [""], - "Skip Blank Lines": [""], - "Skip blank lines rather than interpreting them as NaN values.": [""], - "Parse Dates": [""], - "A comma separated list of columns that should be parsed as dates.": [""], - "Infer Datetime Format": [""], - "Use Pandas to interpret the datetime format automatically.": [""], - "Decimal Character": [""], - "Character to interpret as decimal point.": [""], - "Dataframe Index": [""], - "Write dataframe index as a column.": [""], - "Column Label(s)": [""], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["編集"], + "Edit CSS": ["CSSを編集"], + "Edit CSS Template": ["CSSテンプレートを編集"], + "Edit CSS template properties": ["CSSテンプレートのプロパティを編集する"], + "Edit Chart": ["チャートを編集"], + "Edit Column": [""], + "Edit Dashboard": ["ダッシュボードを編集"], + "Edit Database": ["データベースを編集"], + "Edit Dataset ": [""], + "Edit Log": ["ログを編集"], + "Edit Metric": ["指標を編集"], + "Edit Plugin": [""], + "Edit Row level security filter": [""], + "Edit Saved Query": ["保存したクエリの編集"], + "Edit Table": ["テーブルを編集"], + "Edit annotation": ["注釈を編集する"], + "Edit annotation layer": ["注釈レイヤーを編集"], + "Edit annotation layer properties": ["注釈レイヤーのプロパティを編集"], + "Edit chart properties": ["チャートのプロパティを編集"], + "Edit dashboard": ["ダッシュボードを編集"], + "Edit database": ["データベースを編集"], + "Edit dataset": ["データセットを編集"], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": [""], + "Edit query": ["クエリを編集"], + "Edit template": ["テンプレートを編集"], + "Edit template parameters": [""], + "Edit time range": ["期間を編集"], + "Edited": ["編集した項目"], + "Editing 1 filter:": ["1つのフィルタを編集する:"], + "Editing filter set:": ["フィルタセットを編集:"], + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "Null values": [""], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Name of table to be created from excel data.": [""], - "Excel File": [""], - "Select a Excel file to be uploaded to a database.": [""], - "Sheet Name": [""], - "Strings used for sheet names (default is the first sheet).": [""], - "Show Database": ["データベースを表示"], - "Add Database": ["データベースを追加"], - "Edit Database": ["データベースを編集"], - "Expose this DB in SQL Lab": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Email reports active": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty collection": ["空のコレクション"], + "Empty query?": [""], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [""], - "Allow CREATE VIEW AS option in SQL Lab": [""], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Enable Filter Select": [""], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "" + "End": ["終了時間"], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": ["終了時間"], + "End date excluded from time range": [""], + "End date must be after start date": [ + "開始日は終了日を超えてはいけません" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "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.": [ + "Enter CA_BUNDLE": [""], + "Enter a delimiter for this data": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": [""], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": ["エラーメッセージ"], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Estimate cost": ["見積コスト"], + "Estimate selected query cost": ["選択したクエリコストの見積"], + "Estimate the cost before running a query": [""], + "Event Flow": [""], + "Event definition": [""], + "Event flow": [""], + "Event time column": [""], + "Every": [""], + "Evolution": [""], + "Example": ["例"], + "Examples": ["例"], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" - ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Excel to Database configuration": [""], + "Exclude selected values": [""], + "Executed query": ["実行したクエリ"], + "Execution ID": ["実行 ID"], + "Execution log": ["実行ログ"], + "Expand all": ["すべて展開"], + "Expand data panel": [""], + "Expand tool bar": [""], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], + "Experimental": [""], + "Explore": [""], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": ["エクスポート"], + "Export dashboards?": ["ダッシュボードをエクスポートしますか?"], + "Export query": ["クエリのエクスポート"], + "Export to YAML": ["YAMLで出力"], + "Export to YAML?": ["YAMLで出力しますか?"], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], "Expose in SQL Lab": [""], - "Allow CREATE TABLE AS": [""], - "Allow CREATE VIEW AS": [""], - "Allow DML": [""], - "CTAS Schema": [""], - "SQLAlchemy URI": [""], - "Chart Cache Timeout": [""], - "Secure Extra": [""], - "Root certificate": [""], - "Async Execution": [""], - "Impersonate the logged on user": [""], - "Allow Csv Upload": [""], - "Allow Multi Schema Metadata Fetch": [""], - "Backend": [""], - "Extra field cannot be decoded by JSON. %(msg)s": [""], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Expose this DB in SQL Lab": [""], + "Expression": ["式"], + "Extra": [""], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ "" ], - "CSV to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "Extra url parameters for use in Jinja templated queries": [""], + "Extruded": [""], + "FEB": ["2月"], + "FRI": ["金"], + "Factor to multiply the metric by": [""], + "Fail": [""], + "Failed": ["失敗"], + "Failed at retrieving results": [""], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to retrieve advanced type": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": ["お気に入り"], + "Favorites": ["お気に入り"], + "February": ["2月"], + "Fetch Values Predicate": [""], + "Fetch data preview": ["データプレビューを読み込み"], + "Fetched %s": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": ["ファイル"], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filter List": ["フィルタリスト"], + "Filter Type": ["フィルタタイプ"], + "Filter box": ["フィルタボックス"], + "Filter configuration": ["フィルタ構成"], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": ["フィルタ名"], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Filter results": [""], + "Filter set already exists": [""], + "Filter set with this name already exists": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": ["チャートを検索"], + "Filterable": ["フィルタ可能"], + "Filters": ["フィルタ"], + "Filters (%d)": ["フィルター (%d)"], + "Filters by columns": [""], + "Filters by metrics": [""], + "Filters configuration": ["フィルタ構成"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "" ], - "Excel to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Fixed": [""], + "Fixed color": ["固定の色"], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ "" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Force": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ "" ], - "Logs": ["ログ"], - "Show Log": ["ログを表示"], - "Add Log": ["ログを追加"], - "Edit Log": ["ログを編集"], - "Action": ["アクション"], - "dttm": [""], - "Add item": [""], - "The query couldn't be loaded": [""], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "" + "Force refresh": ["強制更新"], + "Force refresh schema list": [""], + "Force refresh table list": ["テーブルリストを強制更新"], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formattable": [""], + "Formatted CSV attached in email": [""], + "Formatted value": [""], + "Formula": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Friction between nodes": [""], + "Friday": ["金曜日"], + "From date cannot be larger than to date": [ + "開始日は終了日を超えてはいけません" ], - "Your query could not be scheduled": [""], - "Failed at retrieving results": [""], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "" + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "GROUP BY": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": ["猶予期間"], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Grid Size": [""], + "Group By": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "‘Group by’ と ‘Columns’ は重複できません" ], - "Unknown error": ["不明なエラー"], - "Query was stopped.": [""], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": [""], + "Groupable": ["グループ分け可能"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Header": ["見出し"], + "Header Row": [""], + "Heatmap": ["ヒートマップ"], + "Heatmap Options": [""], + "Height": ["高さ"], + "Height of the sparkline": [""], + "Hide layer": ["レイヤーを隠す"], + "Hide tool bar": [""], + "Hides the Line for the time series": [""], + "Histogram": ["ヒストグラム"], + "Home": ["ホーム"], + "Horizon Charts": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": ["ホスト名またはIPアドレス"], + "Hour": ["時間"], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "" ], - "Copy of %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "If Table Already Exists": [""], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "An error occurred while fetching tab state": [""], - "An error occurred while hiding the left bar. Please contact your administrator.": [ + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "An error occurred while removing tab. Please contact your administrator.": [ + "If selected, please set the schemas allowed for csv upload in Extra.": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "" + "Impersonate the logged on user": [""], + "Import": ["インポート"], + "Import %s": ["インポート %s"], + "Import Dashboard(s)": ["ダッシュボードをインポート"], + "Import Dashboards": ["ダッシュボードをインポート"], + "Import a table definition": ["テーブル定義のインポート"], + "Import chart failed for an unknown reason": [""], + "Import charts": ["チャートのインポート"], + "Import dashboard failed for an unknown reason": [ + "不明な理由でダッシュボードのインポートに失敗しました" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "" + "Import dashboards": ["ダッシュボードをインポート"], + "Import database failed for an unknown reason": [""], + "Import dataset failed for an unknown reason": [""], + "Import datasets": ["データセットのインポート"], + "Import queries": ["クエリのインポート"], + "Import saved query failed for an unknown reason.": [ + "不明な理由により、保存したクエリをインポートできませんでした。" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ + "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.": [ "" ], - "Your query was saved": ["クエリが保存されました"], - "Your query could not be saved": ["クエリを保存できませんでした"], - "Your query was updated": ["クエリが更新されました"], - "Your query could not be updated": ["クエリを更新できませんでした"], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Index Column": [""], + "Info": ["情報"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": [""], + "Intensity": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Interval End column": [""], + "Interval bounds": [""], + "Interval start column": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": ["無効な証明書"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "An error occurred while fetching table metadata": [""], - "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": [ + "無効な日付/タイムスタンプのフォーマット" + ], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Is dimension": [""], + "Is favorite": ["お気に入り"], + "Is filterable": [""], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], + "Is temporal": [""], + "Is true": [""], + "Issue 1001 - The database is under an unusual load.": [ + "Issue 1001 - データベースに異常な負荷がかかっています。" + ], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": ["1月"], + "JSON": [""], + "JSON Metadata": ["JSONメタデータ"], + "JSON metadata": [""], + "JSON metadata is invalid!": [""], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "JUL": ["7月"], + "JUN": ["6月"], + "January": ["1月"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ "" ], - "Shared query": ["クエリを共有"], - "The datasource couldn't be loaded": [ - "データ ソースを読み込めませんでした" + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" ], - "An error occurred while creating the data source": [ - "データ ソースの作成中にエラーが発生しました" + "July": ["7月"], + "June": ["6月"], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": ["編集を続ける"], + "Keys for table": [""], + "Label": ["ラベル"], + "Label Line": [""], + "Label already exists": [""], + "Label for your query": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Last": [""], + "Last Changed": ["最終更新"], + "Last Modified": ["最終更新"], + "Last Updated %s": ["最終更新 %s"], + "Last available value seen on %s": [""], + "Last modified": ["最終更新"], + "Last modified by %s": ["最終更新者 %s"], + "Last run": ["前回の実行"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["レイヤー構成"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "An error occurred while fetching function names.": [ - "関数名の取得中にエラーが発生しました。" + "Least recently modified": ["最終更新"], + "Left Axis Format": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" ], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ "" ], - "Estimate selected query cost": ["選択したクエリコストの見積"], - "Estimate cost": ["見積コスト"], - "Cost estimate": ["コストの見積もり"], - "Creating a data source and creating a new tab": [""], - "An error occurred": ["エラーが発生しました"], - "Explore the result set in the data exploration view": [""], - "This query took %s seconds to run, ": [""], - "and the explore view times out at %s seconds ": [""], - "following this flow will most likely lead to your query timing out. ": [ + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "We recommend your summarize your data further before following that flow. ": [ + "Line interpolation as defined by d3.js": [""], + "Line width": ["線の幅"], + "Linear color scheme": ["線形配色"], + "Linear interpolation": [""], + "Link Copied!": ["リンクをコピーしました!"], + "List Saved Query": ["保存したクエリのリスト"], + "List Unique Values": [""], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": [""], + "Live render": [""], + "Load a CSS template": ["CSSテンプレートの読み込み"], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Loading...": [""], + "Log Scale": [""], + "Log retention": ["ログの保持"], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["ログイン"], + "Logout": ["ログアウト"], + "Logs": ["ログ"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude and Latitude": [""], + "Longitude of default viewport": [""], + "MAR": ["3月"], + "MAY": ["5月"], + "MON": ["月"], + "Main Datetime Column": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ "" ], - "If activated you can use the ": [""], - "feature to store a summarized data set that you can then explore.": [""], - "Column name(s) ": [""], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "不正なリクエスト。 slice_idまたはtable_nameおよびdb_name引数が必要です" + ], + "Manage": ["管理"], + "Mandatory": [""], + "Mangle Duplicate Columns": [""], + "Manually set min/max values for the y-axis.": [""], + "Map Style": [""], + "MapBox": [""], + "Mapbox": [""], + "March": ["3月"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markup type": [""], + "Max": ["最大値"], + "Max Bubble Size": [""], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "Source SQL": [""], - "Raw SQL": [""], - "SQL": [""], - "No query history yet...": ["クエリ履歴はまだありません。"], - "An error occurred when refreshing queries": [""], - "It seems you don't have access to any database": [""], - "Filter by user": [""], - "Filter by database": [""], - "Query search string": [""], - "[From]-": [""], - "[To]-": [""], - "Filter by status": [""], - "Edit": ["編集"], - "View results": ["結果を見る"], - "Data preview": ["データプレビュー"], - "Overwrite text in the editor with a query on this table": [""], - "Run query in a new tab": ["新しいタブでクエリを実行"], - "Remove query from log": ["ログからクエリを削除"], - "An error occurred saving dataset": [""], - "Download to CSV": [""], - "Copy to Clipboard": [""], - "Filter results": [""], - "%s rows returned": [""], - "The number of results displayed is limited to %s. Please add\n additional limits/filters or download to csv to see more rows up to\n the %s limit.": [ + "Maximum value on the gauge axis": [""], + "May": ["5月"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "Query was stopped": [""], - "Database error": ["データベースエラー"], - "was created": ["作成されました"], - "Query in a new tab": [""], - "The query returned no data": [""], - "Fetch data preview": ["データプレビューを読み込み"], - "Refetch results": [""], - "Track job": ["ジョブ履歴"], - "Stop": ["中止"], - "Run selection": [""], - "Run": ["実行"], - "Stop running (Ctrl + x)": ["実行を停止 (Ctrl + x)"], - "Stop running (Ctrl + e)": ["実行を停止 (Ctrl + e)"], - "Run query (Ctrl + Return)": ["クエリを実行 (Ctrl + Return)"], - "Save & Explore": [""], - "Overwrite & Explore": [""], - "Undefined": [""], - "Save": ["保存"], - "Save as": ["別名で保存"], - "Save query": ["クエリを保存"], - "Save as new": ["新規保存"], - "Update": ["更新"], - "Label for your query": [""], - "Write a description for your query": [""], - "Schedule query": [""], - "Schedule": [""], - "There was an error with your request": [""], - "Please save the query to enable sharing": [ - "共有を有効にするにはクエリを保存して下さい" + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" ], - "Copy query link to your clipboard": [ - "クエリのlinkをクリップボードにコピー" + "Medium": [""], + "Menu actions trigger": [""], + "Message content": ["メッセージ内容"], + "Metadata has been synced": [""], + "Method": [""], + "Metric": ["指標"], + "Metric '%(metric)s' does not exist": [""], + "Metric assigned to the [X] axis": ["[X] 軸に割り当てられた指標"], + "Metric assigned to the [Y] axis": ["[Y] 軸に割り当てられた指標"], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "Save the query to enable this feature": [ - "この機能を有効にするためクエリを保存する" + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "Copy link": [""], - "Run query": ["クエリ実行"], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metrics": ["指標"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Midnight": [""], + "Min": ["最小値"], + "Min periods": [""], + "Min/max (no outliers)": [""], + "Mine": ["個人用"], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": ["分"], + "Missing dataset": ["データセットが見つかりません"], + "Mixed Time-Series": [""], + "Modified": ["最終更新"], + "Modified by": ["更新者"], + "Modified columns: %s": [""], + "Monday": ["月曜日"], + "Month": ["月"], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" + ], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" + ], + "Must be unique": ["一意である必要があります"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "[Label] として ’count’ を持つには、[Group By] 列が必要です" + ], + "Must have at least one numeric column specified": [ + "少なくとも 1 つの数値列を指定する必要があります。" + ], + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My metric": [""], + "N/A": [""], + "NOV": ["11月"], + "NOW": [""], + "Name": ["名前"], + "Name is required": ["名前が必要です"], + "Name must be unique": [""], + "Name of table to be created from columnar data.": [""], + "Name of table to be created from excel data.": [""], + "Name of table to be created with CSV file": [""], + "Name of the column containing the id of the parent node": [""], + "Name of the id column": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [""], + "Name of the target nodes": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "New chart": ["新しいチャート"], + "New columns added: %s": [""], + "New filter set": ["新しいフィルタ セット"], "New tab": [""], - "Untitled query": [""], - "Stop query": ["クエリを中止"], - "Schedule the query periodically": [""], - "You must run the query successfully first": [""], - "Autocomplete": [""], - "CREATE TABLE AS": [""], - "CREATE VIEW AS": [""], - "Estimate the cost before running a query": [""], - "Reset state": [""], - "Enter a new title for the tab": [""], - "Untitled Query %s": [""], - "Close tab": [""], - "Rename tab": [""], - "Expand tool bar": [""], - "Hide tool bar": [""], - "Close all other tabs": [""], - "Duplicate tab": [""], "New tab (Ctrl + q)": [""], "New tab (Ctrl + t)": [""], - "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 the clipboard": [ - "SELECT文をクリップボードにコピー" + "Next": ["次"], + "Nightingale Rose Chart": [""], + "No": [""], + "No %s yet": [""], + "No Access!": ["アクセスがありません!"], + "No Data": [""], + "No annotation layers yet": ["注釈レイヤーはまだありません"], + "No annotation yet": ["注釈はまだありません"], + "No charts": ["チャートなし"], + "No columns": [""], + "No dashboards": ["ダッシュボードなし"], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ + "" ], - "Show CREATE VIEW statement": ["CREATE VIEW文を表示"], - "CREATE VIEW statement": ["CREATE VIEW文"], - "Remove table preview": [""], - "Edit template parameters": [""], - "Invalid JSON": [""], - "No stored results found, you need to re-run your query": [""], - "Run a query to display results here": [ - "クエリを実行すると結果がここに表示されます" + "No data in file": ["ファイルにデータがありません"], + "No databases match your search": [""], + "No description available.": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "お気に入りのチャートはまだありません。星をクリックしてください!" ], - "Preview: `%s`": [""], - "Results": ["結果"], - "Query history": ["クエリ履歴"], - "Create a new chart": ["新しいチャートを作成"], - "Choose a dataset": ["データセットを選択"], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ - "探しているデータセットがリストにない場合は、Supersetチュートリアルでデータセットを追加する方法についての説明に従ってください。" + "No favorite dashboards yet, go click on stars!": [ + "お気に入りのダッシュボードはまだありません。星をクリックしてください!" + ], + "No filter is selected.": ["フィルタは選択されていません。"], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No of Bins": [""], + "No records found": ["レコードが見つかりません"], + "No results found": [""], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" + ], + "No time columns": [""], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "Node size": [""], + "None": ["なし"], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not available": [""], + "Not equal to (≠)": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "Notification method": [""], + "November": ["11月"], + "Null Values": [""], + "Null or Empty": [""], + "Null values": [""], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number format": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "OCT": ["10月"], + "OK": [""], + "OVERWRITE": ["上書き"], + "October": ["10月"], + "Offline": ["オフライン"], + "Offset": ["オフセット"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to pivot as columns": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "One or many controls to pivot as columns": [""], + "One or many metrics to display": [""], + "One or more columns already exist": [""], + "One or more columns are duplicated": [""], + "One or more columns do not exist": [""], + "One or more metrics already exist": [""], + "One or more metrics are duplicated": [""], + "One or more metrics do not exist": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [ + "1つ以上の注釈レイヤーの読み込みに失敗しました。" + ], + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "'SELECT' 操作のみが許可されます" + ], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [ + "選択したパネルのみがこのフィルターの影響を受けます" + ], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": [ + "単一のクエリのみがサポートされています" + ], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "次のファイル拡張子のみが許可されます: %(allowed_extensions)s" + ], + "Opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["データソースタブを開く"], + "Open in SQL Lab": ["SQL Labで開く"], + "Open query in SQL Lab": ["SQL Labでクエリを開く"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "データベースを非同期モードで動作させます。Webサーバー自体ではなくリモートワーカーでクエリを実行します。この機能はCeleryワーカーと結果バックエンドがセットアップされていることを前提としています。詳細についてはインストールドキュメントを参照してください。" + ], + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original table column order": ["元のテーブル列順で表示"], + "Original value": [""], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Overwrite": ["上書き"], + "Overwrite & Explore": [""], + "Overwrite Dashboard [%s]": ["ダッシュボード [%s] を上書き"], + "Overwrite Duplicate Columns": [""], + "Overwrite text in the editor with a query on this table": [""], + "Owned Created or Favored": [""], + "Owner": ["所有者"], + "Owners": ["所有者"], + "Owners are invalid": [""], + "Owners is a list of users who can alter the dashboard.": [ + "所有者は、ダッシュボードを変更できるユーザーのリストです。" + ], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "所有者は、ダッシュボードを変更できるユーザーのリストです。名前またはユーザー名で検索できます。" + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [""], + "Pandas resample rule": [""], + "Parallel Coordinates": [""], + "Parameter error": ["パラメータエラー"], + "Parameters": ["パラメータ"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Diagram": [""], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Password": ["パスワード"], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Percentage threshold": [""], + "Performance": [""], + "Period average": [""], + "Periods": [""], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Physical dataset": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [""], + "Pick a metric for left axis!": [""], + "Pick a metric for right axis!": [""], + "Pick a metric for x, y and size": [""], + "Pick a metric to display": ["表示する指標を選択"], + "Pick a metric!": ["指標を選んでください!"], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "時系列の時間粒度を選択" + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [""], + "Pick at least one metric": ["少なくとも1つの指標を選択してください"], + "Pick exactly 2 columns as [Source / Target]": [""], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [ + "お気に入りのマークアップ言語を選択" + ], + "Pivot Options": [""], + "Pivot Table": ["ピボットテーブル"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": [ + "少なくとも1つの指標を選択してください" + ], + "Please choose different metrics on left and right axis": [""], + "Please confirm": ["確認してください"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [""], + "Please filter set name": [""], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "共有を有効にするにはクエリを保存して下さい" + ], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "3つの異なる指標ラベルを使用してください" + ], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": ["プラグイン"], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polyline": [""], + "Pop Tab Link": [""], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": [""], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "" + ], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": ["プレビュー"], + "Preview: `%s`": [""], + "Previous": ["前"], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Private Key Password": [""], + "Profile": ["プロファイル"], + "Profile picture provided by Gravatar": [ + "Gravatarが提供するプロフィール写真" + ], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": ["公開"], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": [""], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], + "Quarter": ["四半期"], + "Query": ["クエリ"], + "Query %s: %s": [""], + "Query History": ["クエリ履歴"], + "Query history": ["クエリ履歴"], + "Query in a new tab": [""], + "Query is too complex and takes too long to run.": [""], + "Query name": ["クエリ名"], + "Query preview": ["クエリプレビュー"], + "Query was stopped": [""], + "Query was stopped.": [""], + "RANGE TYPE": ["範囲のタイプ"], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Raw records": [""], + "Rebuild": [""], + "Recent activity": ["最近のアクティビティ"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "最近作成したグラフ、ダッシュボード、保存したクエリがここに表示されます" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "最近編集したグラフ、ダッシュボード、保存したクエリがここに表示されます" + ], + "Recently modified": ["更新"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "最近表示したグラフ、ダッシュボード、保存したクエリがここに表示されます" + ], + "Recents": ["最近"], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": ["レコード数"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Refer to the": [""], + "Referenced columns not available in DataFrame.": [""], + "Refetch results": [""], + "Refresh": ["更新"], + "Refresh dashboard": ["ダッシュボードを更新"], + "Refresh frequency": ["更新頻度"], + "Refresh interval": ["更新間隔"], + "Refresh the default values": [""], + "Refreshing columns": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative quantity": [""], + "Remind me in 24 hours": [""], + "Remove": ["削除"], + "Remove invalid filters": [""], + "Remove item": ["アイテムを削除"], + "Remove query from log": ["ログからクエリを削除"], + "Remove table preview": [""], + "Removed columns: %s": [""], + "Rename tab": [""], + "Replace": [""], + "Report Schedule could not be created.": [ + "レポートスケジュールを作成できませんでした。" + ], + "Report Schedule could not be deleted.": [ + "レポートスケジュールを削除できませんでした。" + ], + "Report Schedule could not be updated.": [ + "レポートスケジュールを更新できませんでした。" + ], + "Report Schedule delete failed.": [ + "レポートスケジュールの削除に失敗しました。" + ], + "Report Schedule execution failed when generating a csv.": [ + "csv の生成中にレポートスケジュールの実行に失敗しました。" + ], + "Report Schedule execution failed when generating a screenshot.": [ + "スクリーンショットの生成時にレポートスケジュールの実行に失敗しました。" + ], + "Report Schedule execution got an unexpected error.": [ + "レポートスケジュールの実行で予期しないエラーが発生しました。" + ], + "Report Schedule is still working, refusing to re-compute.": [ + "レポートスケジュールはまだ機能しており、再計算を拒否しています。" + ], + "Report Schedule log prune failed.": [ + "レポートスケジュールログの整理に失敗しました。" + ], + "Report Schedule not found.": ["レポートスケジュールが見つかりません。"], + "Report Schedule parameters are invalid.": [ + "レポートスケジュールパラメータが無効です。" + ], + "Report Schedule reached a working timeout.": [ + "レポートスケジュールが作業タイムアウトに達しました。" + ], + "Report Schedule state not found": [ + "レポートスケジュールの状態が見つかりません" + ], + "Report failed": ["レポートに失敗しました"], + "Report name": ["レポート名"], + "Report schedule": ["レポートスケジュール"], + "Report schedule unexpected error": [ + "レポートスケジュールの予期せぬエラー" + ], + "Report sending": ["レポート送信"], + "Report sent": ["レポートが送信されました"], + "Reports": ["レポート"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["権限のリクエスト"], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Request missing data field.": [""], + "Request timed out": [""], + "Required": ["必須"], + "Required control values have been removed": [""], + "Resample method should in ": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset state": [""], + "Resource already has an attached report.": [""], + "Restore Filter": ["フィルタを復元"], + "Results": ["結果"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["右軸の指標"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role": [""], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "" + ], + "Roles": [""], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": ["付与する役割"], + "Rolling Function": [""], + "Rolling Window": [""], + "Rolling function": [""], + "Rolling window": [""], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": ["行"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": [""], + "Row limit": [""], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": [""], + "Rule": [""], + "Run": ["実行"], + "Run in SQL Lab": ["SQL Labで実行"], + "Run query": ["クエリ実行"], + "Run query (Ctrl + Return)": ["クエリを実行 (Ctrl + Return)"], + "Run query in a new tab": ["新しいタブでクエリを実行"], + "Run selection": [""], + "Running": ["実行中"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": ["土"], + "SEP": ["9月"], + "SHA": [""], + "SQL": [""], + "SQL Copied!": [""], + "SQL Expression": ["SQL 式"], + "SQL Lab": ["SQL Lab"], + "SQL Lab View": ["SQL Lab ビュー"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": ["SQLクエリ"], + "SQL expression": ["SQL 式"], + "SQL query": ["SQLクエリ"], + "SQLAlchemy URI": [""], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["日"], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": ["サンキー"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite": [""], + "Satellite Streets": [""], + "Saturday": ["土曜日"], + "Save": ["保存"], + "Save & Explore": [""], + "Save & go to dashboard": ["保存してダッシュボードに移動"], + "Save (Overwrite)": ["上書き保存"], + "Save as": ["別名で保存"], + "Save as new": ["新規保存"], + "Save as new chart": ["新しいチャートとして保存"], + "Save as:": ["別名で保存:"], + "Save chart": ["チャートを保存"], + "Save dashboard": ["ダッシュボードを保存"], + "Save for this session": ["このセッションのために保存"], + "Save or Overwrite Dataset": [""], + "Save query": ["クエリを保存"], + "Save the query to enable this feature": [ + "この機能を有効にするためクエリを保存する" + ], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": [""], + "Saved Queries": ["保存したクエリ"], + "Saved metric": ["保存した指標"], + "Saved queries": ["保存したクエリ"], + "Saved queries could not be deleted.": [""], + "Saved query not found.": [""], + "Saved query parameters are invalid.": [ + "保存したクエリ パラメーターが無効です。" + ], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": [""], + "Schedule query": [""], + "Schedule settings": ["スケジュール設定"], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": ["スケジュール設定時刻 (UTC)"], + "Schema": ["スキーマ"], + "Schema cache timeout": [""], + "Schema undefined": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": ["スコープ"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["検索"], + "Search / Filter": [""], + "Search Metrics & Columns": [""], + "Search all filter options": [""], + "Search by query text": [""], + "Search...": ["検索…"], + "Second": ["秒"], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": [""], + "Secure extra": [""], + "Security": ["セキュリティ"], + "Security & Access": ["セキュリティとアクセス"], + "See all %(tableName)s": [""], + "See less": [""], + "See more": [""], + "See table schema": ["テーブルスキーマを参照"], + "Select ...": [""], + "Select Delivery Method": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a database table and create dataset": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": ["可視化方式を選んでください"], + "Select aggregate options": [""], + "Select any columns for metadata inspection": [""], + "Select database or type to search databases": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select operator": [""], + "Select or type a value": [""], + "Select or type dataset name": [""], + "Select owners": [""], + "Select schema or type to search schemas": [""], + "Select start and end date": ["開始日と終了日を選択"], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": ["9月"], + "Sequential": [""], + "Series": [""], + "Series Height": [""], + "Series Limit Sort By": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": ["自動更新間隔を設定"], + "Set filter mapping": ["フィルタマッピングを設定"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": ["設定"], + "Settings for time series": [""], + "Share": ["共有"], + "Share chart by email": ["チャートをメールで共有"], + "Shared query": ["クエリを共有"], + "Sheet Name": [""], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show CREATE VIEW statement": ["CREATE VIEW文を表示"], + "Show CSS Template": ["CSSテンプレートを表示"], + "Show Chart": ["チャートを表示"], + "Show Column": [""], + "Show Dashboard": ["ダッシュボードを表示"], + "Show Database": ["データベースを表示"], + "Show Less...": [""], + "Show Log": ["ログを表示"], + "Show Markers": [""], + "Show Metric": ["指標を表示"], + "Show Row level security filter": [""], + "Show Saved Query": ["保存したクエリを表示"], + "Show Table": ["テーブルを表示"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time column": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": ["Showing %s of %s"], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single Value": [""], + "Single value": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "" + ], + "Skip spaces after delimiter": [""], + "Slug": ["スラッグ"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Some roles do not exist": ["一部のロールが存在しません"], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Sorry there was an error fetching saved charts: ": [ + "保存したグラフの取得中にエラーが発生しました: " + ], + "Sorry, An error occurred": ["エラーが発生しました"], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, your browser does not support copying.": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": [""], + "Sort bars by x labels.": [""], + "Sort by": ["並び替え"], + "Sort columns alphabetically": ["列をアルファベット順に並び替え"], + "Sort descending": [""], + "Sort filter values": [""], + "Sort metric": [""], + "Sort series in ascending order": [""], + "Source": [""], + "Source SQL": [""], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["開始時間"], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start at (UTC)": ["開始時刻 (UTC)"], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "State": ["状態"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["状態"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": ["中止"], + "Stop query": ["クエリを中止"], + "Stop running (Ctrl + x)": ["実行を停止 (Ctrl + x)"], + "Stopped an unsafe database connection": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Structural": [""], + "Style": [""], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": ["成功"], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": [""], + "Sunburst Chart": [""], + "Sunburst Chart v2": [""], + "Sunday": ["日曜日"], + "Superset Chart": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": [""], + "Superset dashboard": ["Supersetダッシュボード"], + "Survey Responses": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Symbol size": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "TEMPORAL X-AXIS": [""], + "THU": ["木"], + "TUE": ["火"], + "Tab name": ["タブ名"], + "Tab title": [""], + "Table": ["テーブル"], + "Table %(table)s wasn't found in the database %(db)s": [ + "テーブル %(table)s はデータベース %(db)s にありません" + ], + "Table Exists": [""], + "Table Name": ["テーブル名"], + "Table View": [""], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "" + ], + "Table cache timeout": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": ["テーブル"], + "Tabs": ["タブ"], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": ["テンプレート名"], + "Template parameters": ["テンプレートパラメータ"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": ["接続のテスト"], + "Test connection": ["接続のテスト"], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "個々のダッシュボードのCSSは、ここもしくは変更がすぐに表示されるダッシュボードビューで変更できます" + ], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The chart does not exist": ["チャートが存在しません"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [""], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": ["ダッシュボードが保存されました"], + "The data source seems to have been deleted": [""], + "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.": [ + "" + ], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" + ], + "The dataset has been saved": [""], + "The dataset linked to this chart may have been deleted.": [""], + "The datasource couldn't be loaded": [ + "データ ソースを読み込めませんでした" + ], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "The distance between cells, in pixels": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "" + ], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The id of the active chart": ["アクティブなチャートのID"], + "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'": [ + "" + ], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "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": [ + "" + ], + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" ], - "Choose a visualization type": ["可視化形式を選択"], - "Create new chart": ["新しいチャートを作成"], - "An error occurred while loading the SQL": [ - "SQL のロード中にエラーが発生しました" + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" ], - "Click to see difference": ["クリックして差分を確認"], - "Altered": ["変更"], - "Chart changes": ["チャートの変更点"], - "Superset chart": [""], - "Check out this chart in dashboard:": [""], - "Select ...": [""], - "Loaded data cached": [""], - "Loaded from cache": [""], - "Click to force-refresh": [""], - "cached": [""], - "Certified by %s": [""], - "Copy to clipboard": [""], - "Copied to clipboard!": [""], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], - "every": [""], - "every month": [""], - "every day of the month": [""], - "day of the month": [""], - "every day of the week": [""], - "day of the week": [""], - "every hour": [""], - "every minute UTC": [""], - "year": ["年"], - "month": ["月"], - "week": ["週"], - "day": ["日"], - "hour": ["時間"], - "minute": ["分"], - "reboot": [""], - "Every": [""], - "in": [""], - "on": [""], - "and": [""], - "at": [""], - ":": [""], - "minute(s) UTC": [""], - "Invalid cron expression": [""], - "Clear": [""], - "Sunday": ["日曜日"], - "Monday": ["月曜日"], - "Tuesday": ["火曜日"], - "Wednesday": ["水曜日"], - "Thursday": ["木曜日"], - "Friday": ["金曜日"], - "Saturday": ["土曜日"], - "January": ["1月"], - "February": ["2月"], - "March": ["3月"], - "April": ["4月"], - "May": ["5月"], - "June": ["6月"], - "July": ["7月"], - "August": ["8月"], - "September": ["9月"], - "October": ["10月"], - "November": ["11月"], - "December": ["12月"], - "SUN": ["日"], - "MON": ["月"], - "TUE": ["火"], - "WED": ["水"], - "THU": ["木"], - "FRI": ["金"], - "SAT": ["土"], - "JAN": ["1月"], - "FEB": ["2月"], - "MAR": ["3月"], - "APR": ["4月"], - "MAY": ["5月"], - "JUN": ["6月"], - "JUL": ["7月"], - "AUG": ["8月"], - "SEP": ["9月"], - "OCT": ["10月"], - "NOV": ["11月"], - "DEC": ["12月"], - "Error while fetching schema list": [""], - "Error while fetching database list": [""], - "Database:": [""], - "Select a database": [""], - "Force refresh schema list": [""], - "Select a schema (%s)": [""], - "Schema:": [""], - "datasource": ["データソース"], - "schema": ["スキーマ"], - "delete": ["削除"], - "Type \"%s\" to confirm": [""], - "DELETE": ["削除"], - "Click to edit": [""], - "You don't have the rights to alter this title.": [""], - "Unexpected error": [""], - "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": [""], - "%s Error": [""], - "See more": [""], - "See less": [""], - "Copy message": [""], - "Close": ["閉じる"], - "This was triggered by:": [""], - "Did you mean:": ["もしかして:"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": ["パラメータエラー"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "Timeout error": ["タイムアウトエラー"], - "Click to favorite/unfavorite": ["クリックしてお気に入りに追加/解除"], - "Cell content": [""], - "The import was successful": [""], - "OVERWRITE": ["上書き"], - "Overwrite": ["上書き"], - "Import": ["インポート"], - "Import %s": ["インポート %s"], - "Last Updated %s": ["最終更新 %s"], - "Sort:": [""], - "%s Selected": [""], - "Deselect all": ["すべての選択を解除"], - "No Data": [""], - "%s-%s of %s": [""], - "Settings": ["設定"], - "About": [""], - "SQL query": ["SQLクエリ"], - "OK": [""], - "Error while fetching table list": [""], - "Select table or type table name": [""], - "Type to search ...": [""], - "Select table ": ["テーブルを選択 "], - "Force refresh table list": ["テーブルリストを強制更新"], - "See table schema": ["テーブルスキーマを参照"], - "%s%s": [""], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "The number of seconds before expiring the cache": [ + "キャッシュを期限切れにするまでの秒数" + ], + "The object does not exist in the given database.": [""], + "The parameter %(parameters)s in your query is undefined.": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "保存したクエリと一緒にインポートするには、以下のデータベースのパスワードが必要です。データベース構成の ”Secure Extra” と ”Certificate” セクションはエクスポートファイルに存在せず、必要に応じてインポート後に手動で追加する必要がある点に注意してください。" + ], + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" + ], + "The pattern of timestamp format. For strings use ": [""], + "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.": [ + "" + ], + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" + ], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" + ], + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": [""], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ + "" + ], + "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [ + "" + ], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" + ], + "The rich tooltip shows a list of all series for that point in time": [ + "" + ], + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" + ], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "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.": [ + "" + ], + "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": [ + "可視化のための時間カラム。テーブルのDATETIME列を返す任意の式を定義することができます。この列または式に対して以下のフィルターが適用されることに注意してください" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ + "" + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "可視化の期間。すべての相対時間( e.g. “Last month”, “Last 7 days”, “now”, etc )はサーバーのローカル時間(sans timezone)を使用して評価されます。すべてのツールヒントとプレースホルダー時間は UTC (sans timezone) で表されます。タイムスタンプは、エンジンのローカルタイムゾーンを使用してデータベースによって評価されます。開始時刻や終了時刻を指定する場合は ISO 8601 形式に従ってタイムゾーンを明示的に設定できます。" + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": ["表示する可視化のタイプ"], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [""], + "The username \"%(username)s\" does not exist.": [""], + "The way the ticks are laid out on the X-axis": [""], + "There are associated alerts or reports": [ + "関連するアラートまたはレポートがあります" + ], + "There are associated alerts or reports: %s,": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [ + "このダッシュボードにはフィルターはありません。" + ], + "There is no chart definition associated with this component, could it have been deleted?": [ + "このコンポーネントに関連付けられているチャート定義はありません。削除されたのでしょうか?" + ], "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "このコンポーネント用の十分なスペースがありません。幅を狭くするか、移動先の幅を大きくしてみてください。" ], - "Can not move top level tab into nested tabs": [ - "トップレベルのタブをネストされたタブに移動できません" + "There was an error fetching your recent activity:": [ + "最近のアクティビティの取得中にエラーが発生しました:" ], - "This chart has been moved to a different filter scope.": [ - "このチャートは別のフィルタスコープに移動されました。" + "There was an error loading the tables": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [ + "%s の削除中に問題が発生しました: %s" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [ + "選択した注釈の削除で問題が発生しました: %s" + ], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [ + "選択したダッシュボードの削除で問題が発生しました。: " + ], + "There was an issue deleting the selected datasets: %s": [ + "選択したデータセットの削除に問題が発生しました: %s" + ], + "There was an issue deleting the selected layers: %s": [ + "選択したレイヤーの削除で問題が発生しました: %s" + ], + "There was an issue deleting the selected queries: %s": [ + "選択したクエリの削除に問題が発生しました: %s" + ], + "There was an issue deleting the selected templates: %s": [ + "選択したテンプレートの削除で問題が発生しました: %s" ], + "There was an issue deleting: %s": ["削除中に問題が発生しました: %s"], "There was an issue favoriting this dashboard.": [ "このダッシュボードのお気に入りする際に問題が発生しました。" ], - "This dashboard is now ${nowPublished}": [ - "このダッシュボードは現在 ${nowPublished}" + "There was an issue fetching the favorite status of this dashboard.": [ + "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" ], - "You do not have permissions to edit this dashboard.": [ - "このダッシュボードを編集する権限がありません。" + "There was an issue fetching your recent activity: %s": [ + "最近のアクティビティの取得中に問題が発生しました: %s" ], - "This dashboard was saved successfully.": [ - "このダッシュボードは正常に保存されました。" + "There was an issue previewing the selected query %s": [ + "選択したクエリのプレビュー中に問題が発生しました %s" ], - "Could not fetch all saved charts": [ - "保存したすべてのチャートを取得できませんでした" + "There was an issue previewing the selected query. %s": [ + "選択したクエリのプレビュー中に問題が発生しました。 %s" + ], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "" + ], + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "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.": [ + "" + ], + "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ + "この JSON オブジェクトは、ダッシュボード ビューの [保存] または [上書き] ボタンをクリックすると動的に生成されます。これは、参照用と特定のパラメータを変更する可能性のあるパワーユーザーのために公開されています。" ], - "Sorry there was an error fetching saved charts: ": [ - "保存したグラフの取得中にエラーが発生しました: " + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [ + "このアクションにより、レイヤーが完全に削除されます。" ], - "Visualization": ["可視化"], - "Data source": ["データソース"], - "Added": ["追加済み"], - "Components": ["構成要素"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "ここで選択したカラーパレットは、このダッシュボードの個々のグラフに適用される色を上書きします" + "This action will permanently delete the saved query.": [ + "この操作を実行すると、保存したクエリは完全に削除されます。" ], - "Color scheme": ["配色"], - "You have unsaved changes.": ["未保存の変更があります。"], - "There is no chart definition associated with this component, could it have been deleted?": [ - "このコンポーネントに関連付けられているチャート定義はありません。削除されたのでしょうか?" + "This action will permanently delete the template.": [ + "このアクションにより、テンプレートが完全に削除されます。" ], - "Delete this container and save to remove this message.": [ - "このコンテナを削除し、保存してこのメ​​ッセージを削除します。" + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" ], - "Don't refresh": ["更新しない"], - "10 seconds": ["10秒"], - "30 seconds": ["30秒"], - "1 minute": ["1分"], - "5 minutes": ["5分"], - "30 minutes": ["30分"], - "1 hour": ["1時間"], - "6 hours": ["6時間"], - "12 hours": ["12時間"], - "24 hours": ["24時間"], - "Refresh interval": ["更新間隔"], - "Refresh frequency": ["更新頻度"], - "Are you sure you want to proceed?": ["続行してもよろしいですか?"], - "Save for this session": ["このセッションのために保存"], - "You must pick a name for the new dashboard": [ - "新しいダッシュボードの名前を選択する必要があります" + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "Save dashboard": ["ダッシュボードを保存"], - "Overwrite Dashboard [%s]": ["ダッシュボード [%s] を上書き"], - "Save as:": ["別名で保存:"], - "[dashboard name]": ["[ダッシュボード名]"], - "also copy (duplicate) charts": ["チャートも複製する"], - "Filter your charts": ["チャートを検索"], - "Cross Filter Scoping": [""], - "Load a template": ["テンプレートの読み込み"], - "Load a CSS template": ["CSSテンプレートの読み込み"], - "Live CSS editor": [""], - "Applied Cross Filters (%d)": ["適用したクロス フィルター (%d)"], - "Applied Filters (%d)": ["適用したフィルタ (%d)"], - "Incompatible Filters (%d)": ["互換性のないフィルタ (%d)"], - "Unset Filters (%d)": ["フィルタ (%d) の設定を解除"], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ - "このダッシュボードは現在強制的に更新されています。次の強制更新は %s。" + "This chart has been moved to a different filter scope.": [ + "このチャートは別のフィルタスコープに移動されました。" ], - "Your dashboard is too large. Please reduce the size before save it.": [ - "ダッシュボードが大きすぎます。保存する前にサイズを小さくしてください。" + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" ], - "Discard changes": ["変更を破棄"], - "Edit dashboard": ["ダッシュボードを編集"], - "An error occurred while fetching available CSS templates": [ - "利用可能なCSSテンプレートの取得中にエラーが発生しました" + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], - "Superset dashboard": ["Supersetダッシュボード"], - "Check out this dashboard: ": ["このダッシュボードを確認してください: "], - "Copy dashboard URL": ["ダッシュボードURLをコピー"], - "Share dashboard by email": ["ダッシュボードをメールで共有"], - "Refresh dashboard": ["ダッシュボードを更新"], - "Set auto-refresh interval": ["自動更新間隔を設定"], - "Set filter mapping": ["フィルタマッピングを設定"], - "Edit dashboard properties": ["ダッシュボードのプロパティを編集"], - "Edit CSS": ["CSSを編集"], - "Download as image": ["画像としてダウンロード"], - "Toggle fullscreen": ["フルスクリーン切り替え"], - "An error has occurred": ["エラーが発生しました"], - "You do not have permission to edit this dashboard": [ - "このダッシュボードを編集する権限がありません" + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "A valid color scheme is required": ["有効な配色が必要です"], - "The dashboard has been saved": ["ダッシュボードが保存されました"], - "Access": ["アクセス"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "所有者は、ダッシュボードを変更できるユーザーのリストです。名前またはユーザー名で検索できます。" + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Colors": ["色"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles defined then the dashboard is available to all roles.": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Apply": ["適用"], - "Dashboard properties": ["ダッシュボードのプロパティ"], - "Basic information": ["基本情報"], - "URL slug": ["URLスラッグ"], - "A readable URL for your dashboard": ["ダッシュボード用の読みやすいURL"], - "Advanced": [""], - "JSON metadata": [""], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "このダッシュボードは公開されていないため、ダッシュボードのリストには表示されません。このダッシュボードを公開するには、ここをクリックしてください。" + "This dashboard is managed externally, and can't be edited in Superset": [ + "" ], "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "このダッシュボードは公開されていないため、ダッシュボードのリストには表示されません。お気に入りに追加して表示するか、URLを直接使用してアクセスします。" ], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "このダッシュボードは公開されていないため、ダッシュボードのリストには表示されません。このダッシュボードを公開するには、ここをクリックしてください。" + ], "This dashboard is published. Click to make it a draft.": [ "このダッシュボードは公開されています。クリックして下書きにします。" ], - "Draft": ["下書き"], - "Annotation layers are still loading.": [ - "注釈レイヤーはまだ読み込み中です。" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" ], - "One ore more annotation layers failed loading.": [ - "1つ以上の注釈レイヤーの読み込みに失敗しました。" + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "このダッシュボードは最近変更されました。最新の情報を入手するにはダッシュボードをリロードしてください。" ], - "Emitted values": [""], - "Cached %s": [""], - "Fetched %s": [""], - "Minimize chart": ["チャートを最小化"], - "Maximize chart": ["チャートを最大化"], - "Force refresh": ["強制更新"], - "Toggle chart description": ["チャートの説明を切り替え"], - "View chart in Explore": ["チャートを表示"], - "Copy chart URL": ["チャートのURLをコピー"], - "Share chart by email": ["チャートをメールで共有"], - "Export CSV": ["CSVで出力"], - "Cross-filter scoping": [""], - "Search...": ["検索…"], - "No filter is selected.": ["フィルタは選択されていません。"], - "Editing 1 filter:": ["1つのフィルタを編集する:"], - "Batch editing %d filters:": [" %d フィルタのバッチ編集:"], - "Configure filter scopes": ["フィルタスコープを構成する"], - "There are no filters in this dashboard.": [ - "このダッシュボードにはフィルターはありません。" + "This dashboard was saved successfully.": [ + "このダッシュボードは正常に保存されました。" ], - "Expand all": ["すべて展開"], - "Collapse all": ["すべて折りたたむ"], - "This markdown component has an error.": [ - "このマークダウンコンポーネントにエラーがあります。" + "This database is managed externally, and can't be edited in Superset": [ + "" ], - "This markdown component has an error. Please revert your recent changes.": [ - "このマークダウンコンポーネントにエラーがあります。最近の変更を元に戻してください。" + "This database table does not contain any data. Please select a different table.": [ + "" ], - "Delete dashboard tab?": ["ダッシュボードタブを削除しますか?"], - "Divider": ["区切り線"], - "Header": ["見出し"], - "Row": ["行"], - "Tabs": ["タブ"], - "Preview": ["プレビュー"], - "Sorry, your browser does not support copying.": [""], - "Sorry, something went wrong. Try again later.": [""], - "All Filters (${filterValues.length})": [""], - "Filter Sets (${filterSetFilterValues.length})": [""], - "Select parent filters": ["親フィルタを選択する"], - "Check configuration": ["設定を確認"], - "Cannot load filter": ["フィルタを読み込めません"], - "Editing filter set:": ["フィルタセットを編集:"], - "Filter set with this name already exists": [""], - "Filter set already exists": [""], - "This filter set is identical to: \"%s\"": [""], - "Remove invalid filters": [""], - "Rebuild": [""], - "Filters (%d)": ["フィルター (%d)"], - "This filter doesn't exist in dashboard. It will not be applied.": [""], - "Filter metadata changed in dashboard. It will not be applied.": [""], - "None": ["なし"], - "Please filter set name": [""], - "Create": ["作成"], - "Create new filter set": ["新しいフィルタ セットの作成"], - "New filter set": ["新しいフィルタ セット"], - "Clear all": ["すべてクリア"], - "Add filter": ["フィルタを追加"], - "(Removed)": ["(削除)"], - "Undo?": ["元に戻しますか?"], - "New filter": ["新しいフィルタ"], - "Filters configuration and scoping": ["フィルタの構成とスコープ"], - "Filter name": ["フィルタ名"], - "Name is required": ["名前が必要です"], - "Filter Type": ["フィルタタイプ"], - "Dataset": ["データセット"], - "Dataset is required": ["データセットが必要です"], - "Parent filter": ["親フィルタ"], - "Default Value": ["デフォルト値"], - "Apply changes instantly": ["変更を即座に適用する"], - "You have removed this filter.": ["このフィルタを削除しました。"], - "Restore Filter": ["フィルタを復元"], - "Scoping": ["スコープ"], - "Apply to all panels": ["すべてのパネルに適用"], - "Apply to specific panels": ["特定のパネルに適用"], - "Only selected panels will be affected by this filter": [ - "選択したパネルのみがこのフィルターの影響を受けます" + "This dataset is managed externally, and can't be edited in Superset": [ + "" ], - "All panels with this column will be affected by this filter": [ - "この列のすべてのパネルは、このフィルターの影響を受けます" + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [""], + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "" ], - "Yes, cancel": ["はい、キャンセルします"], - "Keep editing": ["編集を続ける"], - "Are you sure you want to cancel?": ["キャンセルしてもよろしいですか?"], - "will not be saved.": ["保存されません。"], - "All filters": ["すべてのフィルタ"], - "All charts": ["すべてのチャート"], - "Tab title": [""], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "データセットを変更すると、ターゲットのデータセットに存在しないカラムやメタデータに依存しているチャートが壊れることがあります" + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" ], - "dataset": ["データセット"], - "Change dataset": ["データセットを変更"], - "Warning!": ["警告!"], - "Search / Filter": [""], - "Physical (table or view)": [""], - "Virtual (SQL)": [""], - "SQL expression": ["SQL 式"], - "Data type": [""], - "Datetime format": ["日時フォーマット"], - "The pattern of timestamp format. For strings use ": [""], - "Python datetime string pattern": [""], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "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": [ "" ], - "Is dimension": [""], - "Is filterable": [""], - "Modified columns: %s": [""], - "Removed columns: %s": [""], - "New columns added: %s": [""], - "Metadata has been synced": [""], - "Column name [%s] is duplicated": [""], - "Metric name [%s] is duplicated": [""], - "Calculated column [%s] requires an expression": [""], - "Basic": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "This markdown component has an error.": [ + "このマークダウンコンポーネントにエラーがあります。" + ], + "This markdown component has an error. Please revert your recent changes.": [ + "このマークダウンコンポーネントにエラーがあります。最近の変更を元に戻してください。" + ], + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "Autocomplete filters": [""], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": [""], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ "" ], - "Owners of the dataset": [""], - "Cache timeout": [""], - "The duration of time in seconds before the cache is invalidated": [""], - "Hours offset": [""], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "Spatial": [""], - "virtual": [""], - "Dataset name": [""], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": [ + "この可視化方式はサポートされていません。" + ], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": ["木曜日"], + "Time": ["時間"], + "Time Comparison": [""], + "Time Granularity": [""], + "Time Series - Bar Chart": ["時系列 - 棒グラフ"], + "Time Series - Dual Axis Line Chart": ["時系列 - 二重軸折れ線グラフ"], + "Time Series - Line Chart": ["時系列 - 折れ線グラフ"], + "Time Series - Multiple Line Charts": ["時系列 - 複数の折れ線グラフ"], + "Time Series - Nightingale Rose Chart": [""], + "Time Series - Paired t-test": [""], + "Time Series - Percent Change": ["時系列 - 変化率"], + "Time Series - Period Pivot": ["時系列 - 期間ピボット"], + "Time Series - Stacked": ["時系列 - 積み上げ"], + "Time Series Options": [""], + "Time Table View": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": [""], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": [""], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Click the lock to make changes.": [""], - "Click the lock to prevent further changes.": [""], - "D3 format": [""], - "Certified by": [""], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": [""], - "Warning": ["警告"], - "Optional warning about use of this metric": [""], - "Be careful.": [""], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Time grain filter plugin": [""], + "Time grain missing": [""], + "Time granularity": [""], + "Time in seconds": ["秒単位の時間"], + "Time range": ["期間"], + "Time related form attributes": [""], + "Time series columns": [""], + "Time shift": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Source": [""], - "Sync columns from source": [""], - "Calculated columns": [""], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" + ], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "" ], - "Are you sure you want to save and apply changes?": [""], - "Confirm save": [""], - "Edit Dataset ": [""], - "Use legacy datasource editor": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "Group by": [""], - "One or many controls to group by": [""], - "One or many metrics to display": [""], - "Visualization type": ["可視化方式"], - "The type of visualization to display": ["表示する可視化のタイプ"], - "Fixed color": ["固定の色"], - "Use this to define a static color for all circles": [ - "これを使用して、すべての円の静的な色を定義します" + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], - "Right axis metric": ["右軸の指標"], - "Choose a metric for right axis": ["右軸の指標を選択"], - "Linear color scheme": ["線形配色"], - "Color metric": ["色の指標"], - "A metric to use for color": ["色に使用する指標"], - "One or many controls to pivot as columns": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "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`": [ + "Time-series Table": ["時系列 - 表"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "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": [ - "可視化のための時間カラム。テーブルのDATETIME列を返す任意の式を定義することができます。この列または式に対して以下のフィルターが適用されることに注意してください" + "Timeout error": ["タイムアウトエラー"], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [""], + "Timezone selector": [""], + "Title": ["タイトル"], + "Title or Slug": ["タイトルまたはスラッグ"], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [ + "ダッシュボードの読み取り可能なURLを取得するには" ], - "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.": [ + "Too many columns to filter": [""], + "Tools": [""], + "Tooltip": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": ["ジョブ履歴"], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["ツリーマップ"], + "Treemap (legacy)": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Last week": ["先週"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ - "可視化の期間。すべての相対時間( e.g. “Last month”, “Last 7 days”, “now”, etc )はサーバーのローカル時間(sans timezone)を使用して評価されます。すべてのツールヒントとプレースホルダー時間は UTC (sans timezone) で表されます。タイムスタンプは、エンジンのローカルタイムゾーンを使用してデータベースによって評価されます。開始時刻や終了時刻を指定する場合は ISO 8601 形式に従ってタイムゾーンを明示的に設定できます。" - ], - "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).": [ + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "Sort by": ["並び替え"], - "Metric used to define the top series": [""], - "Series": [""], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Entity": [""], - "This defines the element to be plotted on the chart": [""], - "X Axis": ["X軸"], - "Metric assigned to the [X] axis": ["[X] 軸に割り当てられた指標"], - "Y Axis": ["Y軸"], - "Metric assigned to the [Y] axis": ["[Y] 軸に割り当てられた指標"], - "Bubble size": [""], - "Y Axis Format": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": ["火曜日"], + "Type": ["タイプ"], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": ["タイプが必要です"], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["入力または選択 [%s]"], + "URL": [""], + "URL parameters": ["URLパラメータ"], + "URL slug": ["URLスラッグ"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "The color scheme for rendering chart": [""], - "Color map": [""], - "description": [""], - "bolt": [""], - "Changing this control takes effect instantly": [ - "この変更は即座に反映されます" + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [ + "“%(database)s” に接続できません。" ], - "Customize": ["カスタマイズ"], - "Height": ["高さ"], - "Width": ["幅"], - "Copy chart URL to clipboard": [""], - "Loading...": [""], - "Superset Chart": [""], - "Export to .JSON format": [""], - "Export to .CSV format": [""], - "%s - untitled": [""], - "Edit chart properties": ["チャートのプロパティを編集"], - "Control labeled ": [""], - "Open Datasource tab": ["データソースタブを開く"], - "rows": ["行"], - "Limit reached": [""], - "**Select** a dashboard OR **create** a new one": [ - "ダッシュボードを **選択** または **新規作成**" + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" ], - "Please enter a chart name": ["チャート名を入力してください"], - "Save chart": ["チャートを保存"], - "Save & go to dashboard": ["保存してダッシュボードに移動"], - "Save as new chart": ["新しいチャートとして保存"], - "Save (Overwrite)": ["上書き保存"], - "Save as ...": ["別名で保存"], - "Chart name": ["チャート名"], - "Add to dashboard": ["新しいダッシュボードに追加"], - "rows retrieved": ["行を取得"], - "Sorry, An error occurred": ["エラーが発生しました"], - "No data": [""], - "View samples": ["サンプルを表示"], - "Search Metrics & Columns": [""], - "Showing %s of %s": ["Showing %s of %s"], - "New chart": ["新しいチャート"], - "Edit properties": [""], - "View query": ["クエリを見る"], - "Run in SQL Lab": ["SQL Labで実行"], - "You do not have permission to edit this chart": [ - "このチャートを編集する権限がありません" + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Configuration": [""], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "`Min` value should be numeric or empty": [""], - "`Max` value should be numeric or empty": [""], - "Min": ["最小値"], - "Max": ["最大値"], - "No results found": [""], - "%s option(s)": [""], - "Invalid lat/long configuration.": [""], - "Reverse lat/long ": [""], - "Longitude & Latitude columns": [""], - "Delimited long & lat single column": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Geohash": [""], - "textarea": [""], - "in modal": [""], - "This visualization type is not supported.": [ - "この可視化方式はサポートされていません。" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Click to change visualization type": ["クリックして可視化方式を変更"], - "Select a visualization type": ["可視化方式を選んでください"], - "Failed to verify select options: %s": [""], - "Annotation Slice Configuration": ["注釈スライスの構成"], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Display configuration": [""], - "Configure your how you overlay is displayed here.": [""], - "Style": [""], - "Opacity": [""], - "Color": [""], - "Line width": ["線の幅"], - "Layer configuration": ["レイヤー構成"], - "Configure the basics of your Annotation Layer.": [""], - "Mandatory": [""], - "Hide layer": ["レイヤーを隠す"], - "Choose the annotation layer type": [ - "注釈レイヤーのタイプを選んでください" + "Undefined": [""], + "Undefined window for rolling operation": [""], + "Undo?": ["元に戻しますか?"], + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unknown": ["不明"], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": ["不明なエラー"], + "Unknown input format": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "関数 %(func)s の安全でない戻り値の型: %(value_type)s" ], - "Annotation layer type": ["注釈レイヤーのタイプ"], - "Remove": ["削除"], - "Edit annotation layer": ["注釈レイヤーを編集"], - "Add annotation layer": ["注釈レイヤーを追加"], - "Empty collection": ["空のコレクション"], - "Add an item": ["アイテムを追加"], - "Remove item": ["アイテムを削除"], - "Edit dataset": ["データセットを編集"], - "View in SQL Lab": ["SQL Labで表示"], - "More dataset related options": [ - "データセットに関連するその他のオプション" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "キー %(key)s の安全でないテンプレート値: %(value_type)s" ], - "Missing dataset": ["データセットが見つかりません"], - "The dataset linked to this chart may have been deleted.": [""], - "RANGE TYPE": ["範囲のタイプ"], - "Actual time range": ["実際の期間"], - "CANCEL": ["キャンセル"], - "APPLY": ["適用"], - "Edit time range": ["期間を編集"], - "Configure Advanced Time Range ": [""], - "START (INCLUSIVE)": [""], - "Start date included in time range": [""], - "END (EXCLUSIVE)": [""], - "End date excluded from time range": [""], - "Configure Time Range: Previous...": [""], - "Configure Time Range: Last...": [""], - "Configure custom time range": [""], - "Relative quantity": [""], - "Anchor to": [""], - "NOW": [""], - "Date/Time": [""], - "Return to specific datetime.": [""], - "Syntax": [""], - "Example": ["例"], - "Moves the given set of dates by a specified interval.": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [ + "メソッド %(name)s のサポートされていない戻り値" + ], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled query": [""], + "Update": ["更新"], + "Updating chart was stopped": [""], + "Upload": ["アップロード"], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "Get the last date by the date unit.": [""], - "Get the specify date for the holiday": [""], - "Drop columns or metrics": ["列または指標を削除する"], - "Drop columns": ["列を削除する"], - "Default": [""], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [ + "これを使用して、すべての円の静的な色を定義します" + ], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "Sort metric": [""], - "Metric to sort the results by": [""], - "Sort ascending": [""], - "Check for sorting ascending": [""], - "Allow multiple selections": ["複数の選択を許可する"], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ "" ], - "Search all filter options": [""], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ "" ], - "Required": ["必須"], + "User": ["ユーザー"], + "User Roles": ["ユーザーの役割"], + "User must select a value before applying the filter": [""], "User must select a value for this filter": [""], - "Filter configuration": ["フィルタ構成"], - "Simple": [""], - "Custom SQL": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "User query": ["ユーザークエリ"], + "Username": ["ユーザー名"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "%s column(s) and metric(s)": [""], - "%s column(s)": [""], - "To filter on a metric, use Custom SQL tab.": [""], - "%s operator(s)": [""], - "Type a value here": [""], - "Filter value (case sensitive)": [""], - "choose WHERE or HAVING...": [""], - "Filters by columns": [""], - "Filters by metrics": [""], - "Fixed": [""], - "Based on a metric": [""], - "My metric": [""], - "Add metric": [""], - "%s aggregates(s)": [""], - "%s saved metric(s)": [""], - "Saved": [""], - "Saved metric": ["保存した指標"], - "column": [""], - "aggregate": [""], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ "" ], - "Error while fetching data": ["データの取得中にエラーが発生しました"], - "Time series columns": [""], - "Code": [""], - "Markup type": [""], - "Pick your favorite markup language": [ - "お気に入りのマークアップ言語を選択" + "Value": [""], + "Value Domain": [""], + "Value bounds": [""], + "Value must be greater than 0": ["値は 0 より大きくする必要があります"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "Put your code here": [""], - "Query": ["クエリ"], - "URL": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Vehicle Types": [""], + "Verbose Name": [""], + "Version": [""], + "Version number": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["SQL Labで表示"], + "View keys & indexes (%s)": [""], + "View query": ["クエリを見る"], + "Viewed": ["表示した項目"], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": [""], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [""], + "Visual Tweaks": [""], + "Visualization Type": ["可視化方式"], + "Visualization type": ["可視化方式"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ "" ], - "Time": ["時間"], - "Time related form attributes": [""], - "Chart type": ["チャートタイプ"], - "Chart ID": ["チャートID"], - "The id of the active chart": ["アクティブなチャートのID"], - "Cache Timeout (seconds)": ["キャッシュタイムアウト (秒)"], - "The number of seconds before expiring the cache": [ - "キャッシュを期限切れにするまでの秒数" + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" ], - "URL parameters": ["URLパラメータ"], - "Extra parameters for use in jinja templated queries": [""], - "Time range endpoints": [""], - "Time range endpoints (SIP-15)": [""], - "Annotations and layers": [""], - "Sort descending": [""], - "Whether to sort descending or ascending": [ - "降順または昇順でソートするかどうか" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "Contribution": [""], - "Compute the contribution to the total": ["全体への寄与度を算出"], - "Advanced analytics": [""], - "This section contains options that allow for advanced analytical post processing of query results": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "Rolling window": [""], - "Rolling function": [""], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Periods": [""], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ "" ], - "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": [ + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "" ], - "Time comparison": [""], - "Time shift": [""], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ "" ], - "Calculation type": [""], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "" ], - "Python functions": [""], - "Rule": [""], - "Pandas resample rule": [""], - "Method": [""], - "Pandas resample method": [""], - "No columns": [""], - "%s option": [""], - "Chosen non-numeric column": [""], - "No time columns": [""], - "Favorites": ["お気に入り"], - "Created content": ["作成したコンテンツ"], - "Recent activity": ["最近のアクティビティ"], - "Security & Access": ["セキュリティとアクセス"], - "No charts": ["チャートなし"], - "No dashboards": ["ダッシュボードなし"], - "No favorite charts yet, go click on stars!": [ - "お気に入りのチャートはまだありません。星をクリックしてください!" + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" ], - "No favorite dashboards yet, go click on stars!": [ - "お気に入りのダッシュボードはまだありません。星をクリックしてください!" + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Profile picture provided by Gravatar": [ - "Gravatarが提供するプロフィール写真" + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "joined": ["参加"], - "id:": [""], - "There was an error fetching your recent activity:": [ - "最近のアクティビティの取得中にエラーが発生しました:" + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" ], - "Deleted: %s": ["削除しました: %s"], - "There was an issue deleting: %s": ["削除中に問題が発生しました: %s"], - "There was an issue deleting %s: %s": [ - "%s の削除中に問題が発生しました: %s" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "report": ["レポート"], - "alert": ["アラート"], - "reports": ["レポート"], - "alerts": ["アラート"], - "There was an issue deleting the selected %s: %s": [""], - "Last run": ["前回の実行"], - "Notification method": [""], - "Execution log": ["実行ログ"], - "Actions": ["アクション"], - "Bulk select": ["一括選択"], - "No %s yet": [""], - "Created by": ["作成者"], - "An error occurred while fetching created by values: %s": [""], - "Status": ["状態"], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": ["アラートとレポート"], - "Reports": ["レポート"], - "This action will permanently delete %s.": [""], - "Delete %s?": ["%s を削除しますか?"], - "Please confirm": ["確認してください"], - "Are you sure you want to delete the selected %s?": [""], - "< (Smaller than)": [""], - "> (Larger than)": [""], - "<= (Smaller or equal)": [""], - ">= (Larger or equal)": [""], - "== (Is equal)": [""], - "!= (Is not equal)": [""], - "Not null": [""], - "30 days": ["30日"], - "60 days": ["60日"], - "90 days": ["90日"], - "Add notification method": [""], - "Add delivery method": [""], - "Add": ["追加"], - "Edit ${isReport ? 'Report' : 'Alert'}": [""], - "Add ${isReport ? 'Report' : 'Alert'}": [""], - "Report name": ["レポート名"], - "Alert name": ["アラート名"], - "Alert condition": ["アラート状態"], - "Trigger Alert If...": [""], - "Value": [""], - "Report schedule": ["レポートスケジュール"], - "Alert condition schedule": ["アラート状態スケジュール"], - "Schedule settings": ["スケジュール設定"], - "Log retention": ["ログの保持"], - "Working timeout": ["作業タイムアウト"], - "Time in seconds": ["秒単位の時間"], - "Grace period": ["猶予期間"], - "Message content": ["メッセージ内容"], - "log": ["ログ"], - "State": ["状態"], - "Execution ID": ["実行 ID"], - "Scheduled at (UTC)": ["スケジュール設定時刻 (UTC)"], - "Start at (UTC)": ["開始時刻 (UTC)"], - "Duration": ["期限"], - "Error message": ["エラーメッセージ"], - "${alertResource?.type}": [""], - "CRON expression": [""], - "Report sent": ["レポートが送信されました"], - "Alert triggered, notification sent": [ - "アラートが発動し、通知が送信されました" + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" ], - "Report sending": ["レポート送信"], - "Alert running": ["アラート発動中"], - "Report failed": ["レポートに失敗しました"], - "Alert failed": ["アラートに失敗しました"], - "Nothing triggered": [""], - "Alert Triggered, In Grace Period": ["アラート発動、猶予期間中"], - "Recipients are separated by \",\" or \";\"": [""], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": ["注釈"], - "There was an issue deleting the selected annotations: %s": [ - "選択した注釈の削除で問題が発生しました: %s" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "Edit annotation": ["注釈を編集する"], - "Delete annotation": ["注釈を削除する"], - "Annotation": ["注釈"], - "No annotation yet": ["注釈はまだありません"], - "Annotation Layer ${annotationLayerName}": [ - "注釈レイヤー ${annotationLayerName}" + "Viz is missing a datasource": ["Viz はデータソースがありません"], + "Viz type": ["可視化タイプ"], + "WED": ["水"], + "Want to add a new database?": [""], + "Warning": ["警告"], + "Warning Message": ["警告メッセージ"], + "Warning!": ["警告!"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "" ], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ - " ${annotationCurrentlyDeleting?.short_descr} を削除してもよろしいですか?" + "Was unable to check your query": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "Delete Annotation?": ["注釈を削除しますか?"], - "Are you sure you want to delete the selected annotations?": [ - "選択した注釈を削除してもよろしいですか?" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" ], - "Add annotation": ["注釈を追加"], - "Annotation name": ["注釈名"], - "date": ["日付"], - "Additional information": ["追加情報"], - "Description (this can be seen in the list)": [ - "説明(これはリストで見ることができます)" + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" ], - "annotation_layer": [""], - "Edit annotation layer properties": ["注釈レイヤーのプロパティを編集"], - "Annotation layer name": ["注釈レイヤー名"], - "Annotation layers": ["注釈レイヤー"], - "There was an issue deleting the selected layers: %s": [ - "選択したレイヤーの削除で問題が発生しました: %s" + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "Last modified": ["最終更新"], - "Created on": ["作成日"], - "Edit template": ["テンプレートを編集"], - "Delete template": ["テンプレートを削除"], - "Annotation layer": ["注釈レイヤー"], - "An error occurred while fetching dataset datasource values: %s": [ - "データセット・データソース値の取得中にエラーが発生しました: %s" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "No annotation layers yet": ["注釈レイヤーはまだありません"], - "This action will permanently delete the layer.": [ - "このアクションにより、レイヤーが完全に削除されます。" + "Web": [""], + "Wednesday": ["水曜日"], + "Week": ["週"], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "What should happen if the table already exists": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" ], - "Delete Layer?": ["本当にレイヤーを削除しますか?"], - "Are you sure you want to delete the selected layers?": [ - "選択したレイヤーを削除してもよろしいですか?" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "Are you sure you want to delete": ["削除してもよろしいですか"], - "Last modified %s": ["最終更新 %s"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "There was an issue deleting the selected charts: %s": [""], - "Modified by": ["更新者"], - "Owner": ["所有者"], - "All": [""], - "An error occurred while fetching chart owners values: %s": [""], - "An error occurred while fetching chart created by values: %s": [""], - "Viz type": ["可視化タイプ"], - "An error occurred while fetching chart dataset values: %s": [""], - "Favorite": ["お気に入り"], - "Any": ["任意"], - "Yes": [""], - "No": [""], - "Alphabetical": ["ABC順"], - "Recently modified": ["更新"], - "Least recently modified": ["最終更新"], - "Import charts": ["チャートのインポート"], - "Are you sure you want to delete the selected charts?": [ - "選択したチャートを削除してもよろしいですか?" + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "css_template": [""], - "Edit CSS template properties": ["CSSテンプレートのプロパティを編集する"], - "Add CSS template": ["CSSテンプレートを追加する"], - "CSS template name": ["CSSテンプレート名"], - "css": [""], - "CSS templates": ["CSSテンプレート"], - "There was an issue deleting the selected templates: %s": [ - "選択したテンプレートの削除で問題が発生しました: %s" + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" ], - "Last modified by %s": ["最終更新者 %s"], - "CSS template": ["CSSテンプレート"], - "This action will permanently delete the template.": [ - "このアクションにより、テンプレートが完全に削除されます。" + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "" ], - "Delete Template?": ["テンプレートを削除しますか?"], - "Are you sure you want to delete the selected templates?": [ - "選択したテンプレートを削除してもよろしいですか?" + "When using 'Group By' you are limited to use a single metric": [ + "‘Group By’ を使用する場合、指標は1つに制限されます。" ], - "published": ["公開"], - "draft": ["下書き"], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "An error occurred while fetching dashboards: %s": [ - "ダッシュボードの取得中にエラーが発生しました: %s" - ], - "There was an issue deleting the selected dashboards: ": [ - "選択したダッシュボードの削除で問題が発生しました。: " - ], - "An error occurred while fetching dashboard owner values: %s": [ - "ダッシュボードの所有者の値の取得中にエラーが発生しました: %s" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "" ], - "An error occurred while fetching dashboard created by values: %s": [ - "作成したダッシュボードの取得中にエラーが発生しました: %s" + "Whether to align background charts with both positive and negative values at 0": [ + "" ], - "Are you sure you want to delete the selected dashboards?": [ - "選択したダッシュボードを削除してもよろしいですか?" + "Whether to align positive and negative values in cell bar chart at 0": [ + "" ], - "SQL Copied!": [""], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "database": ["データベース"], - "An error occurred while fetching database related data: %s": [""], - "Import databases": ["データベースのインポート"], - "Asynchronous query execution": ["非同期でのクエリ実行"], - "AQE": [""], - "Allow data manipulation language": [""], - "DML": [""], - "CSV upload": [""], - "Delete database": ["データベースを削除"], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Delete Database?": ["データベースを削除しますか?"], - "Please enter a SQLAlchemy URI to test": [""], - "Sorry there was an error fetching database information: %s": [""], - "Edit database": ["データベースを編集"], - "Add database": ["データベースを追加"], - "Display Name": ["表示名"], - "Name your dataset": [""], - "Pick a name to help you identify this database.": [""], - "dialect+driver://username:password@host:port/database": [""], - "Refer to the ": [""], - " for more information on how to structure your URI.": [""], - "Test connection": ["接続のテスト"], - "Allow this database to be queried in SQL Lab": [""], - "Allow creation of new tables based on queries": [""], - "Allow creation of new views based on queries": [""], - "CTAS & CVAS SCHEMA": [""], - "Search or select schema": [""], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [""], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "Allow multi schema metadata fetch": [""], - "Chart cache timeout": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "データベースを非同期モードで動作させます。Webサーバー自体ではなくリモートワーカーでクエリを実行します。この機能はCeleryワーカーと結果バックエンドがセットアップされていることを前提としています。詳細についてはインストールドキュメントを参照してください。" + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "" ], - "Secure extra": [""], - "JSON string containing additional connection configuration.": [""], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "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": [ "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [""], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "降順または昇順でソートするかどうか" + ], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Allow data upload": [""], - "If selected, please set the schemas allowed for data upload in Extra.": [ + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "JSON string containing extra configuration elements.": [""], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["幅"], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": ["作業タイムアウト"], + "World Map": ["世界地図"], + "Write a description for your query": [""], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["X軸"], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Y軸"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": [""], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis bounds": [""], + "Year": ["年"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": [""], + "Yes, cancel": ["はい、キャンセルします"], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "既に存在する 1 つ以上の保存済みクエリをインポートしています。上書きすると、作業の一部が失われる可能性があります。上書きしますか?" + ], + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "" ], - "Add dataset": ["データセットを追加"], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ "" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "An error occurred while fetching dataset related data": [""], - "An error occurred while fetching dataset related data: %s": [""], - "Physical dataset": [""], - "Virtual dataset": [""], - "An error occurred while fetching dataset owner values: %s": [""], - "An error occurred while fetching datasets: %s": [""], - "An error occurred while fetching schema values: %s": [""], - "Import datasets": ["データセットのインポート"], - "There was an issue deleting the selected datasets: %s": [ - "選択したデータセットの削除に問題が発生しました: %s" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "Delete Dataset?": ["データセットを削除しますか?"], - "Are you sure you want to delete the selected datasets?": [ - "選択したデータセットを削除しますか?" + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "[Columns] を [Group By]/[Metrics]/[Percentage Metrics] と組み合わせて使用することはできません。どちらか一方を選択してください。" ], - "0 Selected": [""], - "%s Selected (Virtual)": [""], - "%s Selected (Physical)": [""], - "%s Selected (%s Physical, %s Virtual)": [""], - "There was an issue previewing the selected query. %s": [ - "選択したクエリのプレビュー中に問題が発生しました。 %s" + "You do not have permission to edit this chart": [ + "このチャートを編集する権限がありません" ], - "Success": ["成功"], - "Failed": ["失敗"], - "Running": ["実行中"], - "Offline": ["オフライン"], - "Scheduled": [""], - "Duration: %s": [""], - "Tab name": ["タブ名"], - "TABLES": [""], - "Rows": [""], - "Open query in SQL Lab": ["SQL Labでクエリを開く"], - "An error occurred while fetching database values: %s": [""], - "Time range": ["期間"], - "Search by query text": [""], - "Query preview": ["クエリプレビュー"], - "Previous": ["前"], - "Next": ["次"], - "Open in SQL Lab": ["SQL Labで開く"], - "User query": ["ユーザークエリ"], - "Executed query": ["実行したクエリ"], - "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "保存したクエリと一緒にインポートするには、以下のデータベースのパスワードが必要です。データベース構成の ”Secure Extra” と ”Certificate” セクションはエクスポートファイルに存在せず、必要に応じてインポート後に手動で追加する必要がある点に注意してください。" + "You do not have permission to edit this dashboard": [ + "このダッシュボードを編集する権限がありません" ], - "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "既に存在する 1 つ以上の保存済みクエリをインポートしています。上書きすると、作業の一部が失われる可能性があります。上書きしますか?" + "You do not have permissions to access the datasource(s): %(name)s.": [ + "データソースにアクセスするためのアクセス許可がありません: %(name)s." ], - "Saved queries": ["保存したクエリ"], - "There was an issue previewing the selected query %s": [ - "選択したクエリのプレビュー中に問題が発生しました %s" + "You do not have permissions to edit this dashboard.": [ + "このダッシュボードを編集する権限がありません。" ], - "Import queries": ["クエリのインポート"], - "Link Copied!": ["リンクをコピーしました!"], - "There was an issue deleting the selected queries: %s": [ - "選択したクエリの削除に問題が発生しました: %s" + "You don't have access to this dashboard.": [ + "このダッシュボードにアクセスできません。" ], - "Edit query": ["クエリを編集"], - "Copy query URL": ["クエリ URL のコピー"], - "Export query": ["クエリのエクスポート"], - "Delete query": ["クエリを削除"], - "This action will permanently delete the saved query.": [ - "この操作を実行すると、保存したクエリは完全に削除されます。" + "You don't have any favorites yet!": ["まだお気に入りはありません!"], + "You don't have the rights to alter %(resource)s": [""], + "You don't have the rights to alter this title.": [""], + "You have no permission to approve this request": [""], + "You have removed this filter.": ["このフィルタを削除しました。"], + "You have unsaved changes.": ["未保存の変更があります。"], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" ], - "Delete Query?": ["クエリを削除しますか?"], - "Are you sure you want to delete the selected queries?": [ - "選択したクエリを削除しますか?" + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "queries": ["クエリ"], - "Query name": ["クエリ名"], - "[Untitled]": [""], - "Unknown": ["不明"], - "Edited": ["編集した項目"], - "Created": ["作成した項目"], - "Viewed": ["表示した項目"], - "Examples": ["例"], - "Mine": ["個人用"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "最近表示したグラフ、ダッシュボード、保存したクエリがここに表示されます" + "You must pick a name for the new dashboard": [ + "新しいダッシュボードの名前を選択する必要があります" ], - "Recently created charts, dashboards, and saved queries will appear here": [ - "最近作成したグラフ、ダッシュボード、保存したクエリがここに表示されます" + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "Recent example charts, dashboards, and saved queries will appear here": [ - "最近のチャート、ダッシュボード、保存したクエリの例がここに表示されます" + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "最近編集したグラフ、ダッシュボード、保存したクエリがここに表示されます" + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your query could not be saved": ["クエリを保存できませんでした"], + "Your query could not be scheduled": [""], + "Your query could not be updated": ["クエリを更新できませんでした"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "Your query was saved": ["クエリが保存されました"], + "Your query was updated": ["クエリが更新されました"], + "Zero imputation": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [""], + "[Longitude] and [Latitude] must be set": [""], + "[Missing Dataset]": ["[データセットが見つかりません]"], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] データソース %(name)s へのアクセスは許可されました" + ], + "[Untitled]": [""], + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": ["[ダッシュボード名]"], + "[desc]": [""], + "[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": [ "" ], - "You don't have any favorites yet!": ["まだお気に入りはありません!"], - "SQL Lab queries": ["SQL Labクエリ"], - "${tableName}": [""], - "query": ["クエリ"], - "Share": ["共有"], - "Last run %s": ["前回の実行 %s"], - "There was an issue fetching your recent activity: %s": [ - "最近のアクティビティの取得中に問題が発生しました: %s" + "[untitled]": [""], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ + "" + ], + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": [""], + "alert": ["アラート"], + "alerts": ["アラート"], + "all": [""], + "also copy (duplicate) charts": ["チャートも複製する"], + "ancestor": [""], + "and": [""], + "annotation": ["注釈"], + "annotation_layer": [""], + "asfreq": [""], + "at": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": [""], + "boolean type icon": [""], + "bottom": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "chart": ["チャート"], + "choose WHERE or HAVING...": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": [""], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "dashboard": ["ダッシュボード"], + "database": ["データベース"], + "dataset": ["データセット"], + "date": ["日付"], + "day": ["日"], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "delete": ["削除"], + "descendant": [""], + "description": [""], + "dialect+driver://username:password@host:port/database": [""], + "draft": ["下書き"], + "dttm": [""], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": [""], + "every": [""], + "every day of the month": [""], + "every day of the week": [""], + "every hour": [""], + "every month": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" ], - "There was an issues fetching your dashboards: %s": [ - "ダッシュボードの取得中に問題が発生しました: %s" + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["時間"], + "id": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "There was an issues fetching your chart: %s": [ - "チャートの取得中に問題が発生しました: %s" + "in": [""], + "in modal": [""], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["参加"], + "json isn't valid": [""], + "key a-z": [""], + "key z-a": [""], + "latest partition:": [""], + "less than {min} {name}": [""], + "log": ["ログ"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "" ], - "There was an issues fetching your saved queries: %s": [ - "保存したクエリの取得中に問題が発生しました: %s" + "mean": [""], + "median": [""], + "minute": ["分"], + "month": ["月"], + "more than {max} {name}": [""], + "must have a value": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "on": [""], + "or use existing ones from the panel on the right": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" ], - "Recents": ["最近"], - "Select start and end date": ["開始日と終了日を選択"], - "Type or Select [%s]": ["入力または選択 [%s]"], - "Filter box": ["フィルタボックス"], - "Filters configuration": ["フィルタ構成"], - "Filter configuration for the filter box": [""], - "Date filter": [""], - "Whether to include a time filter": [""], - "Instant filtering": [""], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": ["公開"], + "queries": ["クエリ"], + "query": ["クエリ"], + "random": [""], + "reboot": [""], + "report": ["レポート"], + "reports": ["レポート"], + "restore zoom": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "stack": [""], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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": [""], - "Limit selector values": [""], - "These filters apply to the values available in the dropdowns": [""], - "Time-series Table": ["時系列 - 表"] + "use latest_partition template": [""], + "var": [""], + "variance": [""], + "virtual": [""], + "was created": ["作成されました"], + "week": ["週"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["年"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/ja/LC_MESSAGES/messages.po b/superset/translations/ja/LC_MESSAGES/messages.po index 1d95ed1afe4c5..b66d29b7f2689 100644 --- a/superset/translations/ja/LC_MESSAGES/messages.po +++ b/superset/translations/ja/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2021-04-27 01:24+0900\n" "Last-Translator: Yuri Umezaki \n" "Language: ja\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,16 +37,7 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -54,35 +45,36 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "ダッシュボードを保存" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "変更日" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,17 +92,35 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "列を削除する" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "保存した指標" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -118,7 +128,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -126,25 +136,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "最近表示したグラフ、ダッシュボード、保存したクエリがここに表示されます" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, fuzzy, python-format msgid "%(rows)d rows returned" msgstr "行を取得" @@ -158,23 +187,26 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "%(user)s' のプロファイル" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -182,99 +214,125 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 +#, python-format +msgid "%s Error" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "パスワード" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 #, python-format -msgid "%s - untitled" +msgid "%s SSH TUNNEL PASSWORD" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 #, python-format -msgid "%s Error" +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "" +msgid_plural "%s options" +msgstr[0] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "行" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "最終更新 %s" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(削除)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -#, fuzzy -msgid "(deleted)" -msgstr "削除" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -284,7 +342,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -296,7 +358,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -306,107 +368,363 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "ダッシュボードを **選択** または **新規作成**" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "日" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1時間" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "更新頻度" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1分" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "週" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "更新頻度" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "更新頻度" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10分" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10秒" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "週" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12時間" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15分" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24時間" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "週" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90日" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30日" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30日" + +#: superset/db_engine_specs/base.py:103 #, fuzzy msgid "30 minute" msgstr "30分" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30分" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 #, fuzzy msgid "30 second" msgstr "30秒" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30秒" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5分" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5分" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 #, fuzzy msgid "5 second" msgstr "30秒" -#: superset/db_engine_specs/base.py:95 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 #, fuzzy -msgid "6 hour" -msgstr "6時間" +msgid "5 seconds" +msgstr "30秒" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "週" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" msgstr "6時間" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60日" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90日" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90日" @@ -414,48 +732,65 @@ msgstr "90日" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "列を削除する" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "保存した指標" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "チャートタイプ" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "数値" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -468,11 +803,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -480,67 +830,86 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "色に使用する指標" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "ダッシュボード用の読みやすいURL" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +#, fuzzy +msgid "A time column must be specified when using a Time Comparison." +msgstr "時間比較を使用する場合は、期間 (開始と終了の両方) を指定する必要があります。" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "クエリの実行中にタイムアウトが発生しました。" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "csv の生成中にタイムアウトが発生しました。" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 #, fuzzy msgid "A timeout occurred while generating a dataframe." msgstr "csv の生成中にタイムアウトが発生しました。" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "スクリーンショットの撮影中にタイムアウトが発生しました。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "有効な配色が必要です" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "適用" @@ -548,8 +917,8 @@ msgstr "適用" msgid "APR" msgstr "4月" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -557,21 +926,39 @@ msgstr "" msgid "AUG" msgstr "8月" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "アラート状態" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "アクセス" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "アクセス要求" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -579,78 +966,90 @@ msgstr "" msgid "Action" msgstr "アクション" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "操作履歴" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "アクション" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "アクティブ" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "デフォルト値" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "実際の期間" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 #, fuzzy -msgid "Adaptive formatting" +msgid "Actual value" +msgstr "デフォルト値" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "デフォルト値" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +#, fuzzy +msgid "Adaptive formatting" msgstr "日時フォーマット" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "追加" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 #, fuzzy msgid "Add Alert" msgstr "アラート" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "注釈を追加" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "注釈レイヤーを追加" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "CSSテンプレートを追加" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "CSSテンプレートを追加する" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "チャートを追加" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "ダッシュボードを追加" @@ -658,40 +1057,24 @@ msgstr "ダッシュボードを追加" msgid "Add Database" msgstr "データベースを追加" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "ログを追加" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "指標を追加" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 #, fuzzy msgid "Add Report" msgstr "レポート" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "保存したクエリを追加" @@ -699,45 +1082,105 @@ msgstr "保存したクエリを追加" msgid "Add a Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "データセットを追加" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "新しいチャートとして保存" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 #, fuzzy msgid "Add additional custom parameters" msgstr "追加パラメータ" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "注釈レイヤーを追加" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "アイテムを追加" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "新しいフィルタ" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "注釈を追加" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "注釈レイヤーを追加" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "データセットを追加" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "フィルタを追加" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "基本情報" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "フィルタを追加" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -746,263 +1189,367 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 #, fuzzy msgid "Add sheet" msgstr "データセットを追加" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "アクティブなチャートのID" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "保存してダッシュボードに移動" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "新しいダッシュボードに追加" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "フィルタを追加" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "追加済み" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "新しいダッシュボードに追加" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "追加パラメータ" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "追加情報" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 #, fuzzy msgid "Additional metadata" msgstr "追加情報" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 #, fuzzy msgid "Additional padding for legend." msgstr "追加情報" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 #, fuzzy msgid "Additional parameters" msgstr "追加パラメータ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "追加情報" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "日付" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "作成" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 #, fuzzy msgid "Aggregate Mean" msgstr "作成日 " -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "アラート" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "アラート発動、猶予期間中" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "アラート状態" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "アラート状態スケジュール" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "アラートは猶予期間を終了しました。" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "アラートに失敗しました" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "猶予期間中にアラートが発生しました。" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "クエリの実行中にアラートがエラーを検出しました。" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "アラート名" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "猶予期間に関するアラート" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "アラートクエリが数値以外の値を返しました。" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "アラートクエリが複数の列を返しました。" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "アラートクエリが複数の列を返しました。%s 列が返されました" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "アラートクエリが複数の行を返しました。" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "アラートクエリが複数の行を返しました。 %s 行が返されました" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "アラート発動中" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "アラートが発動し、通知が送信されました" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "アラートバリデーター設定エラー。" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "アラート" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "アラートとレポート" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "アラートとレポート" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "すべてのフィルタ" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "すべてのチャート" @@ -1010,7 +1557,7 @@ msgstr "すべてのチャート" msgid "All filters" msgstr "すべてのフィルタ" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1020,67 +1567,65 @@ msgstr "" msgid "All panels" msgstr "すべてのパネルに適用" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "この列のすべてのパネルは、このフィルターの影響を受けます" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "データベースにアップロードする CSV ファイルを選択します。" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1090,36 +1635,40 @@ msgstr "" msgid "Allow multiple selections" msgstr "複数の選択を許可する" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 #, fuzzy msgid "Allow node selections" msgstr "複数の選択を許可する" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "ABC順" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1127,353 +1676,388 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "変更" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "エラーが発生しました" + +#: superset/reports/commands/exceptions.py:188 +#, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "時間比較を使用する場合は、期間 (開始と終了の両方) を指定する必要があります。" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "エラーが発生しました" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "エラーが発生しました" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 #, fuzzy msgid "An error occurred while accessing the value." msgstr "データ ソースの作成中にエラーが発生しました" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "ダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "データ ソースの作成中にエラーが発生しました" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 #, fuzzy msgid "An error occurred while creating the value." msgstr "データ ソースの作成中にエラーが発生しました" -#: superset/key_value/commands/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 #, fuzzy msgid "An error occurred while deleting the value." msgstr "データ ソースの作成中にエラーが発生しました" -#: superset-frontend/src/reports/actions/reports.js:138 -#, fuzzy -msgid "An error occurred while editing this report." -msgstr "SQL のロード中にエラーが発生しました" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, fuzzy, python-format -msgid "An error occurred while editing this report: %s" -msgstr "ダッシュボードの取得中にエラーが発生しました: %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "ダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "ダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "利用可能なCSSテンプレートの取得中にエラーが発生しました" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "作成したダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "ダッシュボードの所有者の値の取得中にエラーが発生しました: %s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 -#, fuzzy, python-format +#: superset-frontend/src/pages/ChartList/index.tsx:299 +#, fuzzy msgid "An error occurred while fetching dashboards" msgstr "ダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "ダッシュボードの取得中にエラーが発生しました: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "データセット・データソース値の取得中にエラーが発生しました: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "関数名の取得中にエラーが発生しました。" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "ダッシュボードの所有者の値の取得中にエラーが発生しました: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "作成したダッシュボードの取得中にエラーが発生しました: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, fuzzy, python-format msgid "An error occurred while fetching user values: %s" msgstr "ダッシュボードの所有者の値の取得中にエラーが発生しました: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "ログのプルーニング中にエラーが発生しました " -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "SQL のロード中にエラーが発生しました" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "ログのプルーニング中にエラーが発生しました " + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "データ ソースの作成中にエラーが発生しました" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "ログのプルーニング中にエラーが発生しました " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, fuzzy, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "データ ソースの作成中にエラーが発生しました" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "データ ソースの作成中にエラーが発生しました" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "" - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "SQL のロード中にエラーが発生しました" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 #, fuzzy msgid "An error occurred while updating the value." msgstr "データ ソースの作成中にエラーが発生しました" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "データ ソースの作成中にエラーが発生しました" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "エラーが発生しました" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "注釈" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "注釈" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "注釈レイヤー ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "注釈レイヤー" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "注釈レイヤー" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "注釈スライスの構成" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "注釈" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1486,12 +2070,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "注釈レイヤー" @@ -1511,7 +2092,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 #, fuzzy msgid "Annotation layer description columns" msgstr "注釈レイヤー名" @@ -1521,12 +2102,12 @@ msgstr "注釈レイヤー名" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "注釈レイヤー名" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "注釈レイヤー名" @@ -1534,7 +2115,7 @@ msgstr "注釈レイヤー名" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "注釈レイヤーのタイプ" @@ -1543,41 +2124,42 @@ msgstr "注釈レイヤーのタイプ" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "注釈レイヤーのタイプ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "注釈レイヤーのタイプ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "注釈レイヤーのタイプ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "注釈レイヤーのタイプ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "注釈レイヤー名" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "注釈レイヤー" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "注釈レイヤーはまだ読み込み中です。" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "注釈名" @@ -1589,23 +2171,33 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "注釈" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "注釈レイヤーのタイプ" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "注釈" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "注釈レイヤーはまだありません" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "ダッシュボードが保存されました" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "注釈レイヤー" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "" @@ -1613,16 +2205,17 @@ msgstr "" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "任意" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1632,62 +2225,72 @@ msgid "" "dashboard's individual charts" msgstr "ここで選択したカラーパレットは、このダッシュボードの個々のグラフに適用される色を上書きします" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 -#, python-format -msgid "Applied Cross Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" msgstr "適用したクロス フィルター (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" msgstr "適用したフィルタ (%d)" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "適用したフィルタ (%d)" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "適用" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "すべてのフィルタ" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "すべてのパネルに適用" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "特定のパネルに適用" @@ -1695,98 +2298,136 @@ msgstr "特定のパネルに適用" msgid "April" msgstr "4月" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "3月" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "選択したクエリを削除しますか?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "キャンセルしてもよろしいですか?" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "削除してもよろしいですか" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr " ${annotationCurrentlyDeleting?.short_descr} を削除してもよろしいですか?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "削除してもよろしいですか" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "選択した注釈を削除してもよろしいですか?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "選択したチャートを削除してもよろしいですか?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "選択したダッシュボードを削除してもよろしいですか?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "選択したデータセットを削除しますか?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "選択したレイヤーを削除してもよろしいですか?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "選択したクエリを削除しますか?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "選択したデータセットを削除しますか?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "選択したテンプレートを削除してもよろしいですか?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "選択したデータセットを削除しますか?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "続行してもよろしいですか?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "チャートを保存" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "チャートを保存" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy msgid "Area chart" msgstr "チャートを保存" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 #, fuzzy msgid "Arrow" msgstr "行" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "非同期でのクエリ実行" @@ -1794,64 +2435,143 @@ msgstr "非同期でのクエリ実行" msgid "August" msgstr "8月" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "期限" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "共有" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "デフォルト値" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 #, fuzzy msgid "Axis" msgstr "Y軸" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "日時フォーマット" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "日時フォーマット" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "チャートを保存" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "注釈を削除する" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1859,25 +2579,28 @@ msgstr "" msgid "Based on a metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "基本情報" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr " %d フィルタのバッチ編集:" @@ -1886,143 +2609,151 @@ msgstr " %d フィルタのバッチ編集:" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 #, fuzzy msgid "Before" msgstr "更新" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "数値" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "作成日" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "バブルチャート" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 #, fuzzy msgid "Bubble Color" msgstr "固定の色" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "一括選択" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2030,49 +2761,68 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "キャンセル" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "データセットを変更" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "CREATE VIEW文" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "レポートスケジュール" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSSテンプレート" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "CSSテンプレート" @@ -2080,7 +2830,7 @@ msgstr "CSSテンプレート" msgid "CSS template could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "CSSテンプレート名" @@ -2088,173 +2838,174 @@ msgstr "CSSテンプレート名" msgid "CSS template not found." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "CSSテンプレート" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "アップロード" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "キャッシュタイムアウト (秒)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "キャッシュされた値が見つかりません" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 #, fuzzy -msgid "Calculate contribution per series or total" +msgid "Calculate contribution per series or row" msgstr "全体への寄与度を算出" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "トップレベルのタブをネストされたタブに移動できません" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "ユーザー ‘%(name)s’ が見つかりません。管理者に作成を依頼してください。" - -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "キャンセル" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "フィルタを読み込めません" @@ -2263,29 +3014,70 @@ msgstr "フィルタを読み込めません" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +#, fuzzy +msgid "Categorical Color" +msgstr "線形配色" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "クエリ名" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "クエリ名" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2298,95 +3090,99 @@ msgstr "" msgid "Cell Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "すべてのチャート" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "区切り文字" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 #, fuzzy msgid "Center" msgstr "最近" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 #, fuzzy msgid "Certification" msgstr "無効な証明書" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "アラートに失敗しました" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 #, fuzzy msgid "Certified By" msgstr "更新者" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "データセットを変更" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "更新者" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "変更日" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "変更日" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "データセットを変更すると、ターゲットのデータセットに存在しないカラムやメタデータに依存しているチャートが壊れることがあります" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2396,21 +3192,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "このダッシュボードの変更は禁止されています" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "このチャートの変更は禁止されています" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "この変更は即座に反映されます" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2419,129 +3220,158 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "このデータセットの変更は禁止されています。" -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "このデータセットの変更は禁止されています。" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "このレポートの変更は禁止されています" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -#, fuzzy -msgid "Charge" -msgstr "チャート" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "チャート" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "チャート %(id)s が見つかりません" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "チャートメールスケジュール" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "最終更新 %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "チャートID" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "チャートのプロパティを編集" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "注釈を削除する" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "" +msgid_plural "Chart Owners: %s" +msgstr[0] "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "データソース" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "チャートタイプ" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "チャート [{}] が上書きされました" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "チャート [{}] が保存されました" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "チャート [{}] はダッシュボード [{}] に追加されました" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "チャート [{}] が上書きされました" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "チャート [{}] が保存されました" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "チャート [{}] はダッシュボード [{}] に追加されました" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "チャートの変更点" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2565,49 +3395,95 @@ msgstr "チャートを削除できませんでした。" msgid "Chart could not be updated." msgstr "チャートをアップロードできませんでした。" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "チャートが存在しません" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "チャートタイプ" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "チャートタイプ" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "最終更新" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "最終更新者 %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "チャート名" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "チャートのプロパティを編集" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "チャート" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "チャートのプロパティを編集" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "チャートタイプ" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "チャートタイプ" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "チャートタイプ" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "チャート" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "チャートを削除できませんでした。" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "設定を確認" @@ -2616,83 +3492,73 @@ msgstr "設定を確認" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 #, fuzzy msgid "Check out this chart: " msgstr "このダッシュボードを確認してください: " -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "このダッシュボードを確認してください: " -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "ファイルを選択" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "両方ではなくチャートまたはダッシュボードを選択してください" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "データセットを選択" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "データセットを選択" @@ -2701,39 +3567,45 @@ msgstr "データセットを選択" msgid "Choose a metric for left axis" msgstr "右軸の指標を選択" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "右軸の指標を選択" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 #, fuzzy msgid "Choose a number format" msgstr "右軸の指標を選択" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "データセットを選択" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "データセットを選択" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "データセットを選択" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 #, fuzzy msgid "Choose chart type" msgstr "チャートタイプ" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 #, fuzzy msgid "Choose one or more charts for left axis" @@ -2744,44 +3616,60 @@ msgstr "右軸の指標を選択" msgid "Choose one or more charts for right axis" msgstr "右軸の指標を選択" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "注釈レイヤーのタイプを選んでください" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "右軸の指標を選択" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "全体への寄与度を算出" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 #, fuzzy msgid "Circle" msgstr "ファイル" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2789,13 +3677,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2803,47 +3691,78 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "すべてクリア" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 -msgid "Click the lock to make changes." +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "すべてクリア" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 +msgid "Click the lock to make changes." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "クリックして可視化方式を変更" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "クリックしてお気に入りに追加/解除" @@ -2851,41 +3770,47 @@ msgstr "クリックしてお気に入りに追加/解除" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "クリックして差分を確認" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "レポート送信" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "レポート送信" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "閉じる" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2898,28 +3823,41 @@ msgstr "" msgid "Collapse all" msgstr "すべて折りたたむ" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "すべて折りたたむ" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "すべて折りたたむ" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Collapse table preview" msgstr "データプレビュー" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "色の指標" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 #, fuzzy msgid "Color Scheme" msgstr "配色" @@ -2929,203 +3867,268 @@ msgstr "配色" msgid "Color Steps" msgstr "配色" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "並び替え" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "色の指標" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "配色" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "色" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "列" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "設定を確認" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "追加情報" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 #, fuzzy msgid "Column is required" msgstr "名前が必要です" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "列を削除する" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 #, fuzzy msgid "Column select" msgstr "一括選択" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 #, fuzzy msgid "Columnar to Database configuration" msgstr "フィルタ構成" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "列" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "列を削除する" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 #, fuzzy msgid "Columns to display" msgstr "表示する指標を選択" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "表示する指標を選択" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "列または指標を削除する" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "列または指標を削除する" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3136,68 +4139,72 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "構成要素" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "全体への寄与度を算出" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 #, fuzzy msgid "Condition" msgstr "アラート状態" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 #, fuzzy msgid "Conditional formatting" msgstr "追加情報" @@ -3207,12 +4214,11 @@ msgstr "追加情報" msgid "Confidence interval" msgstr "更新間隔" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3220,7 +4226,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3228,254 +4234,348 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "フィルタスコープを構成する" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "上書き" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 #, fuzzy msgid "Connect" msgstr "接続のテスト" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 #, fuzzy msgid "Connect a database" msgstr "データベースを削除" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "データベースを削除" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 #, fuzzy msgid "Connection" msgstr "接続のテスト" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "月" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "月" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 #, fuzzy msgid "Coordinates" msgstr "お気に入り" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "SELECT文をクリップボードにコピー" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "チャートのURLをコピー" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "ダッシュボードURLをコピー" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "クエリのlinkをクリップボードにコピー" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "クエリ URL のコピー" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "クエリのlinkをクリップボードにコピー" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 #, fuzzy msgid "Correlation" msgstr "期限" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "コストの見積もり" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "保存したすべてのチャートを取得できませんでした" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "データベースドライバ: %(driver_name)s 読み込めませんでした" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "月" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "国別地図" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 #, fuzzy msgid "Country Color Scheme" msgstr "線形配色" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "列を削除する" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "国別地図" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "作成" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "チャートを保存" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "作成日 " + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "新しいチャートを作成" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "チャートを保存" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "データセットを変更" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "新しいチャートを作成" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "新しいチャートを作成" @@ -3483,69 +4583,95 @@ msgstr "新しいチャートを作成" msgid "Create new filter set" msgstr "新しいフィルタ セットの作成" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "作成した項目" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "作成日" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "作成者" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "作成者" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "作成したコンテンツ" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "作成日" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "不明な理由でダッシュボードのインポートに失敗しました" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "作成者" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "アクション" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" -msgstr "" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "このダッシュボードにはフィルターはありません。" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "新しいフィルタ" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 #, fuzzy msgid "Cumulative" msgstr "アクティブ" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 #, fuzzy msgid "Custom" @@ -3559,110 +4685,129 @@ msgstr "" msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "カスタマイズ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 #, fuzzy msgid "Customize Metrics" msgstr "カスタマイズ" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "列を削除する" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "日付" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "12月" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "削除" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 -msgid "DML" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +#, fuzzy +msgid "Dark" +msgstr "四半期" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "ダッシュボード" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "ダッシュボードメール" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "ダッシュボード [{}] が作成されチャート [{}] が追加されました" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "ダッシュボード [{}] が作成されチャート [{}] が追加されました" @@ -3678,32 +4823,68 @@ msgstr "ダッシュボードを削除できませんでした。" msgid "Dashboard could not be updated." msgstr "ダッシュボードを更新できませんでした。" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "ダッシュボードが存在しません" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "ダッシュボードのプロパティ" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "ダッシュボードパラメータが無効です。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "ダッシュボードのプロパティ" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "ダッシュボードのプロパティ" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "[ダッシュボード名]" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "ダッシュボード" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "ダッシュボード" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "ダッシュボード" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "ダッシュボード" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "ダッシュボードを削除できませんでした。" @@ -3712,165 +4893,186 @@ msgstr "ダッシュボードを削除できませんでした。" msgid "Dashboards do not exist" msgstr "ダッシュボードは存在しません" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "ダッシュボード" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "データ" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "テーブルを編集" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "データプレビュー" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "データソース" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +#, fuzzy +msgid "Data refreshed" +msgstr "更新しない" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "少なくとも1つの指標を選択してください" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "データベース" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "接続のテスト" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "データベースエラー" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "データベースURL" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "データベースを作成できませんでした。" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "データベースを作成できませんでした。" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "データベースを削除できませんでした。" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "データベースを更新できませんでした。" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "データベースはサブクエリをサポートしていません" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "データベースエラー" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 #, fuzzy msgid "Database is offline." msgstr "データベース名" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "アラートにはデータベースが必要です" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "データベース名" @@ -3878,38 +5080,55 @@ msgstr "データベース名" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "データベースが見つかりません。" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "データセットの指標が見つかりません。" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "データベース パラメータが無効です。" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "DBポート番号" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "DBポート番号" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "データベースを更新できませんでした。" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "データベース" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "データセット" @@ -3918,6 +5137,11 @@ msgstr "データセット" msgid "Dataset %(name)s already exists" msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "データベース名" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "データセット列の削除に失敗しました。" @@ -3934,17 +5158,26 @@ msgstr "" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "データベースを更新できませんでした。" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "データセットが存在しません" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "DBポート番号" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "データセットが必要です" @@ -3956,8 +5189,8 @@ msgstr "データセット指標の削除に失敗しました。" msgid "Dataset metric not found." msgstr "データセットの指標が見つかりません。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "" @@ -3965,137 +5198,168 @@ msgstr "" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "データセット" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "データソース" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "データソース名" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "データソース名" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "データセットが存在しません" -#: superset/connectors/connector_registry.py:99 -#, fuzzy, python-format -msgid "Datasource id not found: %(id)s" -msgstr "データセットの指標が見つかりません。" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 #, fuzzy msgid "Date Time Format" msgstr "日時フォーマット" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "日時フォーマット" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "日時フォーマット" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "日時フォーマット" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "日時フォーマット" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "日" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "日" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "アクティブ" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "12月" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4103,189 +5367,210 @@ msgstr "" msgid "Default" msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "デフォルト値" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "デフォルト値" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 #, fuzzy msgid "Default latitude" msgstr "デフォルト値" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 #, fuzzy msgid "Default longitude" msgstr "デフォルト値" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 #, fuzzy msgid "Default value is required" msgstr "データセットが必要です" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "削除" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "%s を削除しますか?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "注釈を削除しますか?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "データベースを削除しますか?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "データセットを削除しますか?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "本当にレイヤーを削除しますか?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "クエリを削除しますか?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 #, fuzzy msgid "Delete Report?" msgstr "テンプレートを削除しますか?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "テンプレートを削除しますか?" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "本当に全部削除しますか?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "注釈を削除する" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "ダッシュボードタブを削除しますか?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "データベースを削除" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 #, fuzzy msgid "Delete email report" msgstr "アラートとレポート" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "クエリを削除" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "テンプレートを削除" @@ -4293,90 +5578,84 @@ msgstr "テンプレートを削除" msgid "Delete this container and save to remove this message." msgstr "このコンテナを削除し、保存してこのメ​​ッセージを削除します。" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] " %(num)d 件のダッシュボードを削除しました" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] " %(num)d 件のデータセットを削除しました" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] " %(num)d 件のレポートスケジュールを削除しました" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] " %(num)d 件の保存したクエリを削除しました" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "削除しました: %s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "区切り文字" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "CSV ファイルで使用する区切り文字 (空白文字の場合は \\s+ を使用)。" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "" @@ -4386,78 +5665,84 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "作成した項目" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "説明(これはリストで見ることができます)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 #, fuzzy msgid "Description Columns" msgstr "列を削除する" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "すべての選択を解除" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "このダッシュボードがすべてのダッシュボードのリストに表示されるかどうかを決定します" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4465,66 +5750,119 @@ msgstr "" msgid "Did you mean:" msgstr "もしかして:" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 #, fuzzy msgid "Difference" msgstr "クリックして差分を確認" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "期間" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "テーブルを編集" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "変更を破棄" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "ダッシュボード" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 #, fuzzy msgid "Discrete" msgstr "作成されました" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "表示名" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "スケジュール設定" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4532,33 +5870,34 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 #, fuzzy msgid "Distribute across" msgstr "見積コスト" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "棒グラフ" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "棒グラフ" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "区切り線" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 #, fuzzy msgid "Documentation" msgstr "注釈" @@ -4567,313 +5906,389 @@ msgstr "注釈" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "更新しない" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "月" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "編集した項目" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "画像としてダウンロード" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "画像としてダウンロード" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "下書き" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "並び替え" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 #, fuzzy msgid "Drop a column here or click" -msgstr "列または指標を削除する" +msgid_plural "Drop columns here or click" +msgstr[0] "列または指標を削除する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy msgid "Drop a column/metric here or click" -msgstr "" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +#, fuzzy +msgid "Drop a temporal column here or click" +msgstr "列または指標を削除する" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 #, fuzzy msgid "Drop column here" -msgstr "列を削除する" +msgid_plural "Drop columns here" +msgstr[0] "列を削除する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 #, fuzzy msgid "Drop column or metric here" -msgstr "列または指標を削除する" +msgid_plural "Drop columns or metrics here" +msgstr[0] "列または指標を削除する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 #, fuzzy msgid "Drop columns here" msgstr "列を削除する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 #, fuzzy msgid "Drop columns or metrics here" msgstr "列または指標を削除する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 #, fuzzy msgid "Drop columns/metrics here or click" msgstr "列または指標を削除する" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 msgid "Drop temporal column here" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Druid クラスタ" - -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Druid データソース" - -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "新しいチャートを作成" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "日付" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "データセットを編集" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "期限" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." +msgstr "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" + +#: superset/views/database/mixins.py:172 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." " A timeout of 0 indicates that the cache never expires. Note this " "defaults to the global timeout if undefined." msgstr "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." -msgstr "" - -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." -msgstr "" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "このデータベースのチャートに対するキャッシュのタイムアウト期間(秒)。タイムアウトが0の場合は、キャッシュが失効しないことを意味します。未定義の場合は、グローバル・タイムアウトがデフォルト値になることに注意してください。" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "チャート" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "アラートとレポート" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "作成者" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 #, fuzzy msgid "Edge width" msgstr "線の幅" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "編集" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "テーブルを編集" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "注釈を編集" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "注釈レイヤーを編集" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "CSSを編集" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "CSSテンプレートを編集" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "CSSテンプレートのプロパティを編集する" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "チャートを編集" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "チャートのプロパティを編集" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "ダッシュボードを編集" @@ -4881,35 +6296,15 @@ msgstr "ダッシュボードを編集" msgid "Edit Database" msgstr "データベースを編集" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "" +#: superset/views/log/__init__.py:24 +msgid "Edit Log" +msgstr "ログを編集" -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - -#: superset/views/log/__init__.py:24 -msgid "Edit Log" -msgstr "ログを編集" - -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "指標を編集" @@ -4917,58 +6312,64 @@ msgstr "指標を編集" msgid "Edit Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 #, fuzzy msgid "Edit Report" msgstr "レポート" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "保存したクエリの編集" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "テーブルを編集" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "注釈を編集する" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "注釈レイヤーを編集" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "注釈レイヤーのプロパティを編集" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "チャートを編集" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "チャートのプロパティを編集" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "ダッシュボードを編集" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "ダッシュボードのプロパティを編集" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "データベースを編集" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "データセットを編集" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4976,96 +6377,103 @@ msgstr "" msgid "Edit formatter" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "クエリを編集" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "テンプレートを編集" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "ダッシュボードを編集" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "期間を編集" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "編集した項目" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "1つのフィルタを編集する:" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "フィルタセットを編集:" -#: superset/errors.py:110 +#: superset/errors.py:116 #, fuzzy msgid "Either the database is spelled incorrectly or does not exist." msgstr "Issue 1015 - データベース名が正しくないか、または存在しません。" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -#, fuzzy -msgid "Either the username or password is incorrect." -msgstr "Issue 1014 - ユーザー名またはパスワードが間違っています。" - -#: superset/errors.py:109 +#: superset/errors.py:115 #, fuzzy msgid "Either the username or the password is wrong." msgstr "Issue 1014 - ユーザー名またはパスワードが間違っています。" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "メールフォーマット" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "期限" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 #, fuzzy -msgid "Emit Target" -msgstr "データセットを編集" +msgid "Embed" +msgstr "11月" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -#, fuzzy -msgid "Emit dashboard cross filters" -msgstr "ダッシュボードのプロパティを編集" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 #, fuzzy -msgid "Emit dashboard cross filters." -msgstr "ダッシュボードのプロパティを編集" +msgid "Embed dashboard" +msgstr "ダッシュボードを保存" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +#, fuzzy +msgid "Emit Filter Events" +msgstr "新しいフィルタ セット" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5073,7 +6481,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5081,24 +6489,51 @@ msgstr "" msgid "Empty collection" msgstr "空のコレクション" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "列を削除する" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "クエリのインポート" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5107,46 +6542,61 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "終了時間" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "終了時間" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 #, fuzzy msgid "End angle" msgstr "期間" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "日付" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5154,102 +6604,118 @@ msgstr "" msgid "End date must be after start date" msgstr "開始日は終了日を超えてはいけません" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 #, fuzzy msgid "Engine Parameters" msgstr "テンプレートパラメータ" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Excelをアップロード" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 #, fuzzy msgid "Enter duration in seconds" msgstr "秒単位の時間" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 #, fuzzy msgid "Enter fullscreen" msgstr "フルスクリーン切り替え" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Error" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" msgstr "" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "エラーメッセージ" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" +msgstr "" -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "エラーメッセージ" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 #, fuzzy @@ -5261,41 +6727,62 @@ msgstr "データの取得中にエラーが発生しました" msgid "Error while fetching data: %s" msgstr "データの取得中にエラーが発生しました" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "レポートスケジュールの状態が見つかりません" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "見積コスト" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "選択したクエリコストの見積" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "最近" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "アラート名" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "" @@ -5305,23 +6792,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 #, fuzzy msgid "Exact" msgstr "次" @@ -5334,33 +6821,27 @@ msgstr "次" msgid "Example" msgstr "例" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "例" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5369,37 +6850,69 @@ msgstr "" msgid "Executed SQL" msgstr "実行したクエリ" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "実行したクエリ" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "実行 ID" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "実行ログ" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "データセットが見つかりません" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 #, fuzzy msgid "Exit fullscreen" msgstr "フルスクリーン切り替え" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "すべて展開" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "すべて展開" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "すべて展開" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Expand table preview" msgstr "データプレビュー" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5409,107 +6922,118 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "エクスポート" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "CSVで出力" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "ダッシュボードをエクスポートしますか?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 msgid "Export query" msgstr "クエリのエクスポート" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "YAMLで出力" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" -msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "YAMLで出力" -#: superset/views/base.py:538 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "YAMLで出力" + +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "YAMLで出力" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "YAMLで出力しますか?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "式" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 #, fuzzy msgid "Extra Parameters" msgstr "テンプレートパラメータ" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5517,25 +7041,29 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "2月" @@ -5544,45 +7072,74 @@ msgstr "2月" msgid "FRI" msgstr "金" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "10月" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "失敗" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "お気に入り" @@ -5594,34 +7151,36 @@ msgstr "お気に入り" msgid "February" msgstr "2月" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "データプレビューを読み込み" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +#, fuzzy +msgid "Fetching" +msgstr "設定" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5629,128 +7188,169 @@ msgstr "" msgid "File" msgstr "ファイル" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "固定の色" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "失敗" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 #, fuzzy msgid "Filter" msgstr "フィルタ" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +#, fuzzy +msgid "Filter Configuration" +msgstr "フィルタ構成" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "フィルタリスト" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "新しいフィルタ セット" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "フィルタタイプ" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "フィルタボックス" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "チャートを検索" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "フィルタ構成" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "フィルタ名" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "フィルタ名" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 #, fuzzy msgid "Filter type" msgstr "フィルタタイプ" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "データセットが必要です" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "チャートを検索" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "フィルタ可能" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "フィルタ" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "フィルター (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "フィルタ構成" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "フィルタの構成とスコープ" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5762,19 +7362,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 #, fuzzy msgid "Fix to selected Time Range" msgstr "実際の期間" @@ -5783,66 +7387,86 @@ msgstr "実際の期間" msgid "Fixed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 #, fuzzy msgid "Fixed Color" msgstr "固定の色" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "固定の色" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "日時フォーマット" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "強制更新" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5850,44 +7474,83 @@ msgstr "" msgid "Force refresh table list" msgstr "テーブルリストを強制更新" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 #, fuzzy msgid "Forecast periods" msgstr "猶予期間" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "更新頻度" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 msgid "Formattable" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "データベースのインポート" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "日時フォーマット" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "テーブルを表示" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 #, fuzzy msgid "Frequency" msgstr "更新頻度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "アクション" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -5895,38 +7558,72 @@ msgstr "" msgid "Friday" msgstr "金曜日" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "開始日は終了日を超えてはいけません" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "クエリ名" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "新しいチャート" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "チャートを保存" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 -msgid "Geo" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 -msgid "Geohash" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "すべてのチャート" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 +msgid "Geo" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "列を削除する" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "スケジュール設定" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 @@ -5937,28 +7634,54 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "猶予期間" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "チャートを保存" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "作成日 " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#, fuzzy +msgid "Grid" +msgstr "金曜日" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" @@ -5967,72 +7690,113 @@ msgstr "" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "‘Group by’ と ‘Columns’ は重複できません" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "グループ分け可能" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +#, fuzzy +msgid "Handlebars" +msgstr "アラート" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "テンプレートを削除" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "作成されました" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "見出し" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "ヒートマップ" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "高さ" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "レイヤーを隠す" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "チャートの説明を切り替え" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "レイヤーを隠す" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "パスワード" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "検索" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "ヒストグラム" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "ホーム" @@ -6041,80 +7805,90 @@ msgstr "ホーム" msgid "Horizon Chart" msgstr "チャートなし" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "チャートなし" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "ホスト名またはIPアドレス" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "時間" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "時間" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -6123,7 +7897,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6132,60 +7906,64 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset/views/database/forms.py:164 +msgid "If Table Already Exists" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset/views/database/mixins.py:180 -msgid "If selected, please set the schemas allowed for csv upload in Extra." +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "スクリーンショットの生成時にレポートスケジュールの実行に失敗しました。" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "インポート" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "インポート %s" @@ -6194,19 +7972,19 @@ msgstr "インポート %s" msgid "Import Dashboard(s)" msgstr "ダッシュボードをインポート" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "ダッシュボードをインポート" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "テーブル定義のインポート" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "チャートのインポート" @@ -6214,28 +7992,29 @@ msgstr "チャートのインポート" msgid "Import dashboard failed for an unknown reason" msgstr "不明な理由でダッシュボードのインポートに失敗しました" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "ダッシュボードをインポート" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +#, fuzzy +msgid "Import database from file" msgstr "データベースのインポート" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "データセットのインポート" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "クエリのインポート" @@ -6243,130 +8022,138 @@ msgstr "クエリのインポート" msgid "Import saved query failed for an unknown reason." msgstr "不明な理由により、保存したクエリをインポートできませんでした。" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "最小値" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 #, fuzzy msgid "Include time" msgstr "終了時間" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "互換性のないフィルタ (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "個人用" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "情報" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "更新間隔" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 #, fuzzy msgid "Interval colors" msgstr "線形配色" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "更新間隔" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -#, fuzzy -msgid "Invalid account information" -msgstr "基本情報" - -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "無効な証明書" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6381,137 +8168,182 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "無効な日付/タイムスタンプのフォーマット" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -#, fuzzy -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" msgstr "無効な証明書" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "無効な証明書" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "非表示" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "チャートの変更点" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "無効な証明書" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "テーブルを編集" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "お気に入り" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 #, fuzzy msgid "Issue 1000 - The dataset is too large to query." msgstr "Issue 1000 - データ ソースが大きすぎてクエリを実行できませんでした。" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "Issue 1001 - データベースに異常な負荷がかかっています。" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "1月" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "JSONメタデータ" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6531,13 +8363,41 @@ msgstr "6月" msgid "January" msgstr "1月" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "テンプレートを編集" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6552,47 +8412,74 @@ msgstr "7月" msgid "June" msgstr "6月" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "編集を続ける" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "サンキー" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "フィルタ" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "区切り文字" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "ラベル" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "チャートタイプ" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6601,17 +8488,18 @@ msgstr "" msgid "Label position" msgstr "アラート状態" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6629,22 +8517,23 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 #, fuzzy msgid "Large" msgstr "共有" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "最終更新" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "最終更新" @@ -6653,70 +8542,80 @@ msgstr "最終更新" msgid "Last Updated %s" msgstr "最終更新 %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "最終更新 %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "最終更新" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "最終更新者 %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "前回の実行" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "レイヤー" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "レイヤー構成" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "最終更新" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "アラート" @@ -6735,98 +8634,143 @@ msgstr "右軸の指標" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 #, fuzzy msgid "Left value" msgstr "デフォルト値" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 #, fuzzy msgid "Legend" msgstr "変更" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "メールフォーマット" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "注釈を削除する" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "アラート状態" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "高さ" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "可視化タイプ" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6835,65 +8779,97 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "個人用" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "チャートを最小化" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "線の幅" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 #, fuzzy msgid "Linear Color Scheme" msgstr "線形配色" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "線形配色" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "列を削除する" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "レポート送信" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 msgid "Link Copied!" msgstr "リンクをコピーしました!" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" -msgstr "" +#: superset/views/sql_lab/views.py:52 +msgid "List Saved Query" +msgstr "保存したクエリのリスト" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "観測値のリスト" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" -#: superset/views/sql_lab.py:39 -msgid "List Saved Query" -msgstr "保存したクエリのリスト" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" @@ -6903,15 +8879,20 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "四半期" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "CSSテンプレートの読み込み" @@ -6923,59 +8904,72 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "アップロード" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "新しいチャートを作成" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "ログの保持" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 -msgid "Logarithmic scale on primary y-axis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 +msgid "Logarithmic scale on primary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "ログイン" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "線の幅" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "ログアウト" @@ -6983,15 +8977,30 @@ msgstr "ログアウト" msgid "Logs" msgstr "ログ" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -7007,52 +9016,81 @@ msgstr "5月" msgid "MON" msgstr "月" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "不正なリクエスト。 slice_idまたはtable_nameおよびdb_name引数が必要です" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "管理" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "チャートのメールレポートの管理" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "アラートとレポート" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "データベースのインポート" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "ツリーマップ" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -7060,7 +9098,7 @@ msgstr "" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -7068,28 +9106,30 @@ msgstr "" msgid "March" msgstr "3月" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 #, fuzzy msgid "Margin" msgstr "警告" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 #, fuzzy msgid "Marker" msgstr "四半期" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -7105,7 +9145,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7118,34 +9158,46 @@ msgstr "アラート" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "最大値" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "チャートを最大化" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "デフォルト値" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7153,142 +9205,145 @@ msgstr "" msgid "May" msgstr "5月" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "デフォルト値" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "デフォルト値" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -#, fuzzy -msgid "Message Content" -msgstr "メッセージ内容" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "メッセージ内容" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 #, fuzzy msgid "Metadata" msgstr "JSONメタデータ" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 #, fuzzy msgid "Metadata Parameters" msgstr "テンプレートパラメータ" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "指標" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 #, fuzzy msgid "Metric ascending" msgstr "レポート送信" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "[X] 軸に割り当てられた指標" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "[Y] 軸に割り当てられた指標" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 #, fuzzy msgid "Metric descending" msgstr "レポート送信" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -#, fuzzy -msgid "Metric for Color" -msgstr "色に使用する指標" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "クエリ名" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 #, fuzzy msgid "Metric to display bottom title" msgstr "表示する指標を選択" @@ -7297,159 +9352,213 @@ msgstr "表示する指標を選択" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "指標" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "ファイル" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "フィルタ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "最小値" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 #, fuzzy msgid "Min Periods" msgstr "秒単位の時間" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 #, fuzzy msgid "Min Width" msgstr "線の幅" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "個人用" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "チャートを最小化" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "分" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "デフォルト値" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "分" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "分" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 #, fuzzy -msgid "Missing Required Fields" -msgstr "名前が必要です" +msgid "Missing URL parameters" +msgstr "追加パラメータ" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "データセットが見つかりません" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "チャートを最小化" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "最終更新" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, fuzzy, python-format msgid "Modified %s" msgstr "最終更新 %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "更新者" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7458,21 +9567,27 @@ msgstr "" msgid "Monday" msgstr "月曜日" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "月" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "データセットに関連するその他のオプション" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "削除" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "新しいフィルタ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7481,224 +9596,281 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "時系列 - 複数の折れ線グラフ" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "新しいフィルタ" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -#, fuzzy -msgid "Multiple select" -msgstr "複数の選択を許可する" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "アクティブ" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "一意である必要があります" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "両方ではなくチャートまたはダッシュボードを選択してください" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "[Label] として ’count’ を持つには、[Group By] 列が必要です" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "少なくとも 1 つの数値列を指定する必要があります。" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 #, fuzzy msgid "My column" msgstr "列を削除する" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "並び替え" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "11月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "指標" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "名前" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "名前が必要です" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 #, fuzzy msgid "Name your database" msgstr "データベースのインポート" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -#, fuzzy -msgid "Network error." -msgstr "パラメータエラー" - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "パラメータエラー" + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +#, fuzzy +msgid "Network error." +msgstr "パラメータエラー" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "新しいチャート" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "データセットを変更" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "データベース名" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "新しいフィルタ セット" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "見出し" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "次" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7707,180 +9879,355 @@ msgstr "" msgid "No Access!" msgstr "アクセスがありません!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "結果を見る" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "注釈レイヤー" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "注釈レイヤーはまだありません" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "注釈はまだありません" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "適用したフィルタ (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "すべてのフィルタ" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "チャートなし" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "チャートなし" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -#, fuzzy, python-format +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "互換性のないフィルタ (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +#, fuzzy msgid "No compatible columns found" msgstr "互換性のないフィルタ (%d)" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "互換性のないフィルタ (%d)" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "互換性のないフィルタ (%d)" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "ダッシュボードなし" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "ダッシュボードなし" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "ファイルにデータがありません" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "データベースが見つかりません。" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "お気に入りのチャートはまだありません。星をクリックしてください!" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "お気に入りのダッシュボードはまだありません。星をクリックしてください!" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 #, fuzzy msgid "No filter" msgstr "新しいフィルタ" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "フィルタは選択されていません。" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -msgid "No of Bins" +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "新しいフィルタ" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "このダッシュボードにはフィルターはありません。" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "クエリ履歴はまだありません。" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 -#: superset/templates/appbuilder/general/widgets/base_list.html:64 -msgid "No records found" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" msgstr "レコードが見つかりません" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 -msgid "No results found" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +msgid "No of Bins" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "最近" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#: superset/templates/appbuilder/general/widgets/base_list.html:64 +msgid "No records found" +msgstr "レコードが見つかりません" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "結果を見る" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 +msgid "No results found" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "SQL 式" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "保存した指標" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "保存したクエリ" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "列を削除する" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "互換性のないフィルタ (%d)" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "なし" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 #, fuzzy msgid "Not Time Series" msgstr "期間を編集" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "新しいダッシュボードに追加" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "注釈" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "" @@ -7888,16 +10235,26 @@ msgstr "" msgid "November" msgstr "11月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 #, fuzzy msgid "Now" msgstr "行" +#: superset/views/database/forms.py:201 +msgid "Null Values" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "注釈" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "" @@ -7905,57 +10262,92 @@ msgstr "" msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "右軸の指標を選択" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #, fuzzy msgid "Numerical range" msgstr "期間" @@ -7964,12 +10356,15 @@ msgstr "期間" msgid "OCT" msgstr "10月" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "上書き" @@ -7977,26 +10372,19 @@ msgstr "上書き" msgid "October" msgstr "10月" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "オフライン" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "オフセット" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8004,30 +10392,28 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "" @@ -8056,106 +10442,118 @@ msgstr "" msgid "One or more metrics do not exist" msgstr "" -#: superset/errors.py:113 +#: superset/errors.py:119 #, fuzzy msgid "One or more parameters needed to configure a database are missing." msgstr "Issue 1006 - クエリで指定された1つ以上のパラメーターが見つかりません。" -#: superset/errors.py:127 +#: superset/errors.py:133 #, fuzzy msgid "One or more parameters specified in the query are malformatted." msgstr "Issue 1006 - クエリで指定された1つ以上のパラメーターが見つかりません。" -#: superset/errors.py:101 +#: superset/errors.py:107 #, fuzzy msgid "One or more parameters specified in the query are missing." msgstr "Issue 1006 - クエリで指定された1つ以上のパラメーターが見つかりません。" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "1つ以上の注釈レイヤーの読み込みに失敗しました。" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 #, fuzzy msgid "Only SELECT statements are allowed against this database." msgstr "`SELECT` 操作のみがこのDBに対して許可されています" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "'SELECT' 操作のみが許可されます" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "選択したパネルのみがこのフィルターの影響を受けます" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "単一のクエリのみがサポートされています" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "次のファイル拡張子のみが許可されます: %(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "エラーが発生しました" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "データソースタブを開く" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "SQL Labで開く" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "SQL Labでクエリを開く" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8163,183 +10561,259 @@ msgid "" " Refer to the installation docs for more information." msgstr "データベースを非同期モードで動作させます。Webサーバー自体ではなくリモートワーカーでクエリを実行します。この機能はCeleryワーカーと結果バックエンドがセットアップされていることを前提としています。詳細についてはインストールドキュメントを参照してください。" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 #, fuzzy msgid "Operator" msgstr "作成者" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "追加情報" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "追加情報" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 #, fuzzy msgid "Options" msgstr "アクション" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "注釈を削除する" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 #, fuzzy -msgid "Origin" -msgstr "ログイン" +msgid "Orientation of bar chart" +msgstr "棒グラフ" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "ログイン" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "元のテーブル列順で表示" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 #, fuzzy msgid "Other" msgstr "月" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 #, fuzzy msgid "Outer edge of Pie chart" msgstr "アクティブなチャートのID" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 #, fuzzy msgid "Overlap" msgstr "世界地図" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "期間" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "期間を編集" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "上書き" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "ダッシュボード [%s] を上書き" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +#, fuzzy +msgid "Overwrite existing" +msgstr "編集を続ける" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "所有者" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "所有者" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "所有者は、ダッシュボードを変更できるユーザーのリストです。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "所有者は、ダッシュボードを変更できるユーザーのリストです。名前またはユーザー名で検索できます。" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8347,24 +10821,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -8372,204 +10848,249 @@ msgstr "" msgid "Parameter error" msgstr "パラメータエラー" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "パラメータ" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 #, fuzzy msgid "Parameters " msgstr "パラメータ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "親フィルタ" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -#, fuzzy -msgid "Parent filter is required" -msgstr "タイプが必要です" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "チャートのインポート" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "パスワード" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 #, fuzzy msgid "Pattern" msgstr "更新" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "チャートの変更点" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "最近" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "チャートの変更点" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "保存した指標" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 #, fuzzy msgid "Percentages" msgstr "最近" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 #, fuzzy msgid "Person or group that has certified this dashboard." msgstr "このダッシュボードにアクセスできません。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "表示する指標を選択" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "指標を選んでください!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "時系列の時間粒度を選択" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "少なくとも1つの指標を選択してください" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8580,208 +11101,279 @@ msgid "Pick your favorite markup language" msgstr "お気に入りのマークアップ言語を選択" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "新しいチャート" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 #, fuzzy msgid "Pie shape" msgstr "サンプルを表示" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 #, fuzzy msgid "Pin" msgstr "最小値" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "ピボットテーブル" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "ピボットテーブル" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "編集した項目" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "少なくとも1つの[Group by]フィールドを選択してください " + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "少なくとも1つの[Group by]フィールドを選択してください " -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "少なくとも1つの指標を選択してください" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "確認してください" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "チャート名を入力してください" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" +msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "共有を有効にするにはクエリを保存して下さい" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "3つの異なる指標ラベルを使用してください" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "プラグイン" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "固定の色" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 #, fuzzy -msgid "Points" +msgid "Point Size" msgstr "構成要素" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 -msgid "Points and clusters will update as the viewport is being changed" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" msgstr "" -#: superset/views/sql_lab.py:74 -msgid "Pop Tab Link" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 +#, fuzzy +msgid "Points" +msgstr "構成要素" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 +msgid "Points and clusters will update as the viewport is being changed" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "列を削除する" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "レポート送信" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "スケジュール設定" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 +msgid "Pop Tab Link" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8789,58 +11381,58 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "レポート" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -#, fuzzy -msgid "Port is closed" -msgstr "レポートに失敗しました" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 #, fuzzy msgid "Pre-filter" msgstr "新しいフィルタ" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 #, fuzzy msgid "Pre-filter is required" msgstr "タイプが必要です" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8848,15 +11440,14 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 #, fuzzy msgid "Predictive" msgstr "アクティブ" @@ -8873,37 +11464,64 @@ msgstr "" msgid "Preview" msgstr "プレビュー" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "前" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "前" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 #, fuzzy msgid "Primary" msgstr "金曜日" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "指標を選んでください!" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "金曜日" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "作成した項目" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "プロファイル" @@ -8911,56 +11529,62 @@ msgstr "プロファイル" msgid "Profile picture provided by Gravatar" msgstr "Gravatarが提供するプロフィール写真" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "公開" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8968,189 +11592,217 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "四半期" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "四半期" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "クエリ" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "クエリ" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "クエリ" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "クエリ" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "クエリ履歴" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "チャートが存在しません" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "クエリ履歴" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "クエリ名" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "クエリ名" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "クエリ名" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "クエリプレビュー" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "範囲のタイプ" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -#, fuzzy -msgid "REPORT NAME ERROR" -msgstr "レポート名" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 #, fuzzy msgid "RGB Color" msgstr "固定の色" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "チャートを保存" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "パラメータ" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "管理" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 #, fuzzy msgid "Range filter" @@ -9173,21 +11825,26 @@ msgstr "管理" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 #, fuzzy msgid "Ranking" msgstr "警告" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "期限" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9196,7 +11853,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "このダッシュボードにはフィルターはありません。" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -9204,36 +11861,33 @@ msgstr "" msgid "Recent activity" msgstr "最近のアクティビティ" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "最近作成したグラフ、ダッシュボード、保存したクエリがここに表示されます" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "最近編集したグラフ、ダッシュボード、保存したクエリがここに表示されます" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "更新" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "最近表示したグラフ、ダッシュボード、保存したクエリがここに表示されます" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "最近" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9241,25 +11895,23 @@ msgstr "" msgid "Record Count" msgstr "レコード数" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9267,15 +11919,15 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "" @@ -9283,44 +11935,53 @@ msgstr "" msgid "Refresh" msgstr "更新" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Druid Metadataを更新" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "ダッシュボードを更新" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "更新頻度" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "更新間隔" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "更新間隔" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "テーブルリストを強制更新" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "テーブルリストを強制更新" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "データの取得中にエラーが発生しました" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "共有" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9329,9 +11990,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9342,30 +12004,40 @@ msgstr "期限" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 #, fuzzy msgid "Relative period" msgstr "猶予期間" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "作成した項目" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "削除" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "新しいフィルタ" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9373,148 +12045,165 @@ msgstr "" msgid "Remove item" msgstr "アイテムを削除" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "ログからクエリを削除" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 #, fuzzy msgid "Rendering" msgstr "警告" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "レポート" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "レポート名" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "レポートスケジュールを作成できませんでした。" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "レポートスケジュールを削除できませんでした。" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "レポートスケジュールを更新できませんでした。" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "レポートスケジュールの削除に失敗しました。" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "csv の生成中にレポートスケジュールの実行に失敗しました。" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 #, fuzzy msgid "Report Schedule execution failed when generating a dataframe." msgstr "csv の生成中にレポートスケジュールの実行に失敗しました。" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "スクリーンショットの生成時にレポートスケジュールの実行に失敗しました。" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "レポートスケジュールの実行で予期しないエラーが発生しました。" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "レポートスケジュールはまだ機能しており、再計算を拒否しています。" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "レポートスケジュールログの整理に失敗しました。" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "レポートスケジュールが見つかりません。" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "レポートスケジュールパラメータが無効です。" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "レポートスケジュールが作業タイムアウトに達しました。" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "レポートスケジュールselleniumユーザーが見つかりません" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "レポートスケジュールの状態が見つかりません" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 #, fuzzy msgid "Report a bug" msgstr "レポート" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "レポートに失敗しました" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "レポート名" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "レポートスケジュール" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "レポートスケジュールの予期せぬエラー" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "レポートスケジュールの予期せぬエラー" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "レポートスケジュールの予期せぬエラー" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "レポート送信" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "レポートが送信されました" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "レポートに失敗しました" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "レポート" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "式" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9522,55 +12211,94 @@ msgstr "" msgid "Request Permissions" msgstr "権限のリクエスト" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "必須" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 #, fuzzy msgid "Resample" msgstr "サンプルを表示" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "最近" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "データベースが見つかりません。" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "フィルタを復元" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "結果" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "結果" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9578,33 +12306,37 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 #, fuzzy msgid "Right" msgstr "高さ" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 #, fuzzy msgid "Right Axis Format" msgstr "右軸の指標" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "右軸の指標" @@ -9614,191 +12346,220 @@ msgstr "右軸の指標" msgid "Right Axis chart(s)" msgstr "右軸の指標" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "右軸の指標" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "付与する役割" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 #, fuzzy msgid "Round cap" msgstr "国別地図" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "行" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 #, fuzzy msgid "Row Level Security" msgstr "行レベルセキュリティ" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "実行" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "クエリを実行すると結果がここに表示されます" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +#, fuzzy +msgid "Run a query to display results" msgstr "クエリを実行すると結果がここに表示されます" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "SQL Labで実行" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "クエリ実行" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "クエリを実行 (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "新しいタブでクエリを実行" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "実行中" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "土" @@ -9807,34 +12568,39 @@ msgstr "土" msgid "SEP" msgstr "9月" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "SQL Editor" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "SQL 式" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL Lab" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "SQL Lab ビュー" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9846,160 +12612,302 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "SQLクエリ" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "SQL 式" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "SQLクエリ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 -msgid "SSL Mode \"require\" will be used." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 -msgid "START (INCLUSIVE)" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "パスワード" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 -msgid "SUN" -msgstr "日" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" -#: superset/viz.py:1903 -msgid "Sankey" -msgstr "サンキー" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 -msgid "Sankey Diagram" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "チャートを削除できませんでした。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "チャートをアップロードできませんでした。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "データベースが見つかりません。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "データベース パラメータが無効です。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 +msgid "SSL Mode \"require\" will be used." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 +msgid "START (INCLUSIVE)" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "警告" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" +msgstr "日" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "サンプルを表示" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "データベースを作成できませんでした。" + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "データ ソースを読み込めませんでした" + +#: superset/viz.py:1935 +msgid "Sankey" +msgstr "サンキー" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Satellite" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "土曜日" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "保存" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "保存してダッシュボードに移動" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "保存してダッシュボードに移動" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "上書き保存" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "別名で保存" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "別名で保存" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "データセットを選択" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "データセットを選択" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "新規保存" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "新しいチャートとして保存" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "別名で保存" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "別名で保存:" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "変更を破棄" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "チャートを保存" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "ダッシュボードを保存" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "データセットを変更" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "このセッションのために保存" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "クエリを保存" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "この機能を有効にするためクエリを保存する" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "保存してダッシュボードに移動" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "保存したクエリ" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "SQL 式" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "保存した指標" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "保存したクエリ" @@ -10015,194 +12923,227 @@ msgstr "" msgid "Saved query parameters are invalid." msgstr "保存したクエリ パラメーターが無効です。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "新しいデータソースをスキャン" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" msgstr "チャートのメールレポートのスケジュール" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 #, fuzzy msgid "Schedule email report" msgstr "チャートのメールレポートのスケジュール" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "スケジュール設定" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "スケジュール設定時刻 (UTC)" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "レポートスケジュールの状態が見つかりません" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "スキーマ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "スコープ" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "検索" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 #, fuzzy msgid "Search all charts" msgstr "すべてのチャート" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -#, fuzzy -msgid "Search all dashboards" -msgstr "ダッシュボードを更新" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "検索" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "列を削除する" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "親フィルタ" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "ユーザーの役割" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "検索…" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "秒" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 #, fuzzy msgid "Secondary" msgstr "秒" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "色の指標" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, fuzzy, python-format msgid "Seconds %s" msgstr "30秒" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "セキュリティ" @@ -10210,111 +13151,187 @@ msgstr "セキュリティ" msgid "Security & Access" msgstr "セキュリティとアクセス" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "保存したクエリ" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "テーブルスキーマを参照" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 #, fuzzy msgid "Select" msgstr "一括選択" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 #, fuzzy msgid "Select Viz Type" msgstr "可視化方式を選んでください" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "データベースにアップロードする CSV ファイルを選択します。" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 #, fuzzy msgid "Select a Columnar file to be uploaded to a database." msgstr "データベースにアップロードする CSV ファイルを選択します。" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 #, fuzzy msgid "Select a column" msgstr "すべての選択を解除" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 #, fuzzy msgid "Select a dashboard" msgstr "Supersetダッシュボード" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "データベースを削除" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "データベースを削除" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "Supersetダッシュボード" + +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "データベースにアップロードする CSV ファイルを選択します。" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "可視化方式を選んでください" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "すべての選択を解除" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "すべての選択を解除" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "すべてのチャート" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 #, fuzzy msgid "Select color scheme" msgstr "線形配色" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 #, fuzzy msgid "Select column" msgstr "すべての選択を解除" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "親フィルタを選択する" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "テーブルスキーマを参照" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "データベースを削除" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "データソース" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "親フィルタを選択する" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 #, fuzzy msgid "Select filter" @@ -10324,78 +13341,94 @@ msgstr "親フィルタを選択する" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "親フィルタを選択する" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" +msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 #, fuzzy msgid "Select saved metrics" msgstr "保存した指標" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 #, fuzzy msgid "Select scheme" msgstr "配色" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "開始日と終了日を選択" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "注釈レイヤーのタイプを選んでください" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "すべての選択を解除" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10403,148 +13436,185 @@ msgstr "" msgid "September" msgstr "9月" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "レポート送信" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "クエリ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "可視化タイプ" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "自動更新間隔を設定" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "フィルタマッピングを設定" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "アラートとレポート" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "設定" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "共有" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "チャートをメールで共有" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" -msgstr "ダッシュボードをメールで共有" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +#, fuzzy +msgid "Share permalink by email" +msgstr "チャートをメールで共有" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "クエリを共有" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "保存したクエリ" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "注釈を表示" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "注釈レイヤーを表示" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "テーブルを表示" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "CREATE VIEW文を表示" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "CSSテンプレートを表示" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "チャートを表示" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "ダッシュボードを表示" @@ -10552,40 +13622,17 @@ msgstr "ダッシュボードを表示" msgid "Show Database" msgstr "データベースを表示" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "テーブルを表示" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10593,11 +13640,12 @@ msgstr "" msgid "Show Log" msgstr "ログを表示" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "指標を表示" @@ -10606,40 +13654,34 @@ msgstr "指標を表示" msgid "Show Metric Names" msgstr "指標を表示" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "観測値を表示" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "フィルタを復元" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "保存したクエリを表示" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "テーブルを表示" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "列を削除する" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10647,56 +13689,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "テーブルを表示" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "テーブルを表示" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "列を削除する" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "チャートの説明を切り替え" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "列を削除する" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 -msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "列を削除する" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +msgid "" +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "テーブルを表示" @@ -10705,82 +13768,93 @@ msgstr "テーブルを表示" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "列を削除する" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "ダッシュボードを表示" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "ダッシュボードのプロパティ" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10793,22 +13867,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Showing %s of %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10817,22 +13895,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 #, fuzzy msgid "Single" msgstr "個人用" @@ -10843,29 +13921,28 @@ msgstr "個人用" msgid "Single Metric" msgstr "保存した指標" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10873,64 +13950,104 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." -msgstr "" - -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "スラッグ" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "一部のロールが存在しません" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "保存したグラフの取得中にエラーが発生しました: " -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "エラーが発生しました" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +#, fuzzy +msgid "Sorry, an error occurred" +msgstr "エラーが発生しました" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "エラーが発生しました" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "エラーが発生しました" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10938,149 +14055,151 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "保存したグラフの取得中にエラーが発生しました: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, fuzzy, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "保存したグラフの取得中にエラーが発生しました: " -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 #, fuzzy msgid "Sort" msgstr "レポート" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "チャートのインポート" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 #, fuzzy msgid "Sort Descending" msgstr "レポート送信" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 #, fuzzy msgid "Sort Metric" msgstr "色の指標" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "レポート送信" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "並び替え" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "並び替え" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "並び替え" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "色の指標" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "列をアルファベット順に並び替え" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 #, fuzzy msgid "Sort columns by" msgstr "列をアルファベット順に並び替え" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 #, fuzzy msgid "Sort rows by" msgstr "並び替え" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 #, fuzzy msgid "Sort type" msgstr "チャートタイプ" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 #, fuzzy msgid "Source / Target" msgstr "データソース名" @@ -11089,64 +14208,101 @@ msgstr "データソース名" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 #, fuzzy msgid "Source category" msgstr "データソース名" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 #, fuzzy msgid "Split number" msgstr "数値" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "親フィルタ" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "パラメータ" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "クエリ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11154,83 +14310,155 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "開始時間" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 #, fuzzy msgid "Start Review" msgstr "データプレビュー" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "チャートの変更点" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "開始時刻 (UTC)" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "チャートの変更点" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "状態" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "状態" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "状態" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "チャートタイプ" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "時系列 - 表" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "中止" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "クエリを中止" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "実行を停止 (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "実行を停止 (Ctrl + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "ヒストグラム" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "最近" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -11238,20 +14466,35 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "固定の色" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "線の幅" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "作成した項目" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11259,30 +14502,68 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 #, fuzzy msgid "Subheader" msgstr "見出し" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "成功" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "データセットを変更" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "デフォルト値" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -11290,34 +14571,42 @@ msgstr "" msgid "Sunburst Chart" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +msgid "Sunburst Chart v2" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "日曜日" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Supersetダッシュボード" -#: superset/errors.py:105 +#: superset/errors.py:111 #, fuzzy msgid "Superset encountered an error while running a command." msgstr "Issue 1010 - コマンドの実行中にSuperset内でエラーが発生しました。" -#: superset/errors.py:106 +#: superset/errors.py:112 #, fuzzy msgid "Superset encountered an unexpected error." msgstr "Issue 1011 - Supersetで予期しないエラーが発生しました。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "データベースのインポート" @@ -11326,36 +14615,50 @@ msgstr "データベースのインポート" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 #, fuzzy msgid "Swap Groups and Columns" msgstr "列を削除する" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "データセット" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 #, fuzzy msgid "Swap rows and columns" msgstr "列を削除する" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11367,11 +14670,20 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "期間" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "木" @@ -11380,43 +14692,42 @@ msgstr "木" msgid "TUE" msgstr "火" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "タブ名" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "テーブル" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "テーブル %(table)s はデータベース %(db)s にありません" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "テーブル名" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "" @@ -11427,17 +14738,32 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "タイトルまたはスラッグ" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "レポート送信" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "" @@ -11447,24 +14773,60 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "テーブル" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "タブ" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "チャートを作成できませんでした。" + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "チャートを削除できませんでした。" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "データベース パラメータが無効です。" + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "データベースを削除できませんでした。" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 #, fuzzy msgid "Tags" msgstr "状態" @@ -11475,46 +14837,46 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "開始時間" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "固定の色" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "テンプレート名" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "テンプレートパラメータ" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11525,71 +14887,95 @@ msgstr "" msgid "Test Connection" msgstr "接続のテスト" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "接続のテスト" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 #, fuzzy msgid "Text" msgstr "次" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "個々のダッシュボードのCSSは、ここもしくは変更がすぐに表示されるダッシュボードビューで変更できます" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 #, fuzzy msgid "The annotation has been saved" msgstr "ダッシュボードが保存されました" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 #, fuzzy msgid "The annotation has been updated" msgstr "ダッシュボードが保存されました" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "チャートが存在しません" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "チャートが存在しません" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11600,48 +14986,53 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "列を削除する" + +#: superset/errors.py:105 #, fuzzy msgid "The column was deleted or renamed in the database." msgstr "Issue 1004 - データベースでカラムが削除または名前変更されました。" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "ダッシュボードが保存されました" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11649,37 +15040,47 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "データベースが見つかりません。" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 #, fuzzy msgid "The database is under an unusual load." msgstr "Issue 1001 - データベースに異常な負荷がかかっています。" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 #, fuzzy msgid "The database returned an unexpected error." msgstr "Issue 1002 - データベースが予期しないエラーを返しました。" -#: superset/errors.py:138 +#: superset/errors.py:144 #, fuzzy msgid "The database was deleted." msgstr "データベースを削除できませんでした。" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 #, fuzzy msgid "The database was not found." msgstr "データベースが見つかりません。" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11687,11 +15088,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11700,25 +15102,25 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "データ ソースを読み込めませんでした" -#: superset/errors.py:92 +#: superset/errors.py:98 #, fuzzy msgid "The datasource is too large to query." msgstr "Issue 1000 - データ ソースが大きすぎてクエリを実行できませんでした。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11728,85 +15130,72 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "" - -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 #, fuzzy msgid "The host might be down, and can't be reached on the provided port." msgstr "Issue 1009 - 指定されたポートに到達できません。ホストがダウンしている可能性があります。" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 #, fuzzy msgid "The hostname provided can't be resolved." msgstr "Issue 1007 - 指定されたホスト名を解決できません。" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "アクティブなチャートのID" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11815,46 +15204,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11867,13 +15256,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11881,7 +15270,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11889,54 +15278,54 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "キャッシュを期限切れにするまでの秒数" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 #, fuzzy msgid "The password provided when connecting to a database is not valid." msgstr "Issue 1013 - データベース接続時に指定されたパスワードが無効です。" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11945,7 +15334,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11954,7 +15343,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11963,7 +15352,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11974,19 +15363,19 @@ msgstr "" "保存したクエリと一緒にインポートするには、以下のデータベースのパスワードが必要です。データベース構成の ”Secure Extra” と " "”Certificate” セクションはエクスポートファイルに存在せず、必要に応じてインポート後に手動で追加する必要がある点に注意してください。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11998,118 +15387,123 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 #, fuzzy msgid "The port is closed." msgstr "Issue 1008 - ポートが閉じています。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 #, fuzzy msgid "The port number is invalid." msgstr "データベース パラメータが無効です。" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 #, fuzzy msgid "The report has been created" msgstr "ダッシュボードが保存されました" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 #, fuzzy msgid "The schema was deleted or renamed in the database." msgstr "Issue 1005 - データベースでスキーマが削除または名前変更されました。" @@ -12118,57 +15512,67 @@ msgstr "Issue 1005 - データベースでスキーマが削除または名前 msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 #, fuzzy msgid "The table was deleted or renamed in the database." msgstr "Issue 1005 - データベースでテーブルが削除または名前変更されました。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "可視化のための時間カラム。テーブルのDATETIME列を返す任意の式を定義することができます。この列または式に対して以下のフィルターが適用されることに注意してください" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12176,8 +15580,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12203,53 +15607,73 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "表示する可視化のタイプ" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset/errors.py:107 +#: superset/errors.py:113 #, fuzzy msgid "The username provided when connecting to a database is not valid." msgstr "Issue 1012 - データベース接続時に指定されたユーザー名が無効です。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "アクティブなチャートのID" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "関連するアラートまたはレポートがあります" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "このダッシュボードにはフィルターはありません。" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "このダッシュボードにはフィルターはありません。" @@ -12258,7 +15682,7 @@ msgstr "このダッシュボードにはフィルターはありません。" msgid "There are unsaved changes." msgstr "未保存の変更があります。" -#: superset/errors.py:95 +#: superset/errors.py:101 #, fuzzy msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" @@ -12271,97 +15695,129 @@ msgid "" "have been deleted?" msgstr "このコンポーネントに関連付けられているチャート定義はありません。削除されたのでしょうか?" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "このコンポーネント用の十分なスペースがありません。幅を狭くするか、移動先の幅を大きくしてみてください。" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "保存したグラフの取得中にエラーが発生しました: " + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "保存したグラフの取得中にエラーが発生しました: " + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "保存したグラフの取得中にエラーが発生しました: " + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, fuzzy, python-format msgid "There was an error fetching the favorite status: %s" msgstr "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "最近のアクティビティの取得中にエラーが発生しました:" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "保存したグラフの取得中にエラーが発生しました: " + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 #, fuzzy msgid "There was an error loading the schemas" msgstr "保存したグラフの取得中にエラーが発生しました: " -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, fuzzy, python-format msgid "There was an error saving the favorite status: %s" msgstr "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "%s の削除中に問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "選択した注釈の削除で問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "選択したダッシュボードの削除で問題が発生しました。: " -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "選択したデータセットの削除に問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "選択したレイヤーの削除で問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "選択したクエリの削除に問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "選択したテンプレートの削除で問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "削除中に問題が発生しました: %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "選択したデータセットの削除に問題が発生しました: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "選択したデータセットの削除に問題が発生しました: %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "このダッシュボードのお気に入りする際に問題が発生しました。" @@ -12370,55 +15826,55 @@ msgstr "このダッシュボードのお気に入りする際に問題が発生 msgid "There was an issue fetching reports attached to this dashboard." msgstr "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "このダッシュボードのお気に入りのステータスを取得する際に問題が発生しました。" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "チャートの取得中に問題が発生しました: %s" + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "ダッシュボードの取得中に問題が発生しました: %s" + +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "最近のアクティビティの取得中に問題が発生しました: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "保存したクエリの取得中に問題が発生しました: %s" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "選択したクエリのプレビュー中に問題が発生しました %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "選択したクエリのプレビュー中に問題が発生しました。 %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "チャートの取得中に問題が発生しました: %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "ダッシュボードの取得中に問題が発生しました: %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "保存したクエリの取得中に問題が発生しました: %s" - -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12426,8 +15882,8 @@ msgid "" "parameters." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -12436,57 +15892,95 @@ msgstr "" "この JSON オブジェクトは、ダッシュボード ビューの [保存] または [上書き] " "ボタンをクリックすると動的に生成されます。これは、参照用と特定のパラメータを変更する可能性のあるパワーユーザーのために公開されています。" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "このアクションにより、レイヤーが完全に削除されます。" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "この操作を実行すると、保存したクエリは完全に削除されます。" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "このアクションにより、テンプレートが完全に削除されます。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "このチャートは別のフィルタスコープに移動されました。" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, fuzzy, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "このダッシュボードは現在強制的に更新されています。次の強制更新は %s。" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12500,12 +15994,12 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "このダッシュボードは公開されていないため、ダッシュボードのリストには表示されません。このダッシュボードを公開するには、ここをクリックしてください。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 #, fuzzy msgid "This dashboard is now hidden" msgstr "このダッシュボードの変更は禁止されています" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 #, fuzzy msgid "This dashboard is now published" msgstr "このダッシュボードは現在 ${nowPublished}" @@ -12514,51 +16008,74 @@ msgstr "このダッシュボードは現在 ${nowPublished}" msgid "This dashboard is published. Click to make it a draft." msgstr "このダッシュボードは公開されています。クリックして下書きにします。" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "このダッシュボードは最近変更されました。最新の情報を入手するにはダッシュボードをリロードしてください。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "このダッシュボードは正常に保存されました。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" +msgstr "" + +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12567,18 +16084,18 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "このマークダウンコンポーネントにエラーがあります。" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "このマークダウンコンポーネントにエラーがあります。最近の変更を元に戻してください。" @@ -12587,81 +16104,119 @@ msgstr "このマークダウンコンポーネントにエラーがあります msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "この可視化方式はサポートされていません。" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "この可視化方式はサポートされていません。" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "木曜日" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "時間" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "列を削除する" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "" @@ -12670,89 +16225,98 @@ msgstr "" msgid "Time Format" msgstr "日時フォーマット" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 #, fuzzy msgid "Time Grain" msgstr "期間" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "期間" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 #, fuzzy msgid "Time Range" msgstr "期間" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "期間" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "時系列 - 表" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "時系列 - 棒グラフ" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "時系列 - 二重軸折れ線グラフ" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "時系列 - 折れ線グラフ" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "時系列 - 複数の折れ線グラフ" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "時系列 - 変化率" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "時系列 - 期間ピボット" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "時系列 - 積み上げ" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 #, fuzzy msgid "Time Shift" msgstr "見積コスト" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 #, fuzzy msgid "Time column" msgstr "列を削除する" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12761,11 +16325,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12773,27 +16352,19 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 #, fuzzy msgid "Time filter" msgstr "新しいフィルタ" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "日時フォーマット" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 #, fuzzy msgid "Time grain" @@ -12803,49 +16374,52 @@ msgstr "期間" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "秒単位の時間" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" msgstr "期間" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "期間" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "期間" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "時系列 - 表" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "" @@ -12856,45 +16430,45 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "時系列 - 棒グラフ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "時系列 - 棒グラフ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 #, fuzzy -msgid "Time-series Bar Chart v2" +msgid "Time-series Bar Chart (legacy)" msgstr "時系列 - 棒グラフ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "時系列 - 折れ線グラフ" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "時系列 - 変化率" @@ -12904,35 +16478,36 @@ msgstr "時系列 - 変化率" msgid "Time-series Period Pivot" msgstr "時系列 - 期間ピボット" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12940,11 +16515,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "時系列 - 表" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12956,113 +16531,146 @@ msgstr "" msgid "Timeout error" msgstr "タイムアウトエラー" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -#, fuzzy -msgid "Timestamp Format" -msgstr "無効な日付/タイムスタンプのフォーマット" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 #, fuzzy msgid "Timestamp format" msgstr "無効な日付/タイムスタンプのフォーマット" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "アクション" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "タイトル" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 #, fuzzy msgid "Title Column" msgstr "タイトルまたはスラッグ" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "タイプが必要です" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "タイトルまたはスラッグ" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "ダッシュボードの読み取り可能なURLを取得するには" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "チャートの説明を切り替え" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "色の指標" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 #, fuzzy msgid "Tooltip time format" msgstr "日時フォーマット" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 #, fuzzy msgid "Top" msgstr "中止" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "アラート" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "高さ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "デフォルト値" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "ジョブ履歴" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -13070,11 +16678,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -13083,110 +16691,147 @@ msgstr "" msgid "Tree Chart" msgstr "新しいチャート" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "注釈を削除する" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "ツリーマップ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "ツリーマップ" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 #, fuzzy msgid "Trend" msgstr "変更" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "保存した指標" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "火曜日" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "クエリ" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "タイプ" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "タイプが必要です" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "入力または選択 [%s]" @@ -13201,79 +16846,91 @@ msgstr "入力または選択 [%s]" msgid "UI Configuration" msgstr "フィルタ構成" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 #, fuzzy msgid "URL Parameters" msgstr "URLパラメータ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "チャートを削除できませんでした。" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "URLパラメータ" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "URLスラッグ" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "“%(database)s” に接続できません。" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13281,131 +16938,147 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "注釈" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "元に戻しますか?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 #, fuzzy msgid "Unexpected error: " msgstr "レポートスケジュールの予期せぬエラー" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "レポートスケジュールの予期せぬエラー" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "不明" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "不明なエラー" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 #, fuzzy msgid "Unknown value" msgstr "不明なエラー" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "関数 %(func)s の安全でない戻り値の型: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "キー %(key)s の安全でないテンプレート値: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "フィルタ (%d) の設定を解除" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "メソッド %(name)s のサポートされていない戻り値" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "データセットを編集" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "実行したクエリ" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "更新" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "チャートを保存" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "" @@ -13413,85 +17086,148 @@ msgstr "" msgid "Upload" msgstr "アップロード" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "画像としてダウンロード" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "データベースのインポート" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 #, fuzzy msgid "Upload Credentials" msgstr "Excelをアップロード" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Excelをアップロード" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "Excelをアップロード" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "CSVをアップロード" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +#, fuzzy +msgid "Upload columnar file to database" +msgstr "データベースにアップロードする CSV ファイルを選択します。" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "データベースを編集" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "管理" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "新しいタブでクエリを実行" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 #, fuzzy msgid "Use Area Proportions" msgstr "ダッシュボードのプロパティ" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 +#: superset/views/database/forms.py:462 #, fuzzy msgid "Use Columns" msgstr "列を削除する" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +#, fuzzy +msgid "Use the edit button to change this field" msgstr "このフィールドを変更するには、編集ボタンを使用します" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "これを使用して、すべての円の静的な色を定義します" @@ -13501,7 +17237,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13511,7 +17247,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13519,25 +17255,29 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "ユーザー" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "ユーザーの役割" -#: superset/errors.py:112 +#: superset/errors.py:118 #, fuzzy msgid "User doesn't have the proper permissions." msgstr "Issue 1017 - ユーザーに適切なアクセス許可がありません。" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13545,24 +17285,18 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "ユーザークエリ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "ユーザー名" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13570,6 +17304,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13577,160 +17312,197 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 #, fuzzy msgid "Value Format" msgstr "メールフォーマット" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 #, fuzzy msgid "Value format" msgstr "メールフォーマット" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 #, fuzzy msgid "Value is required" msgstr "名前が必要です" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "値は 0 より大きくする必要があります" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +#, fuzzy +msgid "Values dependent on" +msgstr "レポート送信" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 #, fuzzy msgid "Vertical" msgstr "ABC順" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +#, fuzzy +msgid "Vertical (Left)" +msgstr "ABC順" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "プレビュー" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "チャートを表示" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "データセットを編集" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "すべてのチャート" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "サンプルを表示" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "SQL Labで表示" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "クエリを見る" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "結果を見る" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "サンプルを表示" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "表示した項目" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "表示した項目" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 #, fuzzy msgid "Viewport" msgstr "レポート" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "可視化" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "可視化方式" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "可視化方式" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13744,6 +17516,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13756,49 +17534,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13819,11 +17614,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Viz はデータソースがありません" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "可視化タイプ" @@ -13831,68 +17626,84 @@ msgstr "可視化タイプ" msgid "WED" msgstr "水" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "警告" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "警告メッセージ" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "警告!" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13900,86 +17711,122 @@ msgstr "" msgid "Wednesday" msgstr "水曜日" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "週" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "レポート" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "週" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "高さ" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13988,85 +17835,103 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "‘Group By’ を使用する場合、指標は1つに制限されます。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -14074,165 +17939,173 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "降順または昇順でソートするかどうか" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "降順または昇順でソートするかどうか" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 #, fuzzy -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "降順または昇順でソートするかどうか" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -14241,7 +18114,8 @@ msgstr "" msgid "White" msgstr "タイトル" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "幅" @@ -14249,11 +18123,15 @@ msgstr "幅" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -14262,122 +18140,145 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "注釈を追加" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "作業タイムアウト" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "世界地図" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "X軸" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 #, fuzzy msgid "X Axis Format" msgstr "日時フォーマット" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "レポート送信" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +#, fuzzy +msgid "X-axis" +msgstr "Y軸" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 #, fuzzy msgid "XScale Interval" msgstr "更新間隔" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Y軸" @@ -14389,28 +18290,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14422,36 +18322,69 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "レポート送信" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "Y軸" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 #, fuzzy msgid "YScale Interval" msgstr "更新間隔" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "年" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "年" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14459,79 +18392,103 @@ msgstr "" msgid "Yes, cancel" msgstr "はい、キャンセルします" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "既に存在する 1 つ以上の保存済みクエリをインポートしています。上書きすると、作業の一部が失われる可能性があります。上書きしますか?" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "国別地図" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." @@ -14539,13 +18496,20 @@ msgstr "" "[Columns] を [Group By]/[Metrics]/[Percentage Metrics] " "と組み合わせて使用することはできません。どちらか一方を選択してください。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "このチャートを編集する権限がありません" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "このチャートを編集する権限がありません" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "このダッシュボードを編集する権限がありません" @@ -14554,34 +18518,74 @@ msgstr "このダッシュボードを編集する権限がありません" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "データソースにアクセスするためのアクセス許可がありません: %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "このダッシュボードを編集する権限がありません。" +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "このダッシュボードにアクセスできません。" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "このダッシュボードにアクセスできません。" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "このダッシュボードにアクセスできません。" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "このダッシュボードにアクセスできません。" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "まだお気に入りはありません!" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 #, fuzzy msgid "You don't have permission to modify the value." msgstr "このチャートを編集する権限がありません" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "このチャートを編集する権限がありません" + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "このダッシュボードにアクセスできません。" + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/views/core.py:406 +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "このチャートを編集する権限がありません" + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "このダッシュボードにアクセスできません。" + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "このチャートを編集する権限がありません" + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "" @@ -14589,163 +18593,232 @@ msgstr "" msgid "You have removed this filter." msgstr "このフィルタを削除しました。" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "未保存の変更があります。" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "新しいダッシュボードの名前を選択する必要があります" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 #, fuzzy msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "ダッシュボードが大きすぎます。保存する前にサイズを小さくしてください。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "クエリを保存できませんでした" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "クエリを更新できませんでした" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "クエリが保存されました" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "クエリが保存されました" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "クエリが更新されました" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 #, fuzzy msgid "Your report could not be deleted" msgstr "チャートを削除できませんでした。" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Zero imputation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "ダッシュボードを編集" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "[データセットが見つかりません]" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] データソース %(name)s へのアクセスは許可されました" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[ダッシュボード名]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "アラート" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "アラート" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "チャートも複製する" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14753,22 +18826,20 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "注釈" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 @@ -14776,107 +18847,207 @@ msgstr "" msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "期限" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "ログイン" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "管理" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "チャート" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "チャート" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "すべてのフィルタ" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "月" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " -msgstr "作成日 " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "作成" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "新しいチャートを作成" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 #, fuzzy msgid "cumulative" msgstr "アクティブ" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "ダッシュボード" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "ダッシュボード" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "データベース" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "データセット" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "データベース名" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "日付" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "日" @@ -14889,31 +19060,90 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "すべてのチャート" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "削除" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "削除" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "アラート状態" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset/views/core.py:618 -#, fuzzy -msgid "download as csv" -msgstr "画像としてダウンロード" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "下書き" @@ -14921,34 +19151,72 @@ msgstr "下書き" msgid "dttm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "クエリ名" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "クエリ" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "エラーメッセージ" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14975,49 +19243,95 @@ msgstr "5分" msgid "every month" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "すべて展開" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "レポート" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "失敗" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 #, fuzzy msgid "fetching" msgstr "設定" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "ヒートマップ" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 #, fuzzy msgid "here" msgstr "共有" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "時間" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15027,7 +19341,7 @@ msgstr "" msgid "in" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "" @@ -15045,21 +19359,21 @@ msgstr "" msgid "joined" msgstr "参加" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "ラベル" @@ -15089,26 +19403,81 @@ msgstr "先週" msgid "last year" msgstr "年" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "アラート" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "チャートを最小化" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "ログ" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "最大値" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "指標" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "分" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "分" @@ -15118,62 +19487,158 @@ msgstr "分" msgid "minute(s)" msgstr "分" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "月" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "月" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "名前" + +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "アラートバリデーター設定エラー。" + +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "アラートバリデーター設定エラー。" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "オフライン" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "時間" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "クエリを更新できませんでした" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +#, fuzzy +msgid "overall" +msgstr "すべてクリア" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "警告" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "レポートスケジュールの状態が見つかりません" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -15182,122 +19647,308 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "公開" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "四半期" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "クエリ" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "クエリ" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "最近" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 #, fuzzy msgid "recents" msgstr "最近" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 #, fuzzy msgid "red" msgstr "作成した項目" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "レポート" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "レポート" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 #, fuzzy msgid "right" msgstr "高さ" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "行" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "行を取得" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "実行中" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "保存したクエリ" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30秒" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "クエリ" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "四半期" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "変更" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "新しいフィルタ" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "中止" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "ヒストグラム" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "成功" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "中止" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 #, fuzzy msgid "top" msgstr "中止" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "元に戻しますか?" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "不明なエラー" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 #, fuzzy msgid "value ascending" msgstr "レポート送信" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 #, fuzzy msgid "value descending" msgstr "レポート送信" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "秒単位の時間" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "可視化タイプ" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "作成されました" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "週" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "年" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/ko/LC_MESSAGES/messages.json b/superset/translations/ko/LC_MESSAGES/messages.json index 66cc9949a4cc4..2a4c79012ef7c 100644 --- a/superset/translations/ko/LC_MESSAGES/messages.json +++ b/superset/translations/ko/LC_MESSAGES/messages.json @@ -2,2239 +2,4084 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=1; plural=0", "lang": "ko" }, - "Home": [""], - "Annotation Layers": ["주석 레이어"], - "Manage": ["관리"], - "Databases": ["데이터베이스"], - "Data": ["데이터베이스"], - "Datasets": ["데이터베이스"], - "Charts": ["차트"], - "Dashboards": ["대시보드"], - "Plugins": ["플러그인"], - "CSS Templates": ["CSS 템플릿"], - "Row level security": ["저수준 보안"], - "Security": ["보안"], - "Import Dashboards": ["대시보드 가져오기"], - "SQL Editor": ["SQL 편집기"], - "SQL Lab": ["SQL Lab"], - "Saved Queries": ["저장된 Query"], - "Query History": ["Query 실행 이력"], - "Upload a CSV": ["CSV 업로드"], - "Upload Excel": ["엑셀 업로드"], - "Action Log": ["활동 기록"], - "Dashboard Emails": ["대시보드"], - "Chart Email Schedules": [""], - "Alerts": ["경고"], - "Alerts & Reports": ["경고 및 리포트"], - "Access requests": [""], - "Druid Datasources": ["Druid 데이터소스"], - "Druid Clusters": ["Druid 클러스터"], - "Scan New Datasources": ["새 데이터소스 스캔"], - "Refresh Druid Metadata": ["Druid 메타데이터 새로고침"], - "Issue 1000 - The datasource is too large to query.": [ - "이슈 1000 - 데이터 소스가 쿼리하기에 너무 큽니다." - ], - "Issue 1001 - The database is under an unusual load.": [""], - "Issue 1002 - The database returned an unexpected error.": [ - "이슈 1002 - 데이터베이스에 예상치 못한 에러가 발생했습니다." - ], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "이슈 1003 - SQL 쿼리에 문법 오류가 있습니다. 오탈자가 있는지 확인하세요." - ], - "Issue 1004 - The column was deleted or renamed in the database.": [""], - "Issue 1005 - The table was deleted or renamed in the database.": [""], - "Issue 1006 - One or more parameters specified in the query are missing.": [ - "" - ], - "Issue 1007 - The hostname provided can't be resolved.": [""], - "Issue 1008 - The port is closed.": [""], - "Issue 1009 - The host might be down, and can't be reached on the provided port.": [ - "" - ], - "Invalid certificate": [""], - "Unsafe return type for function %(func)s: %(value_type)s": [""], - "Unsupported return value for method %(name)s": [""], - "Unsafe template value for key %(key)s: %(value_type)s": [""], - "Unsupported template value for key %(key)s": [""], - "Only `SELECT` statements are allowed against this database": [""], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "" - ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "Viz is missing a datasource": [""], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "From date cannot be larger than to date": [ - "시작 날짜가 끝 날짜보다 클 수 없습니다" - ], - "Cached value not found": ["캐시된 값을 찾을 수 없습니다."], - "Columns missing in datasource: %(invalid_columns)s": [ - "데이터 소스의 컬럼이 없습니다 : %(invalid_columns)s" - ], - "Table View": ["테이블 뷰"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + " a new one": [""], + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [""], - "Time Table View": ["시간 테이블 뷰"], - "Pick at least one metric": ["적어도 하나의 메트릭을 선택하세요"], - "When using 'Group By' you are limited to use a single metric": [ - "'Group By'를 사용 할 때 오직 하나의 메트릭만 사용 가능합니다" - ], - "Pivot Table": ["피봇 테이블"], - "Please choose at least one 'Group by' field ": [ - "적어도 하나의 'Group by'필드를 선택하세요" - ], - "Please choose at least one metric": [ - "적어도 하나의 메트릭을 선택하세요" - ], - "Group By' and 'Columns' can't overlap": [ - "Group By' 와 'Columns' 겹칠 수 없습니다" - ], - "Treemap": ["트리맵"], - "Calendar Heatmap": ["달력 히트캡"], - "Bubble Chart": ["버블 차트"], - "Please use 3 different metric labels": [""], - "Pick a metric for x, y and size": [""], - "Bullet Chart": [""], - "Pick a metric to display": [""], - "Big Number with Trendline": [""], - "Pick a metric!": [""], - "Big Number": [""], - "Time Series - Line Chart": [""], - "Pick a time granularity for your time series": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(other)s saved queries will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "" ], - "Time Series - Multiple Line Charts": [""], - "Time Series - Dual Axis Line Chart": [""], - "Pick a metric for left axis!": [""], - "Pick a metric for right axis!": [""], - "Please choose different metrics on left and right axis": [""], - "Time Series - Bar Chart": [""], - "Time Series - Period Pivot": [""], - "Time Series - Percent Change": [""], - "Time Series - Stacked": [""], - "Histogram": [""], - "Must have at least one numeric column specified": [""], - "Distribution - Bar Chart": [""], - "Can't have overlap between Series and Breakdowns": [""], - "Pick at least one field for [Series]": [""], - "Sunburst": [""], - "Sankey": [""], - "Pick exactly 2 columns as [Source / Target]": [""], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "%(user)s's profile": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Directed Force Layout": [""], - "Country Map": [""], - "World Map": [""], - "Filters": ["필터"], - "Invalid filter configuration, please select a column": [""], - "Parallel Coordinates": [""], - "Heatmap": [""], - "Horizon Charts": [""], - "Mapbox": [""], - "[Longitude] and [Latitude] must be set": [""], - "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": [""], - "Invalid spatial point encountered: %s": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "%s Error": ["%s 에러"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": [""], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": [""], + "%s operator(s)": [""], + "%s option(s)": [""], + "%s saved metric(s)": [""], + "%s updated": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": [""], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "" ], - "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": [""], - "Deleted %(num)d annotation layer": [""], - "All Text": [""], - "Deleted %(num)d annotation": [""], - "End date must be after start date": [""], - "Short description must be unique for this layer": [""], - "Annotations could not be deleted.": [""], - "Annotation not found.": ["주석"], - "Annotation parameters are invalid.": [""], - "Annotation could not be created.": [""], - "Annotation could not be updated.": [""], - "Annotation delete failed.": ["주석 레이어"], - "Annotation layer parameters are invalid.": [""], - "Annotation layer could not be deleted.": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "Annotation layer not found.": ["주석 레이어"], - "Annotation layer delete failed.": ["주석 레이어"], - "Annotation layer has associated annotations.": [""], - "Name must be unique": [""], - "Deleted %(num)d chart": [""], - "Request is not JSON": [""], - "Request is incorrect: %(error)s": ["부적절한 요청입니다 : %(error)s"], - "`confidence_interval` must be between 0 and 1 (exclusive)": [""], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "`width` must be greater or equal to 0": [""], - "`row_limit` must be greater than or equal to 0": [""], - "`row_offset` must be greater than or equal to 0": [""], - "There are associated alerts or reports: %s,": [""], - "Time string is unclear. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + ".": [""], + "0 Selected": ["테이블 선택"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1시간"], + "1 hourly frequency": [""], + "1 minute": ["1분"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "1 year end frequency": [""], + "1 year start frequency": [""], + "10 minute": ["10분"], + "104 weeks ago": [""], + "15 minute": ["15분"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 letter code of the country": [""], + "3 years ago": [""], + "30 days": [""], + "30 days ago": [""], + "30 minutes": ["30분"], + "30 seconds": ["30초"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": ["5분"], + "5 minutes": ["5분"], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": [""], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": [""], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "Cannot parse time string [%(human_readable)s]": [""], - "Database does not exist": ["데이터베이스가 존재하지 않습니다"], - "Dashboards do not exist": ["대시보드가 존재하지 않습니다"], - "Datasource type is required when datasource_id is given": [""], - "Chart parameters are invalid.": ["차트의 파라미터가 부적절합니다."], - "Chart could not be created.": ["차트를 생성할 수 없습니다."], - "Chart could not be updated.": ["차트를 업데이트할 수 없습니다."], - "Chart could not be deleted.": ["차트를 삭제할 수 없습니다."], - "There are associated alerts or reports": [ - "관련된 알람이나 리포트가 있습니다" - ], - "Changing this chart is forbidden": [ - "이 차트를 변경하는 것은 불가능합니다" - ], - "Charts could not be deleted.": ["차트를 삭제할 수 없습니다."], - "Import chart failed for an unknown reason": [ - "차트 불러오기는 알 수 없는 이유로 실패했습니다" - ], - "Owners are invalid": ["소유자가 부적절합니다"], - "Some roles do not exist": ["몇몇 역할이 존재하지 않습니다"], - "Dataset does not exist": ["데이터소스가 존재하지 않습니다"], - "Invalid result type: %(result_type)": [""], - "The chart does not exist": ["차트가 존재하지 않습니다"], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "`operation` property of post processing object undefined": [""], - "Unsupported post processing operation: %(operation)s": [""], - "Adding new datasource [{}]": ["새 데이터소스 스캔"], - "Refreshing datasource [{}]": ["데이터 소스 새로고침"], - "Metric(s) {} must be aggregations.": [""], - "Unsupported extraction function: ": [""], - "Columns": ["칼럼"], - "Show Druid Column": ["Druid 칼럼 보기"], - "Add Druid Column": ["Druid 칼럼 추가"], - "Edit Druid Column": ["Druid 칼럼 편집"], - "Column": ["칼럼"], - "Type": ["타입"], - "Datasource": ["데이터소스"], - "Groupable": [""], - "Filterable": [""], - "Whether this column is exposed in the `Filters` section of the explore view.": [ + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "Metrics": ["메트릭"], - "Show Druid Metric": ["Druid 메트릭 보기"], - "Add Druid Metric": ["Druid 메트릭 추가"], - "Edit Druid Metric": ["Druid 메트릭 편집"], - "Metric": ["메트릭"], - "Description": ["설명"], - "Verbose Name": [""], - "JSON": ["JSON"], - "Druid Datasource": ["Druid 데이터소스"], - "Warning Message": ["경고 메시지"], - "Show Druid Cluster": ["Druid 클러스터 보기"], - "Add Druid Cluster": ["Druid 클러스터 추가"], - "Edit Druid Cluster": ["Druid 클러스터 편집"], - "Cluster Name": ["테이블 명"], - "Broker Host": ["호스트"], - "Broker Port": ["포트"], - "Broker Username": ["사용자명"], - "Broker Password": ["비밀번호"], - "Broker Endpoint": [""], - "Cache Timeout": [""], - "Metadata Last Refreshed": [""], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "A map of the world, that can indicate values in different countries.": [ "" ], - "Show Druid Datasource": ["Druid 데이터소스 보기"], - "Add Druid Datasource": ["Druid 데이터소스 추가"], - "Edit Druid Datasource": ["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'": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "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": [ + "A metric to use for color": [""], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ "" ], - "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": [ + "A readable URL for your dashboard": [""], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ "" ], - "Associated Charts": [""], - "Data Source": [""], - "Cluster": [""], - "Owners": [""], - "Is Hidden": [""], - "Enable Filter Select": [""], - "Default Endpoint": [""], - "Time Offset": [""], - "Datasource Name": ["데이터소스 명"], - "Fetch Values From": [""], - "Changed By": [""], - "Modified": ["수정됨"], - "Refreshed metadata from cluster [{}]": [""], - "Only `SELECT` statements are allowed": [ - "오직 `SELECT` 구문만 허용됩니다." - ], - "Only single queries supported": ["오직 하나의 쿼리만 지원됩니다"], - "Error in jinja expression in fetch values predicate: %(msg)s": [""], - "Virtual dataset query must be read-only": [ - "가상 데이터셋 쿼리는 읽기 전용이어야 합니다" - ], - "Error while rendering virtual dataset query: %(msg)s": [""], - "Virtual dataset query cannot be empty": [""], - "Virtual dataset query cannot consist of multiple statements": [""], - "Error in jinja expression in RLS filters: %(msg)s": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "A timeout occurred while executing the query.": [""], + "A timeout occurred while taking a screenshot.": [""], + "A valid color scheme is required": [""], + "APPLY": [""], + "APR": [""], + "AQE": [""], + "AUG": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "About": [""], + "Access": [""], + "Access requests": [""], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": [""], + "Action": ["활동"], + "Action Log": ["활동 기록"], + "Actions": ["주석"], + "Active": [""], + "Actual time range": [""], + "Adaptive formatting": [""], + "Add": [""], + "Add CSS Template": ["CSS 템플릿 추가"], + "Add CSS template": ["CSS 템플릿"], + "Add Chart": ["차트 추가"], + "Add Column": ["컬럼 추가"], + "Add Dashboard": ["대시보드 추가"], + "Add Database": ["데이터베이스 추가"], + "Add Log": ["로그 추가"], + "Add Metric": ["메트릭 추가"], + "Add Report": [""], + "Add Row level security filter": [""], + "Add Saved Query": ["저장된 Query 추가"], + "Add a Plugin": ["플러그인 추가"], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [""], + "Add annotation": ["주석"], + "Add annotation layer": ["주석 레이어"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "Empty query?": [""], - "Metric '%(metric)s' does not exist": [ - "메트릭 '%(metric)s' 이 존재하지 않습니다." + "Add delivery method": [""], + "Add filter": ["테이블 추가"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Unknown column used in orderby: %(col)": [ - "알 수 없는 칼럼이 orderby에 사용되었습니다: %(col)" + "Add filters and dividers": [""], + "Add item": ["테이블 추가"], + "Add metric": ["메트릭"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": [""], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add to dashboard": ["대시보드 추가"], + "Added": [""], + "Additional fields may be required": [""], + "Additional information": ["주석"], + "Additional text to add before or after the value, e.g. unit": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": [""], + "Advanced Analytics": [""], + "Advanced Data type": [""], + "Advanced analytics": [""], + "Advanced analytics Query A": [""], + "Advanced analytics Query B": [""], + "Advanced data type": [""], + "Advanced-Analytics": [""], + "Aesthetic": [""], + "Aggregate Mean": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "Time column \"%(col)s\" does not exist in dataset": [""], - "Filter value list cannot be empty": [""], - "Must specify a value for filters with comparison operators": [""], - "Invalid filter operation type: %(op)s": [""], - "Error in jinja expression in WHERE clause: %(msg)s": [""], - "Error in jinja expression in HAVING clause: %(msg)s": [""], - "Database does not support subqueries": [""], - "Db engine did not return all queried columns": [""], - "Show Column": ["컬럼 보기"], - "Add Column": ["컬럼 추가"], - "Edit Column": ["컬럼 수정"], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "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.": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "Table": ["테이블"], - "Expression": ["표현식"], - "Is temporal": [""], - "Datetime Format": [""], - "Invalid date/timestamp format": [""], - "Show Metric": ["메트릭 보기"], - "Add Metric": ["메트릭 추가"], - "Edit Metric": ["메트릭 편집"], - "SQL Expression": ["SQL 표현식"], - "D3 Format": ["D3 포멧"], - "Extra": [""], - "Row level security filter": [""], - "Show Row level security filter": [""], - "Add Row level security filter": [""], - "Edit Row level security filter": [""], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Aggregation function": [""], + "Alert Triggered, In Grace Period": [""], + "Alert condition": [""], + "Alert condition schedule": [""], + "Alert ended grace period.": [""], + "Alert failed": ["테이블 명"], + "Alert fired during grace period.": [""], + "Alert found an error while executing a query.": [""], + "Alert name": ["테이블 명"], + "Alert on grace period": [""], + "Alert query returned a non-number value.": [""], + "Alert query returned more than one column.": [""], + "Alert query returned more than one column. %s columns returned": [""], + "Alert query returned more than one row.": [""], + "Alert query returned more than one row. %s rows returned": [""], + "Alert running": [""], + "Alert triggered, notification sent": [""], + "Alert validator config error.": [""], + "Alerts": ["경고"], + "Alerts & Reports": ["경고 및 리포트"], + "Alerts & reports": [""], + "Align +/-": [""], + "All": [""], + "All Text": [""], + "All charts": ["차트 추가"], + "All filters": ["필터"], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": [""], + "Allow CREATE TABLE AS option in SQL Lab": [""], + "Allow CREATE VIEW AS": [""], + "Allow CREATE VIEW AS option in SQL Lab": [""], + "Allow Csv Upload": [""], + "Allow DML": ["DML 허용"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ "" ], - "These are the tables this filter will be applied to.": [""], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Allow file uploads to database": [""], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Allow multiple selections": [""], + "Allow node selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Allowed Domains (comma separated)": [""], + "Alphabetical": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "" ], - "Tables": ["테이블"], - "Roles": ["역할"], - "Clause": [""], - "Creator": ["생성자"], - "Show Table": ["테이블 보기"], - "Import a table definition": [""], - "Edit Table": ["테이블 수정"], - "Name of the table that exists in the source database": [""], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Altered": [""], + "An Error Occurred": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "An error has occurred": [""], + "An error occurred": [""], + "An error occurred saving dataset": [""], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "Redirects to this endpoint when clicking on the table from the table list": [ + "An error occurred while creating the data source": [""], + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "An error occurred while fetching available CSS templates": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching chart created by values: %s": [""], + "An error occurred while fetching chart owners values: %s": [""], + "An error occurred while fetching created by values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dashboard created by values: %s": [""], + "An error occurred while fetching dashboard owner values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dashboards: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching database related data: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching database values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dataset datasource values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dataset owner values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dataset related data": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dataset related data: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching datasets: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching function names.": [""], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching tab state": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching table metadata": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ + "An error occurred while hiding the left bar. Please contact your administrator.": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "An error occurred while loading the SQL": [""], + "An error occurred while pruning logs ": [""], + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "Database": ["데이터베이스"], - "Last Changed": [""], - "Schema": ["스키마"], - "Offset": ["오프셋"], - "Table Name": ["테이블 명"], - "Fetch Values Predicate": [""], - "Main Datetime Column": [""], - "SQL Lab View": [""], - "Template parameters": [""], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Refresh Metadata": [""], - "Refresh column metadata": [""], - "Metadata refreshed for the following table(s): %(tables)s": [""], - "The following tables added new columns: %(tables)s": [""], - "The following tables removed columns: %(tables)s": [""], - "The following tables update column metadata: %(tables)s": [""], - "Unable to refresh metadata for the following table(s): %(tables)s": [""], - "Deleted %(num)d css template": [""], - "CSS template could not be deleted.": [ - "CSS 템플릿을 삭제할 수 없습니다." + "An error occurred while removing the table schema. Please contact your administrator.": [ + "" ], - "CSS template not found.": ["CSS 템플릿을 찾을수 없습니다."], - "Deleted %(num)d dashboard": [""], - "Title or Slug": [""], - "Role": ["역할"], - "Must be unique": [""], - "Dashboard parameters are invalid.": ["대시보드 인자가 부적절합니다."], - "Dashboard not found.": ["대시보드를 찾을 수 없습니다."], - "Dashboard could not be created.": ["대시보드를 생성할 수 없습니다."], - "Dashboards could not be deleted.": ["대시보드를 삭제할 수 없습니다."], - "Dashboard could not be updated.": ["대시보드를 업데이트할 수 없습니다."], - "Dashboard could not be deleted.": ["대시보드를 삭제할 수 없습니다."], - "Changing this Dashboard is forbidden": [""], - "Import dashboard failed for an unknown reason": [""], - "You don't have access to this dashboard.": [""], - "No data in file": ["파일에 데이터가 없습니다"], - "Table name undefined": ["테이블 명이 정해지지 않았습니다"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "An error occurred while setting the tab autorun. Please contact your administrator.": [ "" ], - "Database parameters are invalid.": [""], - "A database with the same name already exists": [ - "같은 이름의 데이터베이스가 이미 존재합니다" + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "" ], - "Field is required": [""], - "Field cannot be decoded by JSON. %{json_error}s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "An error occurred while setting the tab schema. Please contact your administrator.": [ "" ], - "Database not found.": ["데이터베이스를 찾을 수 없습니다."], - "Database could not be created.": ["데이터베이스를 생성할 수 없습니다."], - "Database could not be updated.": [ - "데이터베이스를 업데이트할 수 없습니다." + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "" ], - "Connection failed, please check your connection settings": [ - "연결하는데 실패했습니다. 커넥션 " + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" ], - "Cannot delete a database that has tables attached": [""], - "Database could not be deleted.": ["데이터베이스를 삭제할 수 없습니다."], - "Stopped an unsafe database connection": [""], - "Could not load database driver": [ - "데이터베이스 드라이버를 로드할 수 없습니다" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" ], - "Unexpected error occurred, please check your logs for details": [""], - "Import database failed for an unknown reason": [""], - "Unable to resolve hostname \"%(hostname)s\".": [""], - "The host %(host)s is up, but the port %(port)s is closed.": [""], - "The host %(host)s might be down, ond can't be reached on port %(port)s.": [ + "An unexpected error occurred": [""], + "An unknown error occurred. Please contact your Superset administrator": [ "" ], + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["주석"], + "Annotation Layers": ["주석 레이어"], + "Annotation Slice Configuration": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": ["주석 레이어"], + "Annotation layer": ["주석 레이어"], + "Annotation layer could not be created.": [""], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer delete failed.": ["주석 레이어"], + "Annotation layer has associated annotations.": [""], + "Annotation layer name": ["주석 레이어"], + "Annotation layer not found.": ["주석 레이어"], + "Annotation layer parameters are invalid.": [""], + "Annotation layer type": ["주석 레이어"], + "Annotation layers": ["주석 레이어"], + "Annotation layers are still loading.": [""], + "Annotation name": ["주석 레이어"], + "Annotation not found.": ["주석"], + "Annotation parameters are invalid.": [""], + "Annotations and layers": ["주석 레이어"], + "Annotations could not be deleted.": [""], + "Any": [""], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" + ], + "Append": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "" + ], + "Apply": [""], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply to all panels": [""], + "Apply to specific panels": [""], + "April": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Are you sure you want to cancel?": [""], + "Are you sure you want to delete": [""], + "Are you sure you want to delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Are you sure you want to delete the selected charts?": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "Are you sure you want to delete the selected datasets?": [""], + "Are you sure you want to delete the selected layers?": [""], + "Are you sure you want to delete the selected queries?": [""], + "Are you sure you want to delete the selected tags?": [""], + "Are you sure you want to delete the selected templates?": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Are you sure you want to proceed?": [""], + "Are you sure you want to save and apply changes?": [""], + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" + ], + "Arrow": [""], + "Assign a set of parameters as": [""], + "Associated Charts": [""], + "Async Execution": [""], + "Asynchronous query execution": [""], + "August": [""], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Autocomplete query predicate": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Axis": [""], + "Axis Title": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Backward values": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Values": [""], + "Base layer map style": [""], + "Based on a metric": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Basic information": [""], + "Batch editing %d filters:": [""], + "Battery level over time": [""], + "Be careful.": [""], + "Big Number": [""], + "Big Number Font Size": [""], + "Big Number with Trendline": [""], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom to Top": [""], + "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "" + ], + "Bounds for the 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.": [ + "" + ], + "Box Plot": [""], + "Bubble Chart": ["버블 차트"], + "Bubble Color": [""], + "Bubble Size": [""], + "Bubble size": [""], + "Bucket break points": [""], + "Build": [""], + "Bulk select": [""], + "Bullet Chart": [""], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "" + ], + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "CREATE VIEW statement": [""], + "CRON Schedule": [""], + "CRON expression": [""], + "CSS": [""], + "CSS Styles": [""], + "CSS Templates": ["CSS 템플릿"], + "CSS applied to the chart": [""], + "CSS template": ["CSS 템플릿"], + "CSS template could not be deleted.": [ + "CSS 템플릿을 삭제할 수 없습니다." + ], + "CSS template name": ["CSS 템플릿"], + "CSS template not found.": ["CSS 템플릿을 찾을수 없습니다."], + "CSS templates": ["CSS 템플릿"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "CSV to Database configuration": [""], + "CSV upload": ["CSV 업로드"], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "CTAS Schema": [""], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" + ], + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": [""], + "Cache Timeout (seconds)": [""], + "Cache timeout": [""], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": ["캐시된 값을 찾을 수 없습니다."], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [""], + "Calculated columns": ["컬럼 목록"], + "Calculation type": ["시각화 유형 선택"], + "Calendar Heatmap": ["달력 히트캡"], + "Can not move top level tab into nested tabs": [""], + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [""], + "Cancel": ["취소"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "" + ], + "Cannot load filter": [""], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell Size": [""], + "Cell content": [""], + "Center": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification details": [""], + "Certified by": ["수정됨"], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": [""], + "Changed on": [""], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "" + ], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" + ], + "Changing this Dashboard is forbidden": [""], + "Changing this chart is forbidden": [ + "이 차트를 변경하는 것은 불가능합니다" + ], + "Changing this control takes effect instantly": [""], + "Changing this dataset is forbidden": [""], + "Changing this dataset is forbidden.": [""], + "Changing this report is forbidden": [""], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": ["차트"], + "Chart %(id)s not found": [""], + "Chart Cache Timeout": [""], + "Chart ID": [""], + "Chart [%s] has been overwritten": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Chart cache timeout": ["차트 유형"], + "Chart changes": [""], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" + ], + "Chart could not be created.": ["차트를 생성할 수 없습니다."], + "Chart could not be deleted.": ["차트를 삭제할 수 없습니다."], + "Chart could not be updated.": ["차트를 업데이트할 수 없습니다."], + "Chart does not exist": ["차트가 존재하지 않습니다"], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart name": ["차트 유형"], + "Chart parameters are invalid.": ["차트의 파라미터가 부적절합니다."], + "Chart type": ["차트 유형"], + "Chart type requires a dataset": [""], + "Charts": ["차트"], + "Charts could not be deleted.": ["차트를 삭제할 수 없습니다."], + "Check configuration": [""], + "Check for sorting ascending": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" + ], + "Check out this chart in dashboard:": [""], + "Check out this chart: ": [""], + "Check out this dashboard: ": [""], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "" + ], + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [""], + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [""], + "Choice of [Point Radius] must be present in [Group By]": [""], + "Choose File": ["CSV 파일"], + "Choose a chart or dashboard not both": [""], + "Choose a dataset": ["데이터소스 선택"], + "Choose a metric for left axis": [""], + "Choose a metric for right axis": [""], + "Choose a number format": [""], + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose one or more charts for left axis": [""], + "Choose one or more charts for right axis": [""], + "Choose the annotation layer type": ["주석 레이어"], + "Choose the format for legend values": [""], + "Choose the position of the legend": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" + ], + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" + ], + "Clause": [""], + "Clear": [""], + "Clear all": [""], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" + ], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" + ], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" + ], + "Click to cancel sorting": [""], + "Click to edit": ["클릭하여 제목 수정하기"], + "Click to favorite/unfavorite": [""], + "Click to force-refresh": [""], + "Click to see difference": [""], + "Click to sort descending": [""], + "Close": [""], + "Close all other tabs": [""], + "Close tab": ["탭 닫기"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": [""], + "Collapse all": [""], + "Collapse row": [""], + "Collapse tab content": [""], + "Color": [""], + "Color +/-": [""], + "Color Scheme": [""], + "Color Steps": [""], + "Color bounds": [""], + "Color by": [""], + "Color metric": [""], + "Color of the target location": [""], + "Color scheme": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" + ], + "Colors": [""], + "Column": ["칼럼"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" + ], + "Column Configuration": [""], + "Column Label(s)": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" + ], + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" + ], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" + ], + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" + ], + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" + ], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Columnar to Database configuration": [""], + "Columns": ["칼럼"], + "Columns To Be Parsed as Dates": [""], + "Columns missing in datasource: %(invalid_columns)s": [ + "데이터 소스의 컬럼이 없습니다 : %(invalid_columns)s" + ], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to display": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" + ], + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" + ], + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" + ], + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" + ], + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" + ], + "Comparison Period Lag": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": [""], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": [""], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ + "" + ], + "Configure your how you overlay is displayed here.": [""], + "Confirm overwrite": [""], + "Confirm save": [""], + "Connect": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": [""], + "Connection failed, please check your connection settings": [ + "연결하는데 실패했습니다. 커넥션 " + ], + "Connection looks good!": [""], + "Continuous": [""], + "Contribution": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Coordinates": [""], + "Copied to clipboard!": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": ["클립보드에 복사하기"], + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy message": [""], + "Copy of %s": [""], + "Copy partition query to clipboard": [""], + "Copy query URL": [""], + "Copy query link to your clipboard": ["클립보드에 복사하기"], + "Copy the account name of that database you are trying to connect to.": [ + "" + ], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to Clipboard": [""], + "Copy to clipboard": ["클립보드에 복사하기"], + "Correlation": [""], + "Cost estimate": [""], + "Could not determine datasource type": [""], + "Could not fetch all saved charts": [""], + "Could not find viz object": [""], + "Could not load database driver": [ + "데이터베이스 드라이버를 로드할 수 없습니다" + ], + "Could not load database driver: %(driver_name)s": [""], "Could not load database driver: {}": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Color Scheme": [""], + "Country Field Type": [""], + "Country Map": [""], + "Create": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" + ], + "Create a new chart": ["새 차트 생성"], + "Create chart with dataset": [""], + "Create new chart": ["새 차트 생성"], + "Create new filter set": [""], + "Create or select schema...": [""], + "Created": ["생성자"], + "Created On": [""], + "Created by": ["생성자"], + "Created content": ["새 차트 생성"], + "Created on": ["생성자"], + "Creating a data source and creating a new tab": [""], + "Creator": ["생성자"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" + ], + "Cross-filtering is not enabled for this dashboard.": [""], + "Cumulative": [""], + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": ["커스텀 플러그인"], + "Custom Plugins": ["커스텀 플러그인"], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": [""], + "Customize Metrics": [""], + "Cyclic dependency detected": [""], + "D3 Format": ["D3 포멧"], + "D3 format": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" + ], + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": [""], + "DELETE": [""], + "DML": [""], + "Daily seasonality": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["대시보드"], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Dashboard could not be created.": ["대시보드를 생성할 수 없습니다."], + "Dashboard could not be deleted.": ["대시보드를 삭제할 수 없습니다."], + "Dashboard could not be updated.": ["대시보드를 업데이트할 수 없습니다."], + "Dashboard does not exist": ["대시보드가 존재하지 않습니다"], + "Dashboard parameters are invalid.": ["대시보드 인자가 부적절합니다."], + "Dashboard properties": ["대시보드"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" + ], + "Dashboards": ["대시보드"], + "Dashboards could not be deleted.": ["대시보드를 삭제할 수 없습니다."], + "Dashboards do not exist": ["대시보드가 존재하지 않습니다"], + "Data": ["데이터베이스"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" + ], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" + ], + "Data has no time steps": [""], + "Data preview": ["데이터 미리보기"], + "Data refreshed": [""], + "Data type": ["차트 유형"], + "DataFrame include at least one series": [""], + "DataFrame must include temporal column": [""], + "Database": ["데이터베이스"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" + ], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "" + ], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" + ], + "Database URL": ["데이터베이스 URL"], + "Database could not be created.": ["데이터베이스를 생성할 수 없습니다."], + "Database could not be deleted.": ["데이터베이스를 삭제할 수 없습니다."], + "Database could not be updated.": [ + "데이터베이스를 업데이트할 수 없습니다." + ], + "Database does not allow data manipulation.": [""], + "Database does not exist": ["데이터베이스가 존재하지 않습니다"], + "Database does not support subqueries": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" + ], + "Database error": ["데이터베이스"], + "Database is required for alerts": [""], + "Database name": ["데이터소스 명"], + "Database not allowed to change": [""], + "Database not found.": ["데이터베이스를 찾을 수 없습니다."], + "Database parameters are invalid.": [""], + "Databases": ["데이터베이스"], + "Dataframe Index": [""], + "Dataset": ["데이터베이스"], + "Dataset %(name)s already exists": [ + "데이터셋 %(name)s 은 이미 존재합니다" + ], + "Dataset column delete failed.": [""], + "Dataset column not found.": [""], + "Dataset could not be created.": [""], + "Dataset could not be deleted.": [""], + "Dataset could not be updated.": [""], + "Dataset does not exist": ["데이터소스가 존재하지 않습니다"], + "Dataset metric delete failed.": [""], + "Dataset metric not found.": [""], + "Dataset name": ["데이터소스 명"], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": ["데이터베이스"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "Datasets do not contain a temporal column": [""], + "Datasource": ["데이터소스"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [""], + "Date Time Format": [""], + "Date filter": ["테이블 추가"], + "Date/Time": ["시작 시간"], + "Datetime Format": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "" + ], + "Datetime format": [""], + "Day": ["일"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "Deactivate": [""], + "December": [""], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": [""], + "Default Endpoint": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ + "" + ], + "Default Value": [""], + "Default datetime": [""], + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" + ], + "Default value must be set when \"Filter has default value\" is checked": [ + "" + ], + "Default value must be set when \"Filter value is required\" is checked": [ + "" + ], + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" + ], + "Define a function that receives the input and outputs the content for a tooltip": [ + "" + ], + "Define a function that returns a URL to navigate to when user clicks": [ + "" + ], + "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.": [ + "" + ], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "" + ], + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "" + ], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "" + ], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" + ], + "Delete": ["삭제"], + "Delete %s?": ["삭제"], + "Delete Annotation?": ["주석"], + "Delete Database?": ["데이터베이스 선택"], + "Delete Dataset?": [""], + "Delete Layer?": ["삭제"], + "Delete Query?": ["삭제"], + "Delete Template?": ["CSS 템플릿"], + "Delete all Really?": [""], + "Delete annotation": ["주석"], + "Delete dashboard tab?": ["대시보드"], + "Delete database": ["데이터베이스 선택"], + "Delete email report": [""], + "Delete query": ["삭제"], + "Delete template": ["템플릿 불러오기"], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": [""], + "Deleted %(num)d annotation layer": [""], + "Deleted %(num)d chart": [""], + "Deleted %(num)d css template": [""], + "Deleted %(num)d dashboard": [""], "Deleted %(num)d dataset": ["데이터베이스 선택"], + "Deleted %(num)d report schedule": [""], + "Deleted %(num)d saved query": [""], + "Deleted: %s": ["삭제"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" + ], + "Delimited long & lat single column": [""], + "Delimiter": ["구분자"], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Description": ["설명"], + "Description (this can be seen in the list)": [""], + "Description text that shows up below your Big Number": [""], + "Deselect all": ["테이블 선택"], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "" + ], + "Diamond": [""], + "Did you mean:": [""], + "Difference": [""], + "Dim Gray": [""], + "Dimension": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": [""], + "Directional": [""], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" + ], + "Disable embedding?": [""], + "Discrete": [""], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" + ], + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" + ], + "Distribute across": [""], + "Distribution - Bar Chart": [""], + "Divider": [""], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download": [""], + "Download as image": [""], + "Download to CSV": [""], + "Draft": [""], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Duplicate": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" + ], + "Duplicate tab": [""], + "Duration": [""], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "" + ], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "" + ], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "" + ], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "EMAIL_REPORTS_CTA": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edge width": [""], + "Edit": [""], + "Edit CSS": ["CSS 수정"], + "Edit CSS Template": ["CSS 템플릿 편집"], + "Edit CSS template properties": ["CSS 템플릿"], + "Edit Chart": ["차트 수정"], + "Edit Column": ["컬럼 수정"], + "Edit Dashboard": ["대시보드 수정"], + "Edit Database": ["데이터베이스 편집"], + "Edit Dataset ": ["차트 수정"], + "Edit Log": ["로그 수정"], + "Edit Metric": ["메트릭 편집"], + "Edit Plugin": ["플러그인 수정"], + "Edit Report": [""], + "Edit Row level security filter": [""], + "Edit Saved Query": ["저장된 Query 수정"], + "Edit Table": ["테이블 수정"], + "Edit annotation": ["주석"], + "Edit annotation layer": ["주석 레이어"], + "Edit annotation layer properties": ["주석 레이어"], + "Edit chart properties": [""], + "Edit dashboard": [""], + "Edit database": ["차트 수정"], + "Edit dataset": ["차트 수정"], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": [""], + "Edit query": ["저장된 Query 수정"], + "Edit template": ["템플릿 불러오기"], + "Edit template parameters": [""], + "Edit time range": [""], + "Edited": ["테이블 수정"], + "Editing 1 filter:": [""], + "Editing filter set:": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" + ], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" + ], + "Either the username or the password is wrong.": [""], + "Email reports active": [""], + "Embed": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty query?": [""], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Enable Filter Select": [""], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "" + ], + "End": ["끝 시간"], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": ["종료 시간"], + "End angle": [""], + "End date excluded from time range": [""], + "End date must be after start date": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine Parameters": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" + ], + "Enter CA_BUNDLE": [""], + "Enter a delimiter for this data": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [""], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": [""], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Error: permalink state not found": [""], + "Estimate cost": [""], + "Estimate selected query cost": [""], + "Estimate the cost before running a query": [""], + "Event Flow": [""], + "Event definition": [""], + "Event flow": [""], + "Every": [""], + "Evolution": [""], + "Exact": [""], + "Example": [""], + "Examples": [""], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Excel to Database configuration": [""], + "Exclude selected values": [""], + "Executed query": ["저장된 Query 수정"], + "Execution ID": [""], + "Execution log": [""], + "Exit fullscreen": [""], + "Expand": [""], + "Expand all": [""], + "Expand data panel": [""], + "Expand row": [""], + "Expand tool bar": [""], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" + ], + "Experimental": [""], + "Explore": [""], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": [""], + "Export dashboards?": [""], + "Export to .CSV": [""], + "Export to Excel": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": [""], + "Expose this DB in SQL Lab": [""], + "Expression": ["표현식"], + "Extra": [""], + "Extra Controls": [""], + "Extra Parameters": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" + ], + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" + ], + "Extra url parameters for use in Jinja templated queries": [""], + "Extruded": [""], + "FEB": [""], + "FRI": [""], + "Factor to multiply the metric by": [""], + "Fail": ["실패"], + "Failed": ["실패"], + "Failed at retrieving results": [""], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to retrieve advanced type": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": [""], + "Favorites": [""], + "February": [""], + "Fetch Values Predicate": [""], + "Fetch data preview": [""], + "Fetched %s": [""], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": ["CSV 파일"], + "Fill Color": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Filter Configuration": [""], + "Filter List": ["필터"], + "Filter Type": [""], + "Filter box": ["필터"], + "Filter configuration": [""], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": ["필터"], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Filter results": ["검색 결과"], + "Filter set already exists": [""], + "Filter set with this name already exists": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": [""], + "Filterable": [""], + "Filters": ["필터"], + "Filters (%d)": [""], + "Filters by columns": ["컬럼 목록"], + "Filters by metrics": ["필터"], + "Filters configuration": [""], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Fix to selected Time Range": [""], + "Fixed": [""], + "Fixed Color": [""], + "Fixed color": [""], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Force": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Force refresh": [""], + "Force refresh schema list": [""], + "Force refresh table list": [""], + "Forecast periods": [""], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formattable": [""], + "Formatted CSV attached in email": [""], + "Formula": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction between nodes": [""], + "Friday": [""], + "From date cannot be larger than to date": [ + "시작 날짜가 끝 날짜보다 클 수 없습니다" + ], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "GROUP BY": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": [""], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Greater than (>)": [""], + "Grid": [""], + "Grid Size": [""], + "Group By": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "Group By' 와 'Columns' 겹칠 수 없습니다" + ], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": [""], + "Groupable": [""], + "Handlebars": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Header": [""], + "Header Row": [""], + "Heatmap": [""], + "Heatmap Options": [""], + "Height": [""], + "Height of the sparkline": [""], + "Hide Line": [""], + "Hide layer": [""], + "Hide tool bar": [""], + "Hides the Line for the time series": [""], + "Histogram": [""], + "Home": [""], + "Horizon Charts": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hour": ["시"], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" + ], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore cache when generating screenshot": [""], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "Impersonate the logged on user": [""], + "Import": [""], + "Import %s": ["대시보드 가져오기"], + "Import Dashboard(s)": ["대시보드 가져오기"], + "Import Dashboards": ["대시보드 가져오기"], + "Import a table definition": [""], + "Import chart failed for an unknown reason": [ + "차트 불러오기는 알 수 없는 이유로 실패했습니다" + ], + "Import dashboard failed for an unknown reason": [""], + "Import dashboards": ["대시보드 가져오기"], + "Import database failed for an unknown reason": [""], + "Import dataset failed for an unknown reason": [""], + "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.": [ + "" + ], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Index Column": [""], + "Info": ["정보"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["필터"], + "Intensity": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Interval colors": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": [""], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "" + ], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "" + ], + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "" + ], + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": [""], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid state.": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Is dimension": [""], + "Is favorite": [""], + "Is filterable": ["필터"], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], + "Is temporal": [""], + "Is true": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": [""], + "JSON": ["JSON"], + "JSON Metadata": [""], + "JSON metadata": [""], + "JSON metadata is invalid!": [""], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" + ], + "JUL": [""], + "JUN": [""], + "January": [""], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" + ], + "July": [""], + "June": [""], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Key": [""], + "Keys for table": [""], + "Label": ["레이블"], + "Label Line": [""], + "Label for your query": [""], + "Label position": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Last": [""], + "Last Changed": [""], + "Last Modified": ["마지막 수정"], + "Last Updated %s": [""], + "Last available value seen on %s": [""], + "Last modified": ["마지막 수정"], + "Last modified by %s": ["마지막 수정"], + "Last run": [""], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": [""], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" + ], + "Least recently modified": [""], + "Left Axis Format": [""], + "Left Axis Metric": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend": [""], + "Legend Position": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" + ], + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" + ], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Line interpolation as defined by d3.js": [""], + "Line width": [""], + "Linear Color Scheme": [""], + "Linear color scheme": [""], + "Linear interpolation": [""], + "Lines encoding": [""], + "Link Copied!": ["복사됨!"], + "List Saved Query": ["저장된 Query 목록"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": [""], + "Live render": [""], + "Load a CSS template": ["CSS 템플릿 불러오기"], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Loading...": [""], + "Log Scale": [""], + "Log retention": [""], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["로그인"], + "Login with": [""], + "Logout": ["로그아웃"], + "Logs": ["로그"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude and Latitude": [""], + "Longitude of default viewport": [""], + "MAR": [""], + "MAY": [""], + "MON": [""], + "Main Datetime Column": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "" + ], + "Manage": ["관리"], + "Mandatory": [""], + "Mangle Duplicate Columns": [""], + "Manually set min/max values for the y-axis.": [""], + "Map Style": [""], + "MapBox": [""], + "Mapbox": [""], + "March": ["검색"], + "Margin": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Markup type": [""], + "Max": [""], + "Max Bubble Size": [""], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], + "Maximum value on the gauge axis": [""], + "May": ["일"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Medium": [""], + "Menu actions trigger": [""], + "Message content": [""], + "Metadata": [""], + "Metadata Parameters": [""], + "Metadata has been synced": [""], + "Method": [""], + "Metric": ["메트릭"], + "Metric '%(metric)s' does not exist": [ + "메트릭 '%(metric)s' 이 존재하지 않습니다." + ], + "Metric ascending": [""], + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Metric change in value from `since` to `until`": [""], + "Metric descending": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to display bottom title": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metrics": ["메트릭"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Midnight": [""], + "Min": [""], + "Min Width": [""], + "Min periods": [""], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": ["분"], + "Missing dataset": [""], + "Mixed Time-Series": [""], + "Modified": ["수정됨"], + "Modified by": ["수정됨"], + "Modified columns: %s": [""], + "Monday": [""], + "Month": ["달"], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" + ], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" + ], + "Multiplier": [""], + "Must be unique": [""], + "Must choose either a chart or a dashboard": [""], + "Must have a [Group By] column to have 'count' as the [Label]": [""], + "Must have at least one numeric column specified": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My metric": ["메트릭"], + "N/A": [""], + "NOT GROUPED BY": [""], + "NOV": [""], + "NOW": [""], + "Name": ["이름"], + "Name is required": [""], + "Name must be unique": [""], + "Name of table to be created from columnar data.": [""], + "Name of table to be created from excel data.": [""], + "Name of table to be created with CSV file": [""], + "Name of the column containing the id of the parent node": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [""], + "Name of the target nodes": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": [""], + "New chart": ["차트 이동"], + "New columns added: %s": [""], + "New filter set": [""], + "New tab": ["탭 닫기"], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": [""], + "Nightingale Rose Chart": [""], + "No": [""], + "No %s yet": [""], + "No Access!": [""], + "No Data": [""], + "No annotation layers yet": ["주석 레이어"], + "No annotation yet": ["주석 레이어"], + "No charts": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "No compatible schema found": [""], + "No dashboards": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ + "" + ], + "No data in file": ["파일에 데이터가 없습니다"], + "No databases match your search": [""], + "No description available.": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [""], + "No favorite dashboards yet, go click on stars!": [""], + "No filter is selected.": [""], + "No filters are currently added to this dashboard.": [""], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No matching records found": [""], + "No of Bins": [""], + "No recents yet": [""], + "No records found": [""], + "No results found": [""], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" + ], + "No temporal columns found": [""], + "No time columns": [""], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "Node size": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not available": [""], + "Not equal to (≠)": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "Notification method": ["주석 레이어"], + "November": [""], + "Now": [""], "Null or Empty": [""], - "Dataset column not found.": [""], - "Dataset column delete failed.": [""], - "Changing this dataset is forbidden.": [""], - "Dataset %(name)s already exists": [ - "데이터셋 %(name)s 은 이미 존재합니다" + "Null values": [""], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number format": [""], + "Number format string": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": [""], + "OCT": [""], + "OK": [""], + "OVERWRITE": [""], + "October": [""], + "Offline": [""], + "Offset": ["오프셋"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" ], - "Database not allowed to change": [""], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "One or many controls to pivot as columns": [""], + "One or many metrics to display": [""], + "One or more columns already exist": [ + "하나 이상의 칼럼이 이미 존재합니다" + ], + "One or more columns are duplicated": ["하나 이상의 칼럼이 중복됩니다"], "One or more columns do not exist": [ "하나 이상의 칼럼이 존재하지 않습니다" ], - "One or more columns are duplicated": ["하나 이상의 칼럼이 중복됩니다"], - "One or more columns already exist": [ - "하나 이상의 칼럼이 이미 존재합니다" + "One or more metrics already exist": [ + "하나 이상의 메트릭이 이미 존재합니다" + ], + "One or more metrics are duplicated": ["하나 이상의 메트릭이 중복됩니다"], + "One or more metrics do not exist": [ + "하나 이상의 메트릭이 존재하지 않습니다" + ], + "One or more parameters needed to configure a database are missing.": [ + "" + ], + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [""], + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "오직 `SELECT` 구문만 허용됩니다." + ], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": ["오직 하나의 쿼리만 지원됩니다"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "" + ], + "Oops! An error occurred!": [""], + "Opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["데이터소스 명"], + "Open in SQL Lab": ["SQL Lab"], + "Open query in SQL Lab": ["새로운 탭에서 Query실행"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation of bar chart": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original table column order": [""], + "Original value": ["원본 값"], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Overlap": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Override time grain": [""], + "Override time range": [""], + "Overwrite": [""], + "Overwrite & Explore": [""], + "Overwrite Dashboard [%s]": [""], + "Overwrite Duplicate Columns": [""], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [""], + "Owned Created or Favored": [""], + "Owner": [""], + "Owners": [""], + "Owners are invalid": ["소유자가 부적절합니다"], + "Owners is a list of users who can alter the dashboard.": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "" + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [""], + "Pandas resample rule": [""], + "Parallel Coordinates": [""], + "Parameter error": [""], + "Parameters": [""], + "Parameters ": [""], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Diagram": [""], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": [""], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Physical dataset": ["데이터소스 선택"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [""], + "Pick a metric for left axis!": [""], + "Pick a metric for right axis!": [""], + "Pick a metric for x, y and size": [""], + "Pick a metric to display": [""], + "Pick a metric!": [""], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [""], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [""], + "Pick at least one metric": ["적어도 하나의 메트릭을 선택하세요"], + "Pick exactly 2 columns as [Source / Target]": [""], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [""], + "Pie shape": [""], + "Pin": [""], + "Pivot Options": [""], + "Pivot Table": ["피봇 테이블"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": [ + "적어도 하나의 메트릭을 선택하세요" + ], + "Please choose different metrics on left and right axis": [""], + "Please confirm": [""], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [""], + "Please filter set name": [""], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [""], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [""], + "Plot the distance (like flight paths) between origin and destination.": [ + "" ], - "One or more metrics do not exist": [ - "하나 이상의 메트릭이 존재하지 않습니다" + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" ], - "One or more metrics are duplicated": ["하나 이상의 메트릭이 중복됩니다"], - "One or more metrics already exist": [ - "하나 이상의 메트릭이 이미 존재합니다" + "Plugins": ["플러그인"], + "Point Color": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Size": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polygon Encoding": [""], + "Polyline": [""], + "Pop Tab Link": [""], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" ], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Position JSON": [""], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "Dataset parameters are invalid.": [""], - "Dataset could not be created.": [""], - "Dataset could not be updated.": [""], - "Dataset could not be deleted.": [""], - "Dataset(s) could not be bulk deleted.": [""], - "Changing this dataset is forbidden": [""], - "Import dataset failed for an unknown reason": [""], - "Dataset metric not found.": [""], - "Dataset metric delete failed.": [""], - "Original value": ["원본 값"], - "Second": ["초"], - "Minute": ["분"], - "5 minute": ["5분"], - "10 minute": ["10분"], - "15 minute": ["15분"], - "Half hour": ["30분"], - "Hour": ["시"], - "Day": ["일"], - "Week": ["주"], - "Month": ["달"], + "Predictive": [""], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": ["데이터 미리보기"], + "Preview: `%s`": [""], + "Previous": [""], + "Previous Line": [""], + "Primary": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Profile": ["프로필"], + "Profile picture provided by Gravatar": [""], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": [""], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": [""], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], "Quarter": ["분기"], - "Year": ["년"], - "Week starting Sunday": [""], - "Week starting Monday": [""], - "Week ending Saturday": [""], - "Week_ending Sunday": [""], - "Unknown Presto Error": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Query": [""], + "Query %s: %s": [""], + "Query History": ["Query 실행 이력"], + "Query history": ["Query 실행 이력"], + "Query in a new tab": [""], + "Query is too complex and takes too long to run.": [""], + "Query name": ["Query 검색"], + "Query preview": ["데이터 미리보기"], + "Query was stopped": [""], + "Query was stopped.": [""], + "RANGE TYPE": [""], + "RGB Color": [""], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radius in kilometers": [""], + "Radius in meters": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Ranking": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [""], + "Rebuild": [""], + "Recent activity": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Recently edited charts, dashboards, and saved queries will appear here": [ "" ], - "Temporal expression not supported for type: %(col_type)s": [""], - "Deleted %(num)d saved query": [""], - "Saved queries could not be deleted.": [""], - "Saved query not found.": ["저장된 쿼리를 찾을 수 없습니다."], - "Deleted %(num)d report schedule": [""], - "Value must be greater than 0": ["값은 0보다 커야합니다"], - "Alert query returned more than one row. %s rows returned": [""], - "Alert query returned more than one column. %s columns returned": [""], - "Dashboard does not exist": ["대시보드가 존재하지 않습니다"], - "Chart does not exist": ["차트가 존재하지 않습니다"], - "Database is required for alerts": [""], - "Type is required": [""], - "Choose a chart or dashboard not both": [""], - "Report Schedule parameters are invalid.": [""], - "Report Schedule could not be deleted.": [""], + "Recently modified": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recents": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": ["레코드 수"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Referenced columns not available in DataFrame.": [""], + "Refetch results": ["검색 결과"], + "Refresh": ["새로고침 간격"], + "Refresh dashboard": ["대시보드 가져오기"], + "Refresh frequency": [""], + "Refresh interval": ["새로고침 간격"], + "Refresh table list": [""], + "Refresh the default values": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative period": [""], + "Relative quantity": [""], + "Remind me in 24 hours": [""], + "Remove": [""], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": ["Query 로그 삭제"], + "Remove table preview": [""], + "Removed columns: %s": [""], + "Rename tab": [""], + "Rendering": [""], + "Replace": ["바꾸기"], "Report Schedule could not be created.": [""], + "Report Schedule could not be deleted.": [""], "Report Schedule could not be updated.": [""], - "Report Schedule not found.": [""], "Report Schedule delete failed.": [""], - "Report Schedule log prune failed.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], "Report Schedule execution failed when generating a screenshot.": [""], "Report Schedule execution got an unexpected error.": [""], "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule log prune failed.": [""], + "Report Schedule not found.": [""], + "Report Schedule parameters are invalid.": [""], "Report Schedule reached a working timeout.": [""], - "Alert query returned more than one row.": [""], - "Alert validator config error.": [""], - "Alert query returned more than one column.": [""], - "Alert query returned a non-number value.": [""], - "Alert found an error while executing a query.": [""], - "A timeout occurred while executing the query.": [""], - "A timeout occurred while taking a screenshot.": [""], - "Alert fired during grace period.": [""], - "Alert ended grace period.": [""], - "Alert on grace period": [""], - "Report Schedule sellenium user not found": [""], "Report Schedule state not found": [""], + "Report failed": [""], + "Report name": ["차트 유형"], + "Report schedule": [""], + "Report schedule client error": [""], + "Report schedule system error": [""], "Report schedule unexpected error": [""], - "Changing this report is forbidden": [""], - "An error occurred while pruning logs ": [""], - "\n Error: %(text)s\n ": [""], - "\n Explore in Superset

\n \n ": [ + "Report sending": [""], + "Report sent": ["대시보드 가져오기"], + "Reports": [""], + "Repulsion strength between nodes": [""], + "Request Permissions": [""], + "Request is incorrect: %(error)s": ["부적절한 요청입니다 : %(error)s"], + "Request is not JSON": [""], + "Request missing data field.": [""], + "Request timed out": [""], + "Required": [""], + "Required control values have been removed": [""], + "Resample": [""], + "Resample method should in ": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset": [""], + "Reset state": [""], + "Resource already has an attached report.": [""], + "Restore Filter": [""], + "Results": ["결과"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n Error: %(text)s\n ": [ + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right": [""], + "Right Axis Format": [""], + "Right Axis chart(s)": [""], + "Right axis metric": [""], + "Right to Left": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role": ["역할"], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "" + ], + "Roles": ["역할"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": ["권한 부여"], + "Rolling Function": [""], + "Rolling Window": [""], + "Rolling function": [""], + "Rolling window": [""], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Round cap": [""], + "Row": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": [""], + "Row limit": [""], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": [""], + "Rule": [""], + "Run": [""], + "Run a query to display query history": [""], + "Run a query to display results": [""], + "Run in SQL Lab": ["SQL Lab"], + "Run query": ["Query 실행"], + "Run query (Ctrl + Return)": [""], + "Run query in a new tab": ["새로운 탭에서 Query실행"], + "Run selection": [""], + "Running": [""], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": [""], + "SEP": [""], + "SHA": [""], + "SQL": [""], + "SQL Copied!": ["복사됨!"], + "SQL Expression": ["SQL 표현식"], + "SQL Lab": ["SQL Lab"], + "SQL Lab View": [""], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": ["Query 저장"], + "SQL expression": [""], + "SQL query": ["Query 저장"], + "SQLAlchemy URI": [""], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "STRING": [""], + "SUN": [""], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": [""], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": [""], + "Save": ["저장"], + "Save & Explore": [""], + "Save & go to dashboard": [""], + "Save (Overwrite)": ["저장된 Query"], + "Save as": [""], + "Save as new": ["다른이름으로 저장"], + "Save as new chart": ["새 차트 생성"], + "Save as:": ["다른이름으로 저장"], + "Save chart": ["차트 보기"], + "Save dashboard": ["대시보드 저장"], + "Save for this session": [""], + "Save or Overwrite Dataset": [""], + "Save query": ["Query 저장"], + "Save the query to enable this feature": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["저장"], + "Saved Queries": ["저장된 Query"], + "Saved metric": ["저장된 Query"], + "Saved queries": ["저장된 Query"], + "Saved queries could not be deleted.": [""], + "Saved query not found.": ["저장된 쿼리를 찾을 수 없습니다."], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": [""], + "Schedule query": ["Query 공유"], + "Schedule settings": ["Query 공유"], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": [""], + "Schema": ["스키마"], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["검색"], + "Search / Filter": [""], + "Search Metrics & Columns": [""], + "Search all filter options": [""], + "Search by query text": [""], + "Search...": ["검색"], + "Second": ["초"], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": ["보안"], + "Secure extra": ["보안"], + "Security": ["보안"], + "Security & Access": [""], + "See all %(tableName)s": [""], + "See less": [""], + "See more": [""], + "See table schema": ["테이블 선택"], + "Select ...": [""], + "Select Delivery Method": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a database table and create dataset": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a file to be uploaded to the database": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": [""], + "Select aggregate options": [""], + "Select any columns for metadata inspection": [""], + "Select color scheme": [""], + "Select database or type to search databases": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select operator": [""], + "Select or type a value": [""], + "Select or type dataset name": [""], + "Select owners": [""], + "Select schema or type to search schemas": [""], + "Select start and end date": ["데이터베이스 선택"], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": [""], + "Sequential": [""], + "Series": [""], + "Series Height": [""], + "Series Limit Sort By": [""], + "Series Limit Sort Descending": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": ["새로고침 간격"], + "Set filter mapping": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ "" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Settings": [""], + "Settings for time series": [""], + "Share": ["Query 공유"], + "Share chart by email": [""], + "Share permalink by email": [""], + "Shared query": ["Query 공유"], + "Sheet Name": ["테이블 명"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "%(dialect)s cannot be used as a data source for security reasons.": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Explore in Superset

": [""], - "\n Explore in Superset

\n \n ": [ + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "%(name)s.csv": [""], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Show": [""], + "Show CREATE VIEW statement": [""], + "Show CSS Template": ["CSS 템플릿 보기"], + "Show Chart": ["차트 보기"], + "Show Column": ["컬럼 보기"], + "Show Dashboard": ["대시보드 보기"], + "Show Database": ["데이터베이스 보기"], + "Show Less...": [""], + "Show Log": ["컬럼 보기"], + "Show Markers": [""], + "Show Metric": ["메트릭 보기"], + "Show Row level security filter": [""], + "Show Saved Query": ["저장된 Query 보기"], + "Show Table": ["테이블 보기"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ "" ], - "[Alert] %(label)s": [""], - "New": [""], - "SQL Query": ["Query 저장"], - "Chart": ["차트"], - "Dashboard": ["대시보드"], - "Profile": ["프로필"], - "Info": ["정보"], - "Logout": ["로그아웃"], - "Login": ["로그인"], - "Record Count": ["레코드 수"], - "No records found": [""], - "Filter List": ["필터"], - "Search": ["검색"], - "Refresh": ["새로고침 간격"], - "Import dashboards": ["대시보드 가져오기"], - "Import Dashboard(s)": ["대시보드 가져오기"], - "File": ["CSV 파일"], - "Choose File": ["CSV 파일"], - "Upload": ["CSV 업로드"], - "No Access!": [""], - "You do not have permissions to access the datasource(s): %(name)s.": [ + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "Request Permissions": [""], - "Cancel": ["취소"], - "Use the edit buttom to change this field": [""], - "Test Connection": ["연결 테스트"], - "[Superset] Access to the datasource %(name)s was granted": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Referenced columns not available in DataFrame.": [""], - "Column referenced by aggregate is undefined: %(column)s": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Invalid numpy function: %(operator)s": [""], - "Pivot operation requires at least one index": [""], - "Pivot operation must include at least one aggregate": [""], - "Undefined window for rolling operation": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid options for %(rolling_type)s: %(options)s": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid geohash string": [""], - "Invalid longitude/latitude": [""], - "Invalid geodetic string": [""], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "`rename_columns` must have the same length as `columns`.": [""], - "`fbprophet` package not installed": [""], - "Time grain missing": [""], - "Unsupported time grain: %(time_grain)s": [""], - "Periods must be a positive integer value": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [""], - "DataFrame must include temporal column": [""], - "DataFrame include at least one series": [""], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ "" ], - "User": ["사용자"], - "User Roles": ["사용자 권한"], - "Database URL": ["데이터베이스 URL"], - "Roles to grant": ["권한 부여"], - "Created On": [""], - "List Observations": ["사용자 목록"], - "Show Observation": [""], - "Error Message": ["에러 메시지"], - "Log Retentions (days)": ["로그 삭제주기 (일)"], - "A semicolon ';' delimited list of email addresses": [""], - "How long to keep the logs around for this alert": [""], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ "" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ "" ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ "" ], - "annotation start time or end time is required.": [""], - "Annotation end time must be no earlier than start time.": [""], - "Annotations": ["주석"], - "Show Annotation": ["주석 보기"], - "Add Annotation": ["주석 추가"], - "Edit Annotation": ["주석 편집"], - "Layer": [""], - "Label": ["레이블"], - "Start": ["시작 시간"], - "End": ["끝 시간"], - "JSON Metadata": [""], - "Show Annotation Layer": ["주석 레이어"], - "Add Annotation Layer": [""], - "Edit Annotation Layer": ["주석 레이어"], - "Name": ["이름"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ "" ], - "json isn't valid": [""], - "Export to YAML": [""], - "Export to YAML?": [""], - "Delete": ["삭제"], - "Delete all Really?": [""], - "Is favorite": [""], - "The data source seems to have been deleted": [""], - "The user seems to have been deleted": [""], - "Access was requested": [""], - "The access requests seem to have been deleted": [""], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Showing %s of %s": [""], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "You have no permission to approve this request": [""], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Skip spaces after delimiter": [""], + "Slug": [""], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ + "Solid": [""], + "Some roles do not exist": ["몇몇 역할이 존재하지 않습니다"], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Sorry, An error occurred": [""], + "Sorry, an error occurred": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, there was an error saving this %s: %s": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "Sorry, your browser does not support copying.": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "Sort": [""], + "Sort Descending": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": [""], + "Sort bars by x labels.": [""], + "Sort by": [""], + "Sort columns alphabetically": [""], + "Sort columns by": [""], + "Sort descending": [""], + "Sort metric": ["메트릭"], + "Sort rows by": [""], + "Sort series in ascending order": [""], + "Source": [""], + "Source SQL": [""], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Split number": [""], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["시작 시간"], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ "" ], - "[Missing Dataset]": [""], - "You don't have the rights to ": [""], - "alter this ": [""], - "chart": [""], - "create a ": [""], - "Explore - %(table)s": [""], - "Explore": [""], - "Chart [{}] has been saved": [""], - "Chart [{}] has been overwritten": [""], - "dashboard": ["대시보드"], - "Chart [{}] was added to dashboard [{}]": [""], - "Dashboard [{}] just got created and chart [{}] was added to it": [""], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "State": ["상태"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["상태"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "Could not load database driver: %(driver_name)s": [""], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Stop": ["중지"], + "Stop query": ["Query 저장"], + "Stop running (Ctrl + e)": [""], + "Stop running (Ctrl + x)": [""], + "Stopped an unsafe database connection": [""], + "Stream": [""], + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Stroke Width": [""], + "Structural": [""], + "Style": [""], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": [""], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": [""], + "Sunday": [""], + "Superset Chart": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Superset 튜토리얼"], + "Superset dashboard": ["대시보드 저장"], + "Superset encountered an error while running a command.": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Chart %(id)s not found": [""], + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Symbol size": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "TEMPORAL X-AXIS": [""], + "TEMPORAL_RANGE": [""], + "THU": [""], + "TUE": [""], + "Tab name": ["테이블 명"], + "Tab title": [""], + "Table": ["테이블"], "Table %(table)s wasn't found in the database %(db)s": [""], - "Can't find User '%(name)s', please ask your admin to create one.": [""], - "Can't find DruidCluster with cluster_name = '%(name)s'": [""], - "Data could not be deserialized. You may want to re-run the query.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Table Exists": ["테이블 존재"], + "Table Name": ["테이블 명"], + "Table View": ["테이블 뷰"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ "" ], - "Query record was not created as expected.": [""], - "The parameter %(parameters)s in your query is undefined.": [""], - "%(user)s's profile": [""], - "Show CSS Template": ["CSS 템플릿 보기"], - "Add CSS Template": ["CSS 템플릿 추가"], - "Edit CSS Template": ["CSS 템플릿 편집"], - "Template Name": ["템플릿 명"], - "Request missing data field.": [""], - "Duplicate column name(s): %(columns)s": [""], - "A human-friendly name": [""], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Table loading": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": ["테이블 명이 정해지지 않았습니다"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Tables": ["테이블"], + "Tabs": [""], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "Custom Plugins": ["커스텀 플러그인"], - "Custom Plugin": ["커스텀 플러그인"], - "Add a Plugin": ["플러그인 추가"], - "Edit Plugin": ["플러그인 수정"], - "Schedule Email Reports for Dashboards": ["대시보드에 차트 추가"], - "Manage Email Reports for Dashboards": ["대시보드 가져오기"], - "Changed On": [""], - "Active": [""], - "Crontab": [""], - "Recipients": [""], - "Slack Channel": [""], - "Deliver As Group": [""], - "Delivery Type": [""], - "Schedule Email Reports for Charts": [""], - "Manage Email Reports for Charts": [""], - "Email Format": [""], - "List Saved Query": ["저장된 Query 목록"], - "Show Saved Query": ["저장된 Query 보기"], - "Add Saved Query": ["저장된 Query 추가"], - "Edit Saved Query": ["저장된 Query 수정"], - "End Time": ["종료 시간"], - "Pop Tab Link": [""], - "Changed on": [""], - "The dataset associated with this chart no longer exists": [""], - "Could not determine datasource type": [""], - "Could not find viz object": [""], - "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.": [ + "Target aspect ratio for treemap tiles.": [""], + "Template Name": ["템플릿 명"], + "Template parameters": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ "" ], - "Last Modified": ["마지막 수정"], - "Parameters": [""], - "Visualization Type": ["시각화 유형"], - "Show Dashboard": ["대시보드 보기"], - "Add Dashboard": ["대시보드 추가"], - "Edit Dashboard": ["대시보드 수정"], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "Test Connection": ["연결 테스트"], + "Test connection": [""], + "Text": [""], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ "" ], "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.": [""], - "Roles is a list which defines access to the dashboard. These roles are always applied in addition to restrictions on dataset level access. If no roles defined then the dashboard is available to all roles.": [ - "" - ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "" ], - "Title": ["제목"], - "Slug": [""], - "Published": [""], - "Position JSON": [""], - "CSS": [""], - "Underlying Tables": [""], - "Export": [""], - "Export dashboards?": [""], - "Name of table to be created from csv data.": [""], - "CSV File": ["CSV 파일"], - "Select a CSV file to be uploaded to a database.": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Specify a schema (if database flavor supports this).": [""], - "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).": [ + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ "" ], - "Fail": ["실패"], - "Replace": ["바꾸기"], - "Append": [""], - "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.": [ + "The access requests seem to have been deleted": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ "" ], - "Index Column": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "The chart does not exist": ["차트가 존재하지 않습니다"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ "" ], - "Mangle Duplicate Columns": [""], - "Specify duplicate columns as \"X.0, X.1\".": [""], - "Skip Initial Space": [""], - "Skip spaces after delimiter.": [""], - "Skip Rows": [""], - "Number of rows to skip at start of file.": [""], - "Rows to Read": [""], - "Number of rows of file to read.": [""], - "Skip Blank Lines": [""], - "Skip blank lines rather than interpreting them as NaN values.": [""], - "Parse Dates": [""], - "A comma separated list of columns that should be parsed as dates.": [""], - "Infer Datetime Format": [""], - "Use Pandas to interpret the datetime format automatically.": [""], - "Decimal Character": [""], - "Character to interpret as decimal point.": [""], - "Dataframe Index": [""], - "Write dataframe index as a column.": [""], - "Column Label(s)": [""], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [""], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "Null values": [""], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "The column header label": [""], + "The column was deleted or renamed in the database.": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Name of table to be created from excel data.": [""], - "Excel File": [""], - "Select a Excel file to be uploaded to a database.": [""], - "Sheet Name": ["테이블 명"], - "Strings used for sheet names (default is the first sheet).": [""], - "Show Database": ["데이터베이스 보기"], - "Add Database": ["데이터베이스 추가"], - "Edit Database": ["데이터베이스 편집"], - "Expose this DB in SQL Lab": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "The dashboard has been saved": [""], + "The data source seems to have been deleted": [""], + "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.": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [""], - "Allow CREATE VIEW AS option in SQL Lab": [""], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ "" ], - "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.": [ + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "The dataset has been saved": [""], + "The dataset linked to this chart may have been deleted.": [""], + "The datasource couldn't be loaded": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "The distance between cells, in pixels": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ "" ], - "Expose in SQL Lab": [""], - "Allow CREATE TABLE AS": [""], - "Allow CREATE VIEW AS": [""], - "Allow DML": ["DML 허용"], - "CTAS Schema": [""], - "SQLAlchemy URI": [""], - "Chart Cache Timeout": [""], - "Secure Extra": ["보안"], - "Root certificate": [""], - "Async Execution": [""], - "Impersonate the logged on user": [""], - "Allow Csv Upload": [""], - "Allow Multi Schema Metadata Fetch": [""], - "Backend": [""], - "Extra field cannot be decoded by JSON. %(msg)s": [""], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "" ], - "CSV to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "The host might be down, and can't be reached on the provided port.": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": [""], + "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'": [ "" ], - "Excel to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ "" ], - "Logs": ["로그"], - "Show Log": ["컬럼 보기"], - "Add Log": ["로그 추가"], - "Edit Log": ["로그 수정"], - "Action": ["활동"], - "dttm": ["날짜/시간"], - "Add item": ["테이블 추가"], - "The query couldn't be loaded": [""], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "Your query could not be scheduled": [""], - "Failed at retrieving results": [""], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "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": [ "" ], - "Unknown error": ["알 수 없는 에러"], - "Query was stopped.": [""], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "Copy of %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "" ], - "An error occurred while fetching tab state": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" ], - "An error occurred while hiding the left bar. Please contact your administrator.": [ + "The number of seconds before expiring the cache": [""], + "The object does not exist in the given database.": [""], + "The parameter %(parameters)s in your query is undefined.": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while removing tab. Please contact your administrator.": [ + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "The pattern of timestamp format. For strings use ": [""], + "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.": [ "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ "" ], - "Your query was saved": [""], - "Your query could not be saved": [""], - "Your query was updated": [""], - "Your query could not be updated": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "The port is closed.": [""], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": [""], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "An error occurred while fetching table metadata": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ + "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.": [ "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "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": [ "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "The report has been created": [""], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "The rich tooltip shows a list of all series for that point in time": [ "" ], - "Shared query": ["Query 공유"], - "The datasource couldn't be loaded": [""], - "An error occurred while creating the data source": [""], - "An error occurred while fetching function names.": [""], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Estimate selected query cost": [""], - "Estimate cost": [""], - "Cost estimate": [""], - "Creating a data source and creating a new tab": [""], - "An error occurred": [""], - "Explore the result set in the data exploration view": [""], - "This query took %s seconds to run, ": [""], - "and the explore view times out at %s seconds ": [""], - "following this flow will most likely lead to your query timing out. ": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "We recommend your summarize your data further before following that flow. ": [ + "The schema was deleted or renamed in the database.": [""], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ "" ], - "If activated you can use the ": [""], - "feature to store a summarized data set that you can then explore.": [""], - "Column name(s) ": [""], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Source SQL": [""], - "Raw SQL": [""], - "SQL": [""], - "No query history yet...": ["Query 실행 이력이 없습니다."], - "An error occurred when refreshing queries": [""], - "It seems you don't have access to any database": [""], - "Filter by user": ["필터"], - "Filter by database": ["데이터베이스 선택"], - "Query search string": ["Query 검색"], - "[From]-": [""], - "[To]-": [""], - "Filter by status": ["필터"], - "Edit": [""], - "View results": ["결과"], - "Data preview": ["데이터 미리보기"], - "Overwrite text in the editor with a query on this table": [""], - "Run query in a new tab": ["새로운 탭에서 Query실행"], - "Remove query from log": ["Query 로그 삭제"], - "An error occurred saving dataset": [""], - "Download to CSV": [""], - "Copy to Clipboard": [""], - "Filter results": ["검색 결과"], - "%s rows returned": [""], - "It appears that the number of rows in the query results displayed\n was limited on the server side to\n the %s limit.": [ + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Query was stopped": [""], - "Database error": ["데이터베이스"], - "was created": [""], - "Query in a new tab": [""], - "The query returned no data": [""], - "Fetch data preview": [""], - "Refetch results": ["검색 결과"], - "Track job": [""], - "Stop": ["중지"], - "Run selection": [""], - "Run": [""], - "Stop running (Ctrl + x)": [""], - "Stop running (Ctrl + e)": [""], - "Run query (Ctrl + Return)": [""], - "Save & Explore": [""], - "Overwrite & Explore": [""], - "Undefined": [""], - "Save": ["저장"], - "Save as": [""], - "Save query": ["Query 저장"], - "Save as new": ["다른이름으로 저장"], - "Update": [""], - "Label for your query": [""], - "Write a description for your query": [""], - "Schedule query": ["Query 공유"], - "Schedule": [""], - "There was an error with your request": [""], - "Please save the query to enable sharing": [""], - "Copy link": [""], - "Copy query link to your clipboard": ["클립보드에 복사하기"], - "Save the query to enable this feature": [""], - "No stored results found, you need to re-run your query": [""], - "Run a query to display results here": [""], - "Preview: `%s`": [""], - "Results": ["결과"], - "Query history": ["Query 실행 이력"], - "Run query": ["Query 실행"], - "New tab": ["탭 닫기"], - "Untitled query": ["Query 공유"], - "Stop query": ["Query 저장"], - "Schedule the query periodically": [""], - "You must run the query successfully first": [""], - "Autocomplete": [""], - "CREATE TABLE AS": [""], - "CREATE VIEW AS": [""], - "Estimate the cost before running a query": [""], - "Reset state": [""], - "Enter a new title for the tab": [""], - "Untitled Query %s": [""], - "Close tab": ["탭 닫기"], - "Rename tab": [""], - "Expand tool bar": [""], - "Hide tool bar": [""], - "Close all other tabs": [""], - "Duplicate tab": [""], - "New tab (Ctrl + q)": [""], - "New tab (Ctrl + t)": [""], - "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 the clipboard": ["클립보드에 복사하기"], - "Show CREATE VIEW statement": [""], - "CREATE VIEW statement": [""], - "Remove table preview": [""], - "Edit template parameters": [""], - "Invalid JSON": [""], - "Create a new chart": ["새 차트 생성"], - "Choose a dataset": ["데이터소스 선택"], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ + "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.": [ "" ], - "Choose a visualization type": ["시각화 유형 선택"], - "Create new chart": ["새 차트 생성"], - "An error occurred while loading the SQL": [""], - "every": [""], - "every month": ["월"], - "every day of the month": [""], - "day of the month": [""], - "every day of the week": [""], - "day of the week": [""], - "every hour": ["1시간"], - "every minute UTC": [""], - "year": ["년"], - "month": ["월"], - "week": ["주"], - "day": ["일"], - "hour": ["시간"], - "minute": ["분"], - "reboot": [""], - "Every": [""], - "in": [""], - "on": [""], - "and": [""], - "at": [""], - ":": [""], - "minute(s) UTC": ["5분"], - "Invalid cron expression": [""], - "Clear": [""], - "Sunday": [""], - "Monday": [""], - "Tuesday": [""], - "Wednesday": [""], - "Thursday": [""], - "Friday": [""], - "Saturday": [""], - "January": [""], - "February": [""], - "March": ["검색"], - "April": [""], - "May": ["일"], - "June": [""], - "July": [""], - "August": [""], - "September": [""], - "October": [""], - "November": [""], - "December": [""], - "SUN": [""], - "MON": [""], - "TUE": [""], - "WED": [""], - "THU": [""], - "FRI": [""], - "SAT": [""], - "JAN": [""], - "FEB": [""], - "MAR": [""], - "APR": [""], - "MAY": [""], - "JUN": [""], - "JUL": [""], - "AUG": [""], - "SEP": [""], - "OCT": [""], - "NOV": [""], - "DEC": [""], - "OK": [""], - "Certified by %s": [""], - "Error while fetching schema list": [""], - "Error while fetching database list": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The table was deleted or renamed in the database.": [""], + "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": [ + "" + ], + "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`": [ + "" ], - "Database:": ["데이터베이스"], - "Select a database": ["데이터베이스 선택"], - "Force refresh schema list": [""], - "Select a schema (%s)": [""], - "Schema:": ["스키마"], - "datasource": ["데이터소스"], - "schema": ["스키마"], - "Click to see difference": [""], - "Altered": [""], - "Chart changes": [""], - "Superset chart": ["Superset 튜토리얼"], - "Check out this chart in dashboard:": [""], - "Select ...": [""], - "Loaded data cached": [""], - "Loaded from cache": [""], - "Click to force-refresh": [""], - "cached": [""], - "Copy to clipboard": ["클립보드에 복사하기"], - "Copied to clipboard!": [""], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], - "delete": ["삭제"], - "Type \"%s\" to confirm": [""], - "DELETE": [""], - "Click to edit": ["클릭하여 제목 수정하기"], - "You don't have the rights to alter this title.": [""], - "Unexpected error": [""], - "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": [""], - "%s Error": ["%s 에러"], - "See more": [""], - "See less": [""], - "Copy message": [""], - "Close": [""], - "This was triggered by:": [""], - "Did you mean:": [""], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": [""], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "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`": [ "" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ + "" + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [""], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [""], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "The width of the lines": [""], + "There are associated alerts or reports": [ + "관련된 알람이나 리포트가 있습니다" + ], + "There are associated alerts or reports: %s,": [""], + "There are no charts added to this dashboard": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [""], + "There are unsaved changes.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "Timeout error": [""], - "Click to favorite/unfavorite": [""], - "Cell content": [""], - "The import was successful": [""], - "OVERWRITE": [""], - "Overwrite": [""], - "Import": [""], - "Import %s": ["대시보드 가져오기"], - "Last Updated %s": [""], - "Sort:": [""], - "%s Selected": [""], - "Deselect all": ["테이블 선택"], - "No Data": [""], - "%s-%s of %s": [""], - "Settings": [""], - "About": [""], - "SQL query": ["Query 저장"], - "Error while fetching table list": [""], - "Select table or type table name": [""], - "Type to search ...": [""], - "Select table ": ["테이블 선택"], - "Force refresh table list": [""], - "See table schema": ["테이블 선택"], - "%s%s": [""], "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "Can not move top level tab into nested tabs": [""], - "This chart has been moved to a different filter scope.": [""], + "There was an error fetching tables": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an error loading the dataset metadata": [""], + "There was an error loading the schemas": [""], + "There was an error loading the tables": [""], + "There was an error saving the favorite status: %s": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [""], + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [""], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue deleting the selected layers: %s": [""], + "There was an issue deleting the selected queries: %s": [""], + "There was an issue deleting the selected templates: %s": [""], + "There was an issue deleting: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating the selected datasets: %s": [""], + "There was an issue favoriting this dashboard.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], "There was an issue fetching the favorite status of this dashboard.": [ "" ], - "There was an issue favoriting this dashboard.": [""], - "This dashboard is now ${nowPublished}": [""], - "You do not have permissions to edit this dashboard.": [""], - "This dashboard was saved successfully.": [""], - "Could not fetch all saved charts": [""], - "Sorry there was an error fetching saved charts: ": [""], - "Visualization": ["시각화 유형"], - "Data source": ["데이터소스"], - "Added": [""], - "Components": [""], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "There was an issue previewing the selected query %s": [""], + "There was an issue previewing the selected query. %s": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "" ], - "Color scheme": [""], - "Load a template": ["템플릿 불러오기"], - "Load a CSS template": ["CSS 템플릿 불러오기"], - "Live CSS editor": [""], - "You have unsaved changes.": [""], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "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.": [ "" ], - "Your dashboard is too large. Please reduce the size before save it.": [ + "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.": [ "" ], - "Discard changes": [""], - "Edit dashboard": [""], - "An error occurred while fetching available CSS templates": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [""], + "This action will permanently delete the saved query.": [""], + "This action will permanently delete the template.": [""], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" ], - "Superset dashboard": ["대시보드 저장"], - "Check out this dashboard: ": [""], - "Copy dashboard URL": [""], - "Share dashboard by email": [""], - "Refresh dashboard": ["대시보드 가져오기"], - "Set auto-refresh interval": ["새로고침 간격"], - "Set filter mapping": [""], - "Edit dashboard properties": ["대시보드 수정"], - "Edit CSS": ["CSS 수정"], - "Download as image": [""], - "Toggle fullscreen": [""], - "There is no chart definition associated with this component, could it have been deleted?": [ + "This chart emits/applies cross-filters to other charts that use the same dataset": [ "" ], - "Delete this container and save to remove this message.": [""], - "An error has occurred": [""], - "You do not have permission to edit this dashboard": [""], - "A valid color scheme is required": [""], - "The dashboard has been saved": [""], - "Access": [""], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "Colors": [""], - "Apply": [""], - "Dashboard properties": ["대시보드"], - "Basic information": [""], - "URL slug": [""], - "A readable URL for your dashboard": [""], - "Advanced": [""], - "JSON metadata": [""], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" + ], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" + ], + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "" + ], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "" ], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "" + ], + "This dashboard is now published": [""], "This dashboard is published. Click to make it a draft.": [""], - "Draft": [""], - "Don't refresh": [""], - "10 seconds": ["10초"], - "30 seconds": ["30초"], - "1 minute": ["1분"], - "5 minutes": ["5분"], - "30 minutes": ["30분"], - "1 hour": ["1시간"], - "6 hours": ["6시간"], - "12 hours": ["12시간"], - "24 hours": ["24시간"], - "Refresh interval": ["새로고침 간격"], - "Refresh frequency": [""], - "Are you sure you want to proceed?": [""], - "Save for this session": [""], - "You must pick a name for the new dashboard": [""], - "Save dashboard": ["대시보드 저장"], - "Overwrite Dashboard [%s]": [""], - "Save as:": ["다른이름으로 저장"], - "[dashboard name]": [""], - "also copy (duplicate) charts": [""], - "Filter your charts": [""], - "Annotation layers are still loading.": [""], - "One ore more annotation layers failed loading.": [""], - "Emitted values": [""], - "Cached %s": [""], - "Fetched %s": [""], - "Minimize chart": ["차트 이동"], - "Maximize chart": ["차트 이동"], - "Force refresh": [""], - "Toggle chart description": [""], - "View chart in Explore": [""], - "Copy chart URL": [""], - "Share chart by email": [""], - "Export CSV": ["CSV 내보내기"], - "Cross-filter scoping": [""], - "Cross Filter Scoping": [""], - "Applied Cross Filters (%d)": [""], - "Applied Filters (%d)": [""], - "Incompatible Filters (%d)": [""], - "Unset Filters (%d)": [""], - "Search...": ["검색"], - "No filter is selected.": [""], - "Editing 1 filter:": [""], - "Batch editing %d filters:": [""], - "Configure filter scopes": [""], - "There are no filters in this dashboard.": [""], - "Expand all": [""], - "Collapse all": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" + ], + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" + ], + "This dashboard was saved successfully.": [""], + "This database is managed externally, and can't be edited in Superset": [ + "" + ], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "" + ], + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [""], + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "" + ], + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" + ], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "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": [ + "" + ], "This markdown component has an error.": [""], "This markdown component has an error. Please revert your recent changes.": [ "" ], - "Delete dashboard tab?": ["대시보드"], - "Divider": [""], - "Header": [""], - "Row": [""], - "Tabs": [""], - "Preview": ["데이터 미리보기"], - "Sorry, your browser does not support copying.": [""], - "Sorry, something went wrong. Try again later.": [""], - "Select parent filters": ["필터"], - "Clear all": [""], - "All Filters (${filterValues.length})": [""], - "Filter Sets (${filterSetFilterValues.length})": [""], - "Cannot load filter": [""], - "Check configuration": [""], - "Editing filter set:": [""], - "Filter set with this name already exists": [""], - "Filter set already exists": [""], - "This filter set is identical to: \"%s\"": [""], - "Remove invalid filters": [""], - "Rebuild": [""], - "New filter set": [""], - "Filters (%d)": [""], - "This filter doesn't exist in dashboard. It will not be applied.": [""], - "Filter metadata changed in dashboard. It will not be applied.": [""], - "None": [""], - "Please filter set name": [""], - "Create": [""], - "Create new filter set": [""], - "Add filter": ["테이블 추가"], - "(Removed)": [""], - "Undo?": [""], - "New filter": [""], - "Filters configuration and scoping": [""], - "Default Value": [""], - "Filter name": ["필터"], - "Name is required": [""], - "Filter Type": [""], - "Datasource is required": ["데이터소스"], - "Parent filter": ["필터"], - "Apply changes instantly": [""], - "You have removed this filter.": [""], - "Restore Filter": [""], - "Scoping": [""], - "Apply to all panels": [""], - "Apply to specific panels": [""], - "Only selected panels will be affected by this filter": [""], - "All panels with this column will be affected by this filter": [""], - "Yes, cancel": [""], - "Keep editing": [""], - "Are you sure you want to cancel?": [""], - "will not be saved.": [""], - "All filters": ["필터"], - "All charts": ["차트 추가"], - "Tab title": [""], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "" + ], + "This section contains options that allow for advanced analytical post processing of query results": [ + "" + ], + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" + ], + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": ["시각화 유형 선택"], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": [""], + "Time": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time Lag": [""], + "Time Range": [""], + "Time Series - Bar Chart": [""], + "Time Series - Dual Axis Line Chart": [""], + "Time Series - Line Chart": [""], + "Time Series - Multiple Line Charts": [""], + "Time Series - Nightingale Rose Chart": [""], + "Time Series - Paired t-test": [""], + "Time Series - Percent Change": [""], + "Time Series - Period Pivot": [""], + "Time Series - Stacked": [""], + "Time Shift": [""], + "Time Table View": ["시간 테이블 뷰"], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["컬럼 수정"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "dataset": [""], - "Change dataset": ["데이터소스 선택"], - "Warning!": [""], - "Search / Filter": [""], - "Physical (table or view)": [""], - "Virtual (SQL)": [""], - "SQL expression": [""], - "Data type": ["차트 유형"], - "Datetime format": [""], - "The pattern of timestamp format. For strings use ": [""], - "Python datetime string pattern": [""], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "Time grain": [""], + "Time grain filter plugin": [""], + "Time grain missing": [""], + "Time granularity": [""], + "Time in seconds": ["10초"], + "Time lag": [""], + "Time range": [""], + "Time related form attributes": [""], + "Time series columns": ["컬럼 수정"], + "Time shift": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Is dimension": [""], - "Is filterable": ["필터"], - "Modified columns: %s": [""], - "Removed columns: %s": [""], - "New columns added: %s": [""], - "Metadata has been synced": [""], - "Column name [%s] is duplicated": [""], - "Metric name [%s] is duplicated": [""], - "Calculated column [%s] requires an expression": [""], - "Basic": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ "" ], - "Autocomplete filters": [""], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": [""], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "" ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "Time-series Period Pivot": [""], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "Owners of the dataset": [""], - "Cache timeout": [""], - "The duration of time in seconds before the cache is invalidated": [""], - "Hours offset": [""], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "Spatial": [""], - "virtual": [""], - "Dataset name": ["데이터소스 명"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": [""], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Time-series Table": ["시계열 테이블"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "Click the lock to make changes.": [""], - "Click the lock to prevent further changes.": [""], - "D3 format": [""], - "Certified by": ["수정됨"], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": [""], - "Warning": [""], - "Optional warning about use of this metric": [""], - "Be careful.": [""], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Timeout error": [""], + "Timestamp format": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [""], + "Timezone selector": [""], + "Title": ["제목"], + "Title or Slug": [""], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [""], + "Tooltip": [""], + "Tooltip time format": [""], + "Top right": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": [""], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["트리맵"], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Source": [""], - "Sync columns from source": [""], - "Calculated columns": ["컬럼 목록"], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "Are you sure you want to save and apply changes?": [""], - "Confirm save": [""], - "Edit Dataset ": ["차트 수정"], - "Use legacy datasource editor": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Group by": [""], - "One or many controls to group by": [""], - "One or many metrics to display": [""], - "Dataset": ["데이터베이스"], - "Visualization type": ["시각화 유형"], - "The type of visualization to display": [""], - "Fixed color": [""], - "Use this to define a static color for all circles": [""], - "Right axis metric": [""], - "Choose a metric for right axis": [""], - "Linear color scheme": [""], - "Color metric": [""], - "A metric to use for color": [""], - "One or many controls to pivot as columns": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": [""], + "Type": ["타입"], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": [""], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": [""], + "UI Configuration": [""], + "URL": [""], + "URL Parameters": [""], + "URL parameters": [""], + "URL slug": [""], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "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`": [ + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ "" ], - "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": [ + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "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.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Last week": ["주"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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).": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Sort by": [""], - "Metric used to define the top series": [""], - "Series": [""], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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": [""], - "Y Axis Format": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "The color scheme for rendering chart": [""], - "Color map": [""], - "description": [""], - "bolt": [""], - "Changing this control takes effect instantly": [""], - "Customize": [""], - "rows retrieved": [""], - "Sorry, An error occurred": [""], - "No data": [""], - "View samples": [""], - "New chart": ["차트 이동"], - "Edit properties": [""], - "View query": ["Query 공유"], - "Run in SQL Lab": ["SQL Lab"], - "Height": [""], - "Width": [""], - "Copy chart URL to clipboard": [""], - "Loading...": [""], - "Superset Chart": [""], - "Export to .JSON format": [""], - "Export to .CSV format": [""], - "%s - untitled": [""], - "Edit chart properties": [""], - "Control labeled ": [""], - "Open Datasource tab": ["데이터소스 명"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "You do not have permission to edit this chart": [""], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Undefined": [""], + "Undefined window for rolling operation": [""], + "Undo?": [""], + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unexpected error: ": [""], + "Unexpected time range: %s": [""], + "Unknown": [""], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown error": ["알 수 없는 에러"], + "Unknown input format": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [""], + "Unsafe template value for key %(key)s: %(value_type)s": [""], + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [""], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled query": ["Query 공유"], + "Update": [""], + "Updating chart was stopped": [""], + "Upload": ["CSV 업로드"], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file to database": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "Configuration": [""], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ "" ], - "rows": [""], - "Limit reached": [""], - "**Select** a dashboard OR **create** a new one": [""], - "Please enter a chart name": [""], - "Save chart": ["차트 보기"], - "Save & go to dashboard": [""], - "Save as new chart": ["새 차트 생성"], - "Save (Overwrite)": ["저장된 Query"], - "Save as ...": ["다른이름으로 저장"], - "Chart name": ["차트 유형"], - "Add to dashboard": ["대시보드 추가"], - "Search Metrics & Columns": [""], - "Showing %s of %s": [""], - "Annotation Slice Configuration": [""], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ "" ], - "Display configuration": [""], - "Configure your how you overlay is displayed here.": [""], - "Style": [""], - "Opacity": [""], - "Color": [""], - "Line width": [""], - "Layer configuration": [""], - "Configure the basics of your Annotation Layer.": [""], - "Mandatory": [""], - "Hide layer": [""], - "Choose the annotation layer type": ["주석 레이어"], - "Annotation layer type": ["주석 레이어"], - "Remove": [""], - "Edit annotation layer": ["주석 레이어"], - "Add annotation layer": ["주석 레이어"], - "`Min` value should be numeric or empty": [""], - "`Max` value should be numeric or empty": [""], - "Min": [""], - "Max": [""], - "Edit dataset": ["차트 수정"], - "View in SQL Lab": ["SQL Lab"], - "More dataset related options": [""], - "Missing dataset": [""], - "The dataset linked to this chart may have been deleted.": [""], - "Default": [""], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "User": ["사용자"], + "User Roles": ["사용자 권한"], + "User doesn't have the proper permissions.": [""], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [""], + "User query": ["Query 공유"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "Sort metric": ["메트릭"], - "Metric to sort the results by": [""], - "Sort ascending": [""], - "Check for sorting ascending": [""], - "Allow multiple selections": [""], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ "" ], - "Search all filter options": [""], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Value": [""], + "Value Domain": [""], + "Value Format": [""], + "Value bounds": [""], + "Value format": [""], + "Value must be greater than 0": ["값은 0보다 커야합니다"], + "Values are dependent on other filters": [""], + "Values dependent on": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "Required": [""], - "User must select a value for this filter": [""], - "Filter configuration": [""], - "Fixed": [""], - "Based on a metric": [""], - "Error while fetching data": [""], - "No results found": [""], - "%s option(s)": [""], - "Invalid lat/long configuration.": [""], - "Reverse lat/long ": [""], - "Longitude & Latitude columns": [""], - "Delimited long & lat single column": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Vehicle Types": [""], + "Verbose Name": [""], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["SQL Lab"], + "View keys & indexes (%s)": [""], + "View query": ["Query 공유"], + "Viewed": [""], + "Viewport": [""], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": ["차트 수정"], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [ + "가상 데이터셋 쿼리는 읽기 전용이어야 합니다" + ], + "Visual Tweaks": [""], + "Visualization Type": ["시각화 유형"], + "Visualization type": ["시각화 유형"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" + ], + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "" ], - "Geohash": [""], - "textarea": [""], - "in modal": [""], - "Time series columns": ["컬럼 수정"], - "This visualization type is not supported.": ["시각화 유형 선택"], - "Click to change visualization type": ["시각화 유형 선택"], - "Select a visualization type": [""], - "Failed to verify select options: %s": [""], - "RANGE TYPE": [""], - "Actual time range": [""], - "CANCEL": [""], - "APPLY": [""], - "Edit time range": [""], - "Configure Advanced Time Range ": [""], - "START (INCLUSIVE)": [""], - "Start date included in time range": [""], - "END (EXCLUSIVE)": [""], - "End date excluded from time range": [""], - "Configure Time Range: Previous...": [""], - "Configure Time Range: Last...": [""], - "Configure custom time range": [""], - "Relative quantity": [""], - "Anchor to": [""], - "NOW": [""], - "Date/Time": ["시작 시간"], - "Return to specific datetime.": [""], - "Syntax": [""], - "Example": [""], - "Moves the given set of dates by a specified interval.": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "Get the last date by the date unit.": [""], - "Get the specify date for the holiday": [""], - "Drop columns or metrics": [""], - "Drop columns": [""], - "Simple": [""], - "Custom SQL": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "%s column(s) and metric(s)": [""], - "%s column(s)": [""], - "To filter on a metric, use Custom SQL tab.": [""], - "%s operator(s)": [""], - "Type a value here": [""], - "Filter value (case sensitive)": [""], - "choose WHERE or HAVING...": [""], - "Filters by columns": ["컬럼 목록"], - "Filters by metrics": ["필터"], - "%s aggregates(s)": [""], - "%s saved metric(s)": [""], - "Saved": ["저장"], - "Saved metric": ["저장된 Query"], - "column": ["컬럼 추가"], - "aggregate": [""], - "My metric": ["메트릭"], - "Add metric": ["메트릭"], - "Code": [""], - "Markup type": [""], - "Pick your favorite markup language": [""], - "Put your code here": [""], - "Query": [""], - "URL": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Time": [""], - "Time related form attributes": [""], - "Chart type": ["차트 유형"], - "Chart ID": [""], - "The id of the active chart": [""], - "Cache Timeout (seconds)": [""], - "The number of seconds before expiring the cache": [""], - "URL parameters": [""], - "Extra parameters for use in jinja templated queries": [""], - "Time range endpoints": [""], - "Time range endpoints (SIP-15)": [""], - "Annotations and layers": ["주석 레이어"], - "Sort descending": [""], - "Whether to sort descending or ascending": [""], - "Contribution": [""], - "Compute the contribution to the total": [""], - "Advanced analytics": [""], - "This section contains options that allow for advanced analytical post processing of query results": [ + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ "" ], - "Rolling window": [""], - "Rolling function": [""], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "" ], - "Periods": [""], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ "" ], - "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": [ + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "" ], - "Time comparison": ["컬럼 수정"], - "Time shift": [""], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "" ], - "Calculation type": ["시각화 유형 선택"], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ "" ], - "Python functions": [""], - "Rule": [""], - "Pandas resample rule": [""], - "Method": [""], - "Pandas resample method": [""], - "Chosen non-numeric column": [""], - "%s option": [""], - "No time columns": [""], - "Favorites": [""], - "Created content": ["새 차트 생성"], - "Recent activity": [""], - "Security & Access": [""], - "No charts": [""], - "No dashboards": [""], - "No favorite charts yet, go click on stars!": [""], - "No favorite dashboards yet, go click on stars!": [""], - "Profile picture provided by Gravatar": [""], - "joined": [""], - "id:": [""], - "There was an error fetching your recent activity:": [""], - "Deleted: %s": ["삭제"], - "There was an issue deleting: %s": [""], - "There was an issue deleting %s: %s": [""], - "report": [""], - "alert": [""], - "reports": [""], - "alerts": [""], - "There was an issue deleting the selected %s: %s": [""], - "Last run": [""], - "Notification method": ["주석 레이어"], - "Execution log": [""], - "Actions": ["주석"], - "Bulk select": [""], - "No %s yet": [""], - "Created by": ["생성자"], - "An error occurred while fetching created by values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "Status": ["상태"], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": [""], - "Reports": [""], - "This action will permanently delete %s.": [""], - "Delete %s?": ["삭제"], - "Please confirm": [""], - "Are you sure you want to delete the selected %s?": [""], - "< (Smaller than)": [""], - "> (Larger than)": [""], - "<= (Smaller or equal)": [""], - ">= (Larger or equal)": [""], - "== (Is equal)": [""], - "!= (Is not equal)": [""], - "Not null": [""], - "30 days": [""], - "60 days": [""], - "90 days": [""], - "Add notification method": [""], - "Add delivery method": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Add": [""], - "Edit ${isReport ? 'Report' : 'Alert'}": [""], - "Add ${isReport ? 'Report' : 'Alert'}": [""], - "Report name": ["차트 유형"], - "Alert name": ["테이블 명"], - "Alert condition": [""], - "Trigger Alert If...": [""], - "Value": [""], - "Report schedule": [""], - "Alert condition schedule": [""], - "Schedule settings": ["Query 공유"], - "Log retention": [""], - "Working timeout": [""], - "Time in seconds": ["10초"], - "Grace period": [""], - "Message content": [""], - "log": [""], - "State": ["상태"], - "Scheduled at": [""], - "Start at": ["시작 시간"], - "Duration": [""], - "Error message": [""], - "${alertResource?.type}": [""], - "CRON expression": [""], - "Report sent": ["대시보드 가져오기"], - "Alert triggered, notification sent": [""], - "Report sending": [""], - "Alert running": [""], - "Report failed": [""], - "Alert failed": ["테이블 명"], - "Nothing triggered": [""], - "Alert Triggered, In Grace Period": [""], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": ["주석"], - "There was an issue deleting the selected annotations: %s": [""], - "Edit annotation": ["주석"], - "Delete annotation": ["주석"], - "Annotation": ["주석"], - "No annotation yet": ["주석 레이어"], - "Annotation Layer ${annotationLayerName}": [""], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], - "Delete Annotation?": ["주석"], - "Are you sure you want to delete the selected annotations?": [""], - "Add annotation": ["주석"], - "Annotation name": ["주석 레이어"], - "date": [""], - "Additional information": ["주석"], - "Description (this can be seen in the list)": [""], - "annotation_layer": ["주석 레이어"], - "Edit annotation layer properties": ["주석 레이어"], - "Annotation layer name": ["주석 레이어"], - "Annotation layers": ["주석 레이어"], - "There was an issue deleting the selected layers: %s": [""], - "Last modified": ["마지막 수정"], - "Created on": ["생성자"], - "Edit template": ["템플릿 불러오기"], - "Delete template": ["템플릿 불러오기"], - "Annotation layer": ["주석 레이어"], - "An error occurred while fetching dataset datasource values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "No annotation layers yet": ["주석 레이어"], - "This action will permanently delete the layer.": [""], - "Delete Layer?": ["삭제"], - "Are you sure you want to delete the selected layers?": [""], - "Are you sure you want to delete": [""], - "Last modified %s": ["마지막 수정"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ "" ], - "There was an issue deleting the selected charts: %s": [""], - "Modified by": ["수정됨"], - "Owner": [""], - "All": [""], - "An error occurred while fetching chart owners values: %s": [""], - "An error occurred while fetching chart created by values: %s": [""], + "Viz is missing a datasource": [""], "Viz type": ["시각화 유형"], - "An error occurred while fetching chart dataset values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "WED": [""], + "Want to add a new database?": [""], + "Warning": [""], + "Warning Message": ["경고 메시지"], + "Warning!": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "" ], - "Favorite": [""], - "Any": [""], - "Yes": [""], - "No": [""], - "Alphabetical": [""], - "Recently modified": [""], - "Least recently modified": [""], - "Are you sure you want to delete the selected charts?": [""], - "css_template": [""], - "Edit CSS template properties": ["CSS 템플릿"], - "Add CSS template": ["CSS 템플릿"], - "CSS template name": ["CSS 템플릿"], - "css": [""], - "CSS templates": ["CSS 템플릿"], - "There was an issue deleting the selected templates: %s": [""], - "Last modified by %s": ["마지막 수정"], - "CSS template": ["CSS 템플릿"], - "This action will permanently delete the template.": [""], - "Delete Template?": ["CSS 템플릿"], - "Are you sure you want to delete the selected templates?": [""], - "published": [""], - "draft": [""], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Was unable to check your query": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" + ], + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" + ], + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" + ], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" + ], + "Web": [""], + "Wednesday": [""], + "Week": ["주"], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "Weight": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "An error occurred while fetching dashboards: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "There was an issue deleting the selected dashboards: ": [""], - "An error occurred while fetching dashboard owner values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "An error occurred while fetching dashboard created by values: %s": [""], - "Unpublished": [""], - "Are you sure you want to delete the selected dashboards?": [""], - "SQL Copied!": ["복사됨!"], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ "" ], - "database": ["데이터베이스"], - "An error occurred while fetching database related data: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "When using 'Group By' you are limited to use a single metric": [ + "'Group By'를 사용 할 때 오직 하나의 메트릭만 사용 가능합니다" ], - "Asynchronous query execution": [""], - "AQE": [""], - "Allow data manipulation language": [""], - "DML": [""], - "CSV upload": ["CSV 업로드"], - "Delete database": ["데이터베이스 선택"], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "Delete Database?": ["데이터베이스 선택"], - "Please enter a SQLAlchemy URI to test": [""], - "Sorry there was an error fetching database information: %s": [""], - "Edit database": ["차트 수정"], - "Add database": ["데이터베이스"], - "Connection": [""], - "Database name": ["데이터소스 명"], - "Name your dataset": [""], - "dialect+driver://username:password@host:port/database": [""], - "Test connection": [""], - "Refer to the ": [""], - " for more information on how to structure your URI.": [""], - "Performance": [""], - "Chart cache timeout": ["차트 유형"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "SQL Lab settings": ["SQL Lab"], - "Allow this database to be queried in SQL Lab": [""], - "Allow creation of new tables based on queries": [""], - "Allow creation of new views based on queries": [""], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "Allow multi schema metadata fetch": [""], - "CTAS schema": ["스키마"], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Secure extra": ["보안"], - "JSON string containing additional connection configuration.": [""], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" + ], + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [""], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Allow data upload": [""], - "If selected, please set the schemas allowed for data upload in Extra.": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "JSON string containing extra configuration elements.": [""], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [""], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ + "" + ], + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "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": [ "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Whether to sort descending or ascending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Add dataset": ["차트 추가"], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to sort tooltip by the selected metric in descending order.": [ + "" + ], + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": [""], + "World Map": [""], + "Write a description for your query": [""], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": [""], + "X Axis Format": [""], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort Ascending": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": [""], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": [""], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort Ascending": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "Year": ["년"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": [""], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "An error occurred while fetching dataset related data": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" ], - "An error occurred while fetching dataset related data: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "" ], - "Physical dataset": ["데이터소스 선택"], - "Virtual dataset": ["차트 수정"], - "An error occurred while fetching dataset owner values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You can": [""], + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" ], - "An error occurred while fetching datasets: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You can create a new chart or use existing ones from the panel on the right": [ + "" ], - "An error occurred while fetching schema values: %s": [""], - "There was an issue deleting the selected datasets: %s": [""], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "Delete Dataset?": [""], - "Are you sure you want to delete the selected datasets?": [""], - "0 Selected": ["테이블 선택"], - "%s Selected (Virtual)": [""], - "%s Selected (Physical)": [""], - "%s Selected (%s Physical, %s Virtual)": [""], - "There was an issue previewing the selected query. %s": [""], - "Success": [""], - "Failed": ["실패"], - "Running": [""], - "Offline": [""], - "Scheduled": [""], - "Duration: %s": [""], - "Tab name": ["테이블 명"], - "TABLES": [""], - "Rows": [""], - "Open query in SQL Lab": ["새로운 탭에서 Query실행"], - "An error occurred while fetching database values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "Time range": [""], - "Search by query text": [""], - "Query preview": ["데이터 미리보기"], - "Previous": [""], - "Next": [""], - "Open in SQL Lab": ["SQL Lab"], - "User query": ["Query 공유"], - "Executed query": ["저장된 Query 수정"], - "Saved queries": ["저장된 Query"], - "There was an issue previewing the selected query %s": [""], - "Link Copied!": ["복사됨!"], - "There was an issue deleting the selected queries: %s": [""], - "Edit query": ["저장된 Query 수정"], - "Copy query URL": [""], - "Delete query": ["삭제"], - "This action will permanently delete the saved query.": [""], - "Delete Query?": ["삭제"], - "Are you sure you want to delete the selected queries?": [""], - "Query name": ["Query 검색"], + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "" + ], + "You do not have permission to edit this %s": [""], + "You do not have permission to edit this chart": [""], + "You do not have permission to edit this dashboard": [""], + "You do not have permissions to access the datasource(s): %(name)s.": [ + "" + ], + "You do not have permissions to edit this dashboard.": [""], + "You don't have access to this chart.": [""], + "You don't have access to this dashboard.": [""], + "You don't have access to this dataset.": [""], + "You don't have access to this embedded dashboard config.": [""], + "You don't have any favorites yet!": [""], + "You don't have permission to modify the value.": [""], + "You don't have the rights to alter %(resource)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to alter this dashboard": [""], + "You don't have the rights to alter this title.": [""], + "You don't have the rights to create a chart": [""], + "You don't have the rights to create a dashboard": [""], + "You don't have the rights to download as csv": [""], + "You have no permission to approve this request": [""], + "You have removed this filter.": [""], + "You have unsaved changes.": [""], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" + ], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" + ], + "You must pick a name for the new dashboard": [""], + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" + ], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" + ], + "Your query could not be saved": [""], + "Your query could not be scheduled": [""], + "Your query could not be updated": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" + ], + "Your query was not properly saved": [""], + "Your query was saved": [""], + "Your query was updated": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [""], + "[Longitude] and [Latitude] must be set": [""], + "[Missing Dataset]": [""], + "[Superset] Access to the datasource %(name)s was granted": [""], "[Untitled]": [""], - "Unknown": [""], - "Edited": ["테이블 수정"], - "Created": ["생성자"], - "Viewed": [""], - "Examples": [""], - "Mine": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": [""], + "[desc]": [""], + "[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": [ "" ], - "Recently created charts, dashboards, and saved queries will appear here": [ + "[untitled]": [""], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ "" ], - "Recent example charts, dashboards, and saved queries will appear here": [ + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": [""], + "alert": [""], + "alerts": [""], + "all": [""], + "also copy (duplicate) charts": [""], + "ancestor": [""], + "and": [""], + "annotation": ["주석"], + "annotation_layer": ["주석 레이어"], + "asfreq": [""], + "at": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": [""], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "chart": [""], + "choose WHERE or HAVING...": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["컬럼 추가"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "cumulative": [""], + "dashboard": ["대시보드"], + "database": ["데이터베이스"], + "dataset": [""], + "date": [""], + "day": ["일"], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "delete": ["삭제"], + "descendant": [""], + "description": [""], + "dialect+driver://username:password@host:port/database": [""], + "draft": [""], + "dttm": ["날짜/시간"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "every": [""], + "every day of the month": [""], + "every day of the week": [""], + "every hour": ["1시간"], + "every month": ["월"], + "expand": [""], + "fetching": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["시간"], + "id": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "in": [""], + "in modal": [""], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": [""], + "json isn't valid": [""], + "key a-z": [""], + "key z-a": [""], + "last day": [""], + "latest partition:": [""], + "less than {min} {name}": [""], + "log": [""], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "max": [""], + "mean": [""], + "median": [""], + "minute": ["분"], + "month": ["월"], + "more than {max} {name}": [""], + "must have a value": [""], + "no SQL validator is configured": [""], + "no SQL validator is configured for {}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "offline": [""], + "on": [""], + "or use existing ones from the panel on the right": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "pending": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "You don't have any favorites yet!": [""], - "SQL Lab queries": ["SQL Lab"], - "${tableName}": ["테이블 명"], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": [""], "query": ["Query 공유"], - "Share": ["Query 공유"], - "Last run %s": [""], - "There was an issue fetching your recent activity: %s": [""], - "Recents": [""], - "Select start and end date": ["데이터베이스 선택"], - "Type or Select [%s]": [""], - "Filter box": ["필터"], - "Filters configuration": [""], - "Filter configuration for the filter box": [""], - "Date filter": ["테이블 추가"], - "Whether to include a time filter": [""], - "Instant filtering": ["필터"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "random": [""], + "reboot": [""], + "recent": [""], + "recents": [""], + "report": [""], + "reports": [""], + "restore zoom": [""], + "right": [""], + "running": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "stack": [""], + "staggered": [""], + "std": [""], + "step-before": [""], + "stream": [""], + "string type icon": [""], + "success": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": [""], + "undo": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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": [""], - "Limit selector values": [""], - "These filters apply to the values available in the dropdowns": [""], - "Time-series Table": ["시계열 테이블"] + "use latest_partition template": [""], + "value ascending": [""], + "value descending": [""], + "var": [""], + "variance": [""], + "virtual": [""], + "was created": [""], + "week": ["주"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["년"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/ko/LC_MESSAGES/messages.po b/superset/translations/ko/LC_MESSAGES/messages.po index bfcb59867d15f..aba9463c2e146 100644 --- a/superset/translations/ko/LC_MESSAGES/messages.po +++ b/superset/translations/ko/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2019-02-02 22:28+0900\n" "Last-Translator: \n" "Language: ko\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,16 +37,7 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -54,35 +45,35 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "대시보드 저장" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +msgid " a new one" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,17 +91,35 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "컬럼 목록" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "메트릭" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -118,7 +127,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -126,25 +135,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "" @@ -158,23 +186,26 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -182,99 +213,125 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 +#, python-format +msgid "%s Error" +msgstr "%s 에러" + +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "비밀번호" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 #, python-format -msgid "%s - untitled" +msgid "%s SSH TUNNEL PRIVATE KEY" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 #, python-format -msgid "%s Error" -msgstr "%s 에러" +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "" +msgid_plural "%s options" +msgstr[0] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s 에러" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -#, fuzzy -msgid "(deleted)" -msgstr "삭제" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -284,7 +341,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -296,7 +357,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -306,107 +367,359 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "테이블 선택" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "일" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1시간" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1분" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "주" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "년" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10분" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10초" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "주" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12시간" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15분" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24시간" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "주" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "년" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "일" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "년" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 #, fuzzy msgid "30 minute" msgstr "30분" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30분" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 #, fuzzy msgid "30 second" msgstr "30초" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30초" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5분" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5분" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 #, fuzzy msgid "5 second" msgstr "30초" -#: superset/db_engine_specs/base.py:95 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 #, fuzzy -msgid "6 hour" -msgstr "6시간" +msgid "5 seconds" +msgstr "30초" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "주" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" msgstr "6시간" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "일" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "" @@ -414,48 +727,65 @@ msgstr "" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "컬럼 수정" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "저장된 Query" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "차트 유형" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "테이블 명" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -469,11 +799,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -481,68 +826,86 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "데이터셋 %(name)s 은 이미 존재합니다" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 #, fuzzy msgid "A timeout occurred while generating a csv." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 #, fuzzy msgid "A timeout occurred while generating a dataframe." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "" @@ -550,8 +913,8 @@ msgstr "" msgid "APR" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -559,21 +922,38 @@ msgstr "" msgid "AUG" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -581,77 +961,89 @@ msgstr "" msgid "Action" msgstr "활동" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "활동 기록" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "주석" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "원본 값" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "원본 값" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "원본 값" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 msgid "Adaptive formatting" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 #, fuzzy msgid "Add Alert" msgstr "차트 추가" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "주석 추가" +#: superset/views/css_templates.py:40 +msgid "Add CSS Template" +msgstr "CSS 템플릿 추가" -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "" - -#: superset/views/css_templates.py:38 -msgid "Add CSS Template" -msgstr "CSS 템플릿 추가" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "CSS 템플릿" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "차트 추가" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "컬럼 추가" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "대시보드 추가" @@ -659,39 +1051,23 @@ msgstr "대시보드 추가" msgid "Add Database" msgstr "데이터베이스 추가" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Druid 클러스터 추가" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Druid 칼럼 추가" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Druid 데이터소스 추가" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Druid 메트릭 추가" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "로그 추가" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "메트릭 추가" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "저장된 Query 추가" @@ -699,45 +1075,105 @@ msgstr "저장된 Query 추가" msgid "Add a Plugin" msgstr "플러그인 추가" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "차트 추가" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "새 차트 생성" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "주석 레이어" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 #, fuzzy msgid "Add an item" msgstr "테이블 추가" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "테이블 추가" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "주석" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "차트 추가" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "테이블 추가" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "주석" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "테이블 추가" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "테이블 추가" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "메트릭" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -746,263 +1182,367 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 #, fuzzy msgid "Add sheet" msgstr "차트 추가" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "새 차트 생성" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "대시보드 추가" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "대시보드 추가" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "테이블 추가" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "새 데이터소스 스캔" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "대시보드 추가" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "주석" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "주석" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 #, fuzzy msgid "Additional metadata" msgstr "주석" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 #, fuzzy msgid "Additional padding for legend." msgstr "주석" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 #, fuzzy msgid "Additional parameters" msgstr "주석" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "주석" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 #, fuzzy msgid "Additive" msgstr "테이블 추가" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "분기" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "생성자" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "경고" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "테이블 명" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "테이블 명" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "경고" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "경고 및 리포트" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "필터" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "차트 추가" @@ -1010,7 +1550,7 @@ msgstr "차트 추가" msgid "All filters" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1019,67 +1559,64 @@ msgstr "" msgid "All panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "DML 허용" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1089,35 +1626,39 @@ msgstr "" msgid "Allow multiple selections" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1125,353 +1666,386 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +msgid "An Error Occurred" +msgstr "" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "데이터셋 %(name)s 은 이미 존재합니다" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "" -#: superset/key_value/commands/exceptions.py:33 -#, fuzzy, python-format +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 +#, fuzzy msgid "An error occurred while accessing the value." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "" -#: superset/key_value/commands/exceptions.py:29 -#, fuzzy, python-format +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 +#, fuzzy msgid "An error occurred while creating the value." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/key_value/commands/exceptions.py:37 -#, fuzzy, python-format -msgid "An error occurred while deleting the value." -msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." - -#: superset-frontend/src/reports/actions/reports.js:138 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 #, fuzzy -msgid "An error occurred while editing this report." -msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." - -#: superset-frontend/src/reports/actions/reports.js:120 -#, fuzzy, python-format -msgid "An error occurred while editing this report: %s" +msgid "An error occurred while deleting the value." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 -#, fuzzy, python-format +#: superset-frontend/src/pages/ChartList/index.tsx:299 +#, fuzzy msgid "An error occurred while fetching dashboards" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, fuzzy, python-format msgid "An error occurred while fetching user values: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, fuzzy, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "" - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 -#, fuzzy, python-format +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 +#, fuzzy msgid "An error occurred while updating the value." msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "주석" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "주석" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "주석 레이어" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "주석" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1484,12 +2058,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "주석 레이어" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "주석 레이어" @@ -1509,7 +2080,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 #, fuzzy msgid "Annotation layer description columns" msgstr "주석 레이어" @@ -1519,12 +2090,12 @@ msgstr "주석 레이어" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "주석 레이어" @@ -1532,7 +2103,7 @@ msgstr "주석 레이어" msgid "Annotation layer not found." msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "주석 레이어" @@ -1541,41 +2112,42 @@ msgstr "주석 레이어" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "주석 레이어" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "주석 레이어" @@ -1587,23 +2159,33 @@ msgstr "주석" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "주석" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "주석 레이어" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "주석" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "주석 레이어" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "주석 레이어" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "주석 레이어" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "주석 레이어" @@ -1611,16 +2193,17 @@ msgstr "주석 레이어" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1630,63 +2213,73 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied cross-filters (%d)" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Applied Filters (%d)" +msgid "Applied filters (%d)" msgstr "" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "테이블 추가" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "필터" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 #, fuzzy msgid "Apply metrics on" msgstr "메트릭" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "" @@ -1694,97 +2287,132 @@ msgstr "" msgid "April" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "검색" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "차트 보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "차트 보기" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy msgid "Area chart" msgstr "차트 보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "" @@ -1792,63 +2420,143 @@ msgstr "" msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "생성자" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 -msgid "Available sorting modes:" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 -msgid "Axis" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 +msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 -msgid "Axis ascending" -msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Query 공유" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 -msgid "Axis descending" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "원본 값" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 +msgid "Axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "컬럼 목록" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "D3 포멧" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 +msgid "Axis ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 +msgid "Axis descending" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "D3 포멧" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "차트 보기" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "주석" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1856,25 +2564,28 @@ msgstr "" msgid "Based on a metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "" @@ -1883,143 +2594,153 @@ msgstr "" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 #, fuzzy msgid "Before" msgstr "새로고침 간격" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 #, fuzzy msgid "Bottom" msgstr "날짜/시간" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "날짜/시간" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "날짜/시간" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "생성자" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "호스트" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "비밀번호" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "포트" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "사용자명" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "버블 차트" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2027,49 +2748,67 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "데이터소스 선택" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSS 템플릿" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "CSS 템플릿" @@ -2077,7 +2816,7 @@ msgstr "CSS 템플릿" msgid "CSS template could not be deleted." msgstr "CSS 템플릿을 삭제할 수 없습니다." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "CSS 템플릿" @@ -2085,172 +2824,173 @@ msgstr "CSS 템플릿" msgid "CSS template not found." msgstr "CSS 템플릿을 찾을수 없습니다." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "CSS 템플릿" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "CSV 파일" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "CSV 업로드" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "CSV 업로드" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "캐시된 값을 찾을 수 없습니다." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "컬럼 목록" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "시각화 유형 선택" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "달력 히트캡" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "취소" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "" @@ -2259,29 +2999,69 @@ msgstr "" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Query 검색" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Query 검색" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2294,94 +3074,98 @@ msgstr "" msgid "Cell Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "차트 추가" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "구분자" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 #, fuzzy msgid "Certification" msgstr "주석 레이어" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "수정됨" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 #, fuzzy msgid "Certified By" msgstr "수정됨" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "수정됨" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "데이터소스 선택" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" msgstr "" -#: superset/views/sql_lab.py:75 -msgid "Changed on" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2391,21 +3175,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "이 차트를 변경하는 것은 불가능합니다" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2414,129 +3203,158 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "" -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "이 차트를 변경하는 것은 불가능합니다" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -#, fuzzy -msgid "Charge" -msgstr "Query 공유" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "차트" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "차트" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "주석" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "주석" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "" +msgid_plural "Chart Owners: %s" +msgstr[0] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "데이터소스" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "차트 유형" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "주석 레이어" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "차트 유형" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2560,49 +3378,95 @@ msgstr "차트를 삭제할 수 없습니다." msgid "Chart could not be updated." msgstr "차트를 업데이트할 수 없습니다." -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "차트가 존재하지 않습니다" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "차트 유형" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "차트 유형" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "마지막 수정" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "마지막 수정" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "차트 유형" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "주석" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "차트" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "차트의 파라미터가 부적절합니다." -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "대시보드" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "차트 유형" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "차트 유형" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "차트 유형" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "차트" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "차트를 삭제할 수 없습니다." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "" @@ -2611,82 +3475,72 @@ msgstr "" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "CSV 파일" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "데이터소스 선택" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "데이터소스 선택" @@ -2694,38 +3548,44 @@ msgstr "데이터소스 선택" msgid "Choose a metric for left axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "데이터소스 선택" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "데이터소스 선택" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "데이터소스 선택" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 #, fuzzy msgid "Choose chart type" msgstr "차트 유형" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "" @@ -2734,44 +3594,58 @@ msgstr "" msgid "Choose one or more charts for right axis" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 #, fuzzy msgid "Circle" msgstr "CSV 파일" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2779,13 +3653,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2793,48 +3667,80 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 -msgid "Click the lock to make changes." +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "차트 추가" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 -msgid "Click the lock to prevent further changes." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/components/Chart/Chart.jsx:286 msgid "" -"Click this link to switch to an alternate form that allows you to input " -"the SQLAlchemy URL for this database manually." +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 -msgid "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 +msgid "Click the lock to make changes." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 +msgid "Click the lock to prevent further changes." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 +msgid "" +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 +msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "시각화 유형 선택" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "클릭하여 제목 수정하기" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, fuzzy, python-format +msgid "Click to edit %s in a new tab" +msgstr "클릭하여 제목 수정하기" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "클릭하여 제목 수정하기" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "클릭하여 제목 수정하기" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 #, fuzzy msgid "Click to edit label" msgstr "클릭하여 제목 수정하기" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "" @@ -2842,41 +3748,46 @@ msgstr "" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "클릭하여 제목 수정하기" + +#: superset-frontend/src/components/Table/index.tsx:211 +msgid "Click to sort descending" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "탭 닫기" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "테이블 명" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2889,28 +3800,40 @@ msgstr "" msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "데이터 미리보기" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Collapse table preview" msgstr "데이터 미리보기" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "메트릭" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "" @@ -2918,202 +3841,265 @@ msgstr "" msgid "Color Steps" msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "칼럼" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +msgid "Column Configuration" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "주석" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 #, fuzzy msgid "Column is required" msgstr "데이터소스" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "컬럼 추가" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 #, fuzzy msgid "Column select" msgstr "컬럼 추가" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 #, fuzzy msgid "Columnar File" msgstr "컬럼 추가" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "칼럼" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "컬럼 보기" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "데이터 소스의 컬럼이 없습니다 : %(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "데이터 소스의 컬럼이 없습니다 : %(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "컬럼 보기" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3124,70 +4110,74 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 #, fuzzy msgid "Comparison" msgstr "컬럼 수정" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 #, fuzzy msgid "Comparison suffix" msgstr "컬럼 수정" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 #, fuzzy msgid "Condition" msgstr "활동" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 #, fuzzy msgid "Conditional formatting" msgstr "주석" @@ -3197,12 +4187,11 @@ msgstr "주석" msgid "Confidence interval" msgstr "새로고침 간격" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3210,7 +4199,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3218,250 +4207,344 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 #, fuzzy msgid "Connect a database" msgstr "데이터베이스 선택" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "데이터베이스 선택" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "연결하는데 실패했습니다. 커넥션 " -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "컬럼 추가" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 #, fuzzy msgid "Contribution Mode" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "컬럼 추가" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "클립보드에 복사하기" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "클립보드에 복사하기" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "클립보드에 복사하기" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "클립보드에 복사하기" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "데이터베이스 드라이버를 로드할 수 없습니다" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "컬럼 추가" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "필터" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "컬럼 추가" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "컬럼 목록" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "차트 보기" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "차트 수정" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "새 차트 생성" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "차트 보기" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "데이터소스 선택" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "새 차트 생성" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "새 차트 생성" @@ -3469,68 +4552,93 @@ msgstr "새 차트 생성" msgid "Create new filter set" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "생성자" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "생성자" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "생성자" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "새 차트 생성" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "생성자" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "차트 불러오기는 알 수 없는 이유로 실패했습니다" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "생성자" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "활동" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "필터" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "" @@ -3543,110 +4651,128 @@ msgstr "커스텀 플러그인" msgid "Custom Plugins" msgstr "커스텀 플러그인" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "컬럼 목록" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "D3 포멧" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "시작 시간" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:345 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 #, fuzzy -msgid "DESCRIPTION ERROR" -msgstr "설명" +msgid "Dark" +msgstr "분기" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 -msgid "DML" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "대시보드" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "대시보드" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -3662,32 +4788,68 @@ msgstr "대시보드를 삭제할 수 없습니다." msgid "Dashboard could not be updated." msgstr "대시보드를 업데이트할 수 없습니다." -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "대시보드가 존재하지 않습니다" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "대시보드" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "대시보드 인자가 부적절합니다." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "대시보드" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "대시보드" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "대시보드" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "대시보드" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "대시보드" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "대시보드" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "대시보드" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "대시보드를 삭제할 수 없습니다." @@ -3696,165 +4858,185 @@ msgstr "대시보드를 삭제할 수 없습니다." msgid "Dashboards do not exist" msgstr "대시보드가 존재하지 않습니다" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "대시보드" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "데이터베이스" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "테이블 수정" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 -msgid "Data Zoom" +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." msgstr "" -#: superset/views/core.py:2313 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 +msgid "Data Zoom" +msgstr "" + +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "데이터 미리보기" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "데이터소스" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "차트 유형" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "데이터베이스" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "연결 테스트" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "데이터베이스" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "데이터베이스 URL" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "데이터베이스를 생성할 수 없습니다." + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "데이터베이스를 생성할 수 없습니다." -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "데이터베이스를 삭제할 수 없습니다." -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "데이터베이스를 업데이트할 수 없습니다." -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "데이터베이스가 존재하지 않습니다" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "데이터베이스" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 #, fuzzy msgid "Database is offline." msgstr "데이터소스 명" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "데이터소스 명" @@ -3862,39 +5044,56 @@ msgstr "데이터소스 명" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "데이터베이스를 찾을 수 없습니다." +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "데이터베이스를 찾을 수 없습니다." + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "데이터베이스" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 #, fuzzy msgid "Database port" msgstr "데이터베이스" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "데이터베이스를 업데이트할 수 없습니다." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "데이터베이스" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "데이터베이스" @@ -3903,6 +5102,11 @@ msgstr "데이터베이스" msgid "Dataset %(name)s already exists" msgstr "데이터셋 %(name)s 은 이미 존재합니다" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "데이터소스 명" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "" @@ -3919,17 +5123,26 @@ msgstr "" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "데이터베이스를 업데이트할 수 없습니다." + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "데이터소스가 존재하지 않습니다" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "데이터베이스" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 #, fuzzy msgid "Dataset is required" msgstr "데이터소스" @@ -3942,8 +5155,8 @@ msgstr "" msgid "Dataset metric not found." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "데이터소스 명" @@ -3951,136 +5164,166 @@ msgstr "데이터소스 명" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "데이터베이스" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "데이터소스" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "데이터소스 명" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "데이터소스 명" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "데이터소스가 존재하지 않습니다" -#: superset/connectors/connector_registry.py:99 -#, fuzzy, python-format -msgid "Datasource id not found: %(id)s" -msgstr "데이터베이스를 찾을 수 없습니다." +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "테이블 추가" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "D3 포멧" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "D3 포멧" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "시작 시간" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "일" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "일" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4088,186 +5331,206 @@ msgstr "" msgid "Default" msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 #, fuzzy msgid "Default value is required" msgstr "데이터소스" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "삭제" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "삭제" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "주석" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "데이터베이스 선택" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "삭제" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "삭제" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 #, fuzzy msgid "Delete Report?" msgstr "CSS 템플릿" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "CSS 템플릿" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "주석" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "대시보드" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "데이터베이스 선택" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "삭제" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "템플릿 불러오기" @@ -4275,90 +5538,84 @@ msgstr "템플릿 불러오기" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "데이터베이스 선택" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "삭제" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "구분자" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 #, fuzzy msgid "Delivery method" msgstr "월" @@ -4369,78 +5626,84 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "생성자" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "설명" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 #, fuzzy msgid "Description Columns" msgstr "설명" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "테이블 선택" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4448,65 +5711,117 @@ msgstr "" msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "테이블 수정" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "대시보드" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 #, fuzzy msgid "Display Name" msgstr "필터" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Query 공유" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4514,32 +5829,33 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "설명" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 #, fuzzy msgid "Documentation" msgstr "주석" @@ -4548,304 +5864,377 @@ msgstr "주석" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "월" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "테이블 수정" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "대시보드 가져오기" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Druid 클러스터" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" +msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Druid 데이터소스" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Druid 데이터소스" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "새 차트 생성" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "차트 수정" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "차트" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "%s 에러" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "테이블 수정" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "주석 편집" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "주석 레이어" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "CSS 수정" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "CSS 템플릿 편집" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "CSS 템플릿" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "차트 수정" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "대시보드 수정" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "컬럼 수정" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "대시보드 수정" @@ -4853,35 +6242,15 @@ msgstr "대시보드 수정" msgid "Edit Database" msgstr "데이터베이스 편집" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "차트 수정" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Druid 클러스터 편집" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Druid 칼럼 편집" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Druid 데이터소스 편집" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Druid 메트릭 편집" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "로그 수정" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "메트릭 편집" @@ -4889,57 +6258,63 @@ msgstr "메트릭 편집" msgid "Edit Plugin" msgstr "플러그인 수정" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "저장된 Query 수정" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "테이블 수정" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "주석" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "주석 레이어" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "차트 수정" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "대시보드 수정" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "차트 수정" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "차트 수정" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4947,93 +6322,100 @@ msgstr "" msgid "Edit formatter" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "저장된 Query 수정" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "템플릿 불러오기" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "대시보드 추가" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "테이블 수정" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "생성자" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -#, fuzzy -msgid "Emit Target" -msgstr "차트 수정" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -#, fuzzy -msgid "Emit dashboard cross filters" -msgstr "대시보드 수정" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 #, fuzzy -msgid "Emit dashboard cross filters." -msgstr "대시보드 수정" +msgid "Embed dashboard" +msgstr "대시보드 저장" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +#, fuzzy +msgid "Emit Filter Events" +msgstr "필터" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5041,7 +6423,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5050,24 +6432,51 @@ msgstr "" msgid "Empty collection" msgstr "연결 테스트" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "컬럼 추가" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "대시보드 가져오기" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5076,45 +6485,60 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "끝 시간" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "종료 시간" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "차트 추가" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5122,101 +6546,117 @@ msgstr "" msgid "End date must be after start date" msgstr "" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "엑셀 업로드" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 #, fuzzy msgid "Enter duration in seconds" msgstr "10초" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -#, fuzzy, python-format +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#, fuzzy msgid "Error" msgstr "%s 에러" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "에러 메시지" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 #, fuzzy @@ -5228,41 +6668,61 @@ msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였 msgid "Error while fetching data: %s" msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "월" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "테이블 명" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 #, fuzzy msgid "Event time column" msgstr "컬럼 수정" @@ -5273,23 +6733,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "" @@ -5301,33 +6761,27 @@ msgstr "" msgid "Example" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5336,36 +6790,66 @@ msgstr "" msgid "Executed SQL" msgstr "저장된 Query 수정" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "저장된 Query 수정" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "차트 수정" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Expand table preview" msgstr "데이터 미리보기" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5375,107 +6859,116 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "CSV 내보내기" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 #, fuzzy msgid "Export query" msgstr "Query 공유" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "대시보드 가져오기" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +msgid "Export to Excel" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "표현식" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5483,25 +6976,29 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "" @@ -5510,45 +7007,74 @@ msgstr "" msgid "FRI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "생성자" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "실패" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "실패" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "" @@ -5560,34 +7086,35 @@ msgstr "" msgid "February" msgstr "" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5595,129 +7122,168 @@ msgstr "" msgid "File" msgstr "CSV 파일" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 #, fuzzy msgid "Fill method" msgstr "주석 레이어" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "실패" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 #, fuzzy msgid "Filter" msgstr "필터" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "Query 공유" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "필터" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "차트 수정" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "필터" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "검색 결과" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 #, fuzzy msgid "Filter type" msgstr "필터" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "데이터소스" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "컬럼 목록" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "필터" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5729,19 +7295,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "" @@ -5749,65 +7319,85 @@ msgstr "" msgid "Fixed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "D3 포멧" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5815,42 +7405,82 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "권한 부여" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 msgid "Formattable" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "데이터베이스 선택" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "필터" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "주석" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "테이블 보기" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 msgid "Frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "활동" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -5858,36 +7488,70 @@ msgstr "" msgid "Friday" msgstr "" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "시작 날짜가 끝 날짜보다 클 수 없습니다" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Query 검색" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "차트 이동" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "차트 보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "차트 추가" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "컬럼 추가" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "Query 공유" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -5900,28 +7564,52 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "차트 보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" @@ -5930,72 +7618,111 @@ msgstr "" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "Group By' 와 'Columns' 겹칠 수 없습니다" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 -msgid "" -"Hard value bounds applied for color coding. Is only relevant and applied " -"when the normalization is applied against the whole heatmap." +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "템플릿 불러오기" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "생성자" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "설명" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "비밀번호" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "검색" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "" @@ -6004,80 +7731,90 @@ msgstr "" msgid "Horizon Chart" msgstr "차트 보기" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "차트 보기" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "시" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "시간" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -6086,7 +7823,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6095,60 +7832,64 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "데이터셋 %(name)s 은 이미 존재합니다" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "대시보드 가져오기" @@ -6157,19 +7898,19 @@ msgstr "대시보드 가져오기" msgid "Import Dashboard(s)" msgstr "대시보드 가져오기" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "대시보드 가져오기" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "차트 불러오기는 알 수 없는 이유로 실패했습니다" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 #, fuzzy msgid "Import charts" msgstr "Superset 튜토리얼" @@ -6178,31 +7919,31 @@ msgstr "Superset 튜토리얼" msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "대시보드 가져오기" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 #, fuzzy -msgid "Import databases" +msgid "Import database from file" msgstr "차트 수정" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 #, fuzzy msgid "Import datasets" msgstr "차트 수정" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 -#, fuzzy, python-format +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 +#, fuzzy msgid "Import queries" msgstr "대시보드 가져오기" @@ -6211,132 +7952,140 @@ msgstr "대시보드 가져오기" msgid "Import saved query failed for an unknown reason." msgstr "차트 불러오기는 알 수 없는 이유로 실패했습니다" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "활동" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 #, fuzzy msgid "Include time" msgstr "종료 시간" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "분" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "정보" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "필터" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "새로고침 간격" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 #, fuzzy msgid "Interval End column" msgstr "컬럼 목록" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 #, fuzzy msgid "Interval bounds" msgstr "컬럼 목록" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 #, fuzzy msgid "Interval start column" msgstr "컬럼 목록" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "새로고침 간격" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -#, fuzzy -msgid "Invalid account information" -msgstr "주석" - -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6351,136 +8100,181 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 -msgid "Inverse selection" +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 +msgid "Inverse selection" msgstr "" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "Superset 튜토리얼" + +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "수정됨" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "테이블 수정" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "필터" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 #, fuzzy msgid "Issue 1000 - The dataset is too large to query." msgstr "이슈 1000 - 데이터 소스가 쿼리하기에 너무 큽니다." -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6500,13 +8294,41 @@ msgstr "" msgid "January" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "템플릿 불러오기" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6521,47 +8343,74 @@ msgstr "" msgid "June" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "필터" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "구분자" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "레이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "차트 유형" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "데이터셋 %(name)s 은 이미 존재합니다" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6569,17 +8418,18 @@ msgstr "" msgid "Label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6597,22 +8447,23 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 #, fuzzy msgid "Large" msgstr "Query 공유" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "마지막 수정" @@ -6621,70 +8472,80 @@ msgstr "마지막 수정" msgid "Last Updated %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "마지막 수정" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "마지막 수정" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "마지막 수정" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "삭제" @@ -6702,97 +8563,140 @@ msgstr "" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 #, fuzzy msgid "Left value" msgstr "테이블 명" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "D3 포멧" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "주석" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +msgid "Light" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "시각화 유형" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6801,65 +8705,97 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "분" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "차트 이동" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "복사됨!" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "컬럼 수정" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "사용자 목록" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "복사됨!" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "저장된 Query 목록" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "필터" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -6868,15 +8804,20 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "분기" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "CSS 템플릿 불러오기" @@ -6888,59 +8829,71 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "CSV 업로드" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "로그 삭제주기 (일)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "새 차트 생성" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "로그인" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "로그아웃" @@ -6948,15 +8901,30 @@ msgstr "로그아웃" msgid "Logs" msgstr "로그" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -6972,52 +8940,81 @@ msgstr "" msgid "MON" msgstr "" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "관리" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "대시보드에 차트 추가" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "대시보드 가져오기" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "데이터베이스 선택" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "트리맵" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -7025,7 +9022,7 @@ msgstr "" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -7033,27 +9030,29 @@ msgstr "" msgid "March" msgstr "검색" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 #, fuzzy msgid "Marker" msgstr "분기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -7069,7 +9068,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7081,34 +9080,46 @@ msgstr "" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "차트 이동" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "테이블 명" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7116,137 +9127,141 @@ msgstr "" msgid "May" msgstr "일" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "테이블 명" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "원본 값" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -#, fuzzy -msgid "Message Content" -msgstr "새 차트 생성" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "메트릭" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "메트릭 '%(metric)s' 이 존재하지 않습니다." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Query 검색" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "" @@ -7254,157 +9269,212 @@ msgstr "" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "CSV 파일" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "필터" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 #, fuzzy msgid "Min Periods" msgstr "10초" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "차트 이동" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "분" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "테이블 명" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "분" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "분" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" -msgstr "" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +#, fuzzy +msgid "Missing URL parameters" +msgstr "주석" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "차트 이동" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "수정됨" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, fuzzy, python-format msgid "Modified %s" msgstr "마지막 수정" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "수정됨" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7413,21 +9483,27 @@ msgstr "" msgid "Monday" msgstr "" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "달" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "월" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "새로고침 간격" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "테이블 추가" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7436,223 +9512,278 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "새 차트 생성" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "필터" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +msgid "Must choose either a chart or a dashboard" +msgstr "" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 #, fuzzy msgid "My column" msgstr "컬럼 추가" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "메트릭" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "메트릭" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "이름" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 #, fuzzy msgid "Name of the id column" msgstr "컬럼 수정" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 #, fuzzy msgid "Name your database" msgstr "데이터베이스 선택" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "알 수 없는 에러" + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "차트 이동" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "데이터소스 선택" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "데이터소스 명" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "차트 이동" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "탭 닫기" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7661,179 +9792,348 @@ msgstr "" msgid "No Access!" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "결과" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "주석 레이어" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "주석 레이어" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "테이블 추가" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "필터" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "차트" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 #, fuzzy msgid "No columns" msgstr "컬럼 추가" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "컬럼 추가" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "대시보드" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "파일에 데이터가 없습니다" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "데이터베이스를 찾을 수 없습니다." + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 #, fuzzy msgid "No filter" msgstr "테이블 추가" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "테이블 추가" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "No matching records found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "Query 실행 이력이 없습니다." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" +msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "결과" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "표현식" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "저장된 Query" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "저장된 Query" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "컬럼 보기" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 -msgid "Not null" -msgstr "" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "대시보드 추가" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 -msgid "Not triggered" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 -msgid "Not up to date" +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 -msgid "Nothing triggered" -msgstr "" +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "주석" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 +msgid "Not null" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 +msgid "Not triggered" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 +msgid "Not up to date" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "주석 레이어" @@ -7841,15 +10141,26 @@ msgstr "주석 레이어" msgid "November" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "원본 값" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "주석" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "" @@ -7857,57 +10168,91 @@ msgstr "" msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "" @@ -7915,12 +10260,15 @@ msgstr "" msgid "OCT" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "" @@ -7928,26 +10276,19 @@ msgstr "" msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "오프셋" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -7955,31 +10296,29 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 #, fuzzy msgid "One or many columns to pivot as columns" msgstr "하나 이상의 칼럼이 존재하지 않습니다" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "" @@ -8008,102 +10347,113 @@ msgstr "하나 이상의 메트릭이 중복됩니다" msgid "One or more metrics do not exist" msgstr "하나 이상의 메트릭이 존재하지 않습니다" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "오직 `SELECT` 구문만 허용됩니다." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "오직 하나의 쿼리만 지원됩니다" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "데이터소스 명" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "SQL Lab" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "새로운 탭에서 Query실행" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8111,181 +10461,253 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 #, fuzzy msgid "Operator" msgstr "생성자" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "주석" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "주석" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 #, fuzzy msgid "Options" msgstr "주석" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "주석" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -#, fuzzy -msgid "Origin" -msgstr "로그인" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "원본 값" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "원본 값" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 #, fuzzy msgid "Other" msgstr "월" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "소유자가 부적절합니다" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8293,24 +10715,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -8318,201 +10742,246 @@ msgstr "" msgid "Parameter error" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "필터" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -#, fuzzy -msgid "Parent filter is required" -msgstr "데이터소스" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "Superset 튜토리얼" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 #, fuzzy msgid "Password" msgstr "비밀번호" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "Superset 튜토리얼" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Superset 튜토리얼" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "Superset 튜토리얼" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "메트릭" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "데이터소스 선택" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "적어도 하나의 메트릭을 선택하세요" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8523,205 +10992,273 @@ msgid "Pick your favorite markup language" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "차트 이동" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "피봇 테이블" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "피봇 테이블" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "테이블 수정" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "적어도 하나의 'Group by'필드를 선택하세요" + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "적어도 하나의 'Group by'필드를 선택하세요" -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "적어도 하나의 메트릭을 선택하세요" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "플러그인" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "컬럼 추가" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "Query 공유" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8729,57 +11266,58 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "생성자" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" -msgstr "" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 #, fuzzy msgid "Pre-filter" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 #, fuzzy msgid "Pre-filter is required" msgstr "데이터소스" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8787,15 +11325,14 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "" @@ -8811,36 +11348,63 @@ msgstr "" msgid "Preview" msgstr "데이터 미리보기" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "메트릭" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "비밀번호" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "생성자" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "프로필" @@ -8848,56 +11412,62 @@ msgstr "프로필" msgid "Profile picture provided by Gravatar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8905,189 +11475,216 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "분기" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "분기" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "저장된 Query" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "Query 공유" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "Query 공유" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "Query 실행 이력" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "차트가 존재하지 않습니다" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Query 실행 이력" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "Query 검색" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "Query 검색" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Query 검색" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "데이터 미리보기" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -#, fuzzy -msgid "REPORT NAME ERROR" -msgstr "차트 유형" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "차트 보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 #, fuzzy msgid "Radial" msgstr "실패" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "Radius in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "관리" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 #, fuzzy msgid "Range filter" @@ -9110,20 +11707,25 @@ msgstr "관리" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "생성자" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9131,7 +11733,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -9139,36 +11741,33 @@ msgstr "" msgid "Recent activity" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9176,25 +11775,23 @@ msgstr "" msgid "Record Count" msgstr "레코드 수" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9202,16 +11799,16 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 #, fuzzy msgid "Refer to the" msgstr "월" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "검색 결과" @@ -9219,44 +11816,53 @@ msgstr "검색 결과" msgid "Refresh" msgstr "새로고침 간격" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Druid 메타데이터 새로고침" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "대시보드 가져오기" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "새로고침 간격" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 -msgid "Refresh the default values" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "새로고침 간격" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "시계열 테이블" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "데이터 소스 새로고침" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "컬럼 수정" + +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "Query 공유" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9265,9 +11871,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9278,29 +11885,39 @@ msgstr "생성자" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "생성자" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "필터" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9308,146 +11925,161 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Query 로그 삭제" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "바꾸기" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "생성자" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "차트 유형" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 #, fuzzy msgid "Report a bug" msgstr "차트 유형" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "차트 유형" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +msgid "Report schedule client error" +msgstr "" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "대시보드 가져오기" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "차트 유형" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "표현식" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9455,54 +12087,92 @@ msgstr "" msgid "Request Permissions" msgstr "" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "부적절한 요청입니다 : %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "데이터베이스를 찾을 수 없습니다." + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "결과" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "결과" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9510,31 +12180,35 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "메트릭" @@ -9543,191 +12217,218 @@ msgstr "메트릭" msgid "Right Axis chart(s)" msgstr "" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 #, fuzzy msgid "Right value" msgstr "원본 값" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "역할" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "역할" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "권한 부여" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 #, fuzzy msgid "Row Level Security" msgstr "저수준 보안" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "SQL Lab" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Query 실행" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "새로운 탭에서 Query실행" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "" @@ -9736,34 +12437,39 @@ msgstr "" msgid "SEP" msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "복사됨!" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "SQL 편집기" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "SQL 표현식" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL Lab" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9775,42 +12481,123 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "Query 저장" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "Query 저장" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "비밀번호" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "차트를 삭제할 수 없습니다." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "차트를 업데이트할 수 없습니다." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "CSS 템플릿을 찾을수 없습니다." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "차트의 파라미터가 부적절합니다." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "테이블" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "데이터베이스를 생성할 수 없습니다." + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "데이터베이스를 생성할 수 없습니다." + +#: superset/viz.py:1935 msgid "Sankey" msgstr "" @@ -9822,113 +12609,174 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "테이블 추가" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "저장" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "대시보드 저장" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "저장된 Query" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "다른이름으로 저장" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "데이터소스 선택" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "데이터소스 선택" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "다른이름으로 저장" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "새 차트 생성" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "다른이름으로 저장" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "다른이름으로 저장" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "차트 보기" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "차트 보기" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "대시보드 저장" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "데이터소스 선택" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Query 저장" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "대시보드 저장" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "저장" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "저장된 Query" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "표현식" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "저장된 Query" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "저장된 Query" @@ -9945,195 +12793,229 @@ msgstr "저장된 쿼리를 찾을 수 없습니다." msgid "Saved query parameters are invalid." msgstr "차트의 파라미터가 부적절합니다." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "새 데이터소스 스캔" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" msgstr "대시보드에 차트 추가" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 #, fuzzy msgid "Schedule email report" msgstr "대시보드에 차트 추가" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Query 공유" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Query 공유" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "캐시된 값을 찾을 수 없습니다." -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "스키마" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 #, fuzzy msgid "Schema cache timeout" msgstr "차트 유형" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "테이블 명이 정해지지 않았습니다" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "검색" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 #, fuzzy msgid "Search all charts" msgstr "차트 추가" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -#, fuzzy -msgid "Search all dashboards" -msgstr "대시보드 가져오기" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "검색" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "컬럼 추가" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "필터" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "사용자 권한" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "검색" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "초" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 #, fuzzy msgid "Secondary" msgstr "초" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, fuzzy, python-format msgid "Seconds %s" msgstr "30초" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "보안" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "보안" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "보안" @@ -10141,109 +13023,184 @@ msgstr "보안" msgid "Security & Access" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "저장된 Query" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "테이블 선택" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 #, fuzzy msgid "Select" msgstr "삭제" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 #, fuzzy msgid "Select Viz Type" msgstr "시각화 유형" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 #, fuzzy msgid "Select a column" msgstr "테이블 선택" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 #, fuzzy msgid "Select a dashboard" msgstr "대시보드 저장" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "데이터베이스 선택" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "데이터베이스 선택" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "대시보드 저장" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "테이블 선택" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "테이블 선택" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "차트 추가" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 #, fuzzy msgid "Select column" msgstr "컬럼 목록" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "필터" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "테이블 선택" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "데이터베이스 선택" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "데이터소스" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "필터" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 #, fuzzy msgid "Select filter" @@ -10253,78 +13210,94 @@ msgstr "필터" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "필터" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" +msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 #, fuzzy msgid "Select saved metrics" msgstr "저장된 Query" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 #, fuzzy msgid "Select scheme" msgstr "테이블 선택" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "데이터베이스 선택" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "주석 레이어" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "테이블 선택" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10332,148 +13305,183 @@ msgstr "" msgid "September" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "저장된 Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "시각화 유형" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "새로고침 간격" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "대시보드에 차트 추가" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Query 공유" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Query 공유" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "저장된 Query" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "테이블 명" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "주석 보기" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "주석 레이어" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "테이블 보기" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "CSS 템플릿 보기" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "차트 보기" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "컬럼 보기" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "대시보드 보기" @@ -10481,40 +13489,17 @@ msgstr "대시보드 보기" msgid "Show Database" msgstr "데이터베이스 보기" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Druid 클러스터 보기" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Druid 칼럼 보기" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Druid 데이터소스 보기" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Druid 메트릭 보기" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "테이블 보기" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10522,11 +13507,12 @@ msgstr "" msgid "Show Log" msgstr "컬럼 보기" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "메트릭 보기" @@ -10535,40 +13521,34 @@ msgstr "메트릭 보기" msgid "Show Metric Names" msgstr "메트릭 보기" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "테이블 추가" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "컬럼 수정" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "저장된 Query 보기" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "테이블 보기" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "컬럼 보기" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10576,56 +13556,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "테이블 보기" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "테이블 보기" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "컬럼 보기" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "설명" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "컬럼 보기" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "컬럼 수정" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "테이블 보기" @@ -10634,83 +13635,94 @@ msgstr "테이블 보기" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "컬럼 수정" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "대시보드 보기" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "대시보드" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 #, fuzzy msgid "Show time column" msgstr "컬럼 수정" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10723,22 +13735,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10747,22 +13763,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 #, fuzzy msgid "Single" msgstr "CSV 파일" @@ -10773,31 +13789,30 @@ msgstr "CSV 파일" msgid "Single Metric" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 #, fuzzy msgid "Single Value" msgstr "원본 값" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 #, fuzzy msgid "Single value" msgstr "원본 값" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10805,64 +13820,101 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "몇몇 역할이 존재하지 않습니다" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10870,146 +13922,148 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "대시보드 가져오기" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 #, fuzzy msgid "Sort Metric" msgstr "메트릭" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "클릭하여 제목 수정하기" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "대시보드 가져오기" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "대시보드 가져오기" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "메트릭" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 #, fuzzy msgid "Sort filter values" msgstr "필터" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "메트릭" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 #, fuzzy msgid "Sort type" msgstr "차트 유형" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 #, fuzzy msgid "Source / Target" msgstr "데이터소스 명" @@ -11018,63 +14072,100 @@ msgstr "데이터소스 명" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 #, fuzzy msgid "Source category" msgstr "데이터소스 명" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "필터" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "분기" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "저장된 Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11082,84 +14173,153 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "시작 시간" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 #, fuzzy msgid "Start Review" msgstr "데이터 미리보기" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "시작 시간" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 #, fuzzy msgid "Start at (UTC)" msgstr "시작 시간" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 -msgid "Start date included in time range" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "시작 시간" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 +msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "상태" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "상태" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "상태" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "차트 유형" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "시계열 테이블" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "중지" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Query 저장" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +msgid "Stream" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -11167,20 +14327,34 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "포트" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "생성자" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11188,29 +14362,67 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "데이터소스 선택" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "테이블 명" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -11219,33 +14431,42 @@ msgstr "" msgid "Sunburst Chart" msgstr "Superset 튜토리얼" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Superset 튜토리얼" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Superset 튜토리얼" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "대시보드 저장" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "" -#: superset/errors.py:106 +#: superset/errors.py:112 #, fuzzy msgid "Superset encountered an unexpected error." msgstr "이슈 1002 - 데이터베이스에 예상치 못한 에러가 발생했습니다." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "데이터베이스 선택" @@ -11254,34 +14475,48 @@ msgstr "데이터베이스 선택" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "데이터소스 선택" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11293,11 +14528,19 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:91 +msgid "TEMPORAL_RANGE" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "" @@ -11306,43 +14549,42 @@ msgstr "" msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "테이블 명" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "테이블" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "테이블 존재" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "테이블 명" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "테이블 뷰" @@ -11353,18 +14595,32 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 #, fuzzy msgid "Table cache timeout" msgstr "차트 유형" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "컬럼 수정" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "테이블 명이 정해지지 않았습니다" @@ -11374,24 +14630,60 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "테이블" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "차트를 생성할 수 없습니다." + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "차트를 삭제할 수 없습니다." + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "차트의 파라미터가 부적절합니다." + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "데이터베이스를 삭제할 수 없습니다." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 #, fuzzy msgid "Tags" msgstr "상태" @@ -11402,48 +14694,48 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "시작 시간" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "시작 시간" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 #, fuzzy msgid "Target category" msgstr "시작 시간" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 #, fuzzy msgid "Target value" msgstr "원본 값" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "템플릿 명" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11454,70 +14746,94 @@ msgstr "" msgid "Test Connection" msgstr "연결 테스트" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 #, fuzzy msgid "The annotation has been saved" msgstr "주석 레이어" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 #, fuzzy msgid "The annotation has been updated" msgstr "주석 레이어" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "차트가 존재하지 않습니다" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "차트가 존재하지 않습니다" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11528,47 +14844,51 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11576,36 +14896,46 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "데이터베이스를 찾을 수 없습니다." + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 #, fuzzy msgid "The database returned an unexpected error." msgstr "이슈 1002 - 데이터베이스에 예상치 못한 에러가 발생했습니다." -#: superset/errors.py:138 +#: superset/errors.py:144 #, fuzzy msgid "The database was deleted." msgstr "데이터베이스를 삭제할 수 없습니다." -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 #, fuzzy msgid "The database was not found." msgstr "데이터베이스를 찾을 수 없습니다." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11613,11 +14943,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11626,25 +14957,25 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "" -#: superset/errors.py:92 +#: superset/errors.py:98 #, fuzzy msgid "The datasource is too large to query." msgstr "이슈 1000 - 데이터 소스가 쿼리하기에 너무 큽니다." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11654,83 +14985,70 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11739,46 +15057,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11791,13 +15109,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11805,7 +15123,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11813,53 +15131,53 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11868,7 +15186,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11877,7 +15195,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11886,7 +15204,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11895,19 +15213,19 @@ msgid "" " they are needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11919,116 +15237,121 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 #, fuzzy msgid "The port number is invalid." msgstr "차트의 파라미터가 부적절합니다." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "" @@ -12036,56 +15359,66 @@ msgstr "" msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12093,8 +15426,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12115,52 +15448,70 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, fuzzy, python-format msgid "The username \"%(username)s\" does not exist." msgstr "메트릭 '%(metric)s' 이 존재하지 않습니다." -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "관련된 알람이나 리포트가 있습니다" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "" @@ -12168,7 +15519,7 @@ msgstr "" msgid "There are unsaved changes." msgstr "" -#: superset/errors.py:95 +#: superset/errors.py:101 #, fuzzy msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" @@ -12181,96 +15532,125 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12278,55 +15658,55 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 -#, python-format -msgid "There was an issue fetching your recent activity: %s" -msgstr "" +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12334,66 +15714,104 @@ msgid "" "parameters." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 -#, python-format +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 msgid "" -"This dashboard is currently auto refreshing; the next auto refresh will " -"be in %s." +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " "list of dashboards. Favorite it to see it there or access it by using the" @@ -12406,12 +15824,12 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 #, fuzzy msgid "This dashboard is now hidden" msgstr "이 차트를 변경하는 것은 불가능합니다" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "" @@ -12419,51 +15837,74 @@ msgstr "" msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12472,18 +15913,18 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12492,81 +15933,119 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "시각화 유형 선택" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "시각화 유형 선택" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "컬럼 수정" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 #, fuzzy msgid "Time Comparison" msgstr "컬럼 수정" @@ -12576,87 +16055,95 @@ msgstr "컬럼 수정" msgid "Time Format" msgstr "D3 포멧" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "D3 포멧" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "컬럼 수정" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 #, fuzzy msgid "Time Series Options" msgstr "컬럼 수정" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "시간 테이블 뷰" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 #, fuzzy msgid "Time column" msgstr "컬럼 수정" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12665,11 +16152,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "컬럼 수정" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12677,27 +16179,19 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 #, fuzzy msgid "Time filter" msgstr "테이블 추가" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "D3 포멧" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "" @@ -12706,49 +16200,51 @@ msgstr "" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "10초" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "D3 포멧" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "컬럼 수정" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "컬럼 수정" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "" @@ -12759,44 +16255,45 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#, fuzzy +msgid "Time-series Bar Chart (legacy)" +msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "시계열 테이블" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "시계열 테이블" @@ -12805,35 +16302,36 @@ msgstr "시계열 테이블" msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12841,11 +16339,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "시계열 테이블" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12857,111 +16355,145 @@ msgstr "" msgid "Timeout error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "활동" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "제목" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 #, fuzzy msgid "Title Column" msgstr "컬럼 수정" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "데이터소스" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +#, fuzzy +msgid "Too many columns to filter" +msgstr "하나 이상의 칼럼이 존재하지 않습니다" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 #, fuzzy msgid "Tools" msgstr "역할" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "필터" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 #, fuzzy msgid "Top" msgstr "중지" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "삭제" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "원본 값" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -12969,11 +16501,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -12982,109 +16514,146 @@ msgstr "" msgid "Tree Chart" msgstr "차트 이동" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "주석" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "트리맵" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "트리맵" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "메트릭" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "Query 공유" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "타입" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "" @@ -13098,78 +16667,90 @@ msgstr "" msgid "UI Configuration" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "차트를 삭제할 수 없습니다." - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13177,130 +16758,146 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "주석" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, fuzzy, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "알 수 없는 칼럼이 orderby에 사용되었습니다: %(col)" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "알 수 없는 에러" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 #, fuzzy msgid "Unknown value" msgstr "알 수 없는 에러" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "차트 수정" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Query 공유" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Query 공유" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "차트 보기" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "" @@ -13308,85 +16905,147 @@ msgstr "" msgid "Upload" msgstr "CSV 업로드" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "엑셀 업로드" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "데이터베이스 선택" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 #, fuzzy msgid "Upload Credentials" msgstr "엑셀 업로드" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "엑셀 업로드" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "엑셀 업로드" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "CSV 업로드" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +#, fuzzy +msgid "Upload columnar file" +msgstr "컬럼 추가" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "차트 수정" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "관리" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "새로운 탭에서 Query실행" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 #, fuzzy msgid "Use Area Proportions" msgstr "대시보드" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 +#: superset/views/database/forms.py:462 #, fuzzy msgid "Use Columns" msgstr "컬럼 추가" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +msgid "Use the edit button to change this field" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" @@ -13396,7 +17055,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13406,7 +17065,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13414,24 +17073,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "사용자" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "사용자 권한" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13439,25 +17102,19 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Query 공유" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 #, fuzzy msgid "Username" msgstr "Query 검색" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13465,6 +17122,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13472,156 +17130,191 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 #, fuzzy msgid "Value is required" msgstr "데이터소스" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "값은 0보다 커야합니다" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "데이터 미리보기" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "차트 수정" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "차트 추가" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "탭 닫기" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "SQL Lab" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Query 공유" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "결과" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "삭제" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "차트 수정" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "가상 데이터셋 쿼리는 읽기 전용이어야 합니다" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "시각화 유형" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "시각화 유형" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "시각화 유형" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13635,6 +17328,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13647,49 +17346,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13710,11 +17426,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "시각화 유형" @@ -13722,68 +17438,84 @@ msgstr "시각화 유형" msgid "WED" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "경고 메시지" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13791,86 +17523,121 @@ msgstr "" msgid "Wednesday" msgstr "" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "주" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "주" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "같은 이름의 데이터베이스가 이미 존재합니다" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13879,85 +17646,103 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "'Group By'를 사용 할 때 오직 하나의 메트릭만 사용 가능합니다" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -13965,164 +17750,171 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -14131,7 +17923,8 @@ msgstr "" msgid "White" msgstr "제목" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "" @@ -14139,11 +17932,15 @@ msgstr "" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -14152,121 +17949,142 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "주석" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +msgid "X-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 #, fuzzy msgid "XScale Interval" msgstr "새로고침 간격" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "" @@ -14278,28 +18096,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14311,36 +18128,67 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +msgid "Y-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 #, fuzzy msgid "YScale Interval" msgstr "새로고침 간격" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "년" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "년" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14348,91 +18196,121 @@ msgstr "" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "" @@ -14441,33 +18319,65 @@ msgstr "" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "" +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 msgid "You don't have permission to modify the value." msgstr "" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "" + +#: superset/views/core.py:923 +msgid "You don't have the rights to alter this chart" +msgstr "" + +#: superset/views/core.py:1097 +msgid "You don't have the rights to alter this dashboard" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/views/core.py:406 +#: superset/views/core.py:929 +msgid "You don't have the rights to create a chart" +msgstr "" + +#: superset/views/core.py:1113 +msgid "You don't have the rights to create a dashboard" +msgstr "" + +#: superset/views/core.py:644 +msgid "You don't have the rights to download as csv" +msgstr "" + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "" @@ -14475,162 +18385,231 @@ msgstr "" msgid "You have removed this filter." msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 #, fuzzy msgid "Your report could not be deleted" msgstr "차트를 삭제할 수 없습니다." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "설명" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "대시보드 저장" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14638,130 +18617,228 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "주석" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "주석 레이어" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "생성자" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 #, fuzzy msgid "bottom" msgstr "날짜/시간" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "실패" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "관리" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "차트" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "필터" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "컬럼 추가" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "컬럼 추가" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "생성자" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "새 차트 생성" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "대시보드" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "대시보드" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "데이터베이스" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "데이터소스 명" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "일" @@ -14774,30 +18851,90 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "차트 추가" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "삭제" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "삭제" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "활동" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "" @@ -14805,35 +18942,73 @@ msgstr "" msgid "dttm" msgstr "날짜/시간" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 #, fuzzy msgid "e.g., a \"user id\" column" msgstr "컬럼 수정" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "Query 검색" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "저장된 Query" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "에러 메시지" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14860,48 +19035,93 @@ msgstr "월" msgid "every month" msgstr "월" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "생성자" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "실패" + +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "스키마" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 #, fuzzy msgid "here" msgstr "Query 공유" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "시간" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -14911,7 +19131,7 @@ msgstr "" msgid "in" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "" @@ -14929,21 +19149,21 @@ msgstr "" msgid "joined" msgstr "" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "레이블" @@ -14972,26 +19192,80 @@ msgstr "주" msgid "last year" msgstr "년" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "삭제" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "차트 이동" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +msgid "max" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "메트릭" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "분" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "분" @@ -15001,62 +19275,153 @@ msgstr "분" msgid "minute(s)" msgstr "5분" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "월" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "월" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "이름" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "시간" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "하나 이상의 칼럼이 중복됩니다" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "pending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "CSS 템플릿을 찾을수 없습니다." + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -15065,119 +19430,299 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "분기" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 #, fuzzy msgid "queries" msgstr "저장된 Query" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "Query 공유" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 #, fuzzy msgid "red" msgstr "생성자" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "running" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "저장된 Query" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30초" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "저장된 Query" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "분기" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "필터" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "중지" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +msgid "success" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "중지" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 #, fuzzy msgid "top" msgstr "중지" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "알 수 없는 에러" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "10초" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "시각화 유형" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "주" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "년" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 79e2d0584c351..cdd46eccfedf2 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -16,16 +16,16 @@ # under the License. # Translations template for Superset. -# Copyright (C) 2021 Superset +# Copyright (C) 2023 Superset # This file is distributed under the same license as the Superset project. -# FIRST AUTHOR , 2021. +# FIRST AUTHOR , 2023. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Superset VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,8 +34,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -43,52 +43,42 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" -" Explore in Superset

\n" -" \n" +" Error: %(text)s\n" " " msgstr "" -#: superset/reports/notifications/email.py:60 -#, python-format -msgid "" -"\n" -" Error: %(text)s\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format -msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +msgid " a dashboard OR " msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +msgid " a new one" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -106,17 +96,33 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +msgid " to add calculated columns" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +msgid " to add metrics" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -124,7 +130,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -132,25 +138,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "" @@ -166,21 +191,25 @@ msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 #, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" +msgstr[1] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -188,98 +217,127 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format -msgid "%s - untitled" +msgid "%s Error" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 #, python-format -msgid "%s Error" +msgid "%s PASSWORD" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, python-format msgid "%s option" -msgstr "" +msgid_plural "%s options" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -289,7 +347,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -301,7 +363,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -311,103 +373,344 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +msgid "1 day" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +msgid "1 week" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +msgid "1 year" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +msgid "104 weeks" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +msgid "156 weeks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +msgid "2 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +msgid "28 days" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "3 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +msgid "52 weeks" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +msgid "7 days" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "" @@ -415,47 +718,61 @@ msgstr "" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 msgid "A Big Number" msgstr "" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -468,11 +785,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -480,66 +812,84 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "" @@ -547,8 +897,8 @@ msgstr "" msgid "APR" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -556,21 +906,38 @@ msgstr "" msgid "AUG" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -578,76 +945,85 @@ msgstr "" msgid "Action" msgstr "" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +msgid "Actual Values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 -msgid "Adaptive formatting" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +msgid "Actual value" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 -msgid "Add" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +msgid "Actual values" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 -msgid "Add Alert" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" msgstr "" -#: superset/views/annotations.py:60 -msgid "Add Annotation" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" msgstr "" -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +msgid "Add Alert" msgstr "" -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "" @@ -655,39 +1031,23 @@ msgstr "" msgid "Add Database" msgstr "" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "" @@ -695,301 +1055,454 @@ msgstr "" msgid "Add a Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +msgid "Add a dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +msgid "Add an annotation layer" +msgstr "" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 -msgid "Add delivery method" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 -msgid "Add filter" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +msgid "Add cross-filter" msgstr "" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 -msgid "Add item" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 +msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 -msgid "Add metric" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +msgid "Add extra connection information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 -msgid "Add new color formatter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 -msgid "Add new formatter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 +msgid "Add item" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 -msgid "Added" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +msgid "Additional settings." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 msgid "After" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 msgid "Aggregate" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +msgid "Alert" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +msgid "All Entities" +msgstr "" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "" @@ -997,7 +1510,7 @@ msgstr "" msgid "All filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1006,67 +1519,64 @@ msgstr "" msgid "All panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1076,35 +1586,39 @@ msgstr "" msgid "Allow multiple selections" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1112,344 +1626,375 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +msgid "An Error Occurred" +msgstr "" + +#: superset/reports/commands/exceptions.py:188 +#, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 msgid "An error occurred while accessing the value." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 msgid "An error occurred while creating the value." msgstr "" -#: superset/key_value/commands/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 msgid "An error occurred while deleting the value." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "" + +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." +msgstr "" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 msgid "" -"An error occurred while setting the tab schema. Please contact your " +"An error occurred while setting the tab name. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +"An error occurred while setting the tab schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." msgstr "" -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 msgid "An error occurred while updating the value." msgstr "" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +msgid "An error occurred while upserting the value." +msgstr "" + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 msgid "Animation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, python-format +msgid "Annotation Layer %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" -msgstr "" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1462,12 +2007,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "" @@ -1487,7 +2029,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "" @@ -1496,11 +2038,11 @@ msgstr "" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "" @@ -1508,7 +2050,7 @@ msgstr "" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "" @@ -1516,37 +2058,38 @@ msgstr "" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 msgid "Annotation layer time column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 msgid "Annotation layer title column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "" @@ -1558,21 +2101,28 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +msgid "Annotation source" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "" -#: superset/views/annotations.py:58 -msgid "Annotations" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 msgid "Annotations and Layers" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "" @@ -1580,16 +2130,17 @@ msgstr "" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1599,62 +2150,71 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied cross-filters (%d)" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Applied Filters (%d)" +msgid "Applied filters (%d)" msgstr "" -#: superset/viz.py:237 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, python-format +msgid "Applied filters: %s" +msgstr "" + +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "" @@ -1662,95 +2222,128 @@ msgstr "" msgid "April" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +msgid "Area Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 msgid "Area chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "" @@ -1758,62 +2351,135 @@ msgstr "" msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +msgid "Auto" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +msgid "Average" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +msgid "Average value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +msgid "Axis Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Bar orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1821,25 +2487,28 @@ msgstr "" msgid "Based on a metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "" @@ -1848,140 +2517,148 @@ msgstr "" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 msgid "Breakdowns" msgstr "" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -1989,49 +2666,66 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +msgid "CREATE DATASET" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "" @@ -2039,7 +2733,7 @@ msgstr "" msgid "CSS template could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "" @@ -2047,172 +2741,172 @@ msgstr "" msgid "CSS template not found." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "" -#: superset/views/database/forms.py:101 -msgid "CSV File" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" msgstr "" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "" @@ -2221,29 +2915,67 @@ msgstr "" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +msgid "Category Name" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +msgid "Category name" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2256,90 +2988,93 @@ msgstr "" msgid "Cell Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" msgstr "" -#: superset/views/sql_lab.py:75 -msgid "Changed on" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2349,21 +3084,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2372,126 +3112,154 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "" -#: superset/reports/commands/exceptions.py:238 -msgid "Changing this report is forbidden" +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, python-format +msgid "Chart Data: %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 msgid "Chart Options" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 #, python-format msgid "Chart Owner: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +msgid "Chart Source" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, python-format +msgid "Chart [%s] has been saved" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2515,48 +3283,86 @@ msgstr "" msgid "Chart could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +msgid "Chart last modified" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +msgid "Chart last modified by" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 msgid "Chart options" msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +msgid "Chart owners" +msgstr "" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +msgid "Chart title" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" +msgstr "" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "" @@ -2565,81 +3371,71 @@ msgstr "" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "" @@ -2647,34 +3443,40 @@ msgstr "" msgid "Choose a metric for left axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 msgid "Choose a source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 msgid "Choose a source and a target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 msgid "Choose a target" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "" @@ -2683,43 +3485,57 @@ msgstr "" msgid "Choose one or more charts for right axis" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2727,13 +3543,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2741,47 +3557,77 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +msgid "Clear all data" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 -msgid "Click to edit" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "" @@ -2789,41 +3635,45 @@ msgstr "" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 -msgid "Close" +#: superset-frontend/src/components/Table/index.tsx:212 +msgid "Click to sort ascending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 -msgid "Close all other tabs" +#: superset-frontend/src/components/Table/index.tsx:211 +msgid "Click to sort descending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 -msgid "Close tab" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" msgstr "" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" msgstr "" -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2836,26 +3686,37 @@ msgstr "" msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 msgid "Color Metric" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "" @@ -2863,197 +3724,256 @@ msgstr "" msgid "Color Steps" msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +msgid "Column Configuration" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +msgid "Column name" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +msgid "Columns To Read" +msgstr "" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +msgid "Columns to show" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 msgid "Combine Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 msgid "Combine metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3064,67 +3984,71 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "" @@ -3132,12 +4056,11 @@ msgstr "" msgid "Confidence interval" msgstr "" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3145,7 +4068,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3153,246 +4076,329 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 -msgid "Confirm save" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 +msgid "Confirm save" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +msgid "Count" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 msgid "Country" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 msgid "Country Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +msgid "Create a dataset" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +msgid "Create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "" @@ -3400,68 +4406,89 @@ msgstr "" msgid "Create new filter set" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" +msgstr "" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +msgid "Crimson" msgstr "" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +msgid "Cross-filters" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "" @@ -3474,108 +4501,125 @@ msgstr "" msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " "to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +msgid "DATETIME" +msgstr "" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 -msgid "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" msgstr "" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -3591,31 +4635,62 @@ msgstr "" msgid "Dashboard could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +msgid "Dashboard imported" +msgstr "" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 msgid "Dashboard scheme" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +msgid "Dashboard title" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +msgid "Dashboard usage" +msgstr "" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +msgid "Dashboards added to" +msgstr "" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "" @@ -3624,162 +4699,179 @@ msgstr "" msgid "Dashboards do not exist" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 -msgid "Data" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +msgid "Dashed" msgstr "" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 +msgid "Data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 msgid "Data Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +msgid "Database Connections" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "" @@ -3787,38 +4879,53 @@ msgstr "" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "" +#: superset/views/core.py:1179 +#, python-format +msgid "Database not found: %(id)s" +msgstr "" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +msgid "Database passwords" +msgstr "" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "" @@ -3827,6 +4934,10 @@ msgstr "" msgid "Dataset %(name)s already exists" msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +msgid "Dataset Name" +msgstr "" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "" @@ -3843,17 +4954,24 @@ msgstr "" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +msgid "Dataset could not be duplicated." +msgstr "" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "" @@ -3865,8 +4983,8 @@ msgstr "" msgid "Dataset metric not found." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "" @@ -3874,134 +4992,162 @@ msgstr "" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 msgid "Datasource & Chart Type" msgstr "" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" +#: superset/commands/exceptions.py:131 +msgid "Datasource does not exist" msgstr "" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +msgid "Date format string" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format msgid "Days %s" msgstr "" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4009,184 +5155,204 @@ msgstr "" msgid "Default" msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "" @@ -4194,98 +5360,92 @@ msgstr "" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "" msgstr[1] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "" msgstr[1] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "" msgstr[1] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "" msgstr[1] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "" msgstr[1] "" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "" msgstr[1] "" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "" msgstr[1] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" msgstr[1] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "" @@ -4295,76 +5455,82 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 msgid "Deprecated" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4372,63 +5538,113 @@ msgstr "" msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 msgid "Disabled" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4436,31 +5652,32 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "" @@ -4468,300 +5685,369 @@ msgstr "" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +msgid "Donut" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 -msgid "Donut" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +msgid "Dotted" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 -msgid "Draw split lines for minor y-axis ticks" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, python-format +msgid "Drill by: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 msgid "Dual Line Chart" msgstr "" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +msgid "Duplicate dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +msgid "ERROR" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +msgid "Edit Chart Properties" +msgstr "" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "" @@ -4769,35 +6055,15 @@ msgstr "" msgid "Edit Database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "" @@ -4805,57 +6071,62 @@ msgstr "" msgid "Edit Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 -msgid "Edit chart properties" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +msgid "Edit chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 -msgid "Edit dashboard" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 +msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +msgid "Edit dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4863,90 +6134,96 @@ msgstr "" msgid "Edit formatter" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +msgid "Edit the dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +msgid "Embed dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -4954,7 +6231,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -4962,24 +6239,49 @@ msgstr "" msgid "Empty collection" msgstr "" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +msgid "Empty column" +msgstr "" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -4988,45 +6290,59 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "End date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5034,99 +6350,114 @@ msgstr "" msgid "End date must be after start date" msgstr "" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" +msgstr "" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Error" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" msgstr "" -#: superset/views/alerts.py:83 -msgid "Error Message" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" msgstr "" -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 msgid "Error while fetching charts" @@ -5137,40 +6468,59 @@ msgstr "" msgid "Error while fetching data: %s" msgstr "" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +msgid "Event" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 msgid "Event Names" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "" @@ -5180,23 +6530,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "" @@ -5208,33 +6558,27 @@ msgstr "" msgid "Example" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5242,35 +6586,64 @@ msgstr "" msgid "Executed SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +msgid "Existing dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5280,106 +6653,114 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +msgid "Export query" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 -msgid "Export query" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Export to .JSON" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +msgid "Export to Excel" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5387,25 +6768,29 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "" @@ -5414,44 +6799,73 @@ msgstr "" msgid "FRI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Factor" msgstr "" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "" @@ -5463,34 +6877,35 @@ msgstr "" msgid "February" msgstr "" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5498,126 +6913,160 @@ msgstr "" msgid "File" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +msgid "Filter charts" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" +#: superset-frontend/src/components/Table/index.tsx:197 +msgid "Filter menu" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5629,19 +7078,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "" @@ -5649,65 +7102,84 @@ msgstr "" msgid "Fixed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5715,76 +7187,141 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 -msgid "Formattable" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 -msgid "Formatted CSV attached in email" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +msgid "Forest Green" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 -msgid "Found invalid orderby options" +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 -msgid "Fraction digits" +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 -msgid "Frequency" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Formattable" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 -msgid "Friction" +#: superset-frontend/src/components/ReportModal/index.tsx:255 +msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 -msgid "Friction between nodes" +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 -msgid "Friday" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" msgstr "" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 +msgid "Found invalid orderby options" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +msgid "Fraction digits" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 +msgid "Friction" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 +msgid "Friction between nodes" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" +msgstr "" + +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +msgid "Full name" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -5797,27 +7334,51 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 msgid "Graph Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" @@ -5826,72 +7387,106 @@ msgstr "" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +msgid "Has created by" +msgstr "" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +msgid "Hide chart description" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +msgid "Hide password." +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "" -#: superset/initialization/__init__.py:222 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:278 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "" @@ -5899,80 +7494,89 @@ msgstr "" msgid "Horizon Chart" msgstr "" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format msgid "Hours %s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -5981,7 +7585,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -5990,60 +7594,63 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset/views/database/forms.py:164 +msgid "If Table Already Exists" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset/views/database/mixins.py:180 -msgid "If selected, please set the schemas allowed for csv upload in Extra." +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "" @@ -6052,19 +7659,19 @@ msgstr "" msgid "Import Dashboard(s)" msgstr "" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "" @@ -6072,28 +7679,28 @@ msgstr "" msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" msgstr "" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "" @@ -6101,126 +7708,132 @@ msgstr "" msgid "Import saved query failed for an unknown reason." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 -msgid "Include Series" +#: superset-frontend/src/explore/constants.ts:71 +msgid "In" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 -msgid "Include series name as an axis" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 -msgid "Include time" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" msgstr "" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 -msgid "Index Column" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +msgid "Interval" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 msgid "Intervals" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6235,134 +7848,177 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" msgstr "" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 msgid "Is certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" +msgstr "" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6382,13 +8038,40 @@ msgstr "" msgid "January" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +msgid "Jinja templating" +msgstr "" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6403,46 +8086,70 @@ msgstr "" msgid "June" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +msgid "Kilometers" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +msgid "LIMIT" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6450,17 +8157,18 @@ msgstr "" msgid "Label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "" @@ -6477,21 +8185,22 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "" @@ -6500,70 +8209,80 @@ msgstr "" msgid "Last Updated %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, python-format +msgid "Last Updated %s by %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "" @@ -6580,96 +8299,136 @@ msgstr "" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +msgid "Legend Orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +msgid "Light" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6678,63 +8437,93 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -6743,15 +8532,19 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "" @@ -6763,59 +8556,69 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +msgid "Locate the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "" @@ -6823,16 +8626,31 @@ msgstr "" msgid "Logs" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 -msgid "Longitude of default viewport" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 +msgid "Longitude of default viewport" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 @@ -6847,51 +8665,78 @@ msgstr "" msgid "MON" msgstr "" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" msgstr "" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 msgid "Map" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -6899,7 +8744,7 @@ msgstr "" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -6907,26 +8752,28 @@ msgstr "" msgid "March" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -6942,7 +8789,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -6954,34 +8801,45 @@ msgstr "" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +msgid "Maximum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -6989,136 +8847,138 @@ msgstr "" msgid "May" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +msgid "Mean values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Median values" +msgstr "" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -msgid "Metric for node values" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +msgid "Metric name" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "" @@ -7126,155 +8986,205 @@ msgstr "" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +msgid "Minimum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format msgid "Minutes %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7283,21 +9193,25 @@ msgstr "" msgid "Monday" msgstr "" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format msgid "Months %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +msgid "More" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +msgid "More filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7306,219 +9220,268 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 msgid "Multiple Line Charts" msgstr "" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +msgid "Must choose either a chart or a dashboard" +msgstr "" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +msgid "NUMERIC" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +msgid "New dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +msgid "New dataset name" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +msgid "New header" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7527,177 +9490,330 @@ msgstr "" msgid "No Access!" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 msgid "No Results" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +msgid "No annotation layers" +msgstr "" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +msgid "No applied filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +msgid "No charts yet" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +msgid "No columns found" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +msgid "No dashboards yet" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +msgid "No database tables found" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:320 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +msgid "No filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "No matching records found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +msgid "No saved queries yet" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +msgid "No table columns" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +msgid "Not added to any dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +msgid "Not in" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "" @@ -7705,15 +9821,24 @@ msgstr "" msgid "November" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "" +#: superset/views/database/forms.py:201 +msgid "Null Values" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" +msgstr "" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "" @@ -7721,57 +9846,91 @@ msgstr "" msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "" @@ -7779,12 +9938,15 @@ msgstr "" msgid "OCT" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "" @@ -7792,26 +9954,19 @@ msgstr "" msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -7819,30 +9974,28 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "" @@ -7871,102 +10024,113 @@ msgstr "" msgid "One or more metrics do not exist" msgstr "" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," " and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -7974,176 +10138,246 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 msgid "Operator" msgstr "" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +msgid "Orientation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 msgid "Original" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8151,24 +10385,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -8176,196 +10412,240 @@ msgstr "" msgid "Parameter error" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 msgid "Partition Chart" msgstr "" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 msgid "Percent Change" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Percentage metrics" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8376,202 +10656,267 @@ msgid "Pick your favorite markup language" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 msgid "Pivoted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." msgstr "" -#: superset/viz.py:891 -msgid "Please choose at least one metric" +#: superset/viz.py:911 +msgid "Please choose at least one 'Group by' field" msgstr "" -#: superset/viz.py:1578 -msgid "Please choose different metrics on left and right axis" +#: superset/viz.py:3229 +msgid "Please choose at least one groupby" +msgstr "" + +#: superset/viz.py:923 +msgid "Please choose at least one metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8579,55 +10924,55 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +msgid "Port" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8635,15 +10980,14 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "" @@ -8659,35 +11003,59 @@ msgstr "" msgid "Preview" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "" @@ -8695,56 +11063,62 @@ msgstr "" msgid "Profile picture provided by Gravatar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8752,182 +11126,207 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format msgid "Quarters %s" msgstr "" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +msgid "Queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 msgid "Query A" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 msgid "Query B" msgstr "" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +msgid "Query does not exist" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 msgid "Query mode" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "Radius in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Range" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "" @@ -8948,19 +11347,24 @@ msgstr "" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 msgid "Ratio" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -8968,7 +11372,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -8976,36 +11380,33 @@ msgstr "" msgid "Recent activity" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9013,25 +11414,23 @@ msgstr "" msgid "Record Count" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9039,15 +11438,15 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "" @@ -9055,44 +11454,48 @@ msgstr "" msgid "Refresh" msgstr "" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 -msgid "Refresh dashboard" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 -msgid "Refresh frequency" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh interval" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +msgid "Refresh tables" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +msgid "Refreshing charts" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9101,9 +11504,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 msgid "Relational" msgstr "" @@ -9113,29 +11517,37 @@ msgstr "" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +msgid "Reload" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +msgid "Remove cross-filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9143,143 +11555,156 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +msgid "Report Name" +msgstr "" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule selenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +msgid "Report schedule client error" +msgstr "" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +msgid "Report updated" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 msgid "Repulsion" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9287,54 +11712,91 @@ msgstr "" msgid "Request Permissions" msgstr "" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +msgid "Resource was not found." +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, python-format +msgid "Results %s" +msgstr "" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9342,31 +11804,35 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 msgid "Right Axis Metric" msgstr "" @@ -9374,189 +11840,216 @@ msgstr "" msgid "Right Axis chart(s)" msgstr "" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "" @@ -9565,34 +12058,39 @@ msgstr "" msgid "SEP" msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9604,42 +12102,115 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +msgid "SSH Tunnel could not be deleted." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +msgid "SSH Tunnel could not be updated." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +msgid "SSH Tunnel not found." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "" + +#: superset/datasets/commands/exceptions.py:177 +msgid "Samples for dataset could not be retrieved." +msgstr "" + +#: superset/explore/exceptions.py:45 +msgid "Samples for datasource could not be retrieved." +msgstr "" + +#: superset/viz.py:1935 msgid "Sankey" msgstr "" @@ -9651,112 +12222,165 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Satellite" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +msgid "Save & go to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +msgid "Save as Dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +msgid "Save as dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +msgid "Save as..." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +msgid "Save changes" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +msgid "Save dataset" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +msgid "Save to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "" @@ -9772,188 +12396,217 @@ msgstr "" msgid "Saved query parameters are invalid." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +msgid "Search columns" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:202 +msgid "Search in filters" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +msgid "Search tables" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "" @@ -9961,103 +12614,167 @@ msgstr "" msgid "Security & Access" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +msgid "See query details" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 msgid "Select a dashboard" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +msgid "Select a database table." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" +msgstr "" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +msgid "Select all data" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:201 +msgid "Select all items" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 msgid "Select charts" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +msgid "Select current page" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +msgid "Select database & schema" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +msgid "Select database table" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +msgid "Select dataset source" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +msgid "Select file" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "" @@ -10066,76 +12783,90 @@ msgstr "" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10143,145 +12874,177 @@ msgstr "" msgid "September" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +msgid "Series Order" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 msgid "Series type" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +msgid "Shared query fields" +msgstr "" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 msgid "Show Bubbles" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "" @@ -10289,39 +13052,16 @@ msgstr "" msgid "Show Database" msgstr "" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10329,11 +13069,12 @@ msgstr "" msgid "Show Log" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "" @@ -10341,39 +13082,32 @@ msgstr "" msgid "Show Metric Names" msgstr "" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 msgid "Show Range Filter" msgstr "" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +msgid "Show Total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10381,52 +13115,71 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 msgid "Show Values" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 msgid "Show all columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +msgid "Show chart description" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 msgid "Show columns total" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +msgid "Show empty columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "" @@ -10434,80 +13187,90 @@ msgstr "" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 msgid "Show less columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +msgid "Show password." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 msgid "Show progress" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10520,22 +13283,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10544,22 +13311,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "" @@ -10568,29 +13335,28 @@ msgstr "" msgid "Single Metric" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10598,64 +13364,101 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10663,141 +13466,141 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 msgid "Sort Bars" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +msgid "Sort Series Ascending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +msgid "Sort Series By" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "" @@ -10805,62 +13608,96 @@ msgstr "" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Square kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +msgid "Square meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +msgid "Square miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -10868,80 +13705,146 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 msgid "Start angle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "Start date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +msgid "Started" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 msgid "Step type" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +msgid "Stream" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -10949,20 +13852,32 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -10970,29 +13885,65 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +msgid "Successfully changed dataset!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +msgid "Sum values" +msgstr "" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -11000,32 +13951,40 @@ msgstr "" msgid "Sunburst Chart" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +msgid "Sunburst Chart v2" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "" -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "" @@ -11033,34 +13992,47 @@ msgstr "" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +msgid "Swap dataset" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11072,11 +14044,19 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:91 +msgid "TEMPORAL_RANGE" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "" @@ -11085,43 +14065,42 @@ msgstr "" msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "" @@ -11132,17 +14111,30 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +msgid "Table columns" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "" @@ -11152,24 +14144,56 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +msgid "Tag could not be created." +msgstr "" + +#: superset/tags/commands/exceptions.py:38 +msgid "Tag could not be deleted." +msgstr "" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +msgid "Tag parameters are invalid." +msgstr "" + +#: superset/tags/commands/exceptions.py:42 +msgid "Tagged Object could not be deleted." +msgstr "" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "" @@ -11179,45 +14203,44 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 msgid "Target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11228,68 +14251,91 @@ msgstr "" msgid "Test Connection" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +msgid "The chart datasource does not exist" +msgstr "" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11300,47 +14346,51 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11348,33 +14398,42 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +msgid "The database could not be found" +msgstr "" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "" -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11382,11 +14441,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11395,24 +14455,24 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "" -#: superset/errors.py:92 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11422,83 +14482,70 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11507,46 +14554,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11559,13 +14606,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11573,7 +14620,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11581,54 +14628,54 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "" msgstr[1] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11637,7 +14684,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11646,7 +14693,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11655,7 +14702,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11664,19 +14711,19 @@ msgid "" " they are needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11688,115 +14735,120 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "" @@ -11804,56 +14856,66 @@ msgstr "" msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -11861,8 +14923,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -11883,52 +14945,70 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "" @@ -11936,7 +15016,7 @@ msgstr "" msgid "There are unsaved changes." msgstr "" -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -11948,96 +15028,123 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +msgid "There was an error fetching dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +msgid "There was an error fetching dataset's related objects" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12045,55 +15152,55 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 #, python-format -msgid "There was an issue fetching your recent activity: %s" +msgid "There was an issue fetching your chart: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12101,65 +15208,103 @@ msgid "" "parameters." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" "This color scheme is being overridden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12173,11 +15318,11 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "" @@ -12185,51 +15330,74 @@ msgstr "" msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12238,18 +15406,18 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12258,80 +15426,117 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +msgid "This visualization type does not support cross-filtering." +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 msgid "Time Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "" @@ -12339,84 +15544,91 @@ msgstr "" msgid "Time Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +msgid "Time Ratio" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 msgid "Time Series" msgstr "" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12425,11 +15637,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12437,25 +15664,17 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 msgid "Time format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "" @@ -12464,49 +15683,49 @@ msgstr "" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +msgid "Time ratio" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +msgid "Time series" +msgstr "" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "" @@ -12517,40 +15736,40 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart (legacy)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 msgid "Time-series Percent Change" msgstr "" @@ -12558,32 +15777,33 @@ msgstr "" msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12591,11 +15811,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12607,105 +15827,136 @@ msgstr "" msgid "Timeout error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 msgid "Tiny" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 msgid "Title is required" msgstr "" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +msgid "Top left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +msgid "Total value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -12713,11 +15964,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -12725,107 +15976,143 @@ msgstr "" msgid "Tree Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 msgid "Tree orientation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +msgid "Truncate Metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Tukey" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "" @@ -12839,77 +16126,90 @@ msgstr "" msgid "UI Configuration" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -12917,129 +16217,141 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 -msgid "Unknown" +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" msgstr "" -#: superset/db_engine_specs/mysql.py:129 +#: superset-frontend/src/features/home/ActivityTable.tsx:86 +msgid "Unknown" +msgstr "" + +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 msgid "Unknown value" msgstr "" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +msgid "Untitled Dataset" +msgstr "" + +#: superset/views/sql_lab/views.py:148 +msgid "Untitled Query" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" +msgstr "" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "" @@ -13047,71 +16359,117 @@ msgstr "" msgid "Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" msgstr "" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 -msgid "Use Area Proportions" +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" msgstr "" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -msgid "Use Columns" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" msgstr "" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, python-format +msgid "Use %s to open in a new tab." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" + +#: superset/views/database/forms.py:462 +msgid "Use Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." @@ -13121,8 +16479,17 @@ msgstr "" msgid "Use the edit button to change this field" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" @@ -13132,7 +16499,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13142,7 +16509,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13150,24 +16517,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13175,24 +16546,18 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13200,6 +16565,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13207,155 +16573,186 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +msgid "View Dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 -msgid "View in SQL Lab" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 -#, python-format -msgid "View keys & indexes (%s)" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +msgid "View as table" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 -msgid "View query" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 +msgid "View in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 +#, python-format +msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 +msgid "View query" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, python-format msgid "Viewed %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13369,6 +16766,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13381,41 +16784,58 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " "subdivisions (states, provinces, etc) on a choropleth map. Each " @@ -13423,7 +16843,7 @@ msgid "" "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13444,11 +16864,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "" @@ -13456,68 +16876,84 @@ msgstr "" msgid "WED" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13525,86 +16961,122 @@ msgstr "" msgid "Wednesday" msgstr "" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format msgid "Weeks %s" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 #, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +msgstr[1] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 #, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13613,85 +17085,103 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -13699,164 +17189,171 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -13864,7 +17361,8 @@ msgstr "" msgid "White" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "" @@ -13872,11 +17370,15 @@ msgstr "" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -13885,119 +17387,140 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 msgid "Word Rotation" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +msgid "X-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "" @@ -14009,28 +17532,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14042,35 +17564,66 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +msgid "Y-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format msgid "Years %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14078,91 +17631,121 @@ msgstr "" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "" @@ -14171,195 +17754,294 @@ msgstr "" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "" +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 -msgid "You don't have any favorites yet!" +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." msgstr "" -#: superset/key_value/commands/exceptions.py:45 -msgid "You don't have permission to modify the value." +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." msgstr "" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset-frontend/src/features/home/EmptyState.tsx:170 +msgid "You don't have any favorites yet!" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 -msgid "You don't have the rights to alter this title." +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 +msgid "You don't have permission to modify the value." msgstr "" -#: superset/views/core.py:406 -msgid "You have no permission to approve this request" +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 -msgid "You have removed this filter." +#: superset/views/core.py:923 +msgid "You don't have the rights to alter this chart" msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 -msgid "You have unsaved changes." +#: superset/views/core.py:1097 +msgid "You don't have the rights to alter this dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 -msgid "You must pick a name for the new dashboard" +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 -msgid "You must run the query successfully first" +#: superset/views/core.py:929 +msgid "You don't have the rights to create a chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 -msgid "Your dashboard is too large. Please reduce its size before saving it." +#: superset/views/core.py:1113 +msgid "You don't have the rights to create a dashboard" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset/views/core.py:644 +msgid "You don't have the rights to download as csv" +msgstr "" + +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 +msgid "You have unsaved changes." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 +msgid "You must run the query successfully first" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "Your dashboard is too large. Please reduce its size before saving it." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Zero imputation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" msgstr "" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14367,22 +18049,20 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 @@ -14390,103 +18070,196 @@ msgstr "" msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +msgid "auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +msgid "change" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 msgid "charts" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +msgid "clear all filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 msgid "count" msgstr "" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +msgid "create" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +msgid "create a new chart" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 msgid "dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +msgid "dataset name" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "" @@ -14499,30 +18272,87 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +msgid "default" +msgstr "" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +msgid "deviation" msgstr "" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "" @@ -14530,34 +18360,69 @@ msgstr "" msgid "dttm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +msgid "entries" +msgstr "" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14583,47 +18448,89 @@ msgstr "" msgid "every month" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +msgid "explore" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +msgid "failed" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +msgid "heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -14633,7 +18540,7 @@ msgstr "" msgid "in" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "" @@ -14651,21 +18558,21 @@ msgstr "" msgid "joined" msgstr "" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 msgid "label" msgstr "" @@ -14689,25 +18596,76 @@ msgstr "" msgid "last year" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 msgid "left" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +msgid "linear" +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +msgid "max" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +msgid "min" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "" @@ -14716,61 +18674,148 @@ msgstr "" msgid "minute(s)" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +msgid "monotone" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +msgid "name" +msgstr "" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +msgid "or" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "pending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +msgid "permalink state not found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -14779,123 +18824,285 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +msgid "quarter" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "running" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +msgid "series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +msgid "square" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +msgid "step-after" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +msgid "success" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 msgid "top" msgstr "" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +msgid "view instructions" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +msgid "viz type" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 -msgid "Add/Edit Filters" -msgstr "" - -#: superset-frontend/src/views/components/MenuRight.tsx:105 -msgid "Connect database" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" msgstr "" diff --git a/superset/translations/nl/LC_MESSAGES/messages.json b/superset/translations/nl/LC_MESSAGES/messages.json index 4851bcd033f93..318eaa2340a26 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.json +++ b/superset/translations/nl/LC_MESSAGES/messages.json @@ -2,4839 +2,4962 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "nl" }, - "The datasource is too large to query.": [ - "De gegevensbron is te groot om te bevragen." - ], - "The database is under an unusual load.": [ - "De database wordt ongebruikelijk zwaar belast." + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Deze filter werd geërfd van de context van het dashboard.\n Dit wordt niet opgeslagen bij het opslaan van de grafiek.\n " ], - "The database returned an unexpected error.": [ - "De database gaf een onverwachte foutmelding." + "\n Error: %(text)s\n ": [ + "\n Fout: %(text)s\n " ], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "The column was deleted or renamed in the database.": [ - "De kolom werd verwijderd of hernoemd in de database." - ], - "The table was deleted or renamed in the database.": [ - "De tabel werd verwijderd of hernoemd in de database." - ], - "One or more parameters specified in the query are missing.": [ - "Een of meer in de query opgegeven parameters ontbreken." - ], - "The hostname provided can't be resolved.": [ - "De opgegeven hostnaam kan niet worden gevonden." + " expression which needs to adhere to the ": [ + " uitdrukking die moet voldoen aan de " ], - "The port is closed.": ["De poort is gesloten."], - "The host might be down, and can't be reached on the provided port.": [ + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "Superset encountered an error while running a command.": [ - "een fout is opgetreden in Superset tijdens het uitvoeren van een commando." - ], - "Superset encountered an unexpected error.": [ - "Er is een onverwachte fout opgetreden in Superset." - ], - "The username provided when connecting to a database is not valid.": [""], - "The password provided when connecting to a database is not valid.": [""], - "Either the username or the password is wrong.": [ - "Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": ["!= (Is niet gelijk)"], + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s kunnen om veiligheidsredenen niet als gegevensbron worden gebruikt." ], - "Either the database is spelled incorrectly or does not exist.": [""], - "The schema was deleted or renamed in the database.": [ - "Het schema werd verwijderd of hernoemd in de database." + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": ["%(name)s.csv"], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "%(user)s kreeg de rol %(role)s die toegang geeft tot de %(datasource)s" ], - "User doesn't have the proper permissions.": [ - "Gebruiker heeft niet de juiste permissies." + "%(user)s's profile": ["%(user)s’s profiel"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s was niet in staat om uw query te controleren.\nControleer uw query opnieuw.\nUitzondering: %(ex)s" ], - "One or more parameters needed to configure a database are missing.": [ - "" + "%s Error": ["%s Fout"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["%s Geselecteerd"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s Geselecteerd (%s Fysiek, %s Virtueel)" ], - "The submitted payload has the incorrect format.": [""], - "The submitted payload has the incorrect schema.": [""], - "Results backend needed for asynchronous queries is not configured.": [ + "%s Selected (Physical)": ["%s Geselecteerd (Fysiek)"], + "%s Selected (Virtual)": ["%s Geselecteerd (Virtueel)"], + "%s aggregates(s)": ["%s aggrega(a)t(en)"], + "%s column(s)": ["%s kolom(men)"], + "%s operator(s)": ["%s operator(s)"], + "%s option(s)": ["%s optie(s)"], + "%s saved metric(s)": ["%s opgeslagen meeteenhe(i)d(en)"], + "%s%s": ["%s%s"], + "%s-%s of %s": ["%s-%s van %s"], + "(Removed)": ["(Verwijderd)"], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "" ], - "Database does not allow data manipulation.": [""], - "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "CVAS (create view as select) query has more than one statement.": [""], - "CVAS (create view as select) query is not a SELECT statement.": [""], - "Query is too complex and takes too long to run.": [""], - "The database is currently running too many queries.": [""], - "One or more parameters specified in the query are malformatted.": [""], - "The object does not exist in the given database.": [""], - "The query has a syntax error.": [""], - "The results backend no longer has the data from the query.": [""], - "The query associated with the results was deleted.": [""], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "The port number is invalid.": [""], - "Failed to start remote query on a worker.": [""], - "The database was deleted.": [""], - "Invalid certificate": ["Ongeldig certificaat"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" - ], - "Unsupported return value for method %(name)s": [ - "Niet-ondersteunde terugkeer waarde voor methode %(name)s" - ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" + ".": [""], + "0 Selected": ["0 Geselecteerd"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1 uur"], + "1 minute": ["1 minuut"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 year ago": [""], + "10 minute": ["10 minuten"], + "104 weeks ago": [""], + "15 minute": ["15 minuten"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 letter code of the country": [""], + "3 years ago": [""], + "30 days": ["30 dagen"], + "30 minute": [""], + "30 minutes": ["30 minuten"], + "30 second": [""], + "30 seconds": ["30 seconden"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": ["5 minuten"], + "5 minutes": ["5 minuten"], + "5 second": [""], + "52 weeks ago": [""], + "6 hour": [""], + "60 days": ["60 dagen"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90 dagen"], + ":": [":"], + "< (Smaller than)": ["< (Kleiner dan)"], + "<= (Smaller or equal)": ["<= (Kleiner of gelijk)"], + "": [""], + "": [""], + "== (Is equal)": ["== (Is gelijk)"], + "> (Larger than)": ["> (Groter dan)"], + ">= (Larger or equal)": [">= (Groter of gelijk)"], + "A Big Number": [""], + "A comma separated list of columns that should be parsed as dates.": [ + "Een door komma’s gescheiden lijst van kolommen die als datums moeten worden geparseerd." ], - "Unsupported template value for key %(key)s": [ - "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" + "A database with the same name already exists.": [""], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "Only SELECT statements are allowed against this database.": [""], - "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "A handlebars template that is applied to the data": [""], + "A human-friendly name": ["Een mensvriendelijke naam"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "Results backend is not configured.": [""], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "A map of the world, that can indicate values in different countries.": [ "" ], - "Viz is missing a datasource": ["Viz mist een gegevensbron"], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "From date cannot be larger than to date": [ - "Van datum kan niet groter zijn dan tot datum" + "A metric to use for color": ["Een meeteenheid te gebruiken voor kleur"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "Cached value not found": ["Cached waarde niet gevonden"], - "Columns missing in datasource: %(invalid_columns)s": [ - "Kolommen ontbreken in databron: %(invalid_columns)s" + "A readable URL for your dashboard": [ + "Een leesbare URL voor uw dashboard" ], - "Table View": ["Tabel Weergave"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Kies een granulariteit in de sectie Tijd of vink ‘Inclusief tijd’ uit" + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Een set parameters die beschikbaar worden in de query met behulp van Jinja templating syntax" ], - "Time Table View": ["Tijd tabelweergave"], - "Pick at least one metric": ["Kies ten minste één meeteenheid"], - "When using 'Group By' you are limited to use a single metric": [ - "Bij gebruik van ‘Group By’ bent u beperkt tot het gebruik van één meeteenheid" + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Pivot Table": ["Draaitabel"], - "Please choose at least one 'Group by' field ": [ - "Kies ten minste één veld ‘Groeperen op’ " + "A timeout occurred while executing the query.": [ + "Er is een time-out opgetreden tijdens het uitvoeren van de query." ], - "Please choose at least one metric": ["Kies ten minste één meeteenheid"], - "Group By' and 'Columns' can't overlap": [ - "‘Group By’ en ‘Kolommen’ kunnen elkaar niet overlappen" + "A timeout occurred while generating a csv.": [ + "Er is een time-out opgetreden tijdens het genereren van een csv." ], - "Treemap": ["Treemap"], - "Calendar Heatmap": ["Kalender Heatmap"], - "Bubble Chart": ["Bubbelgrafiek"], - "Please use 3 different metric labels": [ - "Gelieve 3 verschillende meeteenheid labels te gebruiken" + "A timeout occurred while generating a dataframe.": [""], + "A timeout occurred while taking a screenshot.": [ + "Er is een time-out opgetreden tijdens het maken van een screenshot." ], - "Pick a metric for x, y and size": [ - "Kies een meeteenheid voor x, y en grootte" + "A valid color scheme is required": [ + "Een geldig kleurenschema is vereist" ], - "Bullet Chart": ["Kogel diagram"], - "Pick a metric to display": ["Kies een meeteenheid om weer te geven"], - "Big Number with Trendline": ["Groot getal met trendlijn"], - "Pick a metric!": ["Kies een meeteenheid!"], - "Big Number": ["Groot Getal"], - "Time Series - Line Chart": ["Tijdreeks - Lijngrafiek"], - "Pick a time granularity for your time series": [ - "Kies een tijdschaal voor uw tijdreeks" + "APPLY": ["TOEPASSEN"], + "APR": ["APR"], + "AQE": ["AQE"], + "AUG": ["AUG"], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "About": ["Over"], + "Access": ["Toegang"], + "Access requests": ["Toegangsverzoeken"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": ["Toegang werd gevraagd"], + "Action": ["Actie"], + "Action Log": ["Actie Log"], + "Actions": ["Acties"], + "Active": ["Actief"], + "Actual time range": ["Reële tijdspanne"], + "Adaptive formatting": [""], + "Add": ["Voeg toe"], + "Add Alert": [""], + "Add CSS Template": ["Voeg CSS Template toe"], + "Add CSS template": ["Voeg CSS template toe"], + "Add Chart": ["Voeg grafiek toe"], + "Add Column": ["Kolom toevoegen"], + "Add Dashboard": ["Voeg Dashboard toe"], + "Add Database": ["Voeg Database toe"], + "Add Log": ["Voeg Log toe"], + "Add Metric": ["Voeg meeteenheid toe"], + "Add Report": [""], + "Add Row level security filter": [ + "Voeg beveiligingsfilter op rijniveau toe" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Add Saved Query": ["Voeg Opgeslagen Query toe"], + "Add a Plugin": ["Voeg een Plugin toe"], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [""], + "Add an item": ["Voeg een item toe"], + "Add and edit filters": [""], + "Add annotation": ["Aantekening toevoegen"], + "Add annotation layer": ["Aantekeningenlaag toevoegen"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "Time Series - Multiple Line Charts": [ - "Tijdreeksen - Meervoudige lijndiagrammen" - ], - "Time Series - Dual Axis Line Chart": [ - "Tijdreeks - lijngrafiek met twee assen" - ], - "Pick a metric for left axis!": [ - "Kies een meeteenheid voor de linkeras!" - ], - "Pick a metric for right axis!": [ - "Kies een meeteenheid voor de rechteras!" + "Add delivery method": ["Leveringswijze toevoegen"], + "Add filter": ["Filter toevoegen"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Please choose different metrics on left and right axis": [ - "Kies verschillende meeteenheden op de linker- en rechteras" - ], - "Time Series - Bar Chart": ["Tijdreeks - Staafdiagram"], - "Time Series - Period Pivot": ["Tijdreeksen - Periode draaitabel"], - "Time Series - Percent Change": ["Tijdreeks - Procentuele verandering"], - "Time Series - Stacked": ["Tijdreeksen - Gestapeld"], - "Histogram": ["Histogram"], - "Must have at least one numeric column specified": [ - "Er moet minstens één numerieke kolom gespecificeerd zijn" - ], - "Distribution - Bar Chart": ["Verdeling - Staafdiagram"], - "Can't have overlap between Series and Breakdowns": [ - "Overlapping tussen Series en Breakdowns is niet mogelijk" - ], - "Pick at least one field for [Series]": [ - "Kies minstens één veld voor [Series]" + "Add filters and dividers": [""], + "Add item": ["Voeg item toe"], + "Add metric": ["Meeteenheid toevoegen"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": ["Meldingsmethode toevoegen"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add sheet": [""], + "Add to dashboard": ["Toevoegen aan het dashboard"], + "Add/Edit Filters": [""], + "Added": ["Toegevoegd"], + "Additional Parameters": [""], + "Additional fields may be required": [""], + "Additional information": ["Bijkomende informatie"], + "Additional metadata": [""], + "Additional padding for legend.": [""], + "Additional parameters": [""], + "Additional settings.": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Additive": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Geavanceerd"], + "Advanced Analytics": [""], + "Advanced analytics": ["Geavanceerde analytics"], + "Advanced-Analytics": [""], + "Aesthetic": [""], + "After": [""], + "Aggregate": [""], + "Aggregate Mean": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "Sunburst": ["Sunburst"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Kies precies 2 kolommen als [Bron / Doel]" + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "Directed Force Layout": ["Directed Force Layout"], - "Country Map": ["Landenkaart"], - "World Map": ["Wereld kaart"], - "Filters": ["Filters"], - "Invalid filter configuration, please select a column": [ - "Ongeldige filterconfiguratie, selecteer een kolom" + "Aggregation function": [""], + "Alert Triggered, In Grace Period": [ + "Waarschuwing geactiveerd, in grace periode" ], - "Parallel Coordinates": ["Parallelle coördinaten"], - "Heatmap": ["Heatmap"], - "Horizon Charts": ["Horizon-grafieken"], - "Mapbox": ["Mapbox"], - "[Longitude] and [Latitude] must be set": [ - "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" + "Alert condition": ["Naam waarschuwingsconditie"], + "Alert condition schedule": ["Waarschuwing conditie planning"], + "Alert ended grace period.": ["Waarschuwing beëindigd grace period."], + "Alert failed": ["Waarschuwing mislukt"], + "Alert fired during grace period.": [ + "Waarschuwing afgevuurd tijdens grace period." ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" + "Alert found an error while executing a query.": [ + "Alert heeft een fout gevonden tijdens het uitvoeren van een query." ], - "Choice of [Label] must be present in [Group By]": [ - "Keuze van [Label] moet aanwezig zijn in [Groep door]" + "Alert name": ["Naam van de waarschuwing"], + "Alert on grace period": ["Waarschuwing tijdens grace period"], + "Alert query returned a non-number value.": [ + "Alert query heeft een waarde geretourneerd die geen getal is." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" + "Alert query returned more than one column.": [ + "Alert query heeft meer dan één kolom geretourneerd." ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen per]" + "Alert query returned more than one column. %s columns returned": [ + "Alert query retourneerde meer dan één kolom. %s kolommen geretourneerd" ], - "Deck.gl - Multiple Layers": ["Deck.gl - Meerdere Lagen"], - "Bad spatial key": ["Ongeldige ruimtelijke sleutel"], - "Invalid spatial point encountered: %s": [ - "Ongeldig ruimtelijk punt aangetroffen: %s" + "Alert query returned more than one row.": [ + "Alert query retourneerde meer dan één rij." ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "" + "Alert query returned more than one row. %s rows returned": [ + "Alert query heeft meer dan één rij geretourneerd. %s rijen geretourneerd" ], - "Deck.gl - Scatter plot": ["Deck.gl - Scatter plot"], - "Deck.gl - Screen Grid": ["Deck.gl - Screen Grid"], - "Deck.gl - 3D Grid": ["Deck.gl - 3D Grid"], - "Deck.gl - Paths": ["Deck.gl - Paths"], - "Deck.gl - Polygon": ["Deck.gl - Polygon"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Arc": ["Deck.gl - Arc"], - "Event flow": ["Event flow"], - "Time Series - Paired t-test": ["Tijdreeks - Paired t-test"], - "Time Series - Nightingale Rose Chart": [ - "Tijdreeks - Nightingale Rose grafiek" + "Alert running": ["Alarm actief"], + "Alert triggered, notification sent": [ + "Alarm geactiveerd, kennisgeving verzonden" ], - "Partition Diagram": ["Partition Diagram"], - "Deleted %(num)d annotation layer": [ - "%(num)d Aantekeningenlaag verwijderd", - "%(num)d aantekeninglagen verwijderd" + "Alert validator config error.": [ + "Waarschuwing validator configuratiefout." ], + "Alerts": ["Waarschuwingen"], + "Alerts & Reports": ["Waarschuwingen en rapporten"], + "Alerts & reports": ["Waarschuwingen & rapporten"], + "Align +/-": [""], + "All": ["Alle"], "All Text": ["Alle tekst"], - "Deleted %(num)d annotation": [ - "%(num)d aantekening verwijderd", - "%(num)d aantekeningen verwijderd" + "All charts": ["Alle grafieken"], + "All filters": ["Alle filters"], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [ + "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" ], - "End date must be after start date": [ - "Einddatum moet na begindatum liggen" + "Allow CREATE TABLE AS": ["Sta CREATE TABLE AS toe"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Sta de CREATE TABLE AS optie toe in SQL Lab" ], - "Short description must be unique for this layer": [ - "Korte beschrijving moet uniek zijn voor deze laag" + "Allow CREATE VIEW AS": ["Sta CREATE VIEW AS toe"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Sta de CREATE VIEW AS optie toe in SQL Lab" ], - "Annotations could not be deleted.": [ - "Aantekeningen konden niet worden verwijderd." + "Allow Csv Upload": ["Csv upload toestaan"], + "Allow DML": ["DML toestaan"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [ + "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" ], - "Annotation not found.": ["Aantekening niet gevonden."], - "Annotation parameters are invalid.": [ - "Aantekening parameters zijn ongeldig." + "Allow creation of new views based on queries": [ + "Aanmaken van nieuwe views gebaseerd op queries toestaan" ], - "Annotation could not be created.": [ - "Aantekening kon niet worden aangemaakt." + "Allow data manipulation language": ["Sta data manipulatie taal toe"], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "Annotation could not be updated.": [ - "Aantekening kon niet worden bijgewerkt." + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Sta manipulatie van de database toe met niet-SELECT statements zoals UPDATE, DELETE, CREATE, enz." ], - "Annotation delete failed.": ["Aantekening verwijderen mislukt."], - "Annotation layer parameters are invalid.": [ - "De parameters van de aantekeningenlaag zijn ongeldig." + "Allow multiple selections": ["Meerdere selecties toestaan"], + "Allow node selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [ + "Sta toe dat deze database wordt opgevraagd in SQL Lab" ], - "Annotation layer could not be deleted.": [ - "Aantekeningenlaag kon niet worden verwijderd." + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "" ], - "Annotation layer could not be created.": [ - "Aantekeningenlaag kon niet worden aangemaakt." + "Allowed Domains (comma separated)": [""], + "Alphabetical": ["Alfabetisch"], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" ], - "Annotation layer could not be updated.": [ - "Aantekeningenlaag kon niet worden bijgewerkt." + "Altered": ["Gewijzigd"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "" ], - "Annotation layer not found.": ["Aantekeningenlaag niet gevonden."], - "Annotation layer delete failed.": [ - "Het verwijderen van de Aantekeningenlaag is mislukt." + "An engine must be specified when passing individual parameters to a database.": [ + "" ], - "Annotation layer has associated annotations.": [ - "Aantekeningenlaag heeft bijbehorende aantekeningen." + "An error has occurred": ["Er is een fout opgetreden"], + "An error occurred": ["Er is een fout opgetreden"], + "An error occurred saving dataset": [ + "Er is een fout opgetreden bij het opslaan van dataset" ], - "Name must be unique": ["De naam moet uniek zijn"], - "Deleted %(num)d chart": [ - "Verwijderde %(num)d grafiek", - "Verwijderde %(num)d grafieken" + "An error occurred while accessing the value.": [""], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. Neem contact op met uw beheerder." ], - "Is certified": [""], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" + "An error occurred while creating %ss: %s": [""], + "An error occurred while creating the data source": [ + "Er is een fout opgetreden bij het aanmaken van de gegevensbron" ], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "onderste percentiel moet groter zijn dan 0 en kleiner dan 100. Moet lager zijn dan het bovenste percentiel." + "An error occurred while creating the value.": [""], + "An error occurred while deleting the value.": [""], + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. Neem contact op met uw beheerder." ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "" + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while fetching available CSS templates": [ + "Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" ], - "`width` must be greater or equal to 0": [ - "`breedte` moet groter of gelijk zijn aan 0" + "An error occurred while fetching chart created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door waarden: %s" ], - "`row_limit` must be greater than or equal to 0": [ - "`rij_limiet` moet groter of gelijk aan 0 zijn" + "An error occurred while fetching chart owners values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars waarden: %s" ], - "`row_offset` must be greater than or equal to 0": [ - "`rij_offset` moet groter zijn dan of gelijk aan 0" + "An error occurred while fetching created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden: %s" ], - "orderby column must be populated": [""], - "There are associated alerts or reports: %s,": [ - "Er zijn gerelateerde waarschuwingen of rapporten: %s," + "An error occurred while fetching dashboard created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door waarden: %s" ], - "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "" + "An error occurred while fetching dashboard owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar waarden: %s" ], - "Cannot parse time string [%(human_readable)s]": [ - "Kan tijdstring [%(human_readable)s] niet parsen" + "An error occurred while fetching dashboards": [""], + "An error occurred while fetching dashboards: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "" + "An error occurred while fetching database related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van databasegerelateerde gegevens: %s" ], - "Database does not exist": ["Database bestaat niet"], - "Dashboards do not exist": ["Dashboards bestaan niet"], - "Datasource type is required when datasource_id is given": [ - "Datasourcetype is vereist wanneer datasource_id is gegeven" - ], - "Chart parameters are invalid.": ["Grafiekparameters zijn ongeldig."], - "Chart could not be created.": ["Grafiek kon niet worden aangemaakt."], - "Chart could not be updated.": ["De grafiek kon niet worden bijgewerkt."], - "Chart could not be deleted.": ["Grafiek kon niet worden verwijderd."], - "There are associated alerts or reports": [ - "Er zijn geassocieerde waarschuwingen of rapporten" - ], - "You don't have access to this chart.": [""], - "Changing this chart is forbidden": [ - "Het is verboden deze grafiek te wijzigen" + "An error occurred while fetching database values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" ], - "Charts could not be deleted.": [ - "Grafieken konden niet worden verwijderd." + "An error occurred while fetching dataset datasource values: %s": [ + "Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" ], - "Import chart failed for an unknown reason": [ - "Import grafiek mislukt om een onbekende reden" + "An error occurred while fetching dataset owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de dataset: %s" ], - "Chart has no query context saved. Please save the chart again.": [""], - "Request is incorrect: %(error)s": ["Verzoek is onjuist: %(error)s"], - "Request is not JSON": ["Verzoek is geen JSON"], - "Empty query result": [""], - "Owners are invalid": ["Eigenaren zijn ongeldig"], - "Some roles do not exist": ["Sommige rollen bestaan niet"], - "Dataset does not exist": ["Dataset bestaat niet"], - "Invalid result type: %(result_type)s": [""], - "The chart does not exist": ["De grafiek bestaat niet"], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "" + "An error occurred while fetching dataset related data": [ + "Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde gegevens" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "" + "An error occurred while fetching dataset related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: %s" ], - "`operation` property of post processing object undefined": [ - "`operation` eigenschap van post processing object ongedefinieerd" + "An error occurred while fetching datasets: %s": [ + "Er is een fout opgetreden bij het ophalen van datasets: %s" ], - "Unsupported post processing operation: %(operation)s": [ - "Niet-ondersteunde nabewerking: %(operation)s" + "An error occurred while fetching function names.": [ + "Er is een fout opgetreden bij het ophalen van functienamen." ], - "Datasource id not found: %(id)s": [""], - "Adding new datasource [{}]": ["Nieuwe databron toevoegen [{}]"], - "Refreshing datasource [{}]": ["Vernieuwen datasource [{}]"], - "Metric(s) {} must be aggregations.": [ - "Meeteenheid(en) {} moeten aggregaties zijn." + "An error occurred while fetching schema values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" ], - "Unsupported extraction function: ": [ - "Niet ondersteunde extractie functie: " + "An error occurred while fetching tab state": [ + "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" ], - "Columns": ["Kolommen"], - "Show Druid Column": ["Druid kolom tonen"], - "Add Druid Column": ["Druid kolom toevoegen"], - "Edit Druid Column": ["Druid kolom bewerken"], - "Column": ["Kolom"], - "Type": ["Type"], - "Datasource": ["Gegevensbron"], - "Groupable": ["Groepeerbaar"], - "Filterable": ["Filterbaar"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "" + "An error occurred while fetching table metadata": [ + "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel" ], - "Metrics": ["Meeteenheden"], - "Show Druid Metric": ["Toon Druid meeteenheid"], - "Add Druid Metric": ["Voeg Druid meeteenheid toe"], - "Edit Druid Metric": ["Bewerk Druid meeteenheid"], - "Metric": ["Meeteenheid"], - "Description": ["Omschrijving"], - "Verbose Name": ["Verklarende naam"], - "JSON": ["JSON"], - "Druid Datasource": ["Druid Databron"], - "Warning Message": ["Waarschuwing"], - "Druid Clusters": ["Druid Clusters"], - "Show Druid Cluster": ["Toon Druid Cluster"], - "Add Druid Cluster": ["Voeg Druid Cluster toe"], - "Edit Druid Cluster": ["Bewerk Druid Cluster"], - "Cluster Name": ["Cluster Naam"], - "Broker Host": ["Broker gastheer"], - "Broker Port": ["Broker Poort"], - "Broker Username": ["Broker Gebruikersnaam"], - "Broker Password": ["Broker Wachtwoord"], - "Broker Endpoint": ["Broker Eindpunt"], - "Cache Timeout": ["Cache Timeout"], - "Metadata Last Refreshed": ["Laatst bijgewerkte metadata"], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel. Neem contact op met uw beheerder." ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ - "" + "An error occurred while fetching user values: %s": [""], + "An error occurred while hiding the left bar. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem contact op met uw beheerder." ], - "Druid Datasources": ["Druid Databronnen"], - "Show Druid Datasource": ["Toon Druid Databron"], - "Add Druid Datasource": ["Voeg Druid Databron toe"], - "Edit Druid Datasource": ["Bewerk Druid Databron"], - "The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'": [ - "" + "An error occurred while importing %s: %s": [""], + "An error occurred while loading the SQL": [ + "Er is een fout opgetreden bij het laden van de SQL" ], - "Timezone offset (in hours) for this datasource": [ - "Tijdzone-offset (in uren) voor deze databron" + "An error occurred while opening Explore": [""], + "An error occurred while pruning logs ": [ + "Er is een fout opgetreden tijdens opschonen van de logbestanden " ], - "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": [ + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "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": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Gaat naar dit eindpunt wanneer op de databron in de databron-lijst wordt geklikt" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het verwijderen van het tabelschema. Neem contact op met uw beheerder." ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "" + "An error occurred while rendering the visualization: %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem contact op met uw beheerder." ], - "Associated Charts": ["Gerelateerde grafieken"], - "Data Source": ["Data bron"], - "Cluster": ["Cluster"], - "Owners": ["Eigenaars"], - "Is Hidden": ["Is verborgen"], - "Enable Filter Select": ["Inschakelen Filter Keuze"], - "Default Endpoint": ["Standaard eindpunt"], - "Time Offset": ["Tijd Offset"], - "Datasource Name": ["Databron Naam"], - "Fetch Values From": ["Waarden ophalen uit"], - "Changed By": ["Gewijzigd door"], - "Modified": ["Gewijzigd"], - "Refreshed metadata from cluster [{}]": [ - "Vernieuwde metadata van cluster [{}]" + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem contact op met uw beheerder." ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Fout in jinja expressie in fetch values predicate: %(msg)s" + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van de database-ID van het tabblad. Neem contact op met uw beheerder." ], - "Virtual dataset query must be read-only": [ - "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het tabblad schema. Neem contact op met uw beheerder." ], - "Error while rendering virtual dataset query: %(msg)s": [ - "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "" ], - "Virtual dataset query cannot be empty": [ - "Query virtuele dataset kan niet leeg zijn" + "An error occurred while starring this chart": [""], + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" ], - "Virtual dataset query cannot consist of multiple statements": [ - "Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Fout in jinja expressie in RLS filters: %(msg)s" + "An error occurred while updating the value.": [""], + "An unknown error occurred. Please contact your Superset administrator": [ + "Er is een onbekende fout opgetreden. Neem contact op met uw Superset-beheerder" ], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "" + "Anchor to": ["Veranker naar"], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Animation": [""], + "Annotation": ["Aantekening"], + "Annotation Layers": ["Aantekeningen Lagen"], + "Annotation Slice Configuration": ["Configuratie van Aantekening sectie"], + "Annotation could not be created.": [ + "Aantekening kon niet worden aangemaakt." ], - "Empty query?": ["Lege query?"], - "Metric '%(metric)s' does not exist": [ - "Meeteenheid “%(metric)s” bestaat niet" + "Annotation could not be updated.": [ + "Aantekening kon niet worden bijgewerkt." ], - "Unknown column used in orderby: %(col)s": [ - "Onbekende kolom gebruikt in orderby: %(col)s" + "Annotation delete failed.": ["Aantekening verwijderen mislukt."], + "Annotation layer": ["Aantekeningenlaag"], + "Annotation layer could not be created.": [ + "Aantekeningenlaag kon niet worden aangemaakt." ], - "Time column \"%(col)s\" does not exist in dataset": [ - "Tijdkolom “%(col)s” bestaat niet in dataset" + "Annotation layer could not be deleted.": [ + "Aantekeningenlaag kon niet worden verwijderd." ], - "Filter value list cannot be empty": [ - "Filterwaardenlijst kan niet leeg zijn" + "Annotation layer could not be updated.": [ + "Aantekeningenlaag kon niet worden bijgewerkt." ], - "Must specify a value for filters with comparison operators": [ - "Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" + "Annotation layer delete failed.": [ + "Het verwijderen van de Aantekeningenlaag is mislukt." ], - "Invalid filter operation type: %(op)s": [ - "Ongeldig filterwerkingstype: %(op)s" + "Annotation layer description columns": [""], + "Annotation layer has associated annotations.": [ + "Aantekeningenlaag heeft bijbehorende aantekeningen." ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Fout in jinja expressie in WHERE clause: %(msg)s" + "Annotation layer interval end": [""], + "Annotation layer name": ["Naam aantekeningenlaag"], + "Annotation layer not found.": ["Aantekeningenlaag niet gevonden."], + "Annotation layer opacity": [""], + "Annotation layer parameters are invalid.": [ + "De parameters van de aantekeningenlaag zijn ongeldig." ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Fout in jinja expressie in HAVING clausule: %(msg)s" + "Annotation layer stroke": [""], + "Annotation layer time column": [""], + "Annotation layer title column": [""], + "Annotation layer type": ["Type aantekeningenlaag"], + "Annotation layer value": [""], + "Annotation layers": ["Aantekeningenlagen"], + "Annotation layers are still loading.": [ + "Aantekening lagen worden nog steeds geladen." ], - "Database does not support subqueries": [ - "Database ondersteunt geen subquery’s" + "Annotation name": ["Naam van de aantekening"], + "Annotation not found.": ["Aantekening niet gevonden."], + "Annotation parameters are invalid.": [ + "Aantekening parameters zijn ongeldig." ], - "Db engine did not return all queried columns": [ - "Db engine retourneerde niet alle opgevraagde kolommen" + "Annotation source type": [""], + "Annotation template created": [""], + "Annotation template updated": [""], + "Annotations and Layers": [""], + "Annotations and layers": ["Aantekeningen en lagen"], + "Annotations could not be deleted.": [ + "Aantekeningen konden niet worden verwijderd." ], - "Only `SELECT` statements are allowed": [ - "Alleen `SELECT` statements zijn toegestaan" + "Any": ["Elke"], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven die worden toegepast op de individuele grafieken van dit dashboard" ], - "Only single queries supported": [ - "Alleen enkelvoudige query’s worden ondersteund" + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" ], - "Show Column": ["Toon Kolom"], - "Add Column": ["Kolom toevoegen"], - "Edit Column": ["Kolom toevoegen"], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "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.": [ + "Append": ["Voeg toe"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "" ], - "Table": ["Tabel"], - "Expression": ["Expressie"], - "Is temporal": ["Is tijdelijk"], - "Datetime Format": ["Datumtijd Formaat"], - "Invalid date/timestamp format": ["Ongeldig datum/tijdstempel formaat"], - "Show Metric": ["Toon meeteenheid"], - "Add Metric": ["Voeg meeteenheid toe"], - "Edit Metric": ["Bewerk meeteenheid"], - "SQL Expression": ["SQL Expressie"], - "D3 Format": ["D3 Formaat"], - "Extra": ["Extra"], - "Row level security filter": ["Beveiligingsfilter op rijniveau"], - "Show Row level security filter": [ - "Toon beveiligingsfilter op rijniveau" + "Apply": ["Toepassen"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply filters": [""], + "Apply metrics on": [""], + "Apply to all panels": ["Toepassen op alle panelen"], + "Apply to specific panels": ["Toepassen op specifieke panelen"], + "April": ["April"], + "Arc": [""], + "Are you sure you want to cancel?": [ + "Weet je zeker dat je wilt annuleren?" ], - "Add Row level security filter": [ - "Voeg beveiligingsfilter op rijniveau toe" + "Are you sure you want to delete": [ + "Weet je zeker dat je wilt verwijderen" ], - "Edit Row level security filter": [ - "Bewerk Rij niveau beveiligingsfilter" + "Are you sure you want to delete the selected %s?": [ + "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" ], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ - "" + "Are you sure you want to delete the selected annotations?": [ + "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" ], - "These are the tables this filter will be applied to.": [ - "Dit zijn de tabellen waarop dit filter zal worden toegepast." + "Are you sure you want to delete the selected charts?": [ + "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" ], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ - "" + "Are you sure you want to delete the selected dashboards?": [ + "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ - "" + "Are you sure you want to delete the selected datasets?": [ + "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ - "" + "Are you sure you want to delete the selected layers?": [ + "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" ], - "Tables": ["Tabellen"], - "Roles": ["Rollen"], - "Clause": ["Clausule"], - "Creator": ["Maker"], - "Show Table": ["Toon tabel"], - "Import a table definition": ["Importeer een tabeldefinitie"], - "Edit Table": ["Bewerk tabel"], - "Name of the table that exists in the source database": [ - "Naam van de tabel die bestaat in de brondatabase" + "Are you sure you want to delete the selected queries?": [ + "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Schema, zoals alleen gebruikt in sommige databases zoals Postgres, Redshift en DB2" + "Are you sure you want to delete the selected templates?": [ + "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Dit veld werkt als een Superset view, wat betekent dat Superset een query zal uitvoeren tegen deze string als een subquery." + "Are you sure you want to proceed?": [ + "Weet je zeker dat je door wilt gaan?" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "" + "Are you sure you want to save and apply changes?": [ + "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" ], - "Redirects to this endpoint when clicking on the table from the table list": [ + "Area Chart": [""], + "Area Chart (legacy)": [""], + "Area chart": [""], + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Geeft aan of de tabel werd gegenereerd door de “Visualize” stroom in SQL Lab" - ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Een set parameters die beschikbaar worden in de query met behulp van Jinja templating syntax" - ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Arrow": [""], + "Associated Charts": ["Gerelateerde grafieken"], + "Async Execution": ["Async uitvoering"], + "Asynchronous query execution": ["Asynchrone uitvoering van query’s"], + "August": ["Augustus"], + "Auto Zoom": [""], + "Autocomplete": ["Autocomplete"], + "Autocomplete filters": ["Autocomplete filters"], + "Autocomplete query predicate": ["Autocomplete query predicaat"], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Axis": [""], + "Axis Bounds": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": ["Backend"], + "Backward values": [""], + "Bad formula.": [""], + "Bad spatial key": ["Ongeldige ruimtelijke sleutel"], + "Bar": [""], + "Bar Chart": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Values": [""], + "Base layer map style": [""], + "Based on a metric": ["Gebaseerd op een meeteenheid"], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": ["Berekende kolom [%s] vereist een uitdrukking"], + "Basic information": ["Basis informatie"], + "Batch editing %d filters:": ["Batchbewerking %d filters:"], + "Battery level over time": [""], + "Be careful.": ["Pas op."], + "Before": [""], + "Big Number": ["Groot Getal"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Groot getal met trendlijn"], + "Bottom": [""], + "Bottom Margin": [""], + "Bottom left": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom right": [""], + "Bottom to Top": [""], + "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.": [ "" ], - "Database": ["Database"], - "Last Changed": ["Laatste wijziging"], - "Schema": ["Schema"], - "Offset": ["Offset"], - "Table Name": ["Tabel Naam"], - "Fetch Values Predicate": ["Waarden ophalen Predicaat"], - "Main Datetime Column": ["Kolom Hoofd Datumtijd"], - "SQL Lab View": ["SQL Lab View"], - "Template parameters": ["Template parameters"], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ + "Bounds for the 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.": [ "" ], - "Refresh Metadata": ["Metagegevens vernieuwen"], - "Refresh column metadata": ["Kolom metagegevens verversen"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metagegevens ververst voor de volgende tabel(len): %(tables)s" - ], - "The following tables added new columns: %(tables)s": [ - "De volgende tabellen hebben nieuwe kolommen toegevoegd: %(tables)s" - ], - "The following tables removed columns: %(tables)s": [ - "De volgende tabellen verwijderden kolommen: %(tables)s" - ], - "The following tables update column metadata: %(tables)s": [ - "De volgende tabellen werken de kolommetagegevens bij: %(tables)s" - ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "Kan metagegevens voor de volgende tabel(len) niet vernieuwen: %(tables)s" - ], - "Deleted %(num)d css template": [ - "Verwijderde %(num)d css sjabloon", - "Verwijderde %(num)d css sjablonen" + "Box Plot": [""], + "Breakdowns": [""], + "Bubble Chart": ["Bubbelgrafiek"], + "Bubble Color": [""], + "Bubble Size": [""], + "Bubble size": ["Bubbelgrootte"], + "Bucket break points": [""], + "Bulk select": ["Selecteer in bulk"], + "Bullet Chart": ["Kogel diagram"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "" ], + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": ["ANNULEER"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "CREATE VIEW statement": ["CREATE VIEW statement"], + "CRON expression": ["CRON expressie"], + "CSS": ["CSS"], + "CSS Styles": [""], + "CSS Templates": ["CSS-sjablonen"], + "CSS applied to the chart": [""], + "CSS template": ["CSS template"], "CSS template could not be deleted.": [ "CSS sjabloon kon niet worden verwijderd." ], + "CSS template name": ["CSS template naam"], "CSS template not found.": ["CSS sjabloon niet gevonden."], - "Deleted %(num)d dashboard": [ - "Verwijderde %(num)d dashboard", - "Verwijderde %(num)d dashboards" + "CSS templates": ["CSS templates"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in database “%(db_name)s”" ], - "Title or Slug": ["Titel of Slug"], - "Role": ["Rol"], - "Must be unique": ["Moet uniek zijn"], - "Dashboard parameters are invalid.": [ - "Dashboard parameters zijn ongeldig." + "CSV to Database configuration": ["CSV naar Database configuratie"], + "CSV upload": ["CSV upload"], + "CTAS & CVAS SCHEMA": ["CTAS & CVAS SCHEMA"], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" ], - "Dashboard could not be created.": [ - "Dashboard kon niet worden aangemaakt." + "CTAS Schema": ["CTAS Schema"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" ], - "Dashboards could not be deleted.": [ - "Dashboards konden niet worden verwijderd." + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": ["Cache Timeout"], + "Cache Timeout (seconds)": ["Cache Timeout (seconden)"], + "Cache timeout": ["Cache timeout"], + "Cached %s": ["Cached %s"], + "Cached value not found": ["Cached waarde niet gevonden"], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [ + "Berekende kolom [%s] vereist een uitdrukking" ], - "Dashboard could not be updated.": [ - "Dashboard kon niet worden bijgewerkt." + "Calculated columns": ["Berekende kolommen"], + "Calculation type": ["Soort berekening"], + "Calendar Heatmap": ["Kalender Heatmap"], + "Can not move top level tab into nested tabs": [ + "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" ], - "Dashboard could not be deleted.": [ - "Dashboard kon niet worden verwijderd." + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [ + "Overlapping tussen Series en Breakdowns is niet mogelijk" ], - "Changing this Dashboard is forbidden": [ - "Het is verboden dit dashboard te veranderen" + "Cancel": ["Annuleer"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Kan dashboard niet importeren: %(db_error)s.\nZorg ervoor dat u de database aanmaakt voordat u het dashboard importeert." ], - "Import dashboard failed for an unknown reason": [ - "Dashboard importeren mislukt om een onbekende reden" + "Cannot load filter": ["Kan filter niet laden"], + "Cannot parse time string [%(human_readable)s]": [ + "Kan tijdstring [%(human_readable)s] niet parsen" ], - "You don't have access to this dashboard.": [ - "Je hebt geen toegang tot dit dashboard." + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell Size": [""], + "Cell bars": [""], + "Cell content": ["Cel inhoud"], + "Cell limit": [""], + "Center": [""], + "Certification": [""], + "Certification details": ["Details certificering"], + "Certified": [""], + "Certified By": [""], + "Certified by": ["Gecertificeerd door"], + "Certified by %s": ["Gecertificeerd door %s"], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Gewijzigd door"], + "Changed on": ["Gewijzigd op"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Het wijzigen van de dataset kan de grafiek breken indien de grafiek steunt op kolommen of metadata die niet bestaan in de doel-dataset" ], - "No data in file": ["Geen gegevens in het bestand"], - "Table name undefined": ["Tabelnaam niet gedefinieerd"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Veld kan niet gedecodeerd worden door JSON. %(msg)s" - ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %(key)s is ongeldig." - ], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "" + "Changing this Dashboard is forbidden": [ + "Het is verboden dit dashboard te veranderen" ], - "An engine must be specified when passing individual parameters to a database.": [ - "" + "Changing this chart is forbidden": [ + "Het is verboden deze grafiek te wijzigen" ], - "Engine \"%(engine)s\" is not a valid engine.": [ - "Engine “%(engine)s” is geen geldige engine." + "Changing this control takes effect instantly": [ + "Het veranderen van deze controleknop heeft onmiddellijk effect" ], - "Database parameters are invalid.": [ - "Database parameters zijn ongeldig." + "Changing this dataset is forbidden": [ + "Veranderen van deze dataset is verboden" ], - "A database with the same name already exists.": [""], - "Field is required": ["Veld is verplicht"], - "Field cannot be decoded by JSON. %(json_error)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %{key}s is ongeldig." + "Changing this dataset is forbidden.": [ + "Het is verboden deze dataset te wijzigen." ], - "Database not found.": ["Database niet gevonden."], - "Database could not be created.": [ - "Database kon niet worden aangemaakt." + "Changing this report is forbidden": [ + "Het is verboden dit rapport te wijzigen" ], - "Database could not be updated.": [ - "De database kon niet worden bijgewerkt." + "Character to interpret as decimal point.": [ + "Teken te interpreteren als decimaalteken." ], - "Connection failed, please check your connection settings": [ - "Verbinding mislukt, controleer uw verbindingsinstellingen" + "Chart": ["Grafiek"], + "Chart %(id)s not found": ["Grafiek %(id)s niet gevonden"], + "Chart Cache Timeout": ["Cache time-out"], + "Chart ID": ["Grafiek ID"], + "Chart Options": [""], + "Chart Orientation": [""], + "Chart Title": [""], + "Chart [{}] has been overwritten": ["Grafiek [{}] is overschreven"], + "Chart [{}] has been saved": ["Grafiek [{}] is opgeslagen"], + "Chart [{}] was added to dashboard [{}]": [ + "Grafiek [{}] werd toegevoegd aan dashboard [{}]" ], - "Cannot delete a database that has datasets attached": [""], - "Database could not be deleted.": [ - "Database kon niet worden verwijderd." + "Chart cache timeout": ["Grafiek cache timeout"], + "Chart changes": ["Veranderingen in de grafiek"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" ], - "Stopped an unsafe database connection": [ - "Stopte een onveilige database connectie" + "Chart could not be created.": ["Grafiek kon niet worden aangemaakt."], + "Chart could not be deleted.": ["Grafiek kon niet worden verwijderd."], + "Chart could not be updated.": ["De grafiek kon niet worden bijgewerkt."], + "Chart does not exist": ["Grafiek bestaat niet"], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart height": [""], + "Chart imported": [""], + "Chart name": ["Grafiek naam"], + "Chart options": [""], + "Chart parameters are invalid.": ["Grafiekparameters zijn ongeldig."], + "Chart properties updated": [""], + "Chart type": ["Toe grafiek"], + "Chart type requires a dataset": [""], + "Charts": ["Grafieken"], + "Charts could not be deleted.": [ + "Grafieken konden niet worden verwijderd." ], - "Could not load database driver": ["Kon het database driver niet laden"], - "Unexpected error occurred, please check your logs for details": [ - "Er is een onverwachte fout opgetreden, controleer uw logs voor details" + "Check configuration": ["Check configuratie"], + "Check for sorting ascending": ["Controle op oplopend sorteren"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "Import database failed for an unknown reason": [ - "Import database mislukt om een onbekende reden" + "Check out this chart in dashboard:": [ + "Kijk naar deze grafiek in het dashboard:" ], - "Could not load database driver: {}": [ - "Kon het database driver niet laden: {}" + "Check out this chart: ": [""], + "Check out this dashboard: ": ["Kijk naar dit dashboard:"], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Vink aan om filters onmiddellijk toe te passen als ze veranderen in plaats van de [Toepassen] knop weer te geven" ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [""], - "Database is offline.": [""], - "Deleted %(num)d dataset": [ - "Verwijderde %(num)d dataset", - "Verwijderde %(num)d datasets" + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [ + "Vink aan om tijdkolom dropdown op te nemen" ], - "Null or Empty": ["Nul of Leeg"], - "Dataset column not found.": ["Dataset kolom niet gevonden."], - "Dataset column delete failed.": ["Dataset kolom verwijderen mislukt."], - "Changing this dataset is forbidden.": [ - "Het is verboden deze dataset te wijzigen." + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [ + "Keuze van [Label] moet aanwezig zijn in [Groep door]" ], - "Dataset %(name)s already exists": ["Dataset %(name)s bestaat al"], - "Database not allowed to change": ["Database mag niet wijzigen"], - "One or more columns do not exist": ["Een of meer kolommen bestaan niet"], - "One or more columns are duplicated": [ - "Een of meer kolommen zijn gedupliceerd" + "Choice of [Point Radius] must be present in [Group By]": [ + "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" ], - "One or more columns already exist": ["Een of meer kolommen bestaan al"], - "One or more metrics do not exist": [ - "Een of meer meeteenheden bestaan niet" + "Choose File": ["Kies Bestand"], + "Choose a chart or dashboard not both": [ + "Kies een grafiek of een dashboard, niet beide" ], - "One or more metrics are duplicated": [ - "Een of meer meetgegevens zijn gedupliceerd" + "Choose a database...": [""], + "Choose a dataset": ["Kies een dataset"], + "Choose a metric for left axis": [""], + "Choose a metric for right axis": [ + "Kies een meeteenheid voor de rechteras" ], - "One or more metrics already exist": [ - "Een of meer meetgegevens bestaan al" + "Choose a number format": [""], + "Choose a source": [""], + "Choose a source and a target": [""], + "Choose a target": [""], + "Choose a unique name": [""], + "Choose chart type": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose one or more charts for left axis": [""], + "Choose one or more charts for right axis": [""], + "Choose the annotation layer type": ["Kies het aantekeningenlaagtype"], + "Choose the format for legend values": [""], + "Choose the position of the legend": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" ], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Chord Diagram": [""], + "Chosen non-numeric column": ["Gekozen niet-numerieke kolom"], + "Circle": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ "" ], - "Dataset parameters are invalid.": ["Dataset parameters zijn ongeldig."], - "Dataset could not be created.": ["Dataset kon niet worden aangemaakt."], - "Dataset could not be updated.": ["Dataset kon niet worden bijgewerkt."], - "Dataset could not be deleted.": ["Dataset kon niet worden verwijderd."], - "Dataset(s) could not be bulk deleted.": [ - "Dataset(s) konden niet in bulk worden verwijderd." + "Clause": ["Clausule"], + "Clear": ["Verwijder"], + "Clear all": ["Wis alles"], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "Changing this dataset is forbidden": [ - "Veranderen van deze dataset is verboden" + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" ], - "Import dataset failed for an unknown reason": [ - "Import dataset mislukt om een onbekende reden" + "Click the lock to make changes.": [ + "Klik op het slotje om wijzigingen aan te brengen." ], - "You don't have access to this dataset.": [""], - "Dataset metric not found.": ["Dataset meeteenheid niet gevonden."], - "Dataset metric delete failed.": [ - "Dataset meetgegevens verwijderen mislukt." + "Click the lock to prevent further changes.": [ + "Klik op het slotje om verdere wijzigingen te voorkomen." ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ "" ], - "Original value": ["Originele waarde"], - "Second": ["Seconde"], - "5 second": [""], - "30 second": [""], - "Minute": ["Minuut"], - "5 minute": ["5 minuten"], - "10 minute": ["10 minuten"], - "15 minute": ["15 minuten"], - "30 minute": [""], - "Hour": ["Uur"], - "6 hour": [""], - "Day": ["Dag"], - "Week": ["Week"], - "Month": ["Maand"], - "Quarter": ["Kwartaal"], - "Year": ["Jaar"], - "Week starting Sunday": ["Week beginnend op zondag"], - "Week starting Monday": ["Week beginnend op maandag"], - "Week ending Saturday": ["Week beginnend op zaterdag"], - "Week_ending Sunday": [""], - "Username": ["Gebruikersnaam"], - "Password": ["Wachtwoord"], - "Hostname or IP address": ["Hostnaam of IP-adres"], - "Database port": ["Database poort"], - "Database name": ["Database naam"], - "Additional parameters": [""], - "Use an encrypted connection to the database": [""], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "" + "Click to cancel sorting": [""], + "Click to edit": ["Klik om te bewerken"], + "Click to edit %s in a new tab": [""], + "Click to edit label": [""], + "Click to favorite/unfavorite": [ + "Klik om voorkeur aan te geven/voorkeur te verwijderen" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Click to force-refresh": ["Klik om te herladen"], + "Click to see difference": ["Klik om het verschil te zien"], + "Close": ["Sluit"], + "Close all other tabs": ["Sluit alle andere tabbladen"], + "Close tab": ["Tabblad sluiten"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": ["Code"], + "Collapse all": ["Alles inklappen"], + "Collapse table preview": [""], + "Color": ["Kleur"], + "Color +/-": [""], + "Color Metric": [""], + "Color Scheme": [""], + "Color Steps": [""], + "Color bounds": [""], + "Color metric": ["Kleur meeteenheid"], + "Color of the target location": [""], + "Color scheme": ["Kleurenschema"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "Colors": ["Kleuren"], + "Column": ["Kolom"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Column Formatting": [""], + "Column Label(s)": ["Kolom Label(s)"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "Ofwel is de gebruikersnaam “%(username)s”, ofwel het wachtwoord, ofwel de databasenaam “%(database)s” niet correct." - ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "De hostnaam “%(hostname)s” kan niet worden opgelost." - ], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." - ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "De host “%(hostname)s” is misschien down, en kan niet bereikt worden op poort %(port)s." + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column is required": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Either the username “%(username)s” or the password is incorrect." + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Onbekende MySQL server host “%(hostname)s”." + "Column name [%s] is duplicated": ["Kolomnaam [%s] is gedupliceerd"], + "Column referenced by aggregate is undefined: %(column)s": [ + "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" ], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "De host “%(hostname)s” is misschien down en kan niet worden bereikt." + "Column select": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Unable to connect to database \"%(database)s\".": [ - "Kan geen verbinding maken met database “%(database)s”." + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" ], - "The username \"%(username)s\" does not exist.": [ - "De gebruikersnaam “%(username)s” bestaat niet." + "Columnar File": [""], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + "Columnar to Database configuration": [""], + "Columns": ["Kolommen"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Kolommen ontbreken in databron: %(invalid_columns)s" ], - "Please re-enter the password.": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to display": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Combine Metrics": [""], + "Combine metrics": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ "" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" ], - "Unknown Presto Error": ["Onbekende Presto Fout"], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ "" ], - "%(object)s does not exist in this database.": [""], - "We can't seem to resolve the column \"%(column_name)s\"": [""], - "Home": ["Home"], - "Annotation Layers": ["Aantekeningen Lagen"], - "Manage": ["Beheer"], - "Dashboards": ["Dashboards"], - "Charts": ["Grafieken"], - "Plugins": ["Plugins"], - "CSS Templates": ["CSS-sjablonen"], - "Row Level Security": [""], - "Security": ["Beveiliging"], - "Import Dashboards": ["Dashboards importeren"], - "SQL Editor": ["SQL-editor"], - "SQL Lab": ["SQL-lab"], - "Saved Queries": ["Opgeslagen Queries"], - "Query History": ["Query Geschiedenis"], - "Databases": ["Databases"], - "Data": ["Gegevens"], - "Datasets": ["Datasets"], - "Action Log": ["Actie Log"], - "Dashboard Emails": ["Dashboard E-mails"], - "Chart Email Schedules": ["E-mail schema’s grafieken"], - "Alerts": ["Waarschuwingen"], - "Alerts & Reports": ["Waarschuwingen en rapporten"], - "Access requests": ["Toegangsverzoeken"], - "Scan New Datasources": ["Scan Nieuwe Databronnen"], - "Refresh Druid Metadata": ["Druid metagegevens vernieuwen"], - "An error occurred while creating the value.": [""], - "An error occurred while accessing the value.": [""], - "An error occurred while deleting the value.": [""], - "An error occurred while updating the value.": [""], - "You don't have permission to modify the value.": [""], - "Temporal expression not supported for type: %(col_type)s": [ - "Tijdelijke uitdrukking niet ondersteund voor type: %(col_type)s" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Deleted %(num)d saved query": [ - "%(num)d opgeslagen query verwijderd", - "%(num)d opgeslagen zoekopdrachten verwijderd" + "Comparison": [""], + "Comparison Period Lag": [""], + "Comparison suffix": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [ + "Bereken de bijdrage aan het totaal" ], - "Saved queries could not be deleted.": [ - "Opgeslagen zoekopdrachten konden niet worden verwijderd." + "Condition": [""], + "Conditional formatting": [""], + "Confidence interval": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Confidence interval moet tussen 0 en 1 liggen (exclusief)" ], - "Saved query not found.": ["Opgeslagen query niet gevonden."], - "Import saved query failed for an unknown reason.": [ - "Import opgeslagen query mislukt om een onbekende reden." + "Configuration": ["Configuratie"], + "Configure Advanced Time Range ": [ + "Geavanceerde tijdspanne configureren " ], - "Saved query parameters are invalid.": [ - "Opgeslagen query parameters zijn ongeldig." + "Configure Time Range: Last...": ["Configureer Tijdspanne: Laatste…"], + "Configure Time Range: Previous...": ["Configureer Tijdspanne: Vorige…"], + "Configure custom time range": ["Configureer aangepaste tijdspanne"], + "Configure filter scopes": ["Filter scopes configureren"], + "Configure the basics of your Annotation Layer.": [ + "Configureer de basis van uw Aantekeningenlaag." ], - "Deleted %(num)d report schedule": [ - "Verwijderde %(num)d rapport schema", - "Verwijderde %(num)d rapport schema’s" + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Value must be greater than 0": ["Waarde moet groter zijn dan 0"], - "Alert query returned more than one row. %s rows returned": [ - "Alert query heeft meer dan één rij geretourneerd. %s rijen geretourneerd" + "Configure your how you overlay is displayed here.": [ + "Configureer hier hoe uw overlay wordt weergegeven." ], - "Alert query returned more than one column. %s columns returned": [ - "Alert query retourneerde meer dan één kolom. %s kolommen geretourneerd" + "Confirm save": ["Opslaan bevestigen"], + "Connect": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect a database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": [""], + "Connection failed, please check your connection settings": [ + "Verbinding mislukt, controleer uw verbindingsinstellingen" ], - "Dashboard does not exist": ["Het dashboard bestaat niet"], - "Chart does not exist": ["Grafiek bestaat niet"], - "Database is required for alerts": [ - "Database is nodig voor waarschuwingen" + "Connection looks good!": [""], + "Continue": [""], + "Continuous": [""], + "Contribution": ["Bijdrage"], + "Contribution Mode": [""], + "Control": [""], + "Control labeled ": ["Controle gelabeld "], + "Controls labeled ": [""], + "Coordinates": [""], + "Copied to clipboard!": ["Gekopieerd naar het klembord!"], + "Copy": [""], + "Copy SELECT statement to the clipboard": [ + "Kopieer SELECT-instructie naar het klembord" ], - "Type is required": ["Type is vereist"], - "Choose a chart or dashboard not both": [ - "Kies een grafiek of een dashboard, niet beide" + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": ["Kopieer link"], + "Copy message": ["Kopieer bericht"], + "Copy of %s": ["Kopie van %s"], + "Copy partition query to clipboard": [ + "Kopieer partitie query naar klembord" ], - "Please save your chart first, then try creating a new email report.": [ - "" + "Copy query URL": ["Kopieer query URL"], + "Copy query link to your clipboard": [ + "Kopieer query link naar uw klembord" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Copy the account name of that database you are trying to connect to.": [ "" ], - "Report Schedule parameters are invalid.": [ - "De parameters van het rapportageplanning zijn ongeldig." - ], - "Report Schedule could not be deleted.": [ - "Rapportage planning kon niet worden verwijderd." + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to Clipboard": ["Kopieer naar Klembord"], + "Copy to clipboard": ["Kopieer naar klembord"], + "Correlation": [""], + "Cost estimate": ["Kostenraming"], + "Could not determine datasource type": ["Kon type databron niet bepalen"], + "Could not fetch all saved charts": [ + "Kon niet alle opgeslagen grafieken ophalen" ], - "Report Schedule could not be created.": [ - "Rapportage planning kon niet worden aangemaakt." + "Could not find viz object": ["Kon het viz object niet vinden"], + "Could not load database driver": ["Kon het database driver niet laden"], + "Could not load database driver: %(driver_name)s": [ + "Kon database driver niet laden: %(driver_name)s" ], - "Report Schedule could not be updated.": [ - "Rapportage planning kon niet worden bijgewerkt." + "Could not load database driver: {}": [ + "Kon het database driver niet laden: {}" ], - "Report Schedule not found.": ["Rapportage planning niet gevonden."], - "Report Schedule delete failed.": [ - "Rapportage planning verwijderen mislukt." + "Count Unique Values": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country": [""], + "Country Color Scheme": [""], + "Country Column": [""], + "Country Field Type": [""], + "Country Map": ["Landenkaart"], + "Create": ["Maak"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "Report Schedule log prune failed.": [ - "Rapportage planning log prune mislukt." + "Create a new chart": ["Maak een nieuwe grafiek"], + "Create chart with dataset": [""], + "Create new chart": ["Maak een nieuwe grafiek"], + "Create new filter set": ["Maak een nieuwe filterset"], + "Create or select schema...": [""], + "Created": ["Aangemaakt"], + "Created On": ["Gecreëerd op"], + "Created by": ["Gecreëerd door"], + "Created content": ["Aangemaakte content"], + "Created on": ["Gemaakt op"], + "Creating a data source and creating a new tab": [ + "Een gegevensbron maken en een nieuw tabblad maken" ], - "Report Schedule execution failed when generating a screenshot.": [ - "Rapportage planning uitvoering mislukt bij het genereren van een screenshot." + "Creator": ["Maker"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "Report Schedule execution failed when generating a csv.": [ - "Rapportage planning mislukt bij het genereren van een csv." + "Cumulative": [""], + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": ["Custom Plugin"], + "Custom Plugins": ["Custom Plugins"], + "Custom SQL": ["Custom SQL"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": ["Pas aan"], + "Customize Metrics": [""], + "Customize columns": [""], + "Cyclic dependency detected": [""], + "D3 Format": ["D3 Formaat"], + "D3 format": ["D3 formaat"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "Report Schedule execution failed when generating a dataframe.": [""], - "Report Schedule execution got an unexpected error.": [ - "Rapportage planning uitvoering kreeg een onverwachte fout." + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["DEC"], + "DELETE": ["VERWIJDER"], + "DML": ["DML"], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Dashboard"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" ], - "Report Schedule is still working, refusing to re-compute.": [ - "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." + "Dashboard could not be created.": [ + "Dashboard kon niet worden aangemaakt." ], - "Report Schedule reached a working timeout.": [ - "Rapportage planning heeft een werk time-out bereikt." + "Dashboard could not be deleted.": [ + "Dashboard kon niet worden verwijderd." ], - "Alert query returned more than one row.": [ - "Alert query retourneerde meer dan één rij." + "Dashboard could not be updated.": [ + "Dashboard kon niet worden bijgewerkt." ], - "Alert validator config error.": [ - "Waarschuwing validator configuratiefout." + "Dashboard does not exist": ["Het dashboard bestaat niet"], + "Dashboard imported": [""], + "Dashboard parameters are invalid.": [ + "Dashboard parameters zijn ongeldig." ], - "Alert query returned more than one column.": [ - "Alert query heeft meer dan één kolom geretourneerd." + "Dashboard properties": ["Dashboard eigenschappen"], + "Dashboard properties updated": [""], + "Dashboard scheme": [""], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "Alert query returned a non-number value.": [ - "Alert query heeft een waarde geretourneerd die geen getal is." + "Dashboards": ["Dashboards"], + "Dashboards could not be deleted.": [ + "Dashboards konden niet worden verwijderd." ], - "Alert found an error while executing a query.": [ - "Alert heeft een fout gevonden tijdens het uitvoeren van een query." + "Dashboards do not exist": ["Dashboards bestaan niet"], + "Data": ["Gegevens"], + "Data Table": [""], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" ], - "A timeout occurred while executing the query.": [ - "Er is een time-out opgetreden tijdens het uitvoeren van de query." + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" ], - "A timeout occurred while taking a screenshot.": [ - "Er is een time-out opgetreden tijdens het maken van een screenshot." + "Data has no time steps": [""], + "Data preview": ["Data preview"], + "Data refreshed": [""], + "Data type": ["Data type"], + "DataFrame include at least one series": [ + "DataFrame bevat ten minste één reeks" ], - "A timeout occurred while generating a csv.": [ - "Er is een time-out opgetreden tijdens het genereren van een csv." + "DataFrame must include temporal column": [ + "DataFrame moet een temporele kolom bevatten" ], - "A timeout occurred while generating a dataframe.": [""], - "Alert fired during grace period.": [ - "Waarschuwing afgevuurd tijdens grace period." + "Database": ["Database"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" ], - "Alert ended grace period.": ["Waarschuwing beëindigd grace period."], - "Alert on grace period": ["Waarschuwing tijdens grace period"], - "Report Schedule sellenium user not found": [ - "Rapport Schema sellenium gebruiker niet gevonden" - ], - "Report Schedule state not found": [ - "Rapport Schedule state niet gevonden" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "" ], - "Report schedule unexpected error": ["Onverwachte fout in rapportschema"], - "Changing this report is forbidden": [ - "Het is verboden dit rapport te wijzigen" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" ], - "An error occurred while pruning logs ": [ - "Er is een fout opgetreden tijdens opschonen van de logbestanden " + "Database Creation Error": [""], + "Database URL": ["Database URL"], + "Database connected": [""], + "Database could not be created.": [ + "Database kon niet worden aangemaakt." ], - "\n Error: %(text)s\n ": [ - "\n Fout: %(text)s\n " + "Database could not be deleted.": [ + "Database kon niet worden verwijderd." ], - "Explore in Superset": [""], - "%(name)s.csv": ["%(name)s.csv"], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ - "" + "Database could not be updated.": [ + "De database kon niet worden bijgewerkt." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s kunnen om veiligheidsredenen niet als gegevensbron worden gebruikt." + "Database does not allow data manipulation.": [""], + "Database does not exist": ["Database bestaat niet"], + "Database does not support subqueries": [ + "Database ondersteunt geen subquery’s" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "The parameter %(parameters)s in your query is undefined.": [ - "", - "The following parameters in your query are undefined: %(parameters)s." + "Database error": ["Database fout"], + "Database is offline.": [""], + "Database is required for alerts": [ + "Database is nodig voor waarschuwingen" ], - "The query contains one or more malformed template parameters.": [""], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "" + "Database name": ["Database naam"], + "Database not allowed to change": ["Database mag niet wijzigen"], + "Database not found.": ["Database niet gevonden."], + "Database parameters are invalid.": [ + "Database parameters zijn ongeldig." ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n *%(name)s*\n\n <%(url)s|Verken in Superset>\n " + "Database port": ["Database poort"], + "Database settings updated": [""], + "Databases": ["Databases"], + "Dataframe Index": ["Dataframe Index"], + "Dataset": ["Dataset"], + "Dataset %(name)s already exists": ["Dataset %(name)s bestaat al"], + "Dataset column delete failed.": ["Dataset kolom verwijderen mislukt."], + "Dataset column not found.": ["Dataset kolom niet gevonden."], + "Dataset could not be created.": ["Dataset kon niet worden aangemaakt."], + "Dataset could not be deleted.": ["Dataset kon niet worden verwijderd."], + "Dataset could not be updated.": ["Dataset kon niet worden bijgewerkt."], + "Dataset does not exist": ["Dataset bestaat niet"], + "Dataset imported": [""], + "Dataset is required": ["Dataset is vereist"], + "Dataset metric delete failed.": [ + "Dataset meetgegevens verwijderen mislukt." ], - "Explore in Superset

": [ - "Verken in Superset

" + "Dataset metric not found.": ["Dataset meeteenheid niet gevonden."], + "Dataset name": ["Dataset naam"], + "Dataset parameters are invalid.": ["Dataset parameters zijn ongeldig."], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [ + "Dataset(s) konden niet in bulk worden verwijderd." ], - "\n Explore in Superset

\n \n ": [ - "\n Verken in Superset

\n \n " + "Datasets": ["Datasets"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Verken in Superset>\n " + "Datasets do not contain a temporal column": [""], + "Datasource": ["Gegevensbron"], + "Datasource & Chart Type": [""], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [ + "Datasourcetype is vereist wanneer datasource_id is gegeven" ], - "[Alert] %(label)s": ["[Alert] %(label)s"], - "New": ["Nieuw"], - "SQL Query": ["SQL Query"], - "Chart": ["Grafiek"], - "Dashboard": ["Dashboard"], - "Profile": ["Profiel"], - "Info": ["Info"], - "Logout": ["Afmelden"], - "Login": ["Aanmelden"], - "Record Count": ["Record Aantal"], - "No records found": ["Geen gegevens gevonden"], - "Filter List": ["Filter Lijst"], - "Search": ["Zoek"], - "Refresh": ["Vernieuwen"], - "Import dashboards": ["Importeer dashboards"], - "Import Dashboard(s)": ["Importeer Dashboard(s)"], - "File": ["Bestand"], - "Choose File": ["Kies Bestand"], - "Upload": ["Upload"], - "No Access!": ["Geen Toegang!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "U hebt geen rechten voor toegang tot de gegevensbron(nen): %(name)s." + "Date Time Format": [""], + "Date filter": ["Datum filter"], + "Date format": [""], + "Date/Time": ["Datum/Tijd"], + "Datetime Format": ["Datumtijd Formaat"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "" ], - "Request Permissions": ["Permissies aanvragen"], - "Cancel": ["Annuleer"], - "Use the edit button to change this field": [""], - "Test Connection": ["Test Connectie"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] Toegang tot de gegevensbron %(name)s werd verleend" + "Datetime format": ["Datetime formaat"], + "Day": ["Dag"], + "Day (freq=D)": [""], + "Days %s": [""], + "Db engine did not return all queried columns": [ + "Db engine retourneerde niet alle opgevraagde kolommen" ], - "Unsupported clause type: %(clause)s": [""], - "Invalid metric object": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" + "December": ["December"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": ["Decimaal teken"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D Grid"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], + "Deck.gl - Arc": ["Deck.gl - Arc"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Multiple Layers": ["Deck.gl - Meerdere Lagen"], + "Deck.gl - Paths": ["Deck.gl - Paths"], + "Deck.gl - Polygon": ["Deck.gl - Polygon"], + "Deck.gl - Scatter plot": ["Deck.gl - Scatter plot"], + "Deck.gl - Screen Grid": ["Deck.gl - Screen Grid"], + "Default": ["Standaard"], + "Default Endpoint": ["Standaard eindpunt"], + "Default URL": ["Standaard URL"], + "Default URL to redirect to when accessing from the dataset list page": [ + "Standaard URL om naar door te verwijzen bij toegang vanaf de dataset lijst pagina" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Default Value": ["Default Value"], + "Default datetime": [""], + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "`compare_columns` must have the same length as `source_columns`.": [""], - "`compare_type` must be `difference`, `percentage` or `ratio`": [""], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Default value is required": [""], + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` moet dezelfde lengte hebben als `columns`." - ], - "Invalid cumulative operator: %(operator)s": [ - "Ongeldige cumulative operator: %(operator)s" + "Default value must be set when \"Filter value is required\" is checked": [ + "" ], - "Invalid geohash string": ["Ongeldige geohash string"], - "Invalid longitude/latitude": ["Ongeldige longitude/latitude"], - "Invalid geodetic string": ["Ongeldige geodetic string"], - "Pivot operation requires at least one index": [ - "Pivot bewerking vereist ten minste één index" + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" ], - "Pivot operation must include at least one aggregate": [ - "De pivotbewerking moet ten minste één aggregaat omvatten" + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "`prophet` package not installed": [ - "`prophet` package niet geïnstalleerd" + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "Time grain missing": ["Time grain ontbreekt"], - "Unsupported time grain: %(time_grain)s": [ - "Niet-ondersteunde time grain: %(time_grain)s" + "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.": [ + "" ], - "Periods must be a whole number": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Confidence interval moet tussen 0 en 1 liggen (exclusief)" + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "" ], - "DataFrame must include temporal column": [ - "DataFrame moet een temporele kolom bevatten" + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "" ], - "DataFrame include at least one series": [ - "DataFrame bevat ten minste één reeks" + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Bepaalt de grootte van de rolvenster functie, ten opzichte van de geselecteerde tijdgranulariteit" ], - "Undefined window for rolling operation": [ - "Onbepaald venster voor rolling operation" + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "Window must be > 0": [""], - "Invalid rolling_type: %(type)s": ["Ongeldig rolling_type: %(type)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Ongeldige opties voor %(rolling_type)s: %(options)s" + "Delete": ["Verwijder"], + "Delete %s?": ["%s verwijderen?"], + "Delete Annotation?": ["Aantekening verwijderen?"], + "Delete Database?": ["Database verwijderen?"], + "Delete Dataset?": ["Dataset verwijderen?"], + "Delete Layer?": ["Laag verwijderen?"], + "Delete Query?": ["Verwijder Query?"], + "Delete Report?": [""], + "Delete Template?": ["Template verwijderen?"], + "Delete all Really?": ["Ben je zeker dat je alles wil verwijderen?"], + "Delete annotation": ["Aantekening verwijderen"], + "Delete dashboard tab?": ["Dashboard tabblad verwijderen?"], + "Delete database": ["Verwijder database"], + "Delete email report": [""], + "Delete query": ["Verwijder query"], + "Delete template": ["Verwijder template"], + "Delete this container and save to remove this message.": [ + "Verwijder deze container en sla op om dit bericht te verwijderen." ], - "Referenced columns not available in DataFrame.": [ - "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." + "Deleted %(num)d annotation": [ + "%(num)d aantekening verwijderd", + "%(num)d aantekeningen verwijderd" ], - "Column referenced by aggregate is undefined: %(column)s": [ - "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" + "Deleted %(num)d annotation layer": [ + "%(num)d Aantekeningenlaag verwijderd", + "%(num)d aantekeninglagen verwijderd" ], - "Operator undefined for aggregator: %(name)s": [ - "Operator ongedefinieerd voor aggregator: %(name)s" + "Deleted %(num)d chart": [ + "Verwijderde %(num)d grafiek", + "Verwijderde %(num)d grafieken" ], - "Invalid numpy function: %(operator)s": [ - "Ongeldige numpy functie: %(operator)s" + "Deleted %(num)d css template": [ + "Verwijderde %(num)d css sjabloon", + "Verwijderde %(num)d css sjablonen" ], - "User": ["Gebruiker"], - "User Roles": ["Gebruikersrollen"], - "Database URL": ["Database URL"], - "Roles to grant": ["Toe te kennen rollen"], - "Created On": ["Gecreëerd op"], - "List Observations": ["Lijst van waarnemingen"], - "Show Observation": ["Toon Waarneming"], - "Error Message": ["Foutmelding"], - "Log Retentions (days)": ["Log Retentie (dagen)"], - "A semicolon ';' delimited list of email addresses": [ - "Een puntkomma ‘;’ afgebakende lijst van e-mailadressen" + "Deleted %(num)d dashboard": [ + "Verwijderde %(num)d dashboard", + "Verwijderde %(num)d dashboards" ], - "How long to keep the logs around for this alert": [ - "Hoe lang moet ik de logs bewaren voor deze waarschuwing" + "Deleted %(num)d dataset": [ + "Verwijderde %(num)d dataset", + "Verwijderde %(num)d datasets" ], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "" + "Deleted %(num)d report schedule": [ + "Verwijderde %(num)d rapport schema", + "Verwijderde %(num)d rapport schema’s" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "" + "Deleted %(num)d saved query": [ + "%(num)d opgeslagen query verwijderd", + "%(num)d opgeslagen zoekopdrachten verwijderd" ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ + "Deleted: %s": ["Verwijderd: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "annotation start time or end time is required.": [ - "begintijd of eindtijd van de aantekening is vereist." - ], - "Annotation end time must be no earlier than start time.": [ - "De eindtijd van de aantekening mag niet vroeger zijn dan de begintijd." - ], - "Annotations": ["Aantekeningen"], - "Show Annotation": ["Toon Aantekening"], - "Add Annotation": ["Voeg Aantekening toe"], - "Edit Annotation": ["Bewerk Aantekening"], - "Layer": ["Laag"], - "Label": ["Label"], - "Start": ["Start"], - "End": ["Einde"], - "JSON Metadata": ["JSON Metadata"], - "Show Annotation Layer": ["Toon Aantekeningen Laag"], - "Add Annotation Layer": ["Voeg Aantekeningen Laag toe"], - "Edit Annotation Layer": ["Bewerk Aantenekening Laag"], - "Name": ["Naam"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ - "De tabel [%{table}s] kon niet worden gevonden, controleer uw databaseverbinding, schema en tabelnaam, fout: {}" - ], - "json isn't valid": ["json is ongeldig"], - "Export to YAML": ["Export naar YAML"], - "Export to YAML?": ["Export naar YAML?"], - "Delete": ["Verwijder"], - "Delete all Really?": ["Ben je zeker dat je alles wil verwijderen?"], - "Is favorite": ["Is favoriet"], - "The data source seems to have been deleted": [ - "De gegevensbron lijkt te zijn verwijderd" - ], - "The user seems to have been deleted": [ - "De gebruiker lijkt te zijn verwijderd" - ], - "Access was requested": ["Toegang werd gevraagd"], - "The access requests seem to have been deleted": [ - "De toegangsverzoeken lijken te zijn gewist" - ], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "%(user)s kreeg de rol %(role)s die toegang geeft tot de %(datasource)s" - ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "Rol %(r)s werd uitgebreid om toegang te verschaffen tot de gegevensbron %(ds)s" - ], - "You have no permission to approve this request": [ - "Je hebt geen toestemming om dit verzoek goed te keuren" - ], - "You don't have the rights to ": ["Je hebt niet de rechten om "], - "download as csv": [""], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ - "Kan dashboard niet importeren: %(db_error)s.\nZorg ervoor dat u de database aanmaakt voordat u het dashboard importeert." - ], - "An unknown error occurred. Please contact your Superset administrator": [ - "Er is een onbekende fout opgetreden. Neem contact op met uw Superset-beheerder" - ], - "Form data not found in cache, reverting to chart metadata.": [""], - "Form data not found in cache, reverting to dataset metadata.": [""], - "[Missing Dataset]": ["[Missing Dataset]"], - "alter this ": ["wijzig dit "], - "chart": ["grafiek"], - "create a ": ["maak een "], - "Explore - %(table)s": ["Verken - %(table)s"], - "Explore": ["Verken"], - "Chart [{}] has been saved": ["Grafiek [{}] is opgeslagen"], - "Chart [{}] has been overwritten": ["Grafiek [{}] is overschreven"], - "dashboard": ["dashboard"], - "Chart [{}] was added to dashboard [{}]": [ - "Grafiek [{}] werd toegevoegd aan dashboard [{}]" - ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" - ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ - "" - ], - "Could not load database driver: %(driver_name)s": [ - "Kon database driver niet laden: %(driver_name)s" - ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ - "Ongeldige verbindings string, een geldige string volgt meestal:\n‘DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME’" - ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "" + "Delimited long & lat single column": [ + "Afgebakende lengtegraad en breedtegraad in enkele kolom" ], - "Chart %(id)s not found": ["Grafiek %(id)s niet gevonden"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Tabwl %(table)s werd niet gevonden in de database %(db)s" + "Delimiter": ["Scheidingsteken"], + "Delivery method": [""], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Deprecated": [""], + "Description": ["Omschrijving"], + "Description (this can be seen in the list)": [ + "Omschrijving (dit is te zien in de lijst)" ], - "Can't find user, please ask your admin to create one.": [""], - "Can't find DruidCluster": [""], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ - "" + "Description Columns": [""], + "Description text that shows up below your Big Number": [""], + "Deselect all": ["Alles deselecteren"], + "Details of the certification": ["Details van de certificering"], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Bepaalt of dit dashboard al dan niet zichtbaar is in de lijst van alle dashboards" ], - "The database was not found.": [""], - "You are not authorized to fetch samples from this table. If you think this is an error, please reach out to your administrator.": [ + "Diamond": [""], + "Did you mean:": ["Bedoelde je:"], + "Difference": [""], + "Dim Gray": [""], + "Dimension": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Directed Force Layout": ["Directed Force Layout"], + "Directional": [""], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Disable embedding?": [""], + "Disabled": [""], + "Discrete": [""], + "Display Name": ["Toon naam"], + "Display column level total": [""], + "Display configuration": ["Weergave configuratie"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "The query associated with these results could not be found. You need to re-run the original query.": [ + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ "" ], - "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "Distribute across": [""], + "Distribution": [""], + "Distribution - Bar Chart": ["Verdeling - Staafdiagram"], + "Divider": ["Verdeler"], + "Do you want a donut or a pie?": [""], + "Documentation": [""], + "Domain": [""], + "Donut": [""], + "Download as image": ["Download als afbeelding"], + "Download to CSV": ["Download naar CSV"], + "Draft": ["Draft"], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by: %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "The provided `rows` argument is not a valid integer.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s was niet in staat om uw query te controleren.\nControleer uw query opnieuw.\nUitzondering: %(ex)s" + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Dual Line Chart": [""], + "Duplicate column name(s): %(columns)s": [ + "Dubbele kolomnaam (of -namen): %(columns)s" ], - "%(user)s's profile": ["%(user)s’s profiel"], - "Show CSS Template": ["Toon CSS Template"], - "Add CSS Template": ["Voeg CSS Template toe"], - "Edit CSS Template": ["Bewerk CSS Template"], - "Template Name": ["Template Naam"], - "A human-friendly name": ["Een mensvriendelijke naam"], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Duplicate tab": ["Tabblad Dupliceren"], + "Duration": ["Duur"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ "" ], - "Custom Plugins": ["Custom Plugins"], - "Custom Plugin": ["Custom Plugin"], - "Add a Plugin": ["Voeg een Plugin toe"], - "Edit Plugin": ["Bewerk Plugin"], - "Schedule Email Reports for Dashboards": [ - "E-mailrapporten voor dashboards plannen" - ], - "Manage Email Reports for Dashboards": [ - "Beheer e-mailrapporten voor dashboards" - ], - "Changed On": ["Gewijzigd op"], - "Active": ["Actief"], - "Crontab": ["Crontab"], - "Recipients": ["Ontvangers"], - "Slack Channel": ["Slack Kanaal"], - "Deliver As Group": ["Lever als Groep"], - "Delivery Type": ["Type levering"], - "Schedule Email Reports for Charts": [ - "E-mailrapporten voor grafieken plannen" - ], - "Manage Email Reports for Charts": [ - "Beheer e-mailrapporten voor grafieken" - ], - "Email Format": ["Email Formaat"], - "List Saved Query": ["Lijst Opgeslagen Query"], - "Show Saved Query": ["Toon Opgeslagen Query"], - "Add Saved Query": ["Voeg Opgeslagen Query toe"], - "Edit Saved Query": ["Bewerk Opgeslagen Query"], - "End Time": ["Eindtijd"], - "Pop Tab Link": ["Pop Tab Link"], - "Changed on": ["Gewijzigd op"], - "The dataset associated with this chart no longer exists": [ - "De dataset die bij deze grafiek hoort bestaat niet meer" - ], - "Could not determine datasource type": ["Kon type databron niet bepalen"], - "Could not find viz object": ["Kon het viz object niet vinden"], - "Show Chart": ["Toon grafiek"], - "Add Chart": ["Voeg grafiek toe"], - "Edit Chart": ["Bewerk grafiek"], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ "" ], "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit standaard de datasource/tabel timeout is indien ongedefinieerd." ], - "Last Modified": ["Laatst gewijzigd"], - "Parameters": ["Parameters"], - "Visualization Type": ["Type visualisatie"], - "Show Dashboard": ["Toon Dashboard"], - "Add Dashboard": ["Voeg Dashboard toe"], - "Edit Dashboard": ["Bewerk Dashboard"], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "To get a readable URL for your dashboard": [ - "Om een leesbare URL voor uw dashboard te krijgen" - ], - "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "Owners is a list of users who can alter the dashboard.": [ - "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": ["Duur: %s"], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "ECharts": [""], + "EMAIL_REPORTS_CTA": [""], + "END (EXCLUSIVE)": ["EINDE (EXCLUSIEF)"], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edge width": [""], + "Edit": ["Bewerk"], + "Edit Alert": [""], + "Edit CSS": ["Bewerk CSS"], + "Edit CSS Template": ["Bewerk CSS Template"], + "Edit CSS template properties": ["Bewerk CSS template eigenschappen"], + "Edit Chart": ["Bewerk grafiek"], + "Edit Column": ["Kolom toevoegen"], + "Edit Dashboard": ["Bewerk Dashboard"], + "Edit Database": ["Bewerk Database"], + "Edit Dataset ": ["Bewerk Dataset "], + "Edit Log": ["Bewerk Log"], + "Edit Metric": ["Bewerk meeteenheid"], + "Edit Plugin": ["Bewerk Plugin"], + "Edit Report": [""], + "Edit Row level security filter": [ + "Bewerk Rij niveau beveiligingsfilter" ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ - "" + "Edit Saved Query": ["Bewerk Opgeslagen Query"], + "Edit Table": ["Bewerk tabel"], + "Edit annotation": ["Bewerk aantekening"], + "Edit annotation layer": ["Bewerk de aantekeningenlaag"], + "Edit annotation layer properties": [ + "Eigenschappen aantekeningenlaag bewerken" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Bepaalt of dit dashboard al dan niet zichtbaar is in de lijst van alle dashboards" + "Edit chart properties": ["Grafiek eigenschappen bewerken"], + "Edit dashboard": ["Bewerk dashboard"], + "Edit database": ["Bewerk database"], + "Edit dataset": ["Bewerk de dataset"], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": ["Eigenschappen bewerken"], + "Edit query": ["Bewerk query"], + "Edit template": ["Bewerk template"], + "Edit template parameters": ["Bewerk template parameters"], + "Edit time range": ["Bewerk tijdspanne"], + "Edited": ["Bewerkt"], + "Editing 1 filter:": ["Bewerk 1 filter:"], + "Editing filter set:": ["Filterset bewerken:"], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Either the username “%(username)s” or the password is incorrect." ], - "Title": ["Titel"], - "Slug": ["Slug"], - "Published": ["Gepubliceerd"], - "Position JSON": ["Positie JSON"], - "CSS": ["CSS"], - "Export": ["Export"], - "Export dashboards?": ["Export dashboards?"], - "Name of table to be created from csv data.": [ - "Naam van de tabel die op basis van csv-gegevens moet worden gemaakt." + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Ofwel is de gebruikersnaam “%(username)s”, ofwel het wachtwoord, ofwel de databasenaam “%(database)s” niet correct." ], - "CSV File": ["CSV Bestand"], - "Select a CSV file to be uploaded to a database.": [ - "Selecteer een CSV-bestand dat moet worden geüpload naar een database." + "Either the username or the password is wrong.": [ + "Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" - ], - "Specify a schema (if database flavor supports this).": [ - "Geef een schema op (als de databasesmaak dit ondersteunt)." - ], - "Delimiter": ["Scheidingsteken"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Scheidingsteken dat door het CSV-bestand wordt gebruikt (gebruik voor spaties “s+)." - ], - "Table Exists": ["De tabel bestaat reeds"], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Elevation": [""], + "Email reports active": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emit Filter Events": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty collection": ["Lege verzameling"], + "Empty query result": [""], + "Empty query?": ["Lege query?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "Fail": ["Fout"], - "Replace": ["Vervang"], - "Append": ["Voeg toe"], - "Header Row": ["Koptekst rij"], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Enable Filter Select": ["Inschakelen Filter Keuze"], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "Index Column": ["Index Kolom"], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "" + "End": ["Einde"], + "End Longitude & Latitude": [""], + "End Time": ["Eindtijd"], + "End angle": [""], + "End date excluded from time range": [ + "Einddatum uitgesloten uit de tijdspanne" ], - "Mangle Duplicate Columns": ["Dubbele kolommen verwijderen"], - "Specify duplicate columns as \"X.0, X.1\".": [ - "Specificeer dubbele kolommen als “X.0, X.1”." + "End date must be after start date": [ + "Einddatum moet na begindatum liggen" ], - "Use Columns": [""], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine Parameters": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Skip Initial Space": ["Eerste spatie overslaan"], - "Skip spaces after delimiter.": [ - "Spaties overslaan na het scheidingsteken." + "Enter CA_BUNDLE": [""], + "Enter Primary Credentials": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [ + "Voer een nieuwe titel in voor het tabblad" ], - "Skip Rows": ["Rijen overslaan"], - "Number of rows to skip at start of file.": [ - "Aantal rijen om over te slaan aan het begin van het bestand." + "Enter duration in seconds": [""], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entiteit"], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Fout in jinja expressie in HAVING clausule: %(msg)s" ], - "Rows to Read": ["Te lezen rijen"], - "Number of rows of file to read.": [ - "Aantal rijen van het te lezen bestand." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Fout in jinja expressie in RLS filters: %(msg)s" ], - "Skip Blank Lines": ["Blanco regels overslaan"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Sla lege regels over in plaats van ze te interpreteren als NaN waarden." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Fout in jinja expressie in WHERE clause: %(msg)s" ], - "Parse Dates": ["Bereken Data"], - "A comma separated list of columns that should be parsed as dates.": [ - "Een door komma’s gescheiden lijst van kolommen die als datums moeten worden geparseerd." + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Fout in jinja expressie in fetch values predicate: %(msg)s" ], - "Infer Datetime Format": ["Afleiden Datetime Formaat"], - "Use Pandas to interpret the datetime format automatically.": [ - "Gebruik Pandas om het datetime formaat automatisch te interpreteren." + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": ["Foutmelding"], + "Error while fetching charts": [""], + "Error while fetching data: %s": [""], + "Error while rendering virtual dataset query: %(msg)s": [ + "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" ], - "Decimal Character": ["Decimaal teken"], - "Character to interpret as decimal point.": [ - "Teken te interpreteren als decimaalteken." + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Estimate cost": ["Kostenraming"], + "Estimate selected query cost": [ + "Kostenraming van de geselecteerde zoekopdracht" ], - "Dataframe Index": ["Dataframe Index"], - "Write dataframe index as a column.": [ - "Schrijf dataframe index als een kolom." + "Estimate the cost before running a query": [ + "Kostenraming voordat een query wordt uitgevoerd" ], - "Column Label(s)": ["Kolom Label(s)"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Event Flow": [""], + "Event Names": [""], + "Event definition": [""], + "Event flow": ["Event flow"], + "Event time column": [""], + "Every": ["Elke"], + "Evolution": [""], + "Exact": [""], + "Example": ["Voorbeeld"], + "Examples": ["Voorbeelden"], + "Excel File": ["Excel bestand"], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Null values": ["Nul waarden"], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "Excel to Database configuration": ["Excel naar Database configuratie"], + "Exclude selected values": [""], + "Executed SQL": [""], + "Executed query": ["Uitgevoerde query"], + "Execution ID": ["Uitvoerings ID"], + "Execution log": ["Uitvoeringslog"], + "Exit fullscreen": [""], + "Expand all": ["Alles uitklappen"], + "Expand data panel": [""], + "Expand table preview": [""], + "Expand tool bar": ["Werkbalk uitbreiden"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "Name of table to be created from excel data.": [ - "Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." - ], - "Excel File": ["Excel bestand"], - "Select a Excel file to be uploaded to a database.": [ - "Selecteer een Excel-bestand dat moet worden geüpload naar een database." - ], - "Sheet Name": ["Naam tabblad"], - "Strings used for sheet names (default is the first sheet).": [ - "Strings gebruikt voor bladnamen (standaard is het eerste blad)." + "Experimental": [""], + "Explore": ["Verken"], + "Explore - %(table)s": ["Verken - %(table)s"], + "Explore the result set in the data exploration view": [ + "Verken de resultaten in de gegevensverkenningsweergave" ], - "Name of table to be created from columnar data.": [""], - "Columnar File": [""], - "Select a Columnar file to be uploaded to a database.": [""], - "Show Database": ["Toon Database"], - "Add Database": ["Voeg Database toe"], - "Edit Database": ["Bewerk Database"], + "Export": ["Export"], + "Export dashboards?": ["Export dashboards?"], + "Export query": ["Exporteer query"], + "Export to YAML": ["Export naar YAML"], + "Export to YAML?": ["Export naar YAML?"], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": ["Expose in SQL Lab"], "Expose this DB in SQL Lab": ["Expose deze DB in SQL Lab"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Expression": ["Expressie"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra Parameters": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Sta de CREATE TABLE AS optie toe in SQL Lab" + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Sta de CREATE VIEW AS optie toe in SQL Lab" + "Extra parameters for use in jinja templated queries": [ + "Extra parameters voor gebruik in jinja templated queries" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Wanneer de CREATE TABLE AS optie in SQL Lab wordt toegestaan, dwingt deze optie de tabel om in dit schema aangemaakt te worden" + "Extra url parameters for use in Jinja templated queries": [""], + "Extruded": [""], + "FEB": ["FEB"], + "FRI": ["VR"], + "Factor": [""], + "Factor to multiply the metric by": [""], + "Fail": ["Fout"], + "Failed": ["Mislukt"], + "Failed at retrieving results": ["Fout bij het ophalen van resultaten"], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [ + "Mislukt bij het verifiëren van geselecteerde opties: %s" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "" + "Favorite": ["Favoriet"], + "Favorites": ["Favorieten"], + "February": ["Februari"], + "Fetch Values Predicate": ["Waarden ophalen Predicaat"], + "Fetch data preview": ["Gegevens ophalen preview"], + "Fetched %s": ["Opgehaald %s"], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [ + "Veld kan niet gedecodeerd worden door JSON. %(msg)s" ], - "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.": [ - "" + "Field is required": ["Veld is verplicht"], + "File": ["Bestand"], + "Fill Color": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filled": [""], + "Filter": [""], + "Filter Configuration": [""], + "Filter List": ["Filter Lijst"], + "Filter Settings": [""], + "Filter Type": ["Filter Type"], + "Filter box": ["Filter box"], + "Filter configuration": ["Filter configuratie"], + "Filter configuration for the filter box": [ + "Filterconfiguratie voor de filterbox" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [ + "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." + ], + "Filter name": ["Filter naam"], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Indien geselecteerd, gelieve de toegestane schema’s voor csv upload in Extra in te stellen." + "Filter results": ["Filter resultaten"], + "Filter set already exists": ["Er bestaat al een filterset"], + "Filter set with this name already exists": [ + "Er bestaat al een filterset met deze naam" ], - "Expose in SQL Lab": ["Expose in SQL Lab"], - "Allow CREATE TABLE AS": ["Sta CREATE TABLE AS toe"], - "Allow CREATE VIEW AS": ["Sta CREATE VIEW AS toe"], - "Allow DML": ["DML toestaan"], - "CTAS Schema": ["CTAS Schema"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "Chart Cache Timeout": ["Cache time-out"], - "Secure Extra": ["Secure Extra"], - "Root certificate": ["Root certificaat"], - "Async Execution": ["Async uitvoering"], - "Impersonate the logged on user": ["De aangemelde gebruiker imiteren"], - "Allow Csv Upload": ["Csv upload toestaan"], - "Allow Multi Schema Metadata Fetch": [ - "Sta Multi Schema Metadata Fetch toe" + "Filter sets (%(filterSetCount)d)": [""], + "Filter type": [""], + "Filter value (case sensitive)": ["Filterwaarde (hoofdlettergevoelig)"], + "Filter value is required": [""], + "Filter value list cannot be empty": [ + "Filterwaardenlijst kan niet leeg zijn" ], - "Backend": ["Backend"], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" + "Filter your charts": ["Filter je grafieken"], + "Filterable": ["Filterbaar"], + "Filters": ["Filters"], + "Filters (%d)": ["Filters (%d)"], + "Filters by columns": ["Filter op kolommen"], + "Filters by metrics": ["Filter op meeteenheden"], + "Filters configuration": ["Filters configuratie"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "" ], - "CSV to Database configuration": ["CSV naar Database configuratie"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Fix to selected Time Range": [""], + "Fixed": ["Vast"], + "Fixed Color": [""], + "Fixed color": ["Vaste kleur"], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in database “%(db_name)s”" - ], - "Excel to Database configuration": ["Excel naar Database configuratie"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Force": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "" + "Force date format": [""], + "Force refresh": ["Vernieuwen forceren"], + "Force refresh schema list": ["Forceer vernieuwen schema lijst"], + "Force refresh table list": ["Forceer vernieuwen tabel lijst"], + "Forecast periods": [""], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formattable": [""], + "Formatted CSV attached in email": [""], + "Formatted date": [""], + "Forward values": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction": [""], + "Friction between nodes": [""], + "Friday": ["Vrijdag"], + "From date cannot be larger than to date": [ + "Van datum kan niet groter zijn dan tot datum" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" + "Funnel Chart": [""], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "GROUP BY": [""], + "Gauge Chart": [""], + "General": [""], + "Generating link, please wait..": [""], + "Generic Chart": [""], + "Geo": [""], + "GeoJson Column": [""], + "GeoJson Settings": [""], + "Geohash": ["Geohash"], + "Get the last date by the date unit.": [ + "Verkrijg de laatste datum door de datum eenheid." ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Get the specify date for the holiday": [ + "Zoek de specifieke datum voor de vakantie" + ], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": ["Grace periode"], + "Graph Chart": [""], + "Graph layout": [""], + "Gravity": [""], + "Grid": [""], + "Grid Size": [""], + "Group By": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "‘Group By’ en ‘Kolommen’ kunnen elkaar niet overlappen" + ], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Groep per"], + "Groupable": ["Groepeerbaar"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ "" ], - "Columnar to Database configuration": [""], - "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Header": ["Header"], + "Header Row": ["Koptekst rij"], + "Heatmap": ["Heatmap"], + "Heatmap Options": [""], + "Height": ["Hoogte"], + "Height of the sparkline": [""], + "Hide layer": ["Laag verbergen"], + "Hide tool bar": ["Verberg werkbalk"], + "Hides the Line for the time series": [""], + "Hierarchy": [""], + "Histogram": ["Histogram"], + "Home": ["Home"], + "Horizon Chart": [""], + "Horizon Charts": ["Horizon-grafieken"], + "Horizontal": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": ["Hostnaam of IP-adres"], + "Hour": ["Uur"], + "Hours %s": [""], + "Hours offset": ["Uur offset"], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": ["ISO 8601"], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(columnar_table.table)s\" and in the schema field: \"%(columnar_table.schema)s\". Please remove one": [ + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "Request missing data field.": ["Verzoek om ontbrekend data veld."], - "Duplicate column name(s): %(columns)s": [ - "Dubbele kolomnaam (of -namen): %(columns)s" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Indien geselecteerd, gelieve de toegestane schema’s voor csv upload in Extra in te stellen." ], - "Logs": ["Logs"], - "Show Log": ["Toon Log"], - "Add Log": ["Voeg Log toe"], - "Edit Log": ["Bewerk Log"], - "Action": ["Actie"], - "dttm": ["dttm"], - "Time Range": [""], - "Time Column": [""], - "Time Grain": [""], - "Origin": [""], - "Time Granularity": [""], - "Time": ["Tijd"], - "A reference to the [Time] configuration, taking granularity into account": [ + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "Aggregate": [""], - "Raw records": [""], - "Certified by %s": ["Gecertificeerd door %s"], - "description": ["omschrijving"], - "bolt": ["bolt"], - "Changing this control takes effect instantly": [ - "Het veranderen van deze controleknop heeft onmiddellijk effect" + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" ], - "Show info tooltip": [""], - "column name: %s": [""], - "verbose name: %s": [""], - "metric name: %s": [""], - "label name: %s": [""], - "Advanced analytics": ["Geavanceerde analytics"], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Dit onderdeel bevat opties die geavanceerde analytische nabewerking van queryresultaten mogelijk maken" + "Impersonate the logged on user": ["De aangemelde gebruiker imiteren"], + "Import": ["Importeer"], + "Import %s": ["Importeer %s"], + "Import Dashboard(s)": ["Importeer Dashboard(s)"], + "Import Dashboards": ["Dashboards importeren"], + "Import a table definition": ["Importeer een tabeldefinitie"], + "Import chart failed for an unknown reason": [ + "Import grafiek mislukt om een onbekende reden" ], - "Rolling window": ["Rollend venster"], - "Rolling function": ["Rolfunctie"], - "None": ["Geen"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "" + "Import charts": ["Import grafieken "], + "Import dashboard failed for an unknown reason": [ + "Dashboard importeren mislukt om een onbekende reden" ], - "Periods": ["Periodes"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Bepaalt de grootte van de rolvenster functie, ten opzichte van de geselecteerde tijdgranulariteit" + "Import dashboards": ["Importeer dashboards"], + "Import database failed for an unknown reason": [ + "Import database mislukt om een onbekende reden" ], - "Min periods": ["Min periodes"], - "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [ - "" + "Import dataset failed for an unknown reason": [ + "Import dataset mislukt om een onbekende reden" ], - "Time comparison": ["Tijdsvergelijking"], - "Time shift": ["Time shift"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ - "" + "Import datasets": ["Importeer datasets"], + "Import queries": ["Importeer queries"], + "Import saved query failed for an unknown reason.": [ + "Import opgeslagen query mislukt om een onbekende reden." ], - "Calculation type": ["Soort berekening"], - "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "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.": [ "" ], - "Resample": [""], - "Rule": ["Regel"], - "Pandas resample rule": ["Pandas resample regel"], - "Fill method": [""], - "Pandas resample method": ["Pandas resample methode"], - "Annotations and Layers": [""], - "Chart Title": [""], - "X Axis": ["X As"], - "X Axis Title": [""], - "X AXIS TITLE BOTTOM MARGIN": [""], - "Y Axis": ["Y As"], - "Y Axis Title": [""], - "Y AXIS TITLE MARGIN": [""], - "Y AXIS TITLE POSITION": [""], - "Predictive Analytics": [""], - "Enable forecast": [""], - "Enable forecasting": [""], - "Forecast periods": [""], - "How many periods into the future do we want to predict": [""], - "Confidence interval": [""], - "Width of the confidence interval. Should be between 0 and 1": [""], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "" + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Include time": [""], + "Index Column": ["Index Kolom"], + "Info": ["Info"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["Onmiddellijke filtering"], + "Intensity": [""], + "Interval End column": [""], + "Interval bounds": [""], + "Interval colors": [""], + "Interval start column": [""], + "Intervals": [""], + "Invalid JSON": ["Ongeldige JSON"], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": ["Ongeldig certificaat"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Ongeldige verbindings string, een geldige string volgt meestal:\n‘DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME’" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ "" ], - "Time related form attributes": ["Tijdgerelateerde vormattributen"], - "Datasource & Chart Type": [""], - "Chart ID": ["Grafiek ID"], - "The id of the active chart": ["Het id van de actieve grafiek"], - "Cache Timeout (seconds)": ["Cache Timeout (seconden)"], - "The number of seconds before expiring the cache": [ - "Het aantal seconden voor het verstrijken van de cache" + "Invalid cron expression": ["Ongeldige cron expressie"], + "Invalid cumulative operator: %(operator)s": [ + "Ongeldige cumulative operator: %(operator)s" ], - "URL Parameters": [""], - "Extra url parameters for use in Jinja templated queries": [""], - "Extra Parameters": [""], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "" + "Invalid date/timestamp format": ["Ongeldig datum/tijdstempel formaat"], + "Invalid filter configuration, please select a column": [ + "Ongeldige filterconfiguratie, selecteer een kolom" ], - "Time range endpoints": ["Time range endpoints"], - "Time range endpoints (SIP-15)": ["Time range endpoints (SIP-15)"], - "Color Scheme": [""], - "Group by": ["Groep per"], - "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ - "" + "Invalid filter operation type: %(op)s": [ + "Ongeldig filterwerkingstype: %(op)s" ], - "One or many columns to pivot as columns": [""], - "Series": ["Series"], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "" + "Invalid geodetic string": ["Ongeldige geodetic string"], + "Invalid geohash string": ["Ongeldige geohash string"], + "Invalid input": [""], + "Invalid lat/long configuration.": [ + "Ongeldige breedtegraad/lengtegraad configuratie." ], - "Entity": ["Entiteit"], - "This defines the element to be plotted on the chart": [ - "Dit definieert het element dat op de grafiek moet worden uitgezet" + "Invalid longitude/latitude": ["Ongeldige longitude/latitude"], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [ + "Ongeldige numpy functie: %(operator)s" ], - "One or many metrics to display": [ - "Eén of vele meeteenheden om weer te geven" + "Invalid options for %(rolling_type)s: %(options)s": [ + "Ongeldige opties voor %(rolling_type)s: %(options)s" ], - "Right Axis Metric": [""], - "Choose a metric for right axis": [ - "Kies een meeteenheid voor de rechteras" + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": ["Ongeldig rolling_type: %(type)s"], + "Invalid spatial point encountered: %s": [ + "Ongeldig ruimtelijk punt aangetroffen: %s" ], - "Sort by": ["Sorteer op"], - "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Invert current page": [""], + "Is certified": [""], + "Is dimension": ["Is dimensie"], + "Is false": [""], + "Is favorite": ["Is favoriet"], + "Is filterable": ["Kan gefilterd worden"], + "Is tagged": [""], + "Is temporal": ["Is tijdelijk"], + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": ["JAN"], + "JSON": ["JSON"], + "JSON Metadata": ["JSON Metadata"], + "JSON metadata": ["JSON metadata"], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ "" ], - "Bubble Size": [""], - "Metric used to calculate bubble size": [""], - "Metric assigned to the [X] axis": [ - "Meeteenheid toegewezen aan de [X]-as" - ], - "Metric assigned to the [Y] axis": [ - "Meeteenheid toegewezen aan de [Y]-as" - ], - "Color Metric": [""], - "A metric to use for color": ["Een meeteenheid te gebruiken voor kleur"], - "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression": [ + "JUL": ["JUL"], + "JUN": ["JUN"], + "January": ["Januari"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Drop temporal column here": [""], - "Emit dashboard cross filters": [""], - "Emit dashboard cross filters.": [""], - "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ "" ], - "The type of visualization to display": [ - "Het type visualisatie dat moet worden weergegeven" - ], - "Fixed Color": [""], - "Use this to define a static color for all circles": [ - "Gebruik dit om een statische kleur te definiëren voor alle cirkels" - ], - "Linear Color Scheme": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Definieert de oorsprong waar de time buckets beginnen, accepteert natuurlijke datums als in `nu`, `zondag` of `1970-01-01`" - ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ "" ], - "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.": [ + "July": ["Juli"], + "June": ["Juni"], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": ["Blijf bewerken"], + "Keys for table": ["Sleutels voor tabel"], + "Label": ["Label"], + "Label Line": [""], + "Label Type": [""], + "Label for your query": ["Label voor uw zoekopdracht"], + "Label position": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Large": [""], + "Last": [""], + "Last Changed": ["Laatste wijziging"], + "Last Modified": ["Laatst gewijzigd"], + "Last Updated %s": ["Laatst bijgewerkt %s"], + "Last available value seen on %s": [""], + "Last modified": ["Laatst gewijzigd"], + "Last modified by %s": ["Laatst gewijzigd door %s"], + "Last run": ["Laatste run"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["Laagconfiguratie"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "No filter": [""], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Least recently modified": ["Meest recente wijziging"], + "Left": [""], + "Left Axis Format": [""], + "Left Axis Metric": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Left value": [""], + "Legacy": [""], + "Legend": [""], + "Legend Format": [""], + "Legend Position": [""], + "Legend type": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Limit reached": ["Limiet bereikt"], + "Limit selector values": ["Beperk selector waarden"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "Row limit": ["Rij limiet"], + "Limits the number of cells that get retrieved.": [""], "Limits the number of rows that get displayed.": [""], - "Series limit": ["Serie limiet"], "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ "" ], - "Y Axis Format": ["Y-as Formaat"], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Line": [""], + "Line Chart": [""], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], - "Time format": [""], - "The color scheme for rendering chart": [ - "Het kleurenschema voor de rendering grafiek" - ], - "Sort descending": ["Sorteer aflopend"], - "Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set": [ + "Line interpolation as defined by d3.js": [""], + "Line width": ["Lijndikte"], + "Linear Color Scheme": [""], + "Linear color scheme": ["Lineair kleurenpalet"], + "Linear interpolation": [""], + "Lines column": [""], + "Lines encoding": [""], + "Link Copied!": ["Link gekopieerd!"], + "List Saved Query": ["Lijst Opgeslagen Query"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": ["Live CSS editor"], + "Live render": [""], + "Load a CSS template": ["Laad een CSS sjabloon"], + "Loaded data cached": ["Geladen gegevens in de cache"], + "Loaded from cache": ["Geladen uit de cache"], + "Loading...": ["Bezig met laden…"], + "Log Scale": [""], + "Log retention": ["Log retentie"], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["Aanmelden"], + "Logout": ["Afmelden"], + "Logs": ["Logs"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": ["Kolommen lengtegraad en breedtegraad"], + "Longitude of default viewport": [""], + "MAR": ["MAA"], + "MAY": ["MEI"], + "MON": ["MA"], + "Main Datetime Column": ["Kolom Hoofd Datumtijd"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ "" ], - "Show less columns": [""], - "Show all columns": [""], - "Emit Target": [""], - "If you wish to specify a different target column than the original column, it can be entered here": [ + "Malformed request. slice_id or table_name and db_name arguments are expected": [ "" ], - "D3 format": ["D3 formaat"], - "Fraction digits": [""], - "Number of decimal digits to round numbers to": [""], - "Min Width": [""], - "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Manage": ["Beheer"], + "Mandatory": ["Verplicht"], + "Mangle Duplicate Columns": ["Dubbele kolommen verwijderen"], + "Manually set min/max values for the y-axis.": [""], + "Map": [""], + "Map Style": [""], + "MapBox": [""], + "Mapbox": ["Mapbox"], + "March": ["Maart"], + "Margin": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Markup type": ["Opmaaktype(Markup type)"], + "Max": ["Max"], + "Max Bubble Size": [""], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "Text align": [""], - "Horizontal alignment": [""], - "Left": [""], - "Center": [""], - "Right": [""], - "Show cell bars": [""], - "Whether to display a bar chart background in table columns": [""], - "Align +/-": [""], - "Whether to align positive and negative values in cell bar chart at 0": [ + "Maximum value on the gauge axis": [""], + "May": ["Mei"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "Color +/-": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Median node size, the largest node will be 4 times larger than the smallest": [ "" ], - "Small number format": [""], - "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ - "" + "Medium": [""], + "Menu actions trigger": [""], + "Message content": ["Inhoud van het bericht"], + "Metadata": [""], + "Metadata Parameters": [""], + "Metadata has been synced": ["Metadata zijn gesynchroniseerd"], + "Method": ["Methode"], + "Metric": ["Meeteenheid"], + "Metric '%(metric)s' does not exist": [ + "Meeteenheid “%(metric)s” bestaat niet" ], - "D3 format syntax: https://github.com/d3/d3-format": [""], - "Adaptive formatting": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "D3 time format syntax: https://github.com/d3/d3-time-format": [""], - "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ - "" + "Metric ascending": [""], + "Metric assigned to the [X] axis": [ + "Meeteenheid toegewezen aan de [X]-as" ], - "No Results": [""], - "Found invalid orderby options": [""], - "is expected to be an integer": [""], - "is expected to be a number": [""], - "cannot be empty": [""], - "Query": ["Query"], - "Domain": [""], - "The time unit used for the grouping of blocks": [""], - "Subdomain": [""], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "" + "Metric assigned to the [Y] axis": [ + "Meeteenheid toegewezen aan de [Y]-as" ], - "Chart Options": [""], - "Cell Size": [""], - "The size of the square cell, in pixels": [""], - "Cell Padding": [""], - "The distance between cells, in pixels": [""], - "Cell Radius": [""], - "The pixel radius": [""], - "Color Steps": [""], - "The number color \"steps\"": [""], - "Time Format": [""], - "Legend": [""], - "Whether to display the legend (toggles)": [""], - "Show Values": [""], - "Whether to display the numerical values within the cells": [""], - "Show Metric Names": [""], - "Whether to display the metric name as a title": [""], - "Number Format": [""], - "Correlation": [""], - "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ - "" - ], - "Business": [""], - "Comparison": [""], - "Intensity": [""], - "Pattern": [""], - "Report": [""], - "Trend": [""], - "Sort by metric": [""], - "Whether to sort results by the selected metric in descending order.": [ - "" + "Metric change in value from `since` to `until`": [""], + "Metric descending": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": ["Meeteenheid naam [%s] is dubbel"], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to display bottom title": [""], + "Metric to sort the results by": [ + "Meeteenheid om de resultaten op te sorteren" ], - "Number format": [""], - "Choose a number format": [""], - "Source": ["Bron"], - "Choose a source": [""], - "Target": [""], - "Choose a target": [""], - "Flow": [""], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Relationships between community channels": [""], - "Chord Diagram": [""], - "Aesthetic": [""], - "Circular": [""], - "Legacy": [""], - "Proportional": [""], - "Relational": [""], - "Country": [""], - "Which country to plot the map for?": [""], - "ISO 3166-2 Codes": [""], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Metric to display bottom title": [""], - "Map": [""], - "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "2D": [""], - "Geo": [""], - "Range": [""], - "Stacked": [""], - "Sorry, there appears to be no data": [""], - "Event definition": [""], - "Event Names": [""], - "Columns to display": [""], - "Order by entity id": [""], - "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [ + "Metrics": ["Meeteenheden"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ "" ], + "Midnight": [""], + "Min": ["Min"], + "Min Periods": [""], + "Min Width": [""], + "Min periods": ["Min periodes"], + "Min/max (no outliers)": [""], + "Mine": ["Mijn"], + "Minimum": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], "Minimum leaf node event count": [""], - "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ - "" - ], - "Additional metadata": [""], - "Metadata": [""], - "Select any columns for metadata inspection": [""], - "Entity ID": [""], - "e.g., a \"user id\" column": [""], - "Max Events": [""], - "The maximum number of events to return, equivalent to the number of rows": [ + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "" + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": ["Minuut"], + "Minutes %s": [""], + "Missing URL parameters": [""], + "Missing dataset": ["Ontbrekende dataset"], + "Mixed Time-Series": [""], + "Modified": ["Gewijzigd"], + "Modified %s": [""], + "Modified by": ["Gewijzigd door"], + "Modified columns: %s": ["Gewijzigde kolommen: %s"], + "Monday": ["Maandag"], + "Month": ["Maand"], + "Months %s": [""], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [ + "Verplaatst de gegeven reeks datums met een opgegeven interval." ], - "Event Flow": [""], - "Progressive": [""], - "Link Length": [""], - "Link length in the force layout": [""], - "Charge": [""], - "Charge in the force layout": [""], - "Source / Target": [""], - "Choose a source and a target": [""], - "Force-directed Graph": [""], - "Axis ascending": [""], - "Axis descending": [""], - "Metric ascending": [""], - "Metric descending": [""], - "Heatmap Options": [""], - "XScale Interval": [""], - "Number of steps to take between ticks when displaying the X scale": [""], - "YScale Interval": [""], - "Number of steps to take between ticks when displaying the Y scale": [""], - "Rendering": [""], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple Line Charts": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Normalize Across": [""], - "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ - "" + "Multiple filtering": [""], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek voor meer details" ], - "Left Margin": [""], - "Left margin, in pixels, allowing for more room for axis labels": [""], - "Bottom Margin": [""], - "Bottom margin, in pixels, allowing for more room for axis labels": [""], - "Value bounds": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Multiple selections allowed, otherwise filter is limited to a single value": [ "" ], - "Sort X Axis": [""], - "Sort Y Axis": [""], - "Show percentage": [""], - "Whether to include the percentage in the tooltip": [""], - "Normalized": [""], - "Whether to apply a normal distribution based on rank on the color scale": [ - "" + "Multiplier": [""], + "Must be unique": ["Moet uniek zijn"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" ], - "Value Format": [""], - "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ - "" + "Must have at least one numeric column specified": [ + "Er moet minstens één numerieke kolom gespecificeerd zijn" ], - "Sizes of vehicles": [""], - "Employment and education": [""], - "Density": [""], - "Predictive": [""], - "Single Metric": [""], - "count": [""], - "cumulative": [""], - "percentile (exclusive)": [""], - "Select the numeric columns to draw the histogram": [""], - "No of Bins": [""], - "Select the number of bins for the histogram": [""], - "X Axis Label": [""], - "Y Axis Label": [""], - "Whether to normalize the histogram": [""], - "Cumulative": [""], - "Whether to make the histogram cumulative": [""], - "Distribution": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "" + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [ + "Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" ], - "Population age data": [""], - "Sort Descending": [""], - "Whether to sort descending or ascending": [ - "Aflopend of oplopend sorteren" + "My beautiful colors": [""], + "My column": [""], + "My metric": ["Mijn meeteenheid"], + "N/A": [""], + "NOT GROUPED BY": [""], + "NOV": ["NOV"], + "NOW": ["NU"], + "Name": ["Naam"], + "Name is required": ["Naam is vereist"], + "Name must be unique": ["De naam moet uniek zijn"], + "Name of table to be created from columnar data.": [""], + "Name of table to be created from excel data.": [ + "Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." ], - "Contribution": ["Bijdrage"], - "Compute the contribution to the total": [ - "Bereken de bijdrage aan het totaal" + "Name of the column containing the id of the parent node": [""], + "Name of the id column": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Naam van de tabel die bestaat in de brondatabase" ], - "Series Height": [""], - "Pixel height of each series": [""], - "Value Domain": [""], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "Name of the target nodes": [""], + "Name your database": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": [""], + "New chart": ["Nieuwe grafiek"], + "New columns added: %s": ["Nieuwe kolommen toegevoegd: %s"], + "New filter set": ["Nieuwe filterset"], + "New tab": ["Nieuw tabblad"], + "New tab (Ctrl + q)": ["Nieuw tabblad (Ctrl + q)"], + "New tab (Ctrl + t)": ["Nieuw tabblad (Ctrl + t)"], + "Next": ["Volgende"], + "Nightingale Rose Chart": [""], + "No": ["Nee"], + "No %s yet": ["Nog geen %s"], + "No Access!": ["Geen Toegang!"], + "No Data": ["Geen Data"], + "No Results": [""], + "No annotation layers yet": ["Nog geen aantekeningen lagen"], + "No annotation yet": ["Nog geen aantekeningen"], + "No charts": ["Geen grafieken"], + "No columns": ["Geen kolommen"], + "No compatible columns found": [""], + "No compatible schema found": [""], + "No dashboards": ["Geen dashboards"], + "No data": ["Geen data"], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ - "" + "No data in file": ["Geen gegevens in het bestand"], + "No databases match your search": [""], + "No description available.": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "Nog geen favoriete grafieken, klik op sterren!" ], - "Horizon Chart": [""], - "Longitude": [""], - "Column containing longitude data": [""], - "Latitude": [""], - "Column containing latitude data": [""], - "Clustering Radius": [""], - "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ - "" + "No favorite dashboards yet, go click on stars!": [ + "Nog geen favoriete dashboards, klik op de sterren !" ], - "Points": [""], - "Point Radius": [""], - "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [ + "No filter": [""], + "No filter is selected.": ["Er is geen filter geselecteerd."], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No of Bins": [""], + "No records found": ["Geen gegevens gevonden"], + "No results": [""], + "No results found": ["Geen resultaten gevonden"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ "" ], - "Point Radius Unit": [""], - "The unit of measure for the specified point radius": [""], - "Labelling": [""], - "label": [""], - "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [ - "" + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No saved expressions found": [""], + "No saved metrics found": [""], + "No stored results found, you need to re-run your query": [ + "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" ], - "Cluster label aggregator": [""], - "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ - "" + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, probeer het Custom SQL tabblad." ], - "Visual Tweaks": [""], - "Live render": [""], - "Points and clusters will update as the viewport is being changed": [""], - "Map Style": [""], - "Base layer map style": [""], - "Opacity": ["Opaciteit"], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], - "RGB Color": [""], - "The color for points and clusters in RGB": [""], - "Viewport": [""], - "Default longitude": [""], - "Longitude of default viewport": [""], - "Default latitude": [""], - "Latitude of default viewport": [""], - "Zoom": [""], - "Zoom level of the map": [""], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "No temporal columns found": [""], + "No time columns": ["Geen tijdskolommen"], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "Node size": [""], + "None": ["Geen"], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not available": [""], + "Not null": ["Not null"], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": ["Niets getriggerd"], + "Notification method": ["Methode voor kennisgeving"], + "November": ["November"], + "Now": [""], + "Null imputation": [""], + "Null or Empty": ["Nul of Leeg"], + "Null values": ["Nul waarden"], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ "" ], - "Light mode": [""], - "Dark mode": [""], - "MapBox": [""], - "Scatter": [""], - "Transformable": [""], - "Significance Level": [""], - "Threshold alpha level for determining significance": [""], - "p-value precision": [""], - "Number of decimal places with which to display p-values": [""], - "Lift percent precision": [""], + "Number format": [""], + "Number format string": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], "Number of decimal places with which to display lift values": [""], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "" + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read.": [ + "Aantal rijen van het te lezen bestand." ], - "Paired t-test Table": [""], - "Statistical": [""], - "Tabular": [""], - "Options": [""], - "Data Table": [""], - "Whether to display the interactive data table": [""], - "Include Series": [""], - "Include series name as an axis": [""], - "Ranking": [""], - "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ - "" + "Number of rows to skip at start of file.": [ + "Aantal rijen om over te slaan aan het begin van het bestand." ], - "Coordinates": [""], - "Directional": [""], - "Time Series Options": [""], - "Not Time Series": [""], - "Ignore time": [""], - "Time Series": [""], - "Standard time series": [""], - "Aggregate Mean": [""], - "Mean of values over specified period": [""], - "Aggregate Sum": [""], - "Sum of values over specified period": [""], - "Difference": [""], - "Metric change in value from `since` to `until`": [""], - "Percent Change": [""], - "Metric percent change in value from `since` to `until`": [""], - "Factor": [""], - "Metric factor change from `since` to `until`": [""], - "Advanced Analytics": [""], - "Use the Advanced Analytics options below": [""], - "Settings for time series": [""], - "Date Time Format": [""], - "Partition Limit": [""], - "The maximum number of subdivisions of each group; lower values are pruned first": [ + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": [""], + "OCT": ["OKT"], + "OK": ["OK"], + "OVERWRITE": ["OVERSCHRIJVEN"], + "October": ["Oktober"], + "Offline": ["Offline"], + "Offset": ["Offset"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "Partition Threshold": [""], - "Partitions whose height to parent height proportions are below this value are pruned": [ + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ "" ], - "Log Scale": [""], - "Use a log scale": [""], - "Equal Date Sizes": [""], - "Check to force date partitions to have the same height": [""], - "Rich Tooltip": [""], - "The rich tooltip shows a list of all series for that point in time": [ + "One or many columns to pivot as columns": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ "" ], - "Rolling Window": [""], - "Rolling Function": [""], - "Min Periods": [""], - "Time Comparison": [""], - "Time Shift": [""], - "Python Functions": [""], - "Method": ["Methode"], - "Part of a Whole": [""], - "Compare the same summarized metric across multiple groups.": [""], - "Partition Chart": [""], - "Categorical": [""], - "Pivot Options": [""], - "Aggregation function": [""], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "One or many controls to pivot as columns": [ + "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" ], - "Show totals": [""], - "Display total row/column": [""], - "Combine Metrics": [""], - "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ - "" + "One or many metrics to display": [ + "Eén of vele meeteenheden om weer te geven" ], - "Transpose Pivot": [""], - "Swap Groups and Columns": [""], - "Date format": [""], - "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ - "" + "One or more columns already exist": ["Een of meer kolommen bestaan al"], + "One or more columns are duplicated": [ + "Een of meer kolommen zijn gedupliceerd" ], - "Use Area Proportions": [""], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "" + "One or more columns do not exist": ["Een of meer kolommen bestaan niet"], + "One or more metrics already exist": [ + "Een of meer meetgegevens bestaan al" ], - "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ - "" + "One or more metrics are duplicated": [ + "Een of meer meetgegevens zijn gedupliceerd" ], - "Nightingale Rose Chart": [""], - "Advanced-Analytics": [""], - "Multi-Layers": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ - "" + "One or more metrics do not exist": [ + "Een of meer meeteenheden bestaan niet" ], - "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "One or more parameters needed to configure a database are missing.": [ "" ], - "Demographics": [""], - "Survey Responses": [""], - "Sankey Diagram": [""], - "Percentages": [""], - "Sankey Diagram with Loops": [""], - "Primary Metric": [""], - "The primary metric is used to define the arc segment sizes": [""], - "Secondary Metric": [""], - "[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels": [ - "" + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [ + "Een of meer in de query opgegeven parameters ontbreken." ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "" + "One ore more annotation layers failed loading.": [ + "Aantekening lagen worden nog steeds geladen." ], - "Hierarchy": [""], - "This defines the level of the hierarchy": [""], - "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ - "" + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "Alleen `SELECT` statements zijn toegestaan" ], - "Sunburst Chart": [""], - "Multi-Levels": [""], - "Ratio": [""], - "Target aspect ratio for treemap tiles.": [""], - "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ - "" + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [ + "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" ], - "Country Field Type": [""], - "The country code standard that Superset should expect to find in the [country] column": [ + "Only show the total value on the stacked chart, and not show on the selected category": [ "" ], - "Show Bubbles": [""], - "Whether to display bubbles on top of countries": [""], - "Max Bubble Size": [""], - "Country Column": [""], - "3 letter code of the country": [""], - "Metric for Color": [""], - "Metric that defines the color of the country": [""], - "Metric that defines the size of the bubble": [""], - "Bubble Color": [""], - "Country Color Scheme": [""], - "A map of the world, that can indicate values in different countries.": [ + "Only single queries supported": [ + "Alleen enkelvoudige query’s worden ondersteund" + ], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" + ], + "Opacity": ["Opaciteit"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["Open Datasource tab"], + "Open in SQL Lab": ["Open in SQL Lab"], + "Open query in SQL Lab": ["Open query in SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ "" ], - "Multi-Dimensions": [""], - "Multi-Variables": [""], - "Popular": [""], - "deck.gl charts": [""], - "Pick a set of deck.gl charts to layer on top of one another": [""], - "Select charts": [""], - "Error while fetching charts": [""], - "Compose multiple layers together to form complex visuals.": [""], - "deck.gl Multiple Layers": [""], - "deckGL": [""], - "Data has no time steps": [""], - "Start Longitude & Latitude": [""], - "Point to your spatial columns": [""], - "End Longitude & Latitude": [""], - "Arc": [""], - "Target Color": [""], - "Color of the target location": [""], - "Categorical Color": [""], - "Pick a dimension from which categorical colors are defined": [""], - "Stroke Width": [""], - "Advanced": ["Geavanceerd"], - "Plot the distance (like flight paths) between origin and destination.": [ + "Operator": [""], + "Operator undefined for aggregator: %(name)s": [ + "Operator ongedefinieerd voor aggregator: %(name)s" + ], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "" ], - "deck.gl Arc": [""], - "3D": [""], - "Web": [""], - "GeoJson Settings": [""], - "Point Radius Scale": [""], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Optional d3 date format string": [""], + "Optional d3 number format string": [""], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [ + "Optionele waarschuwing voor het gebruik van deze meeteenheid" + ], + "Optionally add a detailed description": [""], + "Options": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original": [""], + "Original table column order": ["Originele tabel kolom volgorde"], + "Original value": ["Originele waarde"], + "Orthogonal": [""], + "Other": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Overlap": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ "" ], - "deck.gl Geojson": [""], - "Height": ["Hoogte"], - "Metric used to control height": [""], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ "" ], - "deck.gl Grid": [""], - "Experimental": [""], - "Dynamic Aggregation Function": [""], - "The function to use when aggregating points into groups": [""], "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], - "deck.gl 3D Hexagon": [""], - "Visualizes connected points, which form a path, on a map.": [""], - "deck.gl Path": [""], - "Polygon Column": [""], - "Polygon Encoding": [""], - "Elevation": [""], - "Polygon Settings": [""], - "Opacity, expects values between 0 and 100": [""], - "Number of buckets to group data": [""], - "How many buckets should the data be grouped in.": [""], - "Bucket break points": [""], - "List of n+1 values for bucketing metric into n buckets.": [""], - "Emit Filter Events": [""], - "Whether to apply filter when items are clicked": [""], - "Multiple filtering": [""], - "Allow sending multiple polygons as a filter event": [""], - "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Overwrite": ["Overschrijven"], + "Overwrite & Explore": ["Overschrijven en verkennen"], + "Overwrite Dashboard [%s]": ["Dashboard overschrijven [%s]"], + "Overwrite text in the editor with a query on this table": [ + "Overschrijf tekst in de editor met een query op deze tabel" + ], + "Owned Created or Favored": [""], + "Owner": ["Eigenaar"], + "Owners": ["Eigenaars"], + "Owners are invalid": ["Eigenaren zijn ongeldig"], + "Owners is a list of users who can alter the dashboard.": [ + "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." + ], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ "" ], - "deck.gl Polygon": [""], - "Point Size": [""], - "Point Unit": [""], - "Minimum Radius": [""], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": ["Pandas resample methode"], + "Pandas resample rule": ["Pandas resample regel"], + "Parallel Coordinates": ["Parallelle coördinaten"], + "Parameter error": ["Parameter fout"], + "Parameters": ["Parameters"], + "Parameters ": [""], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": ["Bereken Data"], + "Part of a Whole": [""], + "Partition Chart": [""], + "Partition Diagram": ["Partition Diagram"], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "Maximum Radius": [""], - "Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "Password": ["Wachtwoord"], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percent Change": [""], + "Percentage": [""], + "Percentage change": [""], + "Percentage metrics": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": ["Periodes"], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [ + "Persoon of groep die deze meetwaarde heeft gecertificeerd" + ], + "Physical": ["Fysiek"], + "Physical (table or view)": ["Fysiek (tabel of overzicht)"], + "Physical dataset": ["Fysieke dataset"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Kies een granulariteit in de sectie Tijd of vink ‘Inclusief tijd’ uit" + ], + "Pick a metric for left axis!": [ + "Kies een meeteenheid voor de linkeras!" + ], + "Pick a metric for right axis!": [ + "Kies een meeteenheid voor de rechteras!" + ], + "Pick a metric for x, y and size": [ + "Kies een meeteenheid voor x, y en grootte" + ], + "Pick a metric to display": ["Kies een meeteenheid om weer te geven"], + "Pick a metric!": ["Kies een meeteenheid!"], + "Pick a name to help you identify this database.": [ + "Kies een naam om je te helpen deze database te identificeren." + ], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Kies een tijdschaal voor uw tijdreeks" + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [ + "Kies minstens één veld voor [Series]" + ], + "Pick at least one metric": ["Kies ten minste één meeteenheid"], + "Pick exactly 2 columns as [Source / Target]": [ + "Kies precies 2 kolommen als [Bron / Doel]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ "" ], - "Point Color": [""], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Pick your favorite markup language": [ + "Kies uw favoriete opmaaktaal (markup language)" + ], + "Pie Chart": [""], + "Pie shape": [""], + "Pin": [""], + "Pivot Options": [""], + "Pivot Table": ["Draaitabel"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [ + "De pivotbewerking moet ten minste één aggregaat omvatten" + ], + "Pivot operation requires at least one index": [ + "Pivot bewerking vereist ten minste één index" + ], + "Pivoted": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ "" ], - "deck.gl Scatterplot": [""], - "Grid": [""], - "Weight": [""], - "Metric used as a weight for the grid's coloring": [""], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "deck.gl Screen Grid": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "" ], - " source code of Superset's sandboxed parser": [""], - "This functionality is disabled in your environment for security reasons.": [ + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ "" ], - "Ignore null locations": [""], - "Whether to ignore locations that are null": [""], - "Auto Zoom": [""], - "When checked, the map will zoom to your data after each query": [""], - "Dimension": [""], - "Select a dimension": [""], - "Extra data for JS": [""], - "List of extra columns made available in Javascript functions": [""], - "Javascript data interceptor": [""], - "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ + "Please choose at least one metric": ["Kies ten minste één meeteenheid"], + "Please choose different metrics on left and right axis": [ + "Kies verschillende meeteenheden op de linker- en rechteras" + ], + "Please confirm": ["Gelieve te bevestigen"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Voer een SQLAlchemy URI in om te testen" + ], + "Please filter set name": ["Filter setnaam a.u.b."], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "Sla de query op om te kunnen delen" + ], + "Please save your chart first, then try creating a new email report.": [ "" ], - "Javascript tooltip generator": [""], - "Define a function that receives the input and outputs the content for a tooltip": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "Javascript onClick href": [""], - "Define a function that returns a URL to navigate to when user clicks": [ + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "Gelieve 3 verschillende meeteenheid labels te gebruiken" + ], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "Legend Format": [""], - "Choose the format for legend values": [""], - "Legend Position": [""], - "Choose the position of the legend": [""], - "Lines column": [""], - "The database columns that contains lines information": [""], - "Line width": ["Lijndikte"], - "The width of the lines": [""], - "Fill Color": [""], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ "" ], - "Stroke Color": [""], - "Filled": [""], - "Whether to fill the objects": [""], - "Stroked": [""], - "Whether to display the stroke": [""], - "Extruded": [""], - "Grid Size": [""], - "Defines the grid size in pixels": [""], - "Parameters related to the view and perspective on the map": [""], - "Longitude & Latitude": [""], - "Fixed point radius": [""], - "Multiplier": [""], - "Factor to multiply the metric by": [""], - "Lines encoding": [""], - "The encoding format of the lines": [""], - "Reverse Lat & Long": [""], - "GeoJson Column": [""], - "Select the geojson column": [""], - "Right Axis Format": [""], - "Show Markers": [""], - "Show data points as circle markers on the lines": [""], - "Y bounds": [""], - "Whether to display the min and max values of the Y-axis": [""], - "Y 2 bounds": [""], - "Line Style": [""], - "Line interpolation as defined by d3.js": [""], - "Show Range Filter": [""], - "Whether to display the time range interactive selector": [""], - "Extra Controls": [""], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Plugins": ["Plugins"], + "Point Color": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Size": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polygon Column": [""], + "Polygon Encoding": [""], + "Polygon Settings": [""], + "Polyline": [""], + "Pop Tab Link": ["Pop Tab Link"], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." + ], + "Position JSON": ["Positie JSON"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter": [""], + "Pre-filter available values": [""], + "Pre-filter is required": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "X Tick Layout": [""], - "The way the ticks are laid out on the X-axis": [""], - "X Axis Format": [""], - "Y Log Scale": [""], - "Use a log scale for the Y-axis": [""], - "Y Axis Bounds": [""], - "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "Predictive": [""], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": ["Preview"], + "Preview: `%s`": ["Preview: `%s`"], + "Previous": ["Vorige"], + "Primary": [""], + "Primary Metric": [""], + "Primary key": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Proceed": [""], + "Profile": ["Profiel"], + "Profile picture provided by Gravatar": [ + "Profielfoto geleverd door Gravatar" + ], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": ["Gepubliceerd"], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": ["Plaats je code hier"], + "Python datetime string pattern": ["Python datetime string patroon"], + "QUERY DATA IN SQL LAB": [""], + "Quarter": ["Kwartaal"], + "Quarters %s": [""], + "Query": ["Query"], + "Query %s: %s": [""], + "Query A": [""], + "Query B": [""], + "Query History": ["Query Geschiedenis"], + "Query history": ["Geschiedenis van de opzoeking"], + "Query imported": [""], + "Query in a new tab": ["Zoekopdracht in een nieuw tabblad"], + "Query is too complex and takes too long to run.": [""], + "Query mode": [""], + "Query name": ["Query naam"], + "Query preview": ["Query preview"], + "Query was stopped": ["Query is gestopt"], + "Query was stopped.": ["Query is gestopt."], + "RANGE TYPE": ["BEREIK TYPE"], + "RGB Color": [""], + "Radar": [""], + "Radar Chart": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range": [""], + "Range filter": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges": [""], + "Ranges to highlight with shading": [""], + "Ranking": [""], + "Ratio": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [""], + "Rebuild": ["Herbouw"], + "Recent activity": ["Recente activiteit"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" + ], + "Recently modified": ["Recent gewijzigd"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier verschijnen" + ], + "Recents": ["Recente"], + "Recipients are separated by \",\" or \";\"": [ + "Ontvangers worden gescheiden door “,” of “;”" + ], + "Recommended tags": [""], + "Record Count": ["Record Aantal"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ "" ], - "Y Axis 2 Bounds": [""], - "X bounds": [""], - "Whether to display the min and max values of the X-axis": [""], - "Bar Values": [""], - "Show the value on top of the bar": [""], - "Stacked Bars": [""], + "Redo the action": [""], "Reduce X ticks": [""], "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "Stacked Style": [""], - "Evolution": [""], - "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ - "" + "Refer to the": [""], + "Referenced columns not available in DataFrame.": [ + "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." ], - "Stretched style": [""], - "Stacked style": [""], - "Video game consoles": [""], - "Vehicle Types": [""], - "Area Chart": [""], - "Continuous": [""], - "Line": [""], - "nvd3": [""], - "Deprecated": [""], - "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "Refetch results": ["Resultaten opnieuw ophalen"], + "Refresh": ["Vernieuwen"], + "Refresh dashboard": ["Vernieuw dashboard"], + "Refresh frequency": ["Frequentie vernieuwen"], + "Refresh interval": ["Interval vernieuwen"], + "Refresh interval saved": [""], + "Refresh the default values": [""], + "Regex": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ "" ], - "Time-series Bar Chart": [""], - "Bar": [""], - "Vertical": [""], - "Box Plot": [""], - "X Log Scale": [""], - "Use a log scale for the X-axis": [""], - "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ - "" + "Relational": [""], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative period": [""], + "Relative quantity": ["Relatieve hoeveelheid"], + "Remind me in 24 hours": [""], + "Remove": ["Verwijder"], + "Remove invalid filters": ["Verwijder ongeldige filters"], + "Remove item": ["Item verwijderen"], + "Remove query from log": ["Verwijder de query uit de log"], + "Remove table preview": ["Verwijder tabel preview"], + "Removed columns: %s": ["Verwijderde kolommen: %s"], + "Rename tab": ["Tabblad hernoemen"], + "Rendering": [""], + "Replace": ["Vervang"], + "Report": [""], + "Report Schedule could not be created.": [ + "Rapportage planning kon niet worden aangemaakt." ], - "Ranges": [""], - "Ranges to highlight with shading": [""], - "Range labels": [""], - "Labels for the ranges": [""], - "Markers": [""], - "List of values to mark with triangles": [""], - "Marker labels": [""], - "Labels for the markers": [""], - "Marker lines": [""], - "List of values to mark with lines": [""], - "Marker line labels": [""], - "Labels for the marker lines": [""], - "KPI": [""], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "" + "Report Schedule could not be deleted.": [ + "Rapportage planning kon niet worden verwijderd." ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "" + "Report Schedule could not be updated.": [ + "Rapportage planning kon niet worden bijgewerkt." ], - "Time-series Percent Change": [""], - "Sort Bars": [""], - "Sort bars by x labels.": [""], - "Breakdowns": [""], - "Defines how each series is broken down": [""], - "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ - "" + "Report Schedule delete failed.": [ + "Rapportage planning verwijderen mislukt." ], - "Bar Chart": [""], - "Additive": [""], - "Discrete": [""], - "Y Axis 1": [""], - "Y Axis 2": [""], - "Left Axis Metric": [""], - "Choose a metric for left axis": [""], - "Left Axis Format": [""], - "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ - "" + "Report Schedule execution failed when generating a csv.": [ + "Rapportage planning mislukt bij het genereren van een csv." ], - "Dual Line Chart": [""], - "Propagate": [""], - "Send range filter events to other charts": [""], - "Classic chart that visualizes how metrics change over time.": [""], - "Battery level over time": [""], - "Line Chart": [""], - "Prefix metric name with slice name": [""], - "Y Axis Left": [""], - "Left Axis chart(s)": [""], - "Choose one or more charts for left axis": [""], - "Y Axis Right": [""], - "Right Axis chart(s)": [""], - "Choose one or more charts for right axis": [""], - "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ - "" + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution failed when generating a screenshot.": [ + "Rapportage planning uitvoering mislukt bij het genereren van een screenshot." ], - "Multiple Line Charts": [""], - "Label Type": [""], - "What should be shown on the label?": [""], - "Donut": [""], - "Do you want a donut or a pie?": [""], - "Show Labels": [""], - "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ - "" + "Report Schedule execution got an unexpected error.": [ + "Rapportage planning uitvoering kreeg een onverwachte fout." ], - "Put labels outside": [""], - "Put the labels outside the pie?": [""], - "Pie Chart": [""], - "Frequency": [""], - "The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.": [ - "" + "Report Schedule is still working, refusing to re-compute.": [ + "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." ], - "Time-series Period Pivot": [""], - "Show legend": [""], - "Whether to display a legend for the chart": [""], - "Margin": [""], - "Additional padding for legend.": [""], - "Legend type": [""], - "Show Value": [""], - "Show series values on the chart": [""], - "Stack series": [""], - "Stack series on top of each other": [""], - "Only Total": [""], - "Only show the total value on the stacked chart, and not show on the selected category": [ + "Report Schedule log prune failed.": [ + "Rapportage planning log prune mislukt." + ], + "Report Schedule not found.": ["Rapportage planning niet gevonden."], + "Report Schedule parameters are invalid.": [ + "De parameters van het rapportageplanning zijn ongeldig." + ], + "Report Schedule reached a working timeout.": [ + "Rapportage planning heeft een werk time-out bereikt." + ], + "Report Schedule state not found": [ + "Rapport Schedule state niet gevonden" + ], + "Report a bug": [""], + "Report failed": ["Rapport mislukt"], + "Report name": ["Naam rapport"], + "Report schedule": ["Rapportageplanning"], + "Report schedule unexpected error": ["Onverwachte fout in rapportschema"], + "Report sending": ["Rapport verzenden"], + "Report sent": ["Rapport verzonden"], + "Reports": ["Rapporten"], + "Repulsion": [""], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Permissies aanvragen"], + "Request is incorrect: %(error)s": ["Verzoek is onjuist: %(error)s"], + "Request is not JSON": ["Verzoek is geen JSON"], + "Request missing data field.": ["Verzoek om ontbrekend data veld."], + "Required": ["Vereist"], + "Required control values have been removed": [""], + "Resample": [""], + "Reset": [""], + "Reset state": ["Reset status"], + "Resource already has an attached report.": [""], + "Restore Filter": ["Herstel Filter"], + "Results": ["Resultaten"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "X-axis": [""], - "Dimension to use on x-axis.": [""], - "Y-axis": [""], - "Dimension to use on y-axis.": [""], - "Percentage threshold": [""], - "Minimum threshold in percentage points for showing labels.": [""], + "Return to specific datetime.": [ + "Terugkeren naar specifieke datum/tijd." + ], + "Reverse Lat & Long": [""], + "Reverse lat/long ": ["Omgekeerde breedtegraad/lengtegraad "], + "Rich Tooltip": [""], "Rich tooltip": [""], - "Shows a list of all series available at that point in time": [""], - "Tooltip time format": [""], - "Tooltip sort by metric": [""], - "Whether to sort tooltip by the selected metric in descending order.": [ + "Right": [""], + "Right Axis Format": [""], + "Right Axis Metric": [""], + "Right Axis chart(s)": [""], + "Right axis metric": ["Meeteenheid rechteras"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "Tooltip": [""], - "Last available value seen on %s": [""], - "Not up to date": [""], - "No data": ["Geen data"], - "No data after filtering or data is NULL for the latest time record": [ - "" + "Role": ["Rol"], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Rol %(r)s werd uitgebreid om toegang te verschaffen tot de gegevensbron %(ds)s" ], - "Try applying different filters or ensuring your datasource has data": [ + "Roles": ["Rollen"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ "" ], - "Big Number Font Size": [""], - "Tiny": [""], - "Small": [""], - "Normal": [""], - "Large": [""], - "Huge": [""], - "Subheader Font Size": [""], - "Subheader": [""], - "Description text that shows up below your Big Number": [""], - "Force date format": [""], - "Use date formatting even when metric value is not a timestamp": [""], - "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ "" ], - "A Big Number": [""], - "With a subheader": [""], - "Formattable": [""], - "Comparison Period Lag": [""], - "Based on granularity, number of time periods to compare against": [""], - "Comparison suffix": [""], - "Suffix to apply after the percentage display": [""], - "Show Timestamp": [""], - "Whether to display the timestamp": [""], - "Show Trend Line": [""], - "Whether to display the trend line": [""], - "Start y-axis at 0": [""], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Roles to grant": ["Toe te kennen rollen"], + "Rolling Function": [""], + "Rolling Window": [""], + "Rolling function": ["Rolfunctie"], + "Rolling window": ["Rollend venster"], + "Root certificate": ["Root certificaat"], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Round cap": [""], + "Row": ["Rij"], + "Row Level Security": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ "" ], - "Fix to selected Time Range": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "Row level security filter": ["Beveiligingsfilter op rijniveau"], + "Row limit": ["Rij limiet"], + "Rows": ["Rijen"], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": ["Te lezen rijen"], + "Rule": ["Regel"], + "Run": ["Uitvoeren"], + "Run a query to display results": [""], + "Run in SQL Lab": ["Uitvoeren in SQL Lab"], + "Run query": ["Zoekopdracht uitvoeren"], + "Run query (Ctrl + Return)": ["Query uitvoeren (Ctrl + Return)"], + "Run query in a new tab": ["Query uitvoeren in een nieuw tabblad"], + "Run selection": ["Selectie uitvoeren"], + "Running": ["Running"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": ["ZA"], + "SEP": ["SEP"], + "SHA": [""], + "SQL": ["SQL"], + "SQL Copied!": ["SQL gekopieerd!"], + "SQL Expression": ["SQL Expressie"], + "SQL Lab": ["SQL-lab"], + "SQL Lab View": ["SQL Lab View"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ "" ], - "Whisker/outlier options": [""], - "Determines how whiskers and outliers are calculated.": [""], - "Categories to group by on the x-axis.": [""], - "Distribute across": [""], - "Columns to calculate distribution across. Defaults to temporal column if left empty.": [ - "" + "SQL Query": ["SQL Query"], + "SQL expression": ["SQL expressie"], + "SQL query": ["SQL query"], + "SQLAlchemy URI": ["SQLAlchemy URI"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": ["START (INCLUSIEF)"], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["ZO"], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": ["Sankey"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": ["Zaterdag"], + "Save": ["Opslaan"], + "Save & Explore": ["Opslaan en verkennen"], + "Save & go to dashboard": ["Opslaan en naar dashboard gaan"], + "Save (Overwrite)": ["Opslaan (overschrijven)"], + "Save as": ["Opslaan als"], + "Save as new": ["Opslaan als nieuw"], + "Save as new chart": ["Opslaan als nieuwe grafiek"], + "Save as:": ["Opslaan als:"], + "Save chart": ["Grafiek opslaan"], + "Save dashboard": ["Dashboard opslaan"], + "Save for this session": ["Opslaan voor deze sessie"], + "Save or Overwrite Dataset": [""], + "Save query": ["Zoekopdracht opslaan"], + "Save the query to enable this feature": [ + "Sla de query op om deze functie in te schakelen" ], - "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ - "" + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Opgeslagen"], + "Saved Queries": ["Opgeslagen Queries"], + "Saved expressions": [""], + "Saved metric": ["Opgeslagen meeteenheid"], + "Saved queries": ["Opgeslagen queries"], + "Saved queries could not be deleted.": [ + "Opgeslagen zoekopdrachten konden niet worden verwijderd." ], - "ECharts": [""], - "Labels": [""], - "Whether to display the labels.": [""], - "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "Saved query not found.": ["Opgeslagen query niet gevonden."], + "Saved query parameters are invalid.": [ + "Opgeslagen query parameters zijn ongeldig." + ], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "Funnel Chart": [""], - "Sequential": [""], - "Columns to group by": [""], - "General": [""], - "Min": ["Min"], - "Minimum value on the gauge axis": [""], - "Max": ["Max"], - "Maximum value on the gauge axis": [""], - "Start angle": [""], - "Angle at which to start progress axis": [""], - "End angle": [""], - "Angle at which to end progress axis": [""], - "Font size": [""], - "Font size for axis labels, detail value and other text elements": [""], - "Value format": [""], - "Additional text to add before or after the value, e.g. unit": [""], - "Show pointer": [""], - "Whether to show the pointer": [""], - "Animation": [""], - "Whether to animate the progress and the value or just display them": [ + "Schedule": ["Planning"], + "Schedule email report": [""], + "Schedule query": ["Query planning"], + "Schedule settings": ["Planning instellingen"], + "Schedule the query periodically": ["Plan de zoekopdracht periodiek"], + "Scheduled": ["Gepland"], + "Scheduled at (UTC)": ["Gepland om (UTC)"], + "Schema": ["Schema"], + "Schema cache timeout": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, zoals alleen gebruikt in sommige databases zoals Postgres, Redshift en DB2" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": ["Scoping"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Zoek"], + "Search / Filter": ["Zoek / Filter"], + "Search Metrics & Columns": ["Zoek meeteenheden & kolommen"], + "Search all charts": [""], + "Search all filter options": ["Zoek in alle filteropties"], + "Search box": [""], + "Search by query text": ["Zoek op querytekst"], + "Search...": ["Zoek…"], + "Second": ["Seconde"], + "Secondary": [""], + "Secondary Metric": [""], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Seconds %s": [""], + "Secure Extra": ["Secure Extra"], + "Secure extra": ["Secure extra"], + "Security": ["Beveiliging"], + "Security & Access": ["Veiligheid & toegang"], + "See all %(tableName)s": [""], + "See less": ["Zie minder"], + "See more": ["Zie meer"], + "See query details": [""], + "See table schema": ["Zie tabel schema"], + "Select": [""], + "Select ...": ["Selecteer …"], + "Select Delivery Method": [""], + "Select Viz Type": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [ + "Selecteer een Excel-bestand dat moet worden geüpload naar een database." + ], + "Select a column": [""], + "Select a dashboard": [""], + "Select a database table and create dataset": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a dimension": [""], + "Select a visualization type": ["Selecteer een visualisatie type"], + "Select aggregate options": [""], + "Select any columns for metadata inspection": [""], + "Select charts": [""], + "Select color scheme": [""], + "Select column": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "" ], - "Axis": [""], - "Show axis line ticks": [""], - "Whether to show minor ticks on the axis": [""], - "Show split lines": [""], - "Whether to show the split lines on the axis": [""], - "Split number": [""], - "Number of split segments on the axis": [""], - "Progress": [""], - "Show progress": [""], - "Whether to show the progress of gauge chart": [""], - "Overlap": [""], - "Whether the progress bar overlaps when there are multiple groups of data": [ + "Select filter": [""], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select operator": [""], + "Select or type a value": [""], + "Select owners": [""], + "Select saved metrics": [""], + "Select schema or type to search schemas": [""], + "Select scheme": [""], + "Select start and end date": ["Selecteer begin- en einddatum"], + "Select subject": [""], + "Select the geojson column": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ "" ], - "Round cap": [""], - "Style the ends of the progress bar with a round cap": [""], - "Intervals": [""], - "Interval bounds": [""], - "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": ["September"], + "Sequential": [""], + "Series": ["Series"], + "Series Height": [""], + "Series Style": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": ["Serie limiet"], + "Series type": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": ["Stel auto-refresh in"], + "Set filter mapping": ["Filter toewijzing instellen"], + "Set up an email report": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ "" ], - "Interval colors": [""], - "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ - "" + "Settings": ["Instellingen"], + "Settings for time series": [""], + "Share": ["Deel"], + "Share chart by email": ["Deel grafiek per e-mail"], + "Shared query": ["Gedeelde zoekopdracht"], + "Sheet Name": ["Naam tabblad"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [ + "Korte beschrijving moet uniek zijn voor deze laag" ], - "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Gauge Chart": [""], - "Name of the source nodes": [""], - "Name of the target nodes": [""], - "Source category": [""], - "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Target category": [""], - "Category of target nodes": [""], - "Chart options": [""], - "Layout": [""], - "Graph layout": [""], - "Force": [""], - "Layout type of graph": [""], - "Edge symbols": [""], - "Symbol of two ends of edge line": [""], - "None -> None": [""], - "None -> Arrow": [""], - "Circle -> Arrow": [""], - "Circle -> Circle": [""], - "Enable node dragging": [""], - "Whether to enable node dragging in force layout mode.": [""], - "Enable graph roaming": [""], - "Disabled": [""], - "Scale only": [""], - "Move only": [""], - "Scale and Move": [""], - "Whether to enable changing graph position and scaling.": [""], - "Node select mode": [""], - "Single": [""], - "Multiple": [""], - "Allow node selections": [""], - "Label threshold": [""], - "Minimum value for label to be displayed on graph.": [""], - "Node size": [""], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Edge width": [""], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ - "" + "Show": [""], + "Show Bubbles": [""], + "Show CREATE VIEW statement": ["Toon CREATE VIEW statement"], + "Show CSS Template": ["Toon CSS Template"], + "Show Chart": ["Toon grafiek"], + "Show Column": ["Toon Kolom"], + "Show Dashboard": ["Toon Dashboard"], + "Show Database": ["Toon Database"], + "Show Labels": [""], + "Show Less...": [""], + "Show Log": ["Toon Log"], + "Show Markers": [""], + "Show Metric": ["Toon meeteenheid"], + "Show Metric Names": [""], + "Show Range Filter": [""], + "Show Row level security filter": [ + "Toon beveiligingsfilter op rijniveau" ], - "Edge length": [""], - "Edge length between nodes": [""], - "Gravity": [""], - "Strength to pull the graph toward center": [""], - "Repulsion": [""], - "Repulsion strength between nodes": [""], - "Friction": [""], - "Friction between nodes": [""], - "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "Show Saved Query": ["Toon Opgeslagen Query"], + "Show Table": ["Toon tabel"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Value": [""], + "Show Values": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ "" ], - "Graph Chart": [""], - "Structural": [""], - "Series type": [""], - "Series chart type (line, bar etc)": [""], - "Area chart": [""], - "Draw area under curves. Only applicable for line types.": [""], - "Opacity of area chart.": [""], - "Marker": [""], - "Draw a marker on data points. Only applicable for line types.": [""], - "Marker size": [""], - "Size of marker. Also applies to forecast observations.": [""], - "Primary": [""], - "Secondary": [""], - "Primary or secondary y-axis": [""], - "Query A": [""], - "Query B": [""], - "Data Zoom": [""], - "Enable data zooming controls": [""], - "Rotate x axis label": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Minor Split Line": [""], - "Draw split lines for minor y-axis ticks": [""], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Show all columns": [""], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show columns total": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "Primary y-axis format": [""], - "Logarithmic y-axis": [""], - "Logarithmic scale on primary y-axis": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Logarithmic scale on secondary y-axis": [""], - "Visualize two different time series using the same x-axis time range. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "Show info tooltip": [""], + "Show label": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less columns": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show progress": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time column": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "Mixed Time-Series": [""], - "Put the labels outside of the pie?": [""], - "Label Line": [""], - "Draw line from Pie to label when labels outside?": [""], - "Pie shape": [""], - "Outer Radius": [""], - "Outer edge of Pie chart": [""], - "Inner Radius": [""], - "Inner radius of donut hole": [""], - "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ "" ], - "The maximum value of metrics. It is an optional configuration": [""], - "Label position": [""], - "Radar": [""], - "Customize Metrics": [""], - "Further customize how to display each metric": [""], - "Circle radar shape": [""], - "Radar render type, whether to display 'circle' shape.": [""], - "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ "" ], - "Radar Chart": [""], - "Contribution Mode": [""], - "Calculate contribution per series or row": [""], - "Series Style": [""], - "Area chart opacity": [""], - "Opacity of Area Chart. Also applies to confidence band.": [""], - "Marker Size": [""], - "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ "" ], - "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ "" ], - "Generic Chart": [""], - "Time-series Chart": [""], - "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ "" ], - "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "Showing %s of %s": ["Weergave %s van %s"], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ "" ], - "Area Chart v2": [""], - "Time-series Area Chart": [""], - "It’s not recommended to truncate y-axis in Bar chart.": [""], - "Bar Charts are used to show metrics as a series of bars.": [""], - "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "Significance Level": [""], + "Simple": ["Eenvoudig"], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single": [""], + "Single Metric": [""], + "Single Value": [""], + "Single value": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": ["Blanco regels overslaan"], + "Skip Initial Space": ["Eerste spatie overslaan"], + "Skip Rows": ["Rijen overslaan"], + "Slug": ["Slug"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "Bar Chart v2": [""], - "Time-series Bar Chart v2": [""], - "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ - "" + "Solid": [""], + "Some roles do not exist": ["Sommige rollen bestaan niet"], + "Sorry there was an error fetching database information: %s": [ + "Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" ], - "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ - "" + "Sorry there was an error fetching saved charts: ": [ + "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + ], + "Sorry, An error occurred": ["Sorry, er is een fout opgetreden"], + "Sorry, an error occurred": [""], + "Sorry, something went wrong. Try again later.": [ + "Sorry, er ging iets mis. Probeer het later nog eens." + ], + "Sorry, there appears to be no data": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "Sorry, your browser does not support copying.": [ + "Sorry, uw browser ondersteunt het kopiëren niet." + ], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" + ], + "Sort": [""], + "Sort Bars": [""], + "Sort Descending": [""], + "Sort Metric": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": ["Sorteer oplopend"], + "Sort bars by x labels.": [""], + "Sort by": ["Sorteer op"], + "Sort by %s": [""], + "Sort by metric": [""], + "Sort columns alphabetically": ["Sorteer kolommen alfabetisch"], + "Sort columns by": [""], + "Sort descending": ["Sorteer aflopend"], + "Sort filter values": [""], + "Sort metric": ["Sorteer meeteenheid"], + "Sort rows by": [""], + "Sort series in ascending order": [""], + "Sort type": [""], + "Source": ["Bron"], + "Source / Target": [""], + "Source SQL": ["Bron SQL"], + "Source category": [""], + "Sparkline": [""], + "Spatial": ["Ruimtelijk"], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [ + "Geef een schema op (als de databasesmaak dit ondersteunt)." ], - "Time-series Line Chart": [""], - "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ - "" + "Specify duplicate columns as \"X.0, X.1\".": [ + "Specificeer dubbele kolommen als “X.0, X.1”." ], - "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ "" ], - "Scatter Plot": [""], - "Time-series Scatter Plot": [""], - "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ - "" + "Split number": [""], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["Start"], + "Start Longitude & Latitude": [""], + "Start Review": [""], + "Start angle": [""], + "Start at (UTC)": ["Start op (UTC)"], + "Start date included in time range": [ + "Begindatum opgenomen in de tijdspanne" ], - "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ "" ], - "Smooth Line": [""], - "Time-series Smooth Line": [""], + "State": ["Status"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["Status"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], "Step type": [""], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "" - ], + "Stepped Line": [""], "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "" ], - "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ - "" + "Stop": ["Stop"], + "Stop query": ["Query stoppen"], + "Stop running (Ctrl + x)": ["Stop de uitvoering (Ctrl + x)"], + "Stopped an unsafe database connection": [ + "Stopte een onveilige database connectie" ], - "Stepped Line": [""], - "Time-series Stepped Line": [""], - "Id": [""], - "Name of the id column": [""], - "Parent": [""], - "Name of the column containing the id of the parent node": [""], - "Optional name of the data column.": [""], - "Root node id": [""], - "Id of root node of the tree.": [""], - "Metric for node values": [""], - "Tree layout": [""], - "Orthogonal": [""], - "Radial": [""], - "Layout type of tree": [""], - "Tree orientation": [""], - "Left to Right": [""], - "Right to Left": [""], - "Top to Bottom": [""], - "Bottom to Top": [""], - "Orientation of tree": [""], - "Node label position": [""], - "left": [""], - "top": [""], - "right": [""], - "bottom": [""], - "Position of intermidiate node label on tree": [""], - "Child label position": [""], - "Position of child node label on tree": [""], - "Emphasis": [""], - "ancestor": [""], - "descendant": [""], - "Which relatives to highlight on hover": [""], - "Symbol": [""], - "Empty circle": [""], - "Circle": [""], - "Rectangle": [""], - "Triangle": [""], - "Diamond": [""], - "Pin": [""], - "Arrow": [""], - "Symbol size": [""], - "Size of edge symbols": [""], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "" + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [ + "Strings gebruikt voor bladnamen (standaard is het eerste blad)." ], - "Tree Chart": [""], - "Show Upper Labels": [""], - "Show labels when the node has children.": [""], - "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ - "" + "Stroke Color": [""], + "Stroke Width": [""], + "Stroked": [""], + "Structural": [""], + "Style": ["Stijl"], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": ["Succes"], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": ["Sunburst"], + "Sunburst Chart": [""], + "Sunday": ["Zondag"], + "Superset Chart": ["Superset Grafiek"], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Superset grafiek"], + "Superset dashboard": ["Superset dashboard"], + "Superset encountered an error while running a command.": [ + "een fout is opgetreden in Superset tijdens het uitvoeren van een commando." ], - "Treemap v2": [""], - "Columns to group by on the columns": [""], - "Rows": ["Rijen"], - "Columns to group by on the rows": [""], - "Apply metrics on": [""], - "Use metrics as a top level group for columns or for rows": [""], - "Cell limit": [""], - "Limits the number of cells that get retrieved.": [""], - "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ - "" + "Superset encountered an unexpected error.": [ + "Er is een onverwachte fout opgetreden in Superset." ], - "Show rows total": [""], - "Display row level total": [""], - "Show columns total": [""], - "Display column level total": [""], - "Transpose pivot": [""], + "Supported databases": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], "Swap rows and columns": [""], - "Combine metrics": [""], - "D3 time format for datetime columns": [""], - "Sort rows by": [""], - "key a-z": [""], - "key z-a": [""], - "value ascending": [""], - "value descending": [""], - "Change order of rows.": [""], - "Available sorting modes:": [""], - "By key: use row names as sorting key": [""], - "By value: use metric values as sorting key": [""], - "Sort columns by": [""], - "Change order of columns.": [""], - "By key: use column names as sorting key": [""], - "Rows subtotal position": [""], - "Top": [""], - "Bottom": [""], - "Position of row level subtotal": [""], - "Columns subtotal position": [""], - "Position of column level subtotal": [""], - "Conditional formatting": [""], - "Apply conditional color formatting to metrics": [""], - "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Pivot Table v2": [""], - "Unknown input format": [""], - "search.num_records": [""], - "page_size.show": [""], - "page_size.entries": [""], - "Totals": [""], - "page_size.all": [""], - "Group By, Metrics or Percentage Metrics must have a value": [""], - "Query mode": [""], - "must have a value": [""], - "Percentage metrics": [""], - "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Ordering": [""], - "Order results by selected columns": [""], - "Server pagination": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Server Page Length": [""], - "Rows per page, 0 means no pagination": [""], - "Include time": [""], - "Whether to include the time granularity as defined in the time section": [ - "" + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Symbol size": [""], + "Sync columns from source": ["Synchroniseer kolommen van bron"], + "Syntax": ["Syntax"], + "TABLES": ["TABLES"], + "THU": ["DO"], + "TUE": ["DI"], + "Tab name": ["Tab naam"], + "Tab title": ["Titel tabblad"], + "Table": ["Tabel"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Tabwl %(table)s werd niet gevonden in de database %(db)s" ], - "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Table Exists": ["De tabel bestaat reeds"], + "Table Name": ["Tabel Naam"], + "Table View": ["Tabel Weergave"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ "" ], - "Timestamp format": [""], - "Page length": [""], - "Search box": [""], - "Whether to include a client-side search box": [""], - "Cell bars": [""], - "Whether to align background charts with both positive and negative values at 0": [ - "" + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "De tabel [%{table}s] kon niet worden gevonden, controleer uw databaseverbinding, schema en tabelnaam, fout: {}" ], - "Customize columns": [""], - "Further customize how to display each column": [""], - "Apply conditional color formatting to numeric columns": [""], - "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "Table cache timeout": [""], + "Table loading": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": ["Tabelnaam niet gedefinieerd"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "Word Cloud": [""], - "Minimum Font Size": [""], - "Font size for the smallest value in the list": [""], - "Maximum Font Size": [""], - "Font size for the biggest value in the list": [""], - "Word Rotation": [""], - "Rotation to apply to words in the cloud": [""], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Tables": ["Tabellen"], + "Tabs": ["Tabs"], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Tags": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "Add item": ["Voeg item toe"], - "The query couldn't be loaded": ["De query kon niet geladen worden"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, navigeert u naar Opgeslagen zoekopdrachten" - ], - "Your query could not be scheduled": ["Uw vraag kon niet worden gepland"], - "Failed at retrieving results": ["Fout bij het ophalen van resultaten"], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "Target": [""], + "Target Color": [""], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": ["Template Naam"], + "Template parameters": ["Template parameters"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "" ], - "Unknown error": ["Onbekende fout"], - "Query was stopped.": ["Query is gestopt."], - "Failed at stopping query. %s": [""], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Test Connection": ["Test Connectie"], + "Test connection": ["Test connectie"], + "Text": [""], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "" ], - "Copy of %s": ["Kopie van %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem contact op met uw beheerder." + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" ], - "An error occurred while fetching tab state": [ - "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" ], - "An error occurred while hiding the left bar. Please contact your administrator.": [ - "Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem contact op met uw beheerder." + "The access requests seem to have been deleted": [ + "De toegangsverzoeken lijken te zijn gewist" ], - "An error occurred while removing tab. Please contact your administrator.": [ + "The annotation has been saved": [""], + "The annotation has been updated": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ + "The chart does not exist": ["De grafiek bestaat niet"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ - "Er is een fout opgetreden bij het instellen van de database-ID van het tabblad. Neem contact op met uw beheerder." + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [ + "Het kleurenschema voor de rendering grafiek" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "Er is een fout opgetreden bij het instellen van het tabblad schema. Neem contact op met uw beheerder." + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem contact op met uw beheerder." + "The column was deleted or renamed in the database.": [ + "De kolom werd verwijderd of hernoemd in de database." ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Er is een fout opgetreden bij het instellen van de tabbladtitel. Neem contact op met uw beheerder." + "The country code standard that Superset should expect to find in the [country] column": [ + "" ], - "Your query could not be saved": [ - "Uw zoekopdracht kon niet worden opgeslagen" + "The dashboard has been saved": ["Het dashboard is opgeslagen"], + "The data source seems to have been deleted": [ + "De gegevensbron lijkt te zijn verwijderd" ], - "Your query was not properly saved": [""], - "Your query was saved": ["Uw zoekopdracht werd opgeslagen"], - "Your query was updated": ["Uw zoekopdracht werd bijgewerkt"], - "Your query could not be updated": [ - "Uw zoekopdracht kon niet worden bijgewerkt" + "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.": [ + "" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [ + "De database wordt ongebruikelijk zwaar belast." + ], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "An error occurred while fetching table metadata": [ - "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel" + "The database returned an unexpected error.": [ + "De database gaf een onverwachte foutmelding." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel. Neem contact op met uw beheerder." + "The database was deleted.": [""], + "The database was not found.": [""], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. Neem contact op met uw beheerder." + "The dataset associated with this chart no longer exists": [ + "De dataset die bij deze grafiek hoort bestaat niet meer" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. Neem contact op met uw beheerder." + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "De dataset configuratie die hier wordt getoond\n heeft invloed op alle grafieken die deze dataset gebruiken.\n Wees je ervan bewust dat het veranderen van instellingen\n hier invloed kan hebben op andere grafieken\n op ongewenste manieren." ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Er is een fout opgetreden tijdens het verwijderen van het tabelschema. Neem contact op met uw beheerder." + "The dataset has been saved": ["De dataset is opgeslagen"], + "The dataset linked to this chart may have been deleted.": [ + "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." ], - "Shared query": ["Gedeelde zoekopdracht"], "The datasource couldn't be loaded": [ "De datasource kon niet geladen worden" ], - "An error occurred while creating the data source": [ - "Er is een fout opgetreden bij het aanmaken van de gegevensbron" + "The datasource is too large to query.": [ + "De gegevensbron is te groot om te bevragen." ], - "An error occurred while fetching function names.": [ - "Er is een fout opgetreden bij het ophalen van functienamen." + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" ], - "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "The distance between cells, in pixels": [""], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "" ], - "Estimate selected query cost": [ - "Kostenraming van de geselecteerde zoekopdracht" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "Estimate cost": ["Kostenraming"], - "Cost estimate": ["Kostenraming"], - "Creating a data source and creating a new tab": [ - "Een gegevensbron maken en een nieuw tabblad maken" + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "De host “%(hostname)s” is misschien down en kan niet worden bereikt." ], - "An error occurred": ["Er is een fout opgetreden"], - "Explore the result set in the data exploration view": [ - "Verken de resultaten in de gegevensverkenningsweergave" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "De host “%(hostname)s” is misschien down, en kan niet bereikt worden op poort %(port)s." ], - "Source SQL": ["Bron SQL"], - "Executed SQL": [""], - "SQL": ["SQL"], - "No query history yet...": ["Nog geen zoekgeschiedenis…"], - "An error occurred when refreshing queries": [ - "Er is een fout opgetreden bij het vernieuwen van de queries" - ], - "It seems you don't have access to any database": [ - "Het lijkt erop dat je geen toegang hebt tot een database" - ], - "Filter by user": ["Filter op gebruiker"], - "Filter by database": ["Filter op database"], - "Query search string": ["Query zoek string"], - "[From]-": ["[From]-"], - "[To]-": ["[To]-"], - "Filter by status": ["Filter op status"], - "Success": ["Succes"], - "Failed": ["Mislukt"], - "Running": ["Running"], - "Fetching": [""], - "Offline": ["Offline"], - "Scheduled": ["Gepland"], - "Unknown Status": [""], - "Edit": ["Bewerk"], - "View results": ["Resultaten weergeven"], - "Data preview": ["Data preview"], - "Overwrite text in the editor with a query on this table": [ - "Overschrijf tekst in de editor met een query op deze tabel" + "The host might be down, and can't be reached on the provided port.": [ + "" ], - "Run query in a new tab": ["Query uitvoeren in een nieuw tabblad"], - "Remove query from log": ["Verwijder de query uit de log"], - "An error occurred saving dataset": [ - "Er is een fout opgetreden bij het opslaan van dataset" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "De hostnaam “%(hostname)s” kan niet worden opgelost." ], - "Download to CSV": ["Download naar CSV"], - "Copy to Clipboard": ["Kopieer naar Klembord"], - "Too many columns to filter": [""], - "Filter results": ["Filter resultaten"], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "" + "The hostname provided can't be resolved.": [ + "De opgegeven hostnaam kan niet worden gevonden." ], - "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "The id of the active chart": ["Het id van de actieve grafiek"], + "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'": [ "" ], - "The number of rows displayed is limited to %(rows)d by the query": [""], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "%(rows)d rows returned": [""], - "The number of rows displayed is limited to %s by the dropdown.": [""], - "Query was stopped": ["Query is gestopt"], - "Database error": ["Database fout"], - "was created": ["werd gecreëerd"], - "Query in a new tab": ["Zoekopdracht in een nieuw tabblad"], - "The query returned no data": ["De query leverde geen gegevens op"], - "Fetch data preview": ["Gegevens ophalen preview"], - "Refetch results": ["Resultaten opnieuw ophalen"], - "Track job": ["Track job"], - "Stop": ["Stop"], - "Run selection": ["Selectie uitvoeren"], - "Run": ["Uitvoeren"], - "Stop running (Ctrl + x)": ["Stop de uitvoering (Ctrl + x)"], - "Stop running (Ctrl + e)": ["Stop de uitvoering (Ctrl + e)"], - "Run query (Ctrl + Return)": ["Query uitvoeren (Ctrl + Return)"], - "Save & Explore": ["Opslaan en verkennen"], - "Overwrite & Explore": ["Overschrijven en verkennen"], - "Undefined": ["Ongedefinieerd"], - "Save": ["Opslaan"], - "Save as": ["Opslaan als"], - "Save query": ["Zoekopdracht opslaan"], - "Save as new": ["Opslaan als nieuw"], - "Update": ["Update"], - "Label for your query": ["Label voor uw zoekopdracht"], - "Write a description for your query": [ - "Schrijf een omschrijving voor uw zoekopdracht." - ], - "Schedule query": ["Query planning"], - "Schedule": ["Planning"], - "There was an error with your request": [ - "Er is een fout opgetreden in uw verzoek." - ], - "Please save the query to enable sharing": [ - "Sla de query op om te kunnen delen" + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %(key)s is ongeldig." ], - "Copy query link to your clipboard": [ - "Kopieer query link naar uw klembord" + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %{key}s is ongeldig." ], - "Save the query to enable this feature": [ - "Sla de query op om deze functie in te schakelen" + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" ], - "Copy link": ["Kopieer link"], - "No stored results found, you need to re-run your query": [ - "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" + "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": [ + "" ], - "Run a query to display results here": [ - "Voer een query uit om de resultaten hier weer te geven" + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" ], - "Preview: `%s`": ["Preview: `%s`"], - "Results": ["Resultaten"], - "Query history": ["Geschiedenis van de opzoeking"], - "Run query": ["Zoekopdracht uitvoeren"], - "New tab": ["Nieuw tabblad"], - "Untitled query": ["Naamloze zoekopdracht"], - "Stop query": ["Query stoppen"], - "Schedule the query periodically": ["Plan de zoekopdracht periodiek"], - "You must run the query successfully first": [ - "U moet de query eerst succesvol uitvoeren" + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" ], - "Autocomplete": ["Autocomplete"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "Estimate the cost before running a query": [ - "Kostenraming voordat een query wordt uitgevoerd" + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" ], - "Collapse table preview": [""], - "Expand table preview": [""], - "Reset state": ["Reset status"], - "Enter a new title for the tab": [ - "Voer een nieuwe titel in voor het tabblad" + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" ], - "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "" ], - "Untitled Query %s": ["Naamloze Query %s"], - "Close tab": ["Tabblad sluiten"], - "Rename tab": ["Tabblad hernoemen"], - "Expand tool bar": ["Werkbalk uitbreiden"], - "Hide tool bar": ["Verberg werkbalk"], - "Close all other tabs": ["Sluit alle andere tabbladen"], - "Duplicate tab": ["Tabblad Dupliceren"], - "New tab (Ctrl + q)": ["Nieuw tabblad (Ctrl + q)"], - "New tab (Ctrl + t)": ["Nieuw tabblad (Ctrl + t)"], - "Copy partition query to clipboard": [ - "Kopieer partitie query naar klembord" + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" ], - "latest partition:": ["laatste partitie:"], - "Keys for table": ["Sleutels voor tabel"], - "View keys & indexes (%s)": ["Bekijk sleutels & indexen (%s)"], - "Original table column order": ["Originele tabel kolom volgorde"], - "Sort columns alphabetically": ["Sorteer kolommen alfabetisch"], - "Copy SELECT statement to the clipboard": [ - "Kopieer SELECT-instructie naar het klembord" + "The number of seconds before expiring the cache": [ + "Het aantal seconden voor het verstrijken van de cache" ], - "Show CREATE VIEW statement": ["Toon CREATE VIEW statement"], - "CREATE VIEW statement": ["CREATE VIEW statement"], - "Remove table preview": ["Verwijder tabel preview"], - "Edit template parameters": ["Bewerk template parameters"], - "Parameters ": [""], - "Invalid JSON": ["Ongeldige JSON"], - "Create a new chart": ["Maak een nieuwe grafiek"], - "Choose a dataset": ["Kies een dataset"], - "Dataset": ["Dataset"], - "Instructions to add a dataset are available in the Superset tutorial.": [ + "The object does not exist in the given database.": [""], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The password provided for username \"%(username)s\" is incorrect.": [ + "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + ], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Choose chart type": [""], - "Please select both a Dataset and a Chart type to proceed": [""], - "Create new chart": ["Maak een nieuwe grafiek"], - "Drag and drop values into highlighted field(s) on the left control panel and run query": [ + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Select values in highlighted field(s) on the left control panel and run query": [ + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "Add required control values to preview chart": [""], - "No results were returned for this query": [""], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "" ], - "An error occurred while loading the SQL": [ - "Er is een fout opgetreden bij het laden van de SQL" + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" ], - "Updating chart was stopped": [""], - "An error occurred while rendering the visualization: %s": [""], - "Network error.": [""], - "Click to see difference": ["Klik om het verschil te zien"], - "Altered": ["Gewijzigd"], - "Chart changes": ["Veranderingen in de grafiek"], - "Superset chart": ["Superset grafiek"], - "Check out this chart in dashboard:": [ - "Kijk naar deze grafiek in het dashboard:" + "The pattern of timestamp format. For strings use ": [ + "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " ], - "Select ...": ["Selecteer …"], - "Loaded data cached": ["Geladen gegevens in de cache"], - "Loaded from cache": ["Geladen uit de cache"], - "Click to force-refresh": ["Klik om te herladen"], - "cached": ["cached"], - "Copy to clipboard": ["Kopieer naar klembord"], - "Copied to clipboard!": ["Gekopieerd naar het klembord!"], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" + "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.": [ + "" ], - "every": ["elke"], - "every month": ["elke maand"], - "every day of the month": ["elke dag van de maand"], - "day of the month": ["dag van de maand"], - "every day of the week": ["elke dag van de week"], - "day of the week": ["dag van de week"], - "every hour": ["elk uur"], - "every minute": [""], - "year": ["jaar"], - "month": ["maand"], - "week": ["week"], - "day": ["dag"], - "hour": ["uur"], - "minute": ["minuut"], - "reboot": ["herstart"], - "Every": ["Elke"], - "in": ["in"], - "on": ["op"], - "and": ["en"], - "at": ["op"], - ":": [":"], - "minute(s)": [""], - "Invalid cron expression": ["Ongeldige cron expressie"], - "Clear": ["Verwijder"], - "Sunday": ["Zondag"], - "Monday": ["Maandag"], - "Tuesday": ["Dinsdag"], - "Wednesday": ["Woensdag"], - "Thursday": ["Donderdag"], - "Friday": ["Vrijdag"], - "Saturday": ["Zaterdag"], - "January": ["Januari"], - "February": ["Februari"], - "March": ["Maart"], - "April": ["April"], - "May": ["Mei"], - "June": ["Juni"], - "July": ["Juli"], - "August": ["Augustus"], - "September": ["September"], - "October": ["Oktober"], - "November": ["November"], - "December": ["December"], - "SUN": ["ZO"], - "MON": ["MA"], - "TUE": ["DI"], - "WED": ["WO"], - "THU": ["DO"], - "FRI": ["VR"], - "SAT": ["ZA"], - "JAN": ["JAN"], - "FEB": ["FEB"], - "MAR": ["MAA"], - "APR": ["APR"], - "MAY": ["MEI"], - "JUN": ["JUN"], - "JUL": ["JUL"], - "AUG": ["AUG"], - "SEP": ["SEP"], - "OCT": ["OKT"], - "NOV": ["NOV"], - "DEC": ["DEC"], - "There was an error loading the schemas": [""], - "Select database or type database name": [""], - "Force refresh schema list": ["Forceer vernieuwen schema lijst"], - "Select schema or type schema name": [""], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ - "Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de metadata niet bestaat." + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "Het wijzigen van de dataset kan de grafiek breken indien de grafiek steunt op kolommen of metadata die niet bestaan in de doel-dataset" + "The port is closed.": ["De poort is gesloten."], + "The port number is invalid.": [""], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "dataset": ["dataset"], - "Connection": [""], - "Change dataset": ["Wijzig dataset"], - "Warning!": ["Waarschuwing!"], - "Search / Filter": ["Zoek / Filter"], - "Physical (table or view)": ["Fysiek (tabel of overzicht)"], - "Virtual (SQL)": ["Virtueel (SQL)"], - "SQL expression": ["SQL expressie"], - "Data type": ["Data type"], - "Datetime format": ["Datetime formaat"], - "The pattern of timestamp format. For strings use ": [ - "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": ["De query kon niet geladen worden"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "Python datetime string pattern": ["Python datetime string patroon"], - " expression which needs to adhere to the ": [ - " uitdrukking die moet voldoen aan de " + "The query has a syntax error.": [""], + "The query returned no data": ["De query leverde geen gegevens op"], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "ISO 8601": ["ISO 8601"], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "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.": [ "" ], - "Certified By": [""], - "Person or group that has certified this metric": [ - "Persoon of groep die deze meetwaarde heeft gecertificeerd" + "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": [ + "" ], - "Certified by": ["Gecertificeerd door"], - "Certification details": ["Details certificering"], - "Details of the certification": ["Details van de certificering"], - "Is dimension": ["Is dimensie"], - "Default datetime": [""], - "Is filterable": ["Kan gefilterd worden"], - "Select owners": [""], - "Modified columns: %s": ["Gewijzigde kolommen: %s"], - "Removed columns: %s": ["Verwijderde kolommen: %s"], - "New columns added: %s": ["Nieuwe kolommen toegevoegd: %s"], - "Metadata has been synced": ["Metadata zijn gesynchroniseerd"], - "An error has occurred": ["Er is een fout opgetreden"], - "Column name [%s] is duplicated": ["Kolomnaam [%s] is gedupliceerd"], - "Metric name [%s] is duplicated": ["Meeteenheid naam [%s] is dubbel"], - "Calculated column [%s] requires an expression": [ - "Berekende kolom [%s] vereist een uitdrukking" + "The report has been created": [""], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" ], - "Basic": ["Berekende kolom [%s] vereist een uitdrukking"], - "Default URL": ["Standaard URL"], - "Default URL to redirect to when accessing from the dataset list page": [ - "Standaard URL om naar door te verwijzen bij toegang vanaf de dataset lijst pagina" + "The rich tooltip shows a list of all series for that point in time": [ + "" ], - "Autocomplete filters": ["Autocomplete filters"], - "Whether to populate autocomplete filters options": [ - "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - "Autocomplete query predicate": ["Autocomplete query predicaat"], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "The schema was deleted or renamed in the database.": [ + "Het schema werd verwijderd of hernoemd in de database." + ], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ "" ], - "Cache timeout": ["Cache timeout"], - "The duration of time in seconds before the cache is invalidated": [ - "De tijdsduur in seconden voordat de cache ongeldig wordt gemaakt" + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "Hours offset": ["Uur offset"], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Spatial": ["Ruimtelijk"], - "Click the lock to make changes.": [ - "Klik op het slotje om wijzigingen aan te brengen." + "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.": [ + "" ], - "Click the lock to prevent further changes.": [ - "Klik op het slotje om verdere wijzigingen te voorkomen." + "The table was deleted or renamed in the database.": [ + "De tabel werd verwijderd of hernoemd in de database." ], - "virtual": ["virtueel"], - "Dataset name": ["Dataset naam"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "The 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": [ "" ], - "The JSON metric or post aggregation definition.": [ - "De JSON metrische of postaggregatiedefinitie." + "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`": [ + "" ], - "Physical": ["Fysiek"], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "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`": [ "" ], - "Warning": ["Waarschuwing"], - "Optional warning about use of this metric": [ - "Optionele waarschuwing voor het gebruik van deze meeteenheid" + "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.": [ + "" ], - "Be careful.": ["Pas op."], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ "" ], - "Sync columns from source": ["Synchroniseer kolommen van bron"], - "Calculated columns": ["Berekende kolommen"], - "Settings": ["Instellingen"], - "The dataset has been saved": ["De dataset is opgeslagen"], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ - "De dataset configuratie die hier wordt getoond\n heeft invloed op alle grafieken die deze dataset gebruiken.\n Wees je ervan bewust dat het veranderen van instellingen\n hier invloed kan hebben op andere grafieken\n op ongewenste manieren." + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" ], - "Are you sure you want to save and apply changes?": [ - "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "Het type visualisatie dat moet worden weergegeven" ], - "Confirm save": ["Opslaan bevestigen"], - "Edit Dataset ": ["Bewerk Dataset "], - "Use legacy datasource editor": ["Gebruik de legacy datasource editor"], - "DELETE": ["VERWIJDER"], - "delete": ["verwijder"], - "Type \"%s\" to confirm": ["Type “%s” om te bevestigen"], - "Click to edit": ["Klik om te bewerken"], - "You don't have the rights to alter this title.": [ - "Je hebt niet de rechten om deze titel te veranderen." + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [ + "De gebruiker lijkt te zijn verwijderd" ], - "Unexpected error": ["Onverwachte fout"], - "This may be triggered by:": ["Dit kan veroorzaakt worden door:"], - "Please reach out to the Chart Owner for assistance.": [ - "Neem contact op met de eigenaar van de grafiek voor hulp." + "The username \"%(username)s\" does not exist.": [ + "De gebruikersnaam “%(username)s” bestaat niet." ], - "Chart Owner: %s": ["Eigenaar grafiek: %s"], - "%(message)s\nThis may be triggered by: \n%(issues)s": [""], - "%s Error": ["%s Fout"], - "Missing dataset": ["Ontbrekende dataset"], - "See more": ["Zie meer"], - "See less": ["Zie minder"], - "Copy message": ["Kopieer bericht"], - "Close": ["Sluit"], - "This was triggered by:": ["Dit werd veroorzaakt door:"], - "Did you mean:": ["Bedoelde je:"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "%(suggestion)s in plaats van “%(undefinedParameter)s?”" + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "The width of the lines": [""], + "There are associated alerts or reports": [ + "Er zijn geassocieerde waarschuwingen of rapporten" ], - "Parameter error": ["Parameter fout"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "" + "There are associated alerts or reports: %s,": [ + "Er zijn gerelateerde waarschuwingen of rapporten: %s," ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "" + "There are no charts added to this dashboard": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [ + "Er zijn geen filters in dit dashboard." ], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], - "Timeout error": ["Timeout fout"], - "Click to favorite/unfavorite": [ - "Klik om voorkeur aan te geven/voorkeur te verwijderen" + "There are unsaved changes.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "" ], - "Cell content": ["Cel inhoud"], - "OVERWRITE": ["OVERSCHRIJVEN"], - "Overwrite": ["Overschrijven"], - "Import": ["Importeer"], - "Import %s": ["Importeer %s"], - "Last Updated %s": ["Laatst bijgewerkt %s"], - "Sort": [""], - "%s Selected": ["%s Geselecteerd"], - "Deselect all": ["Alles deselecteren"], - "No Data": ["Geen Data"], - "%s-%s of %s": ["%s-%s van %s"], - "Type a value": [""], - "Filter": [""], - "Select or type a value": [""], - "OK": ["OK"], - "An error occurred while fetching dashboards": [""], - "Search all dashboards": [""], - "Edit Email Report": [""], - "New Email Report": [""], - "Add": ["Voeg toe"], - "Message Content": [""], - "Text embedded in email": [""], - "Image (PNG) embedded in email": [""], - "Formatted CSV attached in email": [""], - "Weekly Report": [""], - "Include a description that will be sent with your report": [""], - "Scheduled reports will be sent to your email as a PNG": [""], - "0 12 * * 1": [""], - "Timezone": [""], - "Email reports active": [""], - "Edit email report": [""], - "Delete email report": [""], - "This action will permanently delete %s.": [ - "Deze actie zal %s permanent verwijderen." + "There is no chart definition associated with this component, could it have been deleted?": [ + "" ], - "Delete Report?": [""], - "Loading...": ["Bezig met laden…"], - "Access to user activity data is restricted": [""], - "There was an error loading the tables": [""], - "See table schema": ["Zie tabel schema"], - "Select table or type table name": ["Selecteer tabel of type tabelnaam"], - "Force refresh table list": ["Forceer vernieuwen tabel lijst"], - "Timezone selector": [""], - "%s%s": ["%s%s"], "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "Can not move top level tab into nested tabs": [ - "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" + "There was an error fetching the favorite status: %s": [""], + "There was an error fetching your recent activity:": [ + "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" ], - "This chart has been moved to a different filter scope.": [ - "Deze grafiek is verplaatst naar een ander filterbereik." + "There was an error loading the schemas": [""], + "There was an error loading the tables": [""], + "There was an error saving the favorite status: %s": [""], + "There was an error with your request": [ + "Er is een fout opgetreden in uw verzoek." ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Er was een probleem met het ophalen van de voorkeur status van dit dashboard." + "There was an issue deleting %s: %s": [ + "Er was een probleem met het verwijderen van %s: %s" ], - "There was an issue favoriting this dashboard.": [ - "Er was een probleem met het promoten van dit dashboard." + "There was an issue deleting the selected %s: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde %s: %s" ], - "This dashboard is now published": [""], - "This dashboard is now hidden": [""], - "You do not have permissions to edit this dashboard.": [ - "U hebt geen rechten om dit dashboard te bewerken." + "There was an issue deleting the selected annotations: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde aantekeningen: %s" ], - "[ untitled dashboard ]": [""], - "This dashboard was saved successfully.": [ - "Dit dashboard is succesvol opgeslagen." + "There was an issue deleting the selected charts: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" ], - "Sorry, an unknown error occurred": [""], - "Sorry, there was an error saving this dashboard: %s": [""], - "You do not have permission to edit this dashboard": [ - "U hebt geen toestemming om dit dashboard te bewerken" + "There was an issue deleting the selected dashboards: ": [ + "Er was een probleem met het verwijderen van de geselecteerde dashboards: " ], - "Could not fetch all saved charts": [ - "Kon niet alle opgeslagen grafieken ophalen" + "There was an issue deleting the selected datasets: %s": [ + "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" ], - "Sorry there was an error fetching saved charts: ": [ - "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + "There was an issue deleting the selected layers: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" ], - "Visualization": ["Visualisatie"], - "Data source": ["Data bron"], - "Added": ["Toegevoegd"], - "Components": ["Componenten"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven die worden toegepast op de individuele grafieken van dit dashboard" + "There was an issue deleting the selected queries: %s": [ + "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" ], - "You have unsaved changes.": ["Je hebt niet opgeslagen wijzigingen."], - "Drag and drop components and charts to the dashboard": [""], - "You can create new charts or use existing ones from the panel on the right": [ - "" + "There was an issue deleting the selected templates: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde templates: %s" ], - "Ready to review filters in this dashboard?": [""], - "Remind me in 24 hours": [""], - "Start Review": [""], - "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ - "" + "There was an issue deleting: %s": [ + "Er was een probleem bij het verwijderen van: %s" ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "" + "There was an issue favoriting this dashboard.": [ + "Er was een probleem met het promoten van dit dashboard." ], - "Delete this container and save to remove this message.": [ - "Verwijder deze container en sla op om dit bericht te verwijderen." + "There was an issue fetching reports attached to this dashboard.": [""], + "There was an issue fetching the favorite status of this dashboard.": [ + "Er was een probleem met het ophalen van de voorkeur status van dit dashboard." ], - "Don't refresh": ["Vernieuw niet"], - "10 seconds": ["10 seconden"], - "30 seconds": ["30 seconden"], - "1 minute": ["1 minuut"], - "5 minutes": ["5 minuten"], - "30 minutes": ["30 minuten"], - "1 hour": ["1 uur"], - "6 hours": ["6 uren"], - "12 hours": ["12 uren"], - "24 hours": ["24 uren"], - "Refresh interval saved": [""], - "Refresh interval": ["Interval vernieuwen"], - "Refresh frequency": ["Frequentie vernieuwen"], - "Are you sure you want to proceed?": [ - "Weet je zeker dat je door wilt gaan?" + "There was an issue fetching your recent activity: %s": [ + "Er was een probleem bij het ophalen van uw recente activiteit: %s" ], - "Save for this session": ["Opslaan voor deze sessie"], - "You must pick a name for the new dashboard": [ - "U moet een naam kiezen voor het nieuwe dashboard" + "There was an issue previewing the selected query %s": [ + "Er was een probleem met het bekijken van de geselecteerde query %s" ], - "Save dashboard": ["Dashboard opslaan"], - "Overwrite Dashboard [%s]": ["Dashboard overschrijven [%s]"], - "Save as:": ["Opslaan als:"], - "[dashboard name]": ["[dashboard naam]"], - "also copy (duplicate) charts": ["kopieer ook (duplicate) grafieken"], - "Filter your charts": ["Filter je grafieken"], - "Sort by %s": [""], - "Cross Filter Scoping": ["Filteroverschrijdende scoping"], - "Load a CSS template": ["Laad een CSS sjabloon"], - "Live CSS editor": ["Live CSS editor"], - "There are no charts added to this dashboard": [""], - "Go to the edit mode to configure the dashboard and add charts": [""], - "Applied Cross Filters (%d)": ["Toegepaste dwarsfilters (%d)"], - "Applied Filters (%d)": ["Toegepaste filters (%d)"], - "Incompatible Filters (%d)": ["Onverenigbare filters (%d)"], - "Unset Filters (%d)": ["Filters niet ingesteld (%d)"], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "" + "There was an issue previewing the selected query. %s": [ + "Er was een probleem met het bekijken van de geselecteerde query. %s" ], - "Your dashboard is too large. Please reduce its size before saving it.": [ + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "" ], - "Schedule email report": [""], - "Discard changes": ["Wijzigingen weggooien"], - "Edit dashboard": ["Bewerk dashboard"], - "An error occurred while fetching available CSS templates": [ - "Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" + "These are the tables this filter will be applied to.": [ + "Dit zijn de tabellen waarop dit filter zal worden toegepast." ], - "Data refreshed": [""], - "Superset dashboard": ["Superset dashboard"], - "Check out this dashboard: ": ["Kijk naar dit dashboard:"], - "Copy dashboard URL": ["Kopieer dashboard URL"], - "Share dashboard by email": ["Deel dashboard via e-mail"], - "Refresh dashboard": ["Vernieuw dashboard"], - "Set auto-refresh interval": ["Stel auto-refresh in"], - "Set filter mapping": ["Filter toewijzing instellen"], - "Edit dashboard properties": ["Bewerk dashboard eigenschappen"], - "Edit CSS": ["Bewerk CSS"], - "Download as image": ["Download als afbeelding"], - "Exit fullscreen": [""], - "Enter fullscreen": [""], - "Apply": ["Toepassen"], - "A valid color scheme is required": [ - "Een geldig kleurenschema is vereist" + "These filters apply to the values available in the dropdowns": [ + "Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de dropdowns" ], - "Dashboard properties updated": [""], - "The dashboard has been saved": ["Het dashboard is opgeslagen"], - "Access": ["Toegang"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "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.": [ "" ], - "Colors": ["Kleuren"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, then the dashboard is available to all roles.": [ + "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.": [ "" ], - "Dashboard properties": ["Dashboard eigenschappen"], - "Basic information": ["Basis informatie"], - "URL slug": ["URL slag"], - "A readable URL for your dashboard": [ - "Een leesbare URL voor uw dashboard" + "This action will permanently delete %s.": [ + "Deze actie zal %s permanent verwijderen." ], - "Certification": [""], - "Person or group that has certified this dashboard.": [""], - "Any additional detail to show in the certification tooltip.": [""], - "JSON metadata": ["JSON metadata"], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van dashboards. Klik hier om dit dashboard te publiceren." + "This action will permanently delete the layer.": [ + "Deze actie zal de laag permanent verwijderen." ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ - "" + "This action will permanently delete the saved query.": [ + "Deze actie zal de opgeslagen query permanent verwijderen." ], - "This dashboard is published. Click to make it a draft.": [ - "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." + "This action will permanently delete the template.": [ + "Deze actie zal de template permanent verwijderen." ], - "Draft": ["Draft"], - "Annotation layers are still loading.": [ - "Aantekening lagen worden nog steeds geladen." + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" ], - "One ore more annotation layers failed loading.": [ - "Aantekening lagen worden nog steeds geladen." + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "Emitted values": ["Uitgestuurde waarden"], - "Click to clear emitted filters": [""], - "Cached %s": ["Cached %s"], - "Fetched %s": ["Opgehaald %s"], - "Query %s: %s": [""], - "Minimize chart": ["Grafiek verkleinen"], - "Maximize chart": ["Maximaliseer grafiek"], - "Force refresh": ["Vernieuwen forceren"], - "Toggle chart description": ["Toggle grafiek omschrijving"], - "View chart in Explore": ["Bekijk de grafiek in Verkenner"], - "View query": ["Bekijk zoekopdracht"], - "Copy chart URL": ["URL van grafiek kopiëren"], - "Share chart by email": ["Deel grafiek per e-mail"], - "Check out this chart: ": [""], - "Export CSV": ["Export CSV"], - "Export full CSV": [""], - "Cross-filter scoping": ["Cross-filter scoping"], - "Search...": ["Zoek…"], - "No filter is selected.": ["Er is geen filter geselecteerd."], - "Editing 1 filter:": ["Bewerk 1 filter:"], - "Batch editing %d filters:": ["Batchbewerking %d filters:"], - "Configure filter scopes": ["Filter scopes configureren"], - "There are no filters in this dashboard.": [ - "Er zijn geen filters in dit dashboard." + "This chart has been moved to a different filter scope.": [ + "Deze grafiek is verplaatst naar een ander filterbereik." ], - "Expand all": ["Alles uitklappen"], - "Collapse all": ["Alles inklappen"], - "An error occurred while opening Explore": [""], - "This markdown component has an error.": [ - "Deze markdown component heeft een fout." + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" ], - "This markdown component has an error. Please revert your recent changes.": [ + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "Delete dashboard tab?": ["Dashboard tabblad verwijderen?"], - "Divider": ["Verdeler"], - "Header": ["Header"], - "Row": ["Rij"], - "Tabs": ["Tabs"], - "Preview": ["Preview"], - "Sorry, something went wrong. Try again later.": [ - "Sorry, er ging iets mis. Probeer het later nog eens." + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "All filters (%(filterCount)d)": [""], - "No filters are currently added": [""], - "Click the button above to add a filter to the dashboard": [""], - "Filter sets (%(filterSetCount)d)": [""], - "Apply filters": [""], - "Clear all": ["Wis alles"], - "Select parent filters": ["Selecteer parent filters"], - "Filters out of scope (%d)": [""], - "Check configuration": ["Check configuratie"], - "Cannot load filter": ["Kan filter niet laden"], - "Editing filter set:": ["Filterset bewerken:"], - "Filter set with this name already exists": [ - "Er bestaat al een filterset met deze naam" + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Filter set already exists": ["Er bestaat al een filterset"], - "This filter set is identical to: \"%s\"": [ - "Deze filterset is identiek aan: “%s”" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Remove invalid filters": ["Verwijder ongeldige filters"], - "Rebuild": ["Herbouw"], - "Filters (%d)": ["Filters (%d)"], - "This filter doesn't exist in dashboard. It will not be applied.": [ - "Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "" ], - "Filter metadata changed in dashboard. It will not be applied.": [ - "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." + "This dashboard is managed externally, and can't be edited in Superset": [ + "" ], - "Please filter set name": ["Filter setnaam a.u.b."], - "Create": ["Maak"], - "Create new filter set": ["Maak een nieuwe filterset"], - "New filter set": ["Nieuwe filterset"], - "Please apply filter changes": [""], - "Unknown value": [""], - "Add/Edit Filters": [""], - "Dependent on": [""], - "Filter only displays values relevant to selections made in other filters.": [ + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "" ], - "Scope": [""], - "Filter type": [""], - "All charts": ["Alle grafieken"], - "Title is required": [""], - "(Removed)": ["(Verwijderd)"], - "Undo?": ["Ongedaan maken?"], - "Add filters and dividers": [""], - "Add and edit filters": [""], - "Cannot create cyclic hierarchy": [""], - "Column select": [""], - "Select a column": [""], - "No compatible columns found": [""], - "Value is required": [""], - "Scoping": ["Scoping"], - "Filter Configuration": [""], - "Filter Settings": [""], - "Select filter": [""], - "Value": ["Waarde"], - "Range filter": [""], - "Numerical range": [""], - "Time filter": [""], - "Time range": ["Tijdsspanne"], - "Time column": [""], - "Time grain": [""], - "Group By": [""], - "Pre-filter is required": [""], - "(deleted)": [""], - "Parent filter": ["Parent filter"], - "Filter name": ["Filter naam"], - "Name is required": ["Naam is vereist"], - "Filter Type": ["Filter Type"], - "Datasets do not contain a temporal column": [""], - "Dataset is required": ["Dataset is vereist"], - "Filter is hierarchical": [""], - "Parent filter is required": [""], - "Pre-filter available values": [""], - "Pre-filter": [""], - "Optional time column if time range should apply to another column than the default time column": [ + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van dashboards. Klik hier om dit dashboard te publiceren." + ], + "This dashboard is now hidden": [""], + "This dashboard is now published": [""], + "This dashboard is published. Click to make it a draft.": [ + "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." + ], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "Sort filter values": [""], - "Sort type": [""], - "Sort ascending": ["Sorteer oplopend"], - "Sort Metric": [""], - "If a metric is specified, sorting will be done based on the metric value": [ + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ "" ], - "Sort metric": ["Sorteer meeteenheid"], - "Single Value": [""], - "Single value type": [""], - "Minimum": [""], - "Exact": [""], - "Maximum": [""], - "Filter has default value": [""], - "Default Value": ["Default Value"], - "Default value is required": [""], - "Refresh the default values": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "You have removed this filter.": ["Je hebt deze filter verwijderd."], - "Restore Filter": ["Herstel Filter"], - "Column is required": [""], - "Populate \"Default value\" to enable this control": [""], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "This dashboard was saved successfully.": [ + "Dit dashboard is succesvol opgeslagen." + ], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "This database table does not contain any data. Please select a different table.": [ "" ], - "Default value must be set when \"Filter has default value\" is checked": [ + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "Apply to all panels": ["Toepassen op alle panelen"], - "Apply to specific panels": ["Toepassen op specifieke panelen"], - "Only selected panels will be affected by this filter": [ - "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Dit definieert het element dat op de grafiek moet worden uitgezet" ], - "All panels with this column will be affected by this filter": [ - "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Dit veld werkt als een Superset view, wat betekent dat Superset een query zal uitvoeren tegen deze string als een subquery." ], - "All panels": [""], - "This chart might be incompatible with the filter (datasets don't match)": [ - "" + "This filter doesn't exist in dashboard. It will not be applied.": [ + "Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." ], - "Keep editing": ["Blijf bewerken"], - "Yes, cancel": ["Ja, annuleer"], - "There are unsaved changes.": [""], - "Are you sure you want to cancel?": [ - "Weet je zeker dat je wilt annuleren?" + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [ + "Deze filterset is identiek aan: “%s”" ], - "Error loading chart datasources. Filters may not work correctly.": [""], - "Transparent": [""], - "White": [""], - "All filters": ["Alle filters"], - "Medium": [""], - "Tab title": ["Titel tabblad"], - "Time granularity": [""], - "Visualization type": ["Type visualisatie"], - "Fixed color": ["Vaste kleur"], - "Right axis metric": ["Meeteenheid rechteras"], - "Linear color scheme": ["Lineair kleurenpalet"], - "Color metric": ["Kleur meeteenheid"], - "One or many controls to pivot as columns": [ - "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "Bubble size": ["Bubbelgrootte"], - "Color scheme": ["Kleurenschema"], - "An error occurred while starring this chart": [""], - "GROUP BY": [""], - "Use this section if you want a query that aggregates": [""], - "NOT GROUPED BY": [""], - "Use this section if you want to query atomic rows": [""], - "Keep control settings?": [""], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ "" ], - "Continue": [""], - "Clear form": [""], - "No form settings were maintained": [""], - "We were unable to carry over any controls when switching to this new dataset.": [ + "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": [ "" ], - "Customize": ["Pas aan"], - "Width": ["Breedte"], - "Copy chart URL to clipboard": ["Kopieer grafiek URL naar klembord"], - "Sorry, your browser does not support copying.": [ - "Sorry, uw browser ondersteunt het kopiëren niet." + "This markdown component has an error.": [ + "Deze markdown component heeft een fout." ], - "Superset Chart": ["Superset Grafiek"], - "Export to .JSON format": ["Exporteer naar .JSON formaat"], - "Export to .CSV format": ["Exporteer naar .CSV-formaat"], - "rows": ["rijen"], - "Limit reached": ["Limiet bereikt"], - "**Select** a dashboard OR **create** a new one": [ - "**Selecteer** een dashboard OF **maak** een nieuw dashboard aan" + "This markdown component has an error. Please revert your recent changes.": [ + "" ], - "Please enter a chart name": ["Voer een grafieknaam in"], - "Save chart": ["Grafiek opslaan"], - "Save & go to dashboard": ["Opslaan en naar dashboard gaan"], - "Save as new chart": ["Opslaan als nieuwe grafiek"], - "Save (Overwrite)": ["Opslaan (overschrijven)"], - "Save as ...": ["Opslaan als …"], - "Chart name": ["Grafiek naam"], - "Add to dashboard": ["Toevoegen aan het dashboard"], - "Select a dashboard": [""], - "Copy": [""], - "rows retrieved": ["opgehaalde rijen"], - "Formatted date": [""], - "Column Formatting": [""], - "No samples were returned for this query": [""], - "No results": [""], - "Run a query to display samples": [""], - "Run a query to display results": [""], - "Sorry, an error occurred": [""], - "View samples": ["Bekijk voorbeelden"], - "Search Metrics & Columns": ["Zoek meeteenheden & kolommen"], - "Showing %s of %s": ["Weergave %s van %s"], - "Show less...": [""], - "Show all...": [""], - "Show Less...": [""], - "New chart": ["Nieuwe grafiek"], - "Edit properties": ["Eigenschappen bewerken"], - "Run in SQL Lab": ["Uitvoeren in SQL Lab"], - "%s - untitled": ["%s - zonder titel"], - "Edit chart properties": ["Grafiek eigenschappen bewerken"], - "Controls labeled ": [""], - "Control labeled ": ["Controle gelabeld "], - "Open Datasource tab": ["Open Datasource tab"], - "Original": [""], - "Pivoted": [""], - "You do not have permission to edit this chart": [ - "U heeft geen toestemming om deze grafiek te bewerken" + "This may be triggered by:": ["Dit kan veroorzaakt worden door:"], + "This metric might be incompatible with current dataset": [""], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Dit onderdeel bevat opties die geavanceerde analytische nabewerking van queryresultaten mogelijk maken" ], - "Chart properties updated": [""], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ "" ], - "Person or group that has certified this chart.": [""], - "Configuration": ["Configuratie"], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit standaard de timeout van de dataset is indien ongedefinieerd." - ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "Invalid lat/long configuration.": [ - "Ongeldige breedtegraad/lengtegraad configuratie." + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": [ + "Dit visualisatietype wordt niet ondersteund." ], - "Reverse lat/long ": ["Omgekeerde breedtegraad/lengtegraad "], - "Longitude & Latitude columns": ["Kolommen lengtegraad en breedtegraad"], - "Delimited long & lat single column": [ - "Afgebakende lengtegraad en breedtegraad in enkele kolom" + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": ["Donderdag"], + "Time": ["Tijd"], + "Time Column": [""], + "Time Comparison": [""], + "Time Format": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time Range": [""], + "Time Series": [""], + "Time Series - Bar Chart": ["Tijdreeks - Staafdiagram"], + "Time Series - Dual Axis Line Chart": [ + "Tijdreeks - lijngrafiek met twee assen" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek voor meer details" + "Time Series - Line Chart": ["Tijdreeks - Lijngrafiek"], + "Time Series - Multiple Line Charts": [ + "Tijdreeksen - Meervoudige lijndiagrammen" + ], + "Time Series - Nightingale Rose Chart": [ + "Tijdreeks - Nightingale Rose grafiek" + ], + "Time Series - Paired t-test": ["Tijdreeks - Paired t-test"], + "Time Series - Percent Change": ["Tijdreeks - Procentuele verandering"], + "Time Series - Period Pivot": ["Tijdreeksen - Periode draaitabel"], + "Time Series - Stacked": ["Tijdreeksen - Gestapeld"], + "Time Series Options": [""], + "Time Shift": [""], + "Time Table View": ["Tijd tabelweergave"], + "Time column": [""], + "Time column \"%(col)s\" does not exist in dataset": [ + "Tijdkolom “%(col)s” bestaat niet in dataset" ], - "Geohash": ["Geohash"], - "textarea": ["tekstveld"], - "in modal": ["in modal"], - "Sorry, An error occurred": ["Sorry, er is een fout opgetreden"], - "Failed to verify select options: %s": [ - "Mislukt bij het verifiëren van geselecteerde opties: %s" + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Tijdsvergelijking"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "Annotation layer value": [""], - "Annotation Slice Configuration": ["Configuratie van Aantekening sectie"], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "In dit gedeelte kunt u configureren hoe u de slice gebruikt\n om aantekeningen te genereren." + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "Annotation layer time column": [""], - "Interval start column": [""], - "Event time column": [""], - "This column must contain date/time information.": [""], - "Annotation layer interval end": [""], - "Interval End column": [""], - "Annotation layer title column": [""], - "Title Column": [""], - "Pick a title for you annotation.": [""], - "Annotation layer description columns": [""], - "Description Columns": [""], - "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "Time filter": [""], + "Time format": [""], + "Time grain": [""], + "Time grain filter plugin": [""], + "Time grain missing": ["Time grain ontbreekt"], + "Time granularity": [""], + "Time in seconds": ["Tijd in seconden"], + "Time range": ["Tijdsspanne"], + "Time related form attributes": ["Tijdgerelateerde vormattributen"], + "Time series columns": ["Time series kolommen"], + "Time shift": ["Time shift"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Display configuration": ["Weergave configuratie"], - "Configure your how you overlay is displayed here.": [ - "Configureer hier hoe uw overlay wordt weergegeven." + "Time-series Area Chart": [""], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" ], - "Annotation layer stroke": [""], - "Style": ["Stijl"], - "Annotation layer opacity": [""], - "Color": ["Kleur"], - "Layer configuration": ["Laagconfiguratie"], - "Configure the basics of your Annotation Layer.": [ - "Configureer de basis van uw Aantekeningenlaag." + "Time-series Bar Chart": [""], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "" ], - "Mandatory": ["Verplicht"], - "Hide layer": ["Laag verbergen"], - "Show label": [""], - "Whether to always show the annotation label": [""], - "Annotation layer type": ["Type aantekeningenlaag"], - "Choose the annotation layer type": ["Kies het aantekeningenlaagtype"], - "Annotation source type": [""], - "Choose the source of your annotations": [""], - "Annotation Source": [""], - "Remove": ["Verwijder"], - "Edit annotation layer": ["Bewerk de aantekeningenlaag"], - "Add annotation layer": ["Aantekeningenlaag toevoegen"], - "Empty collection": ["Lege verzameling"], - "Add an item": ["Voeg een item toe"], - "Remove item": ["Item verwijderen"], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "Time-series Chart": [""], + "Time-series Line Chart": [""], + "Time-series Percent Change": [""], + "Time-series Period Pivot": [""], + "Time-series Scatter Plot": [""], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Time-series Smooth Line": [""], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "Dashboard scheme": [""], - "Select color scheme": [""], - "Select scheme": [""], - "Edit formatter": [""], - "Add new formatter": [""], - "Add new color formatter": [""], - "green": [""], - "yellow": [""], - "red": [""], - "This value should be smaller than the right target value": [""], - "This value should be greater than the left target value": [""], - "Required": ["Vereist"], - "Operator": [""], - "Left value": [""], - "Right value": [""], - "Target value": [""], - "Select column": [""], - "Edit dataset": ["Bewerk de dataset"], - "View in SQL Lab": ["Bekijk in SQL Lab"], - "More dataset related options": ["Meer dataset gerelateerde opties"], - "Missing URL parameters": [""], - "The URL is missing the dataset_id or slice_id parameters.": [""], - "The dataset linked to this chart may have been deleted.": [ - "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." + "Time-series Stepped Line": [""], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" ], - "RANGE TYPE": ["BEREIK TYPE"], - "Actual time range": ["Reële tijdspanne"], - "CANCEL": ["ANNULEER"], - "APPLY": ["TOEPASSEN"], - "Edit time range": ["Bewerk tijdspanne"], - "Configure Advanced Time Range ": [ - "Geavanceerde tijdspanne configureren " + "Time-series Table": ["Time-series Table"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" ], - "START (INCLUSIVE)": ["START (INCLUSIEF)"], - "Start date included in time range": [ - "Begindatum opgenomen in de tijdspanne" + "Timeout error": ["Timeout fout"], + "Timestamp format": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [ + "Tijdzone-offset (in uren) voor deze databron" ], - "END (EXCLUSIVE)": ["EINDE (EXCLUSIEF)"], - "End date excluded from time range": [ - "Einddatum uitgesloten uit de tijdspanne" + "Timezone selector": [""], + "Tiny": [""], + "Title": ["Titel"], + "Title Column": [""], + "Title is required": [""], + "Title or Slug": ["Titel of Slug"], + "To filter on a metric, use Custom SQL tab.": [ + "Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." ], - "Configure Time Range: Previous...": ["Configureer Tijdspanne: Vorige…"], - "Configure Time Range: Last...": ["Configureer Tijdspanne: Laatste…"], - "Configure custom time range": ["Configureer aangepaste tijdspanne"], - "Relative quantity": ["Relatieve hoeveelheid"], - "Relative period": [""], - "Anchor to": ["Veranker naar"], - "NOW": ["NU"], - "Date/Time": ["Datum/Tijd"], - "Return to specific datetime.": [ - "Terugkeren naar specifieke datum/tijd." + "To get a readable URL for your dashboard": [ + "Om een leesbare URL voor uw dashboard te krijgen" ], - "Syntax": ["Syntax"], - "Example": ["Voorbeeld"], - "Moves the given set of dates by a specified interval.": [ - "Verplaatst de gegeven reeks datums met een opgegeven interval." + "Too many columns to filter": [""], + "Tools": [""], + "Tooltip": [""], + "Tooltip sort by metric": [""], + "Tooltip time format": [""], + "Top": [""], + "Top right": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": ["Track job"], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree Chart": [""], + "Tree layout": [""], + "Tree orientation": [""], + "Treemap": ["Treemap"], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": ["Trigger waarschuwing als…"], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" ], + "Truncate long cells to the \"min width\" set above": [""], "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "Get the last date by the date unit.": [ - "Verkrijg de laatste datum door de datum eenheid." - ], - "Get the specify date for the holiday": [ - "Zoek de specifieke datum voor de vakantie" + "Try applying different filters or ensuring your datasource has data": [ + "" ], - "Last": [""], - "Previous": ["Vorige"], - "Custom": [""], - "last day": [""], - "last week": [""], - "last month": [""], - "last quarter": [""], - "last year": [""], - "previous calendar week": [""], - "previous calendar month": [""], - "previous calendar year": [""], - "Seconds %s": [""], - "Minutes %s": [""], - "Hours %s": [""], - "Days %s": [""], - "Weeks %s": [""], - "Months %s": [""], - "Quarters %s": [""], - "Years %s": [""], - "Before": [""], - "After": [""], - "Specific Date/Time": [""], - "Relative Date/Time": [""], - "Now": [""], - "Midnight": [""], - "Saved expressions": [""], - "Saved": ["Opgeslagen"], - "%s column(s)": ["%s kolom(men)"], - "No temporal columns found": [""], - "No saved expressions found": [""], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": ["Dinsdag"], + "Type": ["Type"], + "Type \"%s\" to confirm": ["Type “%s” om te bevestigen"], + "Type a value": [""], + "Type a value here": ["Geef hier een waarde op"], + "Type is required": ["Type is vereist"], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Type of selecteer [%s]"], + "UI Configuration": [""], + "URL": ["URL"], + "URL Parameters": [""], + "URL parameters": ["URL parameters"], + "URL slug": ["URL slag"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "Add calculated columns to dataset in \"Edit datasource\" modal": [""], - "Simple": ["Eenvoudig"], - "Mark a column as temporal in \"Edit datasource\" modal": [""], - "Custom SQL": ["Custom SQL"], - "My column": [""], - "Drop a column here or click": [""], - "Drop column here": [""], - "Click to edit label": [""], - "Drop columns/metrics here or click": [""], - "Drop columns or metrics here": [""], - "Drop a column/metric here or click": [""], - "Drop column or metric here": [""], - "Drop columns here": [""], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n Deze filter werd geërfd van de context van het dashboard.\n Dit wordt niet opgeslagen bij het opslaan van de grafiek.\n " + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." ], - "Default": ["Standaard"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "Unable to connect to database \"%(database)s\".": [ + "Kan geen verbinding maken met database “%(database)s”." + ], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ "" ], - "Metric to sort the results by": [ - "Meeteenheid om de resultaten op te sorteren" + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" ], - "Check for sorting ascending": ["Controle op oplopend sorteren"], - "Allow multiple selections": ["Meerdere selecties toestaan"], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "Search all filter options": ["Zoek in alle filteropties"], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "User must select a value for this filter": [ - "De gebruiker moet een waarde voor deze filter kiezen" - ], - "Filter configuration": ["Filter configuratie"], - "Add filter": ["Filter toevoegen"], - "Custom SQL ad-hoc filters are not available for the native Druid connector": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "%s option(s)": ["%s optie(s)"], - "Select subject": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, probeer het Custom SQL tabblad." + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" ], - "%s column(s) and metric(s)": ["%s kolom(men) en meeteenhe(i)d(en)"], - "To filter on a metric, use Custom SQL tab.": [ - "Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "%s operator(s)": ["%s operator(s)"], - "Select operator": [""], - "Comparator option": [""], - "Type a value here": ["Geef hier een waarde op"], - "Filter value (case sensitive)": ["Filterwaarde (hoofdlettergevoelig)"], - "choose WHERE or HAVING...": ["kies WHERE of HAVING…"], - "Filters by columns": ["Filter op kolommen"], - "Filters by metrics": ["Filter op meeteenheden"], - "Fixed": ["Vast"], - "Based on a metric": ["Gebaseerd op een meeteenheid"], - "My metric": ["Mijn meeteenheid"], - "Add metric": ["Meeteenheid toevoegen"], - "Select aggregate options": [""], - "%s aggregates(s)": ["%s aggrega(a)t(en)"], - "Select saved metrics": [""], - "%s saved metric(s)": ["%s opgeslagen meeteenhe(i)d(en)"], - "Saved metric": ["Opgeslagen meeteenheid"], - "No saved metrics found": [""], - "Add metrics to dataset in \"Edit datasource\" modal": [""], - "Simple ad-hoc metrics are not enabled for this dataset": [""], - "column": ["kolom"], - "aggregate": ["aggregaat"], - "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], - "Error while fetching data: %s": [""], - "Time series columns": ["Time series kolommen"], - "Other": [""], - "Recommended tags": [""], - "Category": [""], - "Tags": [""], - "Search all charts": [""], - "No description available.": [""], - "Examples": ["Voorbeelden"], - "This visualization type is not supported.": [ - "Dit visualisatietype wordt niet ondersteund." + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Select Viz Type": [""], - "Click to change visualization type": [ - "Klik om van visualisatietype te veranderen" + "Undefined": ["Ongedefinieerd"], + "Undefined window for rolling operation": [ + "Onbepaald venster voor rolling operation" ], - "Select a visualization type": ["Selecteer een visualisatie type"], - "Select": [""], - "Code": ["Code"], - "Markup type": ["Opmaaktype(Markup type)"], - "Pick your favorite markup language": [ - "Kies uw favoriete opmaaktaal (markup language)" + "Undo?": ["Ongedaan maken?"], + "Unexpected error": ["Onverwachte fout"], + "Unexpected error occurred, please check your logs for details": [ + "Er is een onverwachte fout opgetreden, controleer uw logs voor details" ], - "Put your code here": ["Plaats je code hier"], - "Chart type": ["Toe grafiek"], - "URL parameters": ["URL parameters"], - "Extra parameters for use in jinja templated queries": [ - "Extra parameters voor gebruik in jinja templated queries" + "Unexpected error: ": [""], + "Unknown": ["Onbekend"], + "Unknown MySQL server host \"%(hostname)s\".": [ + "Onbekende MySQL server host “%(hostname)s”." ], - "Annotations and layers": ["Aantekeningen en lagen"], - "Python functions": ["Python functies"], - "My beautiful colors": [""], - "No columns": ["Geen kolommen"], - "%s option": ["%s optie"], - "UI Configuration": [""], - "Can select multiple values": [""], - "Filter value is required": [""], - "User must select a value before applying the filter": [""], - "Group By filter plugin": [""], - "Chosen non-numeric column": ["Gekozen niet-numerieke kolom"], - "Single value": [""], - "Use only a single value.": [""], - "Range filter plugin using AntD": [""], - " (excluded)": [""], - "Select first filter value by default": [""], - "When using this option, default value can’t be set": [""], - "Inverse selection": [""], - "Exclude selected values": [""], - "Dynamically search all filter values": [""], - "Select filter plugin using AntD": [""], - "Custom time filter plugin": [""], - "No time columns": ["Geen tijdskolommen"], - "Time column filter plugin": [""], - "Time grain filter plugin": [""], - "Favorites": ["Favorieten"], - "Created content": ["Aangemaakte content"], - "Recent activity": ["Recente activiteit"], - "Security & Access": ["Veiligheid & toegang"], - "No charts": ["Geen grafieken"], - "No dashboards": ["Geen dashboards"], - "No favorite charts yet, go click on stars!": [ - "Nog geen favoriete grafieken, klik op sterren!" + "Unknown Presto Error": ["Onbekende Presto Fout"], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [ + "Onbekende kolom gebruikt in orderby: %(col)s" ], - "No favorite dashboards yet, go click on stars!": [ - "Nog geen favoriete dashboards, klik op de sterren !" + "Unknown error": ["Onbekende fout"], + "Unknown input format": [""], + "Unknown value": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" ], - "Profile picture provided by Gravatar": [ - "Profielfoto geleverd door Gravatar" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" ], - "joined": ["joined"], - "id:": ["id:"], - "There was an issue fetching reports attached to this dashboard.": [""], - "The report has been created": [""], - "An error occurred while editing this report.": [""], - "We were unable to active or deactivate this report.": [""], - "Your report could not be deleted": [""], - "Deleted: %s": ["Verwijderd: %s"], - "Image download failed, please refresh and try again.": [""], - "Unexpected error: ": [""], - "(no description, click to see stack trace)": [""], - "Issue 1000 - The dataset is too large to query.": [""], - "Issue 1001 - The database is under an unusual load.": [""], - "An error occurred while fetching %s info: %s": [""], - "An error occurred while fetching %ss: %s": [""], - "An error occurred while creating %ss: %s": [""], - "An error occurred while importing %s: %s": [""], - "There was an error fetching the favorite status: %s": [""], - "There was an error saving the favorite status: %s": [""], - "Link Copied!": ["Link gekopieerd!"], - "Connection looks good!": [""], - "ERROR: %s": [""], - "There was an error fetching your recent activity:": [ - "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [ + "Niet-ondersteunde nabewerking: %(operation)s" ], - "There was an issue deleting: %s": [ - "Er was een probleem bij het verwijderen van: %s" + "Unsupported return value for method %(name)s": [ + "Niet-ondersteunde terugkeer waarde voor methode %(name)s" ], - "There was an issue deleting %s: %s": [ - "Er was een probleem met het verwijderen van %s: %s" + "Unsupported template value for key %(key)s": [ + "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" ], - "Working": [""], - "Error": [""], - "Not triggered": [""], - "On Grace": [""], - "report": ["rapport"], - "alert": ["Waarschuwing"], - "reports": ["rapporten"], - "alerts": ["waarschuwingen"], - "There was an issue deleting the selected %s: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde %s: %s" + "Unsupported time grain: %(time_grain)s": [ + "Niet-ondersteunde time grain: %(time_grain)s" ], - "Last run": ["Laatste run"], - "Notification method": ["Methode voor kennisgeving"], - "Execution log": ["Uitvoeringslog"], - "Actions": ["Acties"], - "Bulk select": ["Selecteer in bulk"], - "No %s yet": ["Nog geen %s"], - "Created by": ["Gecreëerd door"], - "An error occurred while fetching created by values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden: %s" + "Untitled query": ["Naamloze zoekopdracht"], + "Update": ["Update"], + "Updating chart was stopped": [""], + "Upload": ["Upload"], + "Upload Credentials": [""], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file": [""], + "Upload columnar file to database": [""], + "Usage": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use Area Proportions": [""], + "Use Columns": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" ], - "Status": ["Status"], - "Alerts & reports": ["Waarschuwingen & rapporten"], - "Reports": ["Rapporten"], - "Delete %s?": ["%s verwijderen?"], - "Please confirm": ["Gelieve te bevestigen"], - "Are you sure you want to delete the selected %s?": [ - "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": ["Gebruik de legacy datasource editor"], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" ], - "< (Smaller than)": ["< (Kleiner dan)"], - "> (Larger than)": ["> (Groter dan)"], - "<= (Smaller or equal)": ["<= (Kleiner of gelijk)"], - ">= (Larger or equal)": [">= (Groter of gelijk)"], - "== (Is equal)": ["== (Is gelijk)"], - "!= (Is not equal)": ["!= (Is niet gelijk)"], - "Not null": ["Not null"], - "30 days": ["30 dagen"], - "60 days": ["60 dagen"], - "90 days": ["90 dagen"], - "Add notification method": ["Meldingsmethode toevoegen"], - "Add delivery method": ["Leveringswijze toevoegen"], - "Edit Report": [""], - "Edit Alert": [""], - "Add Report": [""], - "Add Alert": [""], - "Report name": ["Naam rapport"], - "Alert name": ["Naam van de waarschuwing"], - "Alert condition": ["Naam waarschuwingsconditie"], - "Trigger Alert If...": ["Trigger waarschuwing als…"], - "Condition": [""], - "Threshold value should be double precision number": [""], - "Report schedule": ["Rapportageplanning"], - "Alert condition schedule": ["Waarschuwing conditie planning"], - "Schedule settings": ["Planning instellingen"], - "Log retention": ["Log retentie"], - "Working timeout": ["Time-out"], - "Time in seconds": ["Tijd in seconden"], - "Grace period": ["Grace periode"], - "Message content": ["Inhoud van het bericht"], - "Send as PNG": [""], - "Send as CSV": [""], - "Send as text": [""], - "log": ["log"], - "State": ["Status"], - "Execution ID": ["Uitvoerings ID"], - "Scheduled at (UTC)": ["Gepland om (UTC)"], - "Start at (UTC)": ["Start op (UTC)"], - "Duration": ["Duur"], - "Error message": ["Foutmelding"], - "CRON expression": ["CRON expressie"], - "Report sent": ["Rapport verzonden"], - "Alert triggered, notification sent": [ - "Alarm geactiveerd, kennisgeving verzonden" + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [ + "Gebruik dit om een statische kleur te definiëren voor alle cirkels" ], - "Report sending": ["Rapport verzenden"], - "Alert running": ["Alarm actief"], - "Report failed": ["Rapport mislukt"], - "Alert failed": ["Waarschuwing mislukt"], - "Nothing triggered": ["Niets getriggerd"], - "Alert Triggered, In Grace Period": [ - "Waarschuwing geactiveerd, in grace periode" + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "" ], - "Delivery method": [""], - "Select Delivery Method": [""], - "Recipients are separated by \",\" or \";\"": [ - "Ontvangers worden gescheiden door “,” of “;”" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" ], - "annotation": ["aantekening"], - "There was an issue deleting the selected annotations: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde aantekeningen: %s" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" ], - "Edit annotation": ["Bewerk aantekening"], - "Delete annotation": ["Aantekening verwijderen"], - "Annotation": ["Aantekening"], - "No annotation yet": ["Nog geen aantekeningen"], - "Annotation Layer ${annotationLayerName}": [ - "Aantekening Laag ${annotationLayerName}" + "User": ["Gebruiker"], + "User Roles": ["Gebruikersrollen"], + "User doesn't have the proper permissions.": [ + "Gebruiker heeft niet de juiste permissies." + ], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [ + "De gebruiker moet een waarde voor deze filter kiezen" ], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "User query": ["User query"], + "Username": ["Gebruikersnaam"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "Delete Annotation?": ["Aantekening verwijderen?"], - "Are you sure you want to delete the selected annotations?": [ - "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" ], - "The annotation has been updated": [""], - "The annotation has been saved": [""], - "Add annotation": ["Aantekening toevoegen"], - "Annotation name": ["Naam van de aantekening"], - "date": ["datum"], - "Additional information": ["Bijkomende informatie"], - "Description (this can be seen in the list)": [ - "Omschrijving (dit is te zien in de lijst)" + "Value": ["Waarde"], + "Value Domain": [""], + "Value Format": [""], + "Value bounds": [""], + "Value format": [""], + "Value is required": [""], + "Value must be greater than 0": ["Waarde moet groter zijn dan 0"], + "Values are dependent on other filters": [""], + "Values dependent on": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "annotation_layer": ["annotation_layer"], - "Annotation template updated": [""], - "Annotation template created": [""], - "Edit annotation layer properties": [ - "Eigenschappen aantekeningenlaag bewerken" + "Vehicle Types": [""], + "Verbose Name": ["Verklarende naam"], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["Bekijk in SQL Lab"], + "View keys & indexes (%s)": ["Bekijk sleutels & indexen (%s)"], + "View query": ["Bekijk zoekopdracht"], + "Viewed": ["Bekeken"], + "Viewed %s": [""], + "Viewport": [""], + "Virtual (SQL)": ["Virtueel (SQL)"], + "Virtual dataset": ["Virtuele dataset"], + "Virtual dataset query cannot be empty": [ + "Query virtuele dataset kan niet leeg zijn" ], - "Annotation layer name": ["Naam aantekeningenlaag"], - "Annotation layers": ["Aantekeningenlagen"], - "There was an issue deleting the selected layers: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" + "Virtual dataset query cannot consist of multiple statements": [ + "Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" ], - "Last modified": ["Laatst gewijzigd"], - "Created on": ["Gemaakt op"], - "Edit template": ["Bewerk template"], - "Delete template": ["Verwijder template"], - "Annotation layer": ["Aantekeningenlaag"], - "An error occurred while fetching dataset datasource values: %s": [ - "Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" + "Virtual dataset query must be read-only": [ + "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" ], - "No annotation layers yet": ["Nog geen aantekeningen lagen"], - "This action will permanently delete the layer.": [ - "Deze actie zal de laag permanent verwijderen." + "Visual Tweaks": [""], + "Visualization Type": ["Type visualisatie"], + "Visualization type": ["Type visualisatie"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" ], - "Delete Layer?": ["Laag verwijderen?"], - "Are you sure you want to delete the selected layers?": [ - "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" ], - "Are you sure you want to delete": [ - "Weet je zeker dat je wilt verwijderen" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "Modified %s": [""], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Chart imported": [""], - "There was an issue deleting the selected charts: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Modified by": ["Gewijzigd door"], - "Favorite": ["Favoriet"], - "Any": ["Elke"], - "Yes": ["Ja"], - "No": ["Nee"], - "Owner": ["Eigenaar"], - "All": ["Alle"], - "An error occurred while fetching chart owners values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars waarden: %s" + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" ], - "An error occurred while fetching chart created by values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door waarden: %s" + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Viz type": ["Viz type"], - "Certified": [""], - "Alphabetical": ["Alfabetisch"], - "Recently modified": ["Recent gewijzigd"], - "Least recently modified": ["Meest recente wijziging"], - "Import charts": ["Import grafieken "], - "Are you sure you want to delete the selected charts?": [ - "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" ], - "css_template": ["css_template"], - "Edit CSS template properties": ["Bewerk CSS template eigenschappen"], - "Add CSS template": ["Voeg CSS template toe"], - "CSS template name": ["CSS template naam"], - "css": ["css"], - "CSS templates": ["CSS templates"], - "There was an issue deleting the selected templates: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde templates: %s" + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" ], - "Last modified by %s": ["Laatst gewijzigd door %s"], - "CSS template": ["CSS template"], - "This action will permanently delete the template.": [ - "Deze actie zal de template permanent verwijderen." + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Delete Template?": ["Template verwijderen?"], - "Are you sure you want to delete the selected templates?": [ - "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "published": ["gepubliceerd"], - "draft": ["draft"], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "Dashboard imported": [""], - "An error occurred while fetching dashboards: %s": [ - "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" ], - "There was an issue deleting the selected dashboards: ": [ - "Er was een probleem met het verwijderen van de geselecteerde dashboards: " + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar waarden: %s" + "Viz is missing a datasource": ["Viz mist een gegevensbron"], + "Viz type": ["Viz type"], + "WED": ["WO"], + "Want to add a new database?": [""], + "Warning": ["Waarschuwing"], + "Warning Message": ["Waarschuwing"], + "Warning!": ["Waarschuwing!"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de metadata niet bestaat." ], - "An error occurred while fetching dashboard created by values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door waarden: %s" + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "Are you sure you want to delete the selected dashboards?": [ - "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" ], - "Saved queries": ["Opgeslagen queries"], - "SQL Copied!": ["SQL gekopieerd!"], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Je importeert een of meer databases die al bestaan. Overschrijven kan ertoe leiden dat een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "database": ["database"], - "Database imported": [""], - "An error occurred while fetching database related data: %s": [ - "Er is een fout opgetreden tijdens het ophalen van databasegerelateerde gegevens: %s" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "Import databases": ["Importeer databases"], - "Asynchronous query execution": ["Asynchrone uitvoering van query’s"], - "AQE": ["AQE"], - "Allow data manipulation language": ["Sta data manipulatie taal toe"], - "DML": ["DML"], - "CSV upload": ["CSV upload"], - "Delete database": ["Verwijder database"], - "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Web": [""], + "Wednesday": ["Woensdag"], + "Week": ["Week"], + "Week ending Saturday": ["Week beginnend op zaterdag"], + "Week starting Monday": ["Week beginnend op maandag"], + "Week starting Sunday": ["Week beginnend op zondag"], + "Week_ending Sunday": [""], + "Weekly Report": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "Weeks %s": [""], + "Weight": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "Delete Database?": ["Database verwijderen?"], - "Expose database in SQL Lab": [""], - "Allow this database to be queried in SQL Lab": [ - "Sta toe dat deze database wordt opgevraagd in SQL Lab" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "Allow creation of new tables based on queries": [ - "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Wanneer de CREATE TABLE AS optie in SQL Lab wordt toegestaan, dwingt deze optie de tabel om in dit schema aangemaakt te worden" ], - "Allow creation of new views based on queries": [ - "Aanmaken van nieuwe views gebaseerd op queries toestaan" + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "CTAS & CVAS SCHEMA": ["CTAS & CVAS SCHEMA"], - "Create or select schema...": [""], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Sta manipulatie van de database toe met niet-SELECT statements zoals UPDATE, DELETE, CREATE, enz." + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" ], - "Enable query cost estimation": [""], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ "" ], - "Allow this database to be explored": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "When using 'Group By' you are limited to use a single metric": [ + "Bij gebruik van ‘Group By’ bent u beperkt tot het gebruik van één meeteenheid" + ], + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "Chart cache timeout": ["Grafiek cache timeout"], - "Enter duration in seconds": [""], - "Schema cache timeout": [""], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Geeft aan of de tabel werd gegenereerd door de “Visualize” stroom in SQL Lab" + ], + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "Table cache timeout": [""], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Cancel query on window unload event": [""], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "Secure extra": ["Secure extra"], - "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "Enter CA_BUNDLE": [""], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Schemas allowed for CSV upload": [""], - "A comma-separated list of schemas that CSVs are allowed to upload to.": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [ + "Geef aan of een tijdfilter moet worden opgenomen" + ], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ "" ], - "Allow data upload": ["Sta upload van gegevens toe"], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Indien geselecteerd, gelieve de toegestane schema’s voor data upload in te stellen in Extra." + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [ + "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" ], - "Metadata Parameters": [""], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "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": [ "" ], - "Engine Parameters": [""], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "Version": [""], - "Version number": [""], - "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "Aflopend of oplopend sorteren" + ], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Display Name": ["Toon naam"], - "Name your database": [""], - "Pick a name to help you identify this database.": [ - "Kies een naam om je te helpen deze database te identificeren." + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "White": [""], + "Width": ["Breedte"], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Word Rotation": [""], + "Working": [""], + "Working timeout": ["Time-out"], + "World Map": ["Wereld kaart"], + "Write a description for your query": [ + "Schrijf een omschrijving voor uw zoekopdracht." ], - "Refer to the": [""], - "for more information on how to structure your URI.": [""], - "Test connection": ["Test connectie"], - "Missing Required Fields": [""], - "Please complete all required fields.": [""], - "Could not verify the host": [""], - "The host is invalid. Please verify that this field is entered correctly.": [ - "" + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column.": [ + "Schrijf dataframe index als een kolom." ], - "Port is closed": [""], - "Please verify that port is open to connect.": [""], - "Invalid Port Number": [""], - "The port must be a whole number less than or equal to 65535.": [""], - "Invalid account information": [""], - "Either the username or password is incorrect.": [""], - "Incorrect Fields": [""], - "Please make sure all fields are filled out correctly": [""], - "URL could not be identified": [""], - "The URL could not be identified. Please check for typos and make sure that \"Type of google sheet allowed\" selection matches the input": [ + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["X As"], + "X Axis Format": [""], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "XScale Interval": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Y As"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": ["Y-as Formaat"], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "YScale Interval": [""], + "Year": ["Jaar"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Years %s": [""], + "Yes": ["Ja"], + "Yes, cancel": ["Ja, annuleer"], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Please enter a SQLAlchemy URI to test": [ - "Voer een SQLAlchemy URI in om te testen" + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" ], - "Database settings updated": [""], - "Database connected": [""], - "Sorry there was an error fetching database information: %s": [ - "Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Je importeert een of meer databases die al bestaan. Overschrijven kan ertoe leiden dat een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" ], - "Or choose from a list of other databases we support:": [""], - "Supported databases": [""], - "Choose a database...": [""], - "Want to add a new database?": [""], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "here": [""], - "Back": [""], - "Connect": [""], - "Finish": [""], - "Database Creation Error": [""], - "Edit database": ["Bewerk database"], - "Connect a database": [""], - "Connect this database using the dynamic form instead": [""], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "" ], - "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ "" ], - "Connect this database with a SQLAlchemy URI string instead": [""], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "e.g. 127.0.0.1": [""], - "Host": [""], - "e.g. 5432": [""], - "e.g. world_population": [""], - "Copy the name of the database you are trying to connect to.": [""], - "e.g. Analytics": [""], - "e.g. ********": [""], - "Pick a nickname for this database to display as in Superset.": [""], - "e.g. param1=value1¶m2=value2": [""], - "Additional Parameters": [""], - "Add additional custom parameters": [""], - "SSL Mode \"require\" will be used.": [""], - "Type of Google Sheets allowed": [""], - "Publicly shared sheets only": [""], - "Public and privately shared sheets": [""], - "How do you want to enter service account credentials?": [""], - "Upload JSON file": [""], - "Copy and Paste JSON credentials": [""], - "Service Account": [""], - "Copy and paste the entire service account .json file here": [""], - "Upload Credentials": [""], - "Use the JSON file you automatically downloaded when creating your service account.": [ + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "Connect Google Sheets as tables to this database": [""], - "Google Sheet Name and URL": [""], - "Enter a name for this sheet": [""], - "Paste the shareable Google Sheet URL here": [""], - "Add sheet": [""], - "Copy the account name of that database you are trying to connect to.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ "" ], - "Add dataset": ["Voeg dataset toe"], - "Dataset imported": [""], - "An error occurred while fetching dataset related data": [ - "Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde gegevens" - ], - "An error occurred while fetching dataset related data: %s": [ - "Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: %s" - ], - "Physical dataset": ["Fysieke dataset"], - "Virtual dataset": ["Virtuele dataset"], - "An error occurred while fetching dataset owner values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de dataset: %s" + "You do not have permission to edit this chart": [ + "U heeft geen toestemming om deze grafiek te bewerken" ], - "An error occurred while fetching datasets: %s": [ - "Er is een fout opgetreden bij het ophalen van datasets: %s" + "You do not have permission to edit this dashboard": [ + "U hebt geen toestemming om dit dashboard te bewerken" ], - "An error occurred while fetching schema values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + "You do not have permissions to access the datasource(s): %(name)s.": [ + "U hebt geen rechten voor toegang tot de gegevensbron(nen): %(name)s." ], - "Import datasets": ["Importeer datasets"], - "There was an issue deleting the selected datasets: %s": [ - "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" + "You do not have permissions to edit this dashboard.": [ + "U hebt geen rechten om dit dashboard te bewerken." ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ - "" + "You don't have access to this chart.": [""], + "You don't have access to this dashboard.": [ + "Je hebt geen toegang tot dit dashboard." ], - "Delete Dataset?": ["Dataset verwijderen?"], - "Are you sure you want to delete the selected datasets?": [ - "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + "You don't have access to this dataset.": [""], + "You don't have any favorites yet!": ["Je hebt nog geen favorieten!"], + "You don't have permission to modify the value.": [""], + "You don't have the rights to alter this title.": [ + "Je hebt niet de rechten om deze titel te veranderen." ], - "0 Selected": ["0 Geselecteerd"], - "%s Selected (Virtual)": ["%s Geselecteerd (Virtueel)"], - "%s Selected (Physical)": ["%s Geselecteerd (Fysiek)"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s Geselecteerd (%s Fysiek, %s Virtueel)" + "You have no permission to approve this request": [ + "Je hebt geen toestemming om dit verzoek goed te keuren" ], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You have removed this filter.": ["Je hebt deze filter verwijderd."], + "You have unsaved changes.": ["Je hebt niet opgeslagen wijzigingen."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ "" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "There was an issue previewing the selected query. %s": [ - "Er was een probleem met het bekijken van de geselecteerde query. %s" + "You must pick a name for the new dashboard": [ + "U moet een naam kiezen voor het nieuwe dashboard" ], - "Duration: %s": ["Duur: %s"], - "Tab name": ["Tab naam"], - "TABLES": ["TABLES"], - "Open query in SQL Lab": ["Open query in SQL Lab"], - "An error occurred while fetching database values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" + "You must run the query successfully first": [ + "U moet de query eerst succesvol uitvoeren" + ], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "An error occurred while fetching user values: %s": [""], - "Search by query text": ["Zoek op querytekst"], - "Query preview": ["Query preview"], - "Next": ["Volgende"], - "Open in SQL Lab": ["Open in SQL Lab"], - "User query": ["User query"], - "Executed query": ["Uitgevoerde query"], - "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "Query imported": [""], - "There was an issue previewing the selected query %s": [ - "Er was een probleem met het bekijken van de geselecteerde query %s" + "Your query could not be saved": [ + "Uw zoekopdracht kon niet worden opgeslagen" ], - "Import queries": ["Importeer queries"], - "There was an issue deleting the selected queries: %s": [ - "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" + "Your query could not be scheduled": ["Uw vraag kon niet worden gepland"], + "Your query could not be updated": [ + "Uw zoekopdracht kon niet worden bijgewerkt" ], - "Edit query": ["Bewerk query"], - "Copy query URL": ["Kopieer query URL"], - "Export query": ["Exporteer query"], - "Delete query": ["Verwijder query"], - "This action will permanently delete the saved query.": [ - "Deze actie zal de opgeslagen query permanent verwijderen." + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, navigeert u naar Opgeslagen zoekopdrachten" ], - "Delete Query?": ["Verwijder Query?"], - "Are you sure you want to delete the selected queries?": [ - "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + "Your query was not properly saved": [""], + "Your query was saved": ["Uw zoekopdracht werd opgeslagen"], + "Your query was updated": ["Uw zoekopdracht werd bijgewerkt"], + "Your report could not be deleted": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "[ untitled dashboard ]": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen per]" ], - "queries": ["queries"], - "Query name": ["Query naam"], - "[Untitled]": ["[Untitled]"], - "Unknown": ["Onbekend"], - "Viewed %s": [""], - "Edited": ["Bewerkt"], - "Created": ["Aangemaakt"], - "Viewed": ["Bekeken"], - "Mine": ["Mijn"], - "View All »": [""], - "charts": [""], - "dashboards": [""], - "recents": [""], - "saved queries": [""], - "No %(tableName)s yet": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier verschijnen" + "[Longitude] and [Latitude] must be set": [ + "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" ], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" + "[Missing Dataset]": ["[Missing Dataset]"], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] Toegang tot de gegevensbron %(name)s werd verleend" ], - "Example %(tableName)s will appear here": [""], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" + "[Untitled]": ["[Untitled]"], + "[copy]": [""], + "[dashboard name]": ["[dashboard naam]"], + "[desc]": [""], + "[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": [ + "" ], - "SQL query": ["SQL query"], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ - "${tableName\n .split(‘’)\n .slice(0, tableName.length - 1)\n .join(‘’)}\n " + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" ], - "You don't have any favorites yet!": ["Je hebt nog geen favorieten!"], - "See all %(tableName)s": [""], - "query": ["query"], - "Share": ["Deel"], - "Ran %s": [""], - "There was an issue fetching your recent activity: %s": [ - "Er was een probleem bij het ophalen van uw recente activiteit: %s" + "`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.": [ + "" ], - "There was an issues fetching your dashboards: %s": [ - "Er was een probleem met het ophalen van uw dashboards: %s" + "`operation` property of post processing object undefined": [ + "`operation` eigenschap van post processing object ongedefinieerd" ], - "There was an issues fetching your chart: %s": [ - "Er was een probleem met het ophalen van je grafiek: %s" + "`prophet` package not installed": [ + "`prophet` package niet geïnstalleerd" ], - "There was an issues fetching your saved queries: %s": [ - "Er was een probleem met het ophalen van uw opgeslagen zoekopdrachten: %s" + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` moet dezelfde lengte hebben als `columns`." ], - "Recents": ["Recente"], - "Upload a CSV": ["Upload CSV"], - "Upload a Columnar File": [""], - "Upload Excel": ["Upload Excel"], - "About": ["Over"], - "Powered by Apache Superset": [""], - "Documentation": [""], - "Report a bug": [""], - "Select start and end date": ["Selecteer begin- en einddatum"], - "Type or Select [%s]": ["Type of selecteer [%s]"], - "No results found": ["Geen resultaten gevonden"], - "Tools": [""], - "Filter box": ["Filter box"], - "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ - "" + "`row_limit` must be greater than or equal to 0": [ + "`rij_limiet` moet groter of gelijk aan 0 zijn" ], - "Show Druid granularity dropdown": ["Toon Druid granularity dropdown"], - "Check to include Druid granularity dropdown": [ - "Vink aan om Druïde granulariteit dropdown op te nemen" + "`row_offset` must be greater than or equal to 0": [ + "`rij_offset` moet groter zijn dan of gelijk aan 0" ], - "Show Druid time origin": ["Toon Druid time origin"], - "Check to include time origin dropdown": [ - "Vink aan om tijd oorsprong dropdown op te nemen" + "`width` must be greater or equal to 0": [ + "`breedte` moet groter of gelijk zijn aan 0" ], - "Filters configuration": ["Filters configuratie"], - "Filter configuration for the filter box": [ - "Filterconfiguratie voor de filterbox" + "aggregate": ["aggregaat"], + "alert": ["Waarschuwing"], + "alerts": ["waarschuwingen"], + "also copy (duplicate) charts": ["kopieer ook (duplicate) grafieken"], + "ancestor": [""], + "and": ["en"], + "annotation": ["aantekening"], + "annotation_layer": ["annotation_layer"], + "asfreq": [""], + "at": ["op"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["bolt"], + "boolean type icon": [""], + "bottom": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "cardinal": [""], + "chart": ["grafiek"], + "charts": [""], + "choose WHERE or HAVING...": ["kies WHERE of HAVING…"], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["kolom"], + "connecting to %(dbModelName)s.": [""], + "count": [""], + "create dataset from SQL query": [""], + "css": ["css"], + "css_template": ["css_template"], + "cumsum": [""], + "cumulative": [""], + "dashboard": ["dashboard"], + "dashboards": [""], + "database": ["database"], + "dataset": ["dataset"], + "date": ["datum"], + "day": ["dag"], + "day of the month": ["dag van de maand"], + "day of the week": ["dag van de week"], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deck.gl charts": [""], + "deckGL": [""], + "delete": ["verwijder"], + "descendant": [""], + "description": ["omschrijving"], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "Date filter": ["Datum filter"], - "Whether to include a time filter": [ - "Geef aan of een tijdfilter moet worden opgenomen" + "draft": ["draft"], + "dttm": ["dttm"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": [""], + "edit mode": [""], + "every": ["elke"], + "every day of the month": ["elke dag van de maand"], + "every day of the week": ["elke dag van de week"], + "every hour": ["elk uur"], + "every minute": [""], + "every month": ["elke maand"], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" ], - "Instant filtering": ["Onmiddellijke filtering"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ - "Vink aan om filters onmiddellijk toe te passen als ze veranderen in plaats van de [Toepassen] knop weer te geven" + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "here": [""], + "hour": ["uur"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "Show SQL time grain dropdown": [""], - "Show time grain dropdown": [""], - "Check to include SQL time grain dropdown": [""], - "Check to include time grain dropdown": [""], - "Show SQL time column": ["Toon SQL time column"], - "Show time column": [""], - "Check to include time column dropdown": [ - "Vink aan om tijdkolom dropdown op te nemen" + "in": ["in"], + "in modal": ["in modal"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["joined"], + "json isn't valid": ["json is ongeldig"], + "key a-z": [""], + "key z-a": [""], + "label": [""], + "last day": [""], + "last month": [""], + "last quarter": [""], + "last week": [""], + "last year": [""], + "latest partition:": ["laatste partitie:"], + "left": [""], + "less than {min} {name}": [""], + "log": ["log"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "onderste percentiel moet groter zijn dan 0 en kleiner dan 100. Moet lager zijn dan het bovenste percentiel." ], - "Limit selector values": ["Beperk selector waarden"], - "These filters apply to the values available in the dropdowns": [ - "Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de dropdowns" + "mean": [""], + "median": [""], + "minute": ["minuut"], + "minute(s)": [""], + "month": ["maand"], + "more than {max} {name}": [""], + "must have a value": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "on": ["op"], + "or use existing ones from the panel on the right": [""], + "orderby column must be populated": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" ], - "URL": ["URL"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": ["gepubliceerd"], + "queries": ["queries"], + "query": ["query"], + "reboot": ["herstart"], + "recents": [""], + "red": [""], + "report": ["rapport"], + "reports": ["rapporten"], + "restore zoom": [""], + "right": [""], + "saved queries": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "Time-series Table": ["Time-series Table"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "stack": [""], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["tekstveld"], + "top": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "Text": [""], - "We have the following keys: %s": [""] + "value ascending": [""], + "value descending": [""], + "var": [""], + "virtual": ["virtueel"], + "was created": ["werd gecreëerd"], + "week": ["week"], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["jaar"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/nl/LC_MESSAGES/messages.po b/superset/translations/nl/LC_MESSAGES/messages.po index 06147b0a87779..9de17f9bd9447 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.po +++ b/superset/translations/nl/LC_MESSAGES/messages.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: Superset VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-25 12:00+0100\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2022-02-25 11:59+0100\n" "Last-Translator: FULL NAME \n" "Language: nl\n" @@ -32,13823 +32,17035 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset/errors.py:94 -msgid "The datasource is too large to query." -msgstr "De gegevensbron is te groot om te bevragen." - -#: superset/errors.py:95 -msgid "The database is under an unusual load." -msgstr "De database wordt ongebruikelijk zwaar belast." - -#: superset/errors.py:96 -msgid "The database returned an unexpected error." -msgstr "De database gaf een onverwachte foutmelding." - -#: superset/errors.py:97 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" -"There is a syntax error in the SQL query. Perhaps there was a misspelling" -" or a typo." +"\n" +" This filter was inherited from the dashboard's context.\n" +" It won't be saved when saving the chart.\n" +" " msgstr "" +"\n" +" Deze filter werd geërfd van de context van het dashboard." +"\n" +" Dit wordt niet opgeslagen bij het opslaan van de grafiek." +"\n" +" " -#: superset/errors.py:101 -msgid "The column was deleted or renamed in the database." -msgstr "De kolom werd verwijderd of hernoemd in de database." - -#: superset/errors.py:102 -msgid "The table was deleted or renamed in the database." -msgstr "De tabel werd verwijderd of hernoemd in de database." - -#: superset/errors.py:103 -msgid "One or more parameters specified in the query are missing." +#: superset/reports/notifications/email.py:88 +#, python-format +msgid "" +"\n" +" Error: %(text)s\n" +" " msgstr "" -"Een of meer in de query opgegeven parameters ontbreken." - -#: superset/errors.py:104 -msgid "The hostname provided can't be resolved." -msgstr "De opgegeven hostnaam kan niet worden gevonden." - -#: superset/errors.py:105 -msgid "The port is closed." -msgstr "De poort is gesloten." +"\n" +" Fout: %(text)s\n" +" " -#: superset/errors.py:106 -msgid "The host might be down, and can't be reached on the provided port." +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/errors.py:107 -msgid "Superset encountered an error while running a command." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"een fout is opgetreden in Superset tijdens het uitvoeren van " -"een commando." -#: superset/errors.py:108 -msgid "Superset encountered an unexpected error." -msgstr "Er is een onverwachte fout opgetreden in Superset." +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Dashboard opslaan" -#: superset/errors.py:109 -msgid "The username provided when connecting to a database is not valid." -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Gewijzigd op" -#: superset/errors.py:110 -msgid "The password provided when connecting to a database is not valid." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 +msgid " expression which needs to adhere to the " +msgstr " uitdrukking die moet voldoen aan de " -#: superset/errors.py:111 -msgid "Either the username or the password is wrong." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" msgstr "" -"Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." -#: superset/errors.py:112 -msgid "Either the database is spelled incorrectly or does not exist." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 +msgid "" +" standard to ensure that the lexicographical ordering\n" +" coincides with the chronological ordering. If the\n" +" timestamp format does not adhere to the ISO 8601 " +"standard\n" +" you will need to define an expression and type for\n" +" transforming the string into a date or timestamp. " +"Note\n" +" currently time zones are not supported. If time is " +"stored\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no" +" pattern\n" +" is specified we fall back to using the optional " +"defaults on a per\n" +" database/column name level via the extra parameter." msgstr "" -#: superset/errors.py:113 -msgid "The schema was deleted or renamed in the database." -msgstr "Het schema werd verwijderd of hernoemd in de database." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Berekende kolommen" -#: superset/errors.py:114 -msgid "User doesn't have the proper permissions." -msgstr "Gebruiker heeft niet de juiste permissies." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "Meeteenheid toevoegen" -#: superset/errors.py:115 -msgid "One or more parameters needed to configure a database are missing." -msgstr "" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +#, fuzzy +msgid " to edit or add columns and metrics." +msgstr "%s kolom(men) en meeteenhe(i)d(en)" -#: superset/errors.py:116 -msgid "The submitted payload has the incorrect format." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" msgstr "" -#: superset/errors.py:117 -msgid "The submitted payload has the incorrect schema." +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr "" -#: superset/errors.py:118 -msgid "Results backend needed for asynchronous queries is not configured." +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." msgstr "" -#: superset/errors.py:119 -msgid "Database does not allow data manipulation." -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (Is niet gelijk)" -#: superset/errors.py:120 -msgid "" -"The CTAS (create table as select) doesn't have a SELECT statement at the " -"end. Please make sure your query has a SELECT as its last statement. " -"Then, try running your query again." +#: superset/security/analytics_db_safety.py:44 +#, python-format +msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" +"%(dialect)s kunnen om veiligheidsredenen niet als gegevensbron worden " +"gebruikt." -#: superset/errors.py:125 -msgid "CVAS (create view as select) query has more than one statement." +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 +#, python-format +msgid "" +"%(message)s\n" +"This may be triggered by: \n" +"%(issues)s" msgstr "" -#: superset/errors.py:126 -msgid "CVAS (create view as select) query is not a SELECT statement." -msgstr "" +#: superset/reports/notifications/email.py:168 +#, python-format +msgid "%(name)s.csv" +msgstr "%(name)s.csv" -#: superset/errors.py:127 -msgid "Query is too complex and takes too long to run." +#: superset/db_engine_specs/snowflake.py:112 +#, python-format +msgid "%(object)s does not exist in this database." msgstr "" -#: superset/errors.py:128 -msgid "The database is currently running too many queries." +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" msgstr "" -#: superset/errors.py:129 -msgid "One or more parameters specified in the query are malformatted." +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" msgstr "" -#: superset/errors.py:130 -msgid "The object does not exist in the given database." +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" msgstr "" -#: superset/errors.py:131 -msgid "The query has a syntax error." +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" msgstr "" +"Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier " +"verschijnen" -#: superset/errors.py:132 -msgid "The results backend no longer has the data from the query." -msgstr "" +#: superset/reports/notifications/email.py:177 +#, python-format +msgid "%(prefix)s %(title)s" +msgstr "%(prefix)s %(title)s" -#: superset/errors.py:133 -msgid "The query associated with the results was deleted." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 +#, python-format +msgid "%(rows)d rows returned" msgstr "" -#: superset/errors.py:134 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#, python-format msgid "" -"The results stored in the backend were stored in a different format, and " -"no longer can be deserialized." -msgstr "" - -#: superset/errors.py:138 -msgid "The port number is invalid." -msgstr "" - -#: superset/errors.py:139 superset/sqllab/sql_json_executer.py:194 -msgid "Failed to start remote query on a worker." -msgstr "" - -#: superset/errors.py:140 -msgid "The database was deleted." +"%(subtitle)s\n" +"This may be triggered by:\n" +" %(issue)s" msgstr "" -#: superset/databases/schemas.py:171 superset/exceptions.py:182 -msgid "Invalid certificate" -msgstr "Ongeldig certificaat" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 +#, fuzzy, python-format +msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "%(suggestion)s in plaats van “%(undefinedParameter)s?”" +msgstr[1] "" -#: superset/jinja_context.py:347 +#: superset/views/core.py:384 #, python-format -msgid "Unsafe return type for function %(func)s: %(value_type)s" -msgstr "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "%(user)s kreeg de rol %(role)s die toegang geeft tot de %(datasource)s" -#: superset/jinja_context.py:358 +#: superset/views/core.py:2672 #, python-format -msgid "Unsupported return value for method %(name)s" -msgstr "Niet-ondersteunde terugkeer waarde voor methode %(name)s" +msgid "%(user)s's profile" +msgstr "%(user)s’s profiel" -#: superset/jinja_context.py:371 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format -msgid "Unsafe template value for key %(key)s: %(value_type)s" -msgstr "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" +msgid "" +"%(validator)s was unable to check your query.\n" +"Please recheck your query.\n" +"Exception: %(ex)s" +msgstr "" +"%(validator)s was niet in staat om uw query te controleren.\n" +"Controleer uw query opnieuw.\n" +"Uitzondering: %(ex)s" -#: superset/jinja_context.py:382 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format -msgid "Unsupported template value for key %(key)s" -msgstr "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" +msgid "%s Error" +msgstr "%s Fout" -#: superset/sql_lab.py:201 -msgid "Only SELECT statements are allowed against this database." -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Wachtwoord" -#: superset/sql_lab.py:265 +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 #, python-format -msgid "" -"The query was killed after %(sqllab_timeout)s seconds. It might be too " -"complex, or the database might be under heavy load." +msgid "%s SSH TUNNEL PASSWORD" msgstr "" -#: superset/sql_lab.py:376 superset/views/core.py:2292 -msgid "Results backend is not configured." +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" msgstr "" -#: superset/sql_lab.py:406 -msgid "" -"CTAS (create table as select) can only be run with a query where the last" -" statement is a SELECT. Please make sure your query has a SELECT as its " -"last statement. Then, try running your query again." +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" msgstr "" -#: superset/sql_lab.py:423 -msgid "" -"CVAS (create view as select) can only be run with a query with a single " -"SELECT statement. Please make sure your query has only a SELECT " -"statement. Then, try running your query again." -msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:245 +#, python-format +msgid "%s Selected" +msgstr "%s Geselecteerd" -#: superset/viz.py:135 -msgid "Viz is missing a datasource" -msgstr "Viz mist een gegevensbron" +#: superset-frontend/src/pages/DatasetList/index.tsx:808 +#, python-format +msgid "%s Selected (%s Physical, %s Virtual)" +msgstr "%s Geselecteerd (%s Fysiek, %s Virtueel)" -#: superset/viz.py:239 -msgid "" -"Applied rolling window did not return any data. Please make sure the " -"source query satisfies the minimum periods defined in the rolling window." -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:801 +#, python-format +msgid "%s Selected (Physical)" +msgstr "%s Geselecteerd (Fysiek)" -#: superset/utils/date_parser.py:264 superset/viz.py:378 -msgid "From date cannot be larger than to date" -msgstr "Van datum kan niet groter zijn dan tot datum" +#: superset-frontend/src/pages/DatasetList/index.tsx:794 +#, python-format +msgid "%s Selected (Virtual)" +msgstr "%s Geselecteerd (Virtueel)" -#: superset/viz.py:556 -msgid "Cached value not found" -msgstr "Cached waarde niet gevonden" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 +#, python-format +msgid "%s aggregates(s)" +msgstr "%s aggrega(a)t(en)" -#: superset/common/query_context_processor.py:114 superset/viz.py:571 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format -msgid "Columns missing in datasource: %(invalid_columns)s" -msgstr "Kolommen ontbreken in databron: %(invalid_columns)s" +msgid "%s column(s)" +msgstr "%s kolom(men)" -#: superset/viz.py:692 -msgid "Table View" -msgstr "Tabel Weergave" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 +#, python-format +msgid "%s operator(s)" +msgstr "%s operator(s)" -#: superset/viz.py:717 -msgid "" -"You cannot use [Columns] in combination with [Group " -"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." -msgstr "" +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format +msgid "%s option" +msgid_plural "%s options" +msgstr[0] "%s optie" +msgstr[1] "" -#: superset/viz.py:763 -msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Kies een granulariteit in de sectie Tijd of vink ‘Inclusief tijd’ uit" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 +#, python-format +msgid "%s option(s)" +msgstr "%s optie(s)" -#: superset/viz.py:843 -msgid "Time Table View" -msgstr "Tijd tabelweergave" +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s Fout" +msgstr[1] "" -#: superset/viz.py:851 superset/viz.py:1802 -msgid "Pick at least one metric" -msgstr "Kies ten minste één meeteenheid" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 +#, python-format +msgid "%s saved metric(s)" +msgstr "%s opgeslagen meeteenhe(i)d(en)" -#: superset/viz.py:855 -msgid "When using 'Group By' you are limited to use a single metric" -msgstr "" -"Bij gebruik van ‘Group By’ bent u beperkt tot het gebruik van één meeteenheid" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "Laatst bijgewerkt %s" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:883 -msgid "Pivot Table" -msgstr "Draaitabel" +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 +#, python-format +msgid "%s%s" +msgstr "%s%s" -#: superset/viz.py:900 -msgid "Please choose at least one 'Group by' field " -msgstr "Kies ten minste één veld ‘Groeperen op’ " +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 +#, python-format +msgid "%s-%s of %s" +msgstr "%s-%s van %s" -#: superset/viz.py:912 -msgid "Please choose at least one metric" -msgstr "Kies ten minste één meeteenheid" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 +msgid "(Removed)" +msgstr "(Verwijderd)" -#: superset/viz.py:916 -msgid "Group By' and 'Columns' can't overlap" -msgstr "‘Group By’ en ‘Kolommen’ kunnen elkaar niet overlappen" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1024 -msgid "Treemap" -msgstr "Treemap" +#: superset-frontend/src/utils/getClientErrorObject.ts:76 +msgid "(no description, click to see stack trace)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1069 -msgid "Calendar Heatmap" -msgstr "Kalender Heatmap" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +msgid "" +"(optional) default value for the filter, when using the multiple option, " +"you can use a semicolon-delimited list of options." +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1160 -msgid "Bubble Chart" -msgstr "Bubbelgrafiek" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" -#: superset/viz.py:1182 -msgid "Please use 3 different metric labels" -msgstr "Gelieve 3 verschillende meeteenheid labels te gebruiken" +#: superset/reports/notifications/slack.py:65 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"<%(url)s|Explore in Superset>\n" +"\n" +"%(table)s\n" +msgstr "" -#: superset/viz.py:1184 -msgid "Pick a metric for x, y and size" -msgstr "Kies een meeteenheid voor x, y en grootte" +#: superset/reports/notifications/slack.py:82 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"Error: %(text)s\n" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1211 -msgid "Bullet Chart" -msgstr "Kogel diagram" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" -#: superset/viz.py:1223 -msgid "Pick a metric to display" -msgstr "Kies een meeteenheid om weer te geven" +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 -#: superset/viz.py:1241 -msgid "Big Number with Trendline" -msgstr "Groot getal met trendlijn" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 +msgid "" +"-- Note: Unless you save your query, these tabs will NOT persist if you " +"clear your cookies or change browsers.\n" +"\n" +msgstr "" -#: superset/viz.py:1249 superset/viz.py:1283 -msgid "Pick a metric!" -msgstr "Kies een meeteenheid!" +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 -#: superset/viz.py:1275 -msgid "Big Number" -msgstr "Groot Getal" +#: superset-frontend/src/pages/DatasetList/index.tsx:791 +msgid "0 Selected" +msgstr "0 Geselecteerd" -#: superset/viz.py:1297 -msgid "Time Series - Line Chart" -msgstr "Tijdreeks - Lijngrafiek" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" -#: superset/viz.py:1379 superset/viz.py:1642 -msgid "Pick a time granularity for your time series" -msgstr "Kies een tijdschaal voor uw tijdreeks" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "dag" -#: superset/common/query_context_processor.py:261 superset/viz.py:1436 -msgid "" -"An enclosed time range (both start and end) must be specified when using " -"a Time Comparison." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" msgstr "" -#: superset/viz.py:1507 -msgid "Time Series - Multiple Line Charts" -msgstr "Tijdreeksen - Meervoudige lijndiagrammen" - -#: superset/viz.py:1585 -msgid "Time Series - Dual Axis Line Chart" -msgstr "Tijdreeks - lijngrafiek met twee assen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 +msgid "1 hour" +msgstr "1 uur" -#: superset/viz.py:1594 -msgid "Pick a metric for left axis!" -msgstr "Kies een meeteenheid voor de linkeras!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "Frequentie vernieuwen" -#: superset/viz.py:1596 -msgid "Pick a metric for right axis!" -msgstr "Kies een meeteenheid voor de rechteras!" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 +msgid "1 minute" +msgstr "1 minuut" -#: superset/viz.py:1599 -msgid "Please choose different metrics on left and right axis" -msgstr "Kies verschillende meeteenheden op de linker- en rechteras" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" -#: superset/viz.py:1659 -msgid "Time Series - Bar Chart" -msgstr "Tijdreeks - Staafdiagram" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" -#: superset/viz.py:1668 -msgid "Time Series - Period Pivot" -msgstr "Tijdreeksen - Periode draaitabel" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" -#: superset/viz.py:1714 -msgid "Time Series - Percent Change" -msgstr "Tijdreeks - Procentuele verandering" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "week" -#: superset/viz.py:1722 -msgid "Time Series - Stacked" -msgstr "Tijdreeksen - Gestapeld" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1732 -msgid "Histogram" -msgstr "Histogram" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +#, fuzzy +msgid "1 week starting Monday (freq=W-MON)" +msgstr "Week beginnend op maandag" -#: superset/viz.py:1741 -msgid "Must have at least one numeric column specified" -msgstr "Er moet minstens één numerieke kolom gespecificeerd zijn" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +#, fuzzy +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "Week beginnend op zondag" -#: superset/viz.py:1790 -msgid "Distribution - Bar Chart" -msgstr "Verdeling - Staafdiagram" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "jaar" -#: superset/viz.py:1799 -msgid "Can't have overlap between Series and Breakdowns" -msgstr "Overlapping tussen Series en Breakdowns is niet mogelijk" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" -#: superset/viz.py:1804 -msgid "Pick at least one field for [Series]" -msgstr "Kies minstens één veld voor [Series]" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "Frequentie vernieuwen" -#: superset/viz.py:1877 -msgid "Sunburst" -msgstr "Sunburst" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "Frequentie vernieuwen" -#: superset/viz.py:1924 -msgid "Sankey" -msgstr "Sankey" +#: superset/db_engine_specs/base.py:101 +msgid "10 minute" +msgstr "10 minuten" -#: superset/viz.py:1932 -msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Kies precies 2 kolommen als [Bron / Doel]" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "week" -#: superset/viz.py:1976 -msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty " -"link: {}" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" msgstr "" -#: superset/viz.py:1989 -msgid "Directed Force Layout" -msgstr "Directed Force Layout" +#: superset/db_engine_specs/base.py:102 +msgid "15 minute" +msgstr "15 minuten" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2028 -msgid "Country Map" -msgstr "Landenkaart" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "week" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2063 -msgid "World Map" -msgstr "Wereld kaart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:461 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:88 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2126 -msgid "Filters" -msgstr "Filters" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" -#: superset/viz.py:2144 -msgid "Invalid filter configuration, please select a column" -msgstr "Ongeldige filterconfiguratie, selecteer een kolom" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2203 -msgid "Parallel Coordinates" -msgstr "Parallelle coördinaten" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2233 -msgid "Heatmap" -msgstr "Heatmap" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" -#: superset/viz.py:2294 -msgid "Horizon Charts" -msgstr "Horizon-grafieken" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" -#: superset/viz.py:2306 -msgid "Mapbox" -msgstr "Mapbox" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "jaar" -#: superset/viz.py:2320 -msgid "[Longitude] and [Latitude] must be set" -msgstr "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" -#: superset/viz.py:2330 -msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" -#: superset/viz.py:2354 -msgid "Choice of [Label] must be present in [Group By]" -msgstr "Keuze van [Label] moet aanwezig zijn in [Groep door]" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" -#: superset/viz.py:2362 -msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90 dagen" -#: superset/viz.py:2370 -msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" msgstr "" -"Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen " -"per]" -#: superset/viz.py:2452 -msgid "Deck.gl - Multiple Layers" -msgstr "Deck.gl - Meerdere Lagen" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 +msgid "2D" +msgstr "" -#: superset/viz.py:2493 superset/viz.py:2529 -msgid "Bad spatial key" -msgstr "Ongeldige ruimtelijke sleutel" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 +msgid "3 letter code of the country" +msgstr "" -#: superset/viz.py:2514 -#, python-format -msgid "Invalid spatial point encountered: %s" -msgstr "Ongeldig ruimtelijk punt aangetroffen: %s" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "jaar" -#: superset/viz.py:2551 -msgid "" -"Encountered invalid NULL spatial entry," -" please consider filtering those " -"out" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" msgstr "" -#: superset/viz.py:2646 -msgid "Deck.gl - Scatter plot" -msgstr "Deck.gl - Scatter plot" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 +msgid "30 days" +msgstr "30 dagen" -#: superset/viz.py:2698 -msgid "Deck.gl - Screen Grid" -msgstr "Deck.gl - Screen Grid" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30 dagen" -#: superset/viz.py:2727 -msgid "Deck.gl - 3D Grid" -msgstr "Deck.gl - 3D Grid" +#: superset/db_engine_specs/base.py:103 +msgid "30 minute" +msgstr "" -#: superset/viz.py:2759 -msgid "Deck.gl - Paths" -msgstr "Deck.gl - Paths" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 +msgid "30 minutes" +msgstr "30 minuten" -#: superset/viz.py:2810 -msgid "Deck.gl - Polygon" -msgstr "Deck.gl - Polygon" +#: superset/db_engine_specs/base.py:98 +msgid "30 second" +msgstr "" -#: superset/viz.py:2843 -msgid "Deck.gl - 3D HEX" -msgstr "Deck.gl - 3D HEX" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 +msgid "30 seconds" +msgstr "30 seconden" -#: superset/viz.py:2864 -msgid "Deck.gl - GeoJSON" -msgstr "Deck.gl - GeoJSON" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" -#: superset/viz.py:2883 -msgid "Deck.gl - Arc" -msgstr "Deck.gl - Arc" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" -#: superset/viz.py:2917 -msgid "Event flow" -msgstr "Event flow" +#: superset/db_engine_specs/base.py:100 +msgid "5 minute" +msgstr "5 minuten" -#: superset/viz.py:2949 -msgid "Time Series - Paired t-test" -msgstr "Tijdreeks - Paired t-test" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 +msgid "5 minutes" +msgstr "5 minuten" -#: superset/viz.py:3021 -msgid "Time Series - Nightingale Rose Chart" -msgstr "Tijdreeks - Nightingale Rose grafiek" +#: superset/db_engine_specs/base.py:97 +msgid "5 second" +msgstr "" -#: superset/viz.py:3056 -msgid "Partition Diagram" -msgstr "Partition Diagram" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +#, fuzzy +msgid "5 seconds" +msgstr "30 seconden" -#: superset/annotation_layers/api.py:355 -#, python-format -msgid "Deleted %(num)d annotation layer" -msgid_plural "Deleted %(num)d annotation layers" -msgstr[0] "%(num)d Aantekeningenlaag verwijderd" -msgstr[1] "%(num)d aantekeninglagen verwijderd" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "week" -#: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 -#: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 -msgid "All Text" -msgstr "Alle tekst" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" -#: superset/annotation_layers/annotations/api.py:504 -#, python-format -msgid "Deleted %(num)d annotation" -msgid_plural "Deleted %(num)d annotations" -msgstr[0] "%(num)d aantekening verwijderd" -msgstr[1] "%(num)d aantekeningen verwijderd" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +#, fuzzy +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "Week beginnend op maandag" -#: superset/annotation_layers/annotations/commands/exceptions.py:35 -msgid "End date must be after start date" -msgstr "Einddatum moet na begindatum liggen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:46 -msgid "Short description must be unique for this layer" -msgstr "Korte beschrijving moet uniek zijn voor deze laag" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 +msgid "60 days" +msgstr "60 dagen" -#: superset/annotation_layers/annotations/commands/exceptions.py:52 -msgid "Annotations could not be deleted." -msgstr "Aantekeningen konden niet worden verwijderd." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:56 -msgid "Annotation not found." -msgstr "Aantekening niet gevonden." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90 dagen" -#: superset/annotation_layers/annotations/commands/exceptions.py:60 -msgid "Annotation parameters are invalid." -msgstr "Aantekening parameters zijn ongeldig." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:64 -msgid "Annotation could not be created." -msgstr "Aantekening kon niet worden aangemaakt." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:68 -msgid "Annotation could not be updated." -msgstr "Aantekening kon niet worden bijgewerkt." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 +msgid "90 days" +msgstr "90 dagen" -#: superset/annotation_layers/annotations/commands/exceptions.py:72 -msgid "Annotation delete failed." -msgstr "Aantekening verwijderen mislukt." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 +msgid ":" +msgstr ":" -#: superset/annotation_layers/commands/exceptions.py:29 -msgid "Annotation layer parameters are invalid." -msgstr "De parameters van de aantekeningenlaag zijn ongeldig." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 +msgid "< (Smaller than)" +msgstr "< (Kleiner dan)" -#: superset/annotation_layers/commands/exceptions.py:33 -msgid "Annotation layer could not be deleted." -msgstr "Aantekeningenlaag kon niet worden verwijderd." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 +msgid "<= (Smaller or equal)" +msgstr "<= (Kleiner of gelijk)" -#: superset/annotation_layers/commands/exceptions.py:37 -msgid "Annotation layer could not be created." -msgstr "Aantekeningenlaag kon niet worden aangemaakt." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" -#: superset/annotation_layers/commands/exceptions.py:41 -msgid "Annotation layer could not be updated." -msgstr "Aantekeningenlaag kon niet worden bijgewerkt." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "kolom" -#: superset/annotation_layers/commands/exceptions.py:45 -msgid "Annotation layer not found." -msgstr "Aantekeningenlaag niet gevonden." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Opgeslagen meeteenheid" -#: superset/annotation_layers/commands/exceptions.py:49 -msgid "Annotation layer delete failed." -msgstr "Het verwijderen van de Aantekeningenlaag is mislukt." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "Ruimtelijk" -#: superset/annotation_layers/commands/exceptions.py:53 -#: superset/annotation_layers/commands/exceptions.py:57 -msgid "Annotation layer has associated annotations." -msgstr "Aantekeningenlaag heeft bijbehorende aantekeningen." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" +msgstr "" -#: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 -msgid "Name must be unique" -msgstr "De naam moet uniek zijn" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 +msgid "== (Is equal)" +msgstr "== (Is gelijk)" -#: superset/charts/api.py:480 -#, python-format -msgid "Deleted %(num)d chart" -msgid_plural "Deleted %(num)d charts" -msgstr[0] "Verwijderde %(num)d grafiek" -msgstr[1] "Verwijderde %(num)d grafieken" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 +msgid "> (Larger than)" +msgstr "> (Groter dan)" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:182 -msgid "Is certified" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 +msgid ">= (Larger or equal)" +msgstr ">= (Groter of gelijk)" -#: superset/charts/schemas.py:557 -msgid "`confidence_interval` must be between 0 and 1 (exclusive)" -msgstr "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 +msgid "A Big Number" +msgstr "" -#: superset/charts/schemas.py:627 -msgid "" -"lower percentile must be greater than 0 and less than 100. Must be lower " -"than upper percentile." +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -"onderste percentiel moet groter zijn dan 0 en kleiner dan 100. Moet lager " -"zijn dan het bovenste percentiel." +"Een door komma’s gescheiden lijst van kolommen die als datums moeten " +"worden geparseerd." -#: superset/charts/schemas.py:642 -msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher" -" than lower percentile." +#: superset/views/database/forms.py:367 +msgid "A comma separated list of columns that should be parsed as dates." msgstr "" +"Een door komma’s gescheiden lijst van kolommen die als datums moeten " +"worden geparseerd." -#: superset/charts/schemas.py:935 -msgid "`width` must be greater or equal to 0" -msgstr "`breedte` moet groter of gelijk zijn aan 0" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +#, fuzzy +msgid "A comma-separated list of schemas that files are allowed to upload to." +msgstr "" +"Een door komma’s gescheiden lijst van kolommen die als datums moeten " +"worden geparseerd." -#: superset/charts/schemas.py:1073 -msgid "`row_limit` must be greater than or equal to 0" -msgstr "`rij_limiet` moet groter of gelijk aan 0 zijn" +#: superset/databases/commands/exceptions.py:42 +msgid "A database with the same name already exists." +msgstr "" -#: superset/charts/schemas.py:1080 -msgid "`row_offset` must be greater than or equal to 0" -msgstr "`rij_offset` moet groter zijn dan of gelijk aan 0" +#: superset/views/dynamic_plugins.py:52 +msgid "" +"A full URL pointing to the location of the built plugin (could be hosted " +"on a CDN for example)" +msgstr "" -#: superset/charts/schemas.py:1101 -msgid "orderby column must be populated" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 -#, python-format -msgid "There are associated alerts or reports: %s," -msgstr "Er zijn gerelateerde waarschuwingen of rapporten: %s," +#: superset/views/dynamic_plugins.py:47 +msgid "A human-friendly name" +msgstr "Een mensvriendelijke naam" -#: superset/charts/commands/exceptions.py:38 -#, python-format +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 msgid "" -"Time string is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." msgstr "" -#: superset/charts/commands/exceptions.py:51 -#, python-format -msgid "Cannot parse time string [%(human_readable)s]" -msgstr "Kan tijdstring [%(human_readable)s] niet parsen" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" -#: superset/charts/commands/exceptions.py:66 -#, python-format +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 +msgid "A list of users who can alter the chart. Searchable by name or username." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 +msgid "A map of the world, that can indicate values in different countries." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 msgid "" -"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" msgstr "" -#: superset/charts/commands/exceptions.py:82 -#: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 -msgid "Database does not exist" -msgstr "Database bestaat niet" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 +msgid "A metric to use for color" +msgstr "Een meeteenheid te gebruiken voor kleur" -#: superset/charts/commands/exceptions.py:91 -msgid "Dashboards do not exist" -msgstr "Dashboards bestaan niet" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 +msgid "" +"A polar coordinate chart where the circle is broken into wedges of equal " +"angle, and the value represented by any wedge is illustrated by its area," +" rather than its radius or sweep angle." +msgstr "" -#: superset/charts/commands/exceptions.py:101 -msgid "Datasource type is required when datasource_id is given" -msgstr "Datasourcetype is vereist wanneer datasource_id is gegeven" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 +msgid "A readable URL for your dashboard" +msgstr "Een leesbare URL voor uw dashboard" -#: superset/charts/commands/exceptions.py:111 -msgid "Chart parameters are invalid." -msgstr "Grafiekparameters zijn ongeldig." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/src/explore/controls.jsx:113 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" -#: superset/charts/commands/exceptions.py:115 -msgid "Chart could not be created." -msgstr "Grafiek kon niet worden aangemaakt." +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Dataset %(name)s bestaat al" -#: superset/charts/commands/exceptions.py:119 -msgid "Chart could not be updated." -msgstr "De grafiek kon niet worden bijgewerkt." +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" -#: superset/charts/commands/exceptions.py:123 -msgid "Chart could not be deleted." -msgstr "Grafiek kon niet worden verwijderd." +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "" -#: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:151 -#: superset/dashboards/commands/exceptions.py:62 -#: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 -msgid "There are associated alerts or reports" -msgstr "Er zijn geassocieerde waarschuwingen of rapporten" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" +"Een set parameters die beschikbaar worden in de query met behulp van " +"Jinja templating syntax" -#: superset/charts/commands/exceptions.py:131 -msgid "You don't have access to this chart." +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." msgstr "" -#: superset/charts/commands/exceptions.py:135 -msgid "Changing this chart is forbidden" -msgstr "Het is verboden deze grafiek te wijzigen" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +msgid "" +"A time series chart that visualizes how a related metric from multiple " +"groups vary over time. Each group is visualized using a different color." +msgstr "" -#: superset/charts/commands/exceptions.py:139 -msgid "Charts could not be deleted." -msgstr "Grafieken konden niet worden verwijderd." +#: superset/reports/commands/exceptions.py:228 +msgid "A timeout occurred while executing the query." +msgstr "Er is een time-out opgetreden tijdens het uitvoeren van de query." -#: superset/charts/commands/exceptions.py:155 -msgid "Import chart failed for an unknown reason" -msgstr "Import grafiek mislukt om een onbekende reden" +#: superset/reports/commands/exceptions.py:238 +msgid "A timeout occurred while generating a csv." +msgstr "Er is een time-out opgetreden tijdens het genereren van een csv." -#: superset/charts/data/api.py:123 -msgid "Chart has no query context saved. Please save the chart again." +#: superset/reports/commands/exceptions.py:243 +msgid "A timeout occurred while generating a dataframe." msgstr "" -#: superset/charts/data/api.py:143 superset/charts/data/api.py:231 -#: superset/charts/data/api.py:297 -#, python-format -msgid "Request is incorrect: %(error)s" -msgstr "Verzoek is onjuist: %(error)s" +#: superset/reports/commands/exceptions.py:233 +msgid "A timeout occurred while taking a screenshot." +msgstr "Er is een time-out opgetreden tijdens het maken van een screenshot." -#: superset/charts/data/api.py:220 -msgid "Request is not JSON" -msgstr "Verzoek is geen JSON" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 +msgid "A valid color scheme is required" +msgstr "Een geldig kleurenschema is vereist" -#: superset/charts/data/api.py:354 -msgid "Empty query result" -msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 +msgid "APPLY" +msgstr "TOEPASSEN" -#: superset/commands/exceptions.py:105 -#: superset/datasets/commands/exceptions.py:144 -msgid "Owners are invalid" -msgstr "Eigenaren zijn ongeldig" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 +msgid "APR" +msgstr "APR" -#: superset/commands/exceptions.py:112 -msgid "Some roles do not exist" -msgstr "Sommige rollen bestaan niet" +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 +msgid "AQE" +msgstr "AQE" -#: superset/commands/exceptions.py:119 -#: superset/datasets/commands/exceptions.py:149 -msgid "Dataset does not exist" -msgstr "Dataset bestaat niet" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 +msgid "AUG" +msgstr "AUG" -#: superset/common/query_actions.py:198 -#, python-format -msgid "Invalid result type: %(result_type)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" msgstr "" -#: superset/common/query_context_processor.py:461 -msgid "The chart does not exist" -msgstr "De grafiek bestaat niet" - -#: superset/common/query_object.py:290 -#, python-format -msgid "" -"Duplicate column/metric labels: %(labels)s. Please make sure all columns " -"and metrics have a unique label." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" msgstr "" -#: superset/common/query_object.py:310 -#, python-format -msgid "" -"The following entries in `series_columns` are missing in `columns`: " -"%(columns)s. " -msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:492 +msgid "About" +msgstr "Over" -#: superset/common/query_object.py:404 -msgid "`operation` property of post processing object undefined" -msgstr "`operation` eigenschap van post processing object ongedefinieerd" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 +msgid "Access" +msgstr "Toegang" -#: superset/common/query_object.py:408 -#, python-format -msgid "Unsupported post processing operation: %(operation)s" -msgstr "Niet-ondersteunde nabewerking: %(operation)s" +#: superset/initialization/__init__.py:431 +msgid "Access requests" +msgstr "Toegangsverzoeken" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "Nieuwe databron toevoegen [{}]" - -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "Vernieuwen datasource [{}]" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" -#: superset/connectors/druid/models.py:1070 -msgid "Metric(s) {} must be aggregations." -msgstr "Meeteenheid(en) {} moeten aggregaties zijn." +#: superset/views/core.py:317 +msgid "Access was requested" +msgstr "Toegang werd gevraagd" -#: superset/connectors/druid/models.py:1490 -msgid "Unsupported extraction function: " -msgstr "Niet ondersteunde extractie functie: " +#: superset/views/log/__init__.py:31 +msgid "Action" +msgstr "Actie" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:216 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1252 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:319 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset-frontend/src/explore/fixtures.tsx:94 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 -msgid "Columns" -msgstr "Kolommen" +#: superset/initialization/__init__.py:393 +msgid "Action Log" +msgstr "Actie Log" -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Druid kolom tonen" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 +msgid "Actions" +msgstr "Acties" -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Druid kolom toevoegen" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 +msgid "Active" +msgstr "Actief" -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Druid kolom bewerken" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Nul waarden" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:309 -#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:113 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:231 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 -msgid "Column" -msgstr "Kolom" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 +msgid "Actual time range" +msgstr "Reële tijdspanne" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:289 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:467 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 -msgid "Type" -msgstr "Type" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Nul waarden" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:159 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 -msgid "Datasource" -msgstr "Gegevensbron" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Nul waarden" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 -msgid "Groupable" -msgstr "Groepeerbaar" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" +msgstr "" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 -msgid "Filterable" -msgstr "Filterbaar" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" +msgstr "Voeg toe" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +msgid "Add Alert" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:139 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:283 -#: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 -msgid "Metrics" -msgstr "Meeteenheden" +#: superset/views/css_templates.py:40 +msgid "Add CSS Template" +msgstr "Voeg CSS Template toe" -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Toon Druid meeteenheid" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Voeg Druid meeteenheid toe" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Bewerk Druid meeteenheid" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:154 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1084 -#: superset-frontend/src/explore/controls.jsx:167 -#: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 -msgid "Metric" -msgstr "Meeteenheid" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 +msgid "Add CSS template" +msgstr "Voeg CSS template toe" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:136 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:228 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:232 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:740 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1093 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1097 -#: superset-frontend/src/components/ReportModal/index.tsx:358 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:248 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1118 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1124 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 -msgid "Description" -msgstr "Omschrijving" +#: superset/views/chart/mixin.py:27 +msgid "Add Chart" +msgstr "Voeg grafiek toe" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 -msgid "Verbose Name" -msgstr "Verklarende naam" +#: superset/connectors/sqla/views.py:74 +msgid "Add Column" +msgstr "Kolom toevoegen" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:983 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 -msgid "JSON" -msgstr "JSON" +#: superset/views/dashboard/mixin.py:26 +msgid "Add Dashboard" +msgstr "Voeg Dashboard toe" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Druid Databron" +#: superset/views/database/mixins.py:35 +msgid "Add Database" +msgstr "Voeg Database toe" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 -msgid "Warning Message" -msgstr "Waarschuwing" +#: superset/views/log/__init__.py:23 +msgid "Add Log" +msgstr "Voeg Log toe" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:472 -msgid "Druid Clusters" -msgstr "Druid Clusters" +#: superset/connectors/sqla/views.py:209 +msgid "Add Metric" +msgstr "Voeg meeteenheid toe" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Toon Druid Cluster" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 +msgid "Add Report" +msgstr "" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Voeg Druid Cluster toe" +#: superset/connectors/sqla/views.py:292 +msgid "Add Row level security filter" +msgstr "Voeg beveiligingsfilter op rijniveau toe" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Bewerk Druid Cluster" +#: superset/views/sql_lab/views.py:54 +msgid "Add Saved Query" +msgstr "Voeg Opgeslagen Query toe" -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "Cluster Naam" +#: superset/views/dynamic_plugins.py:60 +msgid "Add a Plugin" +msgstr "Voeg een Plugin toe" -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Broker gastheer" +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Voeg dataset toe" -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Broker Poort" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Zoekopdracht in een nieuw tabblad" -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Broker Gebruikersnaam" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Broker Wachtwoord" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +msgid "Add additional custom parameters" +msgstr "" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Broker Eindpunt" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Aantekeningenlaag toevoegen" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 -msgid "Cache Timeout" -msgstr "Cache Timeout" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +msgid "Add an item" +msgstr "Voeg een item toe" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "Laatst bijgewerkte metadata" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +msgid "Add annotation" +msgstr "Aantekening toevoegen" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 +msgid "Add annotation layer" +msgstr "Aantekeningenlaag toevoegen" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:463 -msgid "Druid Datasources" -msgstr "Druid Databronnen" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Filter toevoegen" -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Toon Druid Databron" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 +msgid "Add delivery method" +msgstr "Leveringswijze toevoegen" -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Voeg Druid Databron toe" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Bijkomende informatie" -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Bewerk Druid Databron" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" +msgstr "Filter toevoegen" -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 msgid "" -"The list of charts associated with this table. By altering this " -"datasource, you may change how these associated charts behave. Also note " -"that charts need to point to a datasource, so this form will fail at " -"saving if removing charts from a datasource. If you want to change the " -"datasource for a chart, overwrite the chart from the 'explore view'" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Tijdzone-offset (in uren) voor deze databron" - -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" -msgstr "" +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 +msgid "Add item" +msgstr "Voeg item toe" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" +msgstr "Meeteenheid toevoegen" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" msgstr "" -"Gaat naar dit eindpunt wanneer op de databron in de databron-lijst wordt " -"geklikt" -#: superset/connectors/druid/views.py:334 -msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 -msgid "Associated Charts" -msgstr "Gerelateerde grafieken" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" +msgstr "" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Data bron" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 +msgid "Add notification method" +msgstr "Meldingsmethode toevoegen" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Cluster" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:447 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:351 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:398 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:401 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:173 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1097 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1102 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:336 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:335 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 -msgid "Owners" -msgstr "Eigenaars" +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "Is verborgen" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 -msgid "Enable Filter Select" -msgstr "Inschakelen Filter Keuze" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 +msgid "Add sheet" +msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 -msgid "Default Endpoint" -msgstr "Standaard eindpunt" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "Het id van de actieve grafiek" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Tijd Offset" +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Opslaan en naar dashboard gaan" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "Databron Naam" +#: superset-frontend/src/explore/components/SaveModal.tsx:351 +msgid "Add to dashboard" +msgstr "Toevoegen aan het dashboard" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "Waarden ophalen uit" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" +msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" +msgstr "Toegevoegd" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Toevoegen aan het dashboard" +msgstr[1] "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 +msgid "Additional Parameters" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 +msgid "Additional information" +msgstr "Bijkomende informatie" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 +msgid "Additional metadata" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 +msgid "Additional padding for legend." +msgstr "" + +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 +msgid "Additional parameters" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +msgid "Additional settings." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 +msgid "Additional text to add before or after the value, e.g. unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +msgid "Additive" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 +msgid "Advanced" +msgstr "Geavanceerd" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 +msgid "Advanced Analytics" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Geladen gegevens in de cache" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 +msgid "Advanced analytics" +msgstr "Geavanceerde analytics" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Geavanceerde analytics" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Geavanceerde analytics" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Geladen gegevens in de cache" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "Advanced-Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 +msgid "After" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 +msgid "Aggregate" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 +msgid "Aggregate Mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 +msgid "Aggregate Sum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 +msgid "Aggregation function" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "Waarschuwing" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 +msgid "Alert Triggered, In Grace Period" +msgstr "Waarschuwing geactiveerd, in grace periode" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 +msgid "Alert condition" +msgstr "Naam waarschuwingsconditie" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 +msgid "Alert condition schedule" +msgstr "Waarschuwing conditie planning" + +#: superset/reports/commands/exceptions.py:253 +msgid "Alert ended grace period." +msgstr "Waarschuwing beëindigd grace period." + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 +msgid "Alert failed" +msgstr "Waarschuwing mislukt" + +#: superset/reports/commands/exceptions.py:248 +msgid "Alert fired during grace period." +msgstr "Waarschuwing afgevuurd tijdens grace period." + +#: superset/reports/commands/exceptions.py:223 +msgid "Alert found an error while executing a query." +msgstr "Alert heeft een fout gevonden tijdens het uitvoeren van een query." + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 +msgid "Alert name" +msgstr "Naam van de waarschuwing" + +#: superset/reports/commands/exceptions.py:258 +msgid "Alert on grace period" +msgstr "Waarschuwing tijdens grace period" + +#: superset/reports/commands/exceptions.py:214 +msgid "Alert query returned a non-number value." +msgstr "Alert query heeft een waarde geretourneerd die geen getal is." + +#: superset/reports/commands/exceptions.py:209 +msgid "Alert query returned more than one column." +msgstr "Alert query heeft meer dan één kolom geretourneerd." + +#: superset/reports/commands/alert.py:109 +#, python-format +msgid "Alert query returned more than one column. %s columns returned" +msgstr "Alert query retourneerde meer dan één kolom. %s kolommen geretourneerd" + +#: superset/reports/commands/exceptions.py:199 +msgid "Alert query returned more than one row." +msgstr "Alert query retourneerde meer dan één rij." + +#: superset/reports/commands/alert.py:100 +#, python-format +msgid "Alert query returned more than one row. %s rows returned" +msgstr "Alert query heeft meer dan één rij geretourneerd. %s rijen geretourneerd" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 +msgid "Alert running" +msgstr "Alarm actief" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 +msgid "Alert triggered, notification sent" +msgstr "Alarm geactiveerd, kennisgeving verzonden" + +#: superset/reports/commands/exceptions.py:204 +msgid "Alert validator config error." +msgstr "Waarschuwing validator configuratiefout." + +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 +msgid "Alerts" +msgstr "Waarschuwingen" + +#: superset/initialization/__init__.py:410 +msgid "Alerts & Reports" +msgstr "Waarschuwingen en rapporten" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 +msgid "Alerts & reports" +msgstr "Waarschuwingen & rapporten" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +msgid "Align +/-" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 +msgid "All" +msgstr "Alle" + +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Alle filters" + +#: superset/annotation_layers/annotations/filters.py:28 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 +#: superset/css_templates/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 +msgid "All Text" +msgstr "Alle tekst" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 +msgid "All charts" +msgstr "Alle grafieken" + +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" +msgstr "Alle filters" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 +#, python-format +msgid "All filters (%(filterCount)d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 +msgid "All panels" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 +msgid "All panels with this column will be affected by this filter" +msgstr "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 +msgid "Allow CREATE TABLE AS" +msgstr "Sta CREATE TABLE AS toe" + +#: superset/views/database/mixins.py:112 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "Sta de CREATE TABLE AS optie toe in SQL Lab" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 +msgid "Allow CREATE VIEW AS" +msgstr "Sta CREATE VIEW AS toe" + +#: superset/views/database/mixins.py:113 +msgid "Allow CREATE VIEW AS option in SQL Lab" +msgstr "Sta de CREATE VIEW AS optie toe in SQL Lab" + +#: superset/views/database/mixins.py:198 +msgid "Allow Csv Upload" +msgstr "Csv upload toestaan" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 +msgid "Allow DML" +msgstr "DML toestaan" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 +msgid "Allow creation of new tables based on queries" +msgstr "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 +msgid "Allow creation of new views based on queries" +msgstr "Aanmaken van nieuwe views gebaseerd op queries toestaan" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 +msgid "Allow data manipulation language" +msgstr "Sta data manipulatie taal toe" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "Selecteer een Excel-bestand dat moet worden geüpload naar een database." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 +msgid "" +"Allow manipulation of the database using non-SELECT statements such as " +"UPDATE, DELETE, CREATE, etc." +msgstr "" +"Sta manipulatie van de database toe met niet-SELECT statements zoals " +"UPDATE, DELETE, CREATE, enz." + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 +msgid "Allow multiple selections" +msgstr "Meerdere selecties toestaan" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 +msgid "Allow node selections" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 +msgid "Allow this database to be explored" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 +msgid "Allow this database to be queried in SQL Lab" +msgstr "Sta toe dat deze database wordt opgevraagd in SQL Lab" + +#: superset/views/database/mixins.py:114 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 +msgid "Alphabetical" +msgstr "Alfabetisch" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +msgid "" +"Also known as a box and whisker plot, this visualization compares the " +"distributions of a related metric across multiple groups. The box in the " +"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " +"around each box visualize the min, max, range, and outer 2 quartiles." +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 +msgid "Altered" +msgstr "Gewijzigd" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Er is een fout opgetreden" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Dataset %(name)s bestaat al" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 +msgid "" +"An enclosed time range (both start and end) must be specified when using " +"a Time Comparison." +msgstr "" + +#: superset/databases/schemas.py:285 +msgid "" +"An engine must be specified when passing individual parameters to a " +"database." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 +msgid "An error has occurred" +msgstr "Er is een fout opgetreden" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 +msgid "An error occurred" +msgstr "Er is een fout opgetreden" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 +msgid "An error occurred saving dataset" +msgstr "Er is een fout opgetreden bij het opslaan van dataset" + +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 +msgid "An error occurred while accessing the value." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. " +"Neem contact op met uw beheerder." + +#: superset-frontend/src/views/CRUD/hooks.ts:304 +#, python-format +msgid "An error occurred while creating %ss: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 +msgid "An error occurred while creating the data source" +msgstr "Er is een fout opgetreden bij het aanmaken van de gegevensbron" + +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 +msgid "An error occurred while creating the value." +msgstr "" + +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +msgid "An error occurred while deleting the value." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 +msgid "" +"An error occurred while expanding the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. " +"Neem contact op met uw beheerder." + +#: superset-frontend/src/views/CRUD/hooks.ts:106 +#, python-format +msgid "An error occurred while fetching %s info: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 +#, python-format +msgid "An error occurred while fetching %ss: %s" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 +msgid "An error occurred while fetching available CSS templates" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van beschikbare CSS " +"templates" + +#: superset-frontend/src/pages/ChartList/index.tsx:641 +#, python-format +msgid "An error occurred while fetching chart created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door" +" waarden: %s" + +#: superset-frontend/src/pages/ChartList/index.tsx:619 +#, python-format +msgid "An error occurred while fetching chart owners values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars " +"waarden: %s" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 +#, python-format +msgid "An error occurred while fetching created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden:" +" %s" + +#: superset-frontend/src/pages/DashboardList/index.tsx:556 +#, python-format +msgid "An error occurred while fetching dashboard created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door " +"waarden: %s" + +#: superset-frontend/src/pages/DashboardList/index.tsx:534 +#, python-format +msgid "An error occurred while fetching dashboard owner values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar " +"waarden: %s" + +#: superset-frontend/src/pages/ChartList/index.tsx:299 +msgid "An error occurred while fetching dashboards" +msgstr "" + +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 +#, python-format +msgid "An error occurred while fetching dashboards: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 +#, python-format +msgid "An error occurred while fetching database related data: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van databasegerelateerde " +"gegevens: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 +#, python-format +msgid "An error occurred while fetching database values: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 +#, python-format +msgid "An error occurred while fetching dataset datasource values: %s" +msgstr "" +"Er is een fout opgetreden bij het ophalen van dataset datasource waarden:" +" %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:510 +#, python-format +msgid "An error occurred while fetching dataset owner values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van" +" de dataset: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:222 +msgid "An error occurred while fetching dataset related data" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde " +"gegevens" + +#: superset-frontend/src/pages/DatasetList/index.tsx:242 +#, python-format +msgid "An error occurred while fetching dataset related data: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van gegevens over de " +"dataset: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:530 +#, python-format +msgid "An error occurred while fetching datasets: %s" +msgstr "Er is een fout opgetreden bij het ophalen van datasets: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 +msgid "An error occurred while fetching function names." +msgstr "Er is een fout opgetreden bij het ophalen van functienamen." + +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars " +"waarden: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 +#, python-format +msgid "An error occurred while fetching schema values: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 +msgid "An error occurred while fetching tab state" +msgstr "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 +msgid "An error occurred while fetching table metadata" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " +"tabel" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " +"tabel. Neem contact op met uw beheerder." + +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden:" +" %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 +#, python-format +msgid "An error occurred while fetching user values: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 +msgid "" +"An error occurred while hiding the left bar. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 +#, python-format +msgid "An error occurred while importing %s: %s" +msgstr "" + +#: superset-frontend/src/components/Chart/chartAction.js:579 +msgid "An error occurred while loading the SQL" +msgstr "Er is een fout opgetreden bij het laden van de SQL" + +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "" + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Er is een fout opgetreden bij het laden van de SQL" + +#: superset/reports/commands/exceptions.py:286 +msgid "An error occurred while pruning logs " +msgstr "Er is een fout opgetreden tijdens opschonen van de logbestanden " + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +msgid "An error occurred while removing query. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 +msgid "An error occurred while removing tab. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 +msgid "" +"An error occurred while removing the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het verwijderen van het tabelschema. " +"Neem contact op met uw beheerder." + +#: superset-frontend/src/components/Chart/chartReducer.ts:96 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 +msgid "" +"An error occurred while setting the active tab. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem" +" contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 +msgid "" +"An error occurred while setting the tab autorun. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem" +" contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 +msgid "" +"An error occurred while setting the tab database ID. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van de database-ID van het " +"tabblad. Neem contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van de tabbladtitel. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 +msgid "" +"An error occurred while setting the tab schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het tabblad schema. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 +msgid "" +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." +msgstr "" + +#: superset-frontend/src/explore/actions/exploreActions.ts:89 +msgid "An error occurred while starring this chart" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 +msgid "" +"An error occurred while storing the latest query id in the backend. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 +msgid "" +"An error occurred while storing your query in the backend. To avoid " +"losing your changes, please save your query using the \"Save Query\" " +"button." +msgstr "" + +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 +msgid "An error occurred while updating the value." +msgstr "" + +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "Er is een fout opgetreden" + +#: superset/views/core.py:734 +msgid "An unknown error occurred. Please contact your Superset administrator" +msgstr "" +"Er is een onbekende fout opgetreden. Neem contact op met uw Superset-" +"beheerder" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +msgid "Anchor to" +msgstr "Veranker naar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 +msgid "Angle at which to end progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 +msgid "Angle at which to start progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 +msgid "Animation" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 +msgid "Annotation" +msgstr "Aantekening" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Aantekeningenlagen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 +msgid "Annotation Layers" +msgstr "Aantekeningen Lagen" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 +msgid "Annotation Slice Configuration" +msgstr "Configuratie van Aantekening sectie" + +#: superset/annotation_layers/annotations/commands/exceptions.py:64 +msgid "Annotation could not be created." +msgstr "Aantekening kon niet worden aangemaakt." + +#: superset/annotation_layers/annotations/commands/exceptions.py:68 +msgid "Annotation could not be updated." +msgstr "Aantekening kon niet worden bijgewerkt." + +#: superset/annotation_layers/annotations/commands/exceptions.py:72 +msgid "Annotation delete failed." +msgstr "Aantekening verwijderen mislukt." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 +msgid "Annotation layer" +msgstr "Aantekeningenlaag" + +#: superset/annotation_layers/commands/exceptions.py:37 +msgid "Annotation layer could not be created." +msgstr "Aantekeningenlaag kon niet worden aangemaakt." + +#: superset/annotation_layers/commands/exceptions.py:33 +msgid "Annotation layer could not be deleted." +msgstr "Aantekeningenlaag kon niet worden verwijderd." + +#: superset/annotation_layers/commands/exceptions.py:41 +msgid "Annotation layer could not be updated." +msgstr "Aantekeningenlaag kon niet worden bijgewerkt." + +#: superset/annotation_layers/commands/exceptions.py:49 +msgid "Annotation layer delete failed." +msgstr "Het verwijderen van de Aantekeningenlaag is mislukt." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 +msgid "Annotation layer description columns" +msgstr "" + +#: superset/annotation_layers/commands/exceptions.py:53 +#: superset/annotation_layers/commands/exceptions.py:57 +msgid "Annotation layer has associated annotations." +msgstr "Aantekeningenlaag heeft bijbehorende aantekeningen." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 +msgid "Annotation layer interval end" +msgstr "" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 +msgid "Annotation layer name" +msgstr "Naam aantekeningenlaag" + +#: superset/annotation_layers/commands/exceptions.py:45 +msgid "Annotation layer not found." +msgstr "Aantekeningenlaag niet gevonden." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 +msgid "Annotation layer opacity" +msgstr "" + +#: superset/annotation_layers/commands/exceptions.py:29 +msgid "Annotation layer parameters are invalid." +msgstr "De parameters van de aantekeningenlaag zijn ongeldig." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 +msgid "Annotation layer stroke" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 +msgid "Annotation layer time column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 +msgid "Annotation layer title column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 +msgid "Annotation layer type" +msgstr "Type aantekeningenlaag" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 +msgid "Annotation layer value" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 +msgid "Annotation layers" +msgstr "Aantekeningenlagen" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 +msgid "Annotation layers are still loading." +msgstr "Aantekening lagen worden nog steeds geladen." + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 +msgid "Annotation name" +msgstr "Naam van de aantekening" + +#: superset/annotation_layers/annotations/commands/exceptions.py:56 +msgid "Annotation not found." +msgstr "Aantekening niet gevonden." + +#: superset/annotation_layers/annotations/commands/exceptions.py:60 +msgid "Annotation parameters are invalid." +msgstr "Aantekening parameters zijn ongeldig." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "aantekening" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 +msgid "Annotation source type" +msgstr "" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 +msgid "Annotations and Layers" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 +msgid "Annotations and layers" +msgstr "Aantekeningen en lagen" + +#: superset/annotation_layers/annotations/commands/exceptions.py:52 +msgid "Annotations could not be deleted." +msgstr "Aantekeningen konden niet worden verwijderd." + +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 +msgid "Any" +msgstr "Elke" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 +msgid "Any additional detail to show in the certification tooltip." +msgstr "" + +#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +msgid "" +"Any color palette selected here will override the colors applied to this " +"dashboard's individual charts" +msgstr "" +"Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven" +" die worden toegepast op de individuele grafieken van dit dashboard" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 +msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " +"Learn about how to connect a database driver " +msgstr "" + +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 +msgid "Append" +msgstr "Voeg toe" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" +msgstr "Toegepaste dwarsfilters (%d)" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "Toegepaste filters (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "Toegepaste filters (%d)" + +#: superset/viz.py:246 +msgid "" +"Applied rolling window did not return any data. Please make sure the " +"source query satisfies the minimum periods defined in the rolling window." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 +msgid "Apply" +msgstr "Toepassen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 +msgid "Apply conditional color formatting to metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 +msgid "Apply conditional color formatting to numeric columns" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 +msgid "Apply metrics on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 +msgid "Apply to all panels" +msgstr "Toepassen op alle panelen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +msgid "Apply to specific panels" +msgstr "Toepassen op specifieke panelen" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 +msgid "April" +msgstr "April" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" +msgstr "Weet je zeker dat je wilt annuleren?" + +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 +msgid "Are you sure you want to delete" +msgstr "Weet je zeker dat je wilt verwijderen" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "Weet je zeker dat je wilt verwijderen" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 +#, python-format +msgid "Are you sure you want to delete the selected %s?" +msgstr "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 +msgid "Are you sure you want to delete the selected annotations?" +msgstr "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + +#: superset-frontend/src/pages/ChartList/index.tsx:838 +msgid "Are you sure you want to delete the selected charts?" +msgstr "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" + +#: superset-frontend/src/pages/DashboardList/index.tsx:702 +msgid "Are you sure you want to delete the selected dashboards?" +msgstr "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + +#: superset-frontend/src/pages/DatasetList/index.tsx:741 +msgid "Are you sure you want to delete the selected datasets?" +msgstr "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 +msgid "Are you sure you want to delete the selected layers?" +msgstr "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 +msgid "Are you sure you want to delete the selected queries?" +msgstr "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 +msgid "Are you sure you want to delete the selected templates?" +msgstr "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 +msgid "Are you sure you want to proceed?" +msgstr "Weet je zeker dat je door wilt gaan?" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 +msgid "Are you sure you want to save and apply changes?" +msgstr "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 +msgid "Area Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +msgid "Area Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 +msgid "Area chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 +msgid "Area chart opacity" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 +msgid "Arrow" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "Dataset parameters zijn ongeldig." + +#: superset/connectors/sqla/views.py:476 +msgid "Associated Charts" +msgstr "Gerelateerde grafieken" + +#: superset/views/database/mixins.py:196 +msgid "Async Execution" +msgstr "Async uitvoering" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 +msgid "Asynchronous query execution" +msgstr "Asynchrone uitvoering van query’s" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 +msgid "August" +msgstr "Augustus" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "op" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 +msgid "Autocomplete" +msgstr "Autocomplete" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 +msgid "Autocomplete filters" +msgstr "Autocomplete filters" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 +msgid "Autocomplete query predicate" +msgstr "Autocomplete query predicaat" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 +msgid "Available sorting modes:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Beheer" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Uitgestuurde waarden" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 +msgid "Axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Y-as Formaat" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "Titel tabblad" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 +msgid "Axis ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 +msgid "Axis descending" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 +msgid "Back" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 +msgid "Backend" +msgstr "Backend" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "" + +#: superset/viz.py:2509 superset/viz.py:2545 +msgid "Bad spatial key" +msgstr "Ongeldige ruimtelijke sleutel" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 +msgid "Bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +msgid "Bar Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 +msgid "Bar Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "aantekening" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 +msgid "Base layer map style" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 +msgid "Based on a metric" +msgstr "Gebaseerd op een meeteenheid" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 +msgid "Based on granularity, number of time periods to compare against" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 +msgid "Basic" +msgstr "Berekende kolom [%s] vereist een uitdrukking" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 +msgid "Basic information" +msgstr "Basis informatie" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 +#, python-format +msgid "Batch editing %d filters:" +msgstr "Batchbewerking %d filters:" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 +msgid "Be careful." +msgstr "Pas op." + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 +msgid "Before" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 +msgid "Big Number" +msgstr "Groot Getal" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 +msgid "Big Number Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 +msgid "Big Number with Trendline" +msgstr "Groot getal met trendlijn" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 +msgid "Bottom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 +msgid "Bottom Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 +msgid "Bottom margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 +msgid "Bottom to Top" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 +msgid "" +"Bounds for the Y-axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 +msgid "Box Plot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 +msgid "Breakdowns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 +msgid "Bubble Chart" +msgstr "Bubbelgrafiek" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 +msgid "Bubble Color" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 +msgid "Bubble Size" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:415 +msgid "Bubble size" +msgstr "Bubbelgrootte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +#, fuzzy +msgid "Build" +msgstr "Herbouw" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 +msgid "Bulk select" +msgstr "Selecteer in bulk" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 +msgid "Bullet Chart" +msgstr "Kogel diagram" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +msgid "Business" +msgstr "" + +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +msgid "" +"By default, each filter loads at most 1000 choices at the initial page " +"load. Check this box if you have more than 1000 filter values and want to" +" enable dynamically searching that loads filter values as users type (may" +" add stress to your database)." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 +msgid "By key: use column names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 +msgid "By key: use row names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 +msgid "By value: use metric values as sorting key" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 +msgid "CANCEL" +msgstr "ANNULEER" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Wijzig dataset" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 +msgid "CREATE TABLE AS" +msgstr "CREATE TABLE AS" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 +msgid "CREATE VIEW AS" +msgstr "CREATE VIEW AS" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 +msgid "CREATE VIEW statement" +msgstr "CREATE VIEW statement" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Rapportageplanning" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 +msgid "CRON expression" +msgstr "CRON expressie" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 +msgid "CSS" +msgstr "CSS" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 +msgid "CSS Templates" +msgstr "CSS-sjablonen" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 +msgid "CSS template" +msgstr "CSS template" + +#: superset/css_templates/commands/exceptions.py:23 +msgid "CSS template could not be deleted." +msgstr "CSS sjabloon kon niet worden verwijderd." + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 +msgid "CSS template name" +msgstr "CSS template naam" + +#: superset/css_templates/commands/exceptions.py:27 +msgid "CSS template not found." +msgstr "CSS sjabloon niet gevonden." + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 +msgid "CSS templates" +msgstr "CSS templates" + +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "CSV upload" + +#: superset/views/database/views.py:287 +#, python-format +msgid "" +"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" +msgstr "" +"CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in " +"database “%(db_name)s”" + +#: superset/views/database/views.py:160 +msgid "CSV to Database configuration" +msgstr "CSV naar Database configuratie" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 +msgid "CSV upload" +msgstr "CSV upload" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 +msgid "CTAS & CVAS SCHEMA" +msgstr "CTAS & CVAS SCHEMA" + +#: superset/sql_lab.py:440 +msgid "" +"CTAS (create table as select) can only be run with a query where the last" +" statement is a SELECT. Please make sure your query has a SELECT as its " +"last statement. Then, try running your query again." +msgstr "" + +#: superset/views/database/mixins.py:187 +msgid "CTAS Schema" +msgstr "CTAS Schema" + +#: superset/sql_lab.py:457 +msgid "" +"CVAS (create view as select) can only be run with a query with a single " +"SELECT statement. Please make sure your query has only a SELECT " +"statement. Then, try running your query again." +msgstr "" + +#: superset/errors.py:129 +msgid "CVAS (create view as select) query has more than one statement." +msgstr "" + +#: superset/errors.py:130 +msgid "CVAS (create view as select) query is not a SELECT statement." +msgstr "" + +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 +msgid "Cache Timeout" +msgstr "Cache Timeout" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 +msgid "Cache Timeout (seconds)" +msgstr "Cache Timeout (seconden)" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 +msgid "Cache timeout" +msgstr "Cache timeout" + +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +#, fuzzy +msgid "Cached" +msgstr "cached" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 +#, python-format +msgid "Cached %s" +msgstr "Cached %s" + +#: superset/viz.py:562 +msgid "Cached value not found" +msgstr "Cached waarde niet gevonden" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 +#, python-format +msgid "Calculated column [%s] requires an expression" +msgstr "Berekende kolom [%s] vereist een uitdrukking" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 +msgid "Calculated columns" +msgstr "Berekende kolommen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 +msgid "Calculation type" +msgstr "Soort berekening" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 +msgid "Calendar Heatmap" +msgstr "Kalender Heatmap" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 +msgid "Can not move top level tab into nested tabs" +msgstr "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "" + +#: superset/viz.py:1810 +msgid "Can't have overlap between Series and Breakdowns" +msgstr "Overlapping tussen Series en Breakdowns is niet mogelijk" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 +#: superset/templates/superset/request_access.html:34 +msgid "Cancel" +msgstr "Annuleer" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 +msgid "Cancel query on window unload event" +msgstr "" + +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "" + +#: superset/databases/commands/exceptions.py:111 +msgid "Cannot delete a database that has datasets attached" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 +#, python-format +msgid "" +"Cannot import dashboard: %(db_error)s.\n" +"Make sure to create the database before importing the dashboard." +msgstr "" +"Kan dashboard niet importeren: %(db_error)s.\n" +"Zorg ervoor dat u de database aanmaakt voordat u het dashboard importeert." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 +msgid "Cannot load filter" +msgstr "Kan filter niet laden" + +#: superset/charts/commands/exceptions.py:51 +#, python-format +msgid "Cannot parse time string [%(human_readable)s]" +msgstr "Kan tijdstring [%(human_readable)s] niet parsen" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 +msgid "Categories to group by on the x-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 +msgid "Category" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Query naam" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Query naam" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 +msgid "Category of target nodes" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 +msgid "Cell Padding" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 +msgid "Cell Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 +msgid "Cell Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 +msgid "Cell bars" +msgstr "" + +#: superset-frontend/src/components/FilterableTable/index.tsx:431 +msgid "Cell content" +msgstr "Cel inhoud" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 +msgid "Center" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "Ongeldige longitude/latitude" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 +msgid "Certification" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 +msgid "Certification details" +msgstr "Details certificering" + +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 +msgid "Certified" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 +msgid "Certified By" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 +msgid "Certified by" +msgstr "Gecertificeerd door" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 +#, python-format +msgid "Certified by %s" +msgstr "Gecertificeerd door %s" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 +msgid "Change order of columns." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +msgid "Change order of rows." +msgstr "" + +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Gewijzigd door" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:314 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:310 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:360 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:198 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 -msgid "Modified" -msgstr "Gewijzigd" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" +msgstr "Gewijzigd op" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 +msgid "" +"Changing the dataset may break the chart if the chart relies on columns " +"or metadata that does not exist in the target dataset" +msgstr "" +"Het wijzigen van de dataset kan de grafiek breken indien de grafiek " +"steunt op kolommen of metadata die niet bestaan in de doel-dataset" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 +msgid "" +"Changing these settings will affect all charts using this dataset, " +"including charts owned by other people." +msgstr "" + +#: superset/dashboards/commands/exceptions.py:78 +msgid "Changing this Dashboard is forbidden" +msgstr "Het is verboden dit dashboard te veranderen" + +#: superset/charts/commands/exceptions.py:135 +msgid "Changing this chart is forbidden" +msgstr "Het is verboden deze grafiek te wijzigen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 +msgid "Changing this control takes effect instantly" +msgstr "Het veranderen van deze controleknop heeft onmiddellijk effect" + +#: superset/datasets/commands/exceptions.py:181 +msgid "Changing this dataset is forbidden" +msgstr "Veranderen van deze dataset is verboden" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "Vernieuwde metadata van cluster [{}]" +#: superset/datasets/columns/commands/exceptions.py:31 +#: superset/datasets/metrics/commands/exceptions.py:31 +msgid "Changing this dataset is forbidden." +msgstr "Het is verboden deze dataset te wijzigen." -#: superset/connectors/sqla/models.py:747 -#, python-format -msgid "Error in jinja expression in fetch values predicate: %(msg)s" -msgstr "Fout in jinja expressie in fetch values predicate: %(msg)s" +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "Veranderen van deze dataset is verboden" -#: superset/connectors/sqla/models.py:832 -msgid "Virtual dataset query must be read-only" -msgstr "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" +msgstr "Het is verboden dit rapport te wijzigen" + +#: superset/views/database/forms.py:196 +#, fuzzy +msgid "Character to interpret as decimal point" +msgstr "Teken te interpreteren als decimaalteken." + +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "Teken te interpreteren als decimaalteken." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 +msgid "Chart" +msgstr "Grafiek" -#: superset/connectors/sqla/models.py:857 +#: superset/views/core.py:1727 #, python-format -msgid "Error while rendering virtual dataset query: %(msg)s" -msgstr "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" +msgid "Chart %(id)s not found" +msgstr "Grafiek %(id)s niet gevonden" -#: superset/connectors/sqla/models.py:864 superset/connectors/sqla/utils.py:83 -msgid "Virtual dataset query cannot be empty" -msgstr "Query virtuele dataset kan niet leeg zijn" +#: superset/views/database/mixins.py:192 +msgid "Chart Cache Timeout" +msgstr "Cache time-out" -#: superset/connectors/sqla/models.py:867 -msgid "Virtual dataset query cannot consist of multiple statements" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Laatst bijgewerkt %s" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +msgid "Chart ID" +msgstr "Grafiek ID" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 +msgid "Chart Options" msgstr "" -"Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" -#: superset/connectors/sqla/models.py:1005 -#, python-format -msgid "Error in jinja expression in RLS filters: %(msg)s" -msgstr "Fout in jinja expressie in RLS filters: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 +#, fuzzy, python-format +msgid "Chart Owner: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Eigenaar grafiek: %s" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Data bron" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 +msgid "Chart Title" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "Grafiek [{}] is overschreven" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "Grafiek [{}] is opgeslagen" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "Grafiek [{}] werd toegevoegd aan dashboard [{}]" + +#: superset/views/core.py:1077 +msgid "Chart [{}] has been overwritten" +msgstr "Grafiek [{}] is overschreven" + +#: superset/views/core.py:1073 +msgid "Chart [{}] has been saved" +msgstr "Grafiek [{}] is opgeslagen" -#: superset/connectors/sqla/models.py:1091 +#: superset/views/core.py:1102 +msgid "Chart [{}] was added to dashboard [{}]" +msgstr "Grafiek [{}] werd toegevoegd aan dashboard [{}]" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 +msgid "Chart cache timeout" +msgstr "Grafiek cache timeout" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 +msgid "Chart changes" +msgstr "Veranderingen in de grafiek" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +"Chart component that lets you add a custom filter UI in your dashboard. " +"When added to dashboard, a filter box lets users specify specific values " +"or ranges to filter charts by. The charts that each filter box is applied" +" to can be fine tuned as well in the dashboard view.\n" +"\n" +" Note that this plugin is being replaced with the new Filters feature " +"that lives in the dashboard view itself. It's easier to use and has more " +"capabilities!" msgstr "" -#: superset/connectors/sqla/models.py:1097 -msgid "Empty query?" -msgstr "Lege query?" +#: superset/charts/commands/exceptions.py:115 +msgid "Chart could not be created." +msgstr "Grafiek kon niet worden aangemaakt." -#: superset/connectors/sqla/models.py:1108 -#: superset/connectors/sqla/models.py:1539 -#, python-format -msgid "Metric '%(metric)s' does not exist" -msgstr "Meeteenheid “%(metric)s” bestaat niet" +#: superset/charts/commands/exceptions.py:123 +msgid "Chart could not be deleted." +msgstr "Grafiek kon niet worden verwijderd." -#: superset/connectors/sqla/models.py:1150 -#, python-format -msgid "Unknown column used in orderby: %(col)s" -msgstr "Onbekende kolom gebruikt in orderby: %(col)s" +#: superset/charts/commands/exceptions.py:119 +msgid "Chart could not be updated." +msgstr "De grafiek kon niet worden bijgewerkt." -#: superset/connectors/sqla/models.py:1202 -#, python-format -msgid "Time column \"%(col)s\" does not exist in dataset" -msgstr "Tijdkolom “%(col)s” bestaat niet in dataset" +#: superset/reports/commands/exceptions.py:57 +msgid "Chart does not exist" +msgstr "Grafiek bestaat niet" -#: superset/connectors/sqla/models.py:1307 -msgid "Filter value list cannot be empty" -msgstr "Filterwaardenlijst kan niet leeg zijn" +#: superset/charts/data/api.py:130 +msgid "Chart has no query context saved. Please save the chart again." +msgstr "" -#: superset/connectors/sqla/models.py:1332 -msgid "Must specify a value for filters with comparison operators" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" msgstr "" -"Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" -#: superset/connectors/sqla/models.py:1355 -#, python-format -msgid "Invalid filter operation type: %(op)s" -msgstr "Ongeldig filterwerkingstype: %(op)s" +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "" -#: superset/connectors/sqla/models.py:1366 -#, python-format -msgid "Error in jinja expression in WHERE clause: %(msg)s" -msgstr "Fout in jinja expressie in WHERE clause: %(msg)s" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Laatst gewijzigd" -#: superset/connectors/sqla/models.py:1378 -#, python-format -msgid "Error in jinja expression in HAVING clause: %(msg)s" -msgstr "Fout in jinja expressie in HAVING clausule: %(msg)s" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Laatst gewijzigd door %s" -#: superset/connectors/sqla/models.py:1507 -msgid "Database does not support subqueries" -msgstr "Database ondersteunt geen subquery’s" +#: superset-frontend/src/explore/components/SaveModal.tsx:320 +msgid "Chart name" +msgstr "Grafiek naam" -#: superset/connectors/sqla/models.py:1623 -msgid "Db engine did not return all queried columns" -msgstr "Db engine retourneerde niet alle opgevraagde kolommen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 +msgid "Chart options" +msgstr "" -#: superset/connectors/sqla/utils.py:96 -msgid "Only `SELECT` statements are allowed" -msgstr "Alleen `SELECT` statements zijn toegestaan" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Eigenaar grafiek: %s" -#: superset/connectors/sqla/utils.py:105 -msgid "Only single queries supported" -msgstr "Alleen enkelvoudige query’s worden ondersteund" +#: superset/charts/commands/exceptions.py:111 +msgid "Chart parameters are invalid." +msgstr "Grafiekparameters zijn ongeldig." -#: superset/connectors/sqla/views.py:64 -msgid "Show Column" -msgstr "Toon Kolom" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "" -#: superset/connectors/sqla/views.py:65 -msgid "Add Column" -msgstr "Kolom toevoegen" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Titel tabblad" -#: superset/connectors/sqla/views.py:66 -msgid "Edit Column" -msgstr "Kolom toevoegen" +#: superset-frontend/src/pages/ChartList/index.tsx:652 +msgid "Chart type" +msgstr "Toe grafiek" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "grafiek" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 +msgid "Charts" +msgstr "Grafieken" + +#: superset/charts/commands/exceptions.py:139 +msgid "Charts could not be deleted." +msgstr "Grafieken konden niet worden verwijderd." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 +msgid "Check configuration" +msgstr "Check configuratie" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 +msgid "Check for sorting ascending" +msgstr "Controle op oplopend sorteren" -#: superset/connectors/sqla/views.py:94 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 +msgid "Check out this chart in dashboard:" +msgstr "Kijk naar deze grafiek in het dashboard:" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 +msgid "Check out this chart: " +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 +msgid "Check out this dashboard: " +msgstr "Kijk naar dit dashboard:" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +"Check to apply filters instantly as they change instead of displaying " +"[Apply] button" msgstr "" +"Vink aan om filters onmiddellijk toe te passen als ze veranderen in " +"plaats van de [Toepassen] knop weer te geven" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:296 -#: superset-frontend/src/visualizations/TimeTable/index.ts:25 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 -msgid "Table" -msgstr "Tabel" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 +msgid "Check to force date partitions to have the same height" +msgstr "" -#: superset/connectors/sqla/views.py:149 -msgid "Expression" -msgstr "Expressie" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 +msgid "Check to include time column dropdown" +msgstr "Vink aan om tijdkolom dropdown op te nemen" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 +msgid "Check to include time grain dropdown" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 +msgid "Child label position" +msgstr "" + +#: superset/viz.py:2370 +msgid "Choice of [Label] must be present in [Group By]" +msgstr "Keuze van [Label] moet aanwezig zijn in [Groep door]" + +#: superset/viz.py:2378 +msgid "Choice of [Point Radius] must be present in [Group By]" +msgstr "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 +#: superset/templates/superset/import_dashboards.html:47 +msgid "Choose File" +msgstr "Kies Bestand" + +#: superset/reports/commands/exceptions.py:84 +msgid "Choose a chart or dashboard not both" +msgstr "Kies een grafiek of een dashboard, niet beide" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 +msgid "Choose a database..." +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 +msgid "Choose a dataset" +msgstr "Kies een dataset" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 +msgid "Choose a metric for left axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 +msgid "Choose a metric for right axis" +msgstr "Kies een meeteenheid voor de rechteras" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 +msgid "Choose a number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 +msgid "Choose a source" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 +msgid "Choose a source and a target" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 -#: superset/connectors/sqla/views.py:150 -msgid "Is temporal" -msgstr "Is tijdelijk" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 +msgid "Choose a target" +msgstr "" -#: superset/connectors/sqla/views.py:151 -msgid "Datetime Format" -msgstr "Datumtijd Formaat" +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:41 -msgid "Invalid date/timestamp format" -msgstr "Ongeldig datum/tijdstempel formaat" +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 +msgid "Choose chart type" +msgstr "" -#: superset/connectors/sqla/views.py:213 -msgid "Show Metric" -msgstr "Toon meeteenheid" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" -#: superset/connectors/sqla/views.py:214 -msgid "Add Metric" -msgstr "Voeg meeteenheid toe" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 +msgid "Choose one or more charts for left axis" +msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Edit Metric" -msgstr "Bewerk meeteenheid" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 +msgid "Choose one or more charts for right axis" +msgstr "" -#: superset/connectors/sqla/views.py:259 -msgid "SQL Expression" -msgstr "SQL Expressie" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 +msgid "Choose the annotation layer type" +msgstr "Kies het aantekeningenlaagtype" -#: superset/connectors/sqla/views.py:261 -msgid "D3 Format" -msgstr "D3 Formaat" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:783 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 -msgid "Extra" -msgstr "Extra" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" -#: superset/connectors/sqla/views.py:314 -msgid "Row level security filter" -msgstr "Beveiligingsfilter op rijniveau" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 +msgid "Choose the source of your annotations" +msgstr "" -#: superset/connectors/sqla/views.py:315 -msgid "Show Row level security filter" -msgstr "Toon beveiligingsfilter op rijniveau" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" -#: superset/connectors/sqla/views.py:316 -msgid "Add Row level security filter" -msgstr "Voeg beveiligingsfilter op rijniveau toe" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "" -#: superset/connectors/sqla/views.py:317 -msgid "Edit Row level security filter" -msgstr "Bewerk Rij niveau beveiligingsfilter" +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 +msgid "Chosen non-numeric column" +msgstr "Gekozen niet-numerieke kolom" -#: superset/connectors/sqla/views.py:335 -msgid "" -"Regular filters add where clauses to queries if a user belongs to a role " -"referenced in the filter. Base filters apply filters to all queries " -"except the roles defined in the filter, and can be used to define what " -"users can see if no RLS filters within a filter group apply to them." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 +msgid "Circle" msgstr "" -#: superset/connectors/sqla/views.py:341 -msgid "These are the tables this filter will be applied to." -msgstr "Dit zijn de tabellen waarop dit filter zal worden toegepast." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +msgid "Circle -> Arrow" +msgstr "" -#: superset/connectors/sqla/views.py:342 -msgid "" -"For regular filters, these are the roles this filter will be applied to. " -"For base filters, these are the roles that the filter DOES NOT apply to, " -"e.g. Admin if admin should see all data." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 +msgid "Circle -> Circle" msgstr "" -#: superset/connectors/sqla/views.py:348 -msgid "" -"Filters with the same group key will be ORed together within the group, " -"while different filter groups will be ANDed together. Undefined group " -"keys are treated as unique groups, i.e. are not grouped together. For " -"example, if a table has three filters, of which two are for departments " -"Finance and Marketing (group key = 'department'), and one refers to the " -"region Europe (group key = 'region'), the filter clause would apply the " -"filter (department = 'Finance' OR department = 'Marketing') AND (region =" -" 'Europe')." +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 +msgid "Circle radar shape" msgstr "" -#: superset/connectors/sqla/views.py:358 -msgid "" -"This is the condition that will be added to the WHERE clause. For " -"example, to only return rows for a particular client, you might define a " -"regular filter with the clause `client_id = 9`. To display no rows unless" -" a user belongs to a RLS filter role, a base filter can be created with " -"the clause `1 = 0` (always false)." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 +msgid "Circular" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:325 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 -msgid "Tables" -msgstr "Tabellen" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 +msgid "Classic chart that visualizes how metrics change over time." +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:418 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:421 -#: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 -msgid "Roles" -msgstr "Rollen" +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 +msgid "" +"Classic row-by-column spreadsheet like view of a dataset. Use tables to " +"showcase a view into the underlying data or to show aggregated metrics." +msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Clausule" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:197 -#: superset/views/database/mixins.py:192 -msgid "Creator" -msgstr "Maker" - -#: superset/connectors/sqla/views.py:396 -msgid "Show Table" -msgstr "Toon tabel" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 +msgid "Clear" +msgstr "Verwijder" -#: superset/connectors/sqla/views.py:397 -msgid "Import a table definition" -msgstr "Importeer een tabeldefinitie" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 +msgid "Clear all" +msgstr "Wis alles" -#: superset/connectors/sqla/views.py:398 -msgid "Edit Table" -msgstr "Bewerk tabel" +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "Wis alles" -#: superset/connectors/sqla/views.py:439 -msgid "Name of the table that exists in the source database" -msgstr "Naam van de tabel die bestaat in de brondatabase" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "" -#: superset/connectors/sqla/views.py:440 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" msgstr "" -"Schema, zoals alleen gebruikt in sommige databases zoals Postgres, Redshift " -"en DB2" -#: superset/connectors/sqla/views.py:447 +#: superset-frontend/src/components/Chart/Chart.jsx:286 msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" msgstr "" -"Dit veld werkt als een Superset view, wat betekent dat Superset een query " -"zal uitvoeren tegen deze string als een subquery." -#: superset/connectors/sqla/views.py:451 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 +msgid "Click the lock to make changes." +msgstr "Klik op het slotje om wijzigingen aan te brengen." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 +msgid "Click the lock to prevent further changes." +msgstr "Klik op het slotje om verdere wijzigingen te voorkomen." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 +msgid "" +"Click this link to switch to an alternate form that exposes only the " +"required fields needed to connect this database." msgstr "" -#: superset/connectors/sqla/views.py:466 -msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -"Geeft aan of de tabel werd gegenereerd door de “Visualize” stroom in SQL Lab" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:837 -#: superset/connectors/sqla/views.py:469 -msgid "" -"A set of parameters that become available in the query using Jinja " -"templating syntax" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" +msgstr "Klik om te bewerken" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" msgstr "" -"Een set parameters die beschikbaar worden in de query met behulp van Jinja " -"templating syntax" -#: superset/connectors/sqla/views.py:473 -msgid "" -"Duration (in seconds) of the caching timeout for this table. A timeout of" -" 0 indicates that the cache never expires. Note this defaults to the " -"database timeout if undefined." +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "Klik om te bewerken" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "Klik om te bewerken" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 +msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:273 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1145 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:185 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:229 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:295 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:437 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:278 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:425 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 -#: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 -msgid "Database" -msgstr "Database" +#: superset-frontend/src/components/FaveStar/index.tsx:76 +msgid "Click to favorite/unfavorite" +msgstr "Klik om voorkeur aan te geven/voorkeur te verwijderen" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 -msgid "Last Changed" -msgstr "Laatste wijziging" +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 +msgid "Click to force-refresh" +msgstr "Klik om te herladen" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:300 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:452 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:288 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:445 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 -msgid "Schema" -msgstr "Schema" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 +msgid "Click to see difference" +msgstr "Klik om het verschil te zien" -#: superset/connectors/sqla/views.py:496 -msgid "Offset" -msgstr "Offset" +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Controle op oplopend sorteren" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 -msgid "Table Name" -msgstr "Tabel Naam" +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Sorteer aflopend" -#: superset/connectors/sqla/views.py:499 -msgid "Fetch Values Predicate" -msgstr "Waarden ophalen Predicaat" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" +msgstr "Sluit" -#: superset/connectors/sqla/views.py:501 -msgid "Main Datetime Column" -msgstr "Kolom Hoofd Datumtijd" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" +msgstr "Sluit alle andere tabbladen" -#: superset/connectors/sqla/views.py:503 -msgid "SQL Lab View" -msgstr "SQL Lab View" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" +msgstr "Tabblad sluiten" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:836 -#: superset/connectors/sqla/views.py:504 -msgid "Template parameters" -msgstr "Template parameters" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 +msgid "Cluster label aggregator" +msgstr "" -#: superset/connectors/sqla/views.py:540 -msgid "" -"The table was created. As part of this two-phase configuration process, " -"you should now click the edit button by the new table to configure it." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 +msgid "Clustering Radius" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "Metagegevens vernieuwen" +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" +msgstr "Code" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "Kolom metagegevens verversen" +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 +msgid "Collapse all" +msgstr "Alles inklappen" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metagegevens ververst voor de volgende tabel(len): %(tables)s" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "Alles inklappen" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "De volgende tabellen hebben nieuwe kolommen toegevoegd: %(tables)s" +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "Alles inklappen" -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "De volgende tabellen verwijderden kolommen: %(tables)s" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "Cel inhoud" -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "De volgende tabellen werken de kolommetagegevens bij: %(tables)s" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +msgid "Collapse table preview" +msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 +msgid "Color" +msgstr "Kleur" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +msgid "Color +/-" msgstr "" -"Kan metagegevens voor de volgende tabel(len) niet vernieuwen: %(tables)s" -#: superset/css_templates/api.py:139 -#, python-format -msgid "Deleted %(num)d css template" -msgid_plural "Deleted %(num)d css templates" -msgstr[0] "Verwijderde %(num)d css sjabloon" -msgstr[1] "Verwijderde %(num)d css sjablonen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 +msgid "Color Metric" +msgstr "" -#: superset/css_templates/commands/exceptions.py:23 -msgid "CSS template could not be deleted." -msgstr "CSS sjabloon kon niet worden verwijderd." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 +msgid "Color Scheme" +msgstr "" -#: superset/css_templates/commands/exceptions.py:27 -msgid "CSS template not found." -msgstr "CSS sjabloon niet gevonden." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 +msgid "Color Steps" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "Sorteer op" + +#: superset-frontend/src/explore/controls.jsx:234 +msgid "Color metric" +msgstr "Kleur meeteenheid" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" -#: superset/dashboards/api.py:684 -#, python-format -msgid "Deleted %(num)d dashboard" -msgid_plural "Deleted %(num)d dashboards" -msgstr[0] "Verwijderde %(num)d dashboard" -msgstr[1] "Verwijderde %(num)d dashboards" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 +msgid "Color scheme" +msgstr "Kleurenschema" -#: superset/dashboards/filters.py:35 -msgid "Title or Slug" -msgstr "Titel of Slug" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 +msgid "" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " +msgstr "" -#: superset/dashboards/filters.py:167 -msgid "Role" -msgstr "Rol" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 +msgid "Colors" +msgstr "Kleuren" -#: superset/dashboards/commands/exceptions.py:39 -msgid "Must be unique" -msgstr "Moet uniek zijn" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 +msgid "Column" +msgstr "Kolom" -#: superset/dashboards/commands/exceptions.py:43 -msgid "Dashboard parameters are invalid." -msgstr "Dashboard parameters zijn ongeldig." +#: superset/utils/pandas_postprocessing/contribution.py:59 +#, python-format +msgid "" +"Column \"%(column)s\" is not numeric or does not exists in the query " +"results." +msgstr "" -#: superset/dashboards/commands/exceptions.py:54 -msgid "Dashboard could not be created." -msgstr "Dashboard kon niet worden aangemaakt." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Check configuratie" -#: superset/dashboards/commands/exceptions.py:58 -msgid "Dashboards could not be deleted." -msgstr "Dashboards konden niet worden verwijderd." +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "" -#: superset/dashboards/commands/exceptions.py:66 -msgid "Dashboard could not be updated." -msgstr "Dashboard kon niet worden bijgewerkt." +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 +msgid "Column Label(s)" +msgstr "Kolom Label(s)" -#: superset/dashboards/commands/exceptions.py:70 -msgid "Dashboard could not be deleted." -msgstr "Dashboard kon niet worden verwijderd." +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." +msgstr "" -#: superset/dashboards/commands/exceptions.py:78 -msgid "Changing this Dashboard is forbidden" -msgstr "Het is verboden dit dashboard te veranderen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +msgid "Column containing latitude data" +msgstr "" -#: superset/dashboards/commands/exceptions.py:82 -msgid "Import dashboard failed for an unknown reason" -msgstr "Dashboard importeren mislukt om een onbekende reden" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +msgid "Column containing longitude data" +msgstr "" -#: superset/dashboards/commands/exceptions.py:86 -msgid "You don't have access to this dashboard." -msgstr "Je hebt geen toegang tot dit dashboard." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 -msgid "No data in file" -msgstr "Geen gegevens in het bestand" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 +msgid "Column is required" +msgstr "" -#: superset/databases/decorators.py:46 -msgid "Table name undefined" -msgstr "Tabelnaam niet gedefinieerd" +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" -#: superset/databases/schemas.py:149 +#: superset/views/database/forms.py:223 msgid "" -"Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -#: superset/databases/schemas.py:184 superset/databases/schemas.py:199 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "kolom" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format -msgid "Field cannot be decoded by JSON. %(msg)s" -msgstr "Veld kan niet gedecodeerd worden door JSON. %(msg)s" +msgid "Column name [%s] is duplicated" +msgstr "Kolomnaam [%s] is gedupliceerd" -#: superset/databases/schemas.py:207 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%(key)s is invalid." +msgid "Column referenced by aggregate is undefined: %(column)s" +msgstr "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 +msgid "Column select" msgstr "" -"De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel " -"%(key)s is ongeldig." -#: superset/databases/schemas.py:273 +#: superset/views/database/forms.py:211 msgid "" -"Engine spec \"InvalidEngine\" does not support being configured via " -"individual parameters." +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" msgstr "" -#: superset/databases/schemas.py:300 +#: superset/views/database/forms.py:342 msgid "" -"An engine must be specified when passing individual parameters to a " -"database." +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:309 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "Engine “%(engine)s” is geen geldige engine." +#: superset/views/database/forms.py:414 +msgid "Columnar File" +msgstr "" -#: superset/databases/commands/exceptions.py:32 -msgid "Database parameters are invalid." -msgstr "Database parameters zijn ongeldig." +#: superset/views/database/views.py:565 +#, python-format +msgid "" +"Columnar file \"%(columnar_filename)s\" uploaded to table " +"\"%(table_name)s\" in database \"%(db_name)s\"" +msgstr "" -#: superset/databases/commands/exceptions.py:42 -msgid "A database with the same name already exists." +#: superset/views/database/views.py:440 +msgid "Columnar to Database configuration" msgstr "" -#: superset/databases/commands/exceptions.py:50 -msgid "Field is required" -msgstr "Veld is verplicht" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 +msgid "Columns" +msgstr "Kolommen" -#: superset/databases/commands/exceptions.py:62 -#, python-format -msgid "Field cannot be decoded by JSON. %(json_error)s" +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" msgstr "" +"Een door komma’s gescheiden lijst van kolommen die als datums moeten " +"worden geparseerd." -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%{key}s is invalid." -msgstr "" -"De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel " -"%{key}s is ongeldig." +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Te lezen rijen" -#: superset/databases/commands/exceptions.py:91 -msgid "Database not found." -msgstr "Database niet gevonden." +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "Kolommen ontbreken in databron: %(invalid_columns)s" -#: superset/databases/commands/exceptions.py:95 -msgid "Database could not be created." -msgstr "Database kon niet worden aangemaakt." +#: superset/viz.py:577 +#, python-format +msgid "Columns missing in datasource: %(invalid_columns)s" +msgstr "Kolommen ontbreken in databron: %(invalid_columns)s" -#: superset/databases/commands/exceptions.py:99 -msgid "Database could not be updated." -msgstr "De database kon niet worden bijgewerkt." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 +msgid "Columns subtotal position" +msgstr "" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1411 -msgid "Connection failed, please check your connection settings" -msgstr "Verbinding mislukt, controleer uw verbindingsinstellingen" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." +msgstr "" -#: superset/databases/commands/exceptions.py:109 -msgid "Cannot delete a database that has datasets attached" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 +msgid "Columns to display" msgstr "" -#: superset/databases/commands/exceptions.py:113 -msgid "Database could not be deleted." -msgstr "Database kon niet worden verwijderd." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 +msgid "Columns to group by" +msgstr "" -#: superset/databases/commands/exceptions.py:126 -msgid "Stopped an unsafe database connection" -msgstr "Stopte een onveilige database connectie" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 +msgid "Columns to group by on the columns" +msgstr "" -#: superset/databases/commands/exceptions.py:130 -msgid "Could not load database driver" -msgstr "Kon het database driver niet laden" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 +msgid "Columns to group by on the rows" +msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1419 -msgid "Unexpected error occurred, please check your logs for details" -msgstr "Er is een onverwachte fout opgetreden, controleer uw logs voor details" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Synchroniseer kolommen van bron" -#: superset/databases/commands/exceptions.py:139 -msgid "Import database failed for an unknown reason" -msgstr "Import database mislukt om een onbekende reden" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 +msgid "Combine Metrics" +msgstr "" -#: superset/databases/commands/test_connection.py:125 -msgid "Could not load database driver: {}" -msgstr "Kon het database driver niet laden: {}" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 +msgid "Combine metrics" +msgstr "" -#: superset/databases/commands/validate.py:71 -#, python-format -msgid "Engine \"%(engine)s\" cannot be configured through parameters." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 +msgid "" +"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " +"denote colors from the chosen color scheme and are 1-indexed. Length must" +" be matching that of interval bounds." msgstr "" -#: superset/databases/commands/validate.py:136 -msgid "Database is offline." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 +msgid "" +"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " +"4-5. Last number should match the value provided for MAX." msgstr "" -#: superset/datasets/api.py:666 -#, python-format -msgid "Deleted %(num)d dataset" -msgid_plural "Deleted %(num)d datasets" -msgstr[0] "Verwijderde %(num)d dataset" -msgstr[1] "Verwijderde %(num)d datasets" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 +msgid "Comparator option" +msgstr "" -#: superset/datasets/filters.py:26 -msgid "Null or Empty" -msgstr "Nul of Leeg" +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." +msgstr "" -#: superset/datasets/columns/commands/exceptions.py:23 -msgid "Dataset column not found." -msgstr "Dataset kolom niet gevonden." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Compare the same summarized metric across multiple groups." +msgstr "" -#: superset/datasets/columns/commands/exceptions.py:27 -msgid "Dataset column delete failed." -msgstr "Dataset kolom verwijderen mislukt." +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 +msgid "" +"Compares how a metric changes over time between different groups. Each " +"group is mapped to a row and change over time is visualized bar lengths " +"and color." +msgstr "" -#: superset/datasets/columns/commands/exceptions.py:31 -#: superset/datasets/metrics/commands/exceptions.py:31 -msgid "Changing this dataset is forbidden." -msgstr "Het is verboden deze dataset te wijzigen." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 +msgid "" +"Compares metrics from different categories using bars. Bar lengths are " +"used to indicate the magnitude of each value and color is used to " +"differentiate groups." +msgstr "" -#: superset/datasets/commands/exceptions.py:32 -#, python-format -msgid "Dataset %(name)s already exists" -msgstr "Dataset %(name)s bestaat al" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "" -#: superset/datasets/commands/exceptions.py:50 -msgid "Database not allowed to change" -msgstr "Database mag niet wijzigen" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 +msgid "Comparison" +msgstr "" -#: superset/datasets/commands/exceptions.py:70 -msgid "One or more columns do not exist" -msgstr "Een of meer kolommen bestaan niet" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 +msgid "Comparison Period Lag" +msgstr "" -#: superset/datasets/commands/exceptions.py:80 -msgid "One or more columns are duplicated" -msgstr "Een of meer kolommen zijn gedupliceerd" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 +msgid "Comparison suffix" +msgstr "" -#: superset/datasets/commands/exceptions.py:90 -msgid "One or more columns already exist" -msgstr "Een of meer kolommen bestaan al" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset/datasets/commands/exceptions.py:99 -msgid "One or more metrics do not exist" -msgstr "Een of meer meeteenheden bestaan niet" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 +msgid "Compute the contribution to the total" +msgstr "Bereken de bijdrage aan het totaal" -#: superset/datasets/commands/exceptions.py:109 -msgid "One or more metrics are duplicated" -msgstr "Een of meer meetgegevens zijn gedupliceerd" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 +msgid "Condition" +msgstr "" -#: superset/datasets/commands/exceptions.py:119 -msgid "One or more metrics already exist" -msgstr "Een of meer meetgegevens bestaan al" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 +msgid "Conditional formatting" +msgstr "" -#: superset/datasets/commands/exceptions.py:130 -#, python-format -msgid "" -"Table [%(table_name)s] could not be found, please double check your " -"database connection, schema, and table name" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 +msgid "Confidence interval" msgstr "" -#: superset/datasets/commands/exceptions.py:153 -msgid "Dataset parameters are invalid." -msgstr "Dataset parameters zijn ongeldig." +#: superset/utils/pandas_postprocessing/prophet.py:129 +msgid "Confidence interval must be between 0 and 1 (exclusive)" +msgstr "Confidence interval moet tussen 0 en 1 liggen (exclusief)" -#: superset/datasets/commands/exceptions.py:157 -msgid "Dataset could not be created." -msgstr "Dataset kon niet worden aangemaakt." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 +msgid "Configuration" +msgstr "Configuratie" -#: superset/datasets/commands/exceptions.py:161 -#: superset/datasets/commands/exceptions.py:173 -msgid "Dataset could not be updated." -msgstr "Dataset kon niet worden bijgewerkt." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 +msgid "Configure Advanced Time Range " +msgstr "Geavanceerde tijdspanne configureren " -#: superset/datasets/commands/exceptions.py:165 -msgid "Dataset could not be deleted." -msgstr "Dataset kon niet worden verwijderd." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 +msgid "Configure Time Range: Last..." +msgstr "Configureer Tijdspanne: Laatste…" -#: superset/datasets/commands/exceptions.py:169 -msgid "Dataset(s) could not be bulk deleted." -msgstr "Dataset(s) konden niet in bulk worden verwijderd." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 +msgid "Configure Time Range: Previous..." +msgstr "Configureer Tijdspanne: Vorige…" -#: superset/datasets/commands/exceptions.py:177 -msgid "Changing this dataset is forbidden" -msgstr "Veranderen van deze dataset is verboden" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 +msgid "Configure custom time range" +msgstr "Configureer aangepaste tijdspanne" -#: superset/datasets/commands/exceptions.py:181 -msgid "Import dataset failed for an unknown reason" -msgstr "Import dataset mislukt om een onbekende reden" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 +msgid "Configure filter scopes" +msgstr "Filter scopes configureren" -#: superset/datasets/commands/exceptions.py:185 -msgid "You don't have access to this dataset." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 +msgid "Configure the basics of your Annotation Layer." +msgstr "Configureer de basis van uw Aantekeningenlaag." + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." msgstr "" -#: superset/datasets/metrics/commands/exceptions.py:23 -msgid "Dataset metric not found." -msgstr "Dataset meeteenheid niet gevonden." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 +msgid "Configure your how you overlay is displayed here." +msgstr "Configureer hier hoe uw overlay wordt weergegeven." -#: superset/datasets/metrics/commands/exceptions.py:27 -msgid "Dataset metric delete failed." -msgstr "Dataset meetgegevens verwijderen mislukt." +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Opslaan bevestigen" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:144 -#: superset/db_engine_specs/snowflake.py:104 -#, python-format -msgid "" -"Please check your query for syntax errors at or near " -"\"%(syntax_error)s\". Then, try running your query again." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 +msgid "Confirm save" +msgstr "Opslaan bevestigen" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:131 -#: superset/db_engine_specs/base.py:95 -msgid "Original value" -msgstr "Originele waarde" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +msgid "Connect" +msgstr "" -#: superset/db_engine_specs/base.py:96 -msgid "Second" -msgstr "Seconde" +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" -#: superset/db_engine_specs/base.py:97 -msgid "5 second" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 +msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset/db_engine_specs/base.py:98 -msgid "30 second" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 +msgid "Connect a database" msgstr "" -#: superset/db_engine_specs/base.py:99 -msgid "Minute" -msgstr "Minuut" +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "Verwijder database" -#: superset/db_engine_specs/base.py:100 -msgid "5 minute" -msgstr "5 minuten" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 +msgid "Connect this database using the dynamic form instead" +msgstr "" -#: superset/db_engine_specs/base.py:101 -msgid "10 minute" -msgstr "10 minuten" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 +msgid "Connect this database with a SQLAlchemy URI string instead" +msgstr "" -#: superset/db_engine_specs/base.py:102 -msgid "15 minute" -msgstr "15 minuten" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 +msgid "Connection" +msgstr "" -#: superset/db_engine_specs/base.py:103 -msgid "30 minute" +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 +msgid "Connection failed, please check your connection settings" +msgstr "Verbinding mislukt, controleer uw verbindingsinstellingen" + +#: superset-frontend/src/views/CRUD/hooks.ts:697 +msgid "Connection looks good!" msgstr "" -#: superset/db_engine_specs/base.py:104 -msgid "Hour" -msgstr "Uur" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "" -#: superset/db_engine_specs/base.py:105 -msgid "6 hour" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +msgid "Continuous" msgstr "" -#: superset/db_engine_specs/base.py:106 -msgid "Day" -msgstr "Dag" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 +msgid "Contribution" +msgstr "Bijdrage" -#: superset/db_engine_specs/base.py:107 -msgid "Week" -msgstr "Week" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 +msgid "Contribution Mode" +msgstr "" -#: superset/db_engine_specs/base.py:108 -msgid "Month" -msgstr "Maand" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "" -#: superset/db_engine_specs/base.py:109 -msgid "Quarter" -msgstr "Kwartaal" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Control labeled " +msgstr "Controle gelabeld " -#: superset/db_engine_specs/base.py:110 -msgid "Year" -msgstr "Jaar" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Controls labeled " +msgstr "" -#: superset/db_engine_specs/base.py:111 -msgid "Week starting Sunday" -msgstr "Week beginnend op zondag" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 +msgid "Coordinates" +msgstr "" -#: superset/db_engine_specs/base.py:112 -msgid "Week starting Monday" -msgstr "Week beginnend op maandag" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 +msgid "Copied to clipboard!" +msgstr "Gekopieerd naar het klembord!" -#: superset/db_engine_specs/base.py:113 -msgid "Week ending Saturday" -msgstr "Week beginnend op zaterdag" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 +msgid "Copy" +msgstr "" -#: superset/db_engine_specs/base.py:114 -msgid "Week_ending Sunday" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 +msgid "Copy SELECT statement to the clipboard" +msgstr "Kopieer SELECT-instructie naar het klembord" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 +msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1507 -msgid "Username" -msgstr "Gebruikersnaam" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 +msgid "Copy and paste the entire service account .json file here" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1508 -msgid "Password" -msgstr "Wachtwoord" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 +msgid "Copy link" +msgstr "Kopieer link" -#: superset/db_engine_specs/base.py:1509 -msgid "Hostname or IP address" -msgstr "Hostnaam of IP-adres" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 +msgid "Copy message" +msgstr "Kopieer bericht" -#: superset/db_engine_specs/base.py:1512 -msgid "Database port" -msgstr "Database poort" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 +#, python-format +msgid "Copy of %s" +msgstr "Kopie van %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1515 -msgid "Database name" -msgstr "Database naam" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 +msgid "Copy partition query to clipboard" +msgstr "Kopieer partitie query naar klembord" -#: superset/db_engine_specs/base.py:1517 -msgid "Additional parameters" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "Kopieer query link naar uw klembord" -#: superset/db_engine_specs/base.py:1520 -msgid "Use an encrypted connection to the database" -msgstr "" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 +msgid "Copy query URL" +msgstr "Kopieer query URL" -#: superset/db_engine_specs/bigquery.py:149 -msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." -msgstr "" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +msgid "Copy query link to your clipboard" +msgstr "Kopieer query link naar uw klembord" -#: superset/db_engine_specs/bigquery.py:158 -#, python-format -msgid "" -"The table \"%(table)s\" does not exist. A valid table must be used to run" -" this query." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 -#, python-format -msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset/db_engine_specs/bigquery.py:171 -#, python-format -msgid "" -"The schema \"%(schema)s\" does not exist. A valid schema must be used to " -"run this query." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:140 -#, python-format -msgid "" -"Please check your query for syntax errors near \"%(server_error)s\". " -"Then, try running your query again." -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 +msgid "Copy to Clipboard" +msgstr "Kopieer naar Klembord" -#: superset/db_engine_specs/mssql.py:76 -#, python-format -msgid "" -"Either the username \"%(username)s\", password, or database name " -"\"%(database)s\" is incorrect." +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 +msgid "Copy to clipboard" +msgstr "Kopieer naar klembord" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 +msgid "Correlation" msgstr "" -"Ofwel is de gebruikersnaam “%(username)s”, ofwel het wachtwoord, ofwel de " -"databasenaam “%(database)s” niet correct." -#: superset/db_engine_specs/mssql.py:84 -#: superset/db_engine_specs/postgres.py:113 -#: superset/db_engine_specs/presto.py:186 -#: superset/db_engine_specs/redshift.py:68 -#, python-format -msgid "The hostname \"%(hostname)s\" cannot be resolved." -msgstr "De hostnaam “%(hostname)s” kan niet worden opgelost." +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 +msgid "Cost estimate" +msgstr "Kostenraming" -#: superset/db_engine_specs/mssql.py:89 -#: superset/db_engine_specs/postgres.py:118 -#: superset/db_engine_specs/presto.py:199 -#: superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." -msgstr "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." +#: superset/views/utils.py:498 +msgid "Could not determine datasource type" +msgstr "Kon type databron niet bepalen" -#: superset/db_engine_specs/mssql.py:94 -#: superset/db_engine_specs/postgres.py:123 -#: superset/db_engine_specs/presto.py:191 -#: superset/db_engine_specs/redshift.py:78 -#, python-format -msgid "" -"The host \"%(hostname)s\" might be down, and can't be reached on port " -"%(port)s." -msgstr "" -"De host “%(hostname)s” is misschien down, en kan niet bereikt worden op " -"poort %(port)s." +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 +msgid "Could not fetch all saved charts" +msgstr "Kon niet alle opgeslagen grafieken ophalen" -#: superset/db_engine_specs/mysql.py:120 superset/db_engine_specs/presto.py:181 -#: superset/db_engine_specs/redshift.py:63 -#, python-format -msgid "Either the username \"%(username)s\" or the password is incorrect." -msgstr "Either the username “%(username)s” or the password is incorrect." +#: superset/views/utils.py:514 +msgid "Could not find viz object" +msgstr "Kon het viz object niet vinden" -#: superset/db_engine_specs/mysql.py:125 -#, python-format -msgid "Unknown MySQL server host \"%(hostname)s\"." -msgstr "Onbekende MySQL server host “%(hostname)s”." +#: superset/databases/commands/exceptions.py:132 +msgid "Could not load database driver" +msgstr "Kon het database driver niet laden" -#: superset/db_engine_specs/mysql.py:130 +#: superset/views/core.py:1413 #, python-format -msgid "The host \"%(hostname)s\" might be down and can't be reached." -msgstr "De host “%(hostname)s” is misschien down en kan niet worden bereikt." +msgid "Could not load database driver: %(driver_name)s" +msgstr "Kon database driver niet laden: %(driver_name)s" -#: superset/db_engine_specs/mysql.py:135 -#: superset/db_engine_specs/postgres.py:131 -#, python-format -msgid "Unable to connect to database \"%(database)s\"." -msgstr "Kan geen verbinding maken met database “%(database)s”." +#: superset/databases/commands/test_connection.py:180 +msgid "Could not load database driver: {}" +msgstr "Kon het database driver niet laden: {}" -#: superset/db_engine_specs/postgres.py:98 -#, python-format -msgid "The username \"%(username)s\" does not exist." -msgstr "De gebruikersnaam “%(username)s” bestaat niet." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "kolom" -#: superset/db_engine_specs/postgres.py:103 -#, python-format -msgid "The password provided for username \"%(username)s\" is incorrect." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" msgstr "" -"Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." -#: superset/db_engine_specs/postgres.py:108 -msgid "Please re-enter the password." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" msgstr "" -#: superset/db_engine_specs/postgres.py:136 -#: superset/db_engine_specs/presto.py:157 -#, python-format -msgid "" -"We can't seem to resolve the column \"%(column_name)s\" at line " -"%(location)s." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" msgstr "" -#: superset/db_engine_specs/presto.py:165 -#, python-format -msgid "" -"The table \"%(table_name)s\" does not exist. A valid table must be used " -"to run this query." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset/db_engine_specs/presto.py:173 -#, python-format -msgid "" -"The schema \"%(schema_name)s\" does not exist. A valid schema must be " -"used to run this query." +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +msgid "Country" msgstr "" -#: superset/db_engine_specs/presto.py:204 -#, python-format -msgid "Unable to connect to catalog named \"%(catalog_name)s\"." -msgstr "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." - -#: superset/db_engine_specs/presto.py:987 -msgid "Unknown Presto Error" -msgstr "Onbekende Presto Fout" - -#: superset/db_engine_specs/redshift.py:86 -#, python-format -msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 +msgid "Country Color Scheme" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 -#, python-format -msgid "%(object)s does not exist in this database." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 +msgid "Country Column" msgstr "" -#: superset/db_engine_specs/sqlite.py:63 -#, python-format -msgid "We can't seem to resolve the column \"%(column_name)s\"" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 +msgid "Country Field Type" msgstr "" -#: superset/initialization/__init__.py:225 -msgid "Home" -msgstr "Home" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 +msgid "Country Map" +msgstr "Landenkaart" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:272 -#: superset/initialization/__init__.py:232 superset/views/annotations.py:117 -msgid "Annotation Layers" -msgstr "Aantekeningen Lagen" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 +msgid "Create" +msgstr "Maak" -#: superset/initialization/__init__.py:235 -#: superset/initialization/__init__.py:259 -#: superset/initialization/__init__.py:271 -#: superset/initialization/__init__.py:321 -#: superset/initialization/__init__.py:402 -#: superset/initialization/__init__.py:411 -#: superset/initialization/__init__.py:426 -#: superset/initialization/__init__.py:438 -msgid "Manage" -msgstr "Beheer" +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Maak een nieuwe grafiek" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:293 -#: superset/initialization/__init__.py:241 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 -msgid "Dashboards" -msgstr "Dashboards" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "maak een " -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:122 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:305 -#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 -msgid "Charts" -msgstr "Grafieken" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" -#: superset/initialization/__init__.py:257 -msgid "Plugins" -msgstr "Plugins" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 +msgid "Create a new chart" +msgstr "Maak een nieuwe grafiek" -#: superset/initialization/__init__.py:268 superset/views/css_templates.py:36 -msgid "CSS Templates" -msgstr "CSS-sjablonen" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Maak een nieuwe grafiek" -#: superset/initialization/__init__.py:277 -msgid "Row Level Security" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" msgstr "" -#: superset/initialization/__init__.py:279 -#: superset/initialization/__init__.py:377 -#: superset/initialization/__init__.py:449 -msgid "Security" -msgstr "Beveiliging" - -#: superset/initialization/__init__.py:317 -msgid "Import Dashboards" -msgstr "Dashboards importeren" - -#: superset/initialization/__init__.py:329 -msgid "SQL Editor" -msgstr "SQL-editor" +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Wijzig dataset" -#: superset/initialization/__init__.py:334 -#: superset/initialization/__init__.py:349 -msgid "SQL Lab" -msgstr "SQL-lab" +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Maak een nieuwe grafiek" -#: superset/initialization/__init__.py:337 -msgid "Saved Queries" -msgstr "Opgeslagen Queries" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 +msgid "Create new chart" +msgstr "Maak een nieuwe grafiek" -#: superset/initialization/__init__.py:344 -msgid "Query History" -msgstr "Query Geschiedenis" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 +msgid "Create new filter set" +msgstr "Maak een nieuwe filterset" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:354 superset/views/database/mixins.py:33 -msgid "Databases" -msgstr "Databases" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 +msgid "Create or select schema..." +msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:437 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:413 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset-frontend/src/views/components/MenuRight.tsx:35 -#: superset/initialization/__init__.py:357 -#: superset/initialization/__init__.py:366 -#: superset/initialization/__init__.py:465 -#: superset/initialization/__init__.py:475 -#: superset/initialization/__init__.py:488 -#: superset/initialization/__init__.py:501 -msgid "Data" -msgstr "Gegevens" +#: superset-frontend/src/features/home/ActivityTable.tsx:159 +msgid "Created" +msgstr "Aangemaakt" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:362 -msgid "Datasets" -msgstr "Datasets" +#: superset/views/access_requests.py:49 +msgid "Created On" +msgstr "Gecreëerd op" -#: superset/initialization/__init__.py:375 -msgid "Action Log" -msgstr "Actie Log" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 +msgid "Created by" +msgstr "Gecreëerd door" -#: superset/initialization/__init__.py:400 -msgid "Dashboard Emails" -msgstr "Dashboard E-mails" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Gecreëerd door" -#: superset/initialization/__init__.py:409 -msgid "Chart Email Schedules" -msgstr "E-mail schema’s grafieken" +#: superset-frontend/src/profile/components/App.tsx:62 +msgid "Created content" +msgstr "Aangemaakte content" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:424 -msgid "Alerts" -msgstr "Waarschuwingen" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 +msgid "Created on" +msgstr "Gemaakt op" -#: superset/initialization/__init__.py:436 -msgid "Alerts & Reports" -msgstr "Waarschuwingen en rapporten" +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "Import grafiek mislukt om een onbekende reden" -#: superset/initialization/__init__.py:447 -msgid "Access requests" -msgstr "Toegangsverzoeken" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 +msgid "Creating a data source and creating a new tab" +msgstr "Een gegevensbron maken en een nieuw tabblad maken" -#: superset/initialization/__init__.py:485 -msgid "Scan New Datasources" -msgstr "Scan Nieuwe Databronnen" +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 +msgid "Creator" +msgstr "Maker" -#: superset/initialization/__init__.py:498 -msgid "Refresh Druid Metadata" -msgstr "Druid metagegevens vernieuwen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "Actie" -#: superset/key_value/commands/exceptions.py:29 -msgid "An error occurred while creating the value." +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset/key_value/commands/exceptions.py:33 -msgid "An error occurred while accessing the value." -msgstr "" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Er zijn geen filters in dit dashboard." -#: superset/key_value/commands/exceptions.py:37 -msgid "An error occurred while deleting the value." -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Cross-filter scoping" -#: superset/key_value/commands/exceptions.py:41 -msgid "An error occurred while updating the value." +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 +msgid "Cumulative" msgstr "" -#: superset/key_value/commands/exceptions.py:45 -msgid "You don't have permission to modify the value." +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "Tijdelijke uitdrukking niet ondersteund voor type: %(col_type)s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" +msgstr "" -#: superset/queries/saved_queries/api.py:201 -#, python-format -msgid "Deleted %(num)d saved query" -msgid_plural "Deleted %(num)d saved queries" -msgstr[0] "%(num)d opgeslagen query verwijderd" -msgstr[1] "%(num)d opgeslagen zoekopdrachten verwijderd" +#: superset/views/dynamic_plugins.py:59 +msgid "Custom Plugin" +msgstr "Custom Plugin" -#: superset/queries/saved_queries/commands/exceptions.py:28 -msgid "Saved queries could not be deleted." -msgstr "Opgeslagen zoekopdrachten konden niet worden verwijderd." +#: superset/views/dynamic_plugins.py:58 +msgid "Custom Plugins" +msgstr "Custom Plugins" -#: superset/queries/saved_queries/commands/exceptions.py:32 -msgid "Saved query not found." -msgstr "Opgeslagen query niet gevonden." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 +msgid "Custom SQL" +msgstr "Custom SQL" -#: superset/queries/saved_queries/commands/exceptions.py:36 -msgid "Import saved query failed for an unknown reason." -msgstr "Import opgeslagen query mislukt om een onbekende reden." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +msgstr "" -#: superset/queries/saved_queries/commands/exceptions.py:40 -msgid "Saved query parameters are invalid." -msgstr "Opgeslagen query parameters zijn ongeldig." +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "" -#: superset/reports/api.py:453 -#, python-format -msgid "Deleted %(num)d report schedule" -msgid_plural "Deleted %(num)d report schedules" -msgstr[0] "Verwijderde %(num)d rapport schema" -msgstr[1] "Verwijderde %(num)d rapport schema’s" +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" +msgstr "" -#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 -#: superset/reports/schemas.py:198 superset/reports/schemas.py:278 -#: superset/reports/schemas.py:284 superset/reports/schemas.py:291 -msgid "Value must be greater than 0" -msgstr "Waarde moet groter zijn dan 0" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 +msgid "Customize" +msgstr "Pas aan" -#: superset/reports/commands/alert.py:96 -#, python-format -msgid "Alert query returned more than one row. %s rows returned" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 +msgid "Customize Metrics" msgstr "" -"Alert query heeft meer dan één rij geretourneerd. %s rijen geretourneerd" - -#: superset/reports/commands/alert.py:105 -#, python-format -msgid "Alert query returned more than one column. %s columns returned" -msgstr "Alert query retourneerde meer dan één kolom. %s kolommen geretourneerd" -#: superset/reports/commands/exceptions.py:44 -msgid "Dashboard does not exist" -msgstr "Het dashboard bestaat niet" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 +msgid "Customize columns" +msgstr "" -#: superset/reports/commands/exceptions.py:53 -msgid "Chart does not exist" -msgstr "Grafiek bestaat niet" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" -#: superset/reports/commands/exceptions.py:62 -msgid "Database is required for alerts" -msgstr "Database is nodig voor waarschuwingen" +#: superset/connectors/sqla/views.py:256 +msgid "D3 Format" +msgstr "D3 Formaat" -#: superset/reports/commands/exceptions.py:71 -msgid "Type is required" -msgstr "Type is vereist" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 +msgid "D3 format" +msgstr "D3 formaat" -#: superset/reports/commands/exceptions.py:80 -msgid "Choose a chart or dashboard not both" -msgstr "Kies een grafiek of een dashboard, niet beide" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 +msgid "D3 format syntax: https://github.com/d3/d3-format" +msgstr "" -#: superset/reports/commands/exceptions.py:90 -msgid "Please save your chart first, then try creating a new email report." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 +msgid "" +"D3 number format for numbers between -1.0 and 1.0, useful when you want " +"to have different significant digits for small and large numbers" msgstr "" -#: superset/reports/commands/exceptions.py:102 -msgid "Please save your dashboard first, then try creating a new email report." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 +msgid "D3 time format for datetime columns" msgstr "" -#: superset/reports/commands/exceptions.py:110 -msgid "Report Schedule parameters are invalid." -msgstr "De parameters van het rapportageplanning zijn ongeldig." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +msgstr "" -#: superset/reports/commands/exceptions.py:114 -msgid "Report Schedule could not be deleted." -msgstr "Rapportage planning kon niet worden verwijderd." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Datum/Tijd" -#: superset/reports/commands/exceptions.py:118 -msgid "Report Schedule could not be created." -msgstr "Rapportage planning kon niet worden aangemaakt." +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" -#: superset/reports/commands/exceptions.py:122 -msgid "Report Schedule could not be updated." -msgstr "Rapportage planning kon niet worden bijgewerkt." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" +msgstr "DEC" -#: superset/reports/commands/exceptions.py:126 -msgid "Report Schedule not found." -msgstr "Rapportage planning niet gevonden." +#: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 +msgid "DELETE" +msgstr "VERWIJDER" -#: superset/reports/commands/exceptions.py:130 -msgid "Report Schedule delete failed." -msgstr "Rapportage planning verwijderen mislukt." +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" +msgstr "DML" -#: superset/reports/commands/exceptions.py:134 -msgid "Report Schedule log prune failed." -msgstr "Rapportage planning log prune mislukt." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" -#: superset/reports/commands/exceptions.py:138 -msgid "Report Schedule execution failed when generating a screenshot." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" msgstr "" -"Rapportage planning uitvoering mislukt bij het genereren van een screenshot." -#: superset/reports/commands/exceptions.py:142 -msgid "Report Schedule execution failed when generating a csv." -msgstr "Rapportage planning mislukt bij het genereren van een csv." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" -#: superset/reports/commands/exceptions.py:146 -msgid "Report Schedule execution failed when generating a dataframe." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" msgstr "" -#: superset/reports/commands/exceptions.py:150 -msgid "Report Schedule execution got an unexpected error." -msgstr "Rapportage planning uitvoering kreeg een onverwachte fout." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 +msgid "Dashboard" +msgstr "Dashboard" -#: superset/reports/commands/exceptions.py:154 -msgid "Report Schedule is still working, refusing to re-compute." -msgstr "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" -#: superset/reports/commands/exceptions.py:158 -msgid "Report Schedule reached a working timeout." -msgstr "Rapportage planning heeft een werk time-out bereikt." +#: superset/views/core.py:1122 +msgid "Dashboard [{}] just got created and chart [{}] was added to it" +msgstr "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" -#: superset/reports/commands/exceptions.py:177 -msgid "Alert query returned more than one row." -msgstr "Alert query retourneerde meer dan één rij." +#: superset/dashboards/commands/exceptions.py:54 +msgid "Dashboard could not be created." +msgstr "Dashboard kon niet worden aangemaakt." -#: superset/reports/commands/exceptions.py:182 -msgid "Alert validator config error." -msgstr "Waarschuwing validator configuratiefout." +#: superset/dashboards/commands/exceptions.py:70 +msgid "Dashboard could not be deleted." +msgstr "Dashboard kon niet worden verwijderd." -#: superset/reports/commands/exceptions.py:186 -msgid "Alert query returned more than one column." -msgstr "Alert query heeft meer dan één kolom geretourneerd." +#: superset/dashboards/commands/exceptions.py:66 +msgid "Dashboard could not be updated." +msgstr "Dashboard kon niet worden bijgewerkt." -#: superset/reports/commands/exceptions.py:190 -msgid "Alert query returned a non-number value." -msgstr "Alert query heeft een waarde geretourneerd die geen getal is." +#: superset/reports/commands/exceptions.py:48 +msgid "Dashboard does not exist" +msgstr "Het dashboard bestaat niet" -#: superset/reports/commands/exceptions.py:194 -msgid "Alert found an error while executing a query." -msgstr "Alert heeft een fout gevonden tijdens het uitvoeren van een query." +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +msgid "Dashboard imported" +msgstr "" -#: superset/reports/commands/exceptions.py:198 -msgid "A timeout occurred while executing the query." -msgstr "Er is een time-out opgetreden tijdens het uitvoeren van de query." +#: superset/dashboards/commands/exceptions.py:43 +msgid "Dashboard parameters are invalid." +msgstr "Dashboard parameters zijn ongeldig." -#: superset/reports/commands/exceptions.py:202 -msgid "A timeout occurred while taking a screenshot." -msgstr "Er is een time-out opgetreden tijdens het maken van een screenshot." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 +msgid "Dashboard properties" +msgstr "Dashboard eigenschappen" -#: superset/reports/commands/exceptions.py:206 -msgid "A timeout occurred while generating a csv." -msgstr "Er is een time-out opgetreden tijdens het genereren van een csv." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "" -#: superset/reports/commands/exceptions.py:210 -msgid "A timeout occurred while generating a dataframe." +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 +msgid "Dashboard scheme" msgstr "" -#: superset/reports/commands/exceptions.py:214 -msgid "Alert fired during grace period." -msgstr "Waarschuwing afgevuurd tijdens grace period." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" -#: superset/reports/commands/exceptions.py:218 -msgid "Alert ended grace period." -msgstr "Waarschuwing beëindigd grace period." +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "dashboard" -#: superset/reports/commands/exceptions.py:222 -msgid "Alert on grace period" -msgstr "Waarschuwing tijdens grace period" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "[dashboard naam]" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "Rapport Schema sellenium gebruiker niet gevonden" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 +msgid "Dashboards" +msgstr "Dashboards" -#: superset/reports/commands/exceptions.py:230 -msgid "Report Schedule state not found" -msgstr "Rapport Schedule state niet gevonden" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "[dashboard naam]" -#: superset/reports/commands/exceptions.py:234 -msgid "Report schedule unexpected error" -msgstr "Onverwachte fout in rapportschema" +#: superset/dashboards/commands/exceptions.py:58 +msgid "Dashboards could not be deleted." +msgstr "Dashboards konden niet worden verwijderd." -#: superset/reports/commands/exceptions.py:238 -msgid "Changing this report is forbidden" -msgstr "Het is verboden dit rapport te wijzigen" +#: superset/charts/commands/exceptions.py:91 +msgid "Dashboards do not exist" +msgstr "Dashboards bestaan niet" -#: superset/reports/commands/exceptions.py:242 -msgid "An error occurred while pruning logs " -msgstr "Er is een fout opgetreden tijdens opschonen van de logbestanden " +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "dashboard" -#: superset/reports/notifications/email.py:61 -#, python-format -msgid "" -"\n" -" Error: %(text)s\n" -" " -msgstr "" -"\n" -" Fout: %(text)s\n" -" " +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 +msgid "Data" +msgstr "Gegevens" -#: superset/reports/notifications/email.py:97 -msgid "Explore in Superset" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 +msgid "Data Table" msgstr "" -#: superset/reports/notifications/email.py:139 superset/tasks/schedules.py:364 -#, python-format -msgid "%(name)s.csv" -msgstr "%(name)s.csv" - -#: superset/reports/notifications/email.py:143 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 -#, python-format -msgid "%(prefix)s %(title)s" -msgstr "%(prefix)s %(title)s" +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" -#: superset/reports/notifications/slack.py:56 -#, python-format -msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"<%(url)s|Explore in Superset>\n" -"\n" -"%(table)s\n" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 +msgid "Data Zoom" msgstr "" -#: superset/reports/notifications/slack.py:73 -#, python-format +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"Error: %(text)s\n" +"Data could not be deserialized from the results backend. The storage " +"format might have changed, rendering the old data stake. You need to re-" +"run the original query." msgstr "" -#: superset/security/analytics_db_safety.py:44 -#, python-format -msgid "%(dialect)s cannot be used as a data source for security reasons." +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 +msgid "" +"Data could not be retrieved from the results backend. You need to re-run " +"the original query." msgstr "" -"%(dialect)s kunnen om veiligheidsredenen niet als gegevensbron worden " -"gebruikt." -#: superset/sqllab/command.py:149 -msgid "" -"The database referenced in this query was not found. Please contact an " -"administrator for further assistance or try again." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" msgstr "" -#: superset/sqllab/query_render.py:97 -#, python-format -msgid "The parameter %(parameters)s in your query is undefined." -msgid_plural "The following parameters in your query are undefined: %(parameters)s." -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 +msgid "Data preview" +msgstr "Data preview" -#: superset/sqllab/query_render.py:113 -msgid "The query contains one or more malformed template parameters." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" msgstr "" -#: superset/sqllab/query_render.py:116 -msgid "" -"Please check your query and confirm that all template parameters are " -"surround by double braces, for example, \"{{ ds }}\". Then, try running " -"your query again." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 +msgid "Data type" +msgstr "Data type" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " -msgstr "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Verken in Superset>\n" -" " +#: superset/utils/pandas_postprocessing/prophet.py:134 +msgid "DataFrame include at least one series" +msgstr "DataFrame bevat ten minste één reeks" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" -msgstr "Verken in Superset

" +#: superset/utils/pandas_postprocessing/prophet.py:132 +msgid "DataFrame must include temporal column" +msgstr "DataFrame moet een temporele kolom bevatten" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 +#: superset/templates/superset/import_dashboards.html:53 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 +msgid "Database" +msgstr "Database" -#: superset/tasks/schedules.py:184 +#: superset/views/database/views.py:478 #, python-format msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for columnar uploads. Please contact your Superset Admin." msgstr "" -"\n" -" Verken in Superset

\n" -" \n" -" " -#: superset/tasks/schedules.py:372 +#: superset/views/database/views.py:179 #, python-format msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for csv uploads. Please contact your Superset Admin." msgstr "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Verken in Superset>\n" -" " -#: superset/tasks/schedules.py:658 +#: superset/views/database/views.py:318 #, python-format -msgid "[Alert] %(label)s" -msgstr "[Alert] %(label)s" - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Nieuw" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 -msgid "SQL Query" -msgstr "SQL Query" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1320 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1323 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:288 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:211 -#: superset-frontend/src/views/components/MenuRight.tsx:66 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 -msgid "Chart" -msgstr "Grafiek" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1319 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:584 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/components/MenuRight.tsx:73 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:195 -#: superset/views/schedules.py:236 -msgid "Dashboard" -msgstr "Dashboard" - -#: superset-frontend/src/views/components/MenuRight.tsx:227 -#: superset/templates/appbuilder/navbar_right.html:109 -msgid "Profile" -msgstr "Profiel" - -#: superset-frontend/src/views/components/MenuRight.tsx:232 -#: superset/templates/appbuilder/navbar_right.html:110 -msgid "Info" -msgstr "Info" - -#: superset-frontend/src/views/components/MenuRight.tsx:236 -#: superset/templates/appbuilder/navbar_right.html:111 -msgid "Logout" -msgstr "Afmelden" - -#: superset-frontend/src/views/components/MenuRight.tsx:299 -#: superset/templates/appbuilder/navbar_right.html:126 -msgid "Login" -msgstr "Aanmelden" - -#: superset/templates/appbuilder/general/widgets/base_list.html:55 -msgid "Record Count" -msgstr "Record Aantal" - -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:501 -#: superset/templates/appbuilder/general/widgets/base_list.html:64 -msgid "No records found" -msgstr "Geen gegevens gevonden" +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for excel uploads. Please contact your Superset Admin." +msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:24 -msgid "Filter List" -msgstr "Filter Lijst" +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Test connectie" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:94 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:569 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:518 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:423 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:478 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:462 -#: superset/templates/appbuilder/general/widgets/search.html:40 -msgid "Search" -msgstr "Zoek" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 +msgid "Database Creation Error" +msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:57 -msgid "Refresh" -msgstr "Vernieuwen" +#: superset/views/access_requests.py:46 +msgid "Database URL" +msgstr "Database URL" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:598 -#: superset/templates/superset/import_dashboards.html:21 -msgid "Import dashboards" -msgstr "Importeer dashboards" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "" -#: superset/templates/superset/import_dashboards.html:26 -msgid "Import Dashboard(s)" -msgstr "Importeer Dashboard(s)" +#: superset/databases/commands/exceptions.py:96 +msgid "Database could not be created." +msgstr "Database kon niet worden aangemaakt." -#: superset/templates/superset/import_dashboards.html:37 -msgid "File" -msgstr "Bestand" +#: superset/databases/commands/exceptions.py:115 +msgid "Database could not be deleted." +msgstr "Database kon niet worden verwijderd." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 -#: superset/templates/superset/import_dashboards.html:47 -msgid "Choose File" -msgstr "Kies Bestand" +#: superset/databases/commands/exceptions.py:100 +msgid "Database could not be updated." +msgstr "De database kon niet worden bijgewerkt." -#: superset/templates/superset/import_dashboards.html:63 -msgid "Upload" -msgstr "Upload" +#: superset/errors.py:123 +msgid "Database does not allow data manipulation." +msgstr "" -#: superset/templates/superset/request_access.html:20 -msgid "No Access!" -msgstr "Geen Toegang!" +#: superset/charts/commands/exceptions.py:82 +#: superset/datasets/commands/exceptions.py:41 +#: superset/reports/commands/exceptions.py:39 +msgid "Database does not exist" +msgstr "Database bestaat niet" -#: superset/templates/superset/request_access.html:25 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "U hebt geen rechten voor toegang tot de gegevensbron(nen): %(name)s." +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 +msgid "Database does not support subqueries" +msgstr "Database ondersteunt geen subquery’s" -#: superset/templates/superset/request_access.html:31 -msgid "Request Permissions" -msgstr "Permissies aanvragen" +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:178 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:222 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:274 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:492 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:153 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:199 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 -#: superset/templates/superset/request_access.html:34 -msgid "Cancel" -msgstr "Annuleer" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 +msgid "Database error" +msgstr "Database fout" -#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit button to change this field" +#: superset/databases/commands/validate.py:124 +msgid "Database is offline." msgstr "" -#: superset/templates/superset/models/database/macros.html:22 -msgid "Test Connection" -msgstr "Test Connectie" +#: superset/reports/commands/exceptions.py:66 +msgid "Database is required for alerts" +msgstr "Database is nodig voor waarschuwingen" -#: superset/utils/core.py:864 -#, python-format -msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] Toegang tot de gegevensbron %(name)s werd verleend" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 +msgid "Database name" +msgstr "Database naam" -#: superset/utils/core.py:1048 -#, python-format -msgid "Unsupported clause type: %(clause)s" -msgstr "" +#: superset/datasets/commands/exceptions.py:50 +msgid "Database not allowed to change" +msgstr "Database mag niet wijzigen" -#: superset/utils/core.py:1284 -msgid "Invalid metric object" -msgstr "" +#: superset/databases/commands/exceptions.py:92 +msgid "Database not found." +msgstr "Database niet gevonden." -#: superset/utils/date_parser.py:390 -#, python-format -msgid "Unable to find such a holiday: [%(holiday)s]" -msgstr "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "Database niet gevonden." -#: superset/utils/pandas_postprocessing/boxplot.py:88 -msgid "" -"percentiles must be a list or tuple with two numeric values, of which the" -" first is lower than the second value" -msgstr "" +#: superset/databases/commands/exceptions.py:32 +msgid "Database parameters are invalid." +msgstr "Database parameters zijn ongeldig." -#: superset/utils/pandas_postprocessing/compare.py:53 -msgid "`compare_columns` must have the same length as `source_columns`." -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Database poort" -#: superset/utils/pandas_postprocessing/compare.py:57 -msgid "`compare_type` must be `difference`, `percentage` or `ratio`" -msgstr "" +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 +msgid "Database port" +msgstr "Database poort" -#: superset/utils/pandas_postprocessing/contribution.py:59 -#, python-format -msgid "" -"Column \"%(column)s\" is not numeric or does not exists in the query " -"results." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" msgstr "" -#: superset/utils/pandas_postprocessing/contribution.py:69 -msgid "`rename_columns` must have the same length as `columns`." -msgstr "`rename_columns` moet dezelfde lengte hebben als `columns`." +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 +msgid "Databases" +msgstr "Databases" + +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 +msgid "Dataframe Index" +msgstr "Dataframe Index" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/explore/controls.jsx:189 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 +msgid "Dataset" +msgstr "Dataset" -#: superset/utils/pandas_postprocessing/cum.py:61 +#: superset/datasets/commands/exceptions.py:32 #, python-format -msgid "Invalid cumulative operator: %(operator)s" -msgstr "Ongeldige cumulative operator: %(operator)s" +msgid "Dataset %(name)s already exists" +msgstr "Dataset %(name)s bestaat al" -#: superset/utils/pandas_postprocessing/geography.py:49 -msgid "Invalid geohash string" -msgstr "Ongeldige geohash string" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Dataset naam" -#: superset/utils/pandas_postprocessing/geography.py:72 -msgid "Invalid longitude/latitude" -msgstr "Ongeldige longitude/latitude" +#: superset/datasets/columns/commands/exceptions.py:27 +msgid "Dataset column delete failed." +msgstr "Dataset kolom verwijderen mislukt." -#: superset/utils/pandas_postprocessing/geography.py:114 -msgid "Invalid geodetic string" -msgstr "Ongeldige geodetic string" +#: superset/datasets/columns/commands/exceptions.py:23 +msgid "Dataset column not found." +msgstr "Dataset kolom niet gevonden." -#: superset/utils/pandas_postprocessing/pivot.py:71 -msgid "Pivot operation requires at least one index" -msgstr "Pivot bewerking vereist ten minste één index" +#: superset/datasets/commands/exceptions.py:157 +msgid "Dataset could not be created." +msgstr "Dataset kon niet worden aangemaakt." -#: superset/utils/pandas_postprocessing/pivot.py:75 -msgid "Pivot operation must include at least one aggregate" -msgstr "De pivotbewerking moet ten minste één aggregaat omvatten" +#: superset/datasets/commands/exceptions.py:165 +msgid "Dataset could not be deleted." +msgstr "Dataset kon niet worden verwijderd." -#: superset/utils/pandas_postprocessing/prophet.py:61 -msgid "`prophet` package not installed" -msgstr "`prophet` package niet geïnstalleerd" +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "Dataset kon niet worden bijgewerkt." -#: superset/utils/pandas_postprocessing/prophet.py:114 -msgid "Time grain missing" -msgstr "Time grain ontbreekt" +#: superset/datasets/commands/exceptions.py:161 +#: superset/datasets/commands/exceptions.py:173 +msgid "Dataset could not be updated." +msgstr "Dataset kon niet worden bijgewerkt." -#: superset/utils/pandas_postprocessing/prophet.py:117 -#, python-format -msgid "Unsupported time grain: %(time_grain)s" -msgstr "Niet-ondersteunde time grain: %(time_grain)s" +#: superset/datasets/commands/exceptions.py:149 +msgid "Dataset does not exist" +msgstr "Dataset bestaat niet" -#: superset/utils/pandas_postprocessing/prophet.py:123 -msgid "Periods must be a whole number" +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" msgstr "" -#: superset/utils/pandas_postprocessing/prophet.py:126 -msgid "Confidence interval must be between 0 and 1 (exclusive)" -msgstr "Confidence interval moet tussen 0 en 1 liggen (exclusief)" - -#: superset/utils/pandas_postprocessing/prophet.py:129 -msgid "DataFrame must include temporal column" -msgstr "DataFrame moet een temporele kolom bevatten" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 +msgid "Dataset is required" +msgstr "Dataset is vereist" -#: superset/utils/pandas_postprocessing/prophet.py:131 -msgid "DataFrame include at least one series" -msgstr "DataFrame bevat ten minste één reeks" +#: superset/datasets/metrics/commands/exceptions.py:27 +msgid "Dataset metric delete failed." +msgstr "Dataset meetgegevens verwijderen mislukt." -#: superset/utils/pandas_postprocessing/rolling.py:73 -msgid "Undefined window for rolling operation" -msgstr "Onbepaald venster voor rolling operation" +#: superset/datasets/metrics/commands/exceptions.py:23 +msgid "Dataset metric not found." +msgstr "Dataset meeteenheid niet gevonden." -#: superset/utils/pandas_postprocessing/rolling.py:75 -msgid "Window must be > 0" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 +msgid "Dataset name" +msgstr "Dataset naam" -#: superset/utils/pandas_postprocessing/rolling.py:90 -#, python-format -msgid "Invalid rolling_type: %(type)s" -msgstr "Ongeldig rolling_type: %(type)s" +#: superset/datasets/commands/exceptions.py:153 +msgid "Dataset parameters are invalid." +msgstr "Dataset parameters zijn ongeldig." -#: superset/utils/pandas_postprocessing/rolling.py:96 +#: superset/dashboards/api.py:430 #, python-format -msgid "Invalid options for %(rolling_type)s: %(options)s" -msgstr "Ongeldige opties voor %(rolling_type)s: %(options)s" +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" -#: superset/utils/pandas_postprocessing/utils.py:131 -msgid "Referenced columns not available in DataFrame." -msgstr "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." +#: superset/datasets/commands/exceptions.py:169 +msgid "Dataset(s) could not be bulk deleted." +msgstr "Dataset(s) konden niet in bulk worden verwijderd." -#: superset/utils/pandas_postprocessing/utils.py:156 -#, python-format -msgid "Column referenced by aggregate is undefined: %(column)s" -msgstr "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 +msgid "Datasets" +msgstr "Datasets" -#: superset/utils/pandas_postprocessing/utils.py:163 -#, python-format -msgid "Operator undefined for aggregator: %(name)s" -msgstr "Operator ongedefinieerd voor aggregator: %(name)s" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" -#: superset/utils/pandas_postprocessing/utils.py:172 -#, python-format -msgid "Invalid numpy function: %(operator)s" -msgstr "Ongeldige numpy functie: %(operator)s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 +msgid "Datasets do not contain a temporal column" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset-frontend/src/views/components/MenuRight.tsx:224 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 -msgid "User" -msgstr "Gebruiker" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 +msgid "Datasource" +msgstr "Gegevensbron" -#: superset/views/access_requests.py:42 -msgid "User Roles" -msgstr "Gebruikersrollen" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 +msgid "Datasource & Chart Type" +msgstr "" -#: superset/views/access_requests.py:43 -msgid "Database URL" -msgstr "Database URL" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "Dataset bestaat niet" -#: superset/views/access_requests.py:45 -msgid "Roles to grant" -msgstr "Toe te kennen rollen" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 -msgid "Created On" -msgstr "Gecreëerd op" +#: superset/charts/commands/exceptions.py:101 +msgid "Datasource type is required when datasource_id is given" +msgstr "Datasourcetype is vereist wanneer datasource_id is gegeven" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Lijst van waarnemingen" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 +msgid "Date Time Format" +msgstr "" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "Toon Waarneming" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 +msgid "Date filter" +msgstr "Datum filter" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "Foutmelding" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 +msgid "Date format" +msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "Log Retentie (dagen)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Datetime formaat" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "Een puntkomma ‘;’ afgebakende lijst van e-mailadressen" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 +msgid "Date/Time" +msgstr "Datum/Tijd" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "Hoe lang moet ik de logs bewaren voor deze waarschuwing" +#: superset/connectors/sqla/views.py:163 +msgid "Datetime Format" +msgstr "Datumtijd Formaat" -#: superset/views/alerts.py:191 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." +"Datetime column not provided as part table configuration and is required " +"by this type of chart" msgstr "" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 +msgid "Datetime format" +msgstr "Datetime formaat" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset/db_engine_specs/base.py:106 +msgid "Day" +msgstr "Dag" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "begintijd of eindtijd van de aantekening is vereist." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#, python-format +msgid "Days %s" +msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "De eindtijd van de aantekening mag niet vroeger zijn dan de begintijd." +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 +msgid "Db engine did not return all queried columns" +msgstr "Db engine retourneerde niet alle opgevraagde kolommen" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "Aantekeningen" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Actief" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "Toon Aantekening" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 +msgid "December" +msgstr "December" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "Voeg Aantekening toe" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "Bewerk Aantekening" +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 +msgid "Decimal Character" +msgstr "Decimaal teken" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "Laag" +#: superset/viz.py:2743 +msgid "Deck.gl - 3D Grid" +msgstr "Deck.gl - 3D Grid" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:218 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:222 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 -msgid "Label" -msgstr "Label" +#: superset/viz.py:2859 +msgid "Deck.gl - 3D HEX" +msgstr "Deck.gl - 3D HEX" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 -msgid "Start" -msgstr "Start" +#: superset/viz.py:2899 +msgid "Deck.gl - Arc" +msgstr "Deck.gl - Arc" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 -msgid "End" -msgstr "Einde" +#: superset/viz.py:2880 +msgid "Deck.gl - GeoJSON" +msgstr "Deck.gl - GeoJSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 -msgid "JSON Metadata" -msgstr "JSON Metadata" +#: superset/viz.py:2468 +msgid "Deck.gl - Multiple Layers" +msgstr "Deck.gl - Meerdere Lagen" -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "Toon Aantekeningen Laag" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "Voeg Aantekeningen Laag toe" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "Bewerk Aantenekening Laag" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:128 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:235 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:237 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:280 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:274 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 -msgid "Name" -msgstr "Naam" +#: superset/viz.py:2775 +msgid "Deck.gl - Paths" +msgstr "Deck.gl - Paths" -#: superset/views/base.py:252 -msgid "" -"Table [%{table}s] could not be found, please double check your database " -"connection, schema, and table name, error: {}" -msgstr "" -"De tabel [%{table}s] kon niet worden gevonden, controleer uw " -"databaseverbinding, schema en tabelnaam, fout: {}" +#: superset/viz.py:2826 +msgid "Deck.gl - Polygon" +msgstr "Deck.gl - Polygon" -#: superset/views/base.py:531 -msgid "json isn't valid" -msgstr "json is ongeldig" +#: superset/viz.py:2662 +msgid "Deck.gl - Scatter plot" +msgstr "Deck.gl - Scatter plot" -#: superset/views/base.py:542 -msgid "Export to YAML" -msgstr "Export naar YAML" +#: superset/viz.py:2714 +msgid "Deck.gl - Screen Grid" +msgstr "Deck.gl - Screen Grid" -#: superset/views/base.py:542 -msgid "Export to YAML?" -msgstr "Export naar YAML?" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 +msgid "Default" +msgstr "Standaard" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:87 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:396 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:680 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:369 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:624 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:629 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:509 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:599 -msgid "Delete" -msgstr "Verwijder" +#: superset/connectors/sqla/views.py:484 +msgid "Default Endpoint" +msgstr "Standaard eindpunt" -#: superset/views/base.py:599 -msgid "Delete all Really?" -msgstr "Ben je zeker dat je alles wil verwijderen?" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 +msgid "Default URL" +msgstr "Standaard URL" -#: superset/views/base_api.py:134 -msgid "Is favorite" -msgstr "Is favoriet" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 +msgid "Default URL to redirect to when accessing from the dataset list page" +msgstr "" +"Standaard URL om naar door te verwijzen bij toegang vanaf de dataset " +"lijst pagina" -#: superset/views/core.py:183 -msgid "The data source seems to have been deleted" -msgstr "De gegevensbron lijkt te zijn verwijderd" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 +msgid "Default Value" +msgstr "Default Value" -#: superset/views/core.py:184 -msgid "The user seems to have been deleted" -msgstr "De gebruiker lijkt te zijn verwijderd" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "" -#: superset/views/core.py:301 -msgid "Access was requested" -msgstr "Toegang werd gevraagd" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 +msgid "Default latitude" +msgstr "" -#: superset/views/core.py:355 -msgid "The access requests seem to have been deleted" -msgstr "De toegangsverzoeken lijken te zijn gewist" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 +msgid "Default longitude" +msgstr "" -#: superset/views/core.py:367 -#, python-format +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" -msgstr "%(user)s kreeg de rol %(role)s die toegang geeft tot de %(datasource)s" +"Default minimal column width in pixels, actual width may still be larger " +"than this if other columns don't need much space" +msgstr "" -#: superset/views/core.py:390 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 +msgid "Default value is required" msgstr "" -"Rol %(r)s werd uitgebreid om toegang te verschaffen tot de gegevensbron " -"%(ds)s" -#: superset/views/core.py:407 -msgid "You have no permission to approve this request" -msgstr "Je hebt geen toestemming om dit verzoek goed te keuren" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "Default value must be set when \"Filter has default value\" is checked" +msgstr "" -#: superset/views/core.py:625 superset/views/core.py:851 -#: superset/views/core.py:857 superset/views/core.py:1027 -#: superset/views/core.py:1045 -msgid "You don't have the rights to " -msgstr "Je hebt niet de rechten om " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" -#: superset/views/core.py:625 -msgid "download as csv" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" msgstr "" -#: superset/views/core.py:707 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 msgid "" -"Cannot import dashboard: %(db_error)s.\n" -"Make sure to create the database before importing the dashboard." +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -"Kan dashboard niet importeren: %(db_error)s.\n" -"Zorg ervoor dat u de database aanmaakt voordat u het dashboard importeert." -#: superset/views/core.py:718 -msgid "An unknown error occurred. Please contact your Superset administrator" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -"Er is een onbekende fout opgetreden. Neem contact op met uw Superset-" -"beheerder" -#: superset/views/core.py:754 -msgid "Form data not found in cache, reverting to chart metadata." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/views/core.py:757 -msgid "Form data not found in cache, reverting to dataset metadata." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" msgstr "" -#: superset/views/core.py:811 -msgid "[Missing Dataset]" -msgstr "[Missing Dataset]" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 +msgid "Defines how each series is broken down" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" -#: superset/views/core.py:851 superset/views/core.py:1028 -msgid "alter this " -msgstr "wijzig dit " +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:163 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:726 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:84 -#: superset/views/core.py:851 superset/views/core.py:857 -msgid "chart" -msgstr "grafiek" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +msgid "" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" +msgstr "" +"Bepaalt de grootte van de rolvenster functie, ten opzichte van de " +"geselecteerde tijdgranulariteit" -#: superset/views/core.py:857 superset/views/core.py:1046 -msgid "create a " -msgstr "maak een " +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 +msgid "" +"Defines whether the step should appear at the beginning, middle or end " +"between two data points" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 +msgid "Delete" +msgstr "Verwijder" -#: superset/views/core.py:911 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format -msgid "Explore - %(table)s" -msgstr "Verken - %(table)s" +msgid "Delete %s?" +msgstr "%s verwijderen?" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:90 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:48 -#: superset/views/core.py:913 -msgid "Explore" -msgstr "Verken" +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 +msgid "Delete Annotation?" +msgstr "Aantekening verwijderen?" -#: superset/views/core.py:1003 -msgid "Chart [{}] has been saved" -msgstr "Grafiek [{}] is opgeslagen" +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 +msgid "Delete Database?" +msgstr "Database verwijderen?" -#: superset/views/core.py:1007 -msgid "Chart [{}] has been overwritten" -msgstr "Grafiek [{}] is overschreven" +#: superset-frontend/src/pages/DatasetList/index.tsx:723 +msgid "Delete Dataset?" +msgstr "Dataset verwijderen?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:680 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:80 -#: superset/views/core.py:1029 superset/views/core.py:1047 -msgid "dashboard" -msgstr "dashboard" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 +msgid "Delete Layer?" +msgstr "Laag verwijderen?" -#: superset/views/core.py:1034 -msgid "Chart [{}] was added to dashboard [{}]" -msgstr "Grafiek [{}] werd toegevoegd aan dashboard [{}]" +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 +msgid "Delete Query?" +msgstr "Verwijder Query?" -#: superset/views/core.py:1056 -msgid "Dashboard [{}] just got created and chart [{}] was added to it" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 +msgid "Delete Report?" msgstr "" -"Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" -#: superset/views/core.py:1301 -msgid "" -"This dashboard was changed recently. Please reload dashboard to get " -"latest version." +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 +msgid "Delete Template?" +msgstr "Template verwijderen?" + +#: superset/views/base.py:663 +msgid "Delete all Really?" +msgstr "Ben je zeker dat je alles wil verwijderen?" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 +msgid "Delete annotation" +msgstr "Aantekening verwijderen" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 +msgid "Delete dashboard tab?" +msgstr "Dashboard tabblad verwijderen?" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 +msgid "Delete database" +msgstr "Verwijder database" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 +msgid "Delete email report" msgstr "" -#: superset/views/core.py:1394 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 +msgid "Delete query" +msgstr "Verwijder query" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 +msgid "Delete template" +msgstr "Verwijder template" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 +msgid "Delete this container and save to remove this message." +msgstr "Verwijder deze container en sla op om dit bericht te verwijderen." + +#: superset/annotation_layers/annotations/api.py:504 +#, python-format +msgid "Deleted %(num)d annotation" +msgid_plural "Deleted %(num)d annotations" +msgstr[0] "%(num)d aantekening verwijderd" +msgstr[1] "%(num)d aantekeningen verwijderd" + +#: superset/annotation_layers/api.py:355 +#, python-format +msgid "Deleted %(num)d annotation layer" +msgid_plural "Deleted %(num)d annotation layers" +msgstr[0] "%(num)d Aantekeningenlaag verwijderd" +msgstr[1] "%(num)d aantekeninglagen verwijderd" + +#: superset/charts/api.py:524 +#, python-format +msgid "Deleted %(num)d chart" +msgid_plural "Deleted %(num)d charts" +msgstr[0] "Verwijderde %(num)d grafiek" +msgstr[1] "Verwijderde %(num)d grafieken" + +#: superset/css_templates/api.py:139 #, python-format -msgid "Could not load database driver: %(driver_name)s" -msgstr "Kon database driver niet laden: %(driver_name)s" - -#: superset/views/core.py:1403 -msgid "" -"Invalid connection string, a valid string usually follows:\n" -"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -msgstr "" -"Ongeldige verbindings string, een geldige string volgt meestal:\n" -"‘DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME’" +msgid "Deleted %(num)d css template" +msgid_plural "Deleted %(num)d css templates" +msgstr[0] "Verwijderde %(num)d css sjabloon" +msgstr[1] "Verwijderde %(num)d css sjablonen" -#: superset/views/core.py:1783 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" -msgstr "" +#: superset/dashboards/api.py:760 +#, python-format +msgid "Deleted %(num)d dashboard" +msgid_plural "Deleted %(num)d dashboards" +msgstr[0] "Verwijderde %(num)d dashboard" +msgstr[1] "Verwijderde %(num)d dashboards" -#: superset/views/core.py:1793 +#: superset/datasets/api.py:783 #, python-format -msgid "Chart %(id)s not found" -msgstr "Grafiek %(id)s niet gevonden" +msgid "Deleted %(num)d dataset" +msgid_plural "Deleted %(num)d datasets" +msgstr[0] "Verwijderde %(num)d dataset" +msgstr[1] "Verwijderde %(num)d datasets" -#: superset/views/core.py:1806 +#: superset/reports/api.py:502 #, python-format -msgid "Table %(table)s wasn't found in the database %(db)s" -msgstr "Tabwl %(table)s werd niet gevonden in de database %(db)s" +msgid "Deleted %(num)d report schedule" +msgid_plural "Deleted %(num)d report schedules" +msgstr[0] "Verwijderde %(num)d rapport schema" +msgstr[1] "Verwijderde %(num)d rapport schema’s" -#: superset/views/core.py:2045 -msgid "Can't find user, please ask your admin to create one." -msgstr "" +#: superset/queries/saved_queries/api.py:222 +#, python-format +msgid "Deleted %(num)d saved query" +msgid_plural "Deleted %(num)d saved queries" +msgstr[0] "%(num)d opgeslagen query verwijderd" +msgstr[1] "%(num)d opgeslagen zoekopdrachten verwijderd" -#: superset/views/core.py:2054 -msgid "Can't find DruidCluster" -msgstr "" +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 +#, python-format +msgid "Deleted: %s" +msgstr "Verwijderd: %s" -#: superset/views/core.py:2116 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 msgid "" -"One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" msgstr "" -#: superset/views/core.py:2126 superset/views/core.py:2196 -msgid "The database was not found." -msgstr "" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 +msgid "Delimited long & lat single column" +msgstr "Afgebakende lengtegraad en breedtegraad in enkele kolom" -#: superset/views/core.py:2216 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" +#: superset/views/database/forms.py:150 +msgid "Delimiter" +msgstr "Scheidingsteken" -#: superset/views/core.py:2307 -msgid "" -"Data could not be retrieved from the results backend. You need to re-run " -"the original query." +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 +msgid "Delivery method" msgstr "" -#: superset/views/core.py:2321 -msgid "" -"The query associated with these results could not be found. You need to " -"re-run the original query." +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" msgstr "" -#: superset/views/core.py:2336 -msgid "" -"You are not authorized to see this query. If you think this is an error, " -"please reach out to your administrator." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 +msgid "Density" msgstr "" -#: superset/views/core.py:2354 -msgid "" -"Data could not be deserialized from the results backend. The storage " -"format might have changed, rendering the old data stake. You need to re-" -"run the original query." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" msgstr "" -#: superset/views/core.py:2371 -msgid "The provided `rows` argument is not a valid integer." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 +msgid "Deprecated" msgstr "" -#: superset/views/core.py:2480 -#, python-format -msgid "" -"%(validator)s was unable to check your query.\n" -"Please recheck your query.\n" -"Exception: %(ex)s" -msgstr "" -"%(validator)s was niet in staat om uw query te controleren.\n" -"Controleer uw query opnieuw.\n" -"Uitzondering: %(ex)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 +msgid "Description" +msgstr "Omschrijving" -#: superset/views/core.py:2811 -#, python-format -msgid "%(user)s's profile" -msgstr "%(user)s’s profiel" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 +msgid "Description (this can be seen in the list)" +msgstr "Omschrijving (dit is te zien in de lijst)" -#: superset/views/css_templates.py:37 -msgid "Show CSS Template" -msgstr "Toon CSS Template" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 +msgid "Description Columns" +msgstr "" -#: superset/views/css_templates.py:38 -msgid "Add CSS Template" -msgstr "Voeg CSS Template toe" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 +msgid "Description text that shows up below your Big Number" +msgstr "" -#: superset/views/css_templates.py:39 -msgid "Edit CSS Template" -msgstr "Bewerk CSS Template" +#: superset-frontend/src/components/ListView/ListView.tsx:360 +msgid "Deselect all" +msgstr "Alles deselecteren" -#: superset/views/css_templates.py:44 -msgid "Template Name" -msgstr "Template Naam" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 +msgid "Details of the certification" +msgstr "Details van de certificering" -#: superset/views/dynamic_plugins.py:47 -msgid "A human-friendly name" -msgstr "Een mensvriendelijke naam" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 +msgid "Determines how whiskers and outliers are calculated." +msgstr "" -#: superset/views/dynamic_plugins.py:48 +#: superset/views/dashboard/mixin.py:70 msgid "" -"Used internally to identify the plugin. Should be set to the package name" -" from the pluginʼs package.json" +"Determines whether or not this dashboard is visible in the list of all " +"dashboards" msgstr "" +"Bepaalt of dit dashboard al dan niet zichtbaar is in de lijst van alle " +"dashboards" -#: superset/views/dynamic_plugins.py:52 -msgid "" -"A full URL pointing to the location of the built plugin (could be hosted " -"on a CDN for example)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 +msgid "Diamond" msgstr "" -#: superset/views/dynamic_plugins.py:58 -msgid "Custom Plugins" -msgstr "Custom Plugins" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 +msgid "Did you mean:" +msgstr "Bedoelde je:" -#: superset/views/dynamic_plugins.py:59 -msgid "Custom Plugin" -msgstr "Custom Plugin" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 +msgid "Difference" +msgstr "" -#: superset/views/dynamic_plugins.py:60 -msgid "Add a Plugin" -msgstr "Voeg een Plugin toe" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" -#: superset/views/dynamic_plugins.py:61 -msgid "Edit Plugin" -msgstr "Bewerk Plugin" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "E-mailrapporten voor dashboards plannen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "Beheer e-mailrapporten voor dashboards" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Gewijzigd op" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +#, fuzzy +msgid "Dimensions" +msgstr "Is dimensie" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 -msgid "Active" -msgstr "Actief" +#: superset/viz.py:2005 +msgid "Directed Force Layout" +msgstr "Directed Force Layout" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +msgid "Directional" +msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "Ontvangers" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Slack Kanaal" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "Lever als Groep" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "Type levering" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +msgid "Disabled" +msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" -msgstr "E-mailrapporten voor grafieken plannen" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "dashboard" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "Beheer e-mailrapporten voor grafieken" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +msgid "Discrete" +msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "Email Formaat" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 +msgid "Display Name" +msgstr "Toon naam" -#: superset/views/sql_lab.py:39 -msgid "List Saved Query" -msgstr "Lijst Opgeslagen Query" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +msgid "Display column level total" +msgstr "" -#: superset/views/sql_lab.py:40 -msgid "Show Saved Query" -msgstr "Toon Opgeslagen Query" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 +msgid "Display configuration" +msgstr "Weergave configuratie" -#: superset/views/sql_lab.py:41 -msgid "Add Saved Query" -msgstr "Voeg Opgeslagen Query toe" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 +msgid "" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." +msgstr "" -#: superset/views/sql_lab.py:42 -msgid "Edit Saved Query" -msgstr "Bewerk Opgeslagen Query" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 +msgid "Display row level total" +msgstr "" -#: superset/views/sql_lab.py:73 -msgid "End Time" -msgstr "Eindtijd" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Planning instellingen" -#: superset/views/sql_lab.py:74 -msgid "Pop Tab Link" -msgstr "Pop Tab Link" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 +msgid "Display total row/column" +msgstr "" -#: superset/views/sql_lab.py:75 -msgid "Changed on" -msgstr "Gewijzigd op" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 +msgid "" +"Displays connections between entities in a graph structure. Useful for " +"mapping relationships and showing which nodes are important in a network." +" Graph charts can be configured to be force-directed or circulate. If " +"your data has a geospatial component, try the deck.gl Arc chart." +msgstr "" -#: superset-frontend/src/chart/Chart.jsx:74 superset/views/utils.py:270 -msgid "The dataset associated with this chart no longer exists" -msgstr "De dataset die bij deze grafiek hoort bestaat niet meer" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 +msgid "Distribute across" +msgstr "" -#: superset/views/utils.py:549 -msgid "Could not determine datasource type" -msgstr "Kon type databron niet bepalen" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 +msgid "Distribution" +msgstr "" -#: superset/views/utils.py:565 -msgid "Could not find viz object" -msgstr "Kon het viz object niet vinden" +#: superset/viz.py:1801 +msgid "Distribution - Bar Chart" +msgstr "Verdeling - Staafdiagram" -#: superset/views/chart/mixin.py:27 -msgid "Show Chart" -msgstr "Toon grafiek" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 +msgid "Divider" +msgstr "Verdeler" -#: superset/views/chart/mixin.py:28 -msgid "Add Chart" -msgstr "Voeg grafiek toe" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 +msgid "Do you want a donut or a pie?" +msgstr "" -#: superset/views/chart/mixin.py:29 -msgid "Edit Chart" -msgstr "Bewerk grafiek" +#: superset-frontend/src/features/home/RightMenu.tsx:531 +msgid "Documentation" +msgstr "" -#: superset/views/chart/mixin.py:64 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 +msgid "Domain" msgstr "" -#: superset/views/chart/mixin.py:70 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the datasource/table timeout if undefined." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +msgid "Donut" msgstr "" -"Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit " -"standaard de datasource/tabel timeout is indien ongedefinieerd." -#: superset/views/chart/mixin.py:82 -msgid "Last Modified" -msgstr "Laatst gewijzigd" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Bewerkt" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 -#: superset/views/chart/mixin.py:84 -msgid "Parameters" -msgstr "Parameters" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "Download naar CSV" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset/views/chart/mixin.py:88 -msgid "Visualization Type" -msgstr "Type visualisatie" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 +msgid "Download as image" +msgstr "Download als afbeelding" -#: superset/views/dashboard/mixin.py:26 -msgid "Show Dashboard" -msgstr "Toon Dashboard" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 +msgid "Download to CSV" +msgstr "Download naar CSV" -#: superset/views/dashboard/mixin.py:27 -msgid "Add Dashboard" -msgstr "Voeg Dashboard toe" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 +msgid "Draft" +msgstr "Draft" -#: superset/views/dashboard/mixin.py:28 -msgid "Edit Dashboard" -msgstr "Bewerk Dashboard" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" -#: superset/views/dashboard/mixin.py:47 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" msgstr "" -#: superset/views/dashboard/mixin.py:53 -msgid "" -"The CSS for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 +msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset/views/dashboard/mixin.py:58 -msgid "To get a readable URL for your dashboard" -msgstr "Om een leesbare URL voor uw dashboard te krijgen" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 +msgid "Draw area under curves. Only applicable for line types." +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:596 -#: superset/views/dashboard/mixin.py:59 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 +msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset/views/dashboard/mixin.py:65 -msgid "Owners is a list of users who can alter the dashboard." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" msgstr "" -"Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." -#: superset/views/dashboard/mixin.py:66 -msgid "" -"Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset/views/dashboard/mixin.py:71 -msgid "" -"Determines whether or not this dashboard is visible in the list of all " -"dashboards" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -"Bepaalt of dit dashboard al dan niet zichtbaar is in de lijst van alle " -"dashboards" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:521 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:280 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:196 -msgid "Title" -msgstr "Titel" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" -#: superset/views/dashboard/mixin.py:80 -msgid "Slug" -msgstr "Slug" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:500 -#: superset/views/dashboard/mixin.py:84 -msgid "Published" -msgstr "Gepubliceerd" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, python-format +msgid "Drill by: %s" +msgstr "" -#: superset/views/dashboard/mixin.py:87 -msgid "Position JSON" -msgstr "Positie JSON" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 -msgid "CSS" -msgstr "CSS" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:415 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:688 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:387 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:632 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:348 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:374 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:637 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:517 -#: superset/views/dashboard/views.py:69 -msgid "Export" -msgstr "Export" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" -#: superset/views/dashboard/views.py:69 -msgid "Export dashboards?" -msgstr "Export dashboards?" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Naam van de tabel die op basis van csv-gegevens moet worden gemaakt." +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "CSV Bestand" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "Selecteer een CSV-bestand dat moet worden geüpload naar een database." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 -#, python-format -msgid "Only the following file extensions are allowed: %(allowed_extensions)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -"Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 -msgid "Specify a schema (if database flavor supports this)." -msgstr "Geef een schema op (als de databasesmaak dit ondersteunt)." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" -#: superset/views/database/forms.py:132 -msgid "Delimiter" -msgstr "Scheidingsteken" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" msgstr "" -"Scheidingsteken dat door het CSV-bestand wordt gebruikt (gebruik voor " -"spaties “s+)." -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 -msgid "Table Exists" -msgstr "De tabel bestaat reeds" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 -msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop" -" and recreate table) or Append (insert data)." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" msgstr "" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 -msgid "Fail" -msgstr "Fout" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" +msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 -msgid "Replace" -msgstr "Vervang" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 +msgid "Dual Line Chart" +msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 -msgid "Append" -msgstr "Voeg toe" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "Tabblad Dupliceren" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 -msgid "Header Row" -msgstr "Koptekst rij" +#: superset/views/datasource/views.py:122 +#, python-format +msgid "Duplicate column name(s): %(columns)s" +msgstr "Dubbele kolomnaam (of -namen): %(columns)s" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/common/query_object.py:291 +#, python-format msgid "" -"Row containing the headers to use as column names (0 is first line of " -"data). Leave empty if there is no header row." +"Duplicate column/metric labels: %(labels)s. Please make sure all columns " +"and metrics have a unique label." msgstr "" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 -msgid "Index Column" -msgstr "Index Kolom" - -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 -msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index" -" column." -msgstr "" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Bewerk de dataset" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 -msgid "Mangle Duplicate Columns" -msgstr "Dubbele kolommen verwijderen" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 +msgid "Duplicate tab" +msgstr "Tabblad Dupliceren" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 -msgid "Specify duplicate columns as \"X.0, X.1\"." -msgstr "Specificeer dubbele kolommen als “X.0, X.1”." +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 +msgid "Duration" +msgstr "Duur" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -msgid "Use Columns" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset/views/database/mixins.py:172 msgid "" -"Json list of the column names that should be read. If not None, only " -"these columns will be read from the file." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/database/forms.py:184 -msgid "Skip Initial Space" -msgstr "Eerste spatie overslaan" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." -msgstr "Spaties overslaan na het scheidingsteken." - -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 -msgid "Skip Rows" -msgstr "Rijen overslaan" +#: superset/views/chart/mixin.py:69 +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Note this " +"defaults to the datasource/table timeout if undefined." +msgstr "" +"Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat " +"dit standaard de datasource/tabel timeout is indien ongedefinieerd." -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 -msgid "Number of rows to skip at start of file." -msgstr "Aantal rijen om over te slaan aan het begin van het bestand." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "" +"Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat " +"dit standaard de timeout van de dataset is indien ongedefinieerd." -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 -msgid "Rows to Read" -msgstr "Te lezen rijen" +#: superset/connectors/sqla/views.py:462 +msgid "" +"Duration (in seconds) of the caching timeout for this table. A timeout of" +" 0 indicates that the cache never expires. Note this defaults to the " +"database timeout if undefined." +msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 -msgid "Number of rows of file to read." -msgstr "Aantal rijen van het te lezen bestand." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 +msgid "" +"Duration (in seconds) of the metadata caching timeout for schemas of this" +" database. If left unset, the cache never expires." +msgstr "" -#: superset/views/database/forms.py:199 -msgid "Skip Blank Lines" -msgstr "Blanco regels overslaan" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 +msgid "" +"Duration (in seconds) of the metadata caching timeout for tables of this " +"database. If left unset, the cache never expires. " +msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -"Sla lege regels over in plaats van ze te interpreteren als NaN waarden." -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 -msgid "Parse Dates" -msgstr "Bereken Data" +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 -msgid "A comma separated list of columns that should be parsed as dates." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 +msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -"Een door komma’s gescheiden lijst van kolommen die als datums moeten worden " -"geparseerd." -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "Afleiden Datetime Formaat" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 +#, python-format +msgid "Duration: %s" +msgstr "Duur: %s" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "Gebruik Pandas om het datetime formaat automatisch te interpreteren." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 -msgid "Decimal Character" -msgstr "Decimaal teken" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." -msgstr "Teken te interpreteren als decimaalteken." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "ECharts" +msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 -msgid "Dataframe Index" -msgstr "Dataframe Index" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 -msgid "Write dataframe index as a column." -msgstr "Schrijf dataframe index als een kolom." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 +msgid "END (EXCLUSIVE)" +msgstr "EINDE (EXCLUSIEF)" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 -msgid "Column Label(s)" -msgstr "Kolom Label(s)" +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "%s Fout" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 -msgid "" -"Column label for index column(s). If None is given and Dataframe Index is" -" True, Index Names are used." +#: superset-frontend/src/views/CRUD/hooks.ts:700 +#, python-format +msgid "ERROR: %s" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 -msgid "Null values" -msgstr "Nul waarden" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 +msgid "Edge length" +msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 -msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"]," -" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " -"supports only single value. Use [\"\"] for empty string." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 +msgid "Edge length between nodes" msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +msgid "Edge symbols" msgstr "" -"Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." -#: superset/views/database/forms.py:252 -msgid "Excel File" -msgstr "Excel bestand" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 +msgid "Edge width" +msgstr "" -#: superset/views/database/forms.py:253 -msgid "Select a Excel file to be uploaded to a database." +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 +msgid "Edit" +msgstr "Bewerk" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 +msgid "Edit Alert" msgstr "" -"Selecteer een Excel-bestand dat moet worden geüpload naar een database." -#: superset/views/database/forms.py:272 -msgid "Sheet Name" -msgstr "Naam tabblad" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 +msgid "Edit CSS" +msgstr "Bewerk CSS" -#: superset/views/database/forms.py:273 -msgid "Strings used for sheet names (default is the first sheet)." -msgstr "Strings gebruikt voor bladnamen (standaard is het eerste blad)." +#: superset/views/css_templates.py:41 +msgid "Edit CSS Template" +msgstr "Bewerk CSS Template" -#: superset/views/database/forms.py:380 -msgid "Name of table to be created from columnar data." -msgstr "" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 +msgid "Edit CSS template properties" +msgstr "Bewerk CSS template eigenschappen" -#: superset/views/database/forms.py:385 -msgid "Columnar File" -msgstr "" +#: superset/views/chart/mixin.py:28 +msgid "Edit Chart" +msgstr "Bewerk grafiek" -#: superset/views/database/forms.py:386 -msgid "Select a Columnar file to be uploaded to a database." -msgstr "" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Grafiek eigenschappen bewerken" -#: superset/views/database/mixins.py:34 -msgid "Show Database" -msgstr "Toon Database" +#: superset/connectors/sqla/views.py:75 +msgid "Edit Column" +msgstr "Kolom toevoegen" -#: superset/views/database/mixins.py:35 -msgid "Add Database" -msgstr "Voeg Database toe" +#: superset/views/dashboard/mixin.py:27 +msgid "Edit Dashboard" +msgstr "Bewerk Dashboard" #: superset/views/database/mixins.py:36 msgid "Edit Database" msgstr "Bewerk Database" -#: superset/views/database/mixins.py:104 -msgid "Expose this DB in SQL Lab" -msgstr "Expose deze DB in SQL Lab" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 +msgid "Edit Dataset " +msgstr "Bewerk Dataset " -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" +#: superset/views/log/__init__.py:24 +msgid "Edit Log" +msgstr "Bewerk Log" -#: superset/views/database/mixins.py:113 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Sta de CREATE TABLE AS optie toe in SQL Lab" +#: superset/connectors/sqla/views.py:210 +msgid "Edit Metric" +msgstr "Bewerk meeteenheid" -#: superset/views/database/mixins.py:114 -msgid "Allow CREATE VIEW AS option in SQL Lab" -msgstr "Sta de CREATE VIEW AS optie toe in SQL Lab" +#: superset/views/dynamic_plugins.py:61 +msgid "Edit Plugin" +msgstr "Bewerk Plugin" -#: superset/views/database/mixins.py:115 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 +msgid "Edit Report" msgstr "" -#: superset/views/database/mixins.py:120 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" -msgstr "" -"Wanneer de CREATE TABLE AS optie in SQL Lab wordt toegestaan, dwingt deze " -"optie de tabel om in dit schema aangemaakt te worden" +#: superset/connectors/sqla/views.py:293 +msgid "Edit Row level security filter" +msgstr "Bewerk Rij niveau beveiligingsfilter" -#: superset/views/database/mixins.py:163 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them.
If " -"Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." -msgstr "" +#: superset/views/sql_lab/views.py:55 +msgid "Edit Saved Query" +msgstr "Bewerk Opgeslagen Query" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." -msgstr "" +#: superset/connectors/sqla/views.py:387 +msgid "Edit Table" +msgstr "Bewerk tabel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 -msgid "" -"Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." -msgstr "" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 +msgid "Edit annotation" +msgstr "Bewerk aantekening" -#: superset/views/database/mixins.py:180 -msgid "If selected, please set the schemas allowed for csv upload in Extra." -msgstr "" -"Indien geselecteerd, gelieve de toegestane schema’s voor csv upload in Extra " -"in te stellen." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 +msgid "Edit annotation layer" +msgstr "Bewerk de aantekeningenlaag" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:287 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:393 -#: superset/views/database/mixins.py:186 -msgid "Expose in SQL Lab" -msgstr "Expose in SQL Lab" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 +msgid "Edit annotation layer properties" +msgstr "Eigenschappen aantekeningenlaag bewerken" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 -msgid "Allow CREATE TABLE AS" -msgstr "Sta CREATE TABLE AS toe" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Bewerk grafiek" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 -msgid "Allow CREATE VIEW AS" -msgstr "Sta CREATE VIEW AS toe" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 +msgid "Edit chart properties" +msgstr "Grafiek eigenschappen bewerken" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 -msgid "Allow DML" -msgstr "DML toestaan" +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +msgid "Edit dashboard" +msgstr "Bewerk dashboard" -#: superset/views/database/mixins.py:190 -msgid "CTAS Schema" -msgstr "CTAS Schema" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +msgid "Edit database" +msgstr "Bewerk database" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:73 -#: superset/views/database/mixins.py:194 -msgid "SQLAlchemy URI" -msgstr "SQLAlchemy URI" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 +msgid "Edit dataset" +msgstr "Bewerk de dataset" -#: superset/views/database/mixins.py:195 -msgid "Chart Cache Timeout" -msgstr "Cache time-out" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Edit email report" +msgstr "" -#: superset/views/database/mixins.py:197 -msgid "Secure Extra" -msgstr "Secure Extra" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 +msgid "Edit formatter" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 -msgid "Root certificate" -msgstr "Root certificaat" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 +msgid "Edit properties" +msgstr "Eigenschappen bewerken" -#: superset/views/database/mixins.py:199 -msgid "Async Execution" -msgstr "Async uitvoering" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 +msgid "Edit query" +msgstr "Bewerk query" -#: superset/views/database/mixins.py:200 -msgid "Impersonate the logged on user" -msgstr "De aangemelde gebruiker imiteren" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 +msgid "Edit template" +msgstr "Bewerk template" -#: superset/views/database/mixins.py:201 -msgid "Allow Csv Upload" -msgstr "Csv upload toestaan" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 +msgid "Edit template parameters" +msgstr "Bewerk template parameters" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Sta Multi Schema Metadata Fetch toe" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Bewerk dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:233 -#: superset/views/database/mixins.py:204 -msgid "Backend" -msgstr "Backend" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 +msgid "Edit time range" +msgstr "Bewerk tijdspanne" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 -#, python-format -msgid "Extra field cannot be decoded by JSON. %(msg)s" -msgstr "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" +#: superset-frontend/src/features/home/ActivityTable.tsx:151 +msgid "Edited" +msgstr "Bewerkt" -#: superset/views/database/validators.py:40 -msgid "" -"Invalid connection string, a valid string usually " -"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" -"NAME'

Example:'postgresql://user:password@your-postgres-" -"db/database'

" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 +msgid "Editing 1 filter:" +msgstr "Bewerk 1 filter:" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 +msgid "Editing filter set:" +msgstr "Filterset bewerken:" + +#: superset/errors.py:116 +msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/views/database/views.py:118 -msgid "CSV to Database configuration" -msgstr "CSV naar Database configuratie" +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 +#, python-format +msgid "Either the username \"%(username)s\" or the password is incorrect." +msgstr "Either the username “%(username)s” or the password is incorrect." -#: superset/views/database/views.py:136 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for csv uploads. Please contact your Superset Admin." +"Either the username \"%(username)s\", password, or database name " +"\"%(database)s\" is incorrect." msgstr "" +"Ofwel is de gebruikersnaam “%(username)s”, ofwel het wachtwoord, ofwel de" +" databasenaam “%(database)s” niet correct." -#: superset/views/database/views.py:146 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +#: superset/errors.py:115 +msgid "Either the username or the password is wrong." +msgstr "Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" msgstr "" -#: superset/views/database/views.py:240 -#, python-format -msgid "" -"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" -" database \"%(db_name)s\". Error message: %(error_msg)s" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 +msgid "Email reports active" msgstr "" -#: superset/views/database/views.py:252 -#, python-format -msgid "" -"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +#, fuzzy +msgid "Embed" +msgstr "November" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" msgstr "" -"CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in " -"database “%(db_name)s”" -#: superset/views/database/views.py:268 -msgid "Excel to Database configuration" -msgstr "Excel naar Database configuratie" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" +msgstr "Dashboard opslaan" -#: superset/views/database/views.py:283 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for excel uploads. Please contact your Superset Admin." +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 +msgid "Emphasis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 +msgid "Empty circle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 +msgid "Empty collection" +msgstr "Lege verzameling" + +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "kolom" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 +msgid "Empty query?" +msgstr "Lege query?" + +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" msgstr "" -#: superset/views/database/views.py:293 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +#: superset/connectors/sqla/views.py:482 +msgid "Enable Filter Select" +msgstr "Inschakelen Filter Keuze" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +#, fuzzy +msgid "Enable cross-filtering" +msgstr "Cross-filter scoping" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 +msgid "Enable data zooming controls" msgstr "" -#: superset/views/database/views.py:386 -#, python-format -msgid "" -"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " -"in database \"%(db_name)s\". Error message: %(error_msg)s" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" msgstr "" -#: superset/views/database/views.py:398 -#, python-format -msgid "" -"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" -" database \"%(db_name)s\"" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 +msgid "Enable forecast" msgstr "" -#: superset/views/database/views.py:414 -msgid "Columnar to Database configuration" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 +msgid "Enable forecasting" msgstr "" -#: superset/views/database/views.py:439 -msgid "" -"Multiple file extensions are not allowed for columnar uploads. Please " -"make sure all files are of the same extension." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 +msgid "Enable graph roaming" msgstr "" -#: superset/views/database/views.py:452 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for columnar uploads. Please contact your Superset Admin." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 +msgid "Enable node dragging" msgstr "" -#: superset/views/database/views.py:463 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 +msgid "Enable query cost estimation" msgstr "" -#: superset/views/database/views.py:538 -#, python-format -msgid "" -"Unable to upload Columnar file \"%(filename)s\" to table " -"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " -"%(error_msg)s" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 +msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/views/database/views.py:550 -#, python-format +#: superset/viz.py:2567 msgid "" -"Columnar file \"%(columnar_filename)s\" uploaded to table " -"\"%(table_name)s\" in database \"%(db_name)s\"" +"Encountered invalid NULL spatial entry," +" please consider filtering those " +"out" msgstr "" -#: superset/views/datasource/views.py:71 -msgid "Request missing data field." -msgstr "Verzoek om ontbrekend data veld." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 +msgid "End" +msgstr "Einde" -#: superset/views/datasource/views.py:119 -#, python-format -msgid "Duplicate column name(s): %(columns)s" -msgstr "Dubbele kolomnaam (of -namen): %(columns)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "Ongeldige longitude/latitude" -#: superset/views/log/__init__.py:21 -msgid "Logs" -msgstr "Logs" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" -#: superset/views/log/__init__.py:22 -msgid "Show Log" -msgstr "Toon Log" +#: superset/views/sql_lab/views.py:86 +msgid "End Time" +msgstr "Eindtijd" -#: superset/views/log/__init__.py:23 -msgid "Add Log" -msgstr "Voeg Log toe" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 +msgid "End angle" +msgstr "" -#: superset/views/log/__init__.py:24 -msgid "Edit Log" -msgstr "Bewerk Log" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "datum" -#: superset/views/log/__init__.py:31 -msgid "Action" -msgstr "Actie" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 +msgid "End date excluded from time range" +msgstr "Einddatum uitgesloten uit de tijdspanne" -#: superset/views/log/__init__.py:32 -msgid "dttm" -msgstr "dttm" +#: superset/annotation_layers/annotations/commands/exceptions.py:35 +msgid "End date must be after start date" +msgstr "Einddatum moet na begindatum liggen" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 -msgid "Time Range" +#: superset/databases/commands/validate.py:59 +#, python-format +msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 -msgid "Time Column" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 +msgid "Engine Parameters" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 -msgid "Time Grain" +#: superset/databases/schemas.py:298 +msgid "" +"Engine spec \"InvalidEngine\" does not support being configured via " +"individual parameters." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 +msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 -msgid "Time Granularity" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 -msgid "Time" -msgstr "Tijd" +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Voer een nieuwe titel in voor het tabblad" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 -#: superset-frontend/src/explore/controls.jsx:113 -msgid "A reference to the [Time] configuration, taking granularity into account" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 +msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 -msgid "Aggregate" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 +msgid "Enter a new title for the tab" +msgstr "Voer een nieuwe titel in voor het tabblad" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 +msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 -msgid "Raw records" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 +msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedBadge/index.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 #, python-format -msgid "Certified by %s" -msgstr "Gecertificeerd door %s" +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.tsx:82 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 -msgid "description" -msgstr "omschrijving" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 +msgid "Entity" +msgstr "Entiteit" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.tsx:92 -msgid "bolt" -msgstr "bolt" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 +msgid "Entity ID" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.tsx:93 -msgid "Changing this control takes effect instantly" -msgstr "Het veranderen van deze controleknop heeft onmiddellijk effect" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 +msgid "Equal Date Sizes" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 -msgid "Show info tooltip" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:46 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:53 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 +#, python-format +msgid "Error in jinja expression in HAVING clause: %(msg)s" +msgstr "Fout in jinja expressie in HAVING clausule: %(msg)s" + +#: superset/connectors/sqla/models.py:1145 +#, python-format +msgid "Error in jinja expression in RLS filters: %(msg)s" +msgstr "Fout in jinja expressie in RLS filters: %(msg)s" + +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 +#, python-format +msgid "Error in jinja expression in WHERE clause: %(msg)s" +msgstr "Fout in jinja expressie in WHERE clause: %(msg)s" + +#: superset/connectors/sqla/models.py:826 #, python-format -msgid "column name: %s" +msgid "Error in jinja expression in fetch values predicate: %(msg)s" +msgstr "Fout in jinja expressie in fetch values predicate: %(msg)s" + +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 +msgid "Error loading chart datasources. Filters may not work correctly." +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 +msgid "Error message" +msgstr "Foutmelding" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 +msgid "Error while fetching charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:47 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:71 +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 #, python-format -msgid "verbose name: %s" +msgid "Error while fetching data: %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:70 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 +#, python-format +msgid "Error while rendering virtual dataset query: %(msg)s" +msgstr "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" + +#: superset/charts/data/commands/get_data_command.py:55 #, python-format -msgid "metric name: %s" +msgid "Error: %(error)s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#: superset/views/core.py:820 superset/views/core.py:1918 #, python-format -msgid "label name: %s" +msgid "Error: %(msg)s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 -msgid "Advanced analytics" -msgstr "Geavanceerde analytics" +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "Rapport Schedule state niet gevonden" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:246 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:379 -#: superset-frontend/src/explore/controlPanels/sections.tsx:148 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" -msgstr "" -"Dit onderdeel bevat opties die geavanceerde analytische nabewerking van " -"queryresultaten mogelijk maken" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 +msgid "Estimate cost" +msgstr "Kostenraming" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:154 -msgid "Rolling window" -msgstr "Rollend venster" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 +msgid "Estimate selected query cost" +msgstr "Kostenraming van de geselecteerde zoekopdracht" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:160 -msgid "Rolling function" -msgstr "Rolfunctie" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 +msgid "Estimate the cost before running a query" +msgstr "Kostenraming voordat een query wordt uitgevoerd" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:646 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:126 -msgid "None" -msgstr "Geen" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "Recente" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:268 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:400 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 -#: superset-frontend/src/explore/controlPanels/sections.tsx:169 -msgid "" -"Defines a rolling window function to apply, works along with the " -"[Periods] text box" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 +msgid "Event Flow" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:194 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 -msgid "Periods" -msgstr "Periodes" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 +msgid "Event Names" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:282 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:414 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:196 -#: superset-frontend/src/explore/controlPanels/sections.tsx:181 -msgid "" -"Defines the size of the rolling window function, relative to the time " -"granularity selected" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 +msgid "Event definition" msgstr "" -"Bepaalt de grootte van de rolvenster functie, ten opzichte van de " -"geselecteerde tijdgranulariteit" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 -msgid "Min periods" -msgstr "Min periodes" +#: superset/viz.py:2933 +msgid "Event flow" +msgstr "Event flow" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:294 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:177 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:428 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:210 -#: superset-frontend/src/explore/controlPanels/sections.tsx:193 -msgid "" -"The minimum number of rolling periods required to show a value. For " -"instance if you do a cumulative sum on 7 days you may want your \"Min " -"Period\" to be 7, so that all data points shown are the total of 7 " -"periods. This will hide the \"ramp up\" taking place over the first 7 " -"periods" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 +msgid "Event time column" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 +msgid "Every" +msgstr "Elke" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 +msgid "Evolution" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:203 -msgid "Time comparison" -msgstr "Tijdsvergelijking" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 +msgid "Exact" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:211 -msgid "Time shift" -msgstr "Time shift" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 +msgid "Example" +msgstr "Voorbeeld" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:109 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:326 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:209 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 -#: superset-frontend/src/explore/controlPanels/sections.tsx:224 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 +msgid "Examples" +msgstr "Voorbeelden" + +#: superset/views/database/forms.py:278 +msgid "Excel File" +msgstr "Excel bestand" + +#: superset/views/database/views.py:424 +#, python-format msgid "" -"Overlay one or more timeseries from a relative time period. Expects " -"relative time deltas in natural language (example: 24 hours, 7 days, 52 " -"weeks, 365 days). Free text is supported." +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" +" database \"%(db_name)s\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:338 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:221 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:473 -#: superset-frontend/src/explore/controlPanels/sections.tsx:236 -msgid "Calculation type" -msgstr "Soort berekening" +#: superset/views/database/views.py:303 +msgid "Excel to Database configuration" +msgstr "Excel naar Database configuratie" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:131 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:346 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:229 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 -#: superset-frontend/src/explore/controlPanels/sections.tsx:244 -msgid "" -"How to display time shifts: as individual lines; as the difference " -"between the main time series and each time shift; as the percentage " -"change; or as the ratio between series and time shifts." +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 +msgid "Exclude selected values" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:139 -msgid "Resample" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 +msgid "Executed SQL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:146 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:364 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:247 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 -#: superset-frontend/src/explore/controlPanels/sections.tsx:261 -msgid "Rule" -msgstr "Regel" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 +msgid "Executed query" +msgstr "Uitgevoerde query" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:158 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:500 -#: superset-frontend/src/explore/controlPanels/sections.tsx:264 -msgid "Pandas resample rule" -msgstr "Pandas resample regel" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 +msgid "Execution ID" +msgstr "Uitvoerings ID" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 -msgid "Fill method" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 +msgid "Execution log" +msgstr "Uitvoeringslog" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:179 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:392 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:275 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:520 -#: superset-frontend/src/explore/controlPanels/sections.tsx:282 -msgid "Pandas resample method" -msgstr "Pandas resample methode" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Ontbrekende dataset" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:262 -msgid "Annotations and Layers" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 +msgid "Exit fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 -msgid "Chart Title" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "en" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:408 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:109 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:193 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:154 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:134 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:212 -#: superset-frontend/src/explore/controls.jsx:421 -msgid "X Axis" -msgstr "X As" +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 +msgid "Expand all" +msgstr "Alles uitklappen" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 -msgid "X Axis Title" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 -msgid "X AXIS TITLE BOTTOM MARGIN" +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "Koptekst rij" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +msgid "Expand table preview" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:228 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:187 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:244 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:247 -#: superset-frontend/src/explore/controls.jsx:428 -msgid "Y Axis" -msgstr "Y As" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Expand tool bar" +msgstr "Werkbalk uitbreiden" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 -msgid "Y Axis Title" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 -msgid "Y AXIS TITLE MARGIN" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 +#: superset-frontend/src/filters/components/GroupBy/index.ts:31 +#: superset-frontend/src/filters/components/Range/index.ts:31 +#: superset-frontend/src/filters/components/Select/index.ts:32 +#: superset-frontend/src/filters/components/Time/index.ts:31 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 +msgid "Experimental" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 -msgid "Y AXIS TITLE POSITION" -msgstr "" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 +msgid "Explore" +msgstr "Verken" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 -msgid "Predictive Analytics" -msgstr "" +#: superset/views/core.py:985 +#, python-format +msgid "Explore - %(table)s" +msgstr "Verken - %(table)s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 -msgid "Enable forecast" -msgstr "" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 +msgid "Explore the result set in the data exploration view" +msgstr "Verken de resultaten in de gegevensverkenningsweergave" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 -msgid "Enable forecasting" -msgstr "" +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 +msgid "Export" +msgstr "Export" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 -msgid "Forecast periods" -msgstr "" +#: superset/views/dashboard/views.py:65 +msgid "Export dashboards?" +msgstr "Export dashboards?" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 -msgid "How many periods into the future do we want to predict" -msgstr "" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +msgid "Export query" +msgstr "Exporteer query" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 -msgid "Confidence interval" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "Export naar YAML" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 -msgid "Width of the confidence interval. Should be between 0 and 1" -msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "Export naar YAML" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 -msgid "" -"Should yearly seasonality be applied. An integer value will specify " -"Fourier order of seasonality." -msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "Export naar YAML" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 -msgid "" -"Should weekly seasonality be applied. An integer value will specify " -"Fourier order of seasonality." +#: superset/views/base.py:606 +msgid "Export to YAML" +msgstr "Export naar YAML" + +#: superset/views/base.py:606 +msgid "Export to YAML?" +msgstr "Export naar YAML?" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 -msgid "" -"Should daily seasonality be applied. An integer value will specify " -"Fourier order of seasonality." +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 -msgid "Time related form attributes" -msgstr "Tijdgerelateerde vormattributen" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 -msgid "Datasource & Chart Type" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 +msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 -msgid "Chart ID" -msgstr "Grafiek ID" +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 +msgid "Expose in SQL Lab" +msgstr "Expose in SQL Lab" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 -msgid "The id of the active chart" -msgstr "Het id van de actieve grafiek" +#: superset/views/database/mixins.py:103 +msgid "Expose this DB in SQL Lab" +msgstr "Expose deze DB in SQL Lab" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 -msgid "Cache Timeout (seconds)" -msgstr "Cache Timeout (seconden)" +#: superset/connectors/sqla/views.py:161 +msgid "Expression" +msgstr "Expressie" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 -msgid "The number of seconds before expiring the cache" -msgstr "Het aantal seconden voor het verstrijken van de cache" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 +msgid "Extra" +msgstr "Extra" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 -msgid "URL Parameters" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 +msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 -msgid "Extra url parameters for use in Jinja templated queries" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 +msgid "Extra Parameters" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 -msgid "Extra Parameters" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" -"Extra parameters that any plugins can choose to set for use in Jinja " -"templated queries" +"Extra data to specify table metadata. Currently supports metadata of the " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," +" \"details\": \"This table is the source of truth.\" }, " +"\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "Time range endpoints" +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 +#, python-format +msgid "Extra field cannot be decoded by JSON. %(msg)s" +msgstr "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "Time range endpoints (SIP-15)" +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 +msgid "Extra parameters for use in jinja templated queries" +msgstr "Extra parameters voor gebruik in jinja templated queries" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:476 -msgid "Color Scheme" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 +msgid "" +"Extra parameters that any plugins can choose to set for use in Jinja " +"templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:306 -#: superset-frontend/src/explore/controls.jsx:123 -msgid "Group by" -msgstr "Groep per" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 -#: superset-frontend/src/explore/controls.jsx:126 -msgid "" -"One or many columns to group by. High cardinality groupings should " -"include a series limit to limit the number of fetched and rendered " -"series." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 +msgid "Extra url parameters for use in Jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:217 -msgid "One or many columns to pivot as columns" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:387 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 -msgid "Series" -msgstr "Series" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 +msgid "FEB" +msgstr "FEB" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:390 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 +msgid "FRI" +msgstr "VR" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +msgid "Factor" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:399 -#: superset-frontend/src/explore/controls.jsx:412 -msgid "Entity" -msgstr "Entiteit" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:403 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" -msgstr "Dit definieert het element dat op de grafiek moet worden uitgezet" +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 +msgid "Fail" +msgstr "Fout" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:147 -#: superset-frontend/src/explore/controls.jsx:162 -msgid "One or many metrics to display" -msgstr "Eén of vele meeteenheden om weer te geven" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 +msgid "Failed" +msgstr "Mislukt" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 +msgid "Failed at retrieving results" +msgstr "Fout bij het ophalen van resultaten" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 +#, python-format +msgid "Failed at stopping query. %s" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -msgid "Right Axis Metric" +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:187 -#: superset-frontend/src/explore/controls.jsx:217 -msgid "Choose a metric for right axis" -msgstr "Kies een meeteenheid voor de rechteras" +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 -msgid "Sort by" -msgstr "Sorteer op" +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:373 -#: superset-frontend/src/explore/controls.jsx:387 -msgid "" -"Metric used to define how the top series are sorted if a series or row " -"limit is present. If undefined reverts to the first metric (where " -"appropriate)." +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:422 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 -msgid "Bubble Size" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "Fout bij het ophalen van resultaten" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 +msgid "Failed to start remote query on a worker." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:423 -msgid "Metric used to calculate bubble size" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:409 -#: superset-frontend/src/explore/controls.jsx:422 -msgid "Metric assigned to the [X] axis" -msgstr "Meeteenheid toegewezen aan de [X]-as" +#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 +#, python-format +msgid "Failed to verify select options: %s" +msgstr "Mislukt bij het verifiëren van geselecteerde opties: %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:417 -#: superset-frontend/src/explore/controls.jsx:430 -msgid "Metric assigned to the [Y] axis" -msgstr "Meeteenheid toegewezen aan de [Y]-as" +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 +msgid "Favorite" +msgstr "Favoriet" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:208 -msgid "Color Metric" -msgstr "" +#: superset-frontend/src/profile/components/App.tsx:52 +msgid "Favorites" +msgstr "Favorieten" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:211 -#: superset-frontend/src/explore/controls.jsx:238 -msgid "A metric to use for color" -msgstr "Een meeteenheid te gebruiken voor kleur" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 +msgid "February" +msgstr "Februari" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:268 -#: superset-frontend/src/explore/controls.jsx:297 -msgid "" -"The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table. Also note that " -"the filter below is applied against this column or expression" -msgstr "" +#: superset/connectors/sqla/views.py:488 +msgid "Fetch Values Predicate" +msgstr "Waarden ophalen Predicaat" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 +msgid "Fetch data preview" +msgstr "Gegevens ophalen preview" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 +#, python-format +msgid "Fetched %s" +msgstr "Opgehaald %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 -msgid "" -"One or many columns to group by. High cardinality groupings should " -"include a sort by metric and series limit to limit the number of fetched " -"and rendered series." +#: superset/databases/commands/exceptions.py:63 +#, python-format +msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:172 -#: superset-frontend/src/explore/controls.jsx:202 -msgid "The type of visualization to display" -msgstr "Het type visualisatie dat moet worden weergegeven" +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 +#, python-format +msgid "Field cannot be decoded by JSON. %(msg)s" +msgstr "Veld kan niet gedecodeerd worden door JSON. %(msg)s" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:177 -msgid "Fixed Color" -msgstr "" +#: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 +msgid "Field is required" +msgstr "Veld is verplicht" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:178 -#: superset-frontend/src/explore/controls.jsx:207 -msgid "Use this to define a static color for all circles" -msgstr "Gebruik dit om een statische kleur te definiëren voor alle cirkels" +#: superset/templates/superset/import_dashboards.html:37 +msgid "File" +msgstr "Bestand" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:192 -msgid "Linear Color Scheme" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:229 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -"Definieert de oorsprong waar de time buckets beginnen, accepteert " -"natuurlijke datums als in `nu`, `zondag` of `1970-01-01`" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:258 -#: superset-frontend/src/explore/controls.jsx:287 -msgid "" -"The time granularity for the visualization. Note that you can type and " -"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 +msgid "Fill method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:299 -#: superset-frontend/src/explore/controls.jsx:326 -msgid "" -"The time granularity for the visualization. This applies a date " -"transformation to alter your time column and defines a new time " -"granularity. The options here are defined on a per database engine basis " -"in the Superset source code." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:315 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 -msgid "No filter" +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 +msgid "Filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:316 -#: superset-frontend/src/explore/controls.jsx:343 -msgid "" -"The time range for the visualization. All relative times, e.g. \"Last " -"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" -" the server's local time (sans timezone). All tooltips and placeholder " -"times are expressed in UTC (sans timezone). The timestamps are then " -"evaluated by the database using the engine's local timezone. Note one can" -" explicitly set the timezone per the ISO 8601 format if specifying either" -" the start and/or end time." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:333 -#: superset-frontend/src/explore/controls.jsx:360 -msgid "Row limit" -msgstr "Rij limiet" +#: superset/templates/appbuilder/general/widgets/search.html:24 +msgid "Filter List" +msgstr "Filter Lijst" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:337 -#: superset-frontend/src/explore/controls.jsx:364 -msgid "Limits the number of rows that get displayed." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:343 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:358 -#: superset-frontend/src/explore/controls.jsx:370 -msgid "Series limit" -msgstr "Serie limiet" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 +msgid "Filter Type" +msgstr "Filter Type" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:347 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:361 -#: superset-frontend/src/explore/controls.jsx:374 -msgid "" -"Limits the number of series that get displayed. A joined subquery (or an " -"extra phase where subqueries are not supported) is applied to limit the " -"number of series that get fetched and rendered. This feature is useful " -"when grouping by high cardinality column(s) though does increase the " -"query complexity and cost." -msgstr "" +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +msgid "Filter box" +msgstr "Filter box" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:430 -#: superset-frontend/src/explore/controls.jsx:442 -msgid "Y Axis Format" -msgstr "Y-as Formaat" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Filter je grafieken" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:439 -#: superset-frontend/src/explore/controls.jsx:454 -msgid "" -"When `Calculation type` is set to \"Percentage change\", the Y Axis " -"Format is forced to `.1%`" -msgstr "" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 +msgid "Filter configuration" +msgstr "Filter configuratie" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:452 -msgid "Time format" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 +msgid "Filter configuration for the filter box" +msgstr "Filterconfiguratie voor de filterbox" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 +msgid "Filter has default value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:480 -#: superset-frontend/src/explore/controls.jsx:484 -msgid "The color scheme for rendering chart" -msgstr "Het kleurenschema voor de rendering grafiek" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Filter naam" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:342 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1043 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 -msgid "Sort descending" -msgstr "Sorteer aflopend" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 +msgid "Filter metadata changed in dashboard. It will not be applied." +msgstr "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 +msgid "Filter name" +msgstr "Filter naam" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 -msgid "Show less columns" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 -msgid "Show all columns" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 +msgid "Filter results" +msgstr "Filter resultaten" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +msgid "Filter set already exists" +msgstr "Er bestaat al een filterset" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 +msgid "Filter set with this name already exists" +msgstr "Er bestaat al een filterset met deze naam" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 +#, python-format +msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 +msgid "Filter type" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1103 -msgid "D3 format" -msgstr "D3 formaat" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 +msgid "Filter value (case sensitive)" +msgstr "Filterwaarde (hoofdlettergevoelig)" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 -msgid "Fraction digits" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 -msgid "Number of decimal digits to round numbers to" -msgstr "" +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 +msgid "Filter value list cannot be empty" +msgstr "Filterwaardenlijst kan niet leeg zijn" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 -msgid "Min Width" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 +msgid "Filter your charts" +msgstr "Filter je grafieken" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 -msgid "" -"Default minimal column width in pixels, actual width may still be larger " -"than this if other columns don't need much space" -msgstr "" +#: superset/connectors/sqla/views.py:159 +msgid "Filterable" +msgstr "Filterbaar" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 -msgid "Text align" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 +msgid "Filters" +msgstr "Filters" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 +#, python-format +msgid "Filters (%d)" +msgstr "Filters (%d)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 +msgid "Filters by columns" +msgstr "Filter op kolommen" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +msgid "Filters by metrics" +msgstr "Filter op meeteenheden" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 +msgid "Filters configuration" +msgstr "Filters configuratie" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 +#, python-format +msgid "Filters out of scope (%d)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 -msgid "Horizontal alignment" +#: superset/connectors/sqla/views.py:342 +msgid "" +"Filters with the same group key will be ORed together within the group, " +"while different filter groups will be ANDed together. Undefined group " +"keys are treated as unique groups, i.e. are not grouped together. For " +"example, if a table has three filters, of which two are for departments " +"Finance and Marketing (group key = 'department'), and one refers to the " +"region Europe (group key = 'region'), the filter clause would apply the " +"filter (department = 'Finance' OR department = 'Marketing') AND (region =" +" 'Europe')." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:331 -msgid "Left" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +msgid "Finish" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 -msgid "Center" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:332 -msgid "Right" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 +msgid "" +"Fix the trend line to the full time range specified in case filtered " +"results do not include the start or end dates" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 -msgid "Show cell bars" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 +msgid "Fix to selected Time Range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:420 -msgid "Whether to display a bar chart background in table columns" +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 +msgid "Fixed" +msgstr "Vast" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 +msgid "Fixed Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 -msgid "Align +/-" +#: superset-frontend/src/explore/controls.jsx:205 +msgid "Fixed color" +msgstr "Vaste kleur" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 -msgid "Whether to align positive and negative values in cell bar chart at 0" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 +msgid "Flow" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:443 -msgid "Color +/-" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 +msgid "Font size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:446 -msgid "Whether to colorize numeric values by if they are positive or negative" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 +msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 -msgid "Small number format" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 +msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 -msgid "" -"D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 +msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 -msgid "D3 format syntax: https://github.com/d3/d3-format" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 +msgid "" +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 -msgid "Adaptive formatting" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 -msgid "Duration in ms (66000 => 1m 6s)" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 -msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +#: superset/connectors/sqla/views.py:336 +msgid "" +"For regular filters, these are the roles this filter will be applied to. " +"For base filters, these are the roles that the filter DOES NOT apply to, " +"e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 -msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +msgid "Force" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" -"No results were returned for this query. If you expected results to be " -"returned, ensure any filters are configured properly and the datasource " -"contains data for the selected time range." +"Force all tables and views to be created in this schema when clicking " +"CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 -msgid "No Results" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 -msgid "Found invalid orderby options" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 +msgid "Force refresh" +msgstr "Vernieuwen forceren" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 -#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 -msgid "is expected to be an integer" -msgstr "" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 +msgid "Force refresh schema list" +msgstr "Forceer vernieuwen schema lijst" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 -#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 -msgid "is expected to be a number" +#: superset-frontend/src/components/TableSelector/index.tsx:317 +msgid "Force refresh table list" +msgstr "Forceer vernieuwen tabel lijst" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 +msgid "Forecast periods" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 -msgid "cannot be empty" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:52 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:40 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:62 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:179 -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 -msgid "Query" -msgstr "Query" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Frequentie vernieuwen" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 -msgid "Domain" +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 -msgid "The time unit used for the grouping of blocks" +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 -msgid "Subdomain" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Formattable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 -msgid "" -"The time unit for each block. Should be a smaller unit than " -"domain_granularity. Should be larger or equal to Time Grain" +#: superset-frontend/src/components/ReportModal/index.tsx:255 +msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:142 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:81 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:280 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:108 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 -#: superset-frontend/src/explore/fixtures.tsx:31 -#: superset-frontend/src/explore/fixtures.tsx:74 -#: superset-frontend/src/explore/fixtures.tsx:83 -msgid "Chart Options" +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 -msgid "Cell Size" -msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Uitgestuurde waarden" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 -msgid "The size of the square cell, in pixels" -msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "D3 formaat" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 -msgid "Cell Padding" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "D3 formaat" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 -msgid "The distance between cells, in pixels" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 -msgid "Cell Radius" +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 +msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 -msgid "The pixel radius" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 -msgid "Color Steps" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 -msgid "The number color \"steps\"" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 +msgid "Friction" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 -msgid "Time Format" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 +msgid "Friction between nodes" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:97 -msgid "Legend" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" +msgstr "Vrijdag" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 -msgid "Whether to display the legend (toggles)" -msgstr "" +#: superset/utils/date_parser.py:267 superset/viz.py:392 +msgid "From date cannot be larger than to date" +msgstr "Van datum kan niet groter zijn dan tot datum" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 -msgid "Show Values" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Query naam" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +msgid "Funnel Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 -msgid "Whether to display the numerical values within the cells" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 +msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 -msgid "Show Metric Names" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 +msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 -msgid "Whether to display the metric name as a title" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 -msgid "Number Format" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 +msgid "Gauge Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 -msgid "Correlation" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 +msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 -msgid "" -"Visualizes how a metric has changed over a time using a color scale and a" -" calendar view. Gray values are used to indicate missing values and the " -"linear color scheme is used to encode the magnitude of each day's value." +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 -msgid "Business" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/index.ts:32 -msgid "Comparison" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 +msgid "Geo" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 -msgid "Intensity" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 -msgid "Pattern" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 -msgid "Report" -msgstr "" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" +msgstr "Geohash" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/index.ts:37 -msgid "Trend" -msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 +msgid "Get the last date by the date unit." +msgstr "Verkrijg de laatste datum door de datum eenheid." -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 -msgid "Sort by metric" -msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 +msgid "Get the specify date for the holiday" +msgstr "Zoek de specifieke datum voor de vakantie" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 -msgid "Whether to sort results by the selected metric in descending order." +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:153 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:130 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:77 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 -msgid "Number format" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 -msgid "Choose a number format" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 +msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1234 -msgid "Source" -msgstr "Bron" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 +msgid "Grace period" +msgstr "Grace periode" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 -msgid "Choose a source" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 +msgid "Graph Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 -msgid "Target" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 +msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 -msgid "Choose a target" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 +msgid "Gravity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 -msgid "Flow" -msgstr "" +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (Groter of gelijk)" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 -msgid "" -"Showcases the flow or link between categories using thickness of chords. " -"The value and corresponding thickness can be different for each side." -msgstr "" +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "maak een " -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 -msgid "Relationships between community channels" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 -msgid "Chord Diagram" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 -msgid "Aesthetic" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +#: superset-frontend/src/filters/components/GroupBy/index.ts:28 +msgid "Group By" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 -msgid "Circular" +#: superset-frontend/src/filters/components/GroupBy/index.ts:29 +msgid "Group By filter plugin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 -#: superset-frontend/src/visualizations/TimeTable/index.ts:33 -msgid "Legacy" -msgstr "" +#: superset/viz.py:927 +msgid "Group By' and 'Columns' can't overlap" +msgstr "‘Group By’ en ‘Kolommen’ kunnen elkaar niet overlappen" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 -msgid "Proportional" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 +msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 -msgid "Relational" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +msgid "Group by" +msgstr "Groep per" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 -msgid "Country" -msgstr "" +#: superset/connectors/sqla/views.py:158 +msgid "Groupable" +msgstr "Groepeerbaar" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 -msgid "Which country to plot the map for?" -msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +#, fuzzy +msgid "Handlebars" +msgstr "waarschuwingen" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 -msgid "ISO 3166-2 Codes" -msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Verwijder template" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" -"Column containing ISO 3166-2 codes of region/province/department in your " -"table." +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 -msgid "Metric to display bottom title" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "werd gecreëerd" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +msgid "Header" +msgstr "Header" + +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 +msgid "Header Row" +msgstr "Koptekst rij" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 +#: superset/viz.py:2249 +msgid "Heatmap" +msgstr "Heatmap" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 +msgid "Heatmap Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:62 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:50 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:50 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 -msgid "Map" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 +msgid "Height" +msgstr "Hoogte" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 -msgid "" -"Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " -"subdivision's value is elevated when you hover over the corresponding " -"geographic boundary." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "Laag verbergen" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "Toggle grafiek omschrijving" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +msgid "Hide layer" +msgstr "Laag verbergen" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Wachtwoord" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Hide tool bar" +msgstr "Verberg werkbalk" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 -msgid "2D" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 +msgid "Hierarchy" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 -msgid "Geo" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 +#: superset/viz.py:1743 +msgid "Histogram" +msgstr "Histogram" + +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 +msgid "Home" +msgstr "Home" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +msgid "Horizon Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Range" +#: superset/viz.py:2310 +msgid "Horizon Charts" +msgstr "Horizon-grafieken" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 -msgid "Stacked" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 -msgid "Sorry, there appears to be no data" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 +msgid "Horizontal alignment" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 -msgid "Event definition" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +msgid "Host" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 -msgid "Event Names" +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 +msgid "Hostname or IP address" +msgstr "Hostnaam of IP-adres" + +#: superset/db_engine_specs/base.py:104 +msgid "Hour" +msgstr "Uur" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#, python-format +msgid "Hours %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:127 -#: superset-frontend/src/explore/fixtures.tsx:96 -msgid "Columns to display" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 +msgid "Hours offset" +msgstr "Uur offset" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 +msgid "How do you want to enter service account credentials?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 -msgid "Order by entity id" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 +msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" -"Important! Select this if the table is not already sorted by entity id, " -"else there is no guarantee that all events for each entity are returned." +"How to display time shifts: as individual lines; as the difference " +"between the main time series and each time shift; as the percentage " +"change; or as the ratio between series and time shifts." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 +msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 -msgid "Minimum leaf node event count" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 -msgid "" -"Leaf nodes that represent fewer than this number of events will be " -"initially hidden in the visualization" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 +msgid "ISO 8601" +msgstr "ISO 8601" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 -msgid "Additional metadata" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +msgid "Id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 -msgid "Metadata" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 +msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 -msgid "Select any columns for metadata inspection" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 +msgid "" +"If Presto or Trino, all the queries in SQL Lab are going to be executed " +"as the currently logged on user who must have permission to run them. If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 -msgid "Entity ID" +#: superset/views/database/mixins.py:165 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 -msgid "e.g., a \"user id\" column" +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Er bestaat al een filterset" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 -msgid "Max Events" +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 -msgid "The maximum number of events to return, equivalent to the number of rows" +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" +"Indien geselecteerd, gelieve de toegestane schema’s voor csv upload in " +"Extra in te stellen." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" -"Compares the lengths of time different activities take in a shared " -"timeline view." +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 -msgid "Event Flow" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" msgstr "" +"Rapportage planning uitvoering mislukt bij het genereren van een " +"screenshot." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 -msgid "Progressive" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 +msgid "Ignore time" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/src/components/ReportModal/index.tsx:252 +msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" +#: superset-frontend/src/utils/downloadAsImage.ts:55 +msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 +msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 -msgid "Source / Target" -msgstr "" +#: superset/views/database/mixins.py:197 +msgid "Impersonate the logged on user" +msgstr "De aangemelde gebruiker imiteren" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 -msgid "Choose a source and a target" -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:426 +msgid "Import" +msgstr "Importeer" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:430 +#, python-format +msgid "Import %s" +msgstr "Importeer %s" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 -msgid "Axis ascending" -msgstr "" +#: superset/templates/superset/import_dashboards.html:26 +msgid "Import Dashboard(s)" +msgstr "Importeer Dashboard(s)" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 -msgid "Axis descending" -msgstr "" +#: superset/initialization/__init__.py:337 +msgid "Import Dashboards" +msgstr "Dashboards importeren" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 -msgid "Metric ascending" -msgstr "" +#: superset/connectors/sqla/views.py:386 +msgid "Import a table definition" +msgstr "Importeer een tabeldefinitie" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 -msgid "Metric descending" -msgstr "" +#: superset/charts/commands/exceptions.py:155 +msgid "Import chart failed for an unknown reason" +msgstr "Import grafiek mislukt om een onbekende reden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 -msgid "Heatmap Options" -msgstr "" +#: superset-frontend/src/pages/ChartList/index.tsx:813 +msgid "Import charts" +msgstr "Import grafieken " -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 -msgid "XScale Interval" -msgstr "" +#: superset/dashboards/commands/exceptions.py:82 +msgid "Import dashboard failed for an unknown reason" +msgstr "Dashboard importeren mislukt om een onbekende reden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 -msgid "Number of steps to take between ticks when displaying the X scale" -msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:686 +#: superset/templates/superset/import_dashboards.html:21 +msgid "Import dashboards" +msgstr "Importeer dashboards" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 -msgid "YScale Interval" -msgstr "" +#: superset/databases/commands/exceptions.py:171 +msgid "Import database failed for an unknown reason" +msgstr "Import database mislukt om een onbekende reden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 -msgid "Number of steps to take between ticks when displaying the Y scale" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +#, fuzzy +msgid "Import database from file" +msgstr "Importeer databases" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 -msgid "Rendering" -msgstr "" +#: superset/datasets/commands/exceptions.py:185 +msgid "Import dataset failed for an unknown reason" +msgstr "Import dataset mislukt om een onbekende reden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 -msgid "" -"image-rendering CSS attribute of the canvas object that defines how the " -"browser scales up the image" -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:620 +msgid "Import datasets" +msgstr "Importeer datasets" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 -msgid "Normalize Across" -msgstr "" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 +msgid "Import queries" +msgstr "Importeer queries" + +#: superset/queries/saved_queries/commands/exceptions.py:36 +msgid "Import saved query failed for an unknown reason." +msgstr "Import opgeslagen query mislukt om een onbekende reden." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 -msgid "Left Margin" -msgstr "" +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "in" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 -msgid "Left margin, in pixels, allowing for more room for axis labels" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 -msgid "Bottom Margin" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 -msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 -msgid "Value bounds" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 -msgid "" -"Hard value bounds applied for color coding. Is only relevant and applied " -"when the normalization is applied against the whole heatmap." -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Mijn" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 -msgid "Sort X Axis" -msgstr "" +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" +msgstr "Index Kolom" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 -msgid "Sort Y Axis" -msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:482 +msgid "Info" +msgstr "Info" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 -msgid "Show percentage" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 +msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 -msgid "Whether to include the percentage in the tooltip" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 +msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 -msgid "Normalized" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 +msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 -msgid "Whether to apply a normal distribution based on rank on the color scale" -msgstr "" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 +msgid "Instant filtering" +msgstr "Onmiddellijke filtering" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 -msgid "Value Format" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 +msgid "Intensity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 -msgid "" -"Visualize a related metric across pairs of groups. Heatmaps excel at " -"showcasing the correlation or strength between two groups. Color is used " -"to emphasize the strength of the link between each pair of groups." -msgstr "" +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "Gebruik Pandas om het datetime formaat automatisch te interpreteren." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 -msgid "Sizes of vehicles" -msgstr "" +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "Gebruik Pandas om het datetime formaat automatisch te interpreteren." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 -msgid "Employment and education" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Interval vernieuwen" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 -msgid "Density" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 +msgid "Interval End column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -msgid "Predictive" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 +msgid "Interval bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 -msgid "Single Metric" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 +msgid "Interval colors" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 -msgid "count" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 +msgid "Interval start column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 -msgid "cumulative" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 +msgid "Intervals" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 -msgid "percentile (exclusive)" -msgstr "" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 +msgid "Invalid JSON" +msgstr "Ongeldige JSON" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 -msgid "Select the numeric columns to draw the histogram" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -msgid "No of Bins" -msgstr "" +#: superset/databases/schemas.py:186 superset/exceptions.py:196 +msgid "Invalid certificate" +msgstr "Ongeldig certificaat" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 -msgid "Select the number of bins for the histogram" +#: superset/views/core.py:1422 +msgid "" +"Invalid connection string, a valid string usually follows:\n" +"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" +"Ongeldige verbindings string, een geldige string volgt meestal:\n" +"‘DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME’" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 -msgid "X Axis Label" +#: superset/databases/schemas.py:164 +msgid "" +"Invalid connection string, a valid string usually follows: " +"backend+driver://user:password@database-host/database-name" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 -msgid "Y Axis Label" +#: superset/views/database/validators.py:40 +msgid "" +"Invalid connection string, a valid string usually " +"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" +"NAME'

Example:'postgresql://user:password@your-postgres-" +"db/database'

" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 -msgid "Whether to normalize the histogram" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 +msgid "Invalid cron expression" +msgstr "Ongeldige cron expressie" + +#: superset/utils/pandas_postprocessing/cum.py:55 +#, python-format +msgid "Invalid cumulative operator: %(operator)s" +msgstr "Ongeldige cumulative operator: %(operator)s" + +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 +msgid "Invalid date/timestamp format" +msgstr "Ongeldig datum/tijdstempel formaat" + +#: superset/viz.py:2160 +msgid "Invalid filter configuration, please select a column" +msgstr "Ongeldige filterconfiguratie, selecteer een kolom" + +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 +#, python-format +msgid "Invalid filter operation type: %(op)s" +msgstr "Ongeldig filterwerkingstype: %(op)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 -msgid "Cumulative" -msgstr "" +#: superset/utils/pandas_postprocessing/geography.py:118 +msgid "Invalid geodetic string" +msgstr "Ongeldige geodetic string" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 -msgid "Whether to make the histogram cumulative" -msgstr "" +#: superset/utils/pandas_postprocessing/geography.py:49 +msgid "Invalid geohash string" +msgstr "Ongeldige geohash string" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 -msgid "Distribution" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 -msgid "" -"Take your data points, and group them into \"bins\" to see where the " -"densest areas of information lie" -msgstr "" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 +msgid "Invalid lat/long configuration." +msgstr "Ongeldige breedtegraad/lengtegraad configuratie." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 -msgid "Population age data" -msgstr "" +#: superset/utils/pandas_postprocessing/geography.py:76 +msgid "Invalid longitude/latitude" +msgstr "Ongeldige longitude/latitude" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:121 -msgid "Sort Descending" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:344 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 -msgid "Whether to sort descending or ascending" -msgstr "Aflopend of oplopend sorteren" - -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 -msgid "Contribution" -msgstr "Bijdrage" +#: superset/utils/pandas_postprocessing/utils.py:170 +#, python-format +msgid "Invalid numpy function: %(operator)s" +msgstr "Ongeldige numpy functie: %(operator)s" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:61 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:74 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:369 -#: superset-frontend/src/explore/controlPanels/sections.tsx:138 -msgid "Compute the contribution to the total" -msgstr "Bereken de bijdrage aan het totaal" +#: superset/utils/pandas_postprocessing/rolling.py:90 +#, python-format +msgid "Invalid options for %(rolling_type)s: %(options)s" +msgstr "Ongeldige opties voor %(rolling_type)s: %(options)s" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:73 -msgid "Series Height" +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 -msgid "Pixel height of each series" +#: superset/common/query_actions.py:228 +#, python-format +msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:93 -msgid "Value Domain" -msgstr "" +#: superset/utils/pandas_postprocessing/rolling.py:84 +#, python-format +msgid "Invalid rolling_type: %(type)s" +msgstr "Ongeldig rolling_type: %(type)s" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:100 -msgid "" -"series: Treat each series independently; overall: All series use the same" -" scale; change: Show changes compared to the first data point in each " -"series" -msgstr "" +#: superset/viz.py:2530 +#, python-format +msgid "Invalid spatial point encountered: %s" +msgstr "Ongeldig ruimtelijk punt aangetroffen: %s" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 -msgid "" -"Compares how a metric changes over time between different groups. Each " -"group is mapped to a row and change over time is visualized bar lengths " -"and color." -msgstr "" +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "Ongeldig certificaat" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 -msgid "Horizon Chart" +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 -msgid "Longitude" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 +msgid "Inverse selection" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 -msgid "Column containing longitude data" +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 -msgid "Latitude" +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 +msgid "Is certified" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 -msgid "Column containing latitude data" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 +msgid "Is dimension" +msgstr "Is dimensie" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 -msgid "Clustering Radius" +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 -msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " -"to turn off clustering, but beware that a large number of points (>1000) " -"will cause lag." -msgstr "" +#: superset/views/base_api.py:143 +msgid "Is favorite" +msgstr "Is favoriet" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 -msgid "Points" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 +msgid "Is filterable" +msgstr "Kan gefilterd worden" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 -msgid "Point Radius" -msgstr "" +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "Not null" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 -msgid "" -"The radius of individual points (ones that are not in a cluster). Either " -"a numerical column or `Auto`, which scales the point based on the largest" -" cluster" -msgstr "" +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "Not null" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 -msgid "Point Radius Unit" +#: superset/views/base_api.py:171 +msgid "Is tagged" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 -msgid "The unit of measure for the specified point radius" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 +msgid "Is temporal" +msgstr "Is tijdelijk" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 -msgid "Labelling" +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 -msgid "label" +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 -msgid "" -"`count` is COUNT(*) if a group by is used. Numerical columns will be " -"aggregated with the aggregator. Non-numerical columns will be used to " -"label points. Leave empty to get a count of points in each cluster." +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 -msgid "Cluster label aggregator" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 +msgid "JAN" +msgstr "JAN" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 -msgid "Visual Tweaks" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 +msgid "JSON" +msgstr "JSON" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 -msgid "Live render" -msgstr "" +#: superset/views/dashboard/mixin.py:88 +msgid "JSON Metadata" +msgstr "JSON Metadata" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 -msgid "Points and clusters will update as the viewport is being changed" -msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 +msgid "JSON metadata" +msgstr "JSON metadata" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:367 -msgid "Map Style" -msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "json is ongeldig" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 -msgid "Base layer map style" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 +msgid "" +"JSON string containing additional connection configuration. This is used " +"to provide connection information for systems like Hive, Presto and " +"BigQuery which do not conform to the username:password syntax normally " +"used by SQLAlchemy." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 -msgid "Opacity" -msgstr "Opaciteit" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 -msgid "Opacity of all clusters, points, and labels. Between 0 and 1." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 +msgid "JUL" +msgstr "JUL" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 -msgid "RGB Color" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 +msgid "JUN" +msgstr "JUN" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 -msgid "The color for points and clusters in RGB" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 +msgid "January" +msgstr "Januari" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:290 -msgid "Viewport" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 -msgid "Default longitude" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 -msgid "Longitude of default viewport" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 -msgid "Default latitude" -msgstr "" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Bewerk template" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 -msgid "Latitude of default viewport" +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" msgstr "" +"Een door komma’s gescheiden lijst van kolommen die als datums moeten " +"worden geparseerd." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 -msgid "Zoom" +#: superset/views/database/forms.py:464 +msgid "" +"Json list of the column names that should be read. If not None, only " +"these columns will be read from the file." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 -msgid "Zoom level of the map" +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset/views/database/forms.py:394 msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +"Json list of the values that should be treated as null. Examples: [\"\"]," +" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " +"supports only single value. Use [\"\"] for empty string." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 -msgid "Light mode" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +msgid "July" +msgstr "Juli" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 -msgid "Dark mode" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 +msgid "June" +msgstr "Juni" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 -msgid "MapBox" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 +msgid "KPI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 -msgid "Scatter" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 -msgid "Transformable" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 +msgid "Keep editing" +msgstr "Blijf bewerken" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 -msgid "Significance Level" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:76 -msgid "Threshold alpha level for determining significance" -msgstr "" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 +msgid "Keys for table" +msgstr "Sleutels voor tabel" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 -msgid "p-value precision" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filters" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:89 -msgid "Number of decimal places with which to display p-values" -msgstr "" +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Rij limiet" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 +msgid "Label" +msgstr "Label" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 -msgid "Lift percent precision" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 +msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:102 -msgid "Number of decimal places with which to display lift values" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 +msgid "Label Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 -msgid "" -"Table that visualizes paired t-tests, which are used to understand " -"statistical differences between groups." -msgstr "" +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "Er bestaat al een filterset" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 -msgid "Paired t-test Table" -msgstr "" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 +msgid "Label for your query" +msgstr "Label voor uw zoekopdracht" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Statistical" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 +msgid "Label position" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/index.ts:35 -msgid "Tabular" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 +msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:77 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:121 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:39 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:223 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:67 -msgid "Options" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 +msgid "Labelling" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:59 -msgid "Data Table" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 +msgid "Labels" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:62 -msgid "Whether to display the interactive data table" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 +msgid "Labels for the marker lines" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:69 -msgid "Include Series" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 +msgid "Labels for the markers" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:72 -msgid "Include series name as an axis" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 +msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 -msgid "Ranking" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 -msgid "" -"Plots the individual metrics for each row in the data vertically and " -"links them together as a line. This chart is useful for comparing " -"multiple metrics across all of the samples or rows in the data." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 -msgid "Coordinates" -msgstr "" +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 +msgid "Last Changed" +msgstr "Laatste wijziging" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 -msgid "Directional" -msgstr "" +#: superset/views/chart/mixin.py:81 +msgid "Last Modified" +msgstr "Laatst gewijzigd" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:69 -msgid "Time Series Options" -msgstr "" +#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#, python-format +msgid "Last Updated %s" +msgstr "Laatst bijgewerkt %s" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 -msgid "Not Time Series" -msgstr "" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Laatst bijgewerkt %s" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:85 -msgid "Ignore time" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 +#, python-format +msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 -msgid "Time Series" -msgstr "" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 +msgid "Last modified" +msgstr "Laatst gewijzigd" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:90 -msgid "Standard time series" -msgstr "" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 +#, python-format +msgid "Last modified by %s" +msgstr "Laatst gewijzigd door %s" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 -msgid "Aggregate Mean" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 +msgid "Last run" +msgstr "Laatste run" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:95 -msgid "Mean of values over specified period" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 +msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 -msgid "Aggregate Sum" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 +msgid "Latitude of default viewport" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:100 -msgid "Sum of values over specified period" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 +msgid "Layer configuration" +msgstr "Laagconfiguratie" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 -msgid "Difference" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 +msgid "Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:105 -msgid "Metric change in value from `since` to `until`" +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 -msgid "Percent Change" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 +msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:112 -msgid "Metric percent change in value from `since` to `until`" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 +msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 -msgid "Factor" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 +msgid "" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:119 -msgid "Metric factor change from `since` to `until`" -msgstr "" +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 +msgid "Least recently modified" +msgstr "Meest recente wijziging" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:163 -msgid "Advanced Analytics" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 +msgid "Left" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 -msgid "Use the Advanced Analytics options below" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 +msgid "Left Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:135 -msgid "Settings for time series" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 +msgid "Left Axis Metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:165 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:89 -msgid "Date Time Format" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 +msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:178 -msgid "Partition Limit" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 +msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:181 -msgid "" -"The maximum number of subdivisions of each group; lower values are pruned" -" first" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 +msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:191 -msgid "Partition Threshold" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +msgid "Left to Right" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:194 -msgid "" -"Partitions whose height to parent height proportions are below this value" -" are pruned" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 +msgid "Left value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:206 -msgid "Log Scale" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 +msgid "Legacy" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 -msgid "Use a log scale" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 +msgid "Legend" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:218 -msgid "Equal Date Sizes" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:221 -msgid "Check to force date partitions to have the same height" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Aantekening verwijderen" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:232 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:102 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 -msgid "Rich Tooltip" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 -msgid "The rich tooltip shows a list of all series for that point in time" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 +msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:167 -msgid "Rolling Window" -msgstr "" +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (Kleiner of gelijk)" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:142 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:391 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 -msgid "Rolling Function" +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:208 -msgid "Min Periods" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 +msgid "Lift percent precision" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:305 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:438 -msgid "Time Comparison" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Hoogte" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 -msgid "Time Shift" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 -msgid "Python Functions" +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:382 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:265 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 -#: superset-frontend/src/explore/controlPanels/sections.tsx:272 -msgid "Method" -msgstr "Methode" +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "Filterwaarde (hoofdlettergevoelig)" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 -msgid "Part of a Whole" -msgstr "" +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 +msgid "Limit reached" +msgstr "Limiet bereikt" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 -msgid "Compare the same summarized metric across multiple groups." -msgstr "" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 +msgid "Limit selector values" +msgstr "Beperk selector waarden" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 -msgid "Partition Chart" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "Viz type" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 -msgid "Categorical" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 -msgid "Pivot Options" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:65 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:139 -msgid "Aggregation function" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 +msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:162 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" -"Aggregate function to apply when pivoting and computing the total rows " -"and columns" +"Limits the number of series that get displayed. A joined subquery (or an " +"extra phase where subqueries are not supported) is applied to limit the " +"number of series that get fetched and rendered. This feature is useful " +"when grouping by high cardinality column(s) though does increase the " +"query complexity and cost." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 +msgid "Line" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 -msgid "Show totals" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 +#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 +msgid "Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:91 -msgid "Display total row/column" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -msgid "Combine Metrics" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 +msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:100 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:212 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 msgid "" -"Display metrics side by side within each column, as opposed to each " -"column being displayed side by side for each metric." +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 -msgid "Transpose Pivot" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 +msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:114 -msgid "Swap Groups and Columns" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 +msgid "Line width" +msgstr "Lijndikte" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:138 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 -msgid "Date format" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 +msgid "Linear Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics " -"along two axes. Examples: Sales numbers by region and month, tasks by " -"status and assignee, active users by age and location.\n" -"\n" -" This chart is being deprecated and we recommend checking out Pivot " -"Table V2 instead!" -msgstr "" +#: superset-frontend/src/explore/controls.jsx:221 +msgid "Linear color scheme" +msgstr "Lineair kleurenpalet" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:114 -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:102 -#: superset-frontend/src/explore/fixtures.tsx:40 -msgid "Use Area Proportions" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:115 -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:103 -#: superset-frontend/src/explore/fixtures.tsx:41 -msgid "" -"Check if the Rose Chart should use segment area instead of segment radius" -" for proportioning" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 -msgid "" -"A polar coordinate chart where the circle is broken into wedges of equal " -"angle, and the value represented by any wedge is illustrated by its area," -" rather than its radius or sweep angle." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 -msgid "Nightingale Rose Chart" -msgstr "" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Link gekopieerd!" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 -msgid "Advanced-Analytics" -msgstr "" +#: superset/views/sql_lab/views.py:52 +msgid "List Saved Query" +msgstr "Lijst Opgeslagen Query" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 -msgid "Multi-Layers" -msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Uitgestuurde waarden" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 -msgid "" -"Limiting rows may result in incomplete data and misleading charts. " -"Consider filtering or grouping source/target names instead." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 -msgid "" -"Visualizes the flow of different group's values through different stages " -"of a system. New stages in the pipeline are visualized as nodes or " -"layers. The thickness of the bars or edges represent the metric being " -"visualized." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 -msgid "Demographics" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 +msgid "List of values to mark with lines" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 -msgid "Survey Responses" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 +msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 -msgid "Sankey Diagram" -msgstr "" +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "Laatst bijgewerkt %s" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/index.ts:34 -msgid "Percentages" -msgstr "" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 +msgid "Live CSS editor" +msgstr "Live CSS editor" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 -msgid "Sankey Diagram with Loops" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 +msgid "Live render" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 -msgid "Primary Metric" -msgstr "" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 +msgid "Load a CSS template" +msgstr "Laad een CSS sjabloon" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 -msgid "The primary metric is used to define the arc segment sizes" -msgstr "" +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 +msgid "Loaded data cached" +msgstr "Geladen gegevens in de cache" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 -msgid "Secondary Metric" -msgstr "" +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 +msgid "Loaded from cache" +msgstr "Geladen uit de cache" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 -msgid "" -"[optional] this secondary metric is used to define the color as a ratio " -"against the primary metric. When omitted, the color is categorical and " -"based on labels" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "Bezig met laden…" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 -msgid "When only a primary metric is provided, a categorical color scale is used." -msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 +msgid "Loading..." +msgstr "Bezig met laden…" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 -msgid "When a secondary metric is provided, a linear color scale is used." -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Maak een nieuwe grafiek" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 -msgid "Hierarchy" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 +msgid "Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 +msgid "Log retention" +msgstr "Log retentie" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 -msgid "" -"Uses circles to visualize the flow of data through different stages of a " -"system. Hover over individual paths in the visualization to understand " -"the stages a value took. Useful for multi-stage, multi-group visualizing " -"funnels and pipelines." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 -msgid "Sunburst Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 +msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 -msgid "Multi-Levels" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 +msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:65 -msgid "Ratio" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 +msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:69 -msgid "Target aspect ratio for treemap tiles." -msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:562 +msgid "Login" +msgstr "Aanmelden" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 -msgid "" -"Shows the composition of a dataset by segmenting a given rectangle as " -"smaller rectangles with areas proportional to their value or contribution" -" to the whole. Those rectangles may also, in turn, be further segmented " -"hierarchically." -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Lijndikte" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 -msgid "Country Field Type" -msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:486 +msgid "Logout" +msgstr "Afmelden" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 -msgid "" -"The country code standard that Superset should expect to find in the " -"[country] column" -msgstr "" +#: superset/views/log/__init__.py:21 +msgid "Logs" +msgstr "Logs" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 -msgid "Show Bubbles" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 -msgid "Whether to display bubbles on top of countries" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 +msgid "Longitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 -msgid "Max Bubble Size" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 -msgid "Country Column" -msgstr "" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 +msgid "Longitude & Latitude columns" +msgstr "Kolommen lengtegraad en breedtegraad" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 -msgid "3 letter code of the country" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "Ongeldige longitude/latitude" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 +msgid "Longitude of default viewport" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 +msgid "MAR" +msgstr "MAA" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 -msgid "Metric that defines the size of the bubble" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 +msgid "MAY" +msgstr "MEI" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 -msgid "Bubble Color" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 +msgid "MON" +msgstr "MA" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 -msgid "Country Color Scheme" -msgstr "" +#: superset/connectors/sqla/views.py:490 +msgid "Main Datetime Column" +msgstr "Kolom Hoofd Datumtijd" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 -msgid "A map of the world, that can indicate values in different countries." +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 -msgid "Multi-Dimensions" +#: superset/views/core.py:1717 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/index.ts:31 -msgid "Multi-Variables" -msgstr "" +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 +msgid "Manage" +msgstr "Beheer" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 -msgid "Popular" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "Beheer e-mailrapporten voor grafieken" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 -msgid "deck.gl charts" -msgstr "" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "Importeer databases" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 -msgid "Pick a set of deck.gl charts to layer on top of one another" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 +msgid "Mandatory" +msgstr "Verplicht" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 -msgid "Select charts" -msgstr "" +#: superset/views/database/forms.py:350 +msgid "Mangle Duplicate Columns" +msgstr "Dubbele kolommen verwijderen" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 -msgid "Error while fetching charts" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 -msgid "Compose multiple layers together to form complex visuals." +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 +msgid "Map" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 -msgid "deck.gl Multiple Layers" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 +msgid "Map Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 -msgid "deckGL" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +msgid "MapBox" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:152 -msgid "Data has no time steps" -msgstr "" +#: superset/viz.py:2322 +msgid "Mapbox" +msgstr "Mapbox" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 -msgid "Start Longitude & Latitude" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 +msgid "March" +msgstr "Maart" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 +msgid "Margin" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:306 -msgid "Point to your spatial columns" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 -msgid "End Longitude & Latitude" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 +msgid "Marker" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 -msgid "Arc" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 +msgid "Marker Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 -msgid "Target Color" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 +msgid "Marker labels" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 -msgid "Color of the target location" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 +msgid "Marker line labels" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 -msgid "Categorical Color" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 +msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 -msgid "Pick a dimension from which categorical colors are defined" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 +msgid "Marker size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 -msgid "Stroke Width" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 +msgid "Markers" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:58 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:90 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:182 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:62 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:813 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:578 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1168 -msgid "Advanced" -msgstr "Geavanceerd" +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +msgid "Markup type" +msgstr "Opmaaktype(Markup type)" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 -msgid "Plot the distance (like flight paths) between origin and destination." -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 +msgid "Max" +msgstr "Max" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 -msgid "deck.gl Arc" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 +msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 -msgid "3D" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 +msgid "Max Events" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 -msgid "Web" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 +msgid "Maximum" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:69 -msgid "GeoJson Settings" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 +msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 -msgid "Point Radius Scale" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 msgid "" -"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " -"interactive polygons, lines and points (circles, icons and/or texts)." -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 -msgid "deck.gl Geojson" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:69 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:92 -msgid "Height" -msgstr "Hoogte" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Nul waarden" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:70 -msgid "Metric used to control height" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 +msgid "Maximum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 -msgid "" -"Visualize geospatial data like 3D buildings, landscapes, or objects in " -"grid view." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 +msgid "May" +msgstr "Mei" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 -msgid "deck.gl Grid" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 -#: superset-frontend/src/filters/components/GroupBy/index.ts:31 -#: superset-frontend/src/filters/components/Range/index.ts:31 -#: superset-frontend/src/filters/components/Select/index.ts:32 -#: superset-frontend/src/filters/components/Time/index.ts:31 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 -msgid "Experimental" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Uitgestuurde waarden" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:63 -msgid "Dynamic Aggregation Function" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:64 -msgid "The function to use when aggregating points into groups" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 +msgid "" +"Median edge width, the thickest edge will be 4 times thicker than the " +"thinnest." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" -"Overlays a hexagonal grid on a map, and aggregates data within the " -"boundary of each cell." +"Median node size, the largest node will be 4 times larger than the " +"smallest" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 -msgid "deck.gl 3D Hexagon" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Uitgestuurde waarden" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 -msgid "Visualizes connected points, which form a path, on a map." +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 -msgid "deck.gl Path" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:64 -msgid "Polygon Column" -msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 +msgid "Message content" +msgstr "Inhoud van het bericht" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:73 -msgid "Polygon Encoding" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 +msgid "Metadata" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:84 -msgid "Elevation" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 +msgid "Metadata Parameters" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:102 -msgid "Polygon Settings" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 +msgid "Metadata has been synced" +msgstr "Metadata zijn gesynchroniseerd" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:121 -msgid "Opacity, expects values between 0 and 100" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 +msgid "Method" +msgstr "Methode" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:132 -msgid "Number of buckets to group data" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 +#: superset-frontend/src/explore/controls.jsx:167 +#: superset-frontend/src/explore/controls.jsx:168 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 +msgid "Metric" +msgstr "Meeteenheid" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:135 -msgid "How many buckets should the data be grouped in." -msgstr "" +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 +#, python-format +msgid "Metric '%(metric)s' does not exist" +msgstr "Meeteenheid “%(metric)s” bestaat niet" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:145 -msgid "Bucket break points" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 +msgid "Metric ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:147 -msgid "List of n+1 values for bucketing metric into n buckets." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 +msgid "Metric assigned to the [X] axis" +msgstr "Meeteenheid toegewezen aan de [X]-as" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 +msgid "Metric assigned to the [Y] axis" +msgstr "Meeteenheid toegewezen aan de [Y]-as" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:159 -msgid "Emit Filter Events" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 +msgid "Metric descending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:162 -msgid "Whether to apply filter when items are clicked" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:169 -msgid "Multiple filtering" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:172 -msgid "Allow sending multiple polygons as a filter event" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Query naam" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 +#, python-format +msgid "Metric name [%s] is duplicated" +msgstr "Meeteenheid naam [%s] is dubbel" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 -msgid "" -"Visualizes geographic areas from your data as polygons on a Mapbox " -"rendered map. Polygons can be colored using a metric." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 +msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 -msgid "deck.gl Polygon" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 +msgid "Metric to display bottom title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:317 -msgid "Point Size" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 +msgid "Metric to sort the results by" +msgstr "Meeteenheid om de resultaten op te sorteren" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 -msgid "Point Unit" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 +msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 -msgid "Minimum Radius" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 msgid "" -"Minimum radius size of the circle, in pixels. As the zoom level changes, " -"this insures that the circle respects this minimum radius." +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 -msgid "Maximum Radius" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 +msgid "" +"Metric used to define how the top series are sorted if a series or row " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 msgid "" -"Maxium radius size of the circle, in pixels. As the zoom level changes, " -"this insures that the circle respects this maximum radius." +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 -msgid "Point Color" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 +#: superset-frontend/src/explore/controls.jsx:152 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 +msgid "Metrics" +msgstr "Meeteenheden" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" -"A map that takes rendering circles with a variable radius at " -"latitude/longitude coordinates" +"Metrics for which percentage of total are to be displayed. Calculated " +"from only data within the row limit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 -msgid "deck.gl Scatterplot" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "Bestand" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:57 -msgid "Grid" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Midnight" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:73 -msgid "Weight" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Filters" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:74 -msgid "Metric used as a weight for the grid's coloring" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 +msgid "Min" +msgstr "Min" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 -msgid "" -"Aggregates data within the boundary of grid cells and maps the aggregated" -" values to a dynamic color scale" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 +msgid "Min Periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 -msgid "deck.gl Screen Grid" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 +msgid "Min Width" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:40 -msgid "" -"For more information about objects are in context in the scope of this " -"function, refer to the" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 +msgid "Min periods" +msgstr "Min periodes" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:43 -msgid " source code of Superset's sandboxed parser" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:72 -msgid "This functionality is disabled in your environment for security reasons." -msgstr "" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "Mijn" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:85 -msgid "Ignore null locations" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 +msgid "Minimum" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 -msgid "Whether to ignore locations that are null" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 +msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:95 -msgid "Auto Zoom" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:98 -msgid "When checked, the map will zoom to your data after each query" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 +msgid "Minimum leaf node event count" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:108 -msgid "Dimension" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:109 -msgid "Select a dimension" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 +msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:119 -msgid "Extra data for JS" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Nul waarden" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 -msgid "List of extra columns made available in Javascript functions" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 +msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:130 -msgid "Javascript data interceptor" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 +msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:131 -msgid "" -"Define a javascript function that receives the data array used in the " -"visualization and is expected to return a modified version of that array." -" This can be used to alter properties of the data, filter, or enrich the " -"array." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 +msgid "Minor Split Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:142 -msgid "Javascript tooltip generator" -msgstr "" +#: superset/db_engine_specs/base.py:99 +msgid "Minute" +msgstr "Minuut" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:143 -msgid "" -"Define a function that receives the input and outputs the content for a " -"tooltip" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#, python-format +msgid "Minutes %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:152 -msgid "Javascript onClick href" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:153 -msgid "Define a function that returns a URL to navigate to when user clicks" -msgstr "" +#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 +msgid "Missing dataset" +msgstr "Ontbrekende dataset" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:160 -msgid "Legend Format" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Grafiek verkleinen" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:161 -msgid "Choose the format for legend values" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:173 -msgid "Legend Position" -msgstr "" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 +msgid "Modified" +msgstr "Gewijzigd" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:174 -msgid "Choose the position of the legend" +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 +#, python-format +msgid "Modified %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:193 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 -msgid "Lines column" -msgstr "" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 +msgid "Modified by" +msgstr "Gewijzigd door" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:195 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 -msgid "The database columns that contains lines information" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 +#, python-format +msgid "Modified columns: %s" +msgstr "Gewijzigde kolommen: %s" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:207 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 -msgid "Line width" -msgstr "Lijndikte" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 +msgid "Monday" +msgstr "Maandag" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:211 -msgid "The width of the lines" -msgstr "" +#: superset/db_engine_specs/base.py:108 +msgid "Month" +msgstr "Maand" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:218 -msgid "Fill Color" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#, python-format +msgid "Months %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:219 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:232 -msgid "" -" Set the opacity to 0 if you do not want to override the color specified " -"in the GeoJSON" -msgstr "" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Zie meer" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:231 -msgid "Stroke Color" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Parent filter" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +msgid "Move only" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:245 -msgid "Filled" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 +msgid "Moves the given set of dates by a specified interval." +msgstr "Verplaatst de gegeven reeks datums met een opgegeven interval." + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 +msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:247 -msgid "Whether to fill the objects" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 +msgid "Multi-Layers" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:256 -msgid "Stroked" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 +msgid "Multi-Levels" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:258 -msgid "Whether to display the stroke" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 +msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:267 -msgid "Extruded" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 +msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:278 -msgid "Grid Size" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 +msgid "Multiple Line Charts" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:282 -msgid "Defines the grid size in pixels" +#: superset/views/database/views.py:465 +msgid "" +"Multiple file extensions are not allowed for columnar uploads. Please " +"make sure all files are of the same extension." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:292 -msgid "Parameters related to the view and perspective on the map" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:304 -msgid "Longitude & Latitude" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" +"Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek " +"voor meer details" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:319 -msgid "Fixed point radius" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 +msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:330 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 msgid "Multiplier" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:334 -msgid "Factor to multiply the metric by" +#: superset/dashboards/commands/exceptions.py:39 +msgid "Must be unique" +msgstr "Moet uniek zijn" + +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Kies een grafiek of een dashboard, niet beide" + +#: superset/viz.py:2346 +msgid "Must have a [Group By] column to have 'count' as the [Label]" +msgstr "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" + +#: superset/viz.py:1752 +msgid "Must have at least one numeric column specified" +msgstr "Er moet minstens één numerieke kolom gespecificeerd zijn" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:342 -msgid "Lines encoding" +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 +msgid "Must specify a value for filters with comparison operators" +msgstr "Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" + +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 -msgid "The encoding format of the lines" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 +msgid "My column" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:358 -msgid "Reverse Lat & Long" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 +msgid "My metric" +msgstr "Mijn meeteenheid" + +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 +msgid "N/A" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:387 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 -msgid "GeoJson Column" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 +msgid "NOV" +msgstr "NOV" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 +msgid "NOW" +msgstr "NU" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Mijn meeteenheid" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 +msgid "Name" +msgstr "Naam" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 +msgid "Name is required" +msgstr "Naam is vereist" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:389 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 -msgid "Select the geojson column" -msgstr "" +#: superset/annotation_layers/commands/exceptions.py:66 +msgid "Name must be unique" +msgstr "De naam moet uniek zijn" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 -msgid "Right Axis Format" +#: superset/views/database/forms.py:406 +msgid "Name of table to be created from columnar data." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 -msgid "Show Markers" -msgstr "" +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." +msgstr "Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 -msgid "Show data points as circle markers on the lines" -msgstr "" +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Naam van de tabel die op basis van csv-gegevens moet worden gemaakt." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 -msgid "Y bounds" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 +msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 -msgid "Whether to display the min and max values of the Y-axis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 +msgid "Name of the id column" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 -msgid "Y 2 bounds" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 +msgid "Name of the source nodes" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 -msgid "Line Style" -msgstr "" +#: superset/connectors/sqla/views.py:428 +msgid "Name of the table that exists in the source database" +msgstr "Naam van de tabel die bestaat in de brondatabase" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 -msgid "Line interpolation as defined by d3.js" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 +msgid "Name of the target nodes" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 -msgid "Show Range Filter" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 +msgid "Name your database" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 -msgid "Whether to display the time range interactive selector" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 -msgid "Extra Controls" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 -msgid "" -"Whether to show extra controls or not. Extra controls include things like" -" making mulitBar charts stacked or side by side." -msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "Parameter fout" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 -msgid "X Tick Layout" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 -msgid "The way the ticks are laid out on the X-axis" -msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 +msgid "New chart" +msgstr "Nieuwe grafiek" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 -msgid "X Axis Format" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 +#, python-format +msgid "New columns added: %s" +msgstr "Nieuwe kolommen toegevoegd: %s" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 -msgid "Y Log Scale" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Wijzig dataset" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 -msgid "Use a log scale for the Y-axis" -msgstr "" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "Dataset naam" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:355 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:273 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:216 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:289 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:292 -msgid "Y Axis Bounds" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 +msgid "New filter set" +msgstr "Nieuwe filterset" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:358 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:276 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:239 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:219 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:292 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:295 -msgid "" -"Bounds for the Y-axis. When left empty, the bounds are dynamically " -"defined based on the min/max of the data. Note that this feature will " -"only expand the axis range. It won't narrow the data's extent." -msgstr "" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Nieuwe grafiek" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 -msgid "Y Axis 2 Bounds" -msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 +msgid "New tab" +msgstr "Nieuw tabblad" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 -msgid "X bounds" -msgstr "" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 +msgid "New tab (Ctrl + q)" +msgstr "Nieuw tabblad (Ctrl + q)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 -msgid "Whether to display the min and max values of the X-axis" -msgstr "" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 +msgid "New tab (Ctrl + t)" +msgstr "Nieuw tabblad (Ctrl + t)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 -msgid "Bar Values" -msgstr "" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 +msgid "Next" +msgstr "Volgende" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 -msgid "Show the value on top of the bar" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 -msgid "Stacked Bars" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 +msgid "No" +msgstr "Nee" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 -msgid "Reduce X ticks" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 +#, python-format +msgid "No %s yet" +msgstr "Nog geen %s" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 -msgid "" -"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " -"will not overflow and labels may be missing. If false, a minimum width " -"will be applied to columns and the width may overflow into an horizontal " -"scroll." -msgstr "" +#: superset/templates/superset/request_access.html:20 +msgid "No Access!" +msgstr "Geen Toegang!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 -msgid "You cannot use 45° tick layout along with the time range filter" -msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 +msgid "No Data" +msgstr "Geen Data" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 -#: superset-frontend/src/explore/fixtures.tsx:55 -msgid "Stacked Style" +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 +msgid "No Results" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:49 -msgid "Evolution" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Aantekeningenlagen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 -msgid "" -"A time series chart that visualizes how a related metric from multiple " -"groups vary over time. Each group is visualized using a different color." -msgstr "" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 +msgid "No annotation layers yet" +msgstr "Nog geen aantekeningen lagen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -msgid "Stretched style" -msgstr "" +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 +msgid "No annotation yet" +msgstr "Nog geen aantekeningen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 -msgid "Stacked style" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Verwijder ongeldige filters" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 -msgid "Video game consoles" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Alle filters" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 -msgid "Vehicle Types" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 +msgid "No charts" +msgstr "Geen grafieken" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:139 -msgid "Area Chart" -msgstr "" +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Geen grafieken" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 -msgid "Continuous" -msgstr "" +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 +msgid "No columns" +msgstr "Geen kolommen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -msgid "Line" -msgstr "" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Geen kolommen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -msgid "nvd3" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +msgid "No compatible columns found" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 -msgid "Deprecated" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "Onverenigbare filters (%d)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 -msgid "" -"Visualize how a metric changes over time using bars. Add a group by " -"column to visualize group level metrics and how they change over time." +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 -msgid "Time-series Bar Chart" -msgstr "" +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 +msgid "No dashboards" +msgstr "Geen dashboards" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 -msgid "Bar" -msgstr "" +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Geen dashboards" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 -msgid "Vertical" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 +msgid "No data" +msgstr "Geen data" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 -msgid "Box Plot" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 +msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 -msgid "X Log Scale" -msgstr "" +#: superset/dashboards/commands/importers/v0.py:304 +msgid "No data in file" +msgstr "Geen gegevens in het bestand" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 -msgid "Use a log scale for the X-axis" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "Database niet gevonden." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 -msgid "" -"Visualizes a metric across three dimensions of data in a single chart (X " -"axis, Y axis, and bubble size). Bubbles from the same group can be " -"showcased using bubble color." +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 -msgid "Ranges" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 +msgid "No description available." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 -msgid "Ranges to highlight with shading" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 -msgid "Range labels" -msgstr "" +#: superset-frontend/src/profile/components/Favorites.tsx:61 +msgid "No favorite charts yet, go click on stars!" +msgstr "Nog geen favoriete grafieken, klik op sterren!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 -msgid "Labels for the ranges" -msgstr "" +#: superset-frontend/src/profile/components/Favorites.tsx:89 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "Nog geen favoriete dashboards, klik op de sterren !" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 -msgid "Markers" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 +#: superset-frontend/src/explore/controls.jsx:326 +msgid "No filter" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 -msgid "List of values to mark with triangles" -msgstr "" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 +msgid "No filter is selected." +msgstr "Er is geen filter geselecteerd." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -msgid "Marker labels" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Alle filters" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 -msgid "Labels for the markers" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Er zijn geen filters in dit dashboard." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 -msgid "Marker lines" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 -msgid "List of values to mark with lines" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 -msgid "Marker line labels" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Geen gegevens gevonden" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +msgid "No of Bins" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 -msgid "Labels for the marker lines" +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "Nog geen %s" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#: superset/templates/appbuilder/general/widgets/base_list.html:64 +msgid "No records found" +msgstr "Geen gegevens gevonden" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 -msgid "KPI" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 +msgid "No results found" +msgstr "Geen resultaten gevonden" + +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 -msgid "" -"Showcases the progress of a single metric against a given target. The " -"higher the fill, the closer the metric is to the target." +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" -"Visualizes many different time-series objects in a single chart. This " -"chart is being deprecated and we recommend using the Time-series Chart " -"instead." +"No results were returned for this query. If you expected results to be " +"returned, ensure any filters are configured properly and the datasource " +"contains data for the selected time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 -msgid "Time-series Percent Change" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:94 -msgid "Sort Bars" +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:97 -msgid "Sort bars by x labels." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:135 -msgid "Breakdowns" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:136 -msgid "Defines how each series is broken down" -msgstr "" +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Opgeslagen queries" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 -msgid "" -"Compares metrics from different categories using bars. Bar lengths are " -"used to indicate the magnitude of each value and color is used to " -"differentiate groups." -msgstr "" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 +msgid "No stored results found, you need to re-run your query" +msgstr "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 -msgid "Bar Chart" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" +"Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, " +"probeer het Custom SQL tabblad." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 -msgid "Additive" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Geen tijdskolommen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -msgid "Discrete" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 -msgid "Y Axis 1" -msgstr "" +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 +msgid "No time columns" +msgstr "Geen tijdskolommen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 -msgid "Y Axis 2" +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 -msgid "Left Axis Metric" +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 -msgid "Choose a metric for left axis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 +msgid "Node label position" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 -msgid "Left Axis Format" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 +msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 -msgid "" -"Visualizes 2 metrics as line plots using the same x-axis. This chart is " -"useful for comparing metrics across the same time range." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 +msgid "Node size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 -msgid "Dual Line Chart" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 +msgid "None" +msgstr "Geen" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 -msgid "Propagate" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 -msgid "Send range filter events to other charts" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 -msgid "Classic chart that visualizes how metrics change over time." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 +msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 -msgid "Battery level over time" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 +msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 -msgid "Line Chart" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 +msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 -msgid "Prefix metric name with slice name" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 +msgid "Not Time Series" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 -msgid "Y Axis Left" -msgstr "" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Toevoegen aan het dashboard" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 -msgid "Left Axis chart(s)" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 -msgid "Choose one or more charts for left axis" -msgstr "" +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (Is niet gelijk)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 -msgid "Y Axis Right" -msgstr "" +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "aantekening" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 -msgid "Right Axis chart(s)" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 +msgid "Not null" +msgstr "Not null" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 -msgid "Choose one or more charts for right axis" +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 +msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 -msgid "" -"Visualize two different time series using the same x-axis time range. " -"This chart is being deprecated and we recommend using the Mixed " -"Timeseries Chart instead!" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 +msgid "Not up to date" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 -msgid "Multiple Line Charts" -msgstr "" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" +msgstr "Niets getriggerd" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 -msgid "Label Type" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 +msgid "Notification method" +msgstr "Methode voor kennisgeving" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 -msgid "What should be shown on the label?" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 +msgid "November" +msgstr "November" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 -msgid "Donut" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 +msgid "Now" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 -msgid "Do you want a donut or a pie?" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Nul waarden" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 -msgid "Show Labels" +#: superset/datasets/filters.py:26 +msgid "Null or Empty" +msgstr "Nul of Leeg" + +#: superset/views/database/forms.py:392 +msgid "Null values" +msgstr "Nul waarden" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 +msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 msgid "" -"Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 -msgid "Put labels outside" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 +msgid "Number format" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 -msgid "Put the labels outside the pie?" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 -msgid "Pie Chart" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 -msgid "Frequency" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 +msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 -msgid "" -"The periodicity over which to pivot time. Users can provide\n" -" \"Pandas\" offset alias.\n" -" Click on the info bubble for more details on accepted " -"\"freq\" expressions." +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 +msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 -msgid "Time-series Period Pivot" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:37 -msgid "Show legend" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:40 -msgid "Whether to display a legend for the chart" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:48 -msgid "Margin" -msgstr "" +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "Aantal rijen van het te lezen bestand." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:52 -msgid "Additional padding for legend." -msgstr "" +#: superset/views/database/forms.py:361 +msgid "Number of rows of file to read." +msgstr "Aantal rijen van het te lezen bestand." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 -msgid "Legend type" -msgstr "" +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "Aantal rijen om over te slaan aan het begin van het bestand." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:108 -msgid "Show Value" -msgstr "" +#: superset/views/database/forms.py:355 +msgid "Number of rows to skip at start of file." +msgstr "Aantal rijen om over te slaan aan het begin van het bestand." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:111 -msgid "Show series values on the chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 +msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:119 -msgid "Stack series" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 +msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:122 -msgid "Stack series on top of each other" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 +msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:130 -msgid "Only Total" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +msgid "Numerical range" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:133 -msgid "" -"Only show the total value on the stacked chart, and not show on the " -"selected category" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 +msgid "OCT" +msgstr "OKT" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:145 -msgid "X-axis" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 +msgid "OK" +msgstr "OK" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:148 -msgid "Dimension to use on x-axis." -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 +msgid "OVERWRITE" +msgstr "OVERSCHRIJVEN" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:157 -msgid "Percentage threshold" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 +msgid "October" +msgstr "Oktober" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:161 -msgid "Minimum threshold in percentage points for showing labels." -msgstr "" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 +msgid "Offline" +msgstr "Offline" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:187 -msgid "Rich tooltip" +#: superset/connectors/sqla/views.py:485 +msgid "Offset" +msgstr "Offset" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 +msgid "On Grace" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:190 -msgid "Shows a list of all series available at that point in time" +#: superset-frontend/src/explore/controls.jsx:126 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a series limit to limit the number of fetched and rendered " +"series." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:200 -msgid "Tooltip time format" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a sort by metric and series limit to limit the number of fetched " +"and rendered series." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:210 -msgid "Tooltip sort by metric" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 +msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:213 -msgid "Whether to sort tooltip by the selected metric in descending order." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:222 -msgid "Tooltip" -msgstr "" +#: superset-frontend/src/explore/controls.jsx:245 +msgid "One or many controls to pivot as columns" +msgstr "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:109 -#, python-format -msgid "Last available value seen on %s" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:162 +msgid "One or many metrics to display" +msgstr "Eén of vele meeteenheden om weer te geven" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:112 -msgid "Not up to date" -msgstr "" +#: superset/datasets/commands/exceptions.py:90 +msgid "One or more columns already exist" +msgstr "Een of meer kolommen bestaan al" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:149 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:257 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 -msgid "No data" -msgstr "Geen data" +#: superset/datasets/commands/exceptions.py:80 +msgid "One or more columns are duplicated" +msgstr "Een of meer kolommen zijn gedupliceerd" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:179 -msgid "No data after filtering or data is NULL for the latest time record" -msgstr "" +#: superset/datasets/commands/exceptions.py:70 +msgid "One or more columns do not exist" +msgstr "Een of meer kolommen bestaan niet" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:182 -msgid "Try applying different filters or ensuring your datasource has data" -msgstr "" +#: superset/datasets/commands/exceptions.py:119 +msgid "One or more metrics already exist" +msgstr "Een of meer meetgegevens bestaan al" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 -msgid "Big Number Font Size" -msgstr "" +#: superset/datasets/commands/exceptions.py:109 +msgid "One or more metrics are duplicated" +msgstr "Een of meer meetgegevens zijn gedupliceerd" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 -msgid "Tiny" -msgstr "" +#: superset/datasets/commands/exceptions.py:99 +msgid "One or more metrics do not exist" +msgstr "Een of meer meeteenheden bestaan niet" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 -msgid "Small" +#: superset/errors.py:119 +msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 -msgid "Normal" +#: superset/errors.py:133 +msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 -msgid "Large" -msgstr "" +#: superset/errors.py:107 +msgid "One or more parameters specified in the query are missing." +msgstr "Een of meer in de query opgegeven parameters ontbreken." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 -msgid "Huge" +#: superset/views/core.py:1992 +msgid "" +"One or more required fields are missing in the request. Please try again," +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 -msgid "Subheader Font Size" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 +msgid "One ore more annotation layers failed loading." +msgstr "Aantekening lagen worden nog steeds geladen." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:46 -msgid "Subheader" +#: superset/sql_lab.py:230 +msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:48 -msgid "Description text that shows up below your Big Number" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 +msgid "Only Total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:151 -msgid "Force date format" -msgstr "" +#: superset/connectors/sqla/utils.py:123 +msgid "Only `SELECT` statements are allowed" +msgstr "Alleen `SELECT` statements zijn toegestaan" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:154 -msgid "Use date formatting even when metric value is not a timestamp" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 -msgid "" -"Showcases a single metric front-and-center. Big number is best used to " -"call attention to a KPI or the one thing you want your audience to focus " -"on." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 -msgid "A Big Number" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 +msgid "Only selected panels will be affected by this filter" +msgstr "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 -msgid "With a subheader" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 +msgid "" +"Only show the total value on the stacked chart, and not show on the " +"selected category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 -msgid "Formattable" -msgstr "" +#: superset/connectors/sqla/utils.py:132 +msgid "Only single queries supported" +msgstr "Alleen enkelvoudige query’s worden ondersteund" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:48 -msgid "Comparison Period Lag" +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 +#, python-format +msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" +"Alleen de volgende bestandsextensies zijn toegestaan: " +"%(allowed_extensions)s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:50 -msgid "Based on granularity, number of time periods to compare against" -msgstr "" +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "Er is een fout opgetreden" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:61 -msgid "Comparison suffix" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 +msgid "Opacity" +msgstr "Opaciteit" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:62 -msgid "Suffix to apply after the percentage display" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 +msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:71 -msgid "Show Timestamp" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:74 -msgid "Whether to display the timestamp" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 +msgid "Opacity of area chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:83 -msgid "Show Trend Line" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:86 -msgid "Whether to display the trend line" -msgstr "" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 +msgid "Open Datasource tab" +msgstr "Open Datasource tab" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:95 -msgid "Start y-axis at 0" -msgstr "" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 +msgid "Open in SQL Lab" +msgstr "Open in SQL Lab" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 +msgid "Open query in SQL Lab" +msgstr "Open query in SQL Lab" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" -"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " -"data." +"Operate the database in asynchronous mode, meaning that the queries are " +"executed on remote workers as opposed to on the web server itself. This " +"assumes that you have a Celery worker setup as well as a results backend." +" Refer to the installation docs for more information." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:109 -msgid "Fix to selected Time Range" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 +msgid "Operator" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:110 -msgid "" -"Fix the trend line to the full time range specified in case filtered " -"results do not include the start or end dates" -msgstr "" +#: superset/utils/pandas_postprocessing/utils.py:158 +#, python-format +msgid "Operator undefined for aggregator: %(name)s" +msgstr "Operator ongedefinieerd voor aggregator: %(name)s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" -"Showcases a single number accompanied by a simple line chart, to call " -"attention to an important metric along with its change over time or other" -" dimension." +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" +" certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 -msgid "Whisker/outlier options" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 -msgid "Determines how whiskers and outliers are calculated." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 -msgid "Categories to group by on the x-axis." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 -msgid "Distribute across" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" +msgstr "Optionele waarschuwing voor het gebruik van deze meeteenheid" + +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +msgid "Options" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 +msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 -msgid "" -"Also known as a box and whisker plot, this visualization compares the " -"distributions of a related metric across multiple groups. The box in the " -"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " -"around each box visualize the min, max, range, and outer 2 quartiles." +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 +msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 -msgid "ECharts" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 +msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 -msgid "Labels" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 +msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 -msgid "Whether to display the labels." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "aantekening" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" +msgstr "Verdeling - Staafdiagram" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 -msgid "" -"Showcases how a metric changes as the funnel progresses. This classic " -"chart is useful for visualizing drop-off between stages in a pipeline or " -"lifecycle." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 -msgid "Funnel Chart" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 +msgid "Original" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 -msgid "Sequential" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 +msgid "Original table column order" +msgstr "Originele tabel kolom volgorde" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 +msgid "Original value" +msgstr "Originele waarde" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +msgid "Orthogonal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 -msgid "Columns to group by" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 +msgid "Other" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 -msgid "General" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 -msgid "Min" -msgstr "Min" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 +msgid "Outer Radius" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 -msgid "Minimum value on the gauge axis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 +msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 -msgid "Max" -msgstr "Max" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 +msgid "Overlap" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 -msgid "Maximum value on the gauge axis" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 -msgid "Start angle" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 -msgid "Angle at which to start progress axis" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 -msgid "End angle" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Toon Druid time origin" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 -msgid "Angle at which to end progress axis" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Bewerk tijdspanne" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 -msgid "Font size" -msgstr "" +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 +msgid "Overwrite" +msgstr "Overschrijven" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 -msgid "Font size for axis labels, detail value and other text elements" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 +msgid "Overwrite & Explore" +msgstr "Overschrijven en verkennen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:231 -msgid "Value format" -msgstr "" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 +#, python-format +msgid "Overwrite Dashboard [%s]" +msgstr "Dashboard overschrijven [%s]" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 -msgid "Additional text to add before or after the value, e.g. unit" -msgstr "" +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Dubbele kolommen verwijderen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 -msgid "Show pointer" -msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +#, fuzzy +msgid "Overwrite existing" +msgstr "Blijf bewerken" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 -msgid "Whether to show the pointer" -msgstr "" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 +msgid "Overwrite text in the editor with a query on this table" +msgstr "Overschrijf tekst in de editor met een query op deze tabel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 -msgid "Animation" +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 -msgid "Whether to animate the progress and the value or just display them" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 +msgid "Owner" +msgstr "Eigenaar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 -msgid "Axis" -msgstr "" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 +msgid "Owners" +msgstr "Eigenaars" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 -msgid "Show axis line ticks" -msgstr "" +#: superset/commands/exceptions.py:108 +#: superset/datasets/commands/exceptions.py:144 +msgid "Owners are invalid" +msgstr "Eigenaren zijn ongeldig" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 -msgid "Whether to show minor ticks on the axis" -msgstr "" +#: superset/views/dashboard/mixin.py:64 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 -msgid "Show split lines" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 +msgid "" +"Owners is a list of users who can alter the dashboard. Searchable by name" +" or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 -msgid "Whether to show the split lines on the axis" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +msgid "Page length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 -msgid "Split number" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 -msgid "Number of split segments on the axis" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 +msgid "Pandas resample method" +msgstr "Pandas resample methode" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 -msgid "Progress" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +msgid "Pandas resample rule" +msgstr "Pandas resample regel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 -msgid "Show progress" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 +msgid "Parallel Coordinates" +msgstr "Parallelle coördinaten" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 -msgid "Whether to show the progress of gauge chart" -msgstr "" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 +msgid "Parameter error" +msgstr "Parameter fout" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 -msgid "Overlap" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 +msgid "Parameters" +msgstr "Parameters" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 -msgid "Whether the progress bar overlaps when there are multiple groups of data" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 +msgid "Parameters " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 -msgid "Round cap" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 -msgid "Style the ends of the progress bar with a round cap" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 -msgid "Intervals" -msgstr "" +#: superset/views/database/forms.py:366 +msgid "Parse Dates" +msgstr "Bereken Data" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 -msgid "Interval bounds" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 +msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 -msgid "" -"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " -"4-5. Last number should match the value provided for MAX." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 +msgid "Partition Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 -msgid "Interval colors" +#: superset/viz.py:3071 +msgid "Partition Diagram" +msgstr "Partition Diagram" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 +msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 -msgid "" -"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " -"denote colors from the chosen color scheme and are 1-indexed. Length must" -" be matching that of interval bounds." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 +msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" -"Uses a gauge to showcase progress of a metric towards a target. The " -"position of the dial represents the progress and the terminal value in " -"the gauge represents the target value." +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 -msgid "Gauge Chart" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 +msgid "Password" +msgstr "Wachtwoord" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 -msgid "Name of the source nodes" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 -msgid "Name of the target nodes" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 -msgid "Source category" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 +msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 -msgid "" -"The category of source nodes used to assign colors. If a node is " -"associated with more than one category, only the first will be used." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +msgid "Pattern" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 -msgid "Target category" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +msgid "Percent Change" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 -msgid "Category of target nodes" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 -msgid "Chart options" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 -msgid "Layout" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +msgid "Percentage metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 -msgid "Graph layout" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 +msgid "Percentage threshold" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 -msgid "Force" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 +msgid "Percentages" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 -msgid "Layout type of graph" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 -msgid "Edge symbols" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 -msgid "Symbol of two ends of edge line" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 +msgid "Periods" +msgstr "Periodes" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 -msgid "None -> None" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 -msgid "None -> Arrow" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 +msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 -msgid "Circle -> Arrow" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 +msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 -msgid "Circle -> Circle" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 +msgid "Person or group that has certified this metric" +msgstr "Persoon of groep die deze meetwaarde heeft gecertificeerd" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 -msgid "Enable node dragging" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 +msgid "Physical" +msgstr "Fysiek" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 -msgid "Whether to enable node dragging in force layout mode." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 +msgid "Physical (table or view)" +msgstr "Fysiek (tabel of overzicht)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 -msgid "Enable graph roaming" -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:273 +msgid "Physical dataset" +msgstr "Fysieke dataset" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 -msgid "Disabled" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 -msgid "Scale only" -msgstr "" +#: superset/viz.py:769 +msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +msgstr "Kies een granulariteit in de sectie Tijd of vink ‘Inclusief tijd’ uit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 -msgid "Move only" -msgstr "" +#: superset/viz.py:1605 +msgid "Pick a metric for left axis!" +msgstr "Kies een meeteenheid voor de linkeras!" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 -msgid "Scale and Move" -msgstr "" +#: superset/viz.py:1607 +msgid "Pick a metric for right axis!" +msgstr "Kies een meeteenheid voor de rechteras!" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 -msgid "Whether to enable changing graph position and scaling." -msgstr "" +#: superset/viz.py:1195 +msgid "Pick a metric for x, y and size" +msgstr "Kies een meeteenheid voor x, y en grootte" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 -msgid "Node select mode" -msgstr "" +#: superset/viz.py:1234 +msgid "Pick a metric to display" +msgstr "Kies een meeteenheid om weer te geven" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 -msgid "Single" -msgstr "" +#: superset/viz.py:1260 superset/viz.py:1294 +msgid "Pick a metric!" +msgstr "Kies een meeteenheid!" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 -msgid "Multiple" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 +msgid "Pick a name to help you identify this database." +msgstr "Kies een naam om je te helpen deze database te identificeren." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 -msgid "Allow node selections" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 -msgid "Label threshold" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 -msgid "Minimum value for label to be displayed on graph." -msgstr "" +#: superset/viz.py:1390 superset/viz.py:1653 +msgid "Pick a time granularity for your time series" +msgstr "Kies een tijdschaal voor uw tijdreeks" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 -msgid "Node size" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 +msgid "Pick a title for you annotation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 -msgid "" -"Median node size, the largest node will be 4 times larger than the " -"smallest" -msgstr "" +#: superset/viz.py:1815 +msgid "Pick at least one field for [Series]" +msgstr "Kies minstens één veld voor [Series]" + +#: superset/viz.py:857 superset/viz.py:1813 +msgid "Pick at least one metric" +msgstr "Kies ten minste één meeteenheid" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 -msgid "Edge width" -msgstr "" +#: superset/viz.py:1943 +msgid "Pick exactly 2 columns as [Source / Target]" +msgstr "Kies precies 2 kolommen als [Bron / Doel]" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" -"Median edge width, the thickest edge will be 4 times thicker than the " -"thinnest." +"Pick one or more columns that should be shown in the annotation. If you " +"don't select a column all of them will be shown." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 -msgid "Edge length" -msgstr "" +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" +msgstr "Kies uw favoriete opmaaktaal (markup language)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 -msgid "Edge length between nodes" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +msgid "Pie Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 -msgid "Gravity" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 +msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 -msgid "Strength to pull the graph toward center" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 +msgid "Pin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 -msgid "Repulsion" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 -msgid "Repulsion strength between nodes" -msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 +msgid "Pivot Table" +msgstr "Draaitabel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 -msgid "Friction" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 -msgid "Friction between nodes" -msgstr "" +#: superset/utils/pandas_postprocessing/pivot.py:70 +msgid "Pivot operation must include at least one aggregate" +msgstr "De pivotbewerking moet ten minste één aggregaat omvatten" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 -msgid "" -"Displays connections between entities in a graph structure. Useful for " -"mapping relationships and showing which nodes are important in a network." -" Graph charts can be configured to be force-directed or circulate. If " -"your data has a geospatial component, try the deck.gl Arc chart." -msgstr "" +#: superset/utils/pandas_postprocessing/pivot.py:66 +msgid "Pivot operation requires at least one index" +msgstr "Pivot bewerking vereist ten minste één index" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 -msgid "Graph Chart" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 +msgid "Pivoted" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 -msgid "Structural" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 +msgid "Pixel height of each series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 -msgid "Series type" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:129 -msgid "Series chart type (line, bar etc)" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 -msgid "Area chart" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:142 -msgid "Draw area under curves. Only applicable for line types." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 +msgid "Please apply filter changes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 -msgid "Opacity of area chart." +#: superset/sqllab/query_render.py:120 +msgid "" +"Please check your query and confirm that all template parameters are " +"surround by double braces, for example, \"{{ ds }}\". Then, try running " +"your query again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:111 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:169 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:172 -msgid "Marker" +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 +#, python-format +msgid "" +"Please check your query for syntax errors at or near " +"\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:117 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:114 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:172 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:175 -msgid "Draw a marker on data points. Only applicable for line types." +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 +#, python-format +msgid "" +"Please check your query for syntax errors near \"%(server_error)s\". " +"Then, try running your query again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 -msgid "Marker size" +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:172 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:133 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:188 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:191 -msgid "Size of marker. Also applies to forecast observations." -msgstr "" +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Kies ten minste één veld ‘Groeperen op’ " -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 -msgid "Primary" -msgstr "" +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" +msgstr "Kies ten minste één veld ‘Groeperen op’ " -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 -msgid "Secondary" -msgstr "" +#: superset/viz.py:923 +msgid "Please choose at least one metric" +msgstr "Kies ten minste één meeteenheid" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:249 -msgid "Primary or secondary y-axis" -msgstr "" +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" +msgstr "Kies verschillende meeteenheden op de linker- en rechteras" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 -msgid "Query A" -msgstr "" +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 +msgid "Please confirm" +msgstr "Gelieve te bevestigen" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:260 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:285 -msgid "Query B" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:143 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:204 -msgid "Data Zoom" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" +msgstr "Voer een SQLAlchemy URI in om te testen" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:294 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:188 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:207 -msgid "Enable data zooming controls" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 +msgid "Please filter set name" +msgstr "Filter setnaam a.u.b." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:308 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:155 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:232 -msgid "Rotate x axis label" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:315 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:162 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:178 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:239 -msgid "Input field supports custom rotation. e.g. 30 for 30°" +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:329 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:210 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:190 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:207 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:263 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:266 -msgid "Minor Split Line" -msgstr "" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy +msgid "Please reach out to the Chart Owner for assistance." +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "Neem contact op met de eigenaar van de grafiek voor hulp." +msgstr[1] "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:332 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:193 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:210 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:266 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:269 -msgid "Draw split lines for minor y-axis ticks" -msgstr "" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 +msgid "Please save the query to enable sharing" +msgstr "Sla de query op om te kunnen delen" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:341 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:202 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:219 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:275 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:278 -msgid "Truncate Y Axis" +#: superset/reports/commands/exceptions.py:105 +msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:278 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:281 -msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +#: superset/reports/commands/exceptions.py:117 +msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:372 -msgid "Primary y-axis format" +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 +msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:381 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:405 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:414 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:195 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:251 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:254 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:254 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:257 -msgid "Logarithmic y-axis" -msgstr "" +#: superset/viz.py:1193 +msgid "Please use 3 different metric labels" +msgstr "Gelieve 3 verschillende meeteenheid labels te gebruiken" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:384 -msgid "Logarithmic scale on primary y-axis" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:393 -msgid "Secondary y-axis format" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 +msgid "" +"Plots the individual metrics for each row in the data vertically and " +"links them together as a line. This chart is useful for comparing " +"multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:402 -msgid "Secondary y-axis title" -msgstr "" +#: superset/initialization/__init__.py:275 +msgid "Plugins" +msgstr "Plugins" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 -msgid "Logarithmic scale on secondary y-axis" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 -msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 +msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 -msgid "Mixed Time-Series" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 -msgid "Put the labels outside of the pie?" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 +msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 -msgid "Label Line" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 -msgid "Draw line from Pie to label when labels outside?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 -msgid "Pie shape" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 -msgid "Outer Radius" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 +msgid "Points" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 -msgid "Outer edge of Pie chart" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 +msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 -msgid "Inner Radius" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 -msgid "Inner radius of donut hole" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 -msgid "" -"The classic. Great for showing how much of a company each investor gets, " -"what demographics follow your blog, or what portion of the budget goes to" -" the military industrial complex.\n" -"\n" -" Pie charts can be difficult to interpret precisely. If clarity of" -" relative proportion is important, consider using a bar or other chart " -"type instead." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 -msgid "The maximum value of metrics. It is an optional configuration" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 -msgid "Label position" -msgstr "" +#: superset/views/sql_lab/views.py:87 +msgid "Pop Tab Link" +msgstr "Pop Tab Link" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 -msgid "Radar" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "Popular" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 -msgid "Customize Metrics" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 +msgid "Populate \"Default value\" to enable this control" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 -msgid "Further customize how to display each metric" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 -msgid "Circle radar shape" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "rapport" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 -msgid "Radar render type, whether to display 'circle' shape." -msgstr "" +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +msgstr "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 -msgid "" -"Visualize a parallel set of metrics across multiple groups. Each group is" -" visualized using its own line of points and each metric is represented " -"as an edge in the chart." -msgstr "" +#: superset/views/dashboard/mixin.py:86 +msgid "Position JSON" +msgstr "Positie JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 -msgid "Radar Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 +msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:72 -msgid "Contribution Mode" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 +msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:79 -msgid "Calculate contribution per series or row" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:117 -msgid "Series Style" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 +msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:153 -msgid "Area chart opacity" +#: superset-frontend/src/features/home/RightMenu.tsx:496 +msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:141 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:159 -msgid "Opacity of Area Chart. Also applies to confidence band." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 +msgid "Pre-filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:128 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:108 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:186 -msgid "Marker Size" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 +msgid "Pre-filter available values" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 -msgid "" -"Swiss army knife for visualizing data. Choose between step, line, " -"scatter, and bar charts. This viz type has many customization options as " -"well." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 +msgid "Pre-filter is required" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +#: superset/connectors/sqla/views.py:440 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " -"line, scatter, and bar charts. This viz type has many customization " -"options as well." +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:66 -msgid "Generic Chart" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +msgid "Predictive" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:67 -msgid "Time-series Chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 +msgid "Predictive Analytics" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 -msgid "" -"Area charts are similar to line charts in that they represent variables " -"with the same scale, but area charts stack the metrics on top of each " -"other." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 +msgid "Prefix metric name with slice name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 -msgid "" -"Time-series Area chart are similar to line chart in that they represent " -"variables with the same scale, but area charts stack the metrics on top " -"of each other. An area chart in Superset can be stream, stack, or expand." -msgstr "" +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 +msgid "Preview" +msgstr "Preview" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:72 -msgid "Area Chart v2" -msgstr "" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 +#, python-format +msgid "Preview: `%s`" +msgstr "Preview: `%s`" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:73 -msgid "Time-series Area Chart" -msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 +msgid "Previous" +msgstr "Vorige" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:225 -msgid "It’s not recommended to truncate y-axis in Bar chart." -msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "Vorige" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 -msgid "Bar Charts are used to show metrics as a series of bars." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 +msgid "Primary" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:65 -msgid "" -"Time-series Bar Charts are used to show the changes in a metric over time" -" as a series of bars." +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 +msgid "Primary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -msgid "Bar Chart v2" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -msgid "Time-series Bar Chart v2" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 +msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 -msgid "" -"Line chart is used to visualize measurements taken over a given category." -" Line chart is a type of chart which displays information as a series of " -"data points connected by straight line segments. It is a basic type of " -"chart common in many fields." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 +msgid "Primary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 -msgid "" -"Time-series line chart is used to visualize repeated measurements taken " -"over regular time intervals. Line chart is a type of chart which displays" -" information as a series of data points connected by straight line " -"segments. It is a basic type of chart common in many fields." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:78 -msgid "Time-series Line Chart" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 -msgid "" -"Scatter Plot has the horizontal axis in linear units, and the points are " -"connected in order. It shows a statistical relationship between two " -"variables." -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Broker Wachtwoord" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 -msgid "" -"Time-series Scatter Plot has time on the horizontal axis in linear units," -" and the points are connected in order. It shows a statistical " -"relationship between two variables." +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 -msgid "Scatter Plot" -msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:477 +msgid "Profile" +msgstr "Profiel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 -msgid "Time-series Scatter Plot" -msgstr "" +#: superset-frontend/src/profile/components/UserInfo.tsx:44 +msgid "Profile picture provided by Gravatar" +msgstr "Profielfoto geleverd door Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 -msgid "" -"Smooth-line is a variation of the line chart. Without angles and hard " -"edges, Smooth-line sometimes looks smarter and more professional." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 +msgid "Progress" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 -msgid "" -"Time-series Smooth-line is a variation of the line chart. Without angles " -"and hard edges, Smooth-line sometimes looks smarter and more " -"professional." +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 +msgid "Progressive" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -msgid "Smooth Line" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 +msgid "Propagate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -msgid "Time-series Smooth Line" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 +msgid "Proportional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:116 -msgid "Step type" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 +msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 -msgid "" -"Defines whether the step should appear at the beginning, middle or end " -"between two data points" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 +msgid "Publicly shared sheets only" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 -msgid "" -"Stepped-line graph (also called step chart) is a variation of line chart " -"but with the line forming a series of steps between data points. A step " -"chart can be useful when you want to show the changes that occur at " -"irregular intervals." -msgstr "" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 +msgid "Published" +msgstr "Gepubliceerd" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 -msgid "" -"Time-series Stepped-line graph (also called step chart) is a variation of" -" line chart but with the line forming a series of steps between data " -"points. A step chart can be useful when you want to show the changes that" -" occur at irregular intervals." -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "Regel" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -msgid "Stepped Line" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 +msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 -msgid "Time-series Stepped Line" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 +msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 -msgid "Id" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 +msgid "Put the labels outside the pie?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 -msgid "Name of the id column" -msgstr "" +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" +msgstr "Plaats je code hier" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 +msgid "Python datetime string pattern" +msgstr "Python datetime string patroon" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 -msgid "Name of the column containing the id of the parent node" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." -msgstr "" +#: superset/db_engine_specs/base.py:109 +msgid "Quarter" +msgstr "Kwartaal" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 -msgid "Root node id" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#, python-format +msgid "Quarters %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 -msgid "Id of root node of the tree." -msgstr "" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "queries" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -msgid "Metric for node values" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 +msgid "Query" +msgstr "Query" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 -msgid "Tree layout" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 +#, python-format +msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 -msgid "Orthogonal" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 +msgid "Query A" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 -msgid "Radial" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 +msgid "Query B" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 -msgid "Layout type of tree" -msgstr "" +#: superset/initialization/__init__.py:366 +msgid "Query History" +msgstr "Query Geschiedenis" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 -msgid "Tree orientation" -msgstr "" +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "Grafiek bestaat niet" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 -msgid "Left to Right" -msgstr "" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 +msgid "Query history" +msgstr "Geschiedenis van de opzoeking" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 -msgid "Right to Left" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 -msgid "Top to Bottom" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 +msgid "Query in a new tab" +msgstr "Zoekopdracht in een nieuw tabblad" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 -msgid "Bottom to Top" +#: superset/errors.py:131 +msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 +msgid "Query mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 -msgid "Node label position" -msgstr "" +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 +msgid "Query name" +msgstr "Query naam" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 -msgid "left" -msgstr "" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 +msgid "Query preview" +msgstr "Query preview" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 -msgid "top" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 +msgid "Query was stopped" +msgstr "Query is gestopt" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" -msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +msgid "Query was stopped." +msgstr "Query is gestopt." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 -msgid "bottom" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 +msgid "RANGE TYPE" +msgstr "BEREIK TYPE" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 +msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 +msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 -msgid "Child label position" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +msgid "Radar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 -msgid "Position of child node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 +msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 -msgid "Emphasis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 +msgid "Radial" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 -msgid "ancestor" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 -msgid "descendant" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parameters" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 -msgid "Which relatives to highlight on hover" +#: superset-frontend/src/features/home/SavedQueries.tsx:292 +#, python-format +msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 -msgid "Symbol" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Range" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 -msgid "Empty circle" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +#: superset-frontend/src/filters/components/Range/index.ts:28 +msgid "Range filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 -msgid "Circle" +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 -msgid "Rectangle" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 +msgid "Range labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 -msgid "Triangle" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 +msgid "Ranges" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 -msgid "Diamond" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 +msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 -msgid "Pin" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 +msgid "Ranking" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 -msgid "Arrow" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 +msgid "Ratio" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 -msgid "Symbol size" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 +msgid "Raw records" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 -msgid "Size of edge symbols" +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 +msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 -msgid "" -"Visualize multiple levels of hierarchy using a familiar tree-like " -"structure." -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 +msgid "Rebuild" +msgstr "Herbouw" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 -msgid "Tree Chart" -msgstr "" +#: superset-frontend/src/profile/components/App.tsx:72 +msgid "Recent activity" +msgstr "Recente activiteit" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 -msgid "Show Upper Labels" +#: superset-frontend/src/features/home/EmptyState.tsx:107 +msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" +"Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen " +"hier" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 -msgid "Show labels when the node has children." +#: superset-frontend/src/features/home/EmptyState.tsx:116 +msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" +"Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen " +"hier" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 -msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." -msgstr "" +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 +msgid "Recently modified" +msgstr "Recent gewijzigd" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" +#: superset-frontend/src/features/home/EmptyState.tsx:102 +msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" +"Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier " +"verschijnen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -msgid "Columns to group by on the columns" -msgstr "" +#: superset-frontend/src/pages/Home/index.tsx:368 +msgid "Recents" +msgstr "Recente" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:58 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 -msgid "Rows" -msgstr "Rijen" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 +msgid "Recipients are separated by \",\" or \";\"" +msgstr "Ontvangers worden gescheiden door “,” of “;”" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -msgid "Columns to group by on the rows" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 +msgid "Recommended tags" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:78 -msgid "Apply metrics on" +#: superset/templates/appbuilder/general/widgets/base_list.html:55 +msgid "Record Count" +msgstr "Record Aantal" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 +msgid "Rectangle" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:84 -msgid "Use metrics as a top level group for columns or for rows" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:98 -msgid "Cell limit" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:99 -msgid "Limits the number of cells that get retrieved." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 +msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:109 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" -"Metric used to define how the top series are sorted if a series or cell " -"limit is present. If undefined reverts to the first metric (where " -"appropriate)." +"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " +"will not overflow and labels may be missing. If false, a minimum width " +"will be applied to columns and the width may overflow into an horizontal " +"scroll." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:174 -msgid "Show rows total" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 +msgid "Refer to the" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:177 -msgid "Display row level total" -msgstr "" +#: superset/utils/pandas_postprocessing/utils.py:125 +msgid "Referenced columns not available in DataFrame." +msgstr "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 -msgid "Show columns total" -msgstr "" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 +msgid "Refetch results" +msgstr "Resultaten opnieuw ophalen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 -msgid "Display column level total" -msgstr "" +#: superset/templates/appbuilder/general/widgets/search.html:57 +msgid "Refresh" +msgstr "Vernieuwen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -msgid "Transpose pivot" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" +msgstr "Vernieuw dashboard" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:200 -msgid "Swap rows and columns" -msgstr "" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" +msgstr "Frequentie vernieuwen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:210 -msgid "Combine metrics" -msgstr "" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" +msgstr "Interval vernieuwen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:381 -msgid "D3 time format for datetime columns" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:254 -msgid "Sort rows by" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "Forceer vernieuwen tabel lijst" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:286 -msgid "key a-z" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Forceer vernieuwen tabel lijst" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:287 -msgid "key z-a" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Refresh the default values" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:260 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:288 -msgid "value ascending" -msgstr "" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Maak een nieuwe grafiek" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 -msgid "value descending" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Time series kolommen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:266 -msgid "Change order of rows." +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:267 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:295 -msgid "Available sorting modes:" +#: superset/connectors/sqla/views.py:329 +msgid "" +"Regular filters add where clauses to queries if a user belongs to a role " +"referenced in the filter. Base filters apply filters to all queries " +"except the roles defined in the filter, and can be used to define what " +"users can see if no RLS filters within a filter group apply to them." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 -msgid "By key: use row names as sorting key" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 +msgid "Relational" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 -msgid "By value: use metric values as sorting key" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 +msgid "Relationships between community channels" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:282 -msgid "Sort columns by" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 +msgid "Relative Date/Time" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 -msgid "Change order of columns." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +msgid "Relative period" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:297 -msgid "By key: use column names as sorting key" -msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 +msgid "Relative quantity" +msgstr "Relatieve hoeveelheid" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 -msgid "Rows subtotal position" -msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "Upload" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:314 -msgid "Top" +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 +msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:315 -msgid "Bottom" -msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 +msgid "Remove" +msgstr "Verwijder" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:318 -msgid "Position of row level subtotal" -msgstr "" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Item verwijderen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 -msgid "Columns subtotal position" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 +msgid "Remove invalid filters" +msgstr "Verwijder ongeldige filters" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 -msgid "Position of column level subtotal" -msgstr "" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 +msgid "Remove item" +msgstr "Item verwijderen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:345 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:477 -msgid "Conditional formatting" -msgstr "" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 +msgid "Remove query from log" +msgstr "Verwijder de query uit de log" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:346 -msgid "Apply conditional color formatting to metrics" -msgstr "" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 +msgid "Remove table preview" +msgstr "Verwijder tabel preview" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics " -"along two axes. Examples: Sales numbers by region and month, tasks by " -"status and assignee, active users by age and location. Not the most " -"visually stunning visualization, but highly informative and versatile." -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 +#, python-format +msgid "Removed columns: %s" +msgstr "Verwijderde kolommen: %s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" -msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 +msgid "Rename tab" +msgstr "Tabblad hernoemen" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:801 -msgid "Unknown input format" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 +msgid "Rendering" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" -msgstr "" +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 +msgid "Replace" +msgstr "Vervang" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 -msgid "page_size.show" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 +msgid "Report" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 -msgid "page_size.entries" -msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Naam rapport" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:446 -msgid "Totals" -msgstr "" +#: superset/reports/commands/exceptions.py:134 +msgid "Report Schedule could not be created." +msgstr "Rapportage planning kon niet worden aangemaakt." -#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 -msgid "page_size.all" +#: superset/reports/commands/exceptions.py:130 +msgid "Report Schedule could not be deleted." +msgstr "Rapportage planning kon niet worden verwijderd." + +#: superset/reports/commands/exceptions.py:138 +msgid "Report Schedule could not be updated." +msgstr "Rapportage planning kon niet worden bijgewerkt." + +#: superset/reports/commands/exceptions.py:147 +msgid "Report Schedule delete failed." +msgstr "Rapportage planning verwijderen mislukt." + +#: superset/reports/commands/exceptions.py:159 +msgid "Report Schedule execution failed when generating a csv." +msgstr "Rapportage planning mislukt bij het genereren van een csv." + +#: superset/reports/commands/exceptions.py:163 +msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 -msgid "Group By, Metrics or Percentage Metrics must have a value" +#: superset/reports/commands/exceptions.py:155 +msgid "Report Schedule execution failed when generating a screenshot." msgstr "" +"Rapportage planning uitvoering mislukt bij het genereren van een " +"screenshot." + +#: superset/reports/commands/exceptions.py:167 +msgid "Report Schedule execution got an unexpected error." +msgstr "Rapportage planning uitvoering kreeg een onverwachte fout." + +#: superset/reports/commands/exceptions.py:172 +msgid "Report Schedule is still working, refusing to re-compute." +msgstr "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." + +#: superset/reports/commands/exceptions.py:151 +msgid "Report Schedule log prune failed." +msgstr "Rapportage planning log prune mislukt." + +#: superset/reports/commands/exceptions.py:143 +msgid "Report Schedule not found." +msgstr "Rapportage planning niet gevonden." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 -msgid "Query mode" -msgstr "" +#: superset/reports/commands/exceptions.py:126 +msgid "Report Schedule parameters are invalid." +msgstr "De parameters van het rapportageplanning zijn ongeldig." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:140 -msgid "must have a value" -msgstr "" +#: superset/reports/commands/exceptions.py:177 +msgid "Report Schedule reached a working timeout." +msgstr "Rapportage planning heeft een werk time-out bereikt." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:149 -msgid "Percentage metrics" -msgstr "" +#: superset/reports/commands/exceptions.py:262 +msgid "Report Schedule state not found" +msgstr "Rapport Schedule state niet gevonden" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:150 -msgid "" -"Metrics for which percentage of total are to be displayed. Calculated " -"from only data within the row limit." +#: superset-frontend/src/features/home/RightMenu.tsx:548 +msgid "Report a bug" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:274 -msgid "Ordering" -msgstr "" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 +msgid "Report failed" +msgstr "Rapport mislukt" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:275 -msgid "Order results by selected columns" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 +msgid "Report name" +msgstr "Naam rapport" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:294 -msgid "Server pagination" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 +msgid "Report schedule" +msgstr "Rapportageplanning" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:295 -msgid "Enable server side pagination of results (experimental feature)" -msgstr "" +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Onverwachte fout in rapportschema" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:316 -msgid "Server Page Length" -msgstr "" +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Onverwachte fout in rapportschema" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:319 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:395 -msgid "Rows per page, 0 means no pagination" -msgstr "" +#: superset/reports/commands/exceptions.py:277 +msgid "Report schedule unexpected error" +msgstr "Onverwachte fout in rapportschema" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:330 -msgid "Include time" -msgstr "" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 +msgid "Report sending" +msgstr "Rapport verzenden" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:331 -msgid "Whether to include the time granularity as defined in the time section" -msgstr "" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 +msgid "Report sent" +msgstr "Rapport verzonden" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:356 -msgid "" -"Show total aggregations of selected metrics. Note that row limit does not" -" apply to the result." -msgstr "" +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Rapport mislukt" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:376 -msgid "Timestamp format" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 +msgid "Reports" +msgstr "Rapporten" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 -msgid "Page length" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 +msgid "Repulsion" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:407 -msgid "Search box" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 +msgid "Repulsion strength between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:410 -msgid "Whether to include a client-side search box" -msgstr "" +#: superset/templates/superset/request_access.html:31 +msgid "Request Permissions" +msgstr "Permissies aanvragen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:417 -msgid "Cell bars" -msgstr "" +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 +#, python-format +msgid "Request is incorrect: %(error)s" +msgstr "Verzoek is onjuist: %(error)s" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:434 -msgid "" -"Whether to align background charts with both positive and negative values" -" at 0" -msgstr "" +#: superset/charts/data/api.py:230 +msgid "Request is not JSON" +msgstr "Verzoek is geen JSON" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 -msgid "Customize columns" -msgstr "" +#: superset/views/datasource/views.py:75 +msgid "Request missing data field." +msgstr "Verzoek om ontbrekend data veld." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:458 -msgid "Further customize how to display each column" -msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "Verzoek is geen JSON" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:478 -msgid "Apply conditional color formatting to numeric columns" -msgstr "" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 +msgid "Required" +msgstr "Vereist" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 -msgid "" -"Classic row-by-column spreadsheet like view of a dataset. Use tables to " -"showcase a view into the underlying data or to show aggregated metrics." +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 -msgid "Word Cloud" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 +msgid "Resample" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 -msgid "Minimum Font Size" -msgstr "" +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Pandas resample methode" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 -msgid "Font size for the smallest value in the list" -msgstr "" +#: superset/utils/pandas_postprocessing/resample.py:43 +#, fuzzy +msgid "Resample operation requires DatetimeIndex" +msgstr "Pivot bewerking vereist ten minste één index" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 -msgid "Maximum Font Size" +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 -msgid "Font size for the biggest value in the list" -msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 +msgid "Reset state" +msgstr "Reset status" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 -msgid "Word Rotation" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 -msgid "Rotation to apply to words in the cloud" -msgstr "" +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "Rapport Schedule state niet gevonden" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 -msgid "" -"Visualizes the words in a column that appear the most often. Bigger font " -"corresponds to higher frequency." -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 +msgid "Restore Filter" +msgstr "Herstel Filter" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 -msgid "Add item" -msgstr "Voeg item toe" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 +msgid "Results" +msgstr "Resultaten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 -msgid "The query couldn't be loaded" -msgstr "De query kon niet geladen worden" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "Resultaten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 -msgid "" -"Your query has been scheduled. To see details of your query, navigate to " -"Saved queries" +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 +msgid "Results backend is not configured." msgstr "" -"Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, " -"navigeert u naar Opgeslagen zoekopdrachten" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 -msgid "Your query could not be scheduled" -msgstr "Uw vraag kon niet worden gepland" +#: superset/errors.py:122 +msgid "Results backend needed for asynchronous queries is not configured." +msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 -msgid "Failed at retrieving results" -msgstr "Fout bij het ophalen van resultaten" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 +msgid "Return to specific datetime." +msgstr "Terugkeren naar specifieke datum/tijd." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 -msgid "" -"An error occurred while storing the latest query id in the backend. " -"Please contact your administrator if this problem persists." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:350 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:390 -msgid "Unknown error" -msgstr "Onbekende fout" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:408 -msgid "Query was stopped." -msgstr "Query is gestopt." +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 +msgid "Reverse lat/long " +msgstr "Omgekeerde breedtegraad/lengtegraad " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:410 -#, python-format -msgid "Failed at stopping query. %s" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 +msgid "Rich Tooltip" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:435 -msgid "" -"Unable to migrate table schema state to backend. Superset will retry " -"later. Please contact your administrator if this problem persists." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 +msgid "Rich tooltip" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:453 -msgid "" -"Unable to migrate query state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 +msgid "Right" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:499 -msgid "" -"Unable to migrate query editor state to backend. Superset will retry " -"later. Please contact your administrator if this problem persists." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 +msgid "Right Axis Format" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:532 -msgid "Unable to add a new tab to the backend. Please contact your administrator." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 +msgid "Right Axis Metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:549 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 -#, python-format -msgid "Copy of %s" -msgstr "Kopie van %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:576 -msgid "" -"An error occurred while setting the active tab. Please contact your " -"administrator." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 +msgid "Right Axis chart(s)" msgstr "" -"Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:664 -msgid "An error occurred while fetching tab state" -msgstr "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" +#: superset-frontend/src/explore/controls.jsx:214 +msgid "Right axis metric" +msgstr "Meeteenheid rechteras" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:700 -msgid "" -"An error occurred while hiding the left bar. Please contact your " -"administrator." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +msgid "Right to Left" msgstr "" -"Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:722 -msgid "An error occurred while removing tab. Please contact your administrator." +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 +msgid "Right value" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:746 -msgid "An error occurred while removing query. Please contact your administrator." +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:769 -msgid "" -"An error occurred while setting the tab database ID. Please contact your " -"administrator." -msgstr "" -"Er is een fout opgetreden bij het instellen van de database-ID van het " -"tabblad. Neem contact op met uw beheerder." +#: superset/dashboards/filters.py:200 +msgid "Role" +msgstr "Rol" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:800 -msgid "" -"An error occurred while setting the tab schema. Please contact your " -"administrator." +#: superset/views/core.py:407 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -"Er is een fout opgetreden bij het instellen van het tabblad schema. Neem " -"contact op met uw beheerder." +"Rol %(r)s werd uitgebreid om toegang te verschaffen tot de gegevensbron " +"%(ds)s" + +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 +#: superset-frontend/src/profile/components/Security.tsx:35 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 +msgid "Roles" +msgstr "Rollen" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:833 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" -"An error occurred while setting the tab autorun. Please contact your " -"administrator." +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -"Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:858 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:968 +#: superset/views/dashboard/mixin.py:65 msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -"Er is een fout opgetreden bij het instellen van de tabbladtitel. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:885 -msgid "Your query could not be saved" -msgstr "Uw zoekopdracht kon niet worden opgeslagen" +#: superset/views/access_requests.py:48 +msgid "Roles to grant" +msgstr "Toe te kennen rollen" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:900 -msgid "Your query was not properly saved" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 +msgid "Rolling Function" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:903 -msgid "Your query was saved" -msgstr "Uw zoekopdracht werd opgeslagen" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 +msgid "Rolling Window" +msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 -msgid "Your query was updated" -msgstr "Uw zoekopdracht werd bijgewerkt" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 +msgid "Rolling function" +msgstr "Rolfunctie" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +msgid "Rolling window" +msgstr "Rollend venster" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 +msgid "Root certificate" +msgstr "Root certificaat" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:919 -msgid "Your query could not be updated" -msgstr "Uw zoekopdracht kon niet worden bijgewerkt" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +msgid "Root node id" +msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:935 -msgid "" -"An error occurred while storing your query in the backend. To avoid " -"losing your changes, please save your query using the \"Save Query\" " -"button." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 +msgid "Rotate axis label" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:994 -msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 +msgid "Rotate x axis label" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1079 -msgid "An error occurred while fetching table metadata" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 +msgid "Rotation to apply to words in the cloud" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " -"tabel" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1120 -msgid "" -"An error occurred while fetching table metadata. Please contact your " -"administrator." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 +msgid "Round cap" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " -"tabel. Neem contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1168 -msgid "" -"An error occurred while expanding the table schema. Please contact your " -"administrator." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 +msgid "Row" +msgstr "Rij" + +#: superset/initialization/__init__.py:295 +msgid "Row Level Security" msgstr "" -"Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1192 +#: superset/views/database/forms.py:245 msgid "" -"An error occurred while collapsing the table schema. Please contact your " -"administrator." +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" msgstr "" -"Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. Neem " -"contact op met uw beheerder." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1215 +#: superset/views/database/forms.py:332 msgid "" -"An error occurred while removing the table schema. Please contact your " -"administrator." +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." msgstr "" -"Er is een fout opgetreden tijdens het verwijderen van het tabelschema. Neem " -"contact op met uw beheerder." - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1248 -msgid "Shared query" -msgstr "Gedeelde zoekopdracht" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1310 -msgid "The datasource couldn't be loaded" -msgstr "De datasource kon niet geladen worden" +#: superset/connectors/sqla/views.py:290 +msgid "Row level security filter" +msgstr "Beveiligingsfilter op rijniveau" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1340 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1362 -msgid "An error occurred while creating the data source" -msgstr "Er is een fout opgetreden bij het aanmaken van de gegevensbron" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 +msgid "Row limit" +msgstr "Rij limiet" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1383 -msgid "An error occurred while fetching function names." -msgstr "Er is een fout opgetreden bij het ophalen van functienamen." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 +msgid "Rows" +msgstr "Rijen" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 -#, python-format -msgid "" -"SQL Lab uses your browser's local storage to store queries and results.\n" -"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " -"storage space.\n" -"To keep SQL Lab from crashing, please delete some query tabs.\n" -"You can re-access these queries by using the Save feature before you " -"delete the tab.\n" -"Note that you will need to close other SQL Lab windows before you do this." +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 -msgid "Estimate selected query cost" -msgstr "Kostenraming van de geselecteerde zoekopdracht" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 -msgid "Estimate cost" -msgstr "Kostenraming" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 -msgid "Cost estimate" -msgstr "Kostenraming" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 +msgid "Rows subtotal position" +msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 -msgid "Creating a data source and creating a new tab" -msgstr "Een gegevensbron maken en een nieuw tabblad maken" +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 +msgid "Rows to Read" +msgstr "Te lezen rijen" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:75 -#: superset-frontend/src/components/TableLoader/index.tsx:55 -#: superset-frontend/src/utils/getClientErrorObject.ts:136 -msgid "An error occurred" -msgstr "Er is een fout opgetreden" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 +msgid "Rule" +msgstr "Regel" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:83 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 -msgid "Explore the result set in the data exploration view" -msgstr "Verken de resultaten in de gegevensverkenningsweergave" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +msgid "Run" +msgstr "Uitvoeren" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 -msgid "Source SQL" -msgstr "Bron SQL" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "Voer een query uit om de resultaten hier weer te geven" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 -msgid "Executed SQL" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" msgstr "" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 -msgid "SQL" -msgstr "SQL" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 +msgid "Run in SQL Lab" +msgstr "Uitvoeren in SQL Lab" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:55 -msgid "No query history yet..." -msgstr "Nog geen zoekgeschiedenis…" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 +msgid "Run query" +msgstr "Zoekopdracht uitvoeren" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:184 -msgid "It seems you don't have access to any database" -msgstr "Het lijkt erop dat je geen toegang hebt tot een database" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 +msgid "Run query (Ctrl + Return)" +msgstr "Query uitvoeren (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 -msgid "Success" -msgstr "Succes" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 +msgid "Run query in a new tab" +msgstr "Query uitvoeren in een nieuw tabblad" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:123 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:129 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 -msgid "Failed" -msgstr "Mislukt" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 +msgid "Run selection" +msgstr "Selectie uitvoeren" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:135 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "Running" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:141 -msgid "Fetching" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:147 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 -msgid "Offline" -msgstr "Offline" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 +msgid "SAT" +msgstr "ZA" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:153 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:159 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 -msgid "Scheduled" -msgstr "Gepland" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 +msgid "SEP" +msgstr "SEP" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:165 -msgid "Unknown Status" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:214 -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:80 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:125 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:431 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:403 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:364 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:390 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 -msgid "Edit" -msgstr "Bewerk" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 +msgid "SQL" +msgstr "SQL" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:233 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:421 -msgid "View results" -msgstr "Resultaten weergeven" +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 +msgid "SQL Copied!" +msgstr "SQL gekopieerd!" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:236 -msgid "Data preview" -msgstr "Data preview" +#: superset/connectors/sqla/views.py:254 +msgid "SQL Expression" +msgstr "SQL Expressie" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:279 -msgid "Overwrite text in the editor with a query on this table" -msgstr "Overschrijf tekst in de editor met een query op deze tabel" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 +msgid "SQL Lab" +msgstr "SQL-lab" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:288 -msgid "Run query in a new tab" -msgstr "Query uitvoeren in een nieuw tabblad" +#: superset/connectors/sqla/views.py:492 +msgid "SQL Lab View" +msgstr "SQL Lab View" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 -msgid "Remove query from log" -msgstr "Verwijder de query uit de log" +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 +#, python-format +msgid "" +"SQL Lab uses your browser's local storage to store queries and results.\n" +"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " +"storage space.\n" +"To keep SQL Lab from crashing, please delete some query tabs.\n" +"You can re-access these queries by using the Save feature before you " +"delete the tab.\n" +"Note that you will need to close other SQL Lab windows before you do this." +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:349 -msgid "An error occurred saving dataset" -msgstr "Er is een fout opgetreden bij het opslaan van dataset" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 +msgid "SQL Query" +msgstr "SQL Query" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:541 -msgid "Download to CSV" -msgstr "Download naar CSV" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 +msgid "SQL expression" +msgstr "SQL expressie" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:550 -msgid "Copy to Clipboard" -msgstr "Kopieer naar Klembord" +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 +msgid "SQL query" +msgstr "SQL query" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:565 -msgid "Too many columns to filter" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 +msgid "SQLAlchemy URI" +msgstr "SQLAlchemy URI" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:566 -msgid "Filter results" -msgstr "Filter resultaten" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Wachtwoord" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:587 -#, python-format -msgid "" -"The number of results displayed is limited to %(rows)d by the " -"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " -"download to csv to see more rows up to the %(limit)d limit." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:593 -#, python-format -msgid "" -"The number of results displayed is limited to %(rows)d. Please add " -"additional limits/filters, download to csv, or contact an admin to see " -"more rows up to the %(limit)d limit." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:607 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the query" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:619 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." -msgstr "" +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "Grafiek kon niet worden verwijderd." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:628 -#, python-format -msgid "" -"The number of rows displayed is limited to %(rows)d by the query and " -"limit dropdown." -msgstr "" +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "De grafiek kon niet worden bijgewerkt." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:639 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:646 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:660 -#, python-format -msgid "%(rows)d rows returned" -msgstr "" +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "CSS sjabloon niet gevonden." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:648 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Grafiekparameters zijn ongeldig." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:686 -msgid "Query was stopped" -msgstr "Query is gestopt" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 +msgid "SSL Mode \"require\" will be used." +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:692 -msgid "Database error" -msgstr "Database fout" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 +msgid "START (INCLUSIVE)" +msgstr "START (INCLUSIEF)" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:719 -msgid "was created" -msgstr "werd gecreëerd" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:726 -msgid "Query in a new tab" -msgstr "Zoekopdracht in een nieuw tabblad" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "Waarschuwing" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:774 -msgid "The query returned no data" -msgstr "De query leverde geen gegevens op" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" +msgstr "ZO" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:791 -msgid "Fetch data preview" -msgstr "Gegevens ophalen preview" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:802 -msgid "Refetch results" -msgstr "Resultaten opnieuw ophalen" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:823 -msgid "Track job" -msgstr "Track job" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "Voorbeelden" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:61 -msgid "Stop" -msgstr "Stop" +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "Dataset kon niet worden aangemaakt." -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 -msgid "Run selection" -msgstr "Selectie uitvoeren" +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "Dataset kon niet worden aangemaakt." -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:71 -msgid "Run" -msgstr "Uitvoeren" +#: superset/viz.py:1935 +msgid "Sankey" +msgstr "Sankey" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 -msgid "Stop running (Ctrl + x)" -msgstr "Stop de uitvoering (Ctrl + x)" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 -msgid "Run query (Ctrl + Return)" -msgstr "Query uitvoeren (Ctrl + Return)" +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 -msgid "Save & Explore" -msgstr "Opslaan en verkennen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Datum filter" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 -msgid "Overwrite & Explore" -msgstr "Overschrijven en verkennen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 -msgid "Undefined" -msgstr "Ongedefinieerd" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 +msgid "Saturday" +msgstr "Zaterdag" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:165 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:171 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:186 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:231 -#: superset-frontend/src/components/ReportModal/index.tsx:282 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:599 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:98 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:219 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:210 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:107 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:353 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:495 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1027 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Opslaan" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:165 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:171 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:252 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 +msgid "Save & Explore" +msgstr "Opslaan en verkennen" + +#: superset-frontend/src/explore/components/SaveModal.tsx:396 +msgid "Save & go to dashboard" +msgstr "Opslaan en naar dashboard gaan" + +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Opslaan en naar dashboard gaan" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 +msgid "Save (Overwrite)" +msgstr "Opslaan (overschrijven)" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Opslaan als" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:174 -msgid "Save query" -msgstr "Zoekopdracht opslaan" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Kies een dataset" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Kies een dataset" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:186 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Opslaan als nieuw" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:195 -msgid "Update" -msgstr "Update" +#: superset-frontend/src/explore/components/SaveModal.tsx:412 +msgid "Save as new chart" +msgstr "Opslaan als nieuwe grafiek" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 -msgid "Label for your query" -msgstr "Label voor uw zoekopdracht" +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Opslaan als …" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 -msgid "Write a description for your query" -msgstr "Schrijf een omschrijving voor uw zoekopdracht." +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 +msgid "Save as:" +msgstr "Opslaan als:" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 -msgid "Schedule query" -msgstr "Query planning" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Wijzigingen weggooien" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:370 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" -msgstr "Planning" +#: superset-frontend/src/explore/components/SaveModal.tsx:432 +msgid "Save chart" +msgstr "Grafiek opslaan" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 -msgid "There was an error with your request" -msgstr "Er is een fout opgetreden in uw verzoek." +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 +msgid "Save dashboard" +msgstr "Dashboard opslaan" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 -msgid "Please save the query to enable sharing" -msgstr "Sla de query op om te kunnen delen" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Wijzig dataset" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 -msgid "Copy query link to your clipboard" -msgstr "Kopieer query link naar uw klembord" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +msgid "Save for this session" +msgstr "Opslaan voor deze sessie" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 +msgid "Save query" +msgstr "Zoekopdracht opslaan" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "Sla de query op om deze functie in te schakelen" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 -msgid "Copy link" -msgstr "Kopieer link" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:140 -msgid "No stored results found, you need to re-run your query" -msgstr "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Opslaan en naar dashboard gaan" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:164 -msgid "Run a query to display results here" -msgstr "Voer een query uit om de resultaten hier weer te geven" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 +msgid "Saved" +msgstr "Opgeslagen" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 -#, python-format -msgid "Preview: `%s`" -msgstr "Preview: `%s`" +#: superset/initialization/__init__.py:358 +msgid "Saved Queries" +msgstr "Opgeslagen Queries" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:201 -msgid "Results" -msgstr "Resultaten" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 +msgid "Saved expressions" +msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:204 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 -msgid "Query history" -msgstr "Geschiedenis van de opzoeking" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 +msgid "Saved metric" +msgstr "Opgeslagen meeteenheid" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 -#: superset-frontend/src/chart/Chart.jsx:297 -msgid "Run query" -msgstr "Zoekopdracht uitvoeren" +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 +msgid "Saved queries" +msgstr "Opgeslagen queries" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 -msgid "New tab" -msgstr "Nieuw tabblad" +#: superset/queries/saved_queries/commands/exceptions.py:28 +msgid "Saved queries could not be deleted." +msgstr "Opgeslagen zoekopdrachten konden niet worden verwijderd." -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:341 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 -msgid "Untitled query" -msgstr "Naamloze zoekopdracht" +#: superset/queries/saved_queries/commands/exceptions.py:32 +msgid "Saved query not found." +msgstr "Opgeslagen query niet gevonden." -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:349 -msgid "Stop query" -msgstr "Query stoppen" +#: superset/queries/saved_queries/commands/exceptions.py:40 +msgid "Saved query parameters are invalid." +msgstr "Opgeslagen query parameters zijn ongeldig." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 +msgid "Scale and Move" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +msgid "Scale only" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 +msgid "Scatter" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 +#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 +msgid "Scatter Plot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" +msgstr "Planning" + +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" +msgstr "E-mailrapporten voor grafieken plannen" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 +msgid "Schedule email report" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 +msgid "Schedule query" +msgstr "Query planning" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:533 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 +msgid "Schedule settings" +msgstr "Planning instellingen" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Plan de zoekopdracht periodiek" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:534 -msgid "You must run the query successfully first" -msgstr "U moet de query eerst succesvol uitvoeren" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 +msgid "Scheduled" +msgstr "Gepland" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:539 -msgid "Autocomplete" -msgstr "Autocomplete" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 +msgid "Scheduled at (UTC)" +msgstr "Gepland om (UTC)" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:623 -msgid "CREATE TABLE AS" -msgstr "CREATE TABLE AS" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "Rapport Schedule state niet gevonden" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:636 -msgid "CREATE VIEW AS" -msgstr "CREATE VIEW AS" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 +msgid "Schema" +msgstr "Schema" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:671 -msgid "Estimate the cost before running a query" -msgstr "Kostenraming voordat een query wordt uitgevoerd" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 +msgid "Schema cache timeout" +msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:120 -msgid "Collapse table preview" +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Ongedefinieerd" + +#: superset/connectors/sqla/views.py:429 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" +"Schema, zoals alleen gebruikt in sommige databases zoals Postgres, " +"Redshift en DB2" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:120 -msgid "Expand table preview" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:178 -msgid "Reset state" -msgstr "Reset status" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 -msgid "Enter a new title for the tab" -msgstr "Voer een nieuwe titel in voor het tabblad" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 +msgid "Scoping" +msgstr "Scoping" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 -msgid "" -"-- Note: Unless you save your query, these tabs will NOT persist if you " -"clear your cookies or change browsers.\n" -"\n" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "Naamloze Query %s" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 -msgid "Close tab" -msgstr "Tabblad sluiten" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 +#: superset/templates/appbuilder/general/widgets/search.html:40 +msgid "Search" +msgstr "Zoek" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 -msgid "Rename tab" -msgstr "Tabblad hernoemen" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 +msgid "Search / Filter" +msgstr "Zoek / Filter" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 -msgid "Expand tool bar" -msgstr "Werkbalk uitbreiden" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 +msgid "Search Metrics & Columns" +msgstr "Zoek meeteenheden & kolommen" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 -msgid "Hide tool bar" -msgstr "Verberg werkbalk" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 +msgid "Search all charts" +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 -msgid "Close all other tabs" -msgstr "Sluit alle andere tabbladen" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 +msgid "Search all filter options" +msgstr "Zoek in alle filteropties" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 -msgid "Duplicate tab" -msgstr "Tabblad Dupliceren" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 +msgid "Search box" +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 -msgid "New tab (Ctrl + q)" -msgstr "Nieuw tabblad (Ctrl + q)" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 +msgid "Search by query text" +msgstr "Zoek op querytekst" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 -msgid "New tab (Ctrl + t)" -msgstr "Nieuw tabblad (Ctrl + t)" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy, python-format +msgid "Search columns" +msgstr "%s kolom(men)" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 -msgid "Copy partition query to clipboard" -msgstr "Kopieer partitie query naar klembord" +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Zoek / Filter" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 -msgid "latest partition:" -msgstr "laatste partitie:" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Gebruikersrollen" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 -msgid "Keys for table" -msgstr "Sleutels voor tabel" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 +msgid "Search..." +msgstr "Zoek…" + +#: superset/db_engine_specs/base.py:96 +msgid "Second" +msgstr "Seconde" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 +msgid "Secondary" +msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 -#, python-format -msgid "View keys & indexes (%s)" -msgstr "Bekijk sleutels & indexen (%s)" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 +msgid "Secondary Metric" +msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 -msgid "Original table column order" -msgstr "Originele tabel kolom volgorde" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 +msgid "Secondary y-axis format" +msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 -msgid "Sort columns alphabetically" -msgstr "Sorteer kolommen alfabetisch" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 +msgid "Secondary y-axis title" +msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 -msgid "Copy SELECT statement to the clipboard" -msgstr "Kopieer SELECT-instructie naar het klembord" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 +#, python-format +msgid "Seconds %s" +msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 -msgid "Show CREATE VIEW statement" -msgstr "Toon CREATE VIEW statement" +#: superset/views/database/mixins.py:194 +msgid "Secure Extra" +msgstr "Secure Extra" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 -msgid "CREATE VIEW statement" -msgstr "CREATE VIEW statement" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 +msgid "Secure extra" +msgstr "Secure extra" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 -msgid "Remove table preview" -msgstr "Verwijder tabel preview" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 +msgid "Security" +msgstr "Beveiliging" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 -msgid "Edit template parameters" -msgstr "Bewerk template parameters" +#: superset-frontend/src/profile/components/App.tsx:82 +msgid "Security & Access" +msgstr "Veiligheid & toegang" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 -msgid "Parameters " +#: superset-frontend/src/features/home/EmptyState.tsx:183 +#, python-format +msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 -msgid "Invalid JSON" -msgstr "Ongeldige JSON" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 +msgid "See less" +msgstr "Zie minder" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:162 -msgid "Create a new chart" -msgstr "Maak een nieuwe grafiek" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 +msgid "See more" +msgstr "Zie meer" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 -msgid "Choose a dataset" -msgstr "Kies een dataset" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +msgid "See query details" +msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:813 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:842 -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:575 -#: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:310 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:547 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:506 -msgid "Dataset" -msgstr "Dataset" +#: superset-frontend/src/components/TableSelector/index.tsx:288 +msgid "See table schema" +msgstr "Zie tabel schema" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +msgid "Select" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 -msgid "Choose chart type" -msgstr "" +#: superset-frontend/src/components/AsyncSelect/index.jsx:41 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 +msgid "Select ..." +msgstr "Selecteer …" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 -msgid "Please select both a Dataset and a Chart type to proceed" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 +msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 -msgid "Create new chart" -msgstr "Maak een nieuwe grafiek" - -#: superset-frontend/src/chart/Chart.jsx:260 -msgid "" -"Drag and drop values into highlighted field(s) on the left control panel " -"and run query" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 +msgid "Select Viz Type" msgstr "" -#: superset-frontend/src/chart/Chart.jsx:263 -msgid "" -"Select values in highlighted field(s) on the left control panel and run " -"query" +#: superset/views/database/forms.py:415 +msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:268 -msgid "Add required control values to preview chart" +#: superset/views/database/forms.py:279 +msgid "Select a Excel file to be uploaded to a database." +msgstr "Selecteer een Excel-bestand dat moet worden geüpload naar een database." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 +msgid "Select a column" msgstr "" -#: superset-frontend/src/chart/ChartRenderer.jsx:237 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:161 -msgid "No results were returned for this query" +#: superset-frontend/src/explore/components/SaveModal.tsx:357 +msgid "Select a dashboard" msgstr "" -#: superset-frontend/src/chart/ChartRenderer.jsx:238 -msgid "" -"Make sure that the controls are configured properly and the datasource " -"contains data for the selected time range" +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" msgstr "" -#: superset-frontend/src/chart/chartAction.js:569 -msgid "An error occurred while loading the SQL" -msgstr "Er is een fout opgetreden bij het laden van de SQL" +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Verwijder database" -#: superset-frontend/src/chart/chartReducer.ts:82 -msgid "Updating chart was stopped" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Stopte een onveilige database connectie" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:181 -msgid "Click to see difference" -msgstr "Klik om het verschil te zien" +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "Selecteer een CSV-bestand dat moet worden geüpload naar een database." -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:186 -msgid "Altered" -msgstr "Gewijzigd" +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "Geef een schema op (als de databasesmaak dit ondersteunt)." -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:203 -msgid "Chart changes" -msgstr "Veranderingen in de grafiek" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 +msgid "Select a visualization type" +msgstr "Selecteer een visualisatie type" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:313 -msgid "Superset chart" -msgstr "Superset grafiek" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +msgid "Select aggregate options" +msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 -msgid "Check out this chart in dashboard:" -msgstr "Kijk naar deze grafiek in het dashboard:" +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Alles deselecteren" -#: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:288 -#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:228 -msgid "Select ..." -msgstr "Selecteer …" +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Alles deselecteren" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 -msgid "Loaded data cached" -msgstr "Geladen gegevens in de cache" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 +msgid "Select any columns for metadata inspection" +msgstr "" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 -msgid "Loaded from cache" -msgstr "Geladen uit de cache" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 +msgid "Select charts" +msgstr "" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 -msgid "Click to force-refresh" -msgstr "Klik om te herladen" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 +msgid "Select color scheme" +msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "cached" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 +msgid "Select column" +msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:82 -msgid "Copy to clipboard" -msgstr "Kopieer naar klembord" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Selecteer parent filters" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:101 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:112 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 -msgid "Copied to clipboard!" -msgstr "Gekopieerd naar het klembord!" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Zie tabel schema" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" +msgstr "Selecteer tabel of type tabelnaam" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Verwijder database" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 +msgid "" +"Select databases require additional fields to be completed in the " +"Advanced tab to successfully connect the database. Learn what " +"requirements your databases has " msgstr "" -"Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 -msgid "every" -msgstr "elke" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Gebruik de legacy datasource editor" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 -msgid "every month" -msgstr "elke maand" +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Alles deselecteren" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 -msgid "every day of the month" -msgstr "elke dag van de maand" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/filters/components/Select/index.ts:28 +msgid "Select filter" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 -msgid "day of the month" -msgstr "dag van de maand" +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 -msgid "every day of the week" -msgstr "elke dag van de week" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 -msgid "day of the week" -msgstr "dag van de week" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +msgid "Select operator" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 -msgid "every hour" -msgstr "elk uur" +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 +msgid "Select or type a value" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 -msgid "every minute" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +#, fuzzy +msgid "Select or type dataset name" +msgstr "Selecteer tabel of type tabelnaam" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 -msgid "year" -msgstr "jaar" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +msgid "Select saved metrics" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 -msgid "month" -msgstr "maand" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 -msgid "week" -msgstr "week" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +msgid "Select scheme" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 -msgid "day" -msgstr "dag" +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 +msgid "Select start and end date" +msgstr "Selecteer begin- en einddatum" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 -msgid "hour" -msgstr "uur" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 +msgid "Select subject" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 -msgid "minute" -msgstr "minuut" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" +msgstr "Selecteer tabel of type tabelnaam" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 -msgid "reboot" -msgstr "herstart" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "Kies het aantekeningenlaagtype" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 -msgid "Every" -msgstr "Elke" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 -msgid "in" -msgstr "in" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 +msgid "Select the number of bins for the histogram" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 -msgid "on" -msgstr "op" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 +msgid "Select the numeric columns to draw the histogram" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 -msgid "and" -msgstr "en" +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 +msgid "Send as CSV" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 -msgid "at" -msgstr "op" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 +msgid "Send as PNG" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 -msgid ":" -msgstr ":" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 +msgid "Send as text" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 -msgid "minute(s)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 +msgid "Send range filter events to other charts" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 -msgid "Invalid cron expression" -msgstr "Ongeldige cron expressie" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 +msgid "September" +msgstr "September" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 -msgid "Clear" -msgstr "Verwijder" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 +msgid "Sequential" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 -msgid "Sunday" -msgstr "Zondag" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 +msgid "Series" +msgstr "Series" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 -msgid "Monday" -msgstr "Maandag" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 +msgid "Series Height" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 -msgid "Tuesday" -msgstr "Dinsdag" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "Serie limiet" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 -msgid "Wednesday" -msgstr "Woensdag" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Sorteer aflopend" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 -msgid "Thursday" -msgstr "Donderdag" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Series" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 -msgid "Friday" -msgstr "Vrijdag" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 +msgid "Series Style" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 -msgid "Saturday" -msgstr "Zaterdag" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 +msgid "Series chart type (line, bar etc)" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 -msgid "January" -msgstr "Januari" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 +msgid "Series limit" +msgstr "Serie limiet" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 -msgid "February" -msgstr "Februari" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 +msgid "Series type" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 -msgid "March" -msgstr "Maart" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 +msgid "Server Page Length" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 -msgid "April" -msgstr "April" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 +msgid "Server pagination" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 -msgid "May" -msgstr "Mei" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 +msgid "Service Account" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 -msgid "June" -msgstr "Juni" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 +msgid "Set auto-refresh interval" +msgstr "Stel auto-refresh in" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 -msgid "July" -msgstr "Juli" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 +msgid "Set filter mapping" +msgstr "Filter toewijzing instellen" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 -msgid "August" -msgstr "Augustus" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 -msgid "September" -msgstr "September" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 -msgid "October" -msgstr "Oktober" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 +msgid "Settings" +msgstr "Instellingen" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 -msgid "November" -msgstr "November" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 +msgid "Settings for time series" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 -msgid "December" -msgstr "December" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 +msgid "Share" +msgstr "Deel" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 -msgid "SUN" -msgstr "ZO" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 +msgid "Share chart by email" +msgstr "Deel grafiek per e-mail" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 -msgid "MON" -msgstr "MA" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +#, fuzzy +msgid "Share permalink by email" +msgstr "Deel grafiek per e-mail" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 -msgid "TUE" -msgstr "DI" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 +msgid "Shared query" +msgstr "Gedeelde zoekopdracht" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 -msgid "WED" -msgstr "WO" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "Gedeelde zoekopdracht" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 -msgid "THU" -msgstr "DO" +#: superset/views/database/forms.py:298 +msgid "Sheet Name" +msgstr "Naam tabblad" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 -msgid "FRI" -msgstr "VR" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 -msgid "SAT" -msgstr "ZA" +#: superset/annotation_layers/annotations/commands/exceptions.py:46 +msgid "Short description must be unique for this layer" +msgstr "Korte beschrijving moet uniek zijn voor deze laag" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 -msgid "JAN" -msgstr "JAN" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 +msgid "" +"Should daily seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 -msgid "FEB" -msgstr "FEB" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 +msgid "" +"Should weekly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 -msgid "MAR" -msgstr "MAA" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 +msgid "" +"Should yearly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 -msgid "APR" -msgstr "APR" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 -msgid "MAY" -msgstr "MEI" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 +msgid "Show Bubbles" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 -msgid "JUN" -msgstr "JUN" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 +msgid "Show CREATE VIEW statement" +msgstr "Toon CREATE VIEW statement" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 -msgid "JUL" -msgstr "JUL" +#: superset/views/css_templates.py:39 +msgid "Show CSS Template" +msgstr "Toon CSS Template" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 -msgid "AUG" -msgstr "AUG" +#: superset/views/chart/mixin.py:26 +msgid "Show Chart" +msgstr "Toon grafiek" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 -msgid "SEP" -msgstr "SEP" +#: superset/connectors/sqla/views.py:73 +msgid "Show Column" +msgstr "Toon Kolom" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 -msgid "OCT" -msgstr "OKT" +#: superset/views/dashboard/mixin.py:25 +msgid "Show Dashboard" +msgstr "Toon Dashboard" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 -msgid "NOV" -msgstr "NOV" +#: superset/views/database/mixins.py:34 +msgid "Show Database" +msgstr "Toon Database" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 -msgid "DEC" -msgstr "DEC" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 +msgid "Show Labels" +msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:232 -msgid "There was an error loading the schemas" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show Less..." msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:270 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:277 -msgid "Select database or type database name" +#: superset/views/log/__init__.py:22 +msgid "Show Log" +msgstr "Toon Log" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 +msgid "Show Markers" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:289 -msgid "Force refresh schema list" -msgstr "Forceer vernieuwen schema lijst" +#: superset/connectors/sqla/views.py:208 +msgid "Show Metric" +msgstr "Toon meeteenheid" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:302 -msgid "Select schema or type schema name" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 +msgid "Show Metric Names" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 -msgid "" -"Warning! Changing the dataset may break the chart if the metadata does " -"not exist." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 +msgid "Show Range Filter" msgstr "" -"Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de " -"metadata niet bestaat." -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 -msgid "" -"Changing the dataset may break the chart if the chart relies on columns " -"or metadata that does not exist in the target dataset" +#: superset/connectors/sqla/views.py:291 +msgid "Show Row level security filter" +msgstr "Toon beveiligingsfilter op rijniveau" + +#: superset/views/sql_lab/views.py:53 +msgid "Show Saved Query" +msgstr "Toon Opgeslagen Query" + +#: superset/connectors/sqla/views.py:385 +msgid "Show Table" +msgstr "Toon tabel" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 +msgid "Show Timestamp" msgstr "" -"Het wijzigen van de dataset kan de grafiek breken indien de grafiek steunt " -"op kolommen of metadata die niet bestaan in de doel-dataset" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:700 -msgid "dataset" -msgstr "dataset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Toon tabel" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 -msgid "Connection" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 +msgid "Show Trend Line" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:205 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:295 -msgid "Change dataset" -msgstr "Wijzig dataset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 +msgid "Show Upper Labels" +msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 -msgid "Warning!" -msgstr "Waarschuwing!" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 +msgid "Show Value" +msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 -msgid "Search / Filter" -msgstr "Zoek / Filter" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 +msgid "Show Values" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:142 -msgid "Physical (table or view)" -msgstr "Fysiek (tabel of overzicht)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 -msgid "Virtual (SQL)" -msgstr "Virtueel (SQL)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:207 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1086 -msgid "SQL expression" -msgstr "SQL expressie" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 +msgid "Show all columns" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:242 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 -msgid "Data type" -msgstr "Data type" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show all..." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:253 -msgid "Datetime format" -msgstr "Datetime formaat" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 +msgid "Show axis line ticks" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:257 -msgid "The pattern of timestamp format. For strings use " -msgstr "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 +msgid "Show cell bars" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 -msgid "Python datetime string pattern" -msgstr "Python datetime string patroon" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "Toggle grafiek omschrijving" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 -msgid " expression which needs to adhere to the " -msgstr " uitdrukking die moet voldoen aan de " +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 +msgid "Show columns total" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:263 -msgid "ISO 8601" -msgstr "ISO 8601" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 +msgid "Show data points as circle markers on the lines" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Geen tijdskolommen" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -" standard to ensure that the lexicographical ordering\n" -" coincides with the chronological ordering. If the\n" -" timestamp format does not adhere to the ISO 8601 " -"standard\n" -" you will need to define an expression and type for\n" -" transforming the string into a date or timestamp. " -"Note\n" -" currently time zones are not supported. If time is " -"stored\n" -" in epoch format, put `epoch_s` or `epoch_ms`. If no" -" pattern\n" -" is specified we fall back to using the optional " -"defaults on a per\n" -" database/column name level via the extra parameter." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 -msgid "Certified By" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 +msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1111 -msgid "Person or group that has certified this metric" -msgstr "Persoon of groep die deze meetwaarde heeft gecertificeerd" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 +msgid "Show label" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:290 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1109 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1117 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:259 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:260 -msgid "Certified by" -msgstr "Gecertificeerd door" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 +msgid "Show labels when the node has children." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:296 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:301 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1122 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1128 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:557 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:268 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:271 -msgid "Certification details" -msgstr "Details certificering" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 +msgid "Show legend" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:297 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1124 -msgid "Details of the certification" -msgstr "Details van de certificering" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 +msgid "Show less columns" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:311 -msgid "Is dimension" -msgstr "Is dimensie" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +msgid "Show less..." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:313 -msgid "Default datetime" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:314 -msgid "Is filterable" -msgstr "Kan gefilterd worden" +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Toon Dashboard" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:441 -msgid "Select owners" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 +msgid "Show percentage" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Modified columns: %s" -msgstr "Gewijzigde kolommen: %s" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:657 -#, python-format -msgid "Removed columns: %s" -msgstr "Verwijderde kolommen: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 +msgid "Show pointer" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:662 -#, python-format -msgid "New columns added: %s" -msgstr "Nieuwe kolommen toegevoegd: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 +msgid "Show progress" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:665 -msgid "Metadata has been synced" -msgstr "Metadata zijn gesynchroniseerd" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 +msgid "Show rows total" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:671 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:102 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:67 -msgid "An error has occurred" -msgstr "Er is een fout opgetreden" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 +msgid "Show series values on the chart" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 -#, python-format -msgid "Column name [%s] is duplicated" -msgstr "Kolomnaam [%s] is gedupliceerd" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 +msgid "Show split lines" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:706 -#, python-format -msgid "Metric name [%s] is duplicated" -msgstr "Meeteenheid naam [%s] is dubbel" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 +msgid "Show the value on top of the bar" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 -#, python-format -msgid "Calculated column [%s] requires an expression" -msgstr "Berekende kolom [%s] vereist een uitdrukking" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 +msgid "Show time column" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:734 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1055 -msgid "Basic" -msgstr "Berekende kolom [%s] vereist een uitdrukking" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 +msgid "Show time grain dropdown" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:747 -msgid "Default URL" -msgstr "Standaard URL" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 +msgid "" +"Show total aggregations of selected metrics. Note that row limit does not" +" apply to the result." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:748 -msgid "Default URL to redirect to when accessing from the dataset list page" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 +msgid "Show totals" msgstr "" -"Standaard URL om naar door te verwijzen bij toegang vanaf de dataset lijst " -"pagina" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:756 -msgid "Autocomplete filters" -msgstr "Autocomplete filters" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +msgid "" +"Showcases a single metric front-and-center. Big number is best used to " +"call attention to a KPI or the one thing you want your audience to focus " +"on." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:757 -msgid "Whether to populate autocomplete filters options" -msgstr "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +msgid "" +"Showcases a single number accompanied by a simple line chart, to call " +"attention to an important metric along with its change over time or other" +" dimension." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:763 -msgid "Autocomplete query predicate" -msgstr "Autocomplete query predicaat" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +msgid "" +"Showcases how a metric changes as the funnel progresses. This classic " +"chart is useful for visualizing drop-off between stages in a pipeline or " +"lifecycle." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:764 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 msgid "" -"When using \"Autocomplete filters\", this can be used to improve " -"performance of the query fetching the values. Use this option to apply a " -"predicate (WHERE clause) to the query selecting the distinct values from " -"the table. Typically the intent would be to limit the scan by applying a " -"relative time filter on a partitioned or indexed time-related field." +"Showcases the flow or link between categories using thickness of chords. " +"The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:784 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" -"Extra data to specify table metadata. Currently supports metadata of the " -"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," -" \"details\": \"This table is the source of truth.\" }, " -"\"warning_markdown\": \"This is a warning.\" }`." +"Showcases the progress of a single metric against a given target. The " +"higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:819 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:283 -msgid "Cache timeout" -msgstr "Cache timeout" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 +#, python-format +msgid "Showing %s of %s" +msgstr "Weergave %s van %s" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 -msgid "The duration of time in seconds before the cache is invalidated" -msgstr "De tijdsduur in seconden voordat de cache ongeldig wordt gemaakt" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +msgid "Shows a list of all series available at that point in time" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:827 -msgid "Hours offset" -msgstr "Uur offset" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:829 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" -"The number of hours, negative or positive, to shift the time column. This" -" can be used to move UTC time to local time." +"Shows the composition of a dataset by segmenting a given rectangle as " +"smaller rectangles with areas proportional to their value or contribution" +" to the whole. Those rectangles may also, in turn, be further segmented " +"hierarchically." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:852 -msgid "Spatial" -msgstr "Ruimtelijk" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:892 -msgid "Click the lock to make changes." -msgstr "Klik op het slotje om wijzigingen aan te brengen." - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:895 -msgid "Click the lock to prevent further changes." -msgstr "Klik op het slotje om verdere wijzigingen te voorkomen." +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 +msgid "Significance Level" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:922 -msgid "virtual" -msgstr "virtueel" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 +msgid "Simple" +msgstr "Eenvoudig" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 -msgid "Dataset name" -msgstr "Dataset naam" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 +msgid "Simple ad-hoc metrics are not enabled for this dataset" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 -msgid "" -"When specifying SQL, the datasource acts as a view. Superset will use " -"this statement as a subquery while grouping and filtering on the " -"generated parent queries." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +msgid "Single" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 -msgid "The JSON metric or post aggregation definition." -msgstr "De JSON metrische of postaggregatiedefinitie." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 +msgid "Single Metric" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1001 -msgid "Physical" -msgstr "Fysiek" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 +msgid "Single Value" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1042 -msgid "" -"The pointer to a physical table (or view). Keep in mind that the chart is" -" associated to this Superset logical table, and this logical table points" -" the physical table referenced here." +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 +msgid "Single value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1133 -msgid "Warning" -msgstr "Waarschuwing" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 +msgid "Single value type" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1135 -msgid "Optional warning about use of this metric" -msgstr "Optionele waarschuwing voor het gebruik van deze meeteenheid" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 +msgid "Size of edge symbols" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1220 -msgid "Be careful." -msgstr "Pas op." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 +msgid "Size of marker. Also applies to forecast observations." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1221 -msgid "" -"Changing these settings will affect all charts using this dataset, " -"including charts owned by other people." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1268 -msgid "Sync columns from source" -msgstr "Synchroniseer kolommen van bron" +#: superset/views/database/forms.py:177 +msgid "Skip Blank Lines" +msgstr "Blanco regels overslaan" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1288 -msgid "Calculated columns" -msgstr "Berekende kolommen" +#: superset/views/database/forms.py:174 +msgid "Skip Initial Space" +msgstr "Eerste spatie overslaan" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1315 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:261 -#: superset-frontend/src/views/components/MenuRight.tsx:199 -msgid "Settings" -msgstr "Instellingen" +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 +msgid "Skip Rows" +msgstr "Rijen overslaan" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 -msgid "The dataset has been saved" -msgstr "De dataset is opgeslagen" +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" +msgstr "Sla lege regels over in plaats van ze te interpreteren als NaN waarden." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 -msgid "" -"The dataset configuration exposed here\n" -" affects all the charts using this dataset.\n" -" Be mindful that changing settings\n" -" here may affect other charts\n" -" in undesirable ways." +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" +msgstr "Spaties overslaan na het scheidingsteken." + +#: superset/views/dashboard/mixin.py:79 +msgid "Slug" +msgstr "Slug" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 +msgid "Small" msgstr "" -"De dataset configuratie die hier wordt getoond\n" -" heeft invloed op alle grafieken die deze dataset gebruiken.\n" -" Wees je ervan bewust dat het veranderen van instellingen\n" -" hier invloed kan hebben op andere grafieken\n" -" op ongewenste manieren." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 -msgid "Are you sure you want to save and apply changes?" -msgstr "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 +msgid "Small number format" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 -msgid "Confirm save" -msgstr "Opslaan bevestigen" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:196 -msgid "Edit Dataset " -msgstr "Bewerk Dataset " +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:213 -msgid "Use legacy datasource editor" -msgstr "Gebruik de legacy datasource editor" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" -#: superset-frontend/src/components/DeleteModal/index.tsx:69 -msgid "DELETE" -msgstr "VERWIJDER" +#: superset/commands/exceptions.py:115 +msgid "Some roles do not exist" +msgstr "Sommige rollen bestaan niet" -#: superset-frontend/src/components/DeleteModal/index.tsx:84 -msgid "delete" -msgstr "verwijder" +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +#, fuzzy +msgid "Something went wrong." +msgstr "Sorry, er ging iets mis. Probeer het later nog eens." -#: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:251 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format -msgid "Type \"%s\" to confirm" -msgstr "Type “%s” om te bevestigen" +msgid "Sorry there was an error fetching database information: %s" +msgstr "" +"Sorry er is een fout opgetreden bij het ophalen van database informatie: " +"%s" -#: superset-frontend/src/components/EditableTitle/index.tsx:206 -msgid "Click to edit" -msgstr "Klik om te bewerken" +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 +msgid "Sorry there was an error fetching saved charts: " +msgstr "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " -#: superset-frontend/src/components/EditableTitle/index.tsx:208 -msgid "You don't have the rights to alter this title." -msgstr "Je hebt niet de rechten om deze titel te veranderen." +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 +msgid "Sorry, An error occurred" +msgstr "Sorry, er is een fout opgetreden" -#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 -msgid "Unexpected error" -msgstr "Onverwachte fout" +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 -msgid "This may be triggered by:" -msgstr "Dit kan veroorzaakt worden door:" +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "Sorry, er is een fout opgetreden" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 -msgid "Please reach out to the Chart Owner for assistance." -msgstr "Neem contact op met de eigenaar van de grafiek voor hulp." +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "Sorry, er is een fout opgetreden" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format -msgid "Chart Owner: %s" -msgstr "Eigenaar grafiek: %s" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +#, fuzzy +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "Sorry, er ging iets mis. Probeer het later nog eens." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 -#, python-format -msgid "" -"%(message)s\n" -"This may be triggered by: \n" -"%(issues)s" +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 +msgid "Sorry, something went wrong. Try again later." +msgstr "Sorry, er ging iets mis. Probeer het later nog eens." + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 +msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format -msgid "%s Error" -msgstr "%s Fout" +msgid "Sorry, there was an error saving this dashboard: %s" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:279 -msgid "Missing dataset" -msgstr "Ontbrekende dataset" +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 +msgid "Sorry, your browser does not support copying." +msgstr "Sorry, uw browser ondersteunt het kopiëren niet." -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 -msgid "See more" -msgstr "Zie meer" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +msgstr "Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 -msgid "See less" -msgstr "Zie minder" +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 +msgid "Sort" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 -msgid "Copy message" -msgstr "Kopieer bericht" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 +msgid "Sort Bars" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:342 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:483 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:821 -msgid "Close" -msgstr "Sluit" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 +msgid "Sort Descending" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 -msgid "This was triggered by:" -msgstr "Dit werd veroorzaakt door:" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 +msgid "Sort Metric" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 -msgid "Did you mean:" -msgstr "Bedoelde je:" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Sorteer oplopend" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format -msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "%(suggestion)s in plaats van “%(undefinedParameter)s?”" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Importeer queries" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 -msgid "Parameter error" -msgstr "Parameter fout" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 +msgid "Sort X Axis" +msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format -msgid "" -"We’re having trouble loading this visualization. Queries are set to " -"timeout after %s second." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 +msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format -msgid "" -"We’re having trouble loading these results. Queries are set to timeout " -"after %s second." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 +msgid "Sort ascending" +msgstr "Sorteer oplopend" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 +msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 +msgid "Sort by" +msgstr "Sorteer op" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format -msgid "" -"%(subtitle)s\n" -"This may be triggered by:\n" -" %(issue)s" +msgid "Sort by %s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 -msgid "Timeout error" -msgstr "Timeout fout" - -#: superset-frontend/src/components/FaveStar/index.tsx:81 -msgid "Click to favorite/unfavorite" -msgstr "Klik om voorkeur aan te geven/voorkeur te verwijderen" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 +msgid "Sort by metric" +msgstr "" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:348 -msgid "Cell content" -msgstr "Cel inhoud" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 +msgid "Sort columns alphabetically" +msgstr "Sorteer kolommen alfabetisch" -#: superset-frontend/src/components/ImportModal/index.tsx:208 -msgid "OVERWRITE" -msgstr "OVERSCHRIJVEN" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 +msgid "Sort columns by" +msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:280 -msgid "Overwrite" -msgstr "Overschrijven" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 +msgid "Sort descending" +msgstr "Sorteer aflopend" -#: superset-frontend/src/components/ImportModal/index.tsx:280 -msgid "Import" -msgstr "Importeer" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 +msgid "Sort filter values" +msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:284 -#, python-format -msgid "Import %s" -msgstr "Importeer %s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 +msgid "Sort metric" +msgstr "Sorteer meeteenheid" -#: superset-frontend/src/components/LastUpdated/index.tsx:74 -#, python-format -msgid "Last Updated %s" -msgstr "Laatst bijgewerkt %s" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 +msgid "Sort rows by" +msgstr "" -#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 -#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 -msgid "Sort" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:245 -#, python-format -msgid "%s Selected" -msgstr "%s Geselecteerd" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 +msgid "Sort type" +msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:349 -msgid "Deselect all" -msgstr "Alles deselecteren" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 +msgid "Source" +msgstr "Bron" -#: superset-frontend/src/components/ListView/ListView.tsx:399 -msgid "No Data" -msgstr "Geen Data" +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 +msgid "Source / Target" +msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:420 -#: superset-frontend/src/components/TableView/TableView.tsx:237 -#, python-format -msgid "%s-%s of %s" -msgstr "%s-%s van %s" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 +msgid "Source SQL" +msgstr "Bron SQL" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:70 -msgid "Type a value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +msgid "Source category" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 -msgid "Filter" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 -msgid "Select or type a value" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 +msgid "Spatial" +msgstr "Ruimtelijk" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 +msgid "Specific Date/Time" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 -msgid "OK" -msgstr "OK" +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 +msgid "Specify a schema (if database flavor supports this)." +msgstr "Geef een schema op (als de databasesmaak dit ondersteunt)." -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 -msgid "An error occurred while fetching dashboards" +#: superset/views/database/forms.py:351 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "Specificeer dubbele kolommen als “X.0, X.1”." + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" msgstr "" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:266 -msgid "Edit Email Report" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 +msgid "" +"Specify the database version. This should be used with Presto in order to" +" enable query cost estimation." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:266 -msgid "New Email Report" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 +msgid "Split number" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:282 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 -msgid "Add" -msgstr "Voeg toe" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Parent filter" -#: superset-frontend/src/components/ReportModal/index.tsx:290 -msgid "Message Content" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parameters" -#: superset-frontend/src/components/ReportModal/index.tsx:304 -msgid "Text embedded in email" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "queries" -#: superset-frontend/src/components/ReportModal/index.tsx:308 -msgid "Image (PNG) embedded in email" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:311 -msgid "Formatted CSV attached in email" +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:332 -msgid "Weekly Report" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 +msgid "Stack series" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Include a description that will be sent with your report" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:372 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 +msgid "Stacked" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:377 -msgid "0 12 * * 1" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 +msgid "Stacked Bars" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:391 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1246 -msgid "Timezone" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 +msgid "Stacked Style" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 -msgid "Email reports active" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 -msgid "Edit email report" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +msgid "Standard time series" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 -msgid "Delete email report" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 +msgid "Start" +msgstr "Start" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 -#, python-format -msgid "This action will permanently delete %s." -msgstr "Deze actie zal %s permanent verwijderen." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "Ongeldige longitude/latitude" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 -msgid "Delete Report?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:602 -#: superset-frontend/src/components/Select/Select.tsx:718 -#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:109 -msgid "Loading..." -msgstr "Bezig met laden…" - -#: superset-frontend/src/components/TableLoader/index.tsx:91 -msgid "Access to user activity data is restricted" +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 +msgid "Start Review" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:221 -msgid "There was an error loading the tables" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 +msgid "Start angle" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:294 -msgid "See table schema" -msgstr "Zie tabel schema" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 +msgid "Start at (UTC)" +msgstr "Start op (UTC)" -#: superset-frontend/src/components/TableSelector/index.tsx:301 -#: superset-frontend/src/components/TableSelector/index.tsx:311 -msgid "Select table or type table name" -msgstr "Selecteer tabel of type tabelnaam" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Toe grafiek" -#: superset-frontend/src/components/TableSelector/index.tsx:320 -msgid "Force refresh table list" -msgstr "Forceer vernieuwen tabel lijst" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 +msgid "Start date included in time range" +msgstr "Begindatum opgenomen in de tijdspanne" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 -msgid "Timezone selector" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 +msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:124 -#, python-format -msgid "%s%s" -msgstr "%s%s" - -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" -"There is not enough space for this component. Try decreasing its width, " -"or increasing the destination width." +"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " +"data." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 -msgid "Can not move top level tab into nested tabs" -msgstr "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Status" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 -msgid "This chart has been moved to a different filter scope." -msgstr "Deze grafiek is verplaatst naar een ander filterbereik." +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 +msgid "State" +msgstr "Status" -#: superset-frontend/src/dashboard/actions/dashboardState.js:84 -msgid "There was an issue fetching the favorite status of this dashboard." +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" msgstr "" -"Er was een probleem met het ophalen van de voorkeur status van dit dashboard." - -#: superset-frontend/src/dashboard/actions/dashboardState.js:105 -msgid "There was an issue favoriting this dashboard." -msgstr "Er was een probleem met het promoten van dit dashboard." -#: superset-frontend/src/dashboard/actions/dashboardState.js:129 -msgid "This dashboard is now published" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Statistical" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:130 -msgid "This dashboard is now hidden" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 +msgid "Status" +msgstr "Status" -#: superset-frontend/src/dashboard/actions/dashboardState.js:138 -msgid "You do not have permissions to edit this dashboard." -msgstr "U hebt geen rechten om dit dashboard te bewerken." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:219 -msgid "[ untitled dashboard ]" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:269 -#: superset-frontend/src/dashboard/actions/dashboardState.js:307 -msgid "This dashboard was saved successfully." -msgstr "Dit dashboard is succesvol opgeslagen." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:313 -msgid "Sorry, an unknown error occured" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 +msgid "Step type" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:316 -#, python-format -msgid "Sorry, there was an error saving this dashboard: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:322 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:109 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 -msgid "You do not have permission to edit this dashboard" -msgstr "U hebt geen toestemming om dit dashboard te bewerken" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 -msgid "Could not fetch all saved charts" -msgstr "Kon niet alle opgeslagen grafieken ophalen" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 +msgid "Stop" +msgstr "Stop" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 -msgid "Sorry there was an error fetching saved charts: " -msgstr "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 +msgid "Stop query" +msgstr "Query stoppen" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Visualisatie" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "Stop de uitvoering (Ctrl + x)" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Data bron" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 +msgid "Stop running (Ctrl + x)" +msgstr "Stop de uitvoering (Ctrl + x)" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 -msgid "Added" -msgstr "Toegevoegd" +#: superset/databases/commands/exceptions.py:128 +msgid "Stopped an unsafe database connection" +msgstr "Stopte een onveilige database connectie" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:104 -msgid "Components" -msgstr "Componenten" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histogram" -#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 -msgid "" -"Any color palette selected here will override the colors applied to this " -"dashboard's individual charts" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" msgstr "" -"Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven " -"die worden toegepast op de individuele grafieken van dit dashboard" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 -msgid "You have unsaved changes." -msgstr "Je hebt niet opgeslagen wijzigingen." - -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:155 -msgid "Drag and drop components and charts to the dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 +msgid "Strength to pull the graph toward center" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:156 -msgid "You can create new charts or use existing ones from the panel on the right" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 -msgid "Ready to review filters in this dashboard?" -msgstr "" +#: superset/views/database/forms.py:299 +msgid "Strings used for sheet names (default is the first sheet)." +msgstr "Strings gebruikt voor bladnamen (standaard is het eerste blad)." -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 -msgid "Remind me in 24 hours" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 -msgid "Start Review" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:149 -msgid "" -"filter_box will be deprecated in a future version of Superset. Please " -"replace filter_box by dashboard filter components." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" msgstr "" -#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 -msgid "" -"There is no chart definition associated with this component, could it " -"have been deleted?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Structural" msgstr "" -#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 -msgid "Delete this container and save to remove this message." -msgstr "Verwijder deze container en sla op om dit bericht te verwijderen." - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Vernieuw niet" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 seconden" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 +msgid "Style" +msgstr "Stijl" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 -msgid "30 seconds" -msgstr "30 seconden" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 +msgid "Style the ends of the progress bar with a round cap" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 -msgid "1 minute" -msgstr "1 minuut" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 +msgid "Subdomain" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 -msgid "5 minutes" -msgstr "5 minuten" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 +msgid "Subheader" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 -msgid "30 minutes" -msgstr "30 minuten" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 +msgid "Subheader Font Size" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 -msgid "1 hour" -msgstr "1 uur" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" -msgstr "6 uren" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 uren" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 +msgid "Success" +msgstr "Succes" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 uren" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Wijzig dataset" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:90 -msgid "Refresh interval saved" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 +msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:121 -msgid "Refresh interval" -msgstr "Interval vernieuwen" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh frequency" -msgstr "Frequentie vernieuwen" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:135 -msgid "Are you sure you want to proceed?" -msgstr "Weet je zeker dat je door wilt gaan?" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 -msgid "Save for this session" -msgstr "Opslaan voor deze sessie" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:155 -msgid "You must pick a name for the new dashboard" -msgstr "U moet een naam kiezen voor het nieuwe dashboard" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +msgid "Sum of values over specified period" +msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:177 -msgid "Save dashboard" -msgstr "Dashboard opslaan" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Nul waarden" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 -#, python-format -msgid "Overwrite Dashboard [%s]" -msgstr "Dashboard overschrijven [%s]" +#: superset/viz.py:1888 +msgid "Sunburst" +msgstr "Sunburst" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:194 -msgid "Save as:" -msgstr "Opslaan als:" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 +msgid "Sunburst Chart" +msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:198 -msgid "[dashboard name]" -msgstr "[dashboard naam]" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Superset grafiek" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:208 -msgid "also copy (duplicate) charts" -msgstr "kopieer ook (duplicate) grafieken" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 +msgid "Sunday" +msgstr "Zondag" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 -msgid "Filter your charts" -msgstr "Filter je grafieken" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 +msgid "Superset Chart" +msgstr "Superset Grafiek" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 -#, python-format -msgid "Sort by %s" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." msgstr "" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" -msgstr "Filteroverschrijdende scoping" +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 +msgid "Superset chart" +msgstr "Superset grafiek" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 -msgid "Load a CSS template" -msgstr "Laad een CSS sjabloon" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 +msgid "Superset dashboard" +msgstr "Superset dashboard" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 -msgid "Live CSS editor" -msgstr "Live CSS editor" +#: superset/errors.py:111 +msgid "Superset encountered an error while running a command." +msgstr "een fout is opgetreden in Superset tijdens het uitvoeren van een commando." -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:387 -msgid "There are no charts added to this dashboard" +#: superset/errors.py:112 +msgid "Superset encountered an unexpected error." +msgstr "Er is een onverwachte fout opgetreden in Superset." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 +msgid "Supported databases" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:390 -msgid "Go to the edit mode to configure the dashboard and add charts" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 -#, python-format -msgid "Applied Cross Filters (%d)" -msgstr "Toegepaste dwarsfilters (%d)" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 +msgid "Swap Groups and Columns" +msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" -msgstr "Toegepaste filters (%d)" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "dataset" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Onverenigbare filters (%d)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 +msgid "Swap rows and columns" +msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Filters niet ingesteld (%d)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:304 -#, python-format +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"This dashboard is currently auto refreshing; the next auto refresh will " -"be in %s." +"Swiss army knife for visualizing time series data. Choose between step, " +"line, scatter, and bar charts. This viz type has many customization " +"options as well." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:385 -msgid "Your dashboard is too large. Please reduce its size before saving it." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 +msgid "Symbol" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:426 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:223 -msgid "Schedule email report" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 +msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:590 -msgid "Discard changes" -msgstr "Wijzigingen weggooien" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 +msgid "Symbol size" +msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:616 -msgid "Edit dashboard" -msgstr "Bewerk dashboard" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 +msgid "Sync columns from source" +msgstr "Synchroniseer kolommen van bron" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 -msgid "An error occurred while fetching available CSS templates" -msgstr "" -"Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 +msgid "Syntax" +msgstr "Syntax" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:154 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:164 -msgid "Data refreshed" -msgstr "" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 +msgid "TABLES" +msgstr "TABLES" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:217 -msgid "Superset dashboard" -msgstr "Superset dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "Is tijdelijk" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:219 -msgid "Check out this dashboard: " -msgstr "Kijk naar dit dashboard:" +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "Is tijdelijk" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:261 -msgid "Copy dashboard URL" -msgstr "Kopieer dashboard URL" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" +msgstr "DO" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:262 -msgid "Share dashboard by email" -msgstr "Deel dashboard via e-mail" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 +msgid "TUE" +msgstr "DI" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:275 -msgid "Refresh dashboard" -msgstr "Vernieuw dashboard" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 +msgid "Tab name" +msgstr "Tab naam" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 -msgid "Set auto-refresh interval" -msgstr "Stel auto-refresh in" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 +msgid "Tab title" +msgstr "Titel tabblad" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 -msgid "Set filter mapping" -msgstr "Filter toewijzing instellen" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 +msgid "Table" +msgstr "Tabel" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "Bewerk dashboard eigenschappen" +#: superset/views/core.py:1740 +#, python-format +msgid "Table %(table)s wasn't found in the database %(db)s" +msgstr "Tabwl %(table)s werd niet gevonden in de database %(db)s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 -msgid "Edit CSS" -msgstr "Bewerk CSS" +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 +msgid "Table Exists" +msgstr "De tabel bestaat reeds" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:324 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 -msgid "Download as image" -msgstr "Download als afbeelding" +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 +msgid "Table Name" +msgstr "Tabel Naam" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 -msgid "Exit fullscreen" +#: superset/viz.py:698 +msgid "Table View" +msgstr "Tabel Weergave" + +#: superset/datasets/commands/exceptions.py:130 +#, python-format +msgid "" +"Table [%(table_name)s] could not be found, please double check your " +"database connection, schema, and table name" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 -msgid "Enter fullscreen" +#: superset/views/base.py:303 +msgid "" +"Table [%{table}s] could not be found, please double check your database " +"connection, schema, and table name, error: {}" msgstr "" +"De tabel [%{table}s] kon niet worden gevonden, controleer uw " +"databaseverbinding, schema en tabelnaam, fout: {}" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:98 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:434 -msgid "Apply" -msgstr "Toepassen" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 +msgid "Table cache timeout" +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:264 -msgid "A valid color scheme is required" -msgstr "Een geldig kleurenschema is vereist" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Geen tijdskolommen" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:316 -msgid "Dashboard properties updated" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:334 -msgid "The dashboard has been saved" -msgstr "Het dashboard is opgeslagen" +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:350 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:393 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:292 -msgid "Access" -msgstr "Toegang" +#: superset/databases/decorators.py:47 +msgid "Table name undefined" +msgstr "Tabelnaam niet gedefinieerd" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:412 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 msgid "" -"Owners is a list of users who can alter the dashboard. Searchable by name" -" or username." +"Table that visualizes paired t-tests, which are used to understand " +"statistical differences between groups." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:371 -msgid "Colors" -msgstr "Kleuren" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 +msgid "Tables" +msgstr "Tabellen" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:432 -msgid "" -"Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles are " -"defined, then the dashboard is available to all roles." +#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 +msgid "Tabs" +msgstr "Tabs" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 +msgid "Tabular" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:482 -msgid "Dashboard properties" -msgstr "Dashboard eigenschappen" +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Dataset kon niet worden aangemaakt." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:516 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:234 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 -msgid "Basic information" -msgstr "Basis informatie" +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Dataset kon niet worden verwijderd." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:530 -msgid "URL slug" -msgstr "URL slag" +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:534 -msgid "A readable URL for your dashboard" -msgstr "Een leesbare URL voor uw dashboard" +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Dataset parameters zijn ongeldig." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:543 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:257 -msgid "Certification" +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Dataset kon niet worden verwijderd." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 +msgid "Tags" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:552 -msgid "Person or group that has certified this dashboard." +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 +msgid "" +"Take your data points, and group them into \"bins\" to see where the " +"densest areas of information lie" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:274 -msgid "Any additional detail to show in the certification tooltip." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +msgid "Target" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:583 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 -msgid "JSON metadata" -msgstr "JSON metadata" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 -msgid "" -"This dashboard is not published, it will not show up in the list of " -"dashboards. Click here to publish this dashboard." +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 +msgid "Target aspect ratio for treemap tiles." msgstr "" -"Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van " -"dashboards. Klik hier om dit dashboard te publiceren." -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 -msgid "" -"This dashboard is not published which means it will not show up in the " -"list of dashboards. Favorite it to see it there or access it by using the" -" URL directly." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +msgid "Target category" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 -msgid "This dashboard is published. Click to make it a draft." -msgstr "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 +msgid "Target value" +msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:501 -msgid "Draft" -msgstr "Draft" +#: superset/views/css_templates.py:46 +msgid "Template Name" +msgstr "Template Naam" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 -msgid "Annotation layers are still loading." -msgstr "Aantekening lagen worden nog steeds geladen." +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 +msgid "Template parameters" +msgstr "Template parameters" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:47 -msgid "One ore more annotation layers failed loading." -msgstr "Aantekening lagen worden nog steeds geladen." +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 +msgid "" +"Terminate running queries when browser window closed or navigated to " +"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " +"databases." +msgstr "" + +#: superset/templates/superset/models/database/macros.html:22 +msgid "Test Connection" +msgstr "Test Connectie" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 +msgid "Test connection" +msgstr "Test connectie" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:96 -msgid "Emitted values" -msgstr "Uitgestuurde waarden" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 +msgid "Text" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:152 -msgid "Click to clear emitted filters" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 +msgid "Text align" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:240 -#, python-format -msgid "Cached %s" -msgstr "Cached %s" +#: superset-frontend/src/components/ReportModal/index.tsx:248 +msgid "Text embedded in email" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:243 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 #, python-format -msgid "Fetched %s" -msgstr "Opgehaald %s" +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:252 -#, python-format -msgid "Query %s: %s" +#: superset/views/dashboard/mixin.py:52 +msgid "" +"The CSS for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:256 -msgid "Minimize chart" -msgstr "Grafiek verkleinen" +#: superset/errors.py:124 +msgid "" +"The CTAS (create table as select) doesn't have a SELECT statement at the " +"end. Please make sure your query has a SELECT as its last statement. " +"Then, try running your query again." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:256 -msgid "Maximize chart" -msgstr "Maximaliseer grafiek" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:269 -msgid "Force refresh" -msgstr "Vernieuwen forceren" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:279 -msgid "Toggle chart description" -msgstr "Toggle grafiek omschrijving" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:288 -msgid "View chart in Explore" -msgstr "Bekijk de grafiek in Verkenner" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 +msgid "" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 -msgid "View query" -msgstr "Bekijk zoekopdracht" +#: superset/views/core.py:372 +msgid "The access requests seem to have been deleted" +msgstr "De toegangsverzoeken lijken te zijn gewist" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:311 -msgid "Copy chart URL" -msgstr "URL van grafiek kopiëren" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 +msgid "The annotation has been saved" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:312 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:176 -msgid "Share chart by email" -msgstr "Deel grafiek per e-mail" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 +msgid "The annotation has been updated" +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:314 -msgid "Check out this chart: " +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 +msgid "" +"The category of source nodes used to assign colors. If a node is " +"associated with more than one category, only the first will be used." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:329 -msgid "Export CSV" -msgstr "Export CSV" +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "De grafiek bestaat niet" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:337 -msgid "Export full CSV" -msgstr "" +#: superset/common/query_context_processor.py:584 +msgid "The chart does not exist" +msgstr "De grafiek bestaat niet" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:345 -msgid "Cross-filter scoping" -msgstr "Cross-filter scoping" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 +msgid "" +"The classic. Great for showing how much of a company each investor gets, " +"what demographics follow your blog, or what portion of the budget goes to" +" the military industrial complex.\n" +"\n" +" Pie charts can be difficult to interpret precisely. If clarity of" +" relative proportion is important, consider using a bar or other chart " +"type instead." +msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 -msgid "Search..." -msgstr "Zoek…" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 +msgid "The color for points and clusters in RGB" +msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 -msgid "No filter is selected." -msgstr "Er is geen filter geselecteerd." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 +msgid "The color scheme for rendering chart" +msgstr "Het kleurenschema voor de rendering grafiek" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 -msgid "Editing 1 filter:" -msgstr "Bewerk 1 filter:" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 +msgid "" +"The color scheme is determined by the related dashboard.\n" +" Edit the color scheme in the dashboard properties." +msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 -#, python-format -msgid "Batch editing %d filters:" -msgstr "Batchbewerking %d filters:" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Sorteer kolommen alfabetisch" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 -msgid "Configure filter scopes" -msgstr "Filter scopes configureren" +#: superset/errors.py:105 +msgid "The column was deleted or renamed in the database." +msgstr "De kolom werd verwijderd of hernoemd in de database." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 -msgid "There are no filters in this dashboard." -msgstr "Er zijn geen filters in dit dashboard." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 -msgid "Expand all" -msgstr "Alles uitklappen" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 +msgid "The dashboard has been saved" +msgstr "Het dashboard is opgeslagen" -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 -msgid "Collapse all" -msgstr "Alles inklappen" +#: superset/views/core.py:197 +msgid "The data source seems to have been deleted" +msgstr "De gegevensbron lijkt te zijn verwijderd" -#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:262 -msgid "An error occurred while opening Explore" +#: superset/connectors/sqla/views.py:115 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 -msgid "This markdown component has an error." -msgstr "Deze markdown component heeft een fout." +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 +#, python-format +msgid "" +"The database %s is linked to %s charts that appear on %s dashboards and " +"users have %s SQL Lab tabs using this database open. Are you sure you " +"want to continue? Deleting the database will break those objects." +msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 -msgid "This markdown component has an error. Please revert your recent changes." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 -msgid "Delete dashboard tab?" -msgstr "Dashboard tabblad verwijderen?" +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "De database kon niet worden bijgewerkt." -#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 -msgid "Divider" -msgstr "Verdeler" +#: superset/errors.py:132 +msgid "The database is currently running too many queries." +msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 -msgid "Header" -msgstr "Header" +#: superset/errors.py:99 +msgid "The database is under an unusual load." +msgstr "De database wordt ongebruikelijk zwaar belast." -#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 -msgid "Row" -msgstr "Rij" +#: superset/sqllab/commands/execute.py:172 +msgid "" +"The database referenced in this query was not found. Please contact an " +"administrator for further assistance or try again." +msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 -msgid "Tabs" -msgstr "Tabs" +#: superset/errors.py:100 +msgid "The database returned an unexpected error." +msgstr "De database gaf een onverwachte foutmelding." -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 -msgid "Preview" -msgstr "Preview" +#: superset/errors.py:144 +msgid "The database was deleted." +msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:104 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:117 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:127 -msgid "Sorry, something went wrong. Try again later." -msgstr "Sorry, er ging iets mis. Probeer het later nog eens." +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 +msgid "The database was not found." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:371 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format -msgid "All filters (%(filterCount)d)" +msgid "" +"The dataset %s is linked to %s charts that appear on %s dashboards. Are " +"you sure you want to continue? Deleting the dataset will break those " +"objects." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:388 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:428 -msgid "No filters are currently added" -msgstr "" +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 +msgid "The dataset associated with this chart no longer exists" +msgstr "De dataset die bij deze grafiek hoort bestaat niet meer" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:392 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:432 -msgid "Click the button above to add a filter to the dashboard" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 +msgid "" +"The dataset configuration exposed here\n" +" affects all the charts using this dataset.\n" +" Be mindful that changing settings\n" +" here may affect other charts\n" +" in undesirable ways." msgstr "" +"De dataset configuratie die hier wordt getoond\n" +" heeft invloed op alle grafieken die deze dataset " +"gebruiken.\n" +" Wees je ervan bewust dat het veranderen van instellingen\n" +" hier invloed kan hebben op andere grafieken\n" +" op ongewenste manieren." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:408 -#, python-format -msgid "Filter sets (%(filterSetCount)d)" -msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 +msgid "The dataset has been saved" +msgstr "De dataset is opgeslagen" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:111 -msgid "Apply filters" -msgstr "" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 +msgid "The dataset linked to this chart may have been deleted." +msgstr "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:121 -msgid "Clear all" -msgstr "Wis alles" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 +msgid "The datasource couldn't be loaded" +msgstr "De datasource kon niet geladen worden" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:183 -msgid "Select parent filters" -msgstr "Selecteer parent filters" +#: superset/errors.py:98 +msgid "The datasource is too large to query." +msgstr "De gegevensbron is te groot om te bevragen." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:160 -#, python-format -msgid "Filters out of scope (%d)" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 +msgid "" +"The description can be displayed as widget headers in the dashboard view." +" Supports markdown." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:494 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 -msgid "Check configuration" -msgstr "Check configuratie" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 +msgid "The distance between cells, in pixels" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1195 -msgid "Cannot load filter" -msgstr "Kan filter niet laden" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "De tijdsduur in seconden voordat de cache ongeldig wordt gemaakt" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 -msgid "Editing filter set:" -msgstr "Filterset bewerken:" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 -msgid "Filter set with this name already exists" -msgstr "Er bestaat al een filterset met deze naam" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 +msgid "" +"The engine_params object gets unpacked into the sqlalchemy.create_engine " +"call." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 -msgid "Filter set already exists" -msgstr "Er bestaat al een filterset" +#: superset/common/query_object.py:313 +#, python-format +msgid "" +"The following entries in `series_columns` are missing in `columns`: " +"%(columns)s. " +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "" + +#: superset/db_engine_specs/mysql.py:160 #, python-format -msgid "This filter set is identical to: \"%s\"" -msgstr "Deze filterset is identiek aan: “%s”" +msgid "The host \"%(hostname)s\" might be down and can't be reached." +msgstr "De host “%(hostname)s” is misschien down en kan niet worden bereikt." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -msgid "Remove invalid filters" -msgstr "Verwijder ongeldige filters" +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 +#, python-format +msgid "" +"The host \"%(hostname)s\" might be down, and can't be reached on port " +"%(port)s." +msgstr "" +"De host “%(hostname)s” is misschien down, en kan niet bereikt worden op " +"poort %(port)s." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 -msgid "Rebuild" -msgstr "Herbouw" +#: superset/errors.py:110 +msgid "The host might be down, and can't be reached on the provided port." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format -msgid "Filters (%d)" -msgstr "Filters (%d)" +msgid "The hostname \"%(hostname)s\" cannot be resolved." +msgstr "De hostnaam “%(hostname)s” kan niet worden opgelost." + +#: superset/errors.py:108 +msgid "The hostname provided can't be resolved." +msgstr "De opgegeven hostnaam kan niet worden gevonden." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 -msgid "This filter doesn't exist in dashboard. It will not be applied." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 +msgid "The id of the active chart" +msgstr "Het id van de actieve grafiek" + +#: superset/connectors/sqla/views.py:418 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -"Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 -msgid "Filter metadata changed in dashboard. It will not be applied." -msgstr "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +msgid "The maximum number of events to return, equivalent to the number of rows" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 -msgid "Please filter set name" -msgstr "Filter setnaam a.u.b." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 -msgid "Create" -msgstr "Maak" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 +msgid "The maximum value of metrics. It is an optional configuration" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 -msgid "Create new filter set" -msgstr "Maak een nieuwe filterset" +#: superset/databases/schemas.py:222 +#, python-format +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%(key)s is invalid." +msgstr "" +"De metadata_params in Extra veld is niet correct geconfigureerd. De " +"sleutel %(key)s is ongeldig." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 -msgid "New filter set" -msgstr "Nieuwe filterset" +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%{key}s is invalid." +msgstr "" +"De metadata_params in Extra veld is niet correct geconfigureerd. De " +"sleutel %{key}s is ongeldig." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 -msgid "Please apply filter changes" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 +msgid "" +"The metadata_params object gets unpacked into the sqlalchemy.MetaData " +"call." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 -msgid "Unknown value" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 -msgid "Add/Edit Filters" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 +msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:83 -msgid "Dependent on" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 +msgid "" +"The number of hours, negative or positive, to shift the time column. This" +" can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:85 -msgid "Filter only displays values relevant to selections made in other filters." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d by the " +"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " +"download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:55 -msgid "Scope" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d. Please add " +"additional limits/filters, download to csv, or contact an admin to see " +"more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:771 -msgid "Filter type" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:70 -#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 -msgid "All charts" -msgstr "Alle grafieken" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 -msgid "Title is required" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 -msgid "(Removed)" -msgstr "(Verwijderd)" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 +#, python-format +msgid "" +"The number of rows displayed is limited to %(rows)d by the query and " +"limit dropdown." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 -msgid "Undo?" -msgstr "Ongedaan maken?" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 +msgid "The number of seconds before expiring the cache" +msgstr "Het aantal seconden voor het verstrijken van de cache" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:95 -msgid "Add filters and dividers" +#: superset/errors.py:134 +msgid "The object does not exist in the given database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:477 -msgid "Add and edit filters" +#: superset/sqllab/query_render.py:96 +#, python-format +msgid "The parameter %(parameters)s in your query is undefined." +msgid_plural "The following parameters in your query are undefined: %(parameters)s." +msgstr[0] "" +msgstr[1] "" + +#: superset/db_engine_specs/postgres.py:120 +#, python-format +msgid "The password provided for username \"%(username)s\" is incorrect." +msgstr "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + +#: superset/errors.py:114 +msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset-frontend/src/pages/ChartList/index.tsx:93 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the charts. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 -msgid "Column select" +#: superset-frontend/src/pages/DashboardList/index.tsx:62 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the dashboards. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 -msgid "Select a column" +#: superset-frontend/src/features/datasets/constants.ts:23 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the datasets. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -msgid "No compatible columns found" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the saved queries. Please note that the \"Secure Extra\" " +"and \"Certificate\" sections of the database configuration are not " +"present in export files, and should be added manually after the import if" +" they are needed." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 -msgid "Value is required" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +msgid "" +"The passwords for the databases below are needed in order to import them." +" Please note that the \"Secure Extra\" and \"Certificate\" sections of " +"the database configuration are not present in explore files and should be" +" added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:265 -msgid "Scoping" -msgstr "Scoping" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 +msgid "The pattern of timestamp format. For strings use " +msgstr "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:272 -msgid "Filter Configuration" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted " +"\"freq\" expressions." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:276 -msgid "Filter Settings" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 +msgid "The pixel radius" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:301 -#: superset-frontend/src/filters/components/Select/index.ts:28 -msgid "Select filter" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 +msgid "" +"The pointer to a physical table (or view). Keep in mind that the chart is" +" associated to this Superset logical table, and this logical table points" +" the physical table referenced here." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:301 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1204 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1225 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 -msgid "Value" -msgstr "Waarde" +#: superset/errors.py:109 +msgid "The port is closed." +msgstr "De poort is gesloten." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 -#: superset-frontend/src/filters/components/Range/index.ts:28 -msgid "Range filter" +#: superset/errors.py:142 +msgid "The port number is invalid." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 -msgid "Numerical range" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 -#: superset-frontend/src/filters/components/Time/index.ts:27 -msgid "Time filter" +#: superset/views/core.py:2212 +msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" -msgstr "Tijdsspanne" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:304 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:986 -#: superset-frontend/src/explore/constants.ts:114 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 -msgid "Time column" +#: superset/errors.py:137 +msgid "The query associated with the results was deleted." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:305 -#: superset-frontend/src/explore/constants.ts:115 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 -msgid "Time grain" +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 +msgid "" +"The query associated with these results could not be found. You need to " +"re-run the original query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:306 -#: superset-frontend/src/filters/components/GroupBy/index.ts:28 -msgid "Group By" +#: superset/sqllab/query_render.py:117 +msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:625 -msgid "Pre-filter is required" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 +msgid "The query couldn't be loaded" +msgstr "De query kon niet geladen worden" + +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:639 -msgid "(deleted)" +#: superset/errors.py:135 +msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:645 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:894 -msgid "Parent filter" -msgstr "Parent filter" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 +msgid "The query returned no data" +msgstr "De query leverde geen gegevens op" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:757 -msgid "Filter name" -msgstr "Filter naam" +#: superset/sql_lab.py:301 +#, python-format +msgid "" +"The query was killed after %(sqllab_timeout)s seconds. It might be too " +"complex, or the database might be under heavy load." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:759 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:765 -msgid "Name is required" -msgstr "Naam is vereist" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 +msgid "" +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:767 -msgid "Filter Type" -msgstr "Filter Type" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 +msgid "" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:789 -msgid "Datasets do not contain a temporal column" +#: superset-frontend/src/reports/actions/reports.js:110 +msgid "The report has been created" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 -msgid "Dataset is required" -msgstr "Dataset is vereist" +#: superset/errors.py:136 +msgid "The results backend no longer has the data from the query." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 -msgid "Filter is hierarchical" +#: superset/errors.py:138 +msgid "" +"The results stored in the backend were stored in a different format, and " +"no longer can be deserialized." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:902 -msgid "Parent filter is required" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 +msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:915 -msgid "Pre-filter available values" +#: superset/db_engine_specs/bigquery.py:202 +#, python-format +msgid "" +"The schema \"%(schema)s\" does not exist. A valid schema must be used to " +"run this query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:950 -msgid "Pre-filter" +#: superset/db_engine_specs/presto.py:646 +#, python-format +msgid "" +"The schema \"%(schema_name)s\" does not exist. A valid schema must be " +"used to run this query." +msgstr "" + +#: superset/errors.py:117 +msgid "The schema was deleted or renamed in the database." +msgstr "Het schema werd verwijderd of hernoemd in de database." + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 +msgid "The size of the square cell, in pixels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:989 +#: superset/views/datasource/views.py:88 msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1021 -msgid "Sort filter values" +#: superset/errors.py:120 +msgid "The submitted payload has the incorrect format." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1035 -msgid "Sort type" +#: superset/errors.py:121 +msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 -msgid "Sort ascending" -msgstr "Sorteer oplopend" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1052 -msgid "Sort Metric" +#: superset/db_engine_specs/bigquery.py:189 +#, python-format +msgid "" +"The table \"%(table)s\" does not exist. A valid table must be used to run" +" this query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1055 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset/db_engine_specs/presto.py:638 +#, python-format +msgid "" +"The table \"%(table_name)s\" does not exist. A valid table must be used " +"to run this query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1065 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 -msgid "Sort metric" -msgstr "Sorteer meeteenheid" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1088 -msgid "Single Value" +#: superset/connectors/sqla/views.py:515 +msgid "" +"The table was created. As part of this two-phase configuration process, " +"you should now click the edit button by the new table to configure it." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1104 -msgid "Single value type" -msgstr "" +#: superset/errors.py:106 +msgid "The table was deleted or renamed in the database." +msgstr "De tabel werd verwijderd of hernoemd in de database." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1112 -msgid "Minimum" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 +msgid "" +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1114 -msgid "Exact" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1116 -msgid "Maximum" +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1146 -msgid "Filter has default value" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 +msgid "" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 -msgid "Default Value" -msgstr "Default Value" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1187 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 -msgid "Default value is required" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 +msgid "" +"The time range for the visualization. All relative times, e.g. \"Last " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" +" the server's local time (sans timezone). All tooltips and placeholder " +"times are expressed in UTC (sans timezone). The timestamps are then " +"evaluated by the database using the engine's local timezone. Note one can" +" explicitly set the timezone per the ISO 8601 format if specifying either" +" the start and/or end time." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1227 -msgid "Refresh the default values" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +msgid "" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1233 -msgid "Fill all required fields to enable \"Default Value\"" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 -msgid "You have removed this filter." -msgstr "Je hebt deze filter verwijderd." - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 -msgid "Restore Filter" -msgstr "Herstel Filter" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 +msgid "The type of visualization to display" +msgstr "Het type visualisatie dat moet worden weergegeven" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:119 -msgid "Column is required" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 +msgid "The unit of measure for the specified point radius" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:174 -msgid "Populate \"Default value\" to enable this control" -msgstr "" +#: superset/views/core.py:198 +msgid "The user seems to have been deleted" +msgstr "De gebruiker lijkt te zijn verwijderd" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 -msgid "" -"Default value set automatically when \"Select first filter value by " -"default\" is checked" -msgstr "" +#: superset/db_engine_specs/postgres.py:115 +#, python-format +msgid "The username \"%(username)s\" does not exist." +msgstr "De gebruikersnaam “%(username)s” bestaat niet." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 -msgid "Default value must be set when \"Filter value is required\" is checked" +#: superset/errors.py:113 +msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 -msgid "Default value must be set when \"Filter has default value\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 +msgid "The way the ticks are laid out on the X-axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:122 -msgid "Apply to all panels" -msgstr "Toepassen op alle panelen" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:124 -msgid "Apply to specific panels" -msgstr "Toepassen op specifieke panelen" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:130 -msgid "Only selected panels will be affected by this filter" -msgstr "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" +#: superset/charts/commands/exceptions.py:127 +#: superset/charts/commands/exceptions.py:151 +#: superset/dashboards/commands/exceptions.py:62 +#: superset/dashboards/commands/exceptions.py:74 +#: superset/databases/commands/exceptions.py:119 +msgid "There are associated alerts or reports" +msgstr "Er zijn geassocieerde waarschuwingen of rapporten" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 -msgid "All panels with this column will be affected by this filter" -msgstr "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 +#, python-format +msgid "There are associated alerts or reports: %s," +msgstr "Er zijn gerelateerde waarschuwingen of rapporten: %s," -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 -msgid "All panels" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:55 -msgid "This chart might be incompatible with the filter (datasets don't match)" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 -msgid "Keep editing" -msgstr "Blijf bewerken" +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 -msgid "Yes, cancel" -msgstr "Ja, annuleer" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 +msgid "There are no filters in this dashboard." +msgstr "Er zijn geen filters in dit dashboard." #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 msgid "There are unsaved changes." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 -msgid "Are you sure you want to cancel?" -msgstr "Weet je zeker dat je wilt annuleren?" - -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:220 -msgid "Error loading chart datasources. Filters may not work correctly." +#: superset/errors.py:101 +msgid "" +"There is a syntax error in the SQL query. Perhaps there was a misspelling" +" or a typo." msgstr "" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 -msgid "Transparent" +#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 +msgid "" +"There is no chart definition associated with this component, could it " +"have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 -msgid "White" +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 +msgid "" +"There is not enough space for this component. Try decreasing its width, " +"or increasing the destination width." msgstr "" -#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 -msgid "All filters" -msgstr "Alle filters" +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "" +"Sorry er is een fout opgetreden bij het ophalen van database informatie: " +"%s" -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 -msgid "Medium" +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" msgstr "" +"Sorry er is een fout opgetreden bij het ophalen van database informatie: " +"%s" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 -msgid "Tab title" -msgstr "Titel tabblad" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " -#: superset-frontend/src/explore/constants.ts:117 -msgid "Time granularity" +#: superset-frontend/src/views/CRUD/hooks.ts:589 +#, python-format +msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:297 -msgid "Visualization type" -msgstr "Type visualisatie" - -#: superset-frontend/src/explore/controls.jsx:206 -msgid "Fixed color" -msgstr "Vaste kleur" +#: superset-frontend/src/views/CRUD/utils.tsx:209 +msgid "There was an error fetching your recent activity:" +msgstr "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" -#: superset-frontend/src/explore/controls.jsx:215 -msgid "Right axis metric" -msgstr "Meeteenheid rechteras" +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "" +"Sorry er is een fout opgetreden bij het ophalen van database informatie: " +"%s" -#: superset-frontend/src/explore/controls.jsx:222 -msgid "Linear color scheme" -msgstr "Lineair kleurenpalet" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 +msgid "There was an error loading the schemas" +msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 -msgid "Color metric" -msgstr "Kleur meeteenheid" +#: superset-frontend/src/components/TableSelector/index.tsx:194 +msgid "There was an error loading the tables" +msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 -msgid "One or many controls to pivot as columns" -msgstr "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" +#: superset-frontend/src/views/CRUD/hooks.ts:612 +#, python-format +msgid "There was an error saving the favorite status: %s" +msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 -msgid "Bubble size" -msgstr "Bubbelgrootte" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 +msgid "There was an error with your request" +msgstr "Er is een fout opgetreden in uw verzoek." -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 -msgid "Color scheme" -msgstr "Kleurenschema" +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 +#, python-format +msgid "There was an issue deleting %s: %s" +msgstr "Er was een probleem met het verwijderen van %s: %s" -#: superset-frontend/src/explore/actions/exploreActions.ts:95 -msgid "An error occurred while starring this chart" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 +#, python-format +msgid "There was an issue deleting the selected %s: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde %s: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:38 -msgid "GROUP BY" +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 +#, python-format +msgid "There was an issue deleting the selected annotations: %s" msgstr "" +"Er was een probleem met het verwijderen van de geselecteerde " +"aantekeningen: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 -msgid "Use this section if you want a query that aggregates" -msgstr "" +#: superset-frontend/src/pages/ChartList/index.tsx:263 +#, python-format +msgid "There was an issue deleting the selected charts: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:52 -msgid "NOT GROUPED BY" -msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:258 +msgid "There was an issue deleting the selected dashboards: " +msgstr "Er was een probleem met het verwijderen van de geselecteerde dashboards: " -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 -msgid "Use this section if you want to query atomic rows" -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:675 +#, python-format +msgid "There was an issue deleting the selected datasets: %s" +msgstr "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:396 -msgid "Keep control settings?" -msgstr "" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 +#, python-format +msgid "There was an issue deleting the selected layers: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:397 -msgid "" -"You've changed datasets. Any controls with data (columns, metrics) that " -"match this new dataset have been retained." -msgstr "" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 +#, python-format +msgid "There was an issue deleting the selected queries: %s" +msgstr "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:402 -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:413 -msgid "Continue" -msgstr "" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 +#, python-format +msgid "There was an issue deleting the selected templates: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde templates: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:403 -msgid "Clear form" -msgstr "" +#: superset-frontend/src/views/CRUD/utils.tsx:275 +#, python-format +msgid "There was an issue deleting: %s" +msgstr "Er was een probleem bij het verwijderen van: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:408 -msgid "No form settings were maintained" -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:409 -msgid "" -"We were unable to carry over any controls when switching to this new " -"dataset." -msgstr "" +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:450 -msgid "Customize" -msgstr "Pas aan" +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 +msgid "There was an issue favoriting this dashboard." +msgstr "Er was een probleem met het promoten van dit dashboard." -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 -msgid "Width" -msgstr "Breedte" +#: superset-frontend/src/reports/actions/reports.js:68 +msgid "There was an issue fetching reports attached to this dashboard." +msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:104 -msgid "Copy chart URL to clipboard" -msgstr "Kopieer grafiek URL naar klembord" +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 +msgid "There was an issue fetching the favorite status of this dashboard." +msgstr "" +"Er was een probleem met het ophalen van de voorkeur status van dit " +"dashboard." -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:116 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:220 -#: superset-frontend/src/views/CRUD/hooks.ts:604 -msgid "Sorry, your browser does not support copying." -msgstr "Sorry, uw browser ondersteunt het kopiëren niet." +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Er was een probleem met het ophalen van je grafiek: %s" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:122 -msgid "Superset Chart" -msgstr "Superset Grafiek" +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "Er was een probleem met het ophalen van uw dashboards: %s" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:183 -msgid "Export to .JSON format" -msgstr "Exporteer naar .JSON formaat" +#: superset-frontend/src/pages/Home/index.tsx:248 +#, python-format +msgid "There was an issue fetching your recent activity: %s" +msgstr "Er was een probleem bij het ophalen van uw recente activiteit: %s" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:203 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:211 -msgid "Export to .CSV format" -msgstr "Exporteer naar .CSV-formaat" +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "Er was een probleem met het ophalen van uw opgeslagen zoekopdrachten: %s" -#: superset-frontend/src/explore/components/RowCountLabel.tsx:33 -msgid "rows" -msgstr "rijen" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 +#, python-format +msgid "There was an issue previewing the selected query %s" +msgstr "Er was een probleem met het bekijken van de geselecteerde query %s" -#: superset-frontend/src/explore/components/RowCountLabel.tsx:40 -msgid "Limit reached" -msgstr "Limiet bereikt" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 +#, python-format +msgid "There was an issue previewing the selected query. %s" +msgstr "Er was een probleem met het bekijken van de geselecteerde query. %s" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Selecteer** een dashboard OF **maak** een nieuw dashboard aan" +#: superset/viz.py:1992 +msgid "" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Voer een grafieknaam in" +#: superset/connectors/sqla/views.py:335 +msgid "These are the tables this filter will be applied to." +msgstr "Dit zijn de tabellen waarop dit filter zal worden toegepast." -#: superset-frontend/src/explore/components/SaveModal.tsx:171 -msgid "Save chart" -msgstr "Grafiek opslaan" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 +msgid "These filters apply to the values available in the dropdowns" +msgstr "" +"Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de" +" dropdowns" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 -msgid "Save & go to dashboard" -msgstr "Opslaan en naar dashboard gaan" +#: superset/views/chart/mixin.py:63 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 -msgid "Save as new chart" -msgstr "Opslaan als nieuwe grafiek" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 -msgid "Save (Overwrite)" -msgstr "Opslaan (overschrijven)" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 +#, python-format +msgid "This action will permanently delete %s." +msgstr "Deze actie zal %s permanent verwijderen." -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Opslaan als …" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 +msgid "This action will permanently delete the layer." +msgstr "Deze actie zal de laag permanent verwijderen." -#: superset-frontend/src/explore/components/SaveModal.tsx:247 -msgid "Chart name" -msgstr "Grafiek naam" +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 +msgid "This action will permanently delete the saved query." +msgstr "Deze actie zal de opgeslagen query permanent verwijderen." -#: superset-frontend/src/explore/components/SaveModal.tsx:258 -msgid "Add to dashboard" -msgstr "Toevoegen aan het dashboard" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 +msgid "This action will permanently delete the template." +msgstr "Deze actie zal de template permanent verwijderen." -#: superset-frontend/src/explore/components/SaveModal.tsx:264 -msgid "Select a dashboard" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +msgid "" +"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " +"mydatabase.com)." msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:65 -msgid "Copy" +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:113 -msgid "rows retrieved" -msgstr "opgehaalde rijen" +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 +msgid "This chart has been moved to a different filter scope." +msgstr "Deze grafiek is verplaatst naar een ander filterbereik." -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:132 -msgid "Formatted date" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:203 -msgid "Column Formatting" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 +msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:160 -msgid "No samples were returned for this query" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:169 -msgid "No results" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:181 -msgid "Run a query to display samples" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:182 -msgid "Run a query to display results" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 +msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:298 -msgid "Sorry, an error occurred" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:438 -msgid "View samples" -msgstr "Bekijk voorbeelden" - -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:273 -msgid "Search Metrics & Columns" -msgstr "Zoek meeteenheden & kolommen" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:287 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:323 +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format -msgid "Showing %s of %s" -msgstr "Weergave %s van %s" - -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:311 -msgid "Show less..." +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:311 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:347 -msgid "Show all..." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:347 -msgid "Show Less..." +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +msgid "" +"This dashboard is not published which means it will not show up in the " +"list of dashboards. Favorite it to see it there or access it by using the" +" URL directly." msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 -msgid "New chart" -msgstr "Nieuwe grafiek" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +msgid "" +"This dashboard is not published, it will not show up in the list of " +"dashboards. Click here to publish this dashboard." +msgstr "" +"Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van " +"dashboards. Klik hier om dit dashboard te publiceren." -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 -msgid "Edit properties" -msgstr "Eigenschappen bewerken" +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 +msgid "This dashboard is now hidden" +msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 -msgid "Run in SQL Lab" -msgstr "Uitvoeren in SQL Lab" +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 +msgid "This dashboard is now published" +msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:175 -#, python-format -msgid "%s - untitled" -msgstr "%s - zonder titel" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 +msgid "This dashboard is published. Click to make it a draft." +msgstr "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:310 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:313 -msgid "Edit chart properties" -msgstr "Grafiek eigenschappen bewerken" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:484 -msgid "Controls labeled " +#: superset/views/core.py:1319 +msgid "" +"This dashboard was changed recently. Please reload dashboard to get " +"latest version." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:484 -msgid "Control labeled " -msgstr "Controle gelabeld " +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 +msgid "This dashboard was saved successfully." +msgstr "Dit dashboard is succesvol opgeslagen." -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:605 -msgid "Open Datasource tab" -msgstr "Open Datasource tab" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 -msgid "Original" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 -msgid "Pivoted" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:69 -msgid "You do not have permission to edit this chart" -msgstr "U heeft geen toestemming om deze grafiek te bewerken" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:164 -msgid "Chart properties updated" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "Dit definieert het element dat op de grafiek moet worden uitgezet" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset/connectors/sqla/views.py:436 msgid "" -"The description can be displayed as widget headers in the dashboard view." -" Supports markdown." +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." msgstr "" +"Dit veld werkt als een Superset view, wat betekent dat Superset een query" +" zal uitvoeren tegen deze string als een subquery." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 -msgid "Person or group that has certified this chart." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +msgid "This filter doesn't exist in dashboard. It will not be applied." +msgstr "Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:281 -msgid "Configuration" -msgstr "Configuratie" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 +#, python-format +msgid "This filter set is identical to: \"%s\"" +msgstr "Deze filterset is identiek aan: “%s”" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset/connectors/sqla/views.py:352 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"This is the condition that will be added to the WHERE clause. For " +"example, to only return rows for a particular client, you might define a " +"regular filter with the clause `client_id = 9`. To display no rows unless" +" a user belongs to a RLS filter role, a base filter can be created with " +"the clause `1 = 0` (always false)." msgstr "" -"Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit " -"standaard de timeout van de dataset is indien ongedefinieerd." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:305 -msgid "A list of users who can alter the chart. Searchable by name or username." +#: superset/views/dashboard/mixin.py:46 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 -msgid "Invalid lat/long configuration." -msgstr "Ongeldige breedtegraad/lengtegraad configuratie." +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 +msgid "This markdown component has an error." +msgstr "Deze markdown component heeft een fout." -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 -msgid "Reverse lat/long " -msgstr "Omgekeerde breedtegraad/lengtegraad " +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 +msgid "This markdown component has an error. Please revert your recent changes." +msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 -msgid "Longitude & Latitude columns" -msgstr "Kolommen lengtegraad en breedtegraad" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 +msgid "This may be triggered by:" +msgstr "Dit kan veroorzaakt worden door:" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 -msgid "Delimited long & lat single column" -msgstr "Afgebakende lengtegraad en breedtegraad in enkele kolom" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 +#, fuzzy msgid "" -"Multiple formats accepted, look the geopy.points Python library for more " -"details" +"This section allows you to configure how to use the slice\n" +" to generate annotations." msgstr "" -"Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek voor " -"meer details" +"In dit gedeelte kunt u configureren hoe u de slice gebruikt\n" +" om aantekeningen te genereren." -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 -msgid "Geohash" -msgstr "Geohash" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" +msgstr "" +"Dit onderdeel bevat opties die geavanceerde analytische nabewerking van " +"queryresultaten mogelijk maken" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:96 -msgid "textarea" -msgstr "tekstveld" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:126 -msgid "in modal" -msgstr "in modal" +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 -msgid "Sorry, An error occurred" -msgstr "Sorry, er is een fout opgetreden" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" -#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 -#, python-format -msgid "Failed to verify select options: %s" -msgstr "Mislukt bij het verifiëren van geselecteerde opties: %s" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 -msgid "Annotation layer value" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 +msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 -msgid "Annotation Slice Configuration" -msgstr "Configuratie van Aantekening sectie" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 +msgid "This value should be smaller than the right target value" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Dit visualisatietype wordt niet ondersteund." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 +msgid "This visualization type is not supported." +msgstr "Dit visualisatietype wordt niet ondersteund." + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy +msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "Dit werd veroorzaakt door:" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 -msgid "" -"This section allows you to configure how to use the slice\n" -" to generate annotations." +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -"In dit gedeelte kunt u configureren hoe u de slice gebruikt\n" -" om aantekeningen te genereren." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 -msgid "Annotation layer time column" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 -msgid "Interval start column" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 -msgid "Event time column" +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 -msgid "This column must contain date/time information." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" +msgstr "Donderdag" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 -msgid "Annotation layer interval end" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 +msgid "Time" +msgstr "Tijd" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 -msgid "Interval End column" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +msgid "Time Column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 -msgid "Annotation layer title column" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 +msgid "Time Comparison" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 -msgid "Title Column" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 +msgid "Time Format" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 -msgid "Pick a title for you annotation." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 +msgid "Time Grain" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 -msgid "Annotation layer description columns" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 +msgid "Time Granularity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 -msgid "Description Columns" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Tijdsspanne" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 +msgid "Time Range" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 -msgid "" -"Pick one or more columns that should be shown in the annotation. If you " -"don't select a column all of them will be shown." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Datetime formaat" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 +msgid "Time Series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 -msgid "Display configuration" -msgstr "Weergave configuratie" +#: superset/viz.py:1670 +msgid "Time Series - Bar Chart" +msgstr "Tijdreeks - Staafdiagram" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 -msgid "Configure your how you overlay is displayed here." -msgstr "Configureer hier hoe uw overlay wordt weergegeven." +#: superset/viz.py:1596 +msgid "Time Series - Dual Axis Line Chart" +msgstr "Tijdreeks - lijngrafiek met twee assen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 -msgid "Annotation layer stroke" +#: superset/viz.py:1308 +msgid "Time Series - Line Chart" +msgstr "Tijdreeks - Lijngrafiek" + +#: superset/viz.py:1518 +msgid "Time Series - Multiple Line Charts" +msgstr "Tijdreeksen - Meervoudige lijndiagrammen" + +#: superset/viz.py:3036 +msgid "Time Series - Nightingale Rose Chart" +msgstr "Tijdreeks - Nightingale Rose grafiek" + +#: superset/viz.py:2965 +msgid "Time Series - Paired t-test" +msgstr "Tijdreeks - Paired t-test" + +#: superset/viz.py:1725 +msgid "Time Series - Percent Change" +msgstr "Tijdreeks - Procentuele verandering" + +#: superset/viz.py:1679 +msgid "Time Series - Period Pivot" +msgstr "Tijdreeksen - Periode draaitabel" + +#: superset/viz.py:1733 +msgid "Time Series - Stacked" +msgstr "Tijdreeksen - Gestapeld" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 +msgid "Time Series Options" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 -msgid "Style" -msgstr "Stijl" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 +msgid "Time Shift" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 -msgid "Annotation layer opacity" +#: superset/viz.py:849 +msgid "Time Table View" +msgstr "Tijd tabelweergave" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 +msgid "Time column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 -msgid "Color" -msgstr "Kleur" +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 +#, python-format +msgid "Time column \"%(col)s\" does not exist in dataset" +msgstr "Tijdkolom “%(col)s” bestaat niet in dataset" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 -msgid "Layer configuration" -msgstr "Laagconfiguratie" +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 -msgid "Configure the basics of your Annotation Layer." -msgstr "Configureer de basis van uw Aantekeningenlaag." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 -msgid "Mandatory" -msgstr "Verplicht" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 -msgid "Hide layer" -msgstr "Laag verbergen" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 +msgid "Time comparison" +msgstr "Tijdsvergelijking" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 -msgid "Show label" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 -msgid "Whether to always show the annotation label" +#: superset/charts/commands/exceptions.py:66 +#, python-format +msgid "" +"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 -msgid "Annotation layer type" -msgstr "Type aantekeningenlaag" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/filters/components/Time/index.ts:27 +msgid "Time filter" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 -msgid "Choose the annotation layer type" -msgstr "Kies het aantekeningenlaagtype" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 +msgid "Time format" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 -msgid "Annotation source type" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 +msgid "Time grain" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 -msgid "Choose the source of your annotations" +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +msgid "Time grain filter plugin" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" +#: superset/utils/pandas_postprocessing/prophet.py:114 +msgid "Time grain missing" +msgstr "Time grain ontbreekt" + +#: superset-frontend/src/explore/constants.ts:135 +msgid "Time granularity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 -msgid "Remove" -msgstr "Verwijder" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 +msgid "Time in seconds" +msgstr "Tijd in seconden" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:174 -msgid "Edit annotation layer" -msgstr "Bewerk de aantekeningenlaag" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" +msgstr "Tijdsspanne" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:205 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:217 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:242 -msgid "Add annotation layer" -msgstr "Aantekeningenlaag toevoegen" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Tijdsspanne" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 -msgid "Empty collection" -msgstr "Lege verzameling" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Datetime formaat" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 -msgid "Add an item" -msgstr "Voeg een item toe" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 +msgid "Time related form attributes" +msgstr "Tijdgerelateerde vormattributen" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 -msgid "Remove item" -msgstr "Item verwijderen" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Time series kolommen" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 -msgid "" -"The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." -msgstr "" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 +msgid "Time series columns" +msgstr "Time series kolommen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 +msgid "Time shift" +msgstr "Time shift" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset/charts/commands/exceptions.py:38 +#, python-format msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"Time string is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 -msgid "Dashboard scheme" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 +msgid "Time-series Area Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 -msgid "Select color scheme" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 +msgid "" +"Time-series Area chart are similar to line chart in that they represent " +"variables with the same scale, but area charts stack the metrics on top " +"of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -msgid "Select scheme" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +msgid "Time-series Bar Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 -msgid "Edit formatter" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#, fuzzy +msgid "Time-series Bar Chart (legacy)" +msgstr "Tijdreeks - Staafdiagram" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 +msgid "" +"Time-series Bar Charts are used to show the changes in a metric over time" +" as a series of bars." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 -msgid "Add new formatter" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Time-series Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 -msgid "Add new color formatter" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 +msgid "Time-series Line Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 -msgid "green" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +msgid "Time-series Percent Change" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 -msgid "yellow" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 -msgid "red" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 +msgid "Time-series Scatter Plot" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 -msgid "This value should be smaller than the right target value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 +msgid "" +"Time-series Scatter Plot has time on the horizontal axis in linear units," +" and the points are connected in order. It shows a statistical " +"relationship between two variables." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 -msgid "This value should be greater than the left target value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 +msgid "Time-series Smooth Line" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -msgid "Required" -msgstr "Vereist" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 +msgid "" +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." +msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -msgid "Operator" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 +msgid "Time-series Stepped Line" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 -msgid "Left value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 +msgid "" +"Time-series Stepped-line graph (also called step chart) is a variation of" +" line chart but with the line forming a series of steps between data " +"points. A step chart can be useful when you want to show the changes that" +" occur at irregular intervals." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 -msgid "Right value" +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 +msgid "Time-series Table" +msgstr "Time-series Table" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 +msgid "" +"Time-series line chart is used to visualize repeated measurements taken " +"over regular time intervals. Line chart is a type of chart which displays" +" information as a series of data points connected by straight line " +"segments. It is a basic type of chart common in many fields." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 -msgid "Target value" -msgstr "" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 +msgid "Timeout error" +msgstr "Timeout fout" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:300 -msgid "Select column" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 +msgid "Timestamp format" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:202 -msgid "Edit dataset" -msgstr "Bewerk de dataset" - -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:207 -msgid "View in SQL Lab" -msgstr "Bekijk in SQL Lab" +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 +msgid "Timezone" +msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:248 -msgid "More dataset related options" -msgstr "Meer dataset gerelateerde opties" +#: superset/connectors/sqla/views.py:427 +msgid "Timezone offset (in hours) for this datasource" +msgstr "Tijdzone-offset (in uren) voor deze databron" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:261 -msgid "Missing URL parameters" +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 +msgid "Timezone selector" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:266 -msgid "The URL is missing the dataset_id or slice_id parameters." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 +msgid "Tiny" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:284 -msgid "The dataset linked to this chart may have been deleted." -msgstr "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 -msgid "RANGE TYPE" -msgstr "BEREIK TYPE" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 -msgid "Actual time range" -msgstr "Reële tijdspanne" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 -msgid "CANCEL" -msgstr "ANNULEER" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 -msgid "APPLY" -msgstr "TOEPASSEN" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 -msgid "Edit time range" -msgstr "Bewerk tijdspanne" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 -msgid "Configure Advanced Time Range " -msgstr "Geavanceerde tijdspanne configureren " - -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 -msgid "START (INCLUSIVE)" -msgstr "START (INCLUSIEF)" +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 +msgid "Title" +msgstr "Titel" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 -msgid "Start date included in time range" -msgstr "Begindatum opgenomen in de tijdspanne" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 +msgid "Title Column" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 -msgid "END (EXCLUSIVE)" -msgstr "EINDE (EXCLUSIEF)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 +msgid "Title is required" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 -msgid "End date excluded from time range" -msgstr "Einddatum uitgesloten uit de tijdspanne" +#: superset/dashboards/filters.py:39 +msgid "Title or Slug" +msgstr "Titel of Slug" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 -msgid "Configure Time Range: Previous..." -msgstr "Configureer Tijdspanne: Vorige…" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 -msgid "Configure Time Range: Last..." -msgstr "Configureer Tijdspanne: Laatste…" +#: superset/views/dashboard/mixin.py:57 +msgid "To get a readable URL for your dashboard" +msgstr "Om een leesbare URL voor uw dashboard te krijgen" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 -msgid "Configure custom time range" -msgstr "Configureer aangepaste tijdspanne" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 -msgid "Relative quantity" -msgstr "Relatieve hoeveelheid" +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 +msgid "Tools" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 -msgid "Relative period" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 +msgid "Tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 -msgid "Anchor to" -msgstr "Veranker naar" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 +msgid "Tooltip sort by metric" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 -msgid "NOW" -msgstr "NU" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 +msgid "Tooltip time format" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 -msgid "Date/Time" -msgstr "Datum/Tijd" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 +msgid "Top" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 -msgid "Return to specific datetime." -msgstr "Terugkeren naar specifieke datum/tijd." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "Autocomplete" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 -msgid "Syntax" -msgstr "Syntax" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 -msgid "Example" -msgstr "Voorbeeld" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +msgid "Top to Bottom" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 -msgid "Moves the given set of dates by a specified interval." -msgstr "Verplaatst de gegeven reeks datums met een opgegeven interval." +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 -msgid "Truncates the specified date to the accuracy specified by the date unit." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 -msgid "Get the last date by the date unit." -msgstr "Verkrijg de laatste datum door de datum eenheid." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Nul waarden" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 -msgid "Get the specify date for the holiday" -msgstr "Zoek de specifieke datum voor de vakantie" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 -msgid "Last" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 +msgid "Totals" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 -msgid "Previous" -msgstr "Vorige" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 +msgid "Track job" +msgstr "Track job" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 -msgid "Custom" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 +msgid "Transformable" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 -msgid "last day" +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 -msgid "last week" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 +msgid "Transpose Pivot" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 -msgid "last month" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 +msgid "Transpose pivot" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 -msgid "last quarter" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 +msgid "Tree Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 -msgid "last year" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 +msgid "Tree layout" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 -msgid "previous calendar week" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 +msgid "Tree orientation" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 -msgid "previous calendar month" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 +msgid "Treemap" +msgstr "Treemap" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 -msgid "previous calendar year" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 -#, python-format -msgid "Seconds %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 +msgid "Trend" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 -#, python-format -msgid "Minutes %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 +msgid "Triangle" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 -#, python-format -msgid "Hours %s" -msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 +msgid "Trigger Alert If..." +msgstr "Trigger waarschuwing als…" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 -#, python-format -msgid "Days %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 -#, python-format -msgid "Weeks %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 -#, python-format -msgid "Months %s" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Sorteer meeteenheid" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 -#, python-format -msgid "Quarters %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 +msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 -#, python-format -msgid "Years %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 +msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 -msgid "Before" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 -msgid "After" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 +msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 -msgid "Specific Date/Time" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 +msgid "Try applying different filters or ensuring your datasource has data" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 -msgid "Relative Date/Time" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 -msgid "Now" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 -msgid "Midnight" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 +msgid "Tuesday" +msgstr "Dinsdag" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:230 -msgid "Saved expressions" -msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "query" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:246 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:367 -msgid "Saved" -msgstr "Opgeslagen" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 +msgid "Type" +msgstr "Type" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:255 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:305 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:292 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/components/DeleteModal/index.tsx:92 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format -msgid "%s column(s)" -msgstr "%s kolom(men)" +msgid "Type \"%s\" to confirm" +msgstr "Type “%s” om te bevestigen" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:273 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 -msgid "No temporal columns found" +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 +msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 -msgid "No saved expressions found" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 +msgid "Type a value here" +msgstr "Geef hier een waarde op" + +#: superset/reports/commands/exceptions.py:75 +msgid "Type is required" +msgstr "Type is vereist" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 +msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:278 -msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:281 -msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 +#, python-format +msgid "Type or Select [%s]" +msgstr "Type of selecteer [%s]" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 +msgid "UI Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:288 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:404 -msgid "Simple" -msgstr "Eenvoudig" +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 +msgid "URL" +msgstr "URL" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 -msgid "Mark a column as temporal in \"Edit datasource\" modal" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 +msgid "URL Parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:319 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:447 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:450 -msgid "Custom SQL" -msgstr "Custom SQL" +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 +msgid "URL parameters" +msgstr "URL parameters" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:43 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 -msgid "My column" -msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 +msgid "URL slug" +msgstr "URL slag" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:220 -msgid "Drop a column here or click" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 +msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:225 -msgid "Drop column here" -msgstr "" +#: superset/db_engine_specs/presto.py:677 +#, python-format +msgid "Unable to connect to catalog named \"%(catalog_name)s\"." +msgstr "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 -msgid "Click to edit label" -msgstr "" +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 +#, python-format +msgid "Unable to connect to database \"%(database)s\"." +msgstr "Kan geen verbinding maken met database “%(database)s”." -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" -msgstr "" +#: superset/utils/date_parser.py:393 +#, python-format +msgid "Unable to find such a holiday: [%(holiday)s]" +msgstr "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 +msgid "" +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:317 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" -"\n" -" This filter was inherited from the dashboard's context.\n" -" It won't be saved when saving the chart.\n" -" " +"Unable to migrate query state to backend. Superset will retry later. " +"Please contact your administrator if this problem persists." msgstr "" -"\n" -" Deze filter werd geërfd van de context van het dashboard.\n" -" Dit wordt niet opgeslagen bij het opslaan van de grafiek.\n" -" " - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 -msgid "Default" -msgstr "Standaard" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" -"(optional) default value for the filter, when using the multiple option, " -"you can use a semicolon-delimited list of options." +"Unable to migrate table schema state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 -msgid "Metric to sort the results by" -msgstr "Meeteenheid om de resultaten op te sorteren" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 -msgid "Check for sorting ascending" -msgstr "Controle op oplopend sorteren" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 -msgid "Allow multiple selections" -msgstr "Meerdere selecties toestaan" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" +msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 -msgid "Multiple selections allowed, otherwise filter is limited to a single value" +#: superset/views/database/views.py:275 +#, python-format +msgid "" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" +" database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -msgid "Search all filter options" -msgstr "Zoek in alle filteropties" +#: superset/views/database/views.py:553 +#, python-format +msgid "" +"Unable to upload Columnar file \"%(filename)s\" to table " +"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " +"%(error_msg)s" +msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +#: superset/views/database/views.py:412 +#, python-format msgid "" -"By default, each filter loads at most 1000 choices at the initial page " -"load. Check this box if you have more than 1000 filter values and want to" -" enable dynamically searching that loads filter values as users type (may" -" add stress to your database)." +"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " +"in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 -msgid "User must select a value for this filter" -msgstr "De gebruiker moet een waarde voor deze filter kiezen" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 +msgid "Undefined" +msgstr "Ongedefinieerd" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 -msgid "Filter configuration" -msgstr "Filter configuratie" +#: superset/utils/pandas_postprocessing/rolling.py:67 +msgid "Undefined window for rolling operation" +msgstr "Onbepaald venster voor rolling operation" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 -msgid "Add filter" -msgstr "Filter toevoegen" +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Selectie uitvoeren" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 +msgid "Undo?" +msgstr "Ongedaan maken?" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:258 -#, python-format -msgid "%s option(s)" -msgstr "%s optie(s)" +#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 +msgid "Unexpected error" +msgstr "Onverwachte fout" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:271 -msgid "Select subject" -msgstr "" +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 +msgid "Unexpected error occurred, please check your logs for details" +msgstr "Er is een onverwachte fout opgetreden, controleer uw logs voor details" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:274 -msgid "No such column found. To filter on a metric, try the Custom SQL tab." +#: superset-frontend/src/utils/getClientErrorObject.ts:75 +msgid "Unexpected error: " msgstr "" -"Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, probeer " -"het Custom SQL tabblad." -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:282 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s kolom(men) en meeteenhe(i)d(en)" +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "Reële tijdspanne" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:293 -msgid "To filter on a metric, use Custom SQL tab." -msgstr "" -"Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." +#: superset-frontend/src/features/home/ActivityTable.tsx:86 +msgid "Unknown" +msgstr "Onbekend" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset/db_engine_specs/mysql.py:155 #, python-format -msgid "%s operator(s)" -msgstr "%s operator(s)" +msgid "Unknown MySQL server host \"%(hostname)s\"." +msgstr "Onbekende MySQL server host “%(hostname)s”." -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:309 -msgid "Select operator" -msgstr "" +#: superset/db_engine_specs/presto.py:1319 +msgid "Unknown Presto Error" +msgstr "Onbekende Presto Fout" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:318 -msgid "Comparator option" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 +msgid "Unknown Status" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:325 -msgid "Type a value here" -msgstr "Geef hier een waarde op" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:430 -msgid "Filter value (case sensitive)" -msgstr "Filterwaarde (hoofdlettergevoelig)" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 -msgid "choose WHERE or HAVING..." -msgstr "kies WHERE of HAVING…" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 -msgid "Filters by columns" -msgstr "Filter op kolommen" +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 +#, python-format +msgid "Unknown column used in orderby: %(col)s" +msgstr "Onbekende kolom gebruikt in orderby: %(col)s" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 -msgid "Filters by metrics" -msgstr "Filter op meeteenheden" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 +msgid "Unknown error" +msgstr "Onbekende fout" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 -msgid "Fixed" -msgstr "Vast" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 -msgid "Based on a metric" -msgstr "Gebaseerd op een meeteenheid" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 +msgid "Unknown value" +msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 -msgid "My metric" -msgstr "Mijn meeteenheid" +#: superset/jinja_context.py:353 +#, python-format +msgid "Unsafe return type for function %(func)s: %(value_type)s" +msgstr "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 -msgid "Add metric" -msgstr "Meeteenheid toevoegen" +#: superset/jinja_context.py:380 +#, python-format +msgid "Unsafe template value for key %(key)s: %(value_type)s" +msgstr "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:309 -msgid "Select aggregate options" +#: superset/utils/core.py:1104 +#, python-format +msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset/common/query_object.py:440 #, python-format -msgid "%s aggregates(s)" -msgstr "%s aggrega(a)t(en)" +msgid "Unsupported post processing operation: %(operation)s" +msgstr "Niet-ondersteunde nabewerking: %(operation)s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:318 -msgid "Select saved metrics" -msgstr "" +#: superset/jinja_context.py:364 +#, python-format +msgid "Unsupported return value for method %(name)s" +msgstr "Niet-ondersteunde terugkeer waarde voor methode %(name)s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset/jinja_context.py:391 #, python-format -msgid "%s saved metric(s)" -msgstr "%s opgeslagen meeteenhe(i)d(en)" +msgid "Unsupported template value for key %(key)s" +msgstr "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 -msgid "Saved metric" -msgstr "Opgeslagen meeteenheid" +#: superset/utils/pandas_postprocessing/prophet.py:117 +#, python-format +msgid "Unsupported time grain: %(time_grain)s" +msgstr "Niet-ondersteunde time grain: %(time_grain)s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:385 -msgid "No saved metrics found" -msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Bewerk de dataset" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:386 -msgid "Add metrics to dataset in \"Edit datasource\" modal" -msgstr "" +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Naamloze zoekopdracht" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 -msgid "Simple ad-hoc metrics are not enabled for this dataset" -msgstr "" +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 +msgid "Untitled query" +msgstr "Naamloze zoekopdracht" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:409 -msgid "column" -msgstr "kolom" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 +msgid "Update" +msgstr "Update" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:420 -msgid "aggregate" -msgstr "aggregaat" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Grafiek opslaan" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/components/Chart/chartReducer.ts:84 +msgid "Updating chart was stopped" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:442 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" -msgstr "" +#: superset/templates/superset/import_dashboards.html:63 +msgid "Upload" +msgstr "Upload" -#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 -#, python-format -msgid "Error while fetching data: %s" +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "Upload Excel" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "Importeer databases" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 +msgid "Upload Credentials" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 -msgid "Time series columns" -msgstr "Time series kolommen" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Upload Excel" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:703 -msgid "Other" +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" +msgstr "Upload Excel" + +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 -msgid "Recommended tags" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +msgid "Upload JSON file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 -msgid "Category" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 -msgid "Tags" +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 -msgid "Search all charts" +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Bewerk database" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 -msgid "No description available." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:183 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:184 -msgid "Examples" -msgstr "Voorbeelden" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Zoekopdracht in een nieuw tabblad" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 -msgid "This visualization type is not supported." -msgstr "Dit visualisatietype wordt niet ondersteund." +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 -msgid "Select Viz Type" +#: superset/views/database/forms.py:462 +msgid "Use Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Klik om van visualisatietype te veranderen" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 +msgid "Use a log scale" +msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 -msgid "Select a visualization type" -msgstr "Selecteer een visualisatie type" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 +msgid "Use a log scale for the X-axis" +msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 -msgid "Select" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 +msgid "Use a log scale for the Y-axis" msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:25 -#: superset-frontend/src/explore/controlPanels/Separator.js:46 -msgid "Code" -msgstr "Code" +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 +msgid "Use an encrypted connection to the database" +msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:32 -msgid "Markup type" -msgstr "Opmaaktype(Markup type)" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:37 -msgid "Pick your favorite markup language" -msgstr "Kies uw favoriete opmaaktaal (markup language)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:47 -msgid "Put your code here" -msgstr "Plaats je code hier" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 +msgid "Use legacy datasource editor" +msgstr "Gebruik de legacy datasource editor" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 -msgid "Chart type" -msgstr "Toe grafiek" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 +msgid "Use metrics as a top level group for columns or for rows" +msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 -msgid "URL parameters" -msgstr "URL parameters" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 +msgid "Use only a single value." +msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 -msgid "Extra parameters for use in jinja templated queries" -msgstr "Extra parameters voor gebruik in jinja templated queries" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +msgid "Use the Advanced Analytics options below" +msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 -msgid "Annotations and layers" -msgstr "Aantekeningen en lagen" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 +msgid "" +"Use the JSON file you automatically downloaded when creating your service" +" account." +msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:252 -msgid "Python functions" -msgstr "Python functies" +#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 +msgid "Use the edit button to change this field" +msgstr "" -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:63 -msgid "My beautiful colors" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 -msgid "No columns" -msgstr "Geen kolommen" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:258 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format -msgid "%s option" -msgstr "%s optie" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 +msgid "Use this to define a static color for all circles" +msgstr "Gebruik dit om een statische kleur te definiëren voor alle cirkels" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 -msgid "UI Configuration" +#: superset/views/dynamic_plugins.py:48 +msgid "" +"Used internally to identify the plugin. Should be set to the package name" +" from the pluginʼs package.json" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Can select multiple values" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location.\n" +"\n" +" This chart is being deprecated and we recommend checking out Pivot " +"Table V2 instead!" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 -msgid "Filter value is required" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location. Not the most " +"visually stunning visualization, but highly informative and versatile." msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 +msgid "User" +msgstr "Gebruiker" + +#: superset/views/access_requests.py:45 +msgid "User Roles" +msgstr "Gebruikersrollen" + +#: superset/errors.py:118 +msgid "User doesn't have the proper permissions." +msgstr "Gebruiker heeft niet de juiste permissies." + #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 #: superset-frontend/src/filters/components/Range/controlPanel.ts:58 #: superset-frontend/src/filters/components/Select/controlPanel.ts:93 @@ -13858,2156 +17070,2665 @@ msgstr "" msgid "User must select a value before applying the filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/index.ts:29 -msgid "Group By filter plugin" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 +msgid "User must select a value for this filter" +msgstr "De gebruiker moet een waarde voor deze filter kiezen" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 +msgid "User query" +msgstr "User query" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 +msgid "Username" +msgstr "Gebruikersnaam" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 +msgid "" +"Uses a gauge to showcase progress of a metric towards a target. The " +"position of the dial represents the progress and the terminal value in " +"the gauge represents the target value." msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 -msgid "Chosen non-numeric column" -msgstr "Gekozen niet-numerieke kolom" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 +msgid "" +"Uses circles to visualize the flow of data through different stages of a " +"system. Hover over individual paths in the visualization to understand " +"the stages a value took. Useful for multi-stage, multi-group visualizing " +"funnels and pipelines." +msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 -msgid "Single value" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 +msgid "Value" +msgstr "Waarde" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +msgid "Value Domain" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 -msgid "Use only a single value." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 +msgid "Value Format" msgstr "" -#: superset-frontend/src/filters/components/Range/index.ts:29 -msgid "Range filter plugin using AntD" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 +msgid "Value bounds" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:124 -msgid " (excluded)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 +msgid "Value format" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 -msgid "Select first filter value by default" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 +msgid "Value is required" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 -msgid "When using this option, default value can’t be set" +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 +msgid "Value must be greater than 0" +msgstr "Waarde moet groter zijn dan 0" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 -msgid "Inverse selection" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 -msgid "Exclude selected values" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 -msgid "Dynamically search all filter values" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" msgstr "" -#: superset-frontend/src/filters/components/Select/index.ts:29 -msgid "Select filter plugin using AntD" +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 +msgid "Verbose Name" +msgstr "Verklarende naam" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 +msgid "Version" msgstr "" -#: superset-frontend/src/filters/components/Time/index.ts:28 -msgid "Custom time filter plugin" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 +msgid "Version number" msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 -msgid "No time columns" -msgstr "Geen tijdskolommen" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 +msgid "Vertical" +msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 -msgid "Time column filter plugin" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" msgstr "" -#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 -msgid "Time grain filter plugin" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" msgstr "" -#: superset-frontend/src/profile/components/App.tsx:52 -msgid "Favorites" -msgstr "Favorieten" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "Preview" -#: superset-frontend/src/profile/components/App.tsx:62 -msgid "Created content" -msgstr "Aangemaakte content" +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 +msgid "View All »" +msgstr "" -#: superset-frontend/src/profile/components/App.tsx:72 -msgid "Recent activity" -msgstr "Recente activiteit" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Bewerk de dataset" -#: superset-frontend/src/profile/components/App.tsx:82 -msgid "Security & Access" -msgstr "Veiligheid & toegang" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Alle grafieken" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "Bekijk voorbeelden" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 +msgid "View in SQL Lab" +msgstr "Bekijk in SQL Lab" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 +#, python-format +msgid "View keys & indexes (%s)" +msgstr "Bekijk sleutels & indexen (%s)" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 +msgid "View query" +msgstr "Bekijk zoekopdracht" + +#: superset-frontend/src/features/home/ActivityTable.tsx:170 +msgid "Viewed" +msgstr "Bekeken" + +#: superset-frontend/src/features/home/ActivityTable.tsx:115 +#, python-format +msgid "Viewed %s" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 +msgid "Viewport" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +#, fuzzy +msgid "Virtual" +msgstr "virtueel" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 +msgid "Virtual (SQL)" +msgstr "Virtueel (SQL)" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 -msgid "No charts" -msgstr "Geen grafieken" +#: superset-frontend/src/pages/DatasetList/index.tsx:281 +msgid "Virtual dataset" +msgstr "Virtuele dataset" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 -msgid "No dashboards" -msgstr "Geen dashboards" +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 +msgid "Virtual dataset query cannot be empty" +msgstr "Query virtuele dataset kan niet leeg zijn" -#: superset-frontend/src/profile/components/Favorites.tsx:46 -msgid "No favorite charts yet, go click on stars!" -msgstr "Nog geen favoriete grafieken, klik op sterren!" +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 +msgid "Virtual dataset query cannot consist of multiple statements" +msgstr "" +"Een query voor een virtuele dataset kan niet uit meerdere statements " +"bestaan" -#: superset-frontend/src/profile/components/Favorites.tsx:64 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "Nog geen favoriete dashboards, klik op de sterren !" +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 +msgid "Virtual dataset query must be read-only" +msgstr "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" -#: superset-frontend/src/profile/components/UserInfo.tsx:44 -msgid "Profile picture provided by Gravatar" -msgstr "Profielfoto geleverd door Gravatar" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 +msgid "Visual Tweaks" +msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:64 -msgid "joined" -msgstr "joined" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 +msgid "Visualization Type" +msgstr "Type visualisatie" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" -msgstr "id:" +#: superset-frontend/src/pages/ChartList/index.tsx:378 +msgid "Visualization type" +msgstr "Type visualisatie" -#: superset-frontend/src/reports/actions/reports.js:67 -msgid "There was an issue fetching reports attached to this dashboard." +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +msgid "" +"Visualize a parallel set of metrics across multiple groups. Each group is" +" visualized using its own line of points and each metric is represented " +"as an edge in the chart." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:109 -msgid "The report has been created" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +msgid "" +"Visualize a related metric across pairs of groups. Heatmaps excel at " +"showcasing the correlation or strength between two groups. Color is used " +"to emphasize the strength of the link between each pair of groups." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:125 -msgid "An error occurred while editing this report." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:143 -msgid "We were unable to active or deactivate this report." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 +msgid "" +"Visualize how a metric changes over time using bars. Add a group by " +"column to visualize group level metrics and how they change over time." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:159 -msgid "Your report could not be deleted" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:163 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:547 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:233 -#: superset-frontend/src/views/CRUD/utils.tsx:275 -#: superset-frontend/src/views/CRUD/utils.tsx:314 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 -#, python-format -msgid "Deleted: %s" -msgstr "Verwijderd: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 +msgid "" +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." +msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 -msgid "Image download failed, please refresh and try again." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 +msgid "" +"Visualize two different time series using the same x-axis time range. " +"This chart is being deprecated and we recommend using the Mixed " +"Timeseries Chart instead!" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 -msgid "Unexpected error: " +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:57 -msgid "(no description, click to see stack trace)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 +msgid "" +"Visualizes 2 metrics as line plots using the same x-axis. This chart is " +"useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:113 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 +msgid "" +"Visualizes a metric across three dimensions of data in a single chart (X " +"axis, Y axis, and bubble size). Bubbles from the same group can be " +"showcased using bubble color." msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:119 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 -#, python-format -msgid "An error occurred while fetching %s info: %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 -#, python-format -msgid "An error occurred while fetching %ss: %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 +msgid "" +"Visualizes how a metric has changed over a time using a color scale and a" +" calendar view. Gray values are used to indicate missing values and the " +"linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 -#, python-format -msgid "An error occurred while creating %ss: %s" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 +msgid "" +"Visualizes how a single metric varies across a country's principal " +"subdivisions (states, provinces, etc) on a choropleth map. Each " +"subdivision's value is elevated when you hover over the corresponding " +"geographic boundary." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 -#, python-format -msgid "An error occurred while importing %s: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 +msgid "" +"Visualizes many different time-series objects in a single chart. This " +"chart is being deprecated and we recommend using the Time-series Chart " +"instead." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 -#, python-format -msgid "There was an error fetching the favorite status: %s" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 +msgid "" +"Visualizes the flow of different group's values through different stages " +"of a system. New stages in the pipeline are visualized as nodes or " +"layers. The thickness of the bars or edges represent the metric being " +"visualized." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 -#, python-format -msgid "There was an error saving the favorite status: %s" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 +msgid "" +"Visualizes the words in a column that appear the most often. Bigger font " +"corresponds to higher frequency." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:217 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "Link gekopieerd!" +#: superset/viz.py:141 +msgid "Viz is missing a datasource" +msgstr "Viz mist een gegevensbron" -#: superset-frontend/src/views/CRUD/hooks.ts:625 -msgid "Connection looks good!" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 +msgid "Viz type" +msgstr "Viz type" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 +msgid "WED" +msgstr "WO" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 +msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 -#, python-format -msgid "ERROR: %s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 +msgid "Warning" +msgstr "Waarschuwing" + +#: superset/connectors/sqla/views.py:258 +msgid "Warning Message" +msgstr "Waarschuwing" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 +msgid "Warning!" +msgstr "Waarschuwing!" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 +msgid "" +"Warning! Changing the dataset may break the chart if the metadata does " +"not exist." msgstr "" +"Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de " +"metadata niet bestaat." -#: superset-frontend/src/views/CRUD/utils.tsx:210 -msgid "There was an error fetching your recent activity:" -msgstr "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "Label voor uw zoekopdracht" -#: superset-frontend/src/views/CRUD/utils.tsx:278 -#, python-format -msgid "There was an issue deleting: %s" -msgstr "Er was een probleem bij het verwijderen van: %s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:154 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:551 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:236 -#: superset-frontend/src/views/CRUD/utils.tsx:318 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset/db_engine_specs/bigquery.py:197 #, python-format -msgid "There was an issue deleting %s: %s" -msgstr "Er was een probleem met het verwijderen van %s: %s" +msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 -msgid "Working" +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 +#, python-format +msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Error" +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 +#, python-format +msgid "" +"We can't seem to resolve the column \"%(column_name)s\" at line " +"%(location)s." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 -msgid "Not triggered" +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 -msgid "On Grace" +#: superset-frontend/src/reports/actions/reports.js:136 +msgid "We were unable to active or deactivate this report." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:492 -msgid "report" -msgstr "rapport" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -msgid "alert" -msgstr "Waarschuwing" +#: superset/db_engine_specs/redshift.py:90 +#, python-format +msgid "" +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 -msgid "reports" -msgstr "rapporten" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 +msgid "Web" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -msgid "alerts" -msgstr "waarschuwingen" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 +msgid "Wednesday" +msgstr "Woensdag" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 -#, python-format -msgid "There was an issue deleting the selected %s: %s" -msgstr "Er was een probleem met het verwijderen van de geselecteerde %s: %s" +#: superset/db_engine_specs/base.py:107 +msgid "Week" +msgstr "Week" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 -msgid "Last run" -msgstr "Laatste run" +#: superset/db_engine_specs/base.py:113 +msgid "Week ending Saturday" +msgstr "Week beginnend op zaterdag" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1386 -msgid "Notification method" -msgstr "Methode voor kennisgeving" +#: superset/db_engine_specs/base.py:112 +msgid "Week starting Monday" +msgstr "Week beginnend op maandag" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 -msgid "Execution log" -msgstr "Uitvoeringslog" +#: superset/db_engine_specs/base.py:111 +msgid "Week starting Sunday" +msgstr "Week beginnend op zondag" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:447 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:419 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:381 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:406 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:414 -msgid "Actions" -msgstr "Acties" +#: superset/db_engine_specs/base.py:114 +msgid "Week_ending Sunday" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:624 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:574 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:496 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:170 -msgid "Bulk select" -msgstr "Selecteer in bulk" +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/components/ReportModal/index.tsx:122 #, python-format -msgid "No %s yet" -msgstr "Nog geen %s" +msgid "Weekly Report for %s" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:501 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:473 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:298 -msgid "Created by" -msgstr "Gecreëerd door" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format -msgid "An error occurred while fetching created by values: %s" +msgid "Weeks %s" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:304 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:494 -msgid "Status" -msgstr "Status" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 -msgid "Alerts & reports" -msgstr "Waarschuwingen & rapporten" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s second." +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s second." +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 -msgid "Reports" -msgstr "Rapporten" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 +msgid "What should be shown on the label?" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 -#, python-format -msgid "Delete %s?" -msgstr "%s verwijderen?" +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "Er bestaat al een filterset met deze naam" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:384 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:671 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:357 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:613 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 -msgid "Please confirm" -msgstr "Gelieve te bevestigen" +#: superset-frontend/src/explore/controls.jsx:434 +msgid "" +"When `Calculation type` is set to \"Percentage change\", the Y Axis " +"Format is forced to `.1%`" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 -#, python-format -msgid "Are you sure you want to delete the selected %s?" -msgstr "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 +msgid "When a secondary metric is provided, a linear color scale is used." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:88 -msgid "< (Smaller than)" -msgstr "< (Kleiner dan)" +#: superset/views/database/mixins.py:119 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" +"Wanneer de CREATE TABLE AS optie in SQL Lab wordt toegestaan, dwingt deze" +" optie de tabel om in dit schema aangemaakt te worden" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:93 -msgid "> (Larger than)" -msgstr "> (Groter dan)" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:98 -msgid "<= (Smaller or equal)" -msgstr "<= (Kleiner of gelijk)" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 +msgid "When enabled, users are able to visualize SQL Lab results in Explore." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:103 -msgid ">= (Larger or equal)" -msgstr ">= (Groter of gelijk)" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 +msgid "When only a primary metric is provided, a categorical color scale is used." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:108 -msgid "== (Is equal)" -msgstr "== (Is gelijk)" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 +msgid "" +"When specifying SQL, the datasource acts as a view. Superset will use " +"this statement as a subquery while grouping and filtering on the " +"generated parent queries." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:113 -msgid "!= (Is not equal)" -msgstr "!= (Is niet gelijk)" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +msgid "" +"When using \"Autocomplete filters\", this can be used to improve " +"performance of the query fetching the values. Use this option to apply a " +"predicate (WHERE clause) to the query selecting the distinct values from " +"the table. Typically the intent would be to limit the scan by applying a " +"relative time filter on a partitioned or indexed time-related field." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:118 -msgid "Not null" -msgstr "Not null" +#: superset/viz.py:861 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" +"Bij gebruik van ‘Group By’ bent u beperkt tot het gebruik van één " +"meeteenheid" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:130 -msgid "30 days" -msgstr "30 dagen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:134 -msgid "60 days" -msgstr "60 dagen" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:138 -msgid "90 days" -msgstr "90 dagen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 +msgid "Whether the progress bar overlaps when there are multiple groups of data" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:393 -msgid "Add notification method" -msgstr "Meldingsmethode toevoegen" +#: superset/connectors/sqla/views.py:455 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" +"Geeft aan of de tabel werd gegenereerd door de “Visualize” stroom in SQL " +"Lab" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:394 -msgid "Add delivery method" -msgstr "Leveringswijze toevoegen" +#: superset/connectors/sqla/views.py:111 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1069 -msgid "Edit Report" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 +msgid "" +"Whether to align background charts with both positive and negative values" +" at 0" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1071 -msgid "Edit Alert" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 +msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1073 -msgid "Add Report" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 +msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1074 -msgid "Add Alert" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 +msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 -msgid "Report name" -msgstr "Naam rapport" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 -msgid "Alert name" -msgstr "Naam van de waarschuwing" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1141 -msgid "Alert condition" -msgstr "Naam waarschuwingsconditie" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 +msgid "Whether to colorize numeric values by if they are positive or negative" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -msgid "Trigger Alert If..." -msgstr "Trigger waarschuwing als…" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 +msgid "Whether to display a bar chart background in table columns" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1191 -msgid "Condition" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 +msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1206 -msgid "Threshold value should be double precision number" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 +msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1237 -msgid "Report schedule" -msgstr "Rapportageplanning" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -msgid "Alert condition schedule" -msgstr "Waarschuwing conditie planning" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 +msgid "Whether to display the interactive data table" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1257 -msgid "Schedule settings" -msgstr "Planning instellingen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 +msgid "Whether to display the labels." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1261 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1266 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -msgid "Log retention" -msgstr "Log retentie" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +msgid "" +"Whether to display the labels. Note that the label only displays when the" +" 5% threshold." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1281 -msgid "Working timeout" -msgstr "Time-out" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 +msgid "Whether to display the legend (toggles)" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1290 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1305 -msgid "Time in seconds" -msgstr "Tijd in seconden" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 +msgid "Whether to display the metric name as a title" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1298 -msgid "Grace period" -msgstr "Grace periode" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 +msgid "Whether to display the min and max values of the X-axis" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1315 -msgid "Message content" -msgstr "Inhoud van het bericht" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 +msgid "Whether to display the min and max values of the Y-axis" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1363 -msgid "Send as PNG" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 +msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1364 -msgid "Send as CSV" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1367 -msgid "Send as text" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 +msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 -msgid "log" -msgstr "log" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 +msgid "Whether to display the timestamp" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 -msgid "State" -msgstr "Status" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 +msgid "Whether to display the trend line" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 -msgid "Execution ID" -msgstr "Uitvoerings ID" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 +msgid "Whether to enable changing graph position and scaling." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 -msgid "Scheduled at (UTC)" -msgstr "Gepland om (UTC)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 +msgid "Whether to enable node dragging in force layout mode." +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 -msgid "Start at (UTC)" -msgstr "Start op (UTC)" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 -msgid "Duration" -msgstr "Duur" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 -msgid "Error message" -msgstr "Foutmelding" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 +msgid "Whether to include a client-side search box" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 -msgid "CRON expression" -msgstr "CRON expressie" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 +msgid "Whether to include a time filter" +msgstr "Geef aan of een tijdfilter moet worden opgenomen" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 -msgid "Report sent" -msgstr "Rapport verzonden" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 +msgid "Whether to include the percentage in the tooltip" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 -msgid "Alert triggered, notification sent" -msgstr "Alarm geactiveerd, kennisgeving verzonden" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 +msgid "Whether to include the time granularity as defined in the time section" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 -msgid "Report sending" -msgstr "Rapport verzenden" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 -msgid "Alert running" -msgstr "Alarm actief" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +msgid "Whether to make the histogram cumulative" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 -msgid "Report failed" -msgstr "Rapport mislukt" +#: superset/connectors/sqla/views.py:106 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 -msgid "Alert failed" -msgstr "Waarschuwing mislukt" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 +msgid "Whether to normalize the histogram" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 -msgid "Nothing triggered" -msgstr "Niets getriggerd" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 +msgid "Whether to populate autocomplete filters options" +msgstr "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 -msgid "Alert Triggered, In Grace Period" -msgstr "Waarschuwing geactiveerd, in grace periode" +#: superset/connectors/sqla/views.py:450 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 -msgid "Delivery method" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 +msgid "" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 -msgid "Select Delivery Method" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 +msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 -msgid "Recipients are separated by \",\" or \";\"" -msgstr "Ontvangers worden gescheiden door “,” of “;”" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 +msgid "Whether to show the pointer" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 -msgid "annotation" -msgstr "aantekening" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 +msgid "Whether to show the progress of gauge chart" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 -#, python-format -msgid "There was an issue deleting the selected annotations: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 +msgid "Whether to show the split lines on the axis" msgstr "" -"Er was een probleem met het verwijderen van de geselecteerde aantekeningen: " -"%s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 -msgid "Edit annotation" -msgstr "Bewerk aantekening" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Aflopend of oplopend sorteren" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 -msgid "Delete annotation" -msgstr "Aantekening verwijderen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 +msgid "Whether to sort descending or ascending" +msgstr "Aflopend of oplopend sorteren" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 -msgid "Annotation" -msgstr "Aantekening" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +#, fuzzy +msgid "Whether to sort descending or ascending if a series limit is present" +msgstr "Aflopend of oplopend sorteren" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 -msgid "No annotation yet" -msgstr "Nog geen aantekeningen" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 +msgid "Whether to sort results by the selected metric in descending order." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "Aantekening Laag ${annotationLayerName}" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 +msgid "Whether to sort tooltip by the selected metric in descending order." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 -msgid "Delete Annotation?" -msgstr "Aantekening verwijderen?" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 +msgid "Which country to plot the map for?" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 -msgid "Are you sure you want to delete the selected annotations?" -msgstr "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 +msgid "Which relatives to highlight on hover" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 -msgid "The annotation has been updated" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 +msgid "Whisker/outlier options" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 -msgid "The annotation has been saved" +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +msgid "White" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 -msgid "Add annotation" -msgstr "Aantekening toevoegen" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 +msgid "Width" +msgstr "Breedte" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 -msgid "Annotation name" -msgstr "Naam van de aantekening" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 +msgid "Width of the confidence interval. Should be between 0 and 1" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 -msgid "date" -msgstr "datum" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 -msgid "Additional information" -msgstr "Bijkomende informatie" +#: superset/utils/pandas_postprocessing/rolling.py:69 +msgid "Window must be > 0" +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:266 -msgid "Description (this can be seen in the list)" -msgstr "Omschrijving (dit is te zien in de lijst)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 +msgid "With a subheader" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:104 -msgid "annotation_layer" -msgstr "annotation_layer" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 +msgid "Word Cloud" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:139 -msgid "Annotation template updated" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 +msgid "Word Rotation" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:154 -msgid "Annotation template created" +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 +msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:241 -msgid "Edit annotation layer properties" -msgstr "Eigenschappen aantekeningenlaag bewerken" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 +msgid "Working timeout" +msgstr "Time-out" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:251 -msgid "Annotation layer name" -msgstr "Naam aantekeningenlaag" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 +#: superset/viz.py:2079 +msgid "World Map" +msgstr "Wereld kaart" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 -msgid "Annotation layers" -msgstr "Aantekeningenlagen" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 +msgid "Write a description for your query" +msgstr "Schrijf een omschrijving voor uw zoekopdracht." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 -#, python-format -msgid "There was an issue deleting the selected layers: %s" -msgstr "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:344 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:313 -msgid "Last modified" -msgstr "Laatst gewijzigd" +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "Schrijf dataframe index als een kolom." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:350 -msgid "Created on" -msgstr "Gemaakt op" +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 +msgid "Write dataframe index as a column." +msgstr "Schrijf dataframe index als een kolom." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 -msgid "Edit template" -msgstr "Bewerk template" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 +msgid "X AXIS TITLE BOTTOM MARGIN" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 -msgid "Delete template" -msgstr "Verwijder template" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 +msgid "X Axis" +msgstr "X As" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 -msgid "Annotation layer" -msgstr "Aantekeningenlaag" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 +msgid "X Axis Format" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:435 -#, python-format -msgid "An error occurred while fetching dataset datasource values: %s" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 +msgid "X Axis Label" msgstr "" -"Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 -msgid "No annotation layers yet" -msgstr "Nog geen aantekeningen lagen" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 +msgid "X Axis Title" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 -msgid "This action will permanently delete the layer." -msgstr "Deze actie zal de laag permanent verwijderen." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 +msgid "X Log Scale" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 -msgid "Delete Layer?" -msgstr "Laag verwijderen?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 +msgid "X Tick Layout" +msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 -msgid "Are you sure you want to delete the selected layers?" -msgstr "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 +msgid "X bounds" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:387 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:360 -msgid "Are you sure you want to delete" -msgstr "Weet je zeker dat je wilt verwijderen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Sorteer oplopend" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:129 -#, python-format -msgid "Modified %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:82 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the charts. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:89 -msgid "" -"You are importing one or more charts that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 +msgid "XScale Interval" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:200 -msgid "Chart imported" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 +msgid "Y 2 bounds" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:230 -#, python-format -msgid "There was an issue deleting the selected charts: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 +msgid "Y AXIS TITLE MARGIN" msgstr "" -"Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:330 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:293 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:320 -msgid "Modified by" -msgstr "Gewijzigd door" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 +msgid "Y AXIS TITLE POSITION" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:435 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:165 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:162 -msgid "Favorite" -msgstr "Favoriet" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 +msgid "Y Axis" +msgstr "Y As" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:468 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:562 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 -msgid "Any" -msgstr "Elke" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 +msgid "Y Axis 1" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:470 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:564 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:442 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:513 -msgid "Yes" -msgstr "Ja" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 +msgid "Y Axis 2" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:471 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:565 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:443 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:514 -msgid "No" -msgstr "Nee" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 +msgid "Y Axis 2 Bounds" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:480 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:452 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:418 -msgid "Owner" -msgstr "Eigenaar" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 +msgid "Y Axis Bounds" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:505 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:526 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:551 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:456 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:477 -msgid "All" -msgstr "Alle" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 +msgid "Y Axis Format" +msgstr "Y-as Formaat" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:490 -#, python-format -msgid "An error occurred while fetching chart owners values: %s" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 +msgid "Y Axis Label" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars " -"waarden: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:511 -#, python-format -msgid "An error occurred while fetching chart created by values: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 +msgid "Y Axis Left" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door " -"waarden: %s" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:522 -msgid "Viz type" -msgstr "Viz type" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:557 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:506 -msgid "Certified" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 +msgid "Y Axis Right" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:582 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:531 -msgid "Alphabetical" -msgstr "Alfabetisch" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:588 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:537 -msgid "Recently modified" -msgstr "Recent gewijzigd" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 +msgid "Y Axis Title" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:594 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:543 -msgid "Least recently modified" -msgstr "Meest recente wijziging" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 +msgid "Y Log Scale" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:648 -msgid "Import charts" -msgstr "Import grafieken " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 +msgid "Y bounds" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:672 -msgid "Are you sure you want to delete the selected charts?" -msgstr "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Sorteer oplopend" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 -msgid "css_template" -msgstr "css_template" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 -msgid "Edit CSS template properties" -msgstr "Bewerk CSS template eigenschappen" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 -msgid "Add CSS template" -msgstr "Voeg CSS template toe" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 -msgid "CSS template name" -msgstr "CSS template naam" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 +msgid "YScale Interval" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 -msgid "css" -msgstr "css" +#: superset/db_engine_specs/base.py:110 +msgid "Year" +msgstr "Jaar" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 -msgid "CSS templates" -msgstr "CSS templates" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 -#, python-format -msgid "There was an issue deleting the selected templates: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" msgstr "" -"Er was een probleem met het verwijderen van de geselecteerde templates: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format -msgid "Last modified by %s" -msgstr "Laatst gewijzigd door %s" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 -msgid "CSS template" -msgstr "CSS template" +msgid "Years %s" +msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 -msgid "This action will permanently delete the template." -msgstr "Deze actie zal de template permanent verwijderen." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 +msgid "Yes" +msgstr "Ja" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 -msgid "Delete Template?" -msgstr "Template verwijderen?" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 +msgid "Yes, cancel" +msgstr "Ja, annuleer" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 -msgid "Are you sure you want to delete the selected templates?" -msgstr "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 -msgid "published" -msgstr "gepubliceerd" +#: superset-frontend/src/pages/ChartList/index.tsx:100 +msgid "" +"You are importing one or more charts that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 -msgid "draft" -msgstr "draft" +#: superset-frontend/src/pages/DashboardList/index.tsx:69 +msgid "" +"You are importing one or more dashboards that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Je importeert een of meer dashboards die al bestaan. Overschrijven kan " +"ertoe leiden dat je een deel van je werk verloren gaat. Weet je zeker dat" +" je wilt overschrijven?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the dashboards. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +"You are importing one or more databases that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" msgstr "" +"Je importeert een of meer databases die al bestaan. Overschrijven kan " +"ertoe leiden dat een deel van je werk verloren gaat. Weet je zeker dat je" +" wilt overschrijven?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" -"You are importing one or more dashboards that already exist. Overwriting " +"You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -"Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe " -"leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt " -"overschrijven?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:144 -msgid "Dashboard imported" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 +msgid "" +"You are importing one or more saved queries that already exist. " +"Overwriting might cause you to lose some of your work. Are you sure you " +"want to overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:202 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:130 -#, python-format -msgid "An error occurred while fetching dashboards: %s" -msgstr "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" +#: superset/views/core.py:2177 +msgid "" +"You are not authorized to see this query. If you think this is an error, " +"please reach out to your administrator." +msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:228 -msgid "There was an issue deleting the selected dashboards: " +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "Bedoelde je:" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" msgstr "" -"Er was een probleem met het verwijderen van de geselecteerde dashboards: " -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:462 -#, python-format -msgid "An error occurred while fetching dashboard owner values: %s" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." msgstr "" -"Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar " -"waarden: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:483 -#, python-format -msgid "An error occurred while fetching dashboard created by values: %s" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." msgstr "" -"Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door " -"waarden: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:614 -msgid "Are you sure you want to delete the selected dashboards?" -msgstr "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 +msgid "" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." +msgstr "" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:317 -msgid "Saved queries" -msgstr "Opgeslagen queries" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 +msgid "" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 -msgid "SQL Copied!" -msgstr "SQL gekopieerd!" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 -msgid "" -"The passwords for the databases below are needed in order to import them." -" Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" -" added manually after the import if they are needed." +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You are importing one or more databases that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -"Je importeert een of meer databases die al bestaan. Overschrijven kan ertoe " -"leiden dat een deel van je werk verloren gaat. Weet je zeker dat je wilt " -"overschrijven?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:94 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:477 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:467 -msgid "database" -msgstr "database" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:118 -msgid "Database imported" +#: superset/viz.py:723 +msgid "" +"You cannot use [Columns] in combination with [Group " +"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:135 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "U heeft geen toestemming om deze grafiek te bewerken" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 +msgid "You do not have permission to edit this chart" +msgstr "U heeft geen toestemming om deze grafiek te bewerken" + +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 +msgid "You do not have permission to edit this dashboard" +msgstr "U hebt geen toestemming om dit dashboard te bewerken" + +#: superset/templates/superset/request_access.html:25 #, python-format -msgid "An error occurred while fetching database related data: %s" +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "U hebt geen rechten voor toegang tot de gegevensbron(nen): %(name)s." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 +msgid "You do not have permissions to edit this dashboard." +msgstr "U hebt geen rechten om dit dashboard te bewerken." + +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." msgstr "" -"Er is een fout opgetreden tijdens het ophalen van databasegerelateerde " -"gegevens: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:201 -msgid "Import databases" -msgstr "Importeer databases" +#: superset/dashboards/commands/exceptions.py:86 +msgid "You don't have access to this dashboard." +msgstr "Je hebt geen toegang tot dit dashboard." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:242 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:407 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 -msgid "Asynchronous query execution" -msgstr "Asynchrone uitvoering van query’s" +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:245 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:410 -msgid "AQE" -msgstr "AQE" +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "Je hebt geen toegang tot dit dashboard." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:262 -msgid "Allow data manipulation language" -msgstr "Sta data manipulatie taal toe" +#: superset-frontend/src/features/home/EmptyState.tsx:170 +msgid "You don't have any favorites yet!" +msgstr "Je hebt nog geen favorieten!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:265 -msgid "DML" -msgstr "DML" +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 +msgid "You don't have permission to modify the value." +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:277 -msgid "CSV upload" -msgstr "CSV upload" +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Je hebt niet de rechten om deze titel te veranderen." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:338 -msgid "Delete database" -msgstr "Verwijder database" +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Je hebt niet de rechten om deze titel te veranderen." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Je hebt niet de rechten om deze titel te veranderen." + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." +msgstr "Je hebt niet de rechten om deze titel te veranderen." + +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Je hebt niet de rechten om " + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Je hebt niet de rechten om " + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Je hebt niet de rechten om " + +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "Je hebt geen toestemming om dit verzoek goed te keuren" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "Je hebt deze filter verwijderd." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:445 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 +msgid "You have unsaved changes." +msgstr "Je hebt niet opgeslagen wijzigingen." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 #, python-format msgid "" -"The database %s is linked to %s charts that appear on %s dashboards and " -"users have %s SQL Lab tabs using this database open. Are you sure you " -"want to continue? Deleting the database will break those objects." +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:459 -msgid "Delete Database?" -msgstr "Database verwijderen?" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 -msgid "Expose database in SQL Lab" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 -msgid "Allow this database to be queried in SQL Lab" -msgstr "Sta toe dat deze database wordt opgevraagd in SQL Lab" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 -msgid "Allow creation of new tables based on queries" -msgstr "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 -msgid "Allow creation of new views based on queries" -msgstr "Aanmaken van nieuwe views gebaseerd op queries toestaan" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" +msgstr "U moet een naam kiezen voor het nieuwe dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 -msgid "CTAS & CVAS SCHEMA" -msgstr "CTAS & CVAS SCHEMA" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 +msgid "You must run the query successfully first" +msgstr "U moet de query eerst succesvol uitvoeren" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 -msgid "Create or select schema..." +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 msgid "" -"Force all tables and views to be created in this schema when clicking " -"CTAS or CVAS in SQL Lab." +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 msgid "" -"Allow manipulation of the database using non-SELECT statements such as " -"UPDATE, DELETE, CREATE, etc." +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." msgstr "" -"Sta manipulatie van de database toe met niet-SELECT statements zoals UPDATE, " -"DELETE, CREATE, enz." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 -msgid "Enable query cost estimation" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 -msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 -msgid "Allow this database to be explored" +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 -msgid "When enabled, users are able to visualize SQL Lab results in Explore." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 +msgid "Your query could not be saved" +msgstr "Uw zoekopdracht kon niet worden opgeslagen" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 +msgid "Your query could not be scheduled" +msgstr "Uw vraag kon niet worden gepland" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 +msgid "Your query could not be updated" +msgstr "Uw zoekopdracht kon niet worden bijgewerkt" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 +msgid "" +"Your query has been scheduled. To see details of your query, navigate to " +"Saved queries" msgstr "" +"Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, " +"navigeert u naar Opgeslagen zoekopdrachten" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 -msgid "Chart cache timeout" -msgstr "Grafiek cache timeout" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 -msgid "Enter duration in seconds" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 +msgid "Your query was saved" +msgstr "Uw zoekopdracht werd opgeslagen" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 +msgid "Your query was updated" +msgstr "Uw zoekopdracht werd bijgewerkt" + +#: superset-frontend/src/reports/actions/reports.js:154 +msgid "Your report could not be deleted" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 -msgid "Schema cache timeout" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "omschrijving" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 +msgid "Zoom" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 -msgid "" -"Duration (in seconds) of the metadata caching timeout for schemas of this" -" database. If left unset, the cache never expires." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 +msgid "Zoom level of the map" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 -msgid "Table cache timeout" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 -msgid "" -"Duration (in seconds) of the metadata caching timeout for tables of this " -"database. If left unset, the cache never expires. " +#: superset/viz.py:2386 +msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" +"Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen" +" per]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." +#: superset/viz.py:2336 +msgid "[Longitude] and [Latitude] must be set" +msgstr "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" + +#: superset/explore/commands/get.py:121 superset/views/core.py:870 +msgid "[Missing Dataset]" +msgstr "[Missing Dataset]" + +#: superset/utils/core.py:908 +#, python-format +msgid "[Superset] Access to the datasource %(name)s was granted" +msgstr "[Superset] Toegang tot de gegevensbron %(name)s werd verleend" + +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +msgid "[Untitled]" +msgstr "[Untitled]" + +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "Berekende kolom [%s] vereist een uitdrukking" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 -msgid "Cancel query on window unload event" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 +msgid "[dashboard name]" +msgstr "[dashboard naam]" + +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" -"Terminate running queries when browser window closed or navigated to " -"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " -"databases." +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 -msgid "Secure extra" -msgstr "Secure extra" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "[Untitled]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 -msgid "" -"JSON string containing additional connection configuration. This is used " -"to provide connection information for systems like Hive, Presto and " -"BigQuery which do not conform to the username:password syntax normally " -"used by SQLAlchemy." +#: superset/utils/pandas_postprocessing/compare.py:53 +msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 -msgid "Enter CA_BUNDLE" +#: superset/utils/pandas_postprocessing/compare.py:57 +msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset/charts/schemas.py:573 +msgid "`confidence_interval` must be between 0 and 1 (exclusive)" +msgstr "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" -"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" -" certain database engines." +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" -msgstr "" +#: superset/common/query_object.py:436 +msgid "`operation` property of post processing object undefined" +msgstr "`operation` eigenschap van post processing object ongedefinieerd" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." -msgstr "" +#: superset/utils/pandas_postprocessing/prophet.py:61 +msgid "`prophet` package not installed" +msgstr "`prophet` package niet geïnstalleerd" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 -msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" -msgstr "" +#: superset/utils/pandas_postprocessing/contribution.py:69 +msgid "`rename_columns` must have the same length as `columns`." +msgstr "`rename_columns` moet dezelfde lengte hebben als `columns`." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 -msgid "" -"If Presto or Trino, all the queries in SQL Lab are going to be executed " -"as the currently logged on user who must have permission to run them. If " -"Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." -msgstr "" +#: superset/charts/schemas.py:1114 +msgid "`row_limit` must be greater than or equal to 0" +msgstr "`rij_limiet` moet groter of gelijk aan 0 zijn" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "Sta upload van gegevens toe" +#: superset/charts/schemas.py:1121 +msgid "`row_offset` must be greater than or equal to 0" +msgstr "`rij_offset` moet groter zijn dan of gelijk aan 0" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" -"Indien geselecteerd, gelieve de toegestane schema’s voor data upload in te " -"stellen in Extra." +#: superset/charts/schemas.py:972 +msgid "`width` must be greater or equal to 0" +msgstr "`breedte` moet groter of gelijk zijn aan 0" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 -msgid "Metadata Parameters" -msgstr "" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 +msgid "aggregate" +msgstr "aggregaat" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 -msgid "" -"The metadata_params object gets unpacked into the sqlalchemy.MetaData " -"call." -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "alert" +msgstr "Waarschuwing" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 -msgid "Engine Parameters" -msgstr "" +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +msgid "alerts" +msgstr "waarschuwingen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 -msgid "" -"The engine_params object gets unpacked into the sqlalchemy.create_engine " -"call." -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +#, fuzzy +msgid "all" +msgstr "Alle" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 -msgid "Version" -msgstr "" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" +msgstr "kopieer ook (duplicate) grafieken" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 -msgid "Version number" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +msgid "ancestor" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 -msgid "" -"Specify the database version. This should be used with Presto in order to" -" enable query cost estimation." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 +msgid "and" +msgstr "en" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:54 -msgid "Display Name" -msgstr "Toon naam" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 +msgid "annotation" +msgstr "aantekening" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:63 -msgid "Name your database" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" +msgstr "annotation_layer" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:68 -msgid "Pick a name to help you identify this database." -msgstr "Kies een naam om je te helpen deze database te identificeren." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 +msgid "at" +msgstr "op" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:83 -msgid "dialect+driver://username:password@host:port/database" -msgstr "dialect+driver://username:password@host:port/database" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "op" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:90 -msgid "Refer to the" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:98 -msgid "for more information on how to structure your URI." +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:108 -msgid "Test connection" -msgstr "Test connectie" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "Berekende kolom [%s] vereist een uitdrukking" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 +msgid "bolt" +msgstr "bolt" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 +msgid "bottom" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Beheer" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 +msgid "chart" +msgstr "grafiek" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" +#: superset-frontend/src/features/home/EmptyState.tsx:27 +msgid "charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 -msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" -msgstr "" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 +msgid "choose WHERE or HAVING..." +msgstr "kies WHERE of HAVING…" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:488 -msgid "Please enter a SQLAlchemy URI to test" -msgstr "Voer een SQLAlchemy URI in om te testen" +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Zoek in alle filteropties" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:602 -msgid "Database settings updated" +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:621 -msgid "Database connected" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:639 -#, python-format -msgid "Sorry there was an error fetching database information: %s" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" msgstr "" -"Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:684 -msgid "Or choose from a list of other databases we support:" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:686 -msgid "Supported databases" -msgstr "" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 +msgid "column" +msgstr "kolom" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:690 -msgid "Choose a database..." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:713 -msgid "Want to add a new database?" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 +msgid "count" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:718 -msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "Maak" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:732 -msgid "" -"Any databases that allow connections via SQL Alchemy URIs can be added. " -"Learn about how to connect a database driver " -msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Maak een nieuwe grafiek" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:740 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1158 -msgid "here" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:802 -msgid "Back" -msgstr "" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 +msgid "css" +msgstr "css" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:793 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1027 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1215 -msgid "Connect" -msgstr "" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 +msgid "css_template" +msgstr "css_template" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:810 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:824 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1215 -msgid "Finish" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:931 -msgid "Database Creation Error" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 +msgid "cumulative" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1032 -msgid "Edit database" -msgstr "Bewerk database" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 +msgid "dashboard" +msgstr "dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1032 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1219 -msgid "Connect a database" +#: superset-frontend/src/features/home/EmptyState.tsx:28 +msgid "dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1090 -msgid "Connect this database using the dynamic form instead" -msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 +msgid "database" +msgstr "database" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1093 -msgid "" -"Click this link to switch to an alternate form that exposes only the " -"required fields needed to connect this database." -msgstr "" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 +msgid "dataset" +msgstr "dataset" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1149 -msgid "" -"Select databases require additional fields to be completed in the " -"Advanced tab to successfully connect the database. Learn what " -"requirements your databases has " -msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Dataset naam" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1323 -msgid "Connect this database with a SQLAlchemy URI string instead" -msgstr "" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 +msgid "date" +msgstr "datum" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1328 -msgid "" -"Click this link to switch to an alternate form that allows you to input " -"the SQLAlchemy URL for this database manually." -msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 +msgid "day" +msgstr "dag" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 -msgid "" -"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " -"mydatabase.com)." -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 +msgid "day of the month" +msgstr "dag van de maand" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 -msgid "e.g. 127.0.0.1" -msgstr "" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 +msgid "day of the week" +msgstr "dag van de week" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 -msgid "Host" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 -msgid "e.g. 5432" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 -msgid "e.g. world_population" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 -msgid "e.g. Analytics" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 -msgid "e.g. ********" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 -msgid "e.g. param1=value1¶m2=value2" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 -msgid "Additional Parameters" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 -msgid "Add additional custom parameters" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 -msgid "SSL Mode \"require\" will be used." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 -msgid "Type of Google Sheets allowed" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Standaard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 -msgid "Publicly shared sheets only" -msgstr "" +#: superset-frontend/src/components/DeleteModal/index.tsx:84 +msgid "delete" +msgstr "verwijder" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 -msgid "Public and privately shared sheets" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 +msgid "descendant" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 -msgid "How do you want to enter service account credentials?" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 +msgid "description" +msgstr "omschrijving" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 -msgid "Upload JSON file" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "omschrijving" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" +msgstr "dialect+driver://username:password@host:port/database" + +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "draft" +msgstr "draft" + +#: superset/views/log/__init__.py:32 +msgid "dttm" +msgstr "dttm" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 +msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 -msgid "Copy and Paste JSON credentials" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 +msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 -msgid "Service Account" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 -msgid "Copy and paste the entire service account .json file here" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 -msgid "Upload Credentials" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 +msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 -msgid "" -"Use the JSON file you automatically downloaded when creating your service" -" account." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 -msgid "Connect Google Sheets as tables to this database" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 +msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 -msgid "Google Sheet Name and URL" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 -msgid "Enter a name for this sheet" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 +msgid "e.g. world_population" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 -msgid "Paste the shareable Google Sheet URL here" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 -msgid "Add sheet" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +msgid "e.g., a \"user id\" column" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 -msgid "Copy the account name of that database you are trying to connect to." +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Voeg dataset toe" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Series" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:150 -msgid "Dataset imported" -msgstr "" +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "Foutmelding" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:185 -msgid "An error occurred while fetching dataset related data" -msgstr "" -"Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde " -"gegevens" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 +msgid "every" +msgstr "elke" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:205 -#, python-format -msgid "An error occurred while fetching dataset related data: %s" -msgstr "" -"Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: " -"%s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 +msgid "every day of the month" +msgstr "elke dag van de maand" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:224 -msgid "Physical dataset" -msgstr "Fysieke dataset" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 +msgid "every day of the week" +msgstr "elke dag van de week" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:232 -msgid "Virtual dataset" -msgstr "Virtuele dataset" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 +msgid "every hour" +msgstr "elk uur" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:427 -#, python-format -msgid "An error occurred while fetching dataset owner values: %s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 +msgid "every minute" msgstr "" -"Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de " -"dataset: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:446 -#, python-format -msgid "An error occurred while fetching datasets: %s" -msgstr "Er is een fout opgetreden bij het ophalen van datasets: %s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 +msgid "every month" +msgstr "elke maand" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:461 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:455 -#, python-format -msgid "An error occurred while fetching schema values: %s" -msgstr "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "en" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:518 -msgid "Import datasets" -msgstr "Importeer datasets" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Verken" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:569 -#, python-format -msgid "There was an issue deleting the selected datasets: %s" +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Mislukt" + +#: superset-frontend/src/SqlLab/constants.ts:35 +#, fuzzy +msgid "fetching" +msgstr "Instellingen" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" msgstr "" -"Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:593 -#, python-format +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 msgid "" -"The dataset %s is linked to %s charts that appear on %s dashboards. Are " -"you sure you want to continue? Deleting the dataset will break those " -"objects." +"filter_box will be deprecated in a future version of Superset. Please " +"replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:606 -msgid "Delete Dataset?" -msgstr "Dataset verwijderen?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "op" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:619 -msgid "Are you sure you want to delete the selected datasets?" -msgstr "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 +msgid "for more information on how to structure your URI." +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:669 -msgid "0 Selected" -msgstr "0 Geselecteerd" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:672 -#, python-format -msgid "%s Selected (Virtual)" -msgstr "%s Geselecteerd (Virtueel)" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:679 -#, python-format -msgid "%s Selected (Physical)" -msgstr "%s Geselecteerd (Fysiek)" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "green" +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:686 -#, python-format -msgid "%s Selected (%s Physical, %s Virtual)" -msgstr "%s Geselecteerd (%s Fysiek, %s Virtueel)" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Heatmap" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the datasets. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 +msgid "here" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 +msgid "hour" +msgstr "uur" + +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" +msgstr "id:" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" -"You are importing one or more datasets that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 -#, python-format -msgid "There was an issue previewing the selected query. %s" -msgstr "Er was een probleem met het bekijken van de geselecteerde query. %s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 +msgid "in" +msgstr "in" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 -#, python-format -msgid "Duration: %s" -msgstr "Duur: %s" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 +msgid "in modal" +msgstr "in modal" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 -msgid "Tab name" -msgstr "Tab naam" +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 +#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 +msgid "is expected to be a number" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:306 -msgid "TABLES" -msgstr "TABLES" +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 +#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 +msgid "is expected to be an integer" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 -msgid "Open query in SQL Lab" -msgstr "Open query in SQL Lab" +#: superset-frontend/src/profile/components/UserInfo.tsx:64 +msgid "joined" +msgstr "joined" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 -#, python-format -msgid "An error occurred while fetching database values: %s" -msgstr "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" +#: superset/views/base.py:595 +msgid "json isn't valid" +msgstr "json is ongeldig" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 -#, python-format -msgid "An error occurred while fetching user values: %s" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 +msgid "key a-z" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 -msgid "Search by query text" -msgstr "Zoek op querytekst" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 +msgid "key z-a" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:377 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 -msgid "Query preview" -msgstr "Query preview" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 +msgid "label" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 -msgid "Next" -msgstr "Volgende" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 -msgid "Open in SQL Lab" -msgstr "Open in SQL Lab" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +msgid "last month" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 -msgid "User query" -msgstr "User query" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" +msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 -msgid "Executed query" -msgstr "Uitgevoerde query" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +msgid "last week" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the saved queries. Please note that the \"Secure Extra\" " -"and \"Certificate\" sections of the database configuration are not " -"present in export files, and should be added manually after the import if" -" they are needed." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +msgid "last year" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 -msgid "" -"You are importing one or more saved queries that already exist. " -"Overwriting might cause you to lose some of your work. Are you sure you " -"want to overwrite?" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 +msgid "latest partition:" +msgstr "laatste partitie:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +msgid "left" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:130 -msgid "Query imported" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:153 -#, python-format -msgid "There was an issue previewing the selected query %s" -msgstr "Er was een probleem met het bekijken van de geselecteerde query %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Verwijder" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:191 -msgid "Import queries" -msgstr "Importeer queries" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 +msgid "log" +msgstr "log" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:263 -#, python-format -msgid "There was an issue deleting the selected queries: %s" +#: superset/charts/schemas.py:645 +msgid "" +"lower percentile must be greater than 0 and less than 100. Must be lower " +"than upper percentile." msgstr "" -"Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" +"onderste percentiel moet groter zijn dan 0 en kleiner dan 100. Moet lager" +" zijn dan het bovenste percentiel." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:384 -msgid "Edit query" -msgstr "Bewerk query" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Max" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:391 -msgid "Copy query URL" -msgstr "Kopieer query URL" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Meeteenheid" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:398 -msgid "Export query" -msgstr "Exporteer query" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "in" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:405 -msgid "Delete query" -msgstr "Verwijder query" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 +msgid "minute" +msgstr "minuut" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:476 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 -msgid "This action will permanently delete the saved query." -msgstr "Deze actie zal de opgeslagen query permanent verwijderen." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 +msgid "minute(s)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:486 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 -msgid "Delete Query?" -msgstr "Verwijder Query?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "maand" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:501 -msgid "Are you sure you want to delete the selected queries?" -msgstr "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 +msgid "month" +msgstr "maand" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 +msgid "must have a value" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:544 -msgid "queries" -msgstr "queries" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Naam" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 -msgid "Query name" -msgstr "Query naam" +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "Waarschuwing validator configuratiefout." -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:93 -msgid "[Untitled]" -msgstr "[Untitled]" +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "Waarschuwing validator configuratiefout." -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -msgid "Unknown" -msgstr "Onbekend" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:123 -#, python-format -msgid "Viewed %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +msgid "nvd3" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:160 -msgid "Edited" -msgstr "Bewerkt" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:168 -msgid "Created" -msgstr "Aangemaakt" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:179 -msgid "Viewed" -msgstr "Bekeken" +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "Offline" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:173 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:173 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" -msgstr "Mijn" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 +msgid "on" +msgstr "op" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:220 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:228 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 -msgid "View All »" +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "uur" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 -msgid "charts" +#: superset/charts/schemas.py:1143 +msgid "orderby column must be populated" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 -msgid "dashboards" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +#, fuzzy +msgid "overall" +msgstr "Wis alles" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 +msgid "p-value precision" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 -msgid "recents" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 -msgid "saved queries" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 -msgid "Recently viewed charts, dashboards, and saved queries will appear here" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" msgstr "" -"Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier " -"verschijnen" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 -msgid "Recently created charts, dashboards, and saved queries will appear here" +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" msgstr "" -"Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 +msgid "page_size.entries" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 -msgid "Recently edited charts, dashboards, and saved queries will appear here" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 +msgid "page_size.show" msgstr "" -"Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 -#: superset-frontend/src/views/components/MenuRight.tsx:59 -msgid "SQL query" -msgstr "SQL query" +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Rapport verzenden" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 +msgid "percentile (exclusive)" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +"percentiles must be a list or tuple with two numeric values, of which the" +" first is lower than the second value" msgstr "" -"${tableName\n" -" .split(‘’)\n" -" .slice(0, tableName.length - 1)\n" -" .join(‘’)}\n" -" " -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 -msgid "You don't have any favorites yet!" -msgstr "Je hebt nog geen favorieten!" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "Rapport Schedule state niet gevonden" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 -#, python-format -msgid "See all %(tableName)s" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 -msgid "query" -msgstr "query" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 -msgid "Share" -msgstr "Deel" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 -#, python-format -msgid "Ran %s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 +msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:194 -#, python-format -msgid "There was an issue fetching your recent activity: %s" -msgstr "Er was een probleem bij het ophalen van uw recente activiteit: %s" +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "published" +msgstr "gepubliceerd" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:210 -#, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "Er was een probleem met het ophalen van uw dashboards: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "Kwartaal" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:221 -#, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "Er was een probleem met het ophalen van je grafiek: %s" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 +msgid "queries" +msgstr "queries" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:232 -#, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "" -"Er was een probleem met het ophalen van uw opgeslagen zoekopdrachten: %s" +#: superset-frontend/src/features/home/SavedQueries.tsx:131 +msgid "query" +msgstr "query" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:276 -msgid "Recents" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "en" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 +msgid "reboot" +msgstr "herstart" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" msgstr "Recente" -#: superset-frontend/src/views/components/MenuRight.tsx:40 -msgid "Upload a CSV" -msgstr "Upload CSV" +#: superset-frontend/src/features/home/EmptyState.tsx:29 +msgid "recents" +msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:46 -msgid "Upload a Columnar File" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 +msgid "red" msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:52 -msgid "Upload Excel" -msgstr "Upload Excel" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "report" +msgstr "rapport" -#: superset-frontend/src/views/components/MenuRight.tsx:242 -msgid "About" -msgstr "Over" +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 +msgid "reports" +msgstr "rapporten" -#: superset-frontend/src/views/components/MenuRight.tsx:246 -msgid "Powered by Apache Superset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:280 -msgid "Documentation" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:291 -msgid "Report a bug" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "Running" + +#: superset-frontend/src/features/home/EmptyState.tsx:30 +msgid "saved queries" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 -msgid "Select start and end date" -msgstr "Selecteer begin- en einddatum" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:380 -#, python-format -msgid "Type or Select [%s]" -msgstr "Type of selecteer [%s]" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 seconden" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:401 -msgid "No results found" -msgstr "Geen resultaten gevonden" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Series" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 -msgid "Tools" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 +msgid "" +"series: Treat each series independently; overall: All series use the same" +" scale; change: Show changes compared to the first data point in each " +"series" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 -msgid "Filter box" -msgstr "Filter box" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "Kwartaal" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 -msgid "" -"Chart component that lets you add a custom filter UI in your dashboard. " -"When added to dashboard, a filter box lets users specify specific values " -"or ranges to filter charts by. The charts that each filter box is applied" -" to can be fine tuned as well in the dashboard view.\n" -"\n" -" Note that this plugin is being replaced with the new Filters feature " -"that lives in the dashboard view itself. It's easier to use and has more " -"capabilities!" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "Toon Druid granularity dropdown" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "Gewijzigd" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "Vink aan om Druïde granulariteit dropdown op te nemen" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "Toon Druid time origin" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "css_template" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "Vink aan om tijd oorsprong dropdown op te nemen" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 -msgid "Filters configuration" -msgstr "Filters configuratie" +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "Voeg toe" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 -msgid "Filter configuration for the filter box" -msgstr "Filterconfiguratie voor de filterbox" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histogram" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 -msgid "Date filter" -msgstr "Datum filter" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 -msgid "Whether to include a time filter" -msgstr "Geef aan of een tijdfilter moet worden opgenomen" +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Succes" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 -msgid "Instant filtering" -msgstr "Onmiddellijke filtering" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 -msgid "" -"Check to apply filters instantly as they change instead of displaying " -"[Apply] button" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +#, fuzzy +msgid "syntax." +msgstr "Syntax" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" msgstr "" -"Vink aan om filters onmiddellijk toe te passen als ze veranderen in plaats " -"van de [Toepassen] knop weer te geven" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 -msgid "Show time grain dropdown" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 +msgid "textarea" +msgstr "tekstveld" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "Stop" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +msgid "top" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "Ongedaan maken?" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "Onbekende fout" + +#: superset/charts/schemas.py:660 +msgid "" +"upper percentile must be greater than 0 and less than 100. Must be higher" +" than lower percentile." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 -msgid "Check to include time grain dropdown" +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "laatste partitie:" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 +msgid "value ascending" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "Toon SQL time column" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 +msgid "value descending" +msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 -msgid "Show time column" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 -msgid "Check to include time column dropdown" -msgstr "Vink aan om tijdkolom dropdown op te nemen" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Geavanceerd" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 -msgid "Limit selector values" -msgstr "Beperk selector waarden" +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Tijd in seconden" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 -msgid "These filters apply to the values available in the dropdowns" -msgstr "" -"Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de " -"dropdowns" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 +msgid "virtual" +msgstr "virtueel" -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 -msgid "URL" -msgstr "URL" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Viz type" -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 -msgid "" -"Templated link, it's possible to include {{ metric }} or other values " -"coming from the controls." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 +msgid "was created" +msgstr "werd gecreëerd" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 +msgid "week" +msgstr "week" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +#, fuzzy +msgid "week ending Saturday" +msgstr "Week beginnend op zaterdag" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +#, fuzzy +msgid "week starting Sunday" +msgstr "Week beginnend op zondag" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/index.ts:26 -msgid "Time-series Table" -msgstr "Time-series Table" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" -#: superset-frontend/src/visualizations/TimeTable/index.ts:27 -msgid "" -"Compare multiple time series charts (as sparklines) and related metrics " -"quickly." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/index.ts:36 -msgid "Text" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" msgstr "" -#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 -#, python-format -msgid "We have the following keys: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" +msgstr "jaar" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "yellow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" msgstr "" diff --git a/superset/translations/pt/LC_MESSAGES/message.po b/superset/translations/pt/LC_MESSAGES/message.po deleted file mode 100644 index e06a21ce4f42f..0000000000000 --- a/superset/translations/pt/LC_MESSAGES/message.po +++ /dev/null @@ -1,7766 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-01-14 10:14-0300\n" -"PO-Revision-Date: 2018-03-12 16:24+0000\n" -"Last-Translator: Nuno Heli Beires \n" -"Language-Team: \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" -"X-Generator: Poedit 2.0.6\n" - -#: superset/app.py:225 -msgid "Home" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:339 -#: superset/app.py:230 superset/views/annotations.py:119 -msgid "Annotation Layers" -msgstr "Camadas de anotação" - -#: superset/app.py:233 superset/app.py:277 superset/app.py:286 -#: superset/app.py:339 superset/app.py:420 superset/app.py:428 -#: superset/app.py:438 superset/app.py:450 -msgid "Manage" -msgstr "Gerir" - -#: superset-frontend/src/profile/components/Security.tsx:46 superset/app.py:239 -#: superset/views/database/mixins.py:32 -msgid "Databases" -msgstr "Bases de dados" - -#: superset-frontend/src/explore/components/ControlPanelsContainer.jsx:245 -#: superset-frontend/src/explore/components/DataTablesPane.tsx:250 -#: superset/app.py:242 superset/app.py:251 superset/app.py:375 -#: superset/app.py:390 superset/app.py:478 superset/app.py:487 -#: superset/app.py:500 superset/app.py:509 -msgid "Data" -msgstr "Base de dados" - -#: superset-frontend/src/profile/components/Security.tsx:60 superset/app.py:247 -msgid "Datasets" -msgstr "Bases de dados" - -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:77 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:540 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:152 superset/app.py:258 -#: superset/views/chart/mixin.py:26 superset/views/dashboard/mixin.py:75 -msgid "Charts" -msgstr "Gráfico de Queijo" - -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:134 superset/app.py:266 -#: superset/views/chart/mixin.py:79 superset/views/dashboard/mixin.py:25 -msgid "Dashboards" -msgstr "Dashboards" - -#: superset/app.py:275 -msgid "Plugins" -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 -#: superset/app.py:283 superset/views/css_templates.py:38 -msgid "CSS Templates" -msgstr "Modelos CSS" - -#: superset/app.py:293 -msgid "Row level security" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:551 -#: superset/app.py:295 superset/app.py:406 superset/app.py:464 -msgid "Security" -msgstr "Segurança" - -#: superset/app.py:335 -msgid "Import Dashboards" -msgstr "Importar Dashboards" - -#: superset/app.py:344 -msgid "SQL Editor" -msgstr "Editor SQL" - -#: superset/app.py:349 superset/app.py:364 -msgid "SQL Lab" -msgstr "SQL Lab" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:87 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:145 superset/app.py:352 -msgid "Saved Queries" -msgstr "Queries Gravadas" - -#: superset-frontend/src/SqlLab/components/SouthPane.jsx:196 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:100 -#: superset/app.py:359 -msgid "Query History" -msgstr "Histórico de queries" - -#: superset/app.py:371 -msgid "Upload a CSV" -msgstr "" - -#: superset/app.py:386 -msgid "Upload Excel" -msgstr "" - -#: superset/app.py:404 -msgid "Action Log" -msgstr "Registo de Acções" - -#: superset/app.py:418 -msgid "Dashboard Emails" -msgstr "Dashboards" - -#: superset/app.py:426 -msgid "Chart Email Schedules" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:415 superset/app.py:436 -msgid "Alerts" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:411 superset/app.py:448 -msgid "Alerts & Reports" -msgstr "" - -#: superset/app.py:462 -msgid "Access requests" -msgstr "Solicitações de acesso" - -#: superset/app.py:476 superset/connectors/druid/views.py:257 -msgid "Druid Datasources" -msgstr "Origem de dados Druid" - -#: superset/app.py:484 superset/connectors/druid/views.py:195 -msgid "Druid Clusters" -msgstr "Cluster Druid" - -#: superset/app.py:497 -msgid "Scan New Datasources" -msgstr "Procurar novas origens de dados" - -#: superset/app.py:506 -msgid "Refresh Druid Metadata" -msgstr "Atualizar Metadados Druid" - -#: superset/errors.py:64 -msgid "Issue 1000 - The datasource is too large to query." -msgstr "" - -#: superset/errors.py:68 -msgid "Issue 1001 - The database is under an unusual load." -msgstr "" - -#: superset/errors.py:74 -msgid "Issue 1002 - The database returned an unexpected error." -msgstr "" - -#: superset/errors.py:80 superset/errors.py:95 -msgid "" -"Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a " -"misspelling or a typo." -msgstr "" - -#: superset/errors.py:87 -msgid "Issue 1004 - The column was deleted or renamed in the database." -msgstr "" - -#: superset/errors.py:102 -msgid "Issue 1005 - The table was deleted or renamed in the database." -msgstr "" - -#: superset/errors.py:110 -msgid "Issue 1006 - One or more parameters specified in the query are missing." -msgstr "" - -#: superset/databases/schemas.py:168 superset/exceptions.py:125 -msgid "Invalid certificate" -msgstr "" - -#: superset/jinja_context.py:222 -#, python-format -msgid "Unsafe return type for function %(func)s: %(value_type)s" -msgstr "" - -#: superset/jinja_context.py:233 -#, python-format -msgid "Unsupported return value for method %(name)s" -msgstr "" - -#: superset/jinja_context.py:246 -#, python-format -msgid "Unsafe template value for key %(key)s: %(value_type)s" -msgstr "" - -#: superset/jinja_context.py:257 -#, python-format -msgid "Unsupported template value for key %(key)s" -msgstr "" - -#: superset/sql_lab.py:173 -msgid "Only `SELECT` statements are allowed against this database" -msgstr "" - -#: superset/sql_lab.py:341 -msgid "" -"CTAS (create table as select) can only be run with a query where the last " -"statement is a SELECT. Please make sure your query has a SELECT as its last " -"statement. Then, try running your query again." -msgstr "" - -#: superset/sql_lab.py:353 -msgid "" -"CVAS (create view as select) can only be run with a query with a single " -"SELECT statement. Please make sure your query has only a SELECT statement. " -"Then, try running your query again." -msgstr "" - -#: superset/viz.py:125 superset/viz_sip38.py:126 -msgid "Viz is missing a datasource" -msgstr "Viz está sem origem de dados" - -#: superset/viz.py:238 -msgid "" -"Applied rolling window did not return any data. Please make sure the source " -"query satisfies the minimum periods defined in the rolling window." -msgstr "" - -#: superset/utils/date_parser.py:254 superset/viz.py:376 -#: superset/viz_sip38.py:376 -msgid "From date cannot be larger than to date" -msgstr "Data de inicio não pode ser posterior à data de fim" - -#: superset/viz.py:527 -msgid "Cached value not found" -msgstr "" - -#: superset/common/query_context.py:394 superset/viz.py:542 -#, python-format -msgid "Columns missing in datasource: %(invalid_columns)s" -msgstr "" - -#: superset/viz.py:654 superset/viz_sip38.py:598 -msgid "Table View" -msgstr "Vista de tabela" - -#: superset/viz.py:676 -msgid "" -"You cannot use [Columns] in combination with [Group By]/[Metrics]/" -"[Percentage Metrics]. Please choose one or the other." -msgstr "" - -#: superset/viz.py:713 superset/viz_sip38.py:611 -msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Escolha uma granularidade na secção Tempo ou desmarque 'Incluir hora'" - -#: superset/viz.py:786 superset/viz_sip38.py:713 -msgid "Time Table View" -msgstr "Visualização da tabela de tempo" - -#: superset/viz.py:795 superset/viz.py:1648 superset/viz_sip38.py:722 -#: superset/viz_sip38.py:1605 -msgid "Pick at least one metric" -msgstr "Selecione pelo menos uma métrica" - -#: superset/viz.py:799 superset/viz_sip38.py:726 -msgid "When using 'Group By' you are limited to use a single metric" -msgstr "Utilizando 'Agrupar por' só é possível utilizar uma única métrica" - -#: superset/viz.py:828 superset/viz_sip38.py:755 -msgid "Pivot Table" -msgstr "Tabela Pivot" - -#: superset/viz.py:845 superset/viz_sip38.py:771 -msgid "Please choose at least one 'Group by' field " -msgstr "Selecione pelo menos um campo \"Agrupar por\" " - -#: superset/viz.py:857 superset/viz_sip38.py:783 -msgid "Please choose at least one metric" -msgstr "Selecione pelo menos uma métrica" - -#: superset/viz.py:859 superset/viz_sip38.py:785 -msgid "Group By' and 'Columns' can't overlap" -msgstr "Os campos 'Agrupar por' e 'Colunas' não se podem sobrepor" - -#: superset/viz.py:954 superset/viz_sip38.py:837 -msgid "Treemap" -msgstr "Treemap" - -#: superset/viz.py:986 superset/viz_sip38.py:869 -msgid "Calendar Heatmap" -msgstr "Calendário com Mapa de Calor" - -#: superset/viz.py:1066 superset/viz_sip38.py:1030 -msgid "Bubble Chart" -msgstr "Gráfico de bolhas" - -#: superset/viz.py:1088 superset/viz_sip38.py:1046 -msgid "Please use 3 different metric labels" -msgstr "Selecione métricas diferentes para o eixo esquerdo e direito" - -#: superset/viz.py:1090 superset/viz_sip38.py:1048 -msgid "Pick a metric for x, y and size" -msgstr "Selecione uma métrica para x, y e tamanho" - -#: superset/viz.py:1117 superset/viz_sip38.py:1075 -msgid "Bullet Chart" -msgstr "Gráfico de bala" - -#: superset/viz.py:1127 superset/viz_sip38.py:1085 -msgid "Pick a metric to display" -msgstr "Selecione uma métrica para visualizar" - -#: superset/viz.py:1145 superset/viz_sip38.py:1101 -msgid "Big Number with Trendline" -msgstr "Número grande com linha de tendência" - -#: superset/viz.py:1153 superset/viz.py:1187 superset/viz_sip38.py:1109 -#: superset/viz_sip38.py:1140 -msgid "Pick a metric!" -msgstr "Selecione uma métrica!" - -#: superset/viz.py:1179 superset/viz_sip38.py:1132 -msgid "Big Number" -msgstr "Número grande" - -#: superset/viz.py:1201 superset/viz_sip38.py:1154 -msgid "Time Series - Line Chart" -msgstr "Série Temporal - Gráfico de linhas" - -#: superset/viz.py:1271 superset/viz.py:1488 superset/viz_sip38.py:1219 -#: superset/viz_sip38.py:1433 -msgid "Pick a time granularity for your time series" -msgstr "Selecione uma granularidade para as suas séries temporais" - -#: superset/viz.py:1330 superset/viz_sip38.py:1275 -msgid "" -"An enclosed time range (both start and end) must be specified when using a " -"Time Comparison." -msgstr "" - -#: superset/viz.py:1400 superset/viz_sip38.py:1345 -msgid "Time Series - Multiple Line Charts" -msgstr "Série Temporal - Gráfico de linhas" - -#: superset/viz.py:1430 superset/viz_sip38.py:1375 -msgid "Time Series - Dual Axis Line Chart" -msgstr "Série Temporal - Gráfico de linha de dois eixos" - -#: superset/viz.py:1440 superset/viz_sip38.py:1385 -msgid "Pick a metric for left axis!" -msgstr "Selecione uma métrica para o eixo esquerdo!" - -#: superset/viz.py:1442 superset/viz_sip38.py:1387 -msgid "Pick a metric for right axis!" -msgstr "Selecione uma métrica para o eixo direito!" - -#: superset/viz.py:1445 superset/viz_sip38.py:1390 -msgid "Please choose different metrics on left and right axis" -msgstr "Selecione métricas diferentes para o eixo esquerdo e direito" - -#: superset/viz.py:1505 superset/viz_sip38.py:1450 -msgid "Time Series - Bar Chart" -msgstr "Série Temporal - Gráfico de barras" - -#: superset/viz.py:1514 superset/viz_sip38.py:1459 -msgid "Time Series - Period Pivot" -msgstr "Série temporal - teste emparelhado T" - -#: superset/viz.py:1561 superset/viz_sip38.py:1506 -msgid "Time Series - Percent Change" -msgstr "Série Temporal - Variação Percentual" - -#: superset/viz.py:1569 superset/viz_sip38.py:1514 -msgid "Time Series - Stacked" -msgstr "Série Temporal - Barras Sobrepostas" - -#: superset/viz.py:1579 superset/viz_sip38.py:1543 -msgid "Histogram" -msgstr "Histograma" - -#: superset/viz.py:1589 superset/viz_sip38.py:1552 -msgid "Must have at least one numeric column specified" -msgstr "Deve ser especificada uma coluna númerica" - -#: superset/viz.py:1635 superset/viz_sip38.py:1596 -msgid "Distribution - Bar Chart" -msgstr "Gráfico de barras" - -#: superset/viz.py:1645 -msgid "Can't have overlap between Series and Breakdowns" -msgstr "Não pode haver sobreposição entre Séries e Desagregação" - -#: superset/viz.py:1650 superset/viz_sip38.py:1607 -msgid "Pick at least one field for [Series]" -msgstr "Escolha pelo menos um campo para [Séries]" - -#: superset/viz.py:1701 superset/viz_sip38.py:1659 -msgid "Sunburst" -msgstr "Sunburst" - -#: superset/viz.py:1747 superset/viz_sip38.py:1703 -msgid "Sankey" -msgstr "Sankey" - -#: superset/viz.py:1755 -msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Selecione exatamente 2 colunas [Origem e Alvo]" - -#: superset/viz.py:1799 superset/viz_sip38.py:1736 -msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty link: " -"{}" -msgstr "" -"Há um loop no gráfico Sankey, por favor, forneça uma ligação correta. Aqui " -"está a conexão defeituosa: {}" - -#: superset/viz.py:1812 superset/viz.py:1835 superset/viz_sip38.py:1749 -#: superset/viz_sip38.py:1770 -msgid "Directed Force Layout" -msgstr "Layout de Forças" - -#: superset/viz.py:1819 superset/viz_sip38.py:1756 -msgid "Pick exactly 2 columns to 'Group By'" -msgstr "Selecione exatamente 2 colunas para 'Agrupar por'" - -#: superset/viz.py:1868 superset/viz_sip38.py:1802 -msgid "Country Map" -msgstr "Mapa de País" - -#: superset/viz.py:1897 superset/viz_sip38.py:1823 -msgid "World Map" -msgstr "Mapa Mundo" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar.tsx:438 -#: superset-frontend/src/explore/controls.jsx:467 superset/viz.py:1955 -#: superset/viz_sip38.py:1873 -msgid "Filters" -msgstr "Filtros" - -#: superset/viz.py:1973 superset/viz_sip38.py:1891 -msgid "Invalid filter configuration, please select a column" -msgstr "" - -#: superset/viz.py:2017 superset/viz_sip38.py:1952 -msgid "Parallel Coordinates" -msgstr "Coordenadas paralelas" - -#: superset/viz.py:2039 superset/viz_sip38.py:1968 -msgid "Heatmap" -msgstr "Mapa de Calor" - -#: superset/viz.py:2095 superset/viz_sip38.py:2017 -msgid "Horizon Charts" -msgstr "Gráfico de Horizonte" - -#: superset/viz.py:2107 superset/viz_sip38.py:2029 -msgid "Mapbox" -msgstr "Mapbox" - -#: superset/viz.py:2119 superset/viz_sip38.py:2041 -msgid "[Longitude] and [Latitude] must be set" -msgstr "" -"As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" - -#: superset/viz.py:2126 superset/viz_sip38.py:2048 -msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "Deve ter uma coluna [Agrupar por] para ter 'count' como [Label]" - -#: superset/viz.py:2146 superset/viz_sip38.py:2068 -msgid "Choice of [Label] must be present in [Group By]" -msgstr "A escolha do [Rótulo] deve estar presente em [Agrupar por]" - -#: superset/viz.py:2154 superset/viz_sip38.py:2075 -msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" - -#: superset/viz.py:2162 superset/viz_sip38.py:2082 -msgid "[Longitude] and [Latitude] columns must be present in [Group By]" -msgstr "" -"As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" - -#: superset/viz.py:2242 superset/viz_sip38.py:2162 -msgid "Deck.gl - Multiple Layers" -msgstr "" - -#: superset/viz.py:2282 superset/viz.py:2314 superset/viz_sip38.py:2218 -msgid "Bad spatial key" -msgstr "" - -#: superset/viz.py:2300 superset/viz_sip38.py:2204 -#, python-format -msgid "Invalid spatial point encountered: %s" -msgstr "" - -#: superset/viz.py:2336 superset/viz_sip38.py:2240 -msgid "" -"Encountered invalid NULL spatial " -"entry, please consider filtering " -"those out" -msgstr "" - -#: superset/viz.py:2426 superset/viz_sip38.py:2311 -msgid "Deck.gl - Scatter plot" -msgstr "" - -#: superset/viz.py:2475 superset/viz_sip38.py:2358 -msgid "Deck.gl - Screen Grid" -msgstr "" - -#: superset/viz.py:2501 superset/viz_sip38.py:2384 -msgid "Deck.gl - 3D Grid" -msgstr "" - -#: superset/viz.py:2531 superset/viz_sip38.py:2411 -msgid "Deck.gl - Paths" -msgstr "" - -#: superset/viz.py:2579 superset/viz_sip38.py:2456 -msgid "Deck.gl - Polygon" -msgstr "" - -#: superset/viz.py:2608 superset/viz_sip38.py:2485 -msgid "Deck.gl - 3D HEX" -msgstr "" - -#: superset/viz.py:2627 superset/viz_sip38.py:2501 -msgid "Deck.gl - GeoJSON" -msgstr "" - -#: superset/viz.py:2646 superset/viz_sip38.py:2513 -msgid "Deck.gl - Arc" -msgstr "" - -#: superset/viz.py:2681 superset/viz_sip38.py:2548 -msgid "Event flow" -msgstr "Fluxo de eventos" - -#: superset/viz.py:2713 superset/viz_sip38.py:2580 -msgid "Time Series - Paired t-test" -msgstr "Série temporal - teste emparelhado T" - -#: superset/viz.py:2768 superset/viz_sip38.py:2635 -msgid "Time Series - Nightingale Rose Chart" -msgstr "Série Temporal - Gráfico de linhas" - -#: superset/viz.py:2803 superset/viz_sip38.py:2670 -msgid "Partition Diagram" -msgstr "Diagrama de Partição" - -#: superset/viz_sip38.py:623 -msgid "" -"Choose either fields to [Group By] and [Metrics] and/or [Percentage " -"Metrics], or [Columns], not both" -msgstr "" -"Escolha apenas entre os campos [Agrupar por] e [Métricas] ou o campo " -"[Colunas]" - -#: superset/viz_sip38.py:943 -msgid "Box Plot" -msgstr "Box Plot" - -#: superset/viz_sip38.py:1524 -msgid "Distribution - NVD3 - Pie Chart" -msgstr "Distribuição - NVD3 - Gráfico de Queijos" - -#: superset/viz_sip38.py:1929 -msgid "iFrame" -msgstr "iFrame" - -#: superset/annotation_layers/api.py:346 -#, python-format -msgid "Deleted %(num)d annotation layer" -msgid_plural "Deleted %(num)d annotation layers" -msgstr[0] "Selecione uma camada de anotação" -msgstr[1] "Selecione uma camada de anotação" - -#: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 -#: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 -msgid "All Text" -msgstr "" - -#: superset/annotation_layers/annotations/api.py:493 -#, python-format -msgid "Deleted %(num)d annotation" -msgid_plural "Deleted %(num)d annotations" -msgstr[0] "Selecione uma camada de anotação" -msgstr[1] "Selecione uma camada de anotação" - -#: superset/annotation_layers/annotations/commands/exceptions.py:35 -msgid "End date must be after start date" -msgstr "Data de inicio não pode ser posterior à data de fim" - -#: superset/annotation_layers/annotations/commands/exceptions.py:46 -msgid "Short description must be unique for this layer" -msgstr "" - -#: superset/annotation_layers/annotations/commands/exceptions.py:52 -msgid "Annotations could not be deleted." -msgstr "" - -#: superset/annotation_layers/annotations/commands/exceptions.py:56 -msgid "Annotation not found." -msgstr "Anotações" - -#: superset/annotation_layers/annotations/commands/exceptions.py:60 -msgid "Annotation parameters are invalid." -msgstr "" - -#: superset/annotation_layers/annotations/commands/exceptions.py:64 -msgid "Annotation could not be created." -msgstr "" - -#: superset/annotation_layers/annotations/commands/exceptions.py:68 -msgid "Annotation could not be updated." -msgstr "" - -#: superset/annotation_layers/annotations/commands/exceptions.py:72 -msgid "Annotation delete failed." -msgstr "Camadas de anotação" - -#: superset/annotation_layers/commands/exceptions.py:29 -msgid "Annotation layer parameters are invalid." -msgstr "Camadas de anotação para sobreposição na visualização" - -#: superset/annotation_layers/commands/exceptions.py:33 -msgid "Annotation layer could not be deleted." -msgstr "" - -#: superset/annotation_layers/commands/exceptions.py:37 -msgid "Annotation layer could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/annotation_layers/commands/exceptions.py:41 -msgid "Annotation layer could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/annotation_layers/commands/exceptions.py:45 -msgid "Annotation layer not found." -msgstr "Camadas de anotação" - -#: superset/annotation_layers/commands/exceptions.py:49 -msgid "Annotation layer delete failed." -msgstr "Camadas de anotação" - -#: superset/annotation_layers/commands/exceptions.py:53 -#: superset/annotation_layers/commands/exceptions.py:57 -msgid "Annotation layer has associated annotations." -msgstr "Camadas de anotação para sobreposição na visualização" - -#: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:133 -msgid "Name must be unique" -msgstr "" - -#: superset/charts/api.py:463 -#, python-format -msgid "Deleted %(num)d chart" -msgid_plural "Deleted %(num)d charts" -msgstr[0] "" -msgstr[1] "" - -#: superset/charts/api.py:566 superset/charts/api.py:638 -#, python-format -msgid "Request is incorrect: %(error)s" -msgstr "" - -#: superset/charts/schemas.py:487 -msgid "`confidence_interval` must be between 0 and 1 (exclusive)" -msgstr "" - -#: superset/charts/schemas.py:553 -msgid "" -"lower percentile must be greater than 0 and less than 100. Must be lower " -"than upper percentile." -msgstr "" - -#: superset/charts/schemas.py:568 -msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher " -"than lower percentile." -msgstr "" - -#: superset/charts/schemas.py:848 -msgid "`width` must be greater or equal to 0" -msgstr "" - -#: superset/charts/schemas.py:938 -msgid "`row_limit` must be greater than or equal to 1" -msgstr "" - -#: superset/charts/schemas.py:944 -msgid "`row_offset` must be greater than or equal to 0" -msgstr "" - -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 -#, python-format -msgid "There are associated alerts or reports: %s," -msgstr "" - -#: superset/charts/commands/exceptions.py:37 -#: superset/datasets/commands/exceptions.py:38 -#: superset/reports/commands/exceptions.py:35 -msgid "Database does not exist" -msgstr "" - -#: superset/charts/commands/exceptions.py:46 -msgid "Dashboards do not exist" -msgstr "Dashboards" - -#: superset/charts/commands/exceptions.py:56 -msgid "Datasource type is required when datasource_id is given" -msgstr "" - -#: superset/charts/commands/exceptions.py:66 -msgid "Chart parameters are invalid." -msgstr "" - -#: superset/charts/commands/exceptions.py:70 -msgid "Chart could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/charts/commands/exceptions.py:74 -msgid "Chart could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/charts/commands/exceptions.py:78 -msgid "Chart could not be deleted." -msgstr "Não foi possível carregar a query" - -#: superset/charts/commands/exceptions.py:82 -#: superset/charts/commands/exceptions.py:102 -#: superset/dashboards/commands/exceptions.py:57 -#: superset/dashboards/commands/exceptions.py:69 -#: superset/databases/commands/exceptions.py:116 -msgid "There are associated alerts or reports" -msgstr "" - -#: superset/charts/commands/exceptions.py:86 -msgid "Changing this chart is forbidden" -msgstr "" - -#: superset/charts/commands/exceptions.py:90 -msgid "Charts could not be deleted." -msgstr "Não foi possível carregar a query" - -#: superset/charts/commands/exceptions.py:106 -msgid "Import chart failed for an unknown reason" -msgstr "" - -#: superset/commands/exceptions.py:85 -#: superset/datasets/commands/exceptions.py:141 -msgid "Owners are invalid" -msgstr "" - -#: superset/commands/exceptions.py:92 -msgid "Dataset does not exist" -msgstr "Origem de dados %(name)s já existe" - -#: superset/common/query_object.py:297 -msgid "`operation` property of post processing object undefined" -msgstr "" - -#: superset/common/query_object.py:301 -#, python-format -msgid "Unsupported post processing operation: %(operation)s" -msgstr "" - -#: superset/connectors/druid/models.py:240 -msgid "Adding new datasource [{}]" -msgstr "Adicionar origem de dados Druid" - -#: superset/connectors/druid/models.py:243 -msgid "Refreshing datasource [{}]" -msgstr "" - -#: superset/connectors/druid/models.py:1054 -msgid "Metric(s) {} must be aggregations." -msgstr "" - -#: superset/connectors/druid/models.py:1476 -msgid "Unsupported extraction function: " -msgstr "Função de agregação" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:988 -#: superset-frontend/src/explore/components/DatasourcePanel.tsx:227 -#: superset-frontend/src/explore/controls.jsx:251 -#: superset/connectors/druid/views.py:56 superset/connectors/sqla/views.py:62 -msgid "Columns" -msgstr "Colunas" - -#: superset/connectors/druid/views.py:57 -msgid "Show Druid Column" -msgstr "Mostrar Colunas Druid" - -#: superset/connectors/druid/views.py:58 -msgid "Add Druid Column" -msgstr "Adicionar Colunas Druid" - -#: superset/connectors/druid/views.py:59 -msgid "Edit Druid Column" -msgstr "Editar Colunas Druid" - -#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:204 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:137 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:193 -#: superset/connectors/druid/views.py:77 superset/connectors/sqla/views.py:133 -msgid "Column" -msgstr "Coluna" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:261 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:439 -#: superset/connectors/druid/views.py:78 superset/connectors/druid/views.py:174 -#: superset/connectors/sqla/views.py:142 superset/connectors/sqla/views.py:229 -msgid "Type" -msgstr "Tipo" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:163 -#: superset/connectors/druid/views.py:79 superset/views/access_requests.py:43 -#: superset/views/chart/mixin.py:80 -msgid "Datasource" -msgstr "Fonte de dados" - -#: superset/connectors/druid/views.py:80 superset/connectors/sqla/views.py:136 -msgid "Groupable" -msgstr "Agrupável" - -#: superset/connectors/druid/views.py:81 superset/connectors/sqla/views.py:137 -msgid "Filterable" -msgstr "Filtrável" - -#: superset/connectors/druid/views.py:84 superset/connectors/sqla/views.py:97 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore view." -msgstr "Se esta coluna está exposta na seção `Filtros` da vista de exploração." - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:977 -#: superset-frontend/src/explore/components/DatasourcePanel.tsx:214 -#: superset-frontend/src/explore/controls.jsx:153 -#: superset/connectors/druid/views.py:143 superset/connectors/sqla/views.py:183 -msgid "Metrics" -msgstr "Métricas" - -#: superset/connectors/druid/views.py:144 -msgid "Show Druid Metric" -msgstr "Mostrar Métrica Druid" - -#: superset/connectors/druid/views.py:145 -msgid "Add Druid Metric" -msgstr "Adicionar Métrica Druid" - -#: superset/connectors/druid/views.py:146 -msgid "Edit Druid Metric" -msgstr "Editar Métrica Druid" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:831 -#: superset-frontend/src/explore/controls.jsx:172 -#: superset-frontend/src/explore/controls.jsx:173 -#: superset/connectors/druid/views.py:171 superset/connectors/sqla/views.py:226 -msgid "Metric" -msgstr "Métrica" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:128 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:161 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:151 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:155 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:513 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:845 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:849 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:214 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1094 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:153 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:158 -#: superset/connectors/druid/views.py:172 -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:227 superset/connectors/sqla/views.py:445 -#: superset/views/annotations.py:80 superset/views/annotations.py:128 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:73 -msgid "Description" -msgstr "Descrição" - -#: superset/connectors/druid/views.py:173 -#: superset/connectors/druid/views.py:220 superset/connectors/sqla/views.py:134 -#: superset/connectors/sqla/views.py:228 -msgid "Verbose Name" -msgstr "Nome Detalhado" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:735 -#: superset/connectors/druid/views.py:175 superset/views/log/__init__.py:33 -msgid "JSON" -msgstr "JSON" - -#: superset/connectors/druid/views.py:176 -msgid "Druid Datasource" -msgstr "Origem de Dados Druid" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:861 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:869 -#: superset/connectors/druid/views.py:177 superset/connectors/sqla/views.py:234 -msgid "Warning Message" -msgstr "Mensagem de Aviso" - -#: superset/connectors/druid/views.py:196 -msgid "Show Druid Cluster" -msgstr "Mostrar Cluster Druid" - -#: superset/connectors/druid/views.py:197 -msgid "Add Druid Cluster" -msgstr "Adicionar Cluster Druid" - -#: superset/connectors/druid/views.py:198 -msgid "Edit Druid Cluster" -msgstr "Editar Cluster Druid" - -#: superset/connectors/druid/views.py:214 -msgid "Cluster Name" -msgstr "Nome do país" - -#: superset/connectors/druid/views.py:215 -msgid "Broker Host" -msgstr "Broker Host" - -#: superset/connectors/druid/views.py:216 -msgid "Broker Port" -msgstr "Broker Port" - -#: superset/connectors/druid/views.py:217 -msgid "Broker Username" -msgstr "Broker Host" - -#: superset/connectors/druid/views.py:218 -msgid "Broker Password" -msgstr "Broker Port" - -#: superset/connectors/druid/views.py:219 -msgid "Broker Endpoint" -msgstr "Broker Endpoint" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:597 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:238 -#: superset/connectors/druid/views.py:221 -#: superset/connectors/druid/views.py:331 superset/connectors/sqla/views.py:440 -#: superset/views/chart/mixin.py:77 -msgid "Cache Timeout" -msgstr "Tempo limite para cache" - -#: superset/connectors/druid/views.py:222 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset/connectors/druid/views.py:225 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout of " -"0 indicates that the cache never expires. Note this defaults to the global " -"timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:230 -#: superset/connectors/druid/views.py:235 -msgid "" -"Druid supports basic authentication. See [auth](http://druid.io/docs/latest/" -"design/auth.html) and druid-basic-security extension" -msgstr "" - -#: superset/connectors/druid/views.py:258 -msgid "Show Druid Datasource" -msgstr "Mostrar origem de dados Druid" - -#: superset/connectors/druid/views.py:259 -msgid "Add Druid Datasource" -msgstr "Adicionar origem de dados Druid" - -#: superset/connectors/druid/views.py:260 -msgid "Edit Druid Datasource" -msgstr "Editar origem de dados Druid" - -#: superset/connectors/druid/views.py:283 superset/connectors/sqla/views.py:372 -msgid "" -"The list of charts associated with this table. By altering this datasource, " -"you may change how these associated charts behave. Also note that charts " -"need to point to a datasource, so this form will fail at saving if removing " -"charts from a datasource. If you want to change the datasource for a chart, " -"overwrite the chart from the 'explore view'" -msgstr "" -"A lista de visualizações associadas a esta tabela. Ao alterar a origem de " -"dados, o comportamento das visualizações associadas poderá ser alterado. " -"Observe também que as visualizações tem que apontar para uma origem de " -"dados, este formulário falhará na poupança se forem removidas visualizações " -"da origem de dados. Se quiser alterar a origem de dados de uma visualização, " -"atualize a visualização na \"vista de exploração\"" - -#: superset/connectors/druid/views.py:292 superset/connectors/sqla/views.py:381 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Diferença do fuso horário (em horas) para esta fonte de dados" - -#: superset/connectors/druid/views.py:297 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` is " -"on. If you enter `7 days ago`, the distinct list of values in the filter " -"will be populated based on the distinct value over the past week" -msgstr "" -"Expressão temporal a ser utilizada como predicado ao recuperar valores " -"distintos para preencher o componente do filtro. Apenas aplicável quando " -"\"Permitir Seleção de Filtro\" estiver ativado. Ao inserir `7 dias atrás ', " -"a lista distinta de valores no filtro será preenchida com base no valor " -"distinto da semana passada" - -#: superset/connectors/druid/views.py:305 superset/connectors/sqla/views.py:404 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the fly" -msgstr "" -"Preencher a lista de filtros, na vista de exploração, com valores distintos " -"carregados em tempo real a partir do backend" - -#: superset/connectors/druid/views.py:310 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Redireciona para este endpoint quando se seleciona a origem de dados da " -"respetiva lista" - -#: superset/connectors/druid/views.py:314 -msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"cluster timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:322 superset/connectors/sqla/views.py:430 -msgid "Associated Charts" -msgstr "Visualizações Associadas" - -#: superset/connectors/druid/views.py:323 -msgid "Data Source" -msgstr "Origem de dados" - -#: superset/connectors/druid/views.py:324 -msgid "Cluster" -msgstr "Cluster" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:358 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:567 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:261 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1078 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:262 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:307 -#: superset/connectors/druid/views.py:326 superset/connectors/sqla/views.py:443 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:76 -msgid "Owners" -msgstr "Proprietários" - -#: superset/connectors/druid/views.py:327 -msgid "Is Hidden" -msgstr "É Oculto" - -#: superset/connectors/druid/views.py:328 superset/connectors/sqla/views.py:436 -msgid "Enable Filter Select" -msgstr "Ativar Filtro de Seleção" - -#: superset/connectors/druid/views.py:329 superset/connectors/sqla/views.py:438 -msgid "Default Endpoint" -msgstr "Endpoint Padrão" - -#: superset/connectors/druid/views.py:330 -msgid "Time Offset" -msgstr "Time Offset" - -#: superset/connectors/druid/views.py:332 -msgid "Datasource Name" -msgstr "Nome da origem de dados" - -#: superset/connectors/druid/views.py:333 -msgid "Fetch Values From" -msgstr "Carregar Valores de Predicado" - -#: superset/connectors/druid/views.py:334 superset/connectors/sqla/views.py:432 -msgid "Changed By" -msgstr "Alterado por" - -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:65 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:240 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:295 -#: superset/connectors/druid/views.py:335 superset/connectors/sqla/views.py:323 -#: superset/connectors/sqla/views.py:449 superset/views/dashboard/mixin.py:79 -#: superset/views/dashboard/views.py:148 superset/views/database/mixins.py:201 -#: superset/views/sql_lab.py:74 -msgid "Modified" -msgstr "Modificado" - -#: superset/connectors/druid/views.py:400 -msgid "Refreshed metadata from cluster [{}]" -msgstr "" - -#: superset/connectors/sqla/models.py:634 -msgid "Only `SELECT` statements are allowed" -msgstr "Copiar a instrução SELECT para a área de transferência" - -#: superset/connectors/sqla/models.py:643 -msgid "Only single queries supported" -msgstr "" - -#: superset/connectors/sqla/models.py:739 -#, python-format -msgid "Error in jinja expression in fetch values predicate: %(msg)s" -msgstr "" - -#: superset/connectors/sqla/models.py:797 -#, python-format -msgid "Error in jinja expression in FROM clause: %(msg)s" -msgstr "" - -#: superset/connectors/sqla/models.py:806 -msgid "Virtual dataset query cannot consist of multiple statements" -msgstr "" - -#: superset/connectors/sqla/models.py:815 -msgid "Virtual dataset query must be read-only" -msgstr "" - -#: superset/connectors/sqla/models.py:871 -#, python-format -msgid "Error in jinja expression in RLS filters: %(msg)s" -msgstr "" - -#: superset/connectors/sqla/models.py:931 -msgid "" -"Datetime column not provided as part table configuration and is required by " -"this type of chart" -msgstr "" -"Coluna datahora não definida como parte da configuração da tabela e " -"obrigatória para este tipo de gráfico" - -#: superset/connectors/sqla/models.py:941 -msgid "Empty query?" -msgstr "Query vazia?" - -#: superset/connectors/sqla/models.py:951 -#: superset/connectors/sqla/models.py:1272 -#, python-format -msgid "Metric '%(metric)s' does not exist" -msgstr "" - -#: superset/connectors/sqla/models.py:1100 -#, python-format -msgid "Invalid filter operation type: %(op)s" -msgstr "" - -#: superset/connectors/sqla/models.py:1111 -#, python-format -msgid "Error in jinja expression in WHERE clause: %(msg)s" -msgstr "" - -#: superset/connectors/sqla/models.py:1123 -#, python-format -msgid "Error in jinja expression in HAVING clause: %(msg)s" -msgstr "" - -#: superset/connectors/sqla/views.py:63 -msgid "Show Column" -msgstr "Mostrar Coluna" - -#: superset/connectors/sqla/views.py:64 -msgid "Add Column" -msgstr "Adicionar Coluna" - -#: superset/connectors/sqla/views.py:65 -msgid "Edit Column" -msgstr "Editar Coluna" - -#: superset/connectors/sqla/views.py:92 -msgid "" -"Whether to make this column available as a [Time Granularity] option, column " -"has to be DATETIME or DATETIME-like" -msgstr "" -"Para se disponibilizar esta coluna como uma opção [Time Granularity], a " -"coluna deve ser DATETIME ou DATETIME" - -#: superset/connectors/sqla/views.py:101 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In most " -"case users should not need to alter this." -msgstr "" -"O tipo de dados que foi inferido pela base de dados. Pode ser necessário " -"inserir um tipo manualmente para colunas definidas por expressões em alguns " -"casos. A maioria dos casos não requer alteração por parte do utilizador." - -#: superset-frontend/src/components/TableSelector.tsx:392 -#: superset/connectors/sqla/views.py:138 superset/connectors/sqla/views.py:231 -#: superset/connectors/sqla/views.py:431 superset/views/chart/mixin.py:87 -msgid "Table" -msgstr "Tabela" - -#: superset/connectors/sqla/views.py:139 -msgid "Expression" -msgstr "Expressão" - -#: superset/connectors/sqla/views.py:140 -msgid "Is temporal" -msgstr "É temporal" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:170 -#: superset/connectors/sqla/views.py:141 -msgid "Datetime Format" -msgstr "Formato de data e hora" - -#: superset/connectors/sqla/views.py:158 superset/datasets/schemas.py:39 -msgid "Invalid date/timestamp format" -msgstr "Formato da Tabela Datahora" - -#: superset/connectors/sqla/views.py:184 -msgid "Show Metric" -msgstr "Mostrar Métrica" - -#: superset/connectors/sqla/views.py:185 -msgid "Add Metric" -msgstr "Adicionar Métrica" - -#: superset/connectors/sqla/views.py:186 -msgid "Edit Metric" -msgstr "Editar Métrica" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:130 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:833 -#: superset/connectors/sqla/views.py:230 -msgid "SQL Expression" -msgstr "Expressão SQL" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:855 -#: superset/connectors/sqla/views.py:232 -msgid "D3 Format" -msgstr "Formato D3" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:549 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:599 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:637 -#: superset/connectors/sqla/views.py:233 superset/connectors/sqla/views.py:448 -#: superset/views/database/mixins.py:195 -msgid "Extra" -msgstr "Extra" - -#: superset/connectors/sqla/views.py:266 -msgid "Row level security filter" -msgstr "" - -#: superset/connectors/sqla/views.py:267 -msgid "Show Row level security filter" -msgstr "" - -#: superset/connectors/sqla/views.py:268 -msgid "Add Row level security filter" -msgstr "" - -#: superset/connectors/sqla/views.py:269 -msgid "Edit Row level security filter" -msgstr "" - -#: superset/connectors/sqla/views.py:287 -msgid "" -"Regular filters add where clauses to queries if a user belongs to a role " -"referenced in the filter. Base filters apply filters to all queries except " -"the roles defined in the filter, and can be used to define what users can " -"see if no RLS filters within a filter group apply to them." -msgstr "" - -#: superset/connectors/sqla/views.py:293 -msgid "These are the tables this filter will be applied to." -msgstr "" - -#: superset/connectors/sqla/views.py:294 -msgid "" -"For regular filters, these are the roles this filter will be applied to. For " -"base filters, these are the roles that the filter DOES NOT apply to, e.g. " -"Admin if admin should see all data." -msgstr "" - -#: superset/connectors/sqla/views.py:300 -msgid "" -"Filters with the same group key will be ORed together within the group, " -"while different filter groups will be ANDed together. Undefined group keys " -"are treated as unique groups, i.e. are not grouped together. For example, if " -"a table has three filters, of which two are for departments Finance and " -"Marketing (group key = 'department'), and one refers to the region Europe " -"(group key = 'region'), the filter clause would apply the filter (department " -"= 'Finance' OR department = 'Marketing') AND (region = 'Europe')." -msgstr "" - -#: superset/connectors/sqla/views.py:310 -msgid "" -"This is the condition that will be added to the WHERE clause. For example, " -"to only return rows for a particular client, you might define a regular " -"filter with the clause `client_id = 9`. To display no rows unless a user " -"belongs to a RLS filter role, a base filter can be created with the clause " -"`1 = 0` (always false)." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:276 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:260 -#: superset/connectors/sqla/views.py:319 superset/connectors/sqla/views.py:338 -msgid "Tables" -msgstr "Tabelas" - -#: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:320 -msgid "Roles" -msgstr "Cargo" - -#: superset/connectors/sqla/views.py:321 -msgid "Clause" -msgstr "" - -#: superset/connectors/sqla/views.py:322 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:147 -#: superset/views/database/mixins.py:191 -msgid "Creator" -msgstr "Criador" - -#: superset/connectors/sqla/views.py:339 -msgid "Show Table" -msgstr "Mostrar Tabela" - -#: superset/connectors/sqla/views.py:340 -msgid "Import a table definition" -msgstr "" - -#: superset/connectors/sqla/views.py:341 -msgid "Edit Table" -msgstr "Editar Tabela" - -#: superset/connectors/sqla/views.py:382 -msgid "Name of the table that exists in the source database" -msgstr "Nome da tabela que existe na base de dados de origem" - -#: superset/connectors/sqla/views.py:383 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" -"Esquema, como utilizado em algumas base de dados, como Postgres, Redshift e " -"DB2" - -#: superset/connectors/sqla/views.py:390 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." -msgstr "" -"Este campo atua como uma vista do Superset, o que significa que o Superset " -"vai correr uma query desta string como uma subquery." - -#: superset/connectors/sqla/views.py:394 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when `Enable " -"Filter Select` is on." -msgstr "" -"Predicado aplicado ao obter um valor distinto para preencher a componente de " -"controlo de filtro. Suporta a sintaxe jinja standard. Apenas se aplica " -"quando \"Ativar Filtro de Seleção\" está ativado." - -#: superset/connectors/sqla/views.py:400 -msgid "" -"Redirects to this endpoint when clicking on the table from the table list" -msgstr "Redireciona para este endpoint ao clicar na tabela da respetiva lista" - -#: superset/connectors/sqla/views.py:409 -msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:612 -#: superset/connectors/sqla/views.py:412 -msgid "" -"A set of parameters that become available in the query using Jinja " -"templating syntax" -msgstr "" - -#: superset/connectors/sqla/views.py:416 -msgid "" -"Duration (in seconds) of the caching timeout for this table. A timeout of 0 " -"indicates that the cache never expires. Note this defaults to the database " -"timeout if undefined." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:165 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:197 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:409 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:230 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:338 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:213 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:360 -#: superset/connectors/sqla/views.py:433 superset/connectors/sqla/views.py:434 -#: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:112 superset/views/database/forms.py:309 -#: superset/views/database/mixins.py:190 superset/views/sql_lab.py:72 -msgid "Database" -msgstr "Base de dados" - -#: superset/connectors/sqla/views.py:435 superset/views/database/mixins.py:192 -msgid "Last Changed" -msgstr "Modificado pela última vez" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:272 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:424 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:239 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:380 -#: superset/connectors/sqla/views.py:437 superset/views/database/forms.py:118 -#: superset/views/database/forms.py:315 -msgid "Schema" -msgstr "Esquema" - -#: superset/connectors/sqla/views.py:439 -msgid "Offset" -msgstr "Offset" - -#: superset/connectors/sqla/views.py:441 superset/views/database/forms.py:87 -#: superset/views/database/forms.py:276 -msgid "Table Name" -msgstr "Nome da Tabela" - -#: superset/connectors/sqla/views.py:442 -msgid "Fetch Values Predicate" -msgstr "Carregar Valores de Predicado" - -#: superset/connectors/sqla/views.py:444 -msgid "Main Datetime Column" -msgstr "Coluna Datahora principal" - -#: superset/connectors/sqla/views.py:446 -msgid "SQL Lab View" -msgstr "SQL Lab" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:611 -#: superset/connectors/sqla/views.py:447 -msgid "Template parameters" -msgstr "Nome do modelo" - -#: superset/connectors/sqla/views.py:473 -msgid "" -"The table was created. As part of this two-phase configuration process, you " -"should now click the edit button by the new table to configure it." -msgstr "" -"A tabela foi criada. Como parte deste processo de configuração de duas " -"fases, deve agora clicar no botão Editar, na nova tabela, para configurá-lo." - -#: superset/connectors/sqla/views.py:498 -msgid "Refresh Metadata" -msgstr "Atualizar Metadados" - -#: superset/connectors/sqla/views.py:498 -msgid "Refresh column metadata" -msgstr "Atualizar coluna de metadados" - -#: superset/connectors/sqla/views.py:532 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadados atualizados para a seguinte tabela(s): %(tables)s" - -#: superset/connectors/sqla/views.py:542 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:553 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:564 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:571 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" -msgstr "Metadados atualizados para a seguinte tabela(s): %(tables)s" - -#: superset/css_templates/api.py:137 -#, python-format -msgid "Deleted %(num)d css template" -msgid_plural "Deleted %(num)d css templates" -msgstr[0] "" -msgstr[1] "" - -#: superset/css_templates/commands/exceptions.py:23 -msgid "CSS template could not be deleted." -msgstr "" - -#: superset/css_templates/commands/exceptions.py:27 -msgid "CSS template not found." -msgstr "Modelos CSS" - -#: superset/dashboards/api.py:453 -#, python-format -msgid "Deleted %(num)d dashboard" -msgid_plural "Deleted %(num)d dashboards" -msgstr[0] "Por favor selecione um dashboard" -msgstr[1] "Por favor selecione um dashboard" - -#: superset/dashboards/filters.py:32 -msgid "Title or Slug" -msgstr "" - -#: superset/dashboards/commands/exceptions.py:37 -msgid "Must be unique" -msgstr "" - -#: superset/dashboards/commands/exceptions.py:41 -msgid "Dashboard parameters are invalid." -msgstr "" - -#: superset/dashboards/commands/exceptions.py:45 -msgid "Dashboard not found." -msgstr "Dashboard" - -#: superset/dashboards/commands/exceptions.py:49 -msgid "Dashboard could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/dashboards/commands/exceptions.py:53 -msgid "Dashboards could not be deleted." -msgstr "" - -#: superset/dashboards/commands/exceptions.py:61 -msgid "Dashboard could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/dashboards/commands/exceptions.py:65 -msgid "Dashboard could not be deleted." -msgstr "Não foi possível gravar a sua query" - -#: superset/dashboards/commands/exceptions.py:73 -msgid "Changing this Dashboard is forbidden" -msgstr "Editar propriedades do dashboard" - -#: superset/dashboards/commands/exceptions.py:77 -msgid "Import dashboard failed for an unknown reason" -msgstr "" - -#: superset/dashboards/commands/importers/v0.py:303 -msgid "No data in file" -msgstr "" - -#: superset/databases/decorators.py:46 -msgid "Table name undefined" -msgstr "Nome da Tabela" - -#: superset/databases/schemas.py:140 -msgid "" -"Invalid connection string, a valid string usually follows: driver://user:" -"password@database-host/database-name" -msgstr "" - -#: superset/databases/schemas.py:150 -msgid "SQLite database cannot be used as a data source for security reasons." -msgstr "" - -#: superset/databases/schemas.py:181 superset/databases/schemas.py:196 -#, python-format -msgid "Field cannot be decoded by JSON. %(msg)s" -msgstr "" - -#: superset/databases/schemas.py:204 -#, python-format -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%(key)s is invalid." -msgstr "" - -#: superset/databases/commands/exceptions.py:31 -msgid "Database parameters are invalid." -msgstr "" - -#: superset/databases/commands/exceptions.py:41 -msgid "A database with the same name already exists" -msgstr "Origem de dados %(name)s já existe" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:184 -#: superset/databases/commands/exceptions.py:49 -msgid "Field is required" -msgstr "" - -#: superset/databases/commands/exceptions.py:61 -msgid "Field cannot be decoded by JSON. %{json_error}s" -msgstr "" - -#: superset/databases/commands/exceptions.py:78 -#: superset/views/database/mixins.py:251 -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%{key}s is invalid." -msgstr "" - -#: superset/databases/commands/exceptions.py:90 -msgid "Database not found." -msgstr "" - -#: superset/databases/commands/exceptions.py:94 -msgid "Database could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/databases/commands/exceptions.py:98 -msgid "Database could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/databases/commands/exceptions.py:104 -#: superset/databases/commands/exceptions.py:120 superset/views/core.py:1276 -msgid "Connection failed, please check your connection settings" -msgstr "" - -#: superset/databases/commands/exceptions.py:108 -msgid "Cannot delete a database that has tables attached" -msgstr "" - -#: superset/databases/commands/exceptions.py:112 -msgid "Database could not be deleted." -msgstr "" - -#: superset/databases/commands/exceptions.py:124 -msgid "Stopped an unsafe database connection" -msgstr "Selecione qualquer coluna para inspeção de metadados" - -#: superset/databases/commands/exceptions.py:128 -msgid "Could not load database driver" -msgstr "Não foi possível ligar ao servidor" - -#: superset/databases/commands/exceptions.py:132 superset/views/core.py:1284 -msgid "Unexpected error occurred, please check your logs for details" -msgstr "" - -#: superset/databases/commands/exceptions.py:136 -msgid "Import database failed for an unknown reason" -msgstr "" - -#: superset/databases/commands/test_connection.py:69 -msgid "Could not load database driver: {}" -msgstr "Não foi possível ligar ao servidor" - -#: superset/datasets/api.py:631 -#, python-format -msgid "Deleted %(num)d dataset" -msgid_plural "Deleted %(num)d datasets" -msgstr[0] "Selecione uma base de dados" -msgstr[1] "Selecione uma base de dados" - -#: superset/datasets/filters.py:26 -msgid "Null or Empty" -msgstr "" - -#: superset/datasets/commands/exceptions.py:47 -msgid "Database not allowed to change" -msgstr "" - -#: superset/datasets/commands/exceptions.py:67 -msgid "One or more columns do not exist" -msgstr "" - -#: superset/datasets/commands/exceptions.py:77 -msgid "One or more columns are duplicated" -msgstr "" - -#: superset/datasets/commands/exceptions.py:87 -msgid "One or more columns already exist" -msgstr "" - -#: superset/datasets/commands/exceptions.py:96 -msgid "One or more metrics do not exist" -msgstr "Uma ou várias métricas para exibir" - -#: superset/datasets/commands/exceptions.py:106 -msgid "One or more metrics are duplicated" -msgstr "Uma ou várias métricas para exibir" - -#: superset/datasets/commands/exceptions.py:116 -msgid "One or more metrics already exist" -msgstr "Uma ou várias métricas para exibir" - -#: superset/datasets/commands/exceptions.py:127 -#, python-format -msgid "" -"Table [%(table_name)s] could not be found, please double check your database " -"connection, schema, and table name" -msgstr "" -"Tabela [{}] não encontrada, por favor verifique conexão à base de dados, " -"esquema e nome da tabela" - -#: superset/datasets/commands/exceptions.py:149 -msgid "Dataset parameters are invalid." -msgstr "" - -#: superset/datasets/commands/exceptions.py:153 -msgid "Dataset could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/datasets/commands/exceptions.py:157 -#: superset/datasets/commands/exceptions.py:169 -msgid "Dataset could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/datasets/commands/exceptions.py:161 -msgid "Dataset could not be deleted." -msgstr "" - -#: superset/datasets/commands/exceptions.py:165 -msgid "Dataset(s) could not be bulk deleted." -msgstr "" - -#: superset/datasets/commands/exceptions.py:173 -msgid "Changing this dataset is forbidden" -msgstr "" - -#: superset/datasets/commands/exceptions.py:177 -msgid "Import dataset failed for an unknown reason" -msgstr "" - -#: superset/db_engine_specs/presto.py:834 -msgid "Unknown Presto Error" -msgstr "" - -#: superset/db_engine_specs/presto.py:1052 -#, python-format -msgid "" -"We can't seem to resolve the column \"%(column_name)s\" at line %(location)s." -msgstr "" - -#: superset/db_engine_specs/presto.py:1069 -#, python-format -msgid "" -"The table \"%(table_name)s\" does not exist. A valid table must be used to " -"run this query." -msgstr "" - -#: superset/queries/saved_queries/api.py:188 -#, python-format -msgid "Deleted %(num)d saved query" -msgid_plural "Deleted %(num)d saved queries" -msgstr[0] "" -msgstr[1] "" - -#: superset/queries/saved_queries/commands/exceptions.py:23 -msgid "Saved queries could not be deleted." -msgstr "Não foi possível carregar a query" - -#: superset/queries/saved_queries/commands/exceptions.py:27 -msgid "Saved query not found." -msgstr "" - -#: superset/reports/api.py:417 -#, python-format -msgid "Deleted %(num)d report schedule" -msgid_plural "Deleted %(num)d report schedules" -msgstr[0] "" -msgstr[1] "" - -#: superset/reports/commands/alert.py:74 -#, python-format -msgid "Alert query returned more than one row. %s rows returned" -msgstr "" - -#: superset/reports/commands/alert.py:83 -#, python-format -msgid "Alert query returned more than one column. %s columns returned" -msgstr "" - -#: superset/reports/commands/exceptions.py:44 -msgid "Dashboard does not exist" -msgstr "" - -#: superset/reports/commands/exceptions.py:53 -msgid "Chart does not exist" -msgstr "" - -#: superset/reports/commands/exceptions.py:62 -msgid "Database is required for alerts" -msgstr "" - -#: superset/reports/commands/exceptions.py:71 -msgid "Type is required" -msgstr "" - -#: superset/reports/commands/exceptions.py:80 -msgid "Choose a chart or dashboard not both" -msgstr "Remover gráfico do dashboard" - -#: superset/reports/commands/exceptions.py:84 -msgid "Report Schedule parameters are invalid." -msgstr "" - -#: superset/reports/commands/exceptions.py:88 -msgid "Report Schedule could not be deleted." -msgstr "Não foi possível gravar a sua query" - -#: superset/reports/commands/exceptions.py:92 -msgid "Report Schedule could not be created." -msgstr "Não foi possível gravar a sua query" - -#: superset/reports/commands/exceptions.py:96 -msgid "Report Schedule could not be updated." -msgstr "Não foi possível gravar a sua query" - -#: superset/reports/commands/exceptions.py:100 -msgid "Report Schedule not found." -msgstr "" - -#: superset/reports/commands/exceptions.py:104 -msgid "Report Schedule delete failed." -msgstr "" - -#: superset/reports/commands/exceptions.py:108 -msgid "Report Schedule log prune failed." -msgstr "" - -#: superset/reports/commands/exceptions.py:112 -msgid "Report Schedule execution failed when generating a screenshot." -msgstr "" - -#: superset/reports/commands/exceptions.py:116 -msgid "Report Schedule execution got an unexpected error." -msgstr "" - -#: superset/reports/commands/exceptions.py:120 -msgid "Report Schedule is still working, refusing to re-compute." -msgstr "" - -#: superset/reports/commands/exceptions.py:124 -msgid "Report Schedule reached a working timeout." -msgstr "" - -#: superset/reports/commands/exceptions.py:138 -msgid "Alert query returned more than one row." -msgstr "" - -#: superset/reports/commands/exceptions.py:143 -msgid "Alert validator config error." -msgstr "" - -#: superset/reports/commands/exceptions.py:147 -msgid "Alert query returned more than one column." -msgstr "" - -#: superset/reports/commands/exceptions.py:151 -msgid "Alert query returned a non-number value." -msgstr "" - -#: superset/reports/commands/exceptions.py:155 -msgid "Alert found an error while executing a query." -msgstr "" - -#: superset/reports/commands/exceptions.py:159 -msgid "Alert fired during grace period." -msgstr "" - -#: superset/reports/commands/exceptions.py:163 -msgid "Alert ended grace period." -msgstr "" - -#: superset/reports/commands/exceptions.py:167 -msgid "Alert on grace period" -msgstr "" - -#: superset/reports/commands/exceptions.py:171 -msgid "Report Schedule sellenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:175 -msgid "Report Schedule state not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:179 -msgid "Report schedule unexpected error" -msgstr "" - -#: superset/reports/commands/exceptions.py:183 -msgid "Changing this report is forbidden" -msgstr "" - -#: superset/reports/commands/exceptions.py:187 -msgid "An error occurred while pruning logs " -msgstr "Ocorreu um erro ao renderizar a visualização: %s" - -#: superset/reports/notifications/email.py:59 superset/tasks/schedules.py:182 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:70 superset/tasks/schedules.py:291 -#: superset/tasks/schedules.py:460 -#, python-format -msgid "%(prefix)s %(title)s" -msgstr "" - -#: superset/reports/notifications/slack.py:48 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " -msgstr "" - -#: superset/tasks/schedules.py:157 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " -msgstr "" - -#: superset/tasks/schedules.py:169 superset/tasks/schedules.py:360 -#, python-format -msgid "Explore in Superset

" -msgstr "" - -#: superset/tasks/schedules.py:359 -#, python-format -msgid "%(name)s.csv" -msgstr "" - -#: superset/tasks/schedules.py:367 -#, python-format -msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " -msgstr "" - -#: superset/tasks/schedules.py:654 -#, python-format -msgid "[Alert] %(label)s" -msgstr "Etiquetas de marcadores" - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "" - -#: superset-frontend/src/components/Menu/NewMenu.tsx:26 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1144 -#: superset/templates/appbuilder/navbar_right.html:38 -msgid "SQL Query" -msgstr "Gravar query" - -#: superset-frontend/src/components/Menu/NewMenu.tsx:31 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:383 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:211 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:522 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:148 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:114 -#: superset/views/schedules.py:286 -msgid "Chart" -msgstr "Carregar" - -#: superset-frontend/src/components/Menu/NewMenu.tsx:36 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:72 superset/views/dashboard/views.py:145 -#: superset/views/schedules.py:223 -msgid "Dashboard" -msgstr "Dashboard" - -#: superset-frontend/src/components/Menu/Menu.tsx:212 -#: superset/templates/appbuilder/navbar_right.html:109 -msgid "Profile" -msgstr "Perfil" - -#: superset-frontend/src/components/Menu/Menu.tsx:217 -#: superset/templates/appbuilder/navbar_right.html:110 -msgid "Info" -msgstr "" - -#: superset-frontend/src/components/Menu/Menu.tsx:220 -#: superset/templates/appbuilder/navbar_right.html:111 -msgid "Logout" -msgstr "Sair" - -#: superset-frontend/src/components/Menu/Menu.tsx:276 -#: superset/templates/appbuilder/navbar_right.html:126 -msgid "Login" -msgstr "Login" - -#: superset/templates/appbuilder/general/widgets/base_list.html:55 -msgid "Record Count" -msgstr "Número de Registos" - -#: superset/templates/appbuilder/general/widgets/base_list.html:64 -msgid "No records found" -msgstr "Nenhum registo encontrado" - -#: superset/templates/appbuilder/general/widgets/search.html:24 -msgid "Filter List" -msgstr "Filtros" - -#: superset-frontend/src/explore/components/DataTableControl.tsx:73 -#: superset-frontend/src/explore/components/controls/VizTypeControl.jsx:226 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:398 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:306 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:466 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:424 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:388 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:450 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 -#: superset/templates/appbuilder/general/widgets/search.html:40 -msgid "Search" -msgstr "Pesquisa" - -#: superset/templates/appbuilder/general/widgets/search.html:57 -msgid "Refresh" -msgstr "Intervalo de atualização" - -#: superset/templates/superset/import_dashboards.html:21 -msgid "Import dashboards" -msgstr "Importar Dashboards" - -#: superset/templates/superset/import_dashboards.html:26 -msgid "Import Dashboard(s)" -msgstr "Importar Dashboards" - -#: superset-frontend/src/components/ImportModal/index.tsx:275 -#: superset/templates/superset/import_dashboards.html:37 -msgid "File" -msgstr "" - -#: superset/templates/superset/import_dashboards.html:47 -msgid "Choose File" -msgstr "Escolha uma fonte" - -#: superset/templates/superset/import_dashboards.html:63 -msgid "Upload" -msgstr "" - -#: superset/templates/superset/request_access.html:20 -msgid "No Access!" -msgstr "Não há acesso!" - -#: superset/templates/superset/request_access.html:25 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "Não tem permissão para aceder à origem de dados: %(name)s." - -#: superset/templates/superset/request_access.html:31 -msgid "Request Permissions" -msgstr "Requisição de Permissão" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:176 -#: superset-frontend/src/common/components/Modal/Modal.tsx:144 -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:305 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:141 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:437 -#: superset-frontend/src/datasource/DatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:175 -#: superset-frontend/src/explore/components/SaveModal.tsx:163 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:749 -#: superset/templates/superset/request_access.html:34 -msgid "Cancel" -msgstr "Cancelar" - -#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:399 -#: superset/templates/superset/models/database/macros.html:22 -msgid "Test Connection" -msgstr "Conexão de teste" - -#: superset/utils/core.py:794 -#, python-format -msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] O acesso à origem dos dados %(name)s foi concedido" - -#: superset/utils/date_parser.py:375 -msgid "Unable to find such a holiday: [{}]" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:136 -msgid "Referenced columns not available in DataFrame." -msgstr "" - -#: superset/utils/pandas_postprocessing.py:161 -#, python-format -msgid "Column referenced by aggregate is undefined: %(column)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:168 -#, python-format -msgid "Operator undefined for aggregator: %(name)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:177 -#, python-format -msgid "Invalid numpy function: %(operator)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:245 -msgid "Pivot operation requires at least one index" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:249 -msgid "Pivot operation must include at least one aggregate" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:357 -msgid "Undefined window for rolling operation" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:372 -#, python-format -msgid "Invalid rolling_type: %(type)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:378 -#, python-format -msgid "Invalid options for %(rolling_type)s: %(options)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:463 -#, python-format -msgid "Invalid cumulative operator: %(operator)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:489 -msgid "Invalid geohash string" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:512 -msgid "Invalid longitude/latitude" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:554 -msgid "Invalid geodetic string" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:616 -msgid "`fbprophet` package not installed" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:667 -msgid "Time grain missing" -msgstr "Granularidade Temporal" - -#: superset/utils/pandas_postprocessing.py:670 -#, python-format -msgid "Unsupported time grain: %(time_grain)s" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:676 -msgid "Periods must be a positive integer value" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:679 -msgid "Confidence interval must be between 0 and 1 (exclusive)" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:682 -msgid "DataFrame must include temporal column" -msgstr "" - -#: superset/utils/pandas_postprocessing.py:684 -msgid "DataFrame include at least one series" -msgstr "Selecione pelo menos uma métrica" - -#: superset/utils/pandas_postprocessing.py:773 -msgid "" -"percentiles must be a list or tuple with two numeric values, of which the " -"first is lower than the second value" -msgstr "" - -#: superset-frontend/src/components/Menu/Menu.tsx:208 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:282 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:372 -#: superset/views/access_requests.py:40 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:226 superset/views/schedules.py:289 -#: superset/views/sql_lab.py:71 -msgid "User" -msgstr "Utilizador" - -#: superset/views/access_requests.py:41 -msgid "User Roles" -msgstr "Cargo do Utilizador" - -#: superset/views/access_requests.py:42 -msgid "Database URL" -msgstr "URL da Base de Dados" - -#: superset/views/access_requests.py:44 -msgid "Roles to grant" -msgstr "Cargos a permitir ao utilizador" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:206 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:285 -#: superset/views/access_requests.py:45 superset/views/schedules.py:224 -#: superset/views/schedules.py:287 -msgid "Created On" -msgstr "Criado em" - -#: superset/views/alerts.py:59 -msgid "List Observations" -msgstr "Lista de Métricas" - -#: superset/views/alerts.py:60 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:127 -#: superset/views/alerts.py:67 -msgid "Error Message" -msgstr "Mensagem de Aviso" - -#: superset/views/alerts.py:164 -msgid "Log Retentions (days)" -msgstr "" - -#: superset/views/alerts.py:173 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "" - -#: superset/views/alerts.py:174 -msgid "How long to keep the logs around for this alert" -msgstr "" - -#: superset/views/alerts.py:175 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags you " -"again." -msgstr "" - -#: superset/views/alerts.py:179 -msgid "" -"A SQL statement that defines whether the alert should get triggered or not. " -"The query is expected to return either NULL or a number value." -msgstr "" - -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "" - -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset/views/annotations.py:60 -msgid "Annotations" -msgstr "Anotações" - -#: superset/views/annotations.py:61 -msgid "Show Annotation" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:265 -#: superset/views/annotations.py:62 -msgid "Add Annotation" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:180 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:265 -#: superset/views/annotations.py:63 -msgid "Edit Annotation" -msgstr "Anotações" - -#: superset/views/annotations.py:78 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:148 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:141 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:145 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:832 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:840 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:149 -#: superset/views/annotations.py:79 superset/views/sql_lab.py:70 -msgid "Label" -msgstr "Rótulo" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:161 -#: superset/views/annotations.py:81 -msgid "Start" -msgstr "Início" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:170 -#: superset/views/annotations.py:82 -msgid "End" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:400 -#: superset/views/annotations.py:83 superset/views/dashboard/mixin.py:82 -msgid "JSON Metadata" -msgstr "Metadados JSON" - -#: superset/views/annotations.py:120 -msgid "Show Annotation Layer" -msgstr "Camadas de anotação" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl.jsx:191 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl.jsx:203 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:219 -#: superset/views/annotations.py:121 -msgid "Add Annotation Layer" -msgstr "Camadas de anotação" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl.jsx:166 -#: superset/views/annotations.py:122 -msgid "Edit Annotation Layer" -msgstr "Camadas de anotação" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:119 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:200 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:706 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:218 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:132 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:252 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:209 -#: superset/views/annotations.py:128 superset/views/chart/mixin.py:86 -msgid "Name" -msgstr "Nome" - -#: superset/views/base.py:207 -#, python-format -msgid "Dataset %(name)s already exists" -msgstr "Origem de dados %(name)s já existe" - -#: superset/views/base.py:227 -msgid "" -"Table [%{table}s] could not be found, please double check your database " -"connection, schema, and table name, error: {}" -msgstr "" -"Tabela [{}] não encontrada, por favor verifique conexão à base de dados, " -"esquema e nome da tabela" - -#: superset/views/base.py:373 -msgid "json isn't valid" -msgstr "json não é válido" - -#: superset/views/base.py:384 -msgid "Export to YAML" -msgstr "Exportar para .json" - -#: superset/views/base.py:384 -msgid "Export to YAML?" -msgstr "Exportar para .json" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:310 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:472 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:315 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:370 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:98 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:309 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:559 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:295 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:330 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:230 -#: superset/views/base.py:441 -msgid "Delete" -msgstr "Eliminar" - -#: superset/views/base.py:441 -msgid "Delete all Really?" -msgstr "Tem a certeza que pretende eliminar tudo?" - -#: superset/views/base_api.py:100 -msgid "Is favorite" -msgstr "Favoritos" - -#: superset/views/core.py:161 -msgid "The data source seems to have been deleted" -msgstr "Esta origem de dados parece ter sido excluída" - -#: superset/views/core.py:162 -msgid "The user seems to have been deleted" -msgstr "O utilizador parece ter sido eliminado" - -#: superset/views/core.py:277 -msgid "Access was requested" -msgstr "O acesso foi solicitado" - -#: superset/views/core.py:331 -msgid "The access requests seem to have been deleted" -msgstr "Os pedidos de acesso parecem ter sido eliminados" - -#: superset/views/core.py:343 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" -msgstr "" -"Ao utilizador %(user)s foi concedido o cargo %(role)s que dá acesso ao " -"%(datasource)s" - -#: superset/views/core.py:366 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" -"O cargo %(r)s foi alargado para providenciar acesso à origem de dados %(ds)s" - -#: superset/views/core.py:383 -msgid "You have no permission to approve this request" -msgstr "Não tem permissão para aprovar este pedido" - -#: superset/views/core.py:633 -#, python-format -msgid "" -"Cannot import dashboard: %(db_error)s.\n" -"Make sure to create the database before importing the dashboard." -msgstr "" - -#: superset/views/core.py:644 -msgid "An unknown error occurred. Please contact your Superset administrator" -msgstr "Ocorreu um erro desconhecido. (Estado: %s )" - -#: superset/views/core.py:756 superset/views/core.py:762 -#: superset/views/core.py:909 superset/views/core.py:927 -msgid "You don't have the rights to " -msgstr "Não tem direitos para alterar este título." - -#: superset/views/core.py:756 superset/views/core.py:910 -msgid "alter this " -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:129 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:600 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:64 -#: superset/views/core.py:756 superset/views/core.py:762 -msgid "chart" -msgstr "Mover gráfico" - -#: superset/views/core.py:762 superset/views/core.py:928 -msgid "create a " -msgstr "Criado em" - -#: superset/views/core.py:802 -#, python-format -msgid "Explore - %(table)s" -msgstr "" - -#: superset/views/core.py:885 -msgid "Chart [{}] has been saved" -msgstr "" - -#: superset/views/core.py:889 -msgid "Chart [{}] has been overwritten" -msgstr "" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:102 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:563 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:55 -#: superset/views/core.py:911 superset/views/core.py:929 -msgid "dashboard" -msgstr "Dashboard" - -#: superset/views/core.py:916 -msgid "Chart [{}] was added to dashboard [{}]" -msgstr "" - -#: superset/views/core.py:938 -msgid "Dashboard [{}] just got created and chart [{}] was added to it" -msgstr "" - -#: superset/views/core.py:1166 -msgid "" -"This dashboard was changed recently. Please reload dashboard to get latest " -"version." -msgstr "" - -#: superset/views/core.py:1259 -#, python-format -msgid "Could not load database driver: %(driver_name)s" -msgstr "" - -#: superset/views/core.py:1268 -msgid "" -"Invalid connection string, a valid string usually follows:\n" -"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -msgstr "" - -#: superset/views/core.py:1624 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are expected" -msgstr "" -"Pedido mal formado. Os argumentos slice_id ou table_name e db_name não foram " -"preenchidos" - -#: superset/views/core.py:1634 -#, python-format -msgid "Chart %(id)s not found" -msgstr "Visualização %(id)s não encontrada" - -#: superset/views/core.py:1647 -#, python-format -msgid "Table %(table)s wasn't found in the database %(db)s" -msgstr "A tabela %(t)s não foi encontrada na base de dados %(d)s" - -#: superset/views/core.py:1917 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Não foi possível encontrar o utilizador '%(name)s', por favor entre em " -"contacto com o administrador." - -#: superset/views/core.py:1929 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Não foi possível encontrar DruidCluster com cluster_name = '%(name)s'" - -#: superset/views/core.py:2172 -msgid "Data could not be deserialized. You may want to re-run the query." -msgstr "" - -#: superset/views/core.py:2276 -#, python-format -msgid "" -"%(validator)s was unable to check your query.\n" -"Please recheck your query.\n" -"Exception: %(ex)s" -msgstr "" - -#: superset/views/core.py:2330 -msgid "" -"Failed to start remote query on a worker. Tell your administrator to verify " -"the availability of the message queue." -msgstr "" - -#: superset/views/core.py:2494 superset/views/core.py:2496 -msgid "Query record was not created as expected." -msgstr "O registo da query não foi criado conforme o esperado." - -#: superset/views/core.py:2533 -#, python-format -msgid "The parameter %(parameters)s in your query is undefined." -msgid_plural "" -"The following parameters in your query are undefined: %(parameters)s." -msgstr[0] "" -msgstr[1] "" - -#: superset/views/core.py:2801 -#, python-format -msgid "%(user)s's profile" -msgstr "" - -#: superset/views/css_templates.py:39 -msgid "Show CSS Template" -msgstr "Modelos CSS" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:223 -#: superset/views/css_templates.py:40 -msgid "Add CSS Template" -msgstr "Modelos CSS" - -#: superset/views/css_templates.py:41 -msgid "Edit CSS Template" -msgstr "Modelos CSS" - -#: superset/views/css_templates.py:46 -msgid "Template Name" -msgstr "Nome do modelo" - -#: superset/views/dynamic_plugins.py:42 -msgid "A human-friendly name" -msgstr "" - -#: superset/views/dynamic_plugins.py:43 -msgid "" -"Used internally to identify the plugin. Should be set to the package name " -"from the pluginʼs package.json" -msgstr "" - -#: superset/views/dynamic_plugins.py:47 -msgid "" -"A full URL pointing to the location of the built plugin (could be hosted on " -"a CDN for example)" -msgstr "" - -#: superset/views/dynamic_plugins.py:53 -msgid "Custom Plugins" -msgstr "Cláusula WHERE personalizada" - -#: superset/views/dynamic_plugins.py:54 -msgid "Custom Plugin" -msgstr "" - -#: superset/views/dynamic_plugins.py:55 -msgid "Add a Plugin" -msgstr "Adicionar Coluna" - -#: superset/views/dynamic_plugins.py:56 -msgid "Edit Plugin" -msgstr "Editar Coluna" - -#: superset/views/schedules.py:183 -msgid "Schedule Email Reports for Dashboards" -msgstr "" - -#: superset/views/schedules.py:185 -msgid "Manage Email Reports for Dashboards" -msgstr "Importar Dashboards" - -#: superset/views/schedules.py:225 superset/views/schedules.py:288 -msgid "Changed On" -msgstr "Alterado em" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:275 -#: superset/views/schedules.py:227 superset/views/schedules.py:290 -msgid "Active" -msgstr "Acção" - -#: superset/views/schedules.py:228 superset/views/schedules.py:291 -msgid "Crontab" -msgstr "" - -#: superset/views/schedules.py:229 superset/views/schedules.py:292 -msgid "Recipients" -msgstr "" - -#: superset/views/schedules.py:230 superset/views/schedules.py:293 -msgid "Slack Channel" -msgstr "" - -#: superset/views/schedules.py:231 superset/views/schedules.py:294 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:232 superset/views/schedules.py:295 -msgid "Delivery Type" -msgstr "Tipo de etiqueta" - -#: superset/views/schedules.py:244 -msgid "Schedule Email Reports for Charts" -msgstr "" - -#: superset/views/schedules.py:246 -msgid "Manage Email Reports for Charts" -msgstr "" - -#: superset/views/schedules.py:296 -msgid "Email Format" -msgstr "Formato de valor" - -#: superset/views/sql_lab.py:41 -msgid "List Saved Query" -msgstr "Lista de Queries Gravadas" - -#: superset/views/sql_lab.py:42 -msgid "Show Saved Query" -msgstr "Mostrar Query" - -#: superset/views/sql_lab.py:43 -msgid "Add Saved Query" -msgstr "Adicionar Query" - -#: superset/views/sql_lab.py:44 -msgid "Edit Saved Query" -msgstr "Editar Query" - -#: superset/views/sql_lab.py:75 -msgid "End Time" -msgstr "Fim" - -#: superset/views/sql_lab.py:76 -msgid "Pop Tab Link" -msgstr "Ligação Abrir Aba" - -#: superset/views/sql_lab.py:77 -msgid "Changed on" -msgstr "Alterado em" - -#: superset/views/utils.py:485 -msgid "Could not determine datasource type" -msgstr "" - -#: superset/views/utils.py:501 -msgid "Could not find viz object" -msgstr "" - -#: superset/views/chart/mixin.py:27 -msgid "Show Chart" -msgstr "Mostrar Dashboard" - -#: superset/views/chart/mixin.py:28 -msgid "Add Chart" -msgstr "Gráfico de Queijo" - -#: superset/views/chart/mixin.py:29 -msgid "Edit Chart" -msgstr "Editar gráfico" - -#: superset/views/chart/mixin.py:64 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here for " -"reference and for power users who may want to alter specific parameters." -msgstr "" -"Os parâmetros são gerados dinamicamente ao clicar no botão Guardar ou " -"Substituir na vista de exibição. Este objeto JSON é exposto aqui para " -"referência e para utilizadores avançados que desejam alterar parâmetros " -"específicos." - -#: superset/views/chart/mixin.py:70 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the datasource/table timeout if undefined." -msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:181 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:257 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:279 -#: superset/views/chart/mixin.py:82 -msgid "Last Modified" -msgstr "Última Alteração" - -#: superset/views/chart/mixin.py:84 -msgid "Parameters" -msgstr "Parâmetros" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:220 -#: superset/views/chart/mixin.py:88 -msgid "Visualization Type" -msgstr "Tipo de Visualização" - -#: superset/views/dashboard/mixin.py:26 -msgid "Show Dashboard" -msgstr "Mostrar Dashboard" - -#: superset/views/dashboard/mixin.py:27 -msgid "Add Dashboard" -msgstr "Adicionar Dashboard" - -#: superset/views/dashboard/mixin.py:28 -msgid "Edit Dashboard" -msgstr "Editar Dashboard" - -#: superset/views/dashboard/mixin.py:46 -msgid "" -"This json object describes the positioning of the widgets in the dashboard. " -"It is dynamically generated when adjusting the widgets size and positions by " -"using drag & drop in the dashboard view" -msgstr "" -"Este objeto JSON descreve o posicionamento das visualizações no dashboard. É " -"gerado dinamicamente quando se ajusta a dimensão e posicionamento de uma " -"visualização utilizando o drag & drop na vista de dashboard" - -#: superset/views/dashboard/mixin.py:52 -msgid "" -"The CSS for individual dashboards can be altered here, or in the dashboard " -"view where changes are immediately visible" -msgstr "" -"O css para dashboards individuais pode ser alterado aqui ou na vista de " -"dashboard, onde as mudanças são imediatamente visíveis" - -#: superset/views/dashboard/mixin.py:57 -msgid "To get a readable URL for your dashboard" -msgstr "Obter um URL legível para o seu dashboard" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:414 -#: superset/views/dashboard/mixin.py:58 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference and " -"for power users who may want to alter specific parameters." -msgstr "" -"Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou " -"substituir na exibição do painel. É exposto aqui para referência e para " -"usuários avançados que desejam alterar parâmetros específicos." - -#: superset/views/dashboard/mixin.py:64 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "" -"Proprietários é uma lista de utilizadores que podem alterar o dashboard." - -#: superset/views/dashboard/mixin.py:65 -msgid "" -"Determines whether or not this dashboard is visible in the list of all " -"dashboards" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:329 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:207 -#: superset/views/dashboard/mixin.py:73 superset/views/dashboard/views.py:146 -msgid "Title" -msgstr "Título" - -#: superset/views/dashboard/mixin.py:74 -msgid "Slug" -msgstr "Slug" - -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:407 -#: superset/views/dashboard/mixin.py:77 -msgid "Published" -msgstr "" - -#: superset/views/dashboard/mixin.py:80 -msgid "Position JSON" -msgstr "Posição JSON" - -#: superset-frontend/src/dashboard/components/CssEditor.jsx:83 -#: superset/views/dashboard/mixin.py:81 -msgid "CSS" -msgstr "CSS" - -#: superset/views/dashboard/mixin.py:83 -msgid "Underlying Tables" -msgstr "Tabelas subjacentes" - -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:110 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:327 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:316 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:520 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:313 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:346 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:600 -#: superset/views/dashboard/views.py:66 -msgid "Export" -msgstr "Exportar" - -#: superset/views/dashboard/views.py:66 -msgid "Export dashboards?" -msgstr "Exportar dashboards?" - -#: superset/views/database/forms.py:88 -msgid "Name of table to be created from csv data." -msgstr "" - -#: superset/views/database/forms.py:93 -msgid "CSV File" -msgstr "" - -#: superset/views/database/forms.py:94 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:103 superset/views/database/forms.py:292 -#, python-format -msgid "Only the following file extensions are allowed: %(allowed_extensions)s" -msgstr "" - -#: superset/views/database/forms.py:119 superset/views/database/forms.py:316 -msgid "Specify a schema (if database flavor supports this)." -msgstr "" - -#: superset/views/database/forms.py:124 -msgid "Delimiter" -msgstr "" - -#: superset/views/database/forms.py:125 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/database/forms.py:130 superset/views/database/forms.py:321 -msgid "Table Exists" -msgstr "Filtro de Tabela" - -#: superset/views/database/forms.py:131 superset/views/database/forms.py:322 -msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop " -"and recreate table) or Append (insert data)." -msgstr "" - -#: superset/views/database/forms.py:137 superset/views/database/forms.py:328 -msgid "Fail" -msgstr "" - -#: superset/views/database/forms.py:138 superset/views/database/forms.py:329 -msgid "Replace" -msgstr "" - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:330 -msgid "Append" -msgstr "" - -#: superset/views/database/forms.py:144 superset/views/database/forms.py:335 -msgid "Header Row" -msgstr "" - -#: superset/views/database/forms.py:145 superset/views/database/forms.py:336 -msgid "" -"Row containing the headers to use as column names (0 is first line of data). " -"Leave empty if there is no header row." -msgstr "" - -#: superset/views/database/forms.py:154 superset/views/database/forms.py:345 -msgid "Index Column" -msgstr "Adicionar Coluna" - -#: superset/views/database/forms.py:155 superset/views/database/forms.py:346 -msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index " -"column." -msgstr "" - -#: superset/views/database/forms.py:163 superset/views/database/forms.py:354 -msgid "Mangle Duplicate Columns" -msgstr "Coluna Datahora principal" - -#: superset/views/database/forms.py:164 superset/views/database/forms.py:355 -msgid "Specify duplicate columns as \"X.0, X.1\"." -msgstr "" - -#: superset/views/database/forms.py:167 -msgid "Skip Initial Space" -msgstr "" - -#: superset/views/database/forms.py:167 -msgid "Skip spaces after delimiter." -msgstr "" - -#: superset/views/database/forms.py:170 superset/views/database/forms.py:358 -msgid "Skip Rows" -msgstr "" - -#: superset/views/database/forms.py:171 superset/views/database/forms.py:359 -msgid "Number of rows to skip at start of file." -msgstr "" - -#: superset/views/database/forms.py:176 superset/views/database/forms.py:364 -msgid "Rows to Read" -msgstr "Cargos a permitir ao utilizador" - -#: superset/views/database/forms.py:177 superset/views/database/forms.py:365 -msgid "Number of rows of file to read." -msgstr "" - -#: superset/views/database/forms.py:182 -msgid "Skip Blank Lines" -msgstr "" - -#: superset/views/database/forms.py:183 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:186 superset/views/database/forms.py:370 -msgid "Parse Dates" -msgstr "" - -#: superset/views/database/forms.py:187 superset/views/database/forms.py:371 -msgid "A comma separated list of columns that should be parsed as dates." -msgstr "" - -#: superset/views/database/forms.py:193 -msgid "Infer Datetime Format" -msgstr "Formato de data e hora" - -#: superset/views/database/forms.py:194 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "" - -#: superset/views/database/forms.py:197 superset/views/database/forms.py:377 -msgid "Decimal Character" -msgstr "" - -#: superset/views/database/forms.py:199 superset/views/database/forms.py:379 -msgid "Character to interpret as decimal point." -msgstr "" - -#: superset/views/database/forms.py:204 superset/views/database/forms.py:384 -msgid "Dataframe Index" -msgstr "" - -#: superset/views/database/forms.py:204 superset/views/database/forms.py:384 -msgid "Write dataframe index as a column." -msgstr "" - -#: superset/views/database/forms.py:207 superset/views/database/forms.py:387 -msgid "Column Label(s)" -msgstr "Colunas" - -#: superset/views/database/forms.py:208 superset/views/database/forms.py:388 -msgid "" -"Column label for index column(s). If None is given and Dataframe Index is " -"True, Index Names are used." -msgstr "" - -#: superset/views/database/forms.py:216 superset/views/database/forms.py:396 -msgid "Null values" -msgstr "Valor de filtro" - -#: superset/views/database/forms.py:218 superset/views/database/forms.py:398 -msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"], " -"[\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports " -"only single value. Use [\"\"] for empty string." -msgstr "" - -#: superset/views/database/forms.py:277 -msgid "Name of table to be created from excel data." -msgstr "Nome da tabela que existe na base de dados de origem" - -#: superset/views/database/forms.py:282 -msgid "Excel File" -msgstr "" - -#: superset/views/database/forms.py:283 -msgid "Select a Excel file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:302 -msgid "Sheet Name" -msgstr "Nome Detalhado" - -#: superset/views/database/forms.py:303 -msgid "Strings used for sheet names (default is the first sheet)." -msgstr "" - -#: superset/views/database/mixins.py:33 -msgid "Show Database" -msgstr "Mostrar Base de Dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:349 -#: superset/views/database/mixins.py:34 -msgid "Add Database" -msgstr "Adicionar Base de Dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:349 -#: superset/views/database/mixins.py:35 -msgid "Edit Database" -msgstr "Editar Base de Dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:466 -#: superset/views/database/mixins.py:103 -msgid "Expose this DB in SQL Lab" -msgstr "Expor esta BD no SQL Lab" - -#: superset/views/database/mixins.py:104 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend. " -"Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:479 -#: superset/views/database/mixins.py:112 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:493 -#: superset/views/database/mixins.py:113 -msgid "Allow CREATE VIEW AS option in SQL Lab" -msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" - -#: superset/views/database/mixins.py:114 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in " -"SQL Lab" -msgstr "" -"Permitir que os usuários executem instruções non-SELECT (UPDATE, DELETE, " -"CREATE, ...) no SQL Lab" - -#: superset/views/database/mixins.py:119 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" -msgstr "" -"Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a " -"ser criada neste esquema" - -#: superset/views/database/mixins.py:162 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them.
If Hive " -"and hive.server2.enable.doAs is enabled, will run the queries as service " -"account, but impersonate the currently logged on user via hive.server2.proxy." -"user property." -msgstr "" -"Se Presto, todas as consultas no SQL Lab serão executadas como o utilizador " -"atualmente conectado que deve ter permissão para as executar.
Se hive " -"e hive.server2.enable.doAs estiver habilitado, serão executadas as queries " -"como conta de serviço, mas deve personificar o utilizador atualmente " -"conectado recorrendo à propriedade hive.server2.proxy.user." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:523 -#: superset/views/database/mixins.py:169 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this " -"can be expensive and put strain on the system." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:428 -#: superset/views/database/mixins.py:174 -msgid "" -"Duration (in seconds) of the caching timeout for charts of this database. A " -"timeout of 0 indicates that the cache never expires. Note this defaults to " -"the global timeout if undefined." -msgstr "" - -#: superset/views/database/mixins.py:179 -msgid "If selected, please set the schemas allowed for csv upload in Extra." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:253 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:465 -#: superset/views/database/mixins.py:185 -msgid "Expose in SQL Lab" -msgstr "Expor no SQL Lab" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:477 -#: superset/views/database/mixins.py:186 -msgid "Allow CREATE TABLE AS" -msgstr "Permitir CREATE TABLE AS" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:491 -#: superset/views/database/mixins.py:187 -msgid "Allow CREATE VIEW AS" -msgstr "Permitir CREATE TABLE AS" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:505 -#: superset/views/database/mixins.py:188 -msgid "Allow DML" -msgstr "Permitir DML" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:533 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:539 -#: superset/views/database/mixins.py:189 -msgid "CTAS Schema" -msgstr "Esquema CTAS" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:384 -#: superset/views/database/mixins.py:193 -msgid "SQLAlchemy URI" -msgstr "URI SQLAlchemy" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:423 -#: superset/views/database/mixins.py:194 -msgid "Chart Cache Timeout" -msgstr "Tempo limite para cache" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:553 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:558 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:642 -#: superset/views/database/mixins.py:196 -msgid "Secure Extra" -msgstr "Segurança" - -#: superset/views/database/mixins.py:197 -msgid "Root certificate" -msgstr "" - -#: superset/views/database/mixins.py:198 -msgid "Async Execution" -msgstr "" - -#: superset/views/database/mixins.py:199 -msgid "Impersonate the logged on user" -msgstr "Personificar o utilizador conectado" - -#: superset/views/database/mixins.py:200 -msgid "Allow Csv Upload" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:521 -#: superset/views/database/mixins.py:202 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:201 -#: superset/views/database/mixins.py:203 -msgid "Backend" -msgstr "" - -#: superset/views/database/mixins.py:243 superset/views/database/mixins.py:267 -#, python-format -msgid "Extra field cannot be decoded by JSON. %(msg)s" -msgstr "" - -#: superset/views/database/validators.py:40 -msgid "" -"Invalid connection string, a valid string usually follows:'DRIVER://USER:" -"PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-" -"postgres-db/database'

" -msgstr "" - -#: superset/views/database/views.py:114 -msgid "CSV to Database configuration" -msgstr "Edite a configuração da origem de dados" - -#: superset/views/database/views.py:132 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for " -"csv uploads. Please contact your Superset Admin." -msgstr "" - -#: superset/views/database/views.py:142 -msgid "" -"You cannot specify a namespace both in the name of the table: \"%(csv_table." -"table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove " -"one" -msgstr "" - -#: superset/views/database/views.py:250 -#, python-format -msgid "" -"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in " -"database \"%(db_name)s\". Error message: %(error_msg)s" -msgstr "" - -#: superset/views/database/views.py:263 -#, python-format -msgid "" -"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" -msgstr "" - -#: superset/views/database/views.py:274 -msgid "Excel to Database configuration" -msgstr "Edite a configuração da origem de dados" - -#: superset/views/database/views.py:289 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for " -"excel uploads. Please contact your Superset Admin." -msgstr "" - -#: superset/views/database/views.py:299 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s" -"\". Please remove one" -msgstr "" - -#: superset/views/database/views.py:402 -#, python-format -msgid "" -"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in " -"database \"%(db_name)s\". Error message: %(error_msg)s" -msgstr "" - -#: superset/views/database/views.py:415 -#, python-format -msgid "" -"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" -msgstr "" - -#: superset/views/log/__init__.py:21 -msgid "Logs" -msgstr "" - -#: superset/views/log/__init__.py:22 -msgid "Show Log" -msgstr "Mostrar totais" - -#: superset/views/log/__init__.py:23 -msgid "Add Log" -msgstr "" - -#: superset/views/log/__init__.py:24 -msgid "Edit Log" -msgstr "Editar" - -#: superset/views/log/__init__.py:31 -msgid "Action" -msgstr "Acção" - -#: superset/views/log/__init__.py:32 -msgid "dttm" -msgstr "dttm" - -#: superset-frontend/src/CRUD/CollectionTable.tsx:294 -msgid "Add Item" -msgstr "Adicionar filtro" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:103 -msgid "The query couldn't be loaded" -msgstr "Não foi possível carregar a query" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:155 -msgid "Your query was saved" -msgstr "A sua query foi gravada" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:158 -msgid "Your query could not be saved" -msgstr "Não foi possível gravar a sua query" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:173 -msgid "Your query was updated" -msgstr "A sua query foi gravada" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:175 -msgid "Your query could not be updated" -msgstr "Não foi possível gravar a sua query" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:190 -msgid "" -"Your query has been scheduled. To see details of your query, navigate to " -"Saved Queries" -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:197 -msgid "Your query could not be scheduled" -msgstr "Não foi possível gravar a sua query" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:225 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:332 -msgid "Failed at retrieving results" -msgstr "O carregamento dos resultados a partir do backend falhou" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:263 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:289 -msgid "" -"An error occurred while storing the latest query id in the backend. Please " -"contact your administrator if this problem persists." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:376 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 -msgid "Unknown error" -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:427 -msgid "Query was stopped." -msgstr "A query foi interrompida." - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:456 -msgid "" -"Unable to migrate table schema state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:474 -msgid "" -"Unable to migrate query state to backend. Superset will retry later. Please " -"contact your administrator if this problem persists." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:520 -msgid "" -"Unable to migrate query editor state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:553 -msgid "" -"Unable to add a new tab to the backend. Please contact your administrator." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:570 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 -#, python-format -msgid "Copy of %s" -msgstr "Cópia de %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:597 -msgid "" -"An error occurred while setting the active tab. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 -msgid "An error occurred while fetching tab state" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:711 -msgid "" -"An error occurred while removing tab. Please contact your administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:735 -msgid "" -"An error occurred while removing query. Please contact your administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:758 -msgid "" -"An error occurred while setting the tab database ID. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:783 -msgid "" -"An error occurred while setting the tab schema. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:816 -msgid "" -"An error occurred while setting the tab autorun. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:841 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:895 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:864 -msgid "" -"An error occurred while storing your query in the backend. To avoid losing " -"your changes, please save your query using the \"Save Query\" button." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:924 -msgid "" -"An error occurred while setting the tab template parameters. Please contact " -"your administrator." -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:985 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1010 -msgid "An error occurred while fetching table metadata" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 -msgid "" -"An error occurred while fetching table metadata. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1099 -msgid "" -"An error occurred while expanding the table schema. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1123 -msgid "" -"An error occurred while collapsing the table schema. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1146 -msgid "" -"An error occurred while removing the table schema. Please contact your " -"administrator." -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1179 -msgid "Sjsonhared query" -msgstr "query partilhada" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1241 -msgid "The datasource couldn't be loaded" -msgstr "Não foi possível carregar a query" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1271 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1293 -msgid "An error occurred while creating the data source" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/components/App.jsx:76 -msgid "" -"SQL Lab uses your browser's local storage to store queries and results.\n" -" Currently, you are using ${currentUsage.toFixed(\n" -" 2,\n" -" )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n" -" To keep SQL Lab from crashing, please delete some query tabs.\n" -" You can re-access these queries by using the Save feature before you delete " -"the tab. Note that you will need to close other SQL Lab windows before you " -"do this." -msgstr "" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton.jsx:85 -msgid "Estimate Selected Query Cost" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton.jsx:86 -msgid "Estimate Cost" -msgstr "" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton.jsx:90 -msgid "Cost Estimate" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton.jsx:73 -msgid "Creating a data source and creating a new tab" -msgstr "A criar uma nova origem de dados, a exibir numa nova aba" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton.jsx:81 -#: superset-frontend/src/components/TableLoader.tsx:60 -msgid "An error occurred" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton.jsx:92 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:156 -msgid "Explore the result set in the data exploration view" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton.jsx:99 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:163 -msgid "Explore" -msgstr "Explorar gráfico" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:108 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:110 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:114 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:117 -msgid "" -"We recommend your summarize your data further before following that flow. " -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:120 -msgid "If activated you can use the " -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:122 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:134 -msgid "Column name(s) " -msgstr "Colunas" - -#: superset-frontend/src/SqlLab/components/ExploreResultsButton.jsx:138 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column aliases " -"ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to " -"rename the\n" -" invalid column names." -msgstr "" - -#: superset-frontend/src/SqlLab/components/HighlightedSql.jsx:85 -msgid "Raw SQL" -msgstr "SQL em bruto" - -#: superset-frontend/src/SqlLab/components/HighlightedSql.jsx:95 -msgid "Source SQL" -msgstr "Fonte SQL" - -#: superset-frontend/src/SqlLab/components/HighlightedSql.jsx:108 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:714 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:301 -msgid "SQL" -msgstr "SQL" - -#: superset-frontend/src/SqlLab/components/QueryHistory.jsx:52 -msgid "No query history yet..." -msgstr "Ainda não há histórico de queries ..." - -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar.jsx:101 -#: superset-frontend/src/components/DatabaseSelector.tsx:151 -msgid "It seems you don't have access to any database" -msgstr "Parece que não tem acesso a nenhuma base de dados" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:128 -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.jsx:34 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:134 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:301 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:120 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:343 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:332 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:329 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:362 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:211 -msgid "Edit" -msgstr "Editar" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:147 -msgid "view results" -msgstr "ver resultados" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:150 -msgid "Data preview" -msgstr "Pré-visualização de dados" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:194 -msgid "Overwrite text in the editor with a query on this table" -msgstr "Substitua texto no editor com uma query nesta tabela" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:202 -msgid "Run query in a new tab" -msgstr "Executar a query em nova aba" - -#: superset-frontend/src/SqlLab/components/QueryTable.jsx:207 -msgid "Remove query from log" -msgstr "Remover query do histórico" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:255 -msgid "An error occurred saving dataset" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:449 -msgid ".CSV" -msgstr ".CSV" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:458 -msgid "Clipboard" -msgstr "Copiar para área de transferência" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:469 -msgid "Filter Results" -msgstr "Procurar Resultados" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:501 -msgid "Database Error" -msgstr "Expressão de base de dados" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:525 -msgid "was created" -msgstr "foi criado" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:532 -msgid "Query in a new tab" -msgstr "Query numa nova aba" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:575 -msgid "The query returned no data" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:593 -msgid "Fetch data preview" -msgstr "Obter pré-visualização de dados" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:605 -msgid "Refetch Results" -msgstr "Procurar Resultados" - -#: superset-frontend/src/SqlLab/components/ResultSet.tsx:626 -msgid "Track Job" -msgstr "Acompanhar trabalho" - -#: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx:46 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:80 -msgid "Stop" -msgstr "Parar" - -#: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx:51 -msgid "Run Selection" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx:53 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:90 -msgid "Run" -msgstr "" - -#: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx:103 -msgid "Stop running (Ctrl + x)" -msgstr "" - -#: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx:104 -msgid "Run query (Ctrl + Return)" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx:108 -msgid "Save & Explore" -msgstr "Grave uma visualização" - -#: superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx:123 -msgid "Overwrite & Explore" -msgstr "Substitua a visualização %s" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:70 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:86 -msgid "Undefined" -msgstr "Indefinido" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:163 -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:169 -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:184 -#: superset-frontend/src/dashboard/components/Header.jsx:468 -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:289 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:138 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:223 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:539 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:440 -#: superset-frontend/src/datasource/DatasourceModal.tsx:204 -#: superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx:210 -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:430 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:187 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:108 -#: superset-frontend/src/explore/components/SaveModal.tsx:186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1042 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:255 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:207 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:211 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:343 -msgid "Save" -msgstr "Salvar" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:163 -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:169 -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:233 -msgid "Save as" -msgstr "Gravar como" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:172 -msgid "Save Query" -msgstr "Gravar query" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:184 -msgid "Save As New" -msgstr "Grave uma visualização" - -#: superset-frontend/src/SqlLab/components/SaveQuery.tsx:193 -msgid "Update" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:152 -msgid "Label for your query" -msgstr "Rótulo para a sua query" - -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:165 -msgid "Write a description for your query" -msgstr "Escreva uma descrição para sua consulta" - -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:201 -msgid "Schedule Query" -msgstr "Gravar query" - -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx:211 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:222 -msgid "Schedule" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery.jsx:77 -msgid "There was an error with your request" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery.jsx:91 -msgid "Please save the query to enable sharing" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery.jsx:113 -msgid "Copy link" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery.jsx:129 -msgid "Copy query link to your clipboard" -msgstr "Copiar query de partição para a área de transferência" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery.jsx:130 -msgid "Save the query to copy the link" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SouthPane.jsx:143 -msgid "No stored results found, you need to re-run your query" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SouthPane.jsx:164 -msgid "Run a query to display results here" -msgstr "Executar uma query para exibir resultados aqui" - -#: superset-frontend/src/SqlLab/components/SouthPane.jsx:169 -#, python-format -msgid "Preview: `%s`" -msgstr "Pré-visualização para %s" - -#: superset-frontend/src/SqlLab/components/SouthPane.jsx:193 -msgid "Results" -msgstr "Resultados" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:285 -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:295 -msgid "Run query" -msgstr "Executar query" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:305 -msgid "New tab" -msgstr "fechar aba" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:309 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 -msgid "Untitled Query" -msgstr "Query sem título" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:317 -msgid "Stop query" -msgstr "Query vazia?" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:499 -msgid "Schedule the query periodically" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:500 -msgid "You must run the query successfully first" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:566 -#, python-format -msgid "" -"It appears that the number of rows in the query results displayed\n" -" was limited on the server side to\n" -" the %s limit." -msgstr "" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:595 -msgid "CREATE TABLE AS" -msgstr "Permitir CREATE TABLE AS" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:608 -msgid "CREATE VIEW AS" -msgstr "Permitir CREATE TABLE AS" - -#: superset-frontend/src/SqlLab/components/SqlEditor.jsx:643 -msgid "Estimate the cost before running a query" -msgstr "" - -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar.jsx:159 -msgid "Reset State" -msgstr "Repor Estado" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:237 -msgid "Enter a new title for the tab" -msgstr "Insira um novo título para a aba" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:263 -#, python-format -msgid "Untitled Query %s" -msgstr "Query sem título %s" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:338 -msgid "Close tab" -msgstr "fechar aba" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:344 -msgid "Rename tab" -msgstr "renomear aba" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:350 -msgid "Expand tool bar" -msgstr "expandir barra de ferramentas" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:350 -msgid "Hide tool bar" -msgstr "ocultar barra de ferramentas" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:359 -msgid "Close all other tabs" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx:365 -msgid "Duplicate tab" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:113 -msgid "Copy partition query to clipboard" -msgstr "Copiar query de partição para a área de transferência" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:131 -msgid "latest partition:" -msgstr "última partição:" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:149 -msgid "Keys for table" -msgstr "Chaves para tabela" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:158 -#, python-format -msgid "View keys & indexes (%s)" -msgstr "Ver chaves e índices (%s)" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:175 -msgid "Sort columns alphabetically" -msgstr "Ordenar colunas por ordem alfabética" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:176 -msgid "Original table column order" -msgstr "Ordenação original das colunas" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:188 -msgid "Copy SELECT statement to the clipboard" -msgstr "Copiar a instrução SELECT para a área de transferência" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:194 -msgid "Show CREATE VIEW statement" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:195 -msgid "CREATE VIEW statement" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TableElement.jsx:201 -msgid "Remove table preview" -msgstr "Remover pré-visualização de tabela" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:81 -msgid "Assign a set of parameters as" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:83 -msgid "below (example:" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:85 -msgid "), and they become available in your SQL (example:" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:87 -msgid ") by using" -msgstr "" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:125 -msgid "Template Parameters" -msgstr "Nome do modelo" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:127 -msgid "Edit template parameters" -msgstr "Editar propriedades da visualização" - -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor.jsx:134 -msgid "Invalid JSON" -msgstr "" - -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:94 -msgid "Create a new chart" -msgstr "Crie uma nova visualização" - -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:98 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:106 -msgid "Choose a dataset" -msgstr "Escolha uma origem de dados" - -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:118 -msgid "" -"If the dataset you are looking for is not available in the list, follow the " -"instructions on how to add it in the Superset tutorial." -msgstr "" - -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:132 -msgid "Choose a visualization type" -msgstr "Escolha um tipo de visualização" - -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:147 -msgid "Create new chart" -msgstr "Crie uma nova visualização" - -#: superset-frontend/src/chart/chartAction.js:505 -msgid "An error occurred while loading the SQL" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/chart/chartReducer.js:71 -msgid "Updating chart was stopped" -msgstr "A atualização do gráfico parou" - -#: superset-frontend/src/chart/chartReducer.js:91 -#, python-format -msgid "An error occurred while rendering the visualization: %s" -msgstr "Ocorreu um erro ao renderizar a visualização: %s" - -#: superset-frontend/src/chart/chartReducer.js:103 -#: superset-frontend/src/chart/chartReducer.js:167 -msgid "Network error." -msgstr "Erro de rede." - -#: superset-frontend/src/common/components/CronPicker.tsx:26 -#: superset-frontend/src/common/components/CronPicker.tsx:34 -msgid "every" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:27 -msgid "every month" -msgstr "mês" - -#: superset-frontend/src/common/components/CronPicker.tsx:28 -msgid "every day of the month" -msgstr "Código de 3 letras do país" - -#: superset-frontend/src/common/components/CronPicker.tsx:29 -msgid "day of the month" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:30 -msgid "every day of the week" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:31 -msgid "day of the week" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:32 -msgid "every hour" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:33 -msgid "every minute UTC" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:35 -msgid "year" -msgstr "ano" - -#: superset-frontend/src/common/components/CronPicker.tsx:36 -msgid "month" -msgstr "mês" - -#: superset-frontend/src/common/components/CronPicker.tsx:37 -msgid "week" -msgstr "semana" - -#: superset-frontend/src/common/components/CronPicker.tsx:38 -msgid "day" -msgstr "dia" - -#: superset-frontend/src/common/components/CronPicker.tsx:39 -msgid "hour" -msgstr "hora" - -#: superset-frontend/src/common/components/CronPicker.tsx:40 -msgid "minute" -msgstr "minuto" - -#: superset-frontend/src/common/components/CronPicker.tsx:41 -msgid "reboot" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:42 -msgid "Every" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:43 -msgid "in" -msgstr "Mín" - -#: superset-frontend/src/common/components/CronPicker.tsx:44 -#: superset-frontend/src/common/components/CronPicker.tsx:45 -msgid "on" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:46 -msgid "and" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:47 -#: superset-frontend/src/common/components/CronPicker.tsx:49 -msgid "at" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:48 -msgid ":" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:50 -msgid "minute(s) UTC" -msgstr "5 minutos" - -#: superset-frontend/src/common/components/CronPicker.tsx:51 -msgid "Invalid cron expression" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:52 -msgid "Clear" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:55 -msgid "Sunday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:56 -msgid "Monday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:57 -msgid "Tuesday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:58 -msgid "Wednesday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:59 -msgid "Thursday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:60 -msgid "Friday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:61 -msgid "Saturday" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:65 -msgid "January" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:66 -msgid "February" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:67 -msgid "March" -msgstr "Pesquisa" - -#: superset-frontend/src/common/components/CronPicker.tsx:68 -msgid "April" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:69 -msgid "May" -msgstr "dia" - -#: superset-frontend/src/common/components/CronPicker.tsx:70 -msgid "June" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:71 -msgid "July" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:72 -msgid "August" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:73 -msgid "September" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:74 -msgid "October" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:75 -msgid "November" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:76 -msgid "December" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:80 -msgid "SUN" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:81 -msgid "MON" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:82 -msgid "TUE" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:83 -msgid "WED" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:84 -msgid "THU" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:85 -msgid "FRI" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:86 -msgid "SAT" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:90 -msgid "JAN" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:91 -msgid "FEB" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:92 -msgid "MAR" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:93 -msgid "APR" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:94 -msgid "MAY" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:95 -msgid "JUN" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:96 -msgid "JUL" -msgstr "URL" - -#: superset-frontend/src/common/components/CronPicker.tsx:97 -msgid "AUG" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:98 -msgid "SEP" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:99 -msgid "OCT" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:100 -msgid "NOV" -msgstr "" - -#: superset-frontend/src/common/components/CronPicker.tsx:101 -msgid "DEC" -msgstr "" - -#: superset-frontend/src/common/components/Modal/Modal.tsx:127 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:771 -msgid "OK" -msgstr "" - -#: superset-frontend/src/components/AlteredSliceTag.jsx:177 -msgid "Click to see difference" -msgstr "Clique para forçar atualização" - -#: superset-frontend/src/components/AlteredSliceTag.jsx:182 -msgid "Altered" -msgstr "" - -#: superset-frontend/src/components/AlteredSliceTag.jsx:199 -msgid "Chart changes" -msgstr "Modificado pela última vez" - -#: superset-frontend/src/components/AnchorLink.jsx:88 -msgid "Superset chart" -msgstr "Explorar gráfico" - -#: superset-frontend/src/components/AnchorLink.jsx:89 -msgid "Check out this chart in dashboard:" -msgstr "Verificar dashboard: %s" - -#: superset-frontend/src/components/AsyncSelect.jsx:41 -#: superset-frontend/src/explore/components/controls/SelectAsyncControl.jsx:47 -msgid "Select ..." -msgstr "Selecione ..." - -#: superset-frontend/src/components/CachedLabel.jsx:45 -msgid "Loaded data cached" -msgstr "Dados carregados em cache" - -#: superset-frontend/src/components/CachedLabel.jsx:49 -msgid "Loaded from cache" -msgstr "Carregado da cache" - -#: superset-frontend/src/components/CachedLabel.jsx:54 -msgid "Click to force-refresh" -msgstr "Clique para forçar atualização" - -#: superset-frontend/src/components/CachedLabel.jsx:80 -msgid "cached" -msgstr "" - -#: superset-frontend/src/components/CertifiedIconWithTooltip.tsx:40 -#, python-format -msgid "Certified by %s" -msgstr "" - -#: superset-frontend/src/components/CopyToClipboard.jsx:42 -#: superset-frontend/src/components/URLShortLinkButton.jsx:65 -#: superset-frontend/src/components/URLShortLinkModal.tsx:89 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:103 -msgid "Copy to clipboard" -msgstr "Copiar para área de transferência" - -#: superset-frontend/src/components/CopyToClipboard.jsx:89 -msgid "Copied!" -msgstr "Copiado!" - -#: superset-frontend/src/components/CopyToClipboard.jsx:93 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" -msgstr "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" - -#: superset-frontend/src/components/DatabaseSelector.tsx:126 -msgid "Error while fetching schema list" -msgstr "Erro ao carregar a lista de esquema" - -#: superset-frontend/src/components/DatabaseSelector.tsx:227 -msgid "Error while fetching database list" -msgstr "Erro ao carregar a lista de base de dados" - -#: superset-frontend/src/components/DatabaseSelector.tsx:234 -msgid "Database:" -msgstr "Base de dados:" - -#: superset-frontend/src/components/DatabaseSelector.tsx:240 -msgid "Select a database" -msgstr "Selecione uma base de dados" - -#: superset-frontend/src/components/DatabaseSelector.tsx:253 -msgid "Force refresh schema list" -msgstr "Forçar atualização de dados" - -#: superset-frontend/src/components/DatabaseSelector.tsx:260 -#, python-format -msgid "Select a schema (%s)" -msgstr "Selecione um esquema (%s)" - -#: superset-frontend/src/components/DatabaseSelector.tsx:265 -msgid "Schema:" -msgstr "Esquema:" - -#: superset-frontend/src/components/DatabaseSelector.tsx:279 -msgid "datasource" -msgstr "Fonte de dados" - -#: superset-frontend/src/components/DatabaseSelector.tsx:281 -msgid "schema" -msgstr "Esquema" - -#: superset-frontend/src/components/DeleteModal.tsx:61 -msgid "delete" -msgstr "Eliminar" - -#: superset-frontend/src/components/DeleteModal.tsx:69 -#: superset-frontend/src/components/ImportModal/index.tsx:239 -#, python-format -msgid "Type \"%s\" to confirm" -msgstr "" - -#: superset-frontend/src/components/DeleteModal.tsx:81 -msgid "DELETE" -msgstr "" - -#: superset-frontend/src/components/EditableTitle.tsx:181 -msgid "Click to edit" -msgstr "clique para editar o título" - -#: superset-frontend/src/components/EditableTitle.tsx:183 -msgid "You don't have the rights to alter this title." -msgstr "Não tem direitos para alterar este título." - -#: superset-frontend/src/components/ErrorBoundary.jsx:51 -msgid "Unexpected error" -msgstr "" - -#: superset-frontend/src/components/FaveStar.tsx:70 -msgid "Click to favorite/unfavorite" -msgstr "Clique para tornar favorito" - -#: superset-frontend/src/components/OmniContainer.jsx:44 -msgid "An error occurred while fetching dashboards" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/components/RefreshChartOverlay.tsx:48 -msgid "Run Query" -msgstr "Executar query" - -#: superset-frontend/src/components/TableSelector.tsx:170 -msgid "Error while fetching table list" -msgstr "Erro ao carregar lista de tabelas" - -#: superset-frontend/src/components/TableSelector.tsx:312 -#: superset-frontend/src/components/TableSelector.tsx:329 -msgid "Select table or type table name" -msgstr "" - -#: superset-frontend/src/components/TableSelector.tsx:343 -msgid "Type to search ..." -msgstr "Escreva para pesquisar ..." - -#: superset-frontend/src/components/TableSelector.tsx:345 -msgid "Select table " -msgstr "Selecione uma base de dados" - -#: superset-frontend/src/components/TableSelector.tsx:365 -msgid "Force refresh table list" -msgstr "Forçar atualização de dados" - -#: superset-frontend/src/components/TableSelector.tsx:375 -msgid "See table schema" -msgstr "Selecione um esquema (%s)" - -#: superset-frontend/src/components/URLShortLinkButton.jsx:59 -#: superset-frontend/src/components/URLShortLinkModal.tsx:77 -#, python-format -msgid "%s%s" -msgstr "" - -#: superset-frontend/src/components/URLShortLinkModal.tsx:83 -msgid "Share Dashboard" -msgstr "Gravar Dashboard" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:46 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:63 -msgid "This may be triggered by:" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:56 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:73 -msgid "Please reach out to the Chart Owner for assistance." -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:67 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:84 -#, python-format -msgid "Chart Owner: %s" -msgstr "Opções do gráfico" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:81 -#, python-format -msgid "%s Error" -msgstr "Erro" - -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:123 -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:139 -msgid "See More" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:152 -msgid "See Less" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:181 -msgid "Copy Message" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:189 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:535 -#: superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx:197 -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:418 -msgid "Close" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 -msgid "Unexpected Error" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:60 -msgid "This was triggered by:" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:76 -msgid "Did you mean:" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:87 -#, python-format -msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:114 -msgid "Parameter Error" -msgstr "Parâmetros" - -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:47 -#, python-format -msgid "" -"We’re having trouble loading this visualization. Queries are set to timeout " -"after %s second." -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:53 -#, python-format -msgid "" -"We’re having trouble loading these results. Queries are set to timeout after " -"%s second." -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 -msgid "Timeout Error" -msgstr "" - -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:317 -msgid "Cell Content" -msgstr "Conteúdo Criado" - -#: superset-frontend/src/components/ImportModal/index.tsx:182 -msgid "The import was successful" -msgstr "Não foi bem sucedido" - -#: superset-frontend/src/components/ImportModal/index.tsx:196 -msgid "OVERWRITE" -msgstr "" - -#: superset-frontend/src/components/ImportModal/index.tsx:266 -msgid "Overwrite" -msgstr "Substitua a visualização %s" - -#: superset-frontend/src/components/ImportModal/index.tsx:266 -msgid "Import" -msgstr "Importar" - -#: superset-frontend/src/components/ImportModal/index.tsx:270 -#, python-format -msgid "Import %s" -msgstr "Importar" - -#: superset-frontend/src/components/LastUpdated/index.tsx:74 -#, python-format -msgid "Last Updated %s" -msgstr "" - -#: superset-frontend/src/components/ListView/ListView.tsx:246 -#, python-format -msgid "%s Selected" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/components/ListView/ListView.tsx:348 -msgid "Deselect All" -msgstr "" - -#: superset-frontend/src/components/ListView/ListView.tsx:414 -#: superset-frontend/src/components/TableView/TableView.tsx:173 -#, python-format -msgid "%s-%s of %s" -msgstr "" - -#: superset-frontend/src/components/Menu/Menu.tsx:180 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:149 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:1037 -msgid "Settings" -msgstr "" - -#: superset-frontend/src/components/Menu/Menu.tsx:228 -msgid "About" -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 -msgid "" -"There is not enough space for this component. Try decreasing its width, or " -"increasing the destination width." -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 -msgid "Can not move top level tab into nested tabs" -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 -msgid "This chart has been moved to a different filter scope." -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardState.js:78 -msgid "There was an issue fetching the favorite status of this dashboard." -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardState.js:99 -msgid "There was an issue favoriting this dashboard." -msgstr "Desculpe, houve um erro ao gravar este dashbard: " - -#: superset-frontend/src/dashboard/actions/dashboardState.js:121 -msgid "This dashboard is now ${nowPublished}" -msgstr "" - -#: superset-frontend/src/dashboard/actions/dashboardState.js:127 -msgid "You do not have permissions to edit this dashboard." -msgstr "Não tem permissão para aceder à origem de dados: %(name)s." - -#: superset-frontend/src/dashboard/actions/dashboardState.js:203 -msgid "This dashboard was saved successfully." -msgstr "Dashboard gravado com sucesso." - -#: superset-frontend/src/dashboard/actions/sliceEntities.js:113 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:59 -msgid "Could not fetch all saved charts" -msgstr "Não foi possível ligar ao servidor" - -#: superset-frontend/src/dashboard/actions/sliceEntities.js:118 -msgid "Sorry there was an error fetching saved charts: " -msgstr "Desculpe, houve um erro ao gravar este dashbard: " - -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:69 -msgid "Visualization" -msgstr "Tipo de Visualização" - -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:73 -msgid "Data source" -msgstr "Fonte de dados" - -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:78 -msgid "Added" -msgstr "" - -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:67 -msgid "Components" -msgstr "" - -#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:53 -msgid "" -"Any color palette selected here will override the colors applied to this " -"dashboard's individual charts" -msgstr "" - -#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 -#: superset-frontend/src/explore/controlPanels/sections.jsx:78 -msgid "Color Scheme" -msgstr "Esquema de cores" - -#: superset-frontend/src/dashboard/components/CssEditor.jsx:67 -msgid "Load a template" -msgstr "Carregue um modelo" - -#: superset-frontend/src/dashboard/components/CssEditor.jsx:70 -msgid "Load a CSS template" -msgstr "Carregue um modelo CSS" - -#: superset-frontend/src/dashboard/components/CssEditor.jsx:88 -msgid "Live CSS Editor" -msgstr "Editor CSS em tempo real" - -#: superset-frontend/src/dashboard/components/Dashboard.jsx:84 -msgid "You have unsaved changes." -msgstr "Existem alterações por gravar." - -#: superset-frontend/src/dashboard/components/Header.jsx:250 -#, python-format -msgid "" -"This dashboard is currently force refreshing; the next force refresh will be " -"in %s." -msgstr "" - -#: superset-frontend/src/dashboard/components/Header.jsx:330 -msgid "Your dashboard is too large. Please reduce the size before save it." -msgstr "" - -#: superset-frontend/src/dashboard/components/Header.jsx:459 -msgid "Discard Changes" -msgstr "" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:123 -msgid "An error occurred while fetching available CSS templates" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:204 -msgid "Superset Dashboard" -msgstr "Gravar Dashboard" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:206 -msgid "Check out this dashboard: " -msgstr "Verificar dashboard: %s" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:249 -msgid "Share dashboard" -msgstr "Gravar Dashboard" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:257 -msgid "Refresh dashboard" -msgstr "Sem dashboards" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:267 -msgid "Set auto-refresh interval" -msgstr "Intervalo de atualização" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:275 -msgid "Set filter mapping" -msgstr "" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:282 -msgid "Edit dashboard properties" -msgstr "Editar propriedades do dashboard" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:289 -msgid "Edit CSS" -msgstr "Editar Visualização" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:299 -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:251 -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:197 -msgid "Download as image" -msgstr "" - -#: superset-frontend/src/dashboard/components/HeaderActionsDropdown.jsx:305 -msgid "Toggle FullScreen" -msgstr "" - -#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 -msgid "" -"There is no chart definition associated with this component, could it have " -"been deleted?" -msgstr "" - -#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 -msgid "Delete this container and save to remove this message." -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/ColumnSelect.tsx:82 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:113 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:448 -#: superset-frontend/src/datasource/DatasourceModal.tsx:123 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:66 -msgid "An error has occurred" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/ColumnSelect.tsx:84 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:115 -msgid "You do not have permission to edit this dashboard" -msgstr "Não tem acesso a esta origem de dados" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:144 -msgid "A valid color scheme is required" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:271 -msgid "The dashboard has been saved" -msgstr "Dashboard gravado com sucesso." - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:289 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar.tsx:463 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:762 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:436 -msgid "Apply" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:295 -msgid "Dashboard Properties" -msgstr "Editar propriedades do dashboard" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:324 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:197 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:270 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:224 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:228 -msgid "Basic Information" -msgstr "" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:341 -msgid "URL Slug" -msgstr "Slug" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:351 -msgid "A readable URL for your dashboard" -msgstr "Obter um URL legível para o seu dashboard" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:357 -#: superset-frontend/src/explore/components/PropertiesModal.tsx:258 -msgid "Access" -msgstr "Não há acesso!" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:371 -msgid "" -"Owners is a list of users who can alter the dashboard. Searchable by name or " -"username." -msgstr "" -"Proprietários é uma lista de utilizadores que podem alterar o dashboard." - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:377 -msgid "Colors" -msgstr "Cor" - -#: superset-frontend/src/dashboard/components/PropertiesModal.jsx:394 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:591 -msgid "Advanced" -msgstr "Análise Avançada" - -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:33 -msgid "" -"This dashboard is not published, it will not show up in the list of " -"dashboards. Click here to publish this dashboard." -msgstr "" - -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:38 -msgid "" -"This dashboard is not published which means it will not show up in the list " -"of dashboards. Favorite it to see it there or access it by using the URL " -"directly." -msgstr "" - -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:43 -msgid "This dashboard is published. Click to make it a draft." -msgstr "" - -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:72 -#: superset-frontend/src/dashboard/components/PublishedStatus.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:229 -msgid "Draft" -msgstr "" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Não atualize" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 segundos" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 -msgid "30 seconds" -msgstr "30 segundos" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 -msgid "1 minute" -msgstr "1 minuto" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 -msgid "5 minutes" -msgstr "5 minutos" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 -msgid "30 minutes" -msgstr "10 minutos" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 -msgid "1 hour" -msgstr "hora" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" -msgstr "hora" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "hora" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "hora" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:115 -msgid "Refresh Interval" -msgstr "Intervalo de atualização" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:118 -msgid "Refresh frequency" -msgstr "" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:129 -msgid "Are you sure you want to proceed?" -msgstr "" - -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:138 -msgid "Save for this session" -msgstr "" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:159 -msgid "You must pick a name for the new dashboard" -msgstr "Escolha um nome para o novo dashboard" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:181 -msgid "Save Dashboard" -msgstr "Gravar Dashboard" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 -#, python-format -msgid "Overwrite Dashboard [%s]" -msgstr "Substituir Dashboard [%s]" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:198 -msgid "Save as:" -msgstr "Gravar como:" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:202 -msgid "[dashboard name]" -msgstr "[Nome do dashboard]" - -#: superset-frontend/src/dashboard/components/SaveModal.tsx:212 -msgid "also copy (duplicate) charts" -msgstr "" - -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:215 -msgid "Filter your charts" -msgstr "Controlo de filtro" - -#: superset-frontend/src/dashboard/components/SliceHeader.jsx:75 -msgid "Annotation layers are still loading." -msgstr "Camadas de anotação para sobreposição na visualização" - -#: superset-frontend/src/dashboard/components/SliceHeader.jsx:76 -msgid "One ore more annotation layers failed loading." -msgstr "" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:185 -#, python-format -msgid "Cached %s" -msgstr "" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:188 -#, python-format -msgid "Fetched %s" -msgstr "" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:202 -msgid "Minimize Chart" -msgstr "Gráfico de Queijo" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:202 -msgid "Maximize Chart" -msgstr "Gráfico de Queijo" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:215 -msgid "Force refresh" -msgstr "Forçar atualização de dados" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:225 -msgid "Toggle chart description" -msgstr "Alternar descrição do gráfico" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:231 -msgid "View Chart in Explore" -msgstr "" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:243 -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:244 -msgid "Share chart" -msgstr "Explorar gráfico" - -#: superset-frontend/src/dashboard/components/SliceHeaderControls.jsx:255 -msgid "Export CSV" -msgstr "Exportar CSV" - -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel.tsx:169 -#, python-format -msgid "Applied Filters (%d)" -msgstr "Adicionar filtro" - -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel.tsx:190 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "" - -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel.tsx:214 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Filtros de resultados" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:464 -msgid "Search..." -msgstr "Pesquisa" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:495 -msgid "No filter is selected." -msgstr "" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:496 -msgid "Editing 1 filter:" -msgstr "" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:498 -#, python-format -msgid "Batch editing %d filters:" -msgstr "" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:512 -msgid "Configure filter scopes" -msgstr "" - -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:519 -msgid "There are no filters in this dashboard." -msgstr "Desculpe, houve um erro ao gravar este dashbard: " - -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 -msgid "Expand all" -msgstr "" - -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 -msgid "Collapse all" -msgstr "" - -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:81 -msgid "This markdown component has an error." -msgstr "" - -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:181 -msgid "" -"This markdown component has an error. Please revert your recent changes." -msgstr "" - -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:169 -msgid "Delete dashboard tab?" -msgstr "Por favor insira um nome para o dashboard" - -#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 -msgid "Divider" -msgstr "" - -#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 -msgid "Header" -msgstr "Subtítulo" - -#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 -msgid "Row" -msgstr "" - -#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 -msgid "Tabs" -msgstr "" - -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.jsx:38 -msgid "Preview" -msgstr "Pré-visualização para %s" - -#: superset-frontend/src/dashboard/components/nativeFilters/CascadePopover.tsx:121 -msgid "Select Parent Filters" -msgstr "Filtros de resultados" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar.tsx:455 -msgid "Reset All" -msgstr "Repor Estado" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:132 -msgid "You have removed this filter." -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:135 -msgid "Restore Filter" -msgstr "Filtros de resultados" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:153 -msgid "Filter Name" -msgstr "Valor de filtro" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:155 -msgid "Name is required" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:164 -msgid "Datasource is required" -msgstr "Origem de dados" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:183 -msgid "Field" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:196 -msgid "Default Value" -msgstr "Latitude padrão" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:203 -msgid "Parent Filter" -msgstr "Filtro de data" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:209 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:87 -msgid "None" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:221 -msgid "Apply changes instantly" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:229 -msgid "Allow multiple selections" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:237 -msgid "Inverse selection" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:245 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:251 -msgid "Required" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:247 -msgid "Scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:257 -msgid "Apply to all panels" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:259 -msgid "Apply to specific panels" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:267 -msgid "Only selected panels will be affected by this filter" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigForm.tsx:268 -msgid "All panels with this column will be affected by this filter" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:429 -msgid "Filter Configuration and Scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:468 -msgid "Add Filter" -msgstr "Adicionar filtro" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:480 -msgid "(Removed)" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterConfigModal.tsx:489 -msgid "Undo?" -msgstr "" - -#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 -msgid "All filters" -msgstr "Filtros" - -#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -msgid "All charts" -msgstr "Gráfico de bala" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:38 -msgid "" -"Warning! Changing the dataset may break the chart if the metadata does not " -"exist." -msgstr "" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:42 -msgid "" -"Changing the dataset may break the chart if the chart relies on columns or " -"metadata that does not exist in the target dataset" -msgstr "" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:114 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:663 -msgid "dataset" -msgstr "" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:223 -#: superset-frontend/src/explore/components/controls/DatasourceControl.jsx:162 -msgid "Change Dataset" -msgstr "" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:248 -msgid "Warning!" -msgstr "Mensagem de Aviso" - -#: superset-frontend/src/datasource/ChangeDatasourceModal.tsx:258 -msgid "Search / Filter" -msgstr "Pesquisa / Filtro" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:87 -msgid "Physical (table or view)" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:88 -msgid "Virtual (SQL)" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:162 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:205 -msgid "Data Type" -msgstr "Tabela de dados" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:174 -msgid "The pattern of timestamp format. For strings use " -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:176 -msgid "python datetime string pattern" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:178 -msgid " expression which needs to adhere to the " -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:180 -msgid "ISO 8601" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:182 -msgid "" -" standard to ensure that the lexicographical ordering\n" -" coincides with the chronological ordering. If the\n" -" timestamp format does not adhere to the ISO 8601 " -"standard\n" -" you will need to define an expression and type for\n" -" transforming the string into a date or timestamp. " -"Note\n" -" currently time zones are not supported. If time is " -"stored\n" -" in epoch format, put `epoch_s` or `epoch_ms`. If no " -"pattern\n" -" is specified we fall back to using the optional " -"defaults on a per\n" -" database/column name level via the extra parameter." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:206 -msgid "Is Dimension" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:207 -msgid "Is Temporal" -msgstr "É temporal" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:208 -msgid "Is Filterable" -msgstr "Filtrável" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:429 -#, python-format -msgid "Modified columns: %s" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:434 -#, python-format -msgid "Removed columns: %s" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:439 -#, python-format -msgid "New columns added: %s" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:442 -msgid "Metadata has been synced" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:477 -#, python-format -msgid "Column name [%s] is duplicated" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:483 -#, python-format -msgid "Metric name [%s] is duplicated" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:492 -#, python-format -msgid "Calculated column [%s] requires an expression" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:507 -msgid "Basic" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:520 -msgid "Default URL" -msgstr "URL da Base de Dados" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:521 -msgid "Default URL to redirect to when accessing from the dataset list page" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:528 -msgid "Autocomplete filters" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:529 -msgid "Whether to populate autocomplete filters options" -msgstr "Incluir um filtro temporal" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:535 -msgid "Autocomplete Query Predicate" -msgstr "Carregar Valores de Predicado" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:536 -msgid "" -"When using \"Autocomplete filters\", this can be used to improve performance " -"of the query fetching the values. Use this option to apply a predicate " -"(WHERE clause) to the query selecting the distinct values from the table. " -"Typically the intent would be to limit the scan by applying a relative time " -"filter on a partitioned or indexed time-related field." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:550 -msgid "" -"Extra data to specify table metadata. Currently supports certification data " -"of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team" -"\", \"details\": \"This table is the source of truth.\" } }`." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:568 -msgid "Owners of the dataset" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:598 -msgid "The duration of time in seconds before the cache is invalidated" -msgstr "O número de segundos antes de expirar a cache" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:605 -msgid "Hours offset" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:627 -msgid "Spatial" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:679 -msgid "virtual" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:700 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:707 -msgid "dataset name" -msgstr "nome da origem de dados" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:715 -msgid "" -"When specifying SQL, the datasource acts as a view. Superset will use this " -"statement as a subquery while grouping and filtering on the generated parent " -"queries." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:738 -msgid "The JSON metric or post aggregation definition." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:753 -msgid "Physical" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:783 -msgid "" -"The pointer to a physical table (or view). Keep in mind that the chart is " -"associated to this Superset logical table, and this logical table points the " -"physical table referenced here." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:802 -msgid "Click the lock to make changes." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:805 -msgid "Click the lock to prevent further changes." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:863 -msgid "Warning message to display in the metric selector" -msgstr "Mostrar opção de seleção do intervalo temporal" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:874 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:882 -msgid "Certified By" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:876 -msgid "Person or group that has certified this metric" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:887 -#: superset-frontend/src/datasource/DatasourceEditor.jsx:893 -msgid "Certification Details" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:889 -msgid "Details of the certification" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:957 -msgid "Be careful." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:958 -msgid "" -"Changing these settings will affect all charts using this dataset, including " -"charts owned by other people." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:970 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1121 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:267 -msgid "Source" -msgstr "Fonte" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:1005 -msgid "Sync columns from source" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceEditor.jsx:1014 -msgid "Calculated Columns" -msgstr "Lista de Colunas" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:114 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:92 -msgid "The dataset has been saved" -msgstr "Esta origem de dados parece ter sido excluída" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:150 -msgid "" -"The dataset configuration exposed here\n" -" affects all the charts using this dataset.\n" -" Be mindful that changing settings\n" -" here may affect other charts\n" -" in undesirable ways." -msgstr "" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:157 -msgid "Are you sure you want to save and apply changes?" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:163 -msgid "Confirm save" -msgstr "" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:176 -msgid "Edit Dataset " -msgstr "Editar Base de Dados" - -#: superset-frontend/src/datasource/DatasourceModal.tsx:193 -msgid "Use Legacy Datasource Editor" -msgstr "" - -#: superset-frontend/src/explore/constants.js:80 -msgid "Time range" -msgstr "Granularidade Temporal" - -#: superset-frontend/src/explore/constants.js:81 -msgid "Time column" -msgstr "Coluna de tempo" - -#: superset-frontend/src/explore/constants.js:82 -msgid "Time grain" -msgstr "Granularidade Temporal" - -#: superset-frontend/src/explore/constants.js:83 -msgid "Origin" -msgstr "Origem" - -#: superset-frontend/src/explore/constants.js:84 -msgid "Time granularity" -msgstr "Granularidade temporal" - -#: superset-frontend/src/explore/controls.jsx:113 -msgid "" -"A reference to the [Time] configuration, taking granularity into account" -msgstr "" -"Uma referência à configuração [Time], levando em consideração a granularidade" - -#: superset-frontend/src/explore/controls.jsx:123 -msgid "Group by" -msgstr "Agrupar por" - -#: superset-frontend/src/explore/controls.jsx:126 -msgid "One or many controls to group by" -msgstr "Um ou vários controles para agrupar" - -#: superset-frontend/src/explore/controls.jsx:167 -msgid "One or many metrics to display" -msgstr "Uma ou várias métricas para exibir" - -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:416 -#: superset-frontend/src/explore/controls.jsx:195 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:233 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:478 -msgid "Dataset" -msgstr "Base de dados" - -#: superset-frontend/src/explore/controls.jsx:206 -msgid "Visualization type" -msgstr "Tipo de Visualização" - -#: superset-frontend/src/explore/controls.jsx:208 -msgid "The type of visualization to display" -msgstr "O tipo de visualização a ser exibida" - -#: superset-frontend/src/explore/controls.jsx:212 -msgid "Fixed color" -msgstr "Selecione uma cor" - -#: superset-frontend/src/explore/controls.jsx:213 -msgid "Use this to define a static color for all circles" -msgstr "" - -#: superset-frontend/src/explore/controls.jsx:221 -msgid "Right axis metric" -msgstr "Metric do Eixo Direito" - -#: superset-frontend/src/explore/controls.jsx:223 -msgid "Choose a metric for right axis" -msgstr "Escolha uma métrica para o eixo direito" - -#: superset-frontend/src/explore/controls.jsx:228 -msgid "Linear color scheme" -msgstr "Esquema de cores lineares" - -#: superset-frontend/src/explore/controls.jsx:241 -msgid "Color metric" -msgstr "Métrica de cor" - -#: superset-frontend/src/explore/controls.jsx:244 -msgid "A metric to use for color" -msgstr "Uma métrica a utilizar para cor" - -#: superset-frontend/src/explore/controls.jsx:252 -msgid "One or many controls to pivot as columns" -msgstr "Um ou vários controles para pivotar como colunas" - -#: superset-frontend/src/explore/controls.jsx:264 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "" -"Define a origem onde os campos de tempo começam, aceita datas naturais em " -"inglês como `now`,`sunday` ou `1970-01-01`" - -#: superset-frontend/src/explore/controls.jsx:293 -msgid "" -"The time granularity for the visualization. Note that you can type and use " -"simple natural language as in `10 seconds`, `1 day` or `56 weeks`" -msgstr "" -"O tempo de granularidade para a visualização. Observe que você pode digitar " -"e usar linguagem natural simples, em inglês, como `10 seconds`, `1 day` ou " -"`56 weeks`" - -#: superset-frontend/src/explore/controls.jsx:303 -msgid "" -"The time column for the visualization. Note that you can define arbitrary " -"expression that return a DATETIME column in the table. Also note that the " -"filter below is applied against this column or expression" -msgstr "" -"A coluna de tempo para a visualização. Note que é possível definir uma " -"expressão arbitrária que resolve uma coluna DATATEMPO na tabela ou. Observe " -"também que o filtro em baixo é aplicado sobre esta coluna ou expressão" - -#: superset-frontend/src/explore/controls.jsx:333 -msgid "" -"The time granularity for the visualization. This applies a date " -"transformation to alter your time column and defines a new time granularity. " -"The options here are defined on a per database engine basis in the Superset " -"source code." -msgstr "" -"A granularidade temporal para a visualização. Aplica uma transformação de " -"data para alterar a coluna de tempo e define uma nova granularidade " -"temporal. As opções são definidas por base de dados no código-fonte do " -"Superset." - -#: superset-frontend/src/explore/controls.jsx:349 -msgid "Last week" -msgstr "semana" - -#: superset-frontend/src/explore/controls.jsx:350 -msgid "" -"The time range for the visualization. All relative times, e.g. \"Last month" -"\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the " -"server's local time (sans timezone). All tooltips and placeholder times are " -"expressed in UTC (sans timezone). The timestamps are then evaluated by the " -"database using the engine's local timezone. Note one can explicitly set the " -"timezone per the ISO 8601 format if specifying either the start and/or end " -"time." -msgstr "" - -#: superset-frontend/src/explore/controls.jsx:366 -msgid "Row limit" -msgstr "Limite de linha" - -#: superset-frontend/src/explore/controls.jsx:375 -msgid "Series limit" -msgstr "Limite de série" - -#: superset-frontend/src/explore/controls.jsx:378 -msgid "" -"Limits the number of time series that get displayed. A sub query (or an " -"extra phase where sub queries are not supported) is applied to limit the " -"number of time series that get fetched and displayed. This feature is useful " -"when grouping by high cardinality dimension(s)." -msgstr "" - -#: superset-frontend/src/explore/controls.jsx:388 -msgid "Sort by" -msgstr "Ordenar por" - -#: superset-frontend/src/explore/controls.jsx:391 -msgid "Metric used to define the top series" -msgstr "Métrica usada para definir a série superior" - -#: superset-frontend/src/explore/controls.jsx:401 -msgid "Series" -msgstr "Séries" - -#: superset-frontend/src/explore/controls.jsx:404 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific color " -"on the chart and has a legend toggle" -msgstr "" -"Define o agrupamento de entidades. Cada série corresponde a uma cor " -"específica no gráfico e tem uma alternância de legenda" - -#: superset-frontend/src/explore/controls.jsx:413 -msgid "Entity" -msgstr "Entidade" - -#: superset-frontend/src/explore/controls.jsx:417 -msgid "This defines the element to be plotted on the chart" -msgstr "Esta opção define o elemento a ser desenhado no gráfico" - -#: superset-frontend/src/explore/controls.jsx:422 -msgid "X Axis" -msgstr "Eixo XX" - -#: superset-frontend/src/explore/controls.jsx:423 -msgid "Metric assigned to the [X] axis" -msgstr "Métrica atribuída ao eixo [X]" - -#: superset-frontend/src/explore/controls.jsx:429 -msgid "Y Axis" -msgstr "Eixo YY" - -#: superset-frontend/src/explore/controls.jsx:431 -msgid "Metric assigned to the [Y] axis" -msgstr "Metrica atribuída ao eixo [Y]" - -#: superset-frontend/src/explore/controls.jsx:436 -msgid "Bubble size" -msgstr "Tamanho da bolha" - -#: superset-frontend/src/explore/controls.jsx:443 -msgid "Y Axis Format" -msgstr "Formato do Eixo YY" - -#: superset-frontend/src/explore/controls.jsx:455 -msgid "" -"When `Calculation type` is set to \"Percentage change\", the Y Axis Format " -"is forced to `.1%`" -msgstr "" - -#: superset-frontend/src/explore/controls.jsx:482 -msgid "Color scheme" -msgstr "Esquema de cores" - -#: superset-frontend/src/explore/controls.jsx:486 -msgid "The color scheme for rendering chart" -msgstr "O esquema de cores para o gráfico de renderização" - -#: superset-frontend/src/explore/controls.jsx:492 -msgid "Color map" -msgstr "Cor" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx:159 -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:329 -msgid "Simple" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopover.jsx:176 -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:382 -msgid "Custom SQL" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:267 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:234 -#, python-format -msgid "%s option(s)" -msgstr "Opções" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:282 -msgid "No such column found. To filter on a metric, try the Custom SQL tab." -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:291 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:301 -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:265 -#, python-format -msgid "%s column(s)" -msgstr "Lista de Colunas" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:302 -msgid "To filter on a metric, use Custom SQL tab." -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:307 -#, python-format -msgid "%s operator(s)" -msgstr "Selecione operador" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:326 -msgid "type a value here" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:385 -msgid "Filter value (case sensitive)" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:92 -msgid "choose WHERE or HAVING..." -msgstr "" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:127 -msgid "filters by columns" -msgstr "Controlo de filtro" - -#: superset-frontend/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:129 -msgid "filters by metrics" -msgstr "Lista de Métricas" - -#: superset-frontend/src/explore/components/AdhocFilterPopoverTrigger.tsx:94 -msgid "" -"\n" -" This filter was inherited from the dashboard's context.\n" -" It won't be saved when saving the chart.\n" -" " -msgstr "" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:276 -#, python-format -msgid "%s aggregates(s)" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:285 -#, python-format -msgid "%s saved metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:332 -msgid "column" -msgstr "Coluna" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:348 -msgid "aggregate" -msgstr "Soma Agregada" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:359 -msgid "Saved" -msgstr "Salvar" - -#: superset-frontend/src/explore/components/AdhocMetricEditPopover.jsx:362 -msgid "Saved metric" -msgstr "Selecione métrica" - -#: superset-frontend/src/explore/components/ControlHeader.jsx:56 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:239 -msgid "description" -msgstr "descrição" - -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -msgid "bolt" -msgstr "parafuso" - -#: superset-frontend/src/explore/components/ControlHeader.jsx:67 -msgid "Changing this control takes effect instantly" -msgstr "Esta edição tem efeito instantâneo" - -#: superset-frontend/src/explore/components/ControlPanelsContainer.jsx:249 -msgid "Customize" -msgstr "" - -#: superset-frontend/src/explore/components/DataTableControl.tsx:93 -msgid "rows retrieved" -msgstr "" - -#: superset-frontend/src/explore/components/DataTablesPane.tsx:130 -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:98 -msgid "Sorry, An error occurred" -msgstr "" - -#: superset-frontend/src/explore/components/DataTablesPane.tsx:216 -msgid "No data" -msgstr "Metadados" - -#: superset-frontend/src/explore/components/DataTablesPane.tsx:257 -msgid "View results" -msgstr "ver resultados" - -#: superset-frontend/src/explore/components/DataTablesPane.tsx:260 -msgid "View samples" -msgstr "" - -#: superset-frontend/src/explore/components/DatasourcePanel.tsx:205 -msgid "Search Metrics & Columns" -msgstr "Colunas das séries temporais" - -#: superset-frontend/src/explore/components/DatasourcePanel.tsx:218 -#: superset-frontend/src/explore/components/DatasourcePanel.tsx:231 -#, python-format -msgid "Showing %s of %s" -msgstr "" - -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:118 -msgid "New chart" -msgstr "Mover gráfico" - -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:177 -msgid "Edit properties" -msgstr "Editar propriedades da visualização" - -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:183 -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:185 -msgid "View query" -msgstr "partilhar query" - -#: superset-frontend/src/explore/components/DisplayQueryButton.jsx:193 -msgid "Run in SQL Lab" -msgstr "Expor no SQL Lab" - -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:113 -msgid "Height" -msgstr "Altura" - -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:127 -msgid "Width" -msgstr "Largura" - -#: superset-frontend/src/explore/components/ExploreActionButtons.jsx:87 -msgid "Export to .json" -msgstr "Exportar para .json" - -#: superset-frontend/src/explore/components/ExploreActionButtons.jsx:100 -msgid "Export to .csv format" -msgstr "Exportar para o formato .csv" - -#: superset-frontend/src/explore/components/ExploreChartHeader.jsx:102 -#, python-format -msgid "%s - untitled" -msgstr "%s - sem título" - -#: superset-frontend/src/explore/components/ExploreChartHeader.jsx:166 -msgid "Edit chart properties" -msgstr "Editar propriedades da visualização" - -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:342 -msgid "Control labeled " -msgstr "" - -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:446 -msgid "Open Datasource Tab" -msgstr "Nome da origem de dados" - -#: superset-frontend/src/explore/components/PropertiesModal.tsx:68 -msgid "You do not have permission to edit this chart" -msgstr "Não tem permissão para aprovar este pedido" - -#: superset-frontend/src/explore/components/PropertiesModal.tsx:229 -msgid "" -"The description can be displayed as widget headers in the dashboard view. " -"Supports markdown." -msgstr "" - -#: superset-frontend/src/explore/components/PropertiesModal.tsx:236 -msgid "Configuration" -msgstr "Contribuição" - -#: superset-frontend/src/explore/components/PropertiesModal.tsx:253 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." -msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." - -#: superset-frontend/src/explore/components/PropertiesModal.tsx:273 -msgid "" -"A list of users who can alter the chart. Searchable by name or username." -msgstr "" -"Proprietários é uma lista de utilizadores que podem alterar o dashboard." - -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "" - -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 -msgid "Limit reached" -msgstr "" - -#: superset-frontend/src/explore/components/SaveModal.tsx:32 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "" - -#: superset-frontend/src/explore/components/SaveModal.tsx:123 -msgid "Please enter a chart name" -msgstr "Por favor insira um nome para o dashboard" - -#: superset-frontend/src/explore/components/SaveModal.tsx:159 -msgid "Save Chart" -msgstr "Gráfico de Queijo" - -#: superset-frontend/src/explore/components/SaveModal.tsx:174 -msgid "Save & go to dashboard" -msgstr "Gravar e ir para o dashboard" - -#: superset-frontend/src/explore/components/SaveModal.tsx:185 -msgid "Save as new chart" -msgstr "Gravar Dashboard" - -#: superset-frontend/src/explore/components/SaveModal.tsx:214 -msgid "Save (Overwrite)" -msgstr "Queries Gravadas" - -#: superset-frontend/src/explore/components/SaveModal.tsx:224 -msgid "Save as ..." -msgstr "Gravar como" - -#: superset-frontend/src/explore/components/SaveModal.tsx:229 -msgid "Chart name" -msgstr "Tipo de gráfico" - -#: superset-frontend/src/explore/components/SaveModal.tsx:241 -msgid "Add to dashboard" -msgstr "Adicionar ao novo dashboard" - -#: superset-frontend/src/explore/components/controls/AdhocFilterControl.jsx:361 -msgid "Add filter" -msgstr "Adicionar filtro" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:601 -msgid "Display configuration" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:602 -msgid "Configure your how you overlay is displayed here." -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:606 -msgid "Style" -msgstr "Estilo do mapa" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:620 -msgid "Opacity" -msgstr "Opacidade" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:632 -msgid "Color" -msgstr "Cor" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:651 -msgid "Line Width" -msgstr "Largura" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:701 -msgid "Layer Configuration" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:702 -msgid "Configure the basics of your Annotation Layer." -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:710 -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:737 -msgid "Mandatory" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:714 -msgid "Hide Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:720 -msgid "Choose the Annotation Layer Type" -msgstr "Camadas de anotação" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:721 -msgid "Annotation Layer Type" -msgstr "Camadas de anotação" - -#: superset-frontend/src/explore/components/controls/AnnotationLayer.jsx:753 -msgid "Remove" -msgstr "" - -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:73 -msgid "`Min` value should be numeric or empty" -msgstr "O valor `Min` deve ser numérico ou vazio" - -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:76 -msgid "`Max` value should be numeric or empty" -msgstr "O valor `Max` deve ser numérico ou vazio" - -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:95 -msgid "Min" -msgstr "Mín" - -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:104 -msgid "Max" -msgstr "Máx" - -#: superset-frontend/src/explore/components/controls/DatasourceControl.jsx:159 -msgid "Edit Dataset" -msgstr "Editar Base de Dados" - -#: superset-frontend/src/explore/components/controls/DatasourceControl.jsx:163 -msgid "View in SQL Lab" -msgstr "Expor no SQL Lab" - -#: superset-frontend/src/explore/components/controls/DatasourceControl.jsx:190 -msgid "More dataset related options" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl.jsx:80 -msgid "" -"Superset supports smart date parsing. Strings like `3 weeks ago`, `last " -"sunday`, or `2 weeks from now` can be used." -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:167 -msgid "Default" -msgstr "Latitude padrão" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:168 -msgid "" -"(optional) default value for the filter, when using the multiple option, you " -"can use a semicolon-delimited list of options." -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:184 -msgid "Sort Metric" -msgstr "Mostrar Métrica" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:185 -msgid "Metric to sort the results by" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:204 -msgid "Sort Ascending" -msgstr "Ordenar decrescente" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:205 -msgid "Check for sorting ascending" -msgstr "Ordenar de forma descendente ou ascendente" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:215 -msgid "Allow Multiple Selections" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:217 -msgid "" -"Multiple selections allowed, otherwise filter is limited to a single value" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:231 -msgid "Search All Filter Options" -msgstr "Pesquisa / Filtro" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:232 -msgid "" -"By default, each filter loads at most 1000 choices at the initial page load. " -"Check this box if you have more than 1000 filter values and want to enable " -"dynamically searching that loads filter values as users type (may add stress " -"to your database)." -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:252 -msgid "User must select a value for this filter" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:281 -msgid "Filter Configuration" -msgstr "Controlo de filtro" - -#: superset-frontend/src/explore/components/controls/MetricsControl.jsx:383 -msgid "Add metric" -msgstr "Adicionar Métrica" - -#: superset-frontend/src/explore/components/controls/SelectAsyncControl.jsx:45 -msgid "Error while fetching data" -msgstr "O carregamento de dados falhou" - -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:75 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 -msgid "No results found" -msgstr "Nenhum registo encontrado" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 -msgid "Invalid lat/long configuration." -msgstr "" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:154 -msgid "Reverse lat/long " -msgstr "" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:167 -msgid "Longitude & Latitude columns" -msgstr "" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:183 -msgid "Delimited long & lat single column" -msgstr "" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 -msgid "" -"Multiple formats accepted, look the geopy.points Python library for more " -"details" -msgstr "" - -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:200 -msgid "Geohash" -msgstr "" - -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:104 -msgid "textarea" -msgstr "textarea" - -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:135 -msgid "in modal" -msgstr "em modal" - -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:36 -msgid "Time Series Columns" -msgstr "Colunas das séries temporais" - -#: superset-frontend/src/explore/components/controls/VizTypeControl.jsx:105 -msgid "This visualization type is not supported." -msgstr "Escolha um tipo de visualização" - -#: superset-frontend/src/explore/components/controls/VizTypeControl.jsx:201 -msgid "Click to change visualization type" -msgstr "Selecione um tipo de visualização" - -#: superset-frontend/src/explore/components/controls/VizTypeControl.jsx:214 -msgid "Select a visualization type" -msgstr "Selecione um tipo de visualização" - -#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:199 -#, python-format -msgid "Failed to verify select options: %s" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterControl.tsx:262 -msgid "RANGE TYPE" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterControl.tsx:285 -msgid "Actual time range" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterControl.tsx:306 -msgid "CANCEL" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterControl.tsx:315 -msgid "APPLY" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterControl.tsx:324 -msgid "Edit time range" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/AdvancedFrame.tsx:51 -msgid "Configure Advanced Time Range" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/AdvancedFrame.tsx:52 -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:124 -msgid "START" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/AdvancedFrame.tsx:58 -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:176 -msgid "END" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CalendarFrame.tsx:40 -msgid "Configure Time Range: Previous..." -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CommonFrame.tsx:35 -msgid "Configure Time Range: Last..." -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:121 -msgid "Configure Custom Time Range" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:151 -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:202 -msgid "Relative quantity" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:229 -msgid "ANCHOR TO" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:238 -msgid "NOW" -msgstr "" - -#: superset-frontend/src/explore/components/controls/DateFilterControl/frame/CustomFrame.tsx:241 -msgid "Date/Time" -msgstr "Formato da datahora" - -#: superset-frontend/src/explore/controlPanels/Separator.js:25 -#: superset-frontend/src/explore/controlPanels/Separator.js:46 -msgid "Code" -msgstr "Código" - -#: superset-frontend/src/explore/controlPanels/Separator.js:32 -msgid "Markup Type" -msgstr "Tipo de marcação" - -#: superset-frontend/src/explore/controlPanels/Separator.js:37 -msgid "Pick your favorite markup language" -msgstr "Escolha a sua linguagem de marcação favorita" - -#: superset-frontend/src/explore/controlPanels/Separator.js:47 -msgid "Put your code here" -msgstr "Insira o seu código aqui" - -#: superset-frontend/src/explore/controlPanels/TimeTable.js:24 -#: superset-frontend/src/explore/controlPanels/sections.jsx:112 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:142 -msgid "Query" -msgstr "Query" - -#: superset-frontend/src/explore/controlPanels/TimeTable.js:47 -msgid "URL" -msgstr "URL" - -#: superset-frontend/src/explore/controlPanels/TimeTable.js:48 -msgid "" -"Templated link, it's possible to include {{ metric }} or other values coming " -"from the controls." -msgstr "" -"Ligação predefinida, é possível incluir {{ metric }} ou outros valores " -"provenientes dos controlos." - -#: superset-frontend/src/explore/controlPanels/sections.jsx:24 -#: superset-frontend/src/explore/controlPanels/sections.jsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:189 -msgid "Time" -msgstr "Tempo" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:26 -#: superset-frontend/src/explore/controlPanels/sections.jsx:84 -msgid "Time related form attributes" -msgstr "Atributos de formulário relacionados ao tempo" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:31 -msgid "Chart Type" -msgstr "Tipo de gráfico" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:41 -msgid "Chart ID" -msgstr "Tipo de gráfico" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:43 -msgid "The id of the active chart" -msgstr "O id da visualização ativa" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:50 -msgid "Cache Timeout (seconds)" -msgstr "Cache atingiu tempo limite (segundos)" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:52 -msgid "The number of seconds before expiring the cache" -msgstr "O número de segundos antes de expirar a cache" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:59 -msgid "URL Parameters" -msgstr "Parâmetros" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:61 -msgid "Extra parameters for use in jinja templated queries" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:68 -msgid "Time range endpoints" -msgstr "Opções da série temporal" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:70 -msgid "Time range endpoints (SIP-15)" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:90 -msgid "Annotations and Layers" -msgstr "Camadas de anotação" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:124 -msgid "Sort Descending" -msgstr "Ordenar decrescente" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:126 -msgid "Whether to sort descending or ascending" -msgstr "Ordenar de forma descendente ou ascendente" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:133 -msgid "Contribution" -msgstr "Contribuição" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:135 -msgid "Compute the contribution to the total" -msgstr "Calcular contribuição para o total" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:143 -msgid "Advanced Analytics" -msgstr "Análise Avançada" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:145 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" -msgstr "" -"Esta seção contém opções que permitem o pós-processamento analítico avançado " -"de resultados da query" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:151 -msgid "Rolling Window" -msgstr "Rolling" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:157 -msgid "Rolling Function" -msgstr "Rolling" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:166 -msgid "" -"Defines a rolling window function to apply, works along with the [Periods] " -"text box" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:176 -msgid "Periods" -msgstr "Períodos" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:178 -msgid "" -"Defines the size of the rolling window function, relative to the time " -"granularity selected" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:188 -msgid "Min Periods" -msgstr "Período Mínimo" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:190 -msgid "" -"The minimum number of rolling periods required to show a value. For instance " -"if you do a cumulative sum on 7 days you may want your \"Min Period\" to be " -"7, so that all data points shown are the total of 7 periods. This will hide " -"the \"ramp up\" taking place over the first 7 periods" -msgstr "" -"O número mínimo de períodos de rolamento necessários para mostrar um valor. " -"Por exemplo, numa soma cumulativa de 7 dias é possível que o \"Período Mínimo" -"\" seja 7, de forma a que todos os pontos de dados mostrados sejam o total " -"de 7 períodos. Esta opção esconde a \"aceleração\" que ocorre nos primeiros " -"7 períodos" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:200 -msgid "Time Comparison" -msgstr "Coluna de tempo" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:208 -msgid "Time Shift" -msgstr "Mudança de hora" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:219 -msgid "" -"Overlay one or more timeseries from a relative time period. Expects relative " -"time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 " -"days). Free text is supported." -msgstr "" -"Sobrepor série temporal de um período de tempo relativo. Espera valor de " -"variação temporal relativa em linguagem natural (exemplo: 24 horas, 7 dias, " -"56 semanas, 365 dias)" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:231 -msgid "Calculation type" -msgstr "Escolha um tipo de visualização" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:239 -msgid "" -"How to display time shifts: as individual lines; as the absolute difference " -"between the main time series and each time shift; as the percentage change; " -"or as the ratio between series and time shifts." -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:247 -msgid "Python Functions" -msgstr "Função de agregação" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:256 -msgid "Rule" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:259 -msgid "Pandas resample rule" -msgstr "Regra de remistura de pandas" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:267 -msgid "Method" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.jsx:277 -msgid "Pandas resample method" -msgstr "Método de preenchimento da remistura de pandas" - -#: superset-frontend/src/profile/components/App.tsx:48 -msgid "Favorites" -msgstr "Favoritos" - -#: superset-frontend/src/profile/components/App.tsx:62 -msgid "Created Content" -msgstr "Conteúdo Criado" - -#: superset-frontend/src/profile/components/App.tsx:76 -msgid "Recent Activity" -msgstr "Atividade Recente" - -#: superset-frontend/src/profile/components/App.tsx:90 -msgid "Security & Access" -msgstr "Segurança e Acesso" - -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 -msgid "No charts" -msgstr "Mover gráfico" - -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 -msgid "No dashboards" -msgstr "Sem dashboards" - -#: superset-frontend/src/profile/components/Favorites.tsx:46 -msgid "No favorite charts yet, go click on stars!" -msgstr "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" - -#: superset-frontend/src/profile/components/Favorites.tsx:64 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" - -#: superset-frontend/src/profile/components/UserInfo.tsx:39 -msgid "Profile picture provided by Gravatar" -msgstr "Foto de perfil fornecida por Gravatar" - -#: superset-frontend/src/profile/components/UserInfo.tsx:57 -msgid "joined" -msgstr "agregado" - -#: superset-frontend/src/profile/components/UserInfo.tsx:69 -msgid "id:" -msgstr "id:" - -#: superset-frontend/src/views/CRUD/utils.tsx:149 -msgid "There was an error fetching your recent activity:" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:147 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:109 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:92 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:511 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 -#: superset-frontend/src/views/CRUD/utils.tsx:202 -#: superset-frontend/src/views/CRUD/utils.tsx:257 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:164 -#, python-format -msgid "Deleted: %s" -msgstr "Eliminar" - -#: superset-frontend/src/views/CRUD/utils.tsx:205 -#, python-format -msgid "There was an issue deleting: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:150 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:113 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:95 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:137 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:515 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:181 -#: superset-frontend/src/views/CRUD/utils.tsx:261 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:167 -#, python-format -msgid "There was an issue deleting %s: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:81 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:544 -msgid "report" -msgstr "Janela de exibição" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:81 -msgid "alert" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:108 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 -msgid "reports" -msgstr "Janela de exibição" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:82 -msgid "alerts" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#, python-format -msgid "There was an issue deleting the selected %s: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:213 -msgid "Last Run" -msgstr "Modificado pela última vez" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:245 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1331 -msgid "Notification Method" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:292 -msgid "Execution Log" -msgstr "Registo de Acções" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:320 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:195 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:250 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:359 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:348 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:346 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:378 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:316 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 -msgid "Actions" -msgstr "Acção" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:347 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:218 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:278 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:513 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:472 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:468 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:133 -msgid "Bulk Select" -msgstr "Selecione %s" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:361 -#, python-format -msgid "No %s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:368 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:287 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:273 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:391 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:251 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:380 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:264 -msgid "Created By" -msgstr "Criado em" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:377 -#, python-format -msgid "An error occurred while fetching created by values: %s" -msgstr "Ocorreu um erro ao renderizar a visualização: %s" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:384 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:230 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -msgid "Status" -msgstr "Estado" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:390 -msgid "${AlertState.success}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:391 -msgid "${AlertState.working}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 -msgid "${AlertState.error}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:393 -msgid "${AlertState.noop}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:394 -msgid "${AlertState.grace}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:421 -msgid "Reports" -msgstr "Janela de exibição" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:445 -#, python-format -msgid "This action will permanently delete %s." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:456 -#, python-format -msgid "Delete %s?" -msgstr "Eliminar" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:460 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:305 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:550 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:501 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:581 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:435 -msgid "Please confirm" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:461 -#, python-format -msgid "Are you sure you want to delete the selected %s?" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:56 -msgid "< (Smaller than)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:60 -msgid "> (Larger than)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:64 -msgid "<= (Smaller or equal)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:68 -msgid ">= (Larger or equal)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:72 -msgid "== (Is Equal)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:76 -msgid "!= (Is Not Equal)" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:80 -msgid "Not Null" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 -msgid "30 days" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:95 -msgid "60 days" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:99 -msgid "90 days" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:345 -msgid "Add notification method" -msgstr "Metadados adicionais" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:346 -msgid "Add delivery method" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:461 -msgid "Recipients are separated by \",\" or \";\"" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1042 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:255 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:207 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:211 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:343 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:112 -msgid "Add" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1054 -msgid "Edit ${isReport ? 'Report' : 'Alert'}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 -msgid "Add ${isReport ? 'Report' : 'Alert'}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1063 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1071 -msgid "Report Name" -msgstr "Nome do modelo" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1063 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1071 -msgid "Alert Name" -msgstr "Nome da Tabela" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1117 -msgid "Alert Condition" -msgstr "Conexão de teste" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1161 -msgid "Trigger Alert If..." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1185 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1201 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:123 -msgid "Value" -msgstr "Mostrar valores das barras" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1213 -msgid "Report Schedule" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 -msgid "Alert Condition Schedule" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1224 -msgid "Schedule Settings" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1228 -msgid "Log Retention" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1252 -msgid "Working Timeout" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1273 -msgid "Time in seconds" -msgstr "10 segundos" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -msgid "Grace Period" -msgstr "Períodos" - -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 -msgid "Message Content" -msgstr "Conteúdo Criado" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 -msgid "log" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:355 -msgid "State" -msgstr "Estado" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:100 -msgid "Scheduled at" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:108 -msgid "Start At" -msgstr "Início" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:118 -msgid "Duration" -msgstr "Descrição" - -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:139 -msgid "${alertResource?.type}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:83 -msgid "CRON Expression" -msgstr "Expressão" - -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:96 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:403 -msgid "Refer to the " -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:102 -msgid "crontab guru" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:104 -msgid " for more information on how to structure your CRON schedule." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:62 -msgid "Report Sent" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:63 -msgid "Alert Triggered, Notification Sent" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:69 -msgid "Report Sending" -msgstr "Ordenar decrescente" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:70 -msgid "Alert Running" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:76 -msgid "Report Failed" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:77 -msgid "Alert Failed" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 -msgid "Nothing Triggered" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -msgid "Alert Triggered, In Grace Period" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/RecipientIcon.tsx:38 -msgid "${RecipientIconName.email}" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/RecipientIcon.tsx:42 -msgid "${RecipientIconName.slack}" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:65 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:110 -msgid "annotation" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:133 -#, python-format -msgid "There was an issue deleting the selected annotations: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:187 -msgid "Delete Annotation" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:208 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 -msgid "Annotation" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:260 -msgid "No annotation yet" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:269 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:291 -msgid "" -"Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 -msgid "Delete Annotation?" -msgstr "Anotações" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:306 -msgid "Are you sure you want to delete the selected annotations?" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:274 -msgid "annotation name" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:286 -msgid "date" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:307 -msgid "Additional Information" -msgstr "Metadados adicionais" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:314 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -msgid "Description (this can be seen in the list)" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:319 -msgid "json metadata" -msgstr "Atualizar coluna de metadados" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:107 -msgid "annotation_layer" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:218 -msgid "Edit Annotation Layer Properties" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:228 -msgid "annotation layer name" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:67 -msgid "annotation layers" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:112 -#, python-format -msgid "There was an issue deleting the selected layers: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:231 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 -msgid "Edit template" -msgstr "Carregue um modelo" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:240 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 -msgid "Delete template" -msgstr "Carregue um modelo" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:266 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:323 -msgid "Annotation Layer" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:296 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:370 -#, python-format -msgid "An error occurred while fetching dataset datasource values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:329 -msgid "No annotation layers yet" -msgstr "Camadas de anotação" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:349 -msgid "This action will permanently delete the layer." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:357 -msgid "Delete Layer?" -msgstr "Tem a certeza que pretende eliminar tudo?" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:362 -msgid "Are you sure you want to delete the selected layers?" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:72 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:297 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:94 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:283 -msgid "Please Confirm" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:75 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:300 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:97 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:286 -msgid "Are you sure you want to delete" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:137 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:143 -#, python-format -msgid "Last modified %s" -msgstr "Última Alteração" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:53 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the charts. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in " -"export files, and should be added manually after the import if they are " -"needed." -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:60 -msgid "" -"You are importing one or more charts that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:180 -#, python-format -msgid "There was an issue deleting the selected charts: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:247 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:292 -msgid "Modified By" -msgstr "Modificado" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:370 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:359 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:390 -msgid "Owner" -msgstr "Proprietário" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:380 -#, python-format -msgid "An error occurred while fetching chart owners values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:401 -#, python-format -msgid "An error occurred while fetching chart created by values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:412 -msgid "Viz Type" -msgstr "Tipo" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#, python-format -msgid "An error occurred while fetching chart dataset values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:412 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:133 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:111 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:136 -msgid "Favorite" -msgstr "Favoritos" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:461 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:419 -msgid "Yes" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:462 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:420 -msgid "No" -msgstr "" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:551 -msgid "Are you sure you want to delete the selected charts?" -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:96 -msgid "css_template" -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:222 -msgid "Edit CSS Template Properties" -msgstr "Editar propriedades da visualização" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 -msgid "css template name" -msgstr "Nome do modelo" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:244 -msgid "css" -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:66 -msgid "css templates" -msgstr "Modelos CSS" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 -#, python-format -msgid "There was an issue deleting the selected templates: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 -#, python-format -msgid "Last modified by %s" -msgstr "Última Alteração" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 -msgid "Css Template" -msgstr "Modelos CSS" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 -msgid "This action will permanently delete the template." -msgstr "" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 -msgid "Delete Template?" -msgstr "Modelos CSS" - -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 -msgid "Are you sure you want to delete the selected templates?" -msgstr "" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:50 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the dashboards. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in " -"export files, and should be added manually after the import if they are " -"needed." -msgstr "" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 -msgid "" -"You are importing one or more dashboards that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" -msgstr "" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:159 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:85 -#, python-format -msgid "An error occurred while fetching dashboards: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:176 -msgid "There was an issue deleting the selected dashboards: " -msgstr "Desculpe, houve um erro ao gravar este dashbard: " - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:369 -#, python-format -msgid "An error occurred while fetching dashboard owner values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:390 -#, python-format -msgid "An error occurred while fetching dashboard created by values: %s" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:408 -msgid "Unpublished" -msgstr "" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:502 -msgid "Are you sure you want to delete the selected dashboards?" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:68 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:165 -msgid "Sorry, your browser does not support copying." -msgstr "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" - -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:73 -msgid "SQL Copied!" -msgstr "Copiado!" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:37 -msgid "" -"The passwords for the databases below are needed in order to import them. " -"Please note that the \"Secure Extra\" and \"Certificate\" sections of the " -"database configuration are not present in export files, and should be added " -"manually after the import if they are needed." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:43 -msgid "" -"You are importing one or more databases that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:78 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:441 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:149 -msgid "database" -msgstr "Base de dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:118 -#, python-format -msgid "An error occurred while fetching database related data: %s" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:210 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:372 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:443 -msgid "Asynchronous Query Execution" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:213 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -msgid "AQE" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:228 -msgid "Allow Data Manipulation Language" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:231 -msgid "DML" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:243 -msgid "CSV Upload" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:303 -msgid "Delete database" -msgstr "Selecione uma base de dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:410 -#, python-format -msgid "" -"The database %s is linked to %s charts that appear on %s dashboards. Are you " -"sure you want to continue? Deleting the database will break those objects." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:423 -msgid "Delete Database?" -msgstr "Selecione uma base de dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:156 -msgid "Please enter a SQLAlchemy URI to test" -msgstr "Por favor insira um nome para a visualização" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:176 -msgid "Connection looks good!" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:189 -msgid "ERROR: Connection failed. " -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:307 -#, python-format -msgid "Sorry there was an error fetching database information: %s" -msgstr "Desculpe, houve um erro ao gravar este dashbard: " - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:361 -msgid "Connection" -msgstr "Conexão de teste" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:369 -msgid "Database Name" -msgstr "Nome da origem de dados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:377 -msgid "Name your dataset" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:393 -msgid "dialect+driver://username:password@host:port/database" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:409 -msgid "SQLAlchemy docs" -msgstr "URI SQLAlchemy" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:411 -msgid " for more information on how to structure your URI." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:415 -msgid "Performance" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:445 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend. " -"Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:455 -msgid "SQL Lab Settings" -msgstr "SQL Lab" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:507 -msgid "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...)" -msgstr "" -"Permitir que os usuários executem instruções non-SELECT (UPDATE, DELETE, " -"CREATE, ...) no SQL Lab" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:544 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema." -msgstr "" -"Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a " -"ser criada neste esquema" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:568 -msgid "JSON string containing additional connection configuration." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:573 -msgid "" -"This is used to provide connection information for systems like Hive, " -"Presto, and BigQuery, which do not conform to the username:password syntax " -"normally used by SQLAlchemy." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:582 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:587 -msgid "Root Certificate" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:592 -msgid "" -"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on " -"certain database engines." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:608 -msgid "Impersonate Logged In User (Presto, Trino, Drill & Hive)" -msgstr "Personificar o utilizador conectado" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:610 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them. If Hive and " -"hive.server2.enable.doAs is enabled, will run the queries as service " -"account, but impersonate the currently logged on user via hive.server2.proxy." -"user property." -msgstr "" -"Se Presto, todas as consultas no SQL Lab serão executadas como o utilizador " -"atualmente conectado que deve ter permissão para as executar.
Se hive " -"e hive.server2.enable.doAs estiver habilitado, serão executadas as queries " -"como conta de serviço, mas deve personificar o utilizador atualmente " -"conectado recorrendo à propriedade hive.server2.proxy.user." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:628 -msgid "Allow Data Upload" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:630 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:650 -msgid "JSON string containing extra configuration elements." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:653 -msgid "" -"1. The engine_params object gets unpacked into the sqlalchemy.create_engine " -"call, while the metadata_params gets unpacked into the sqlalchemy.MetaData " -"call." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:660 -msgid "" -"2. The metadata_cache_timeout is a cache timeout setting in seconds for " -"metadata fetch of this database. Specify it as \"metadata_cache_timeout\": " -"{\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, " -"cache will not be enabled for the functionality. A timeout of 0 indicates " -"that the cache never expires." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:669 -msgid "" -"3. The schemas_allowed_for_file_upload is a comma separated list of schemas " -"that CSVs are allowed to upload to. Specify it as " -"\"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If " -"database flavor does not support schema or any schema is allowed to be " -"accessed, just leave the list empty." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:678 -msgid "" -"4. The version field is a string specifying this db's version. This should " -"be used with Presto DBs so that the syntax is correct." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx:684 -msgid "" -"5. The allows_virtual_table_explore field is a boolean specifying whether or " -"not the Explore button in SQL Lab results is shown." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:100 -#, python-format -msgid "Error while saving dataset: %s" -msgstr "Erro ao carregar a lista de base de dados" - -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:117 -msgid "Add Dataset" -msgstr "Adicionar Base de Dados" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:53 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the datasets. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in " -"export files, and should be added manually after the import if they are " -"needed." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:60 -msgid "" -"You are importing one or more datasets that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:165 -msgid "An error occurred while fetching dataset related data" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:185 -#, python-format -msgid "An error occurred while fetching dataset related data: %s" -msgstr "Ocorreu um erro ao carregar os metadados da tabela" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 -msgid "Physical Dataset" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:214 -msgid "Virtual Dataset" -msgstr "Editar Base de Dados" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:399 -#, python-format -msgid "An error occurred while fetching dataset owner values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:418 -#, python-format -msgid "An error occurred while fetching datasets: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:433 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 -#, python-format -msgid "An error occurred while fetching schema values: %s" -msgstr "Ocorreu um erro ao renderizar a visualização: %s" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:533 -#, python-format -msgid "There was an issue deleting the selected datasets: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:556 -#, python-format -msgid "" -"The dataset %s is linked to %s charts that appear on %s dashboards. Are you " -"sure you want to continue? Deleting the dataset will break those objects." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:569 -msgid "Delete Dataset?" -msgstr "Tem a certeza que pretende eliminar tudo?" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:582 -msgid "Are you sure you want to delete the selected datasets?" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:632 -msgid "0 Selected" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:635 -#, python-format -msgid "%s Selected (Virtual)" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:642 -#, python-format -msgid "%s Selected (Physical)" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:649 -#, python-format -msgid "%s Selected (%s Physical, %s Virtual)" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:120 -#, python-format -msgid "There was an issue previewing the selected query. %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:149 -msgid "Success" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:154 -msgid "Failed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:159 -msgid "Running" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:164 -msgid "Offline" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:169 -msgid "Scheduled" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:212 -#, python-format -msgid "Duration: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:225 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:147 -msgid "Tab Name" -msgstr "Nome da Tabela" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:257 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:241 -msgid "TABLES" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:296 -msgid "Rows" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:324 -msgid "Open query in SQL Lab" -msgstr "Expor no SQL Lab" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -#, python-format -msgid "An error occurred while fetching database values: %s" -msgstr "Ocorreu um erro ao criar a origem dos dados" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:389 -msgid "Time Range" -msgstr "Granularidade Temporal" - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:395 -msgid "Search by query text" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:119 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:98 -msgid "Query Preview" -msgstr "Queries" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:127 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:106 -msgid "Previous" -msgstr "Pré-visualização para %s" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:135 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:114 -msgid "Next" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:143 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:122 -msgid "Open in SQL Lab" -msgstr "Expor no SQL Lab" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:156 -msgid "User query" -msgstr "partilhar query" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:164 -msgid "Executed query" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:116 -#, python-format -msgid "There was an issue previewing the selected query %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:162 -msgid "Link Copied!" -msgstr "Copiado!" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:198 -#, python-format -msgid "There was an issue deleting the selected queries: %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:315 -msgid "Query preview" -msgstr "Pré-visualização de dados" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:323 -msgid "Edit query" -msgstr "Query vazia?" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:331 -msgid "Copy query URL" -msgstr "Query vazia?" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:339 -msgid "Delete query" -msgstr "Eliminar" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:411 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:239 -msgid "This action will permanently delete the saved query." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:421 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:251 -msgid "Delete Query?" -msgstr "Executar a query selecionada" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:436 -msgid "Are you sure you want to delete the selected queries?" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:126 -msgid "Query Name" -msgstr "Nome do país" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:110 -msgid "Edited" -msgstr "Editar" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:117 -msgid "Created" -msgstr "Criado em" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:127 -msgid "Viewed" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:135 -msgid "Examples" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:139 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:143 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:268 -msgid "Mine" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:72 -msgid "Recently viewed charts, dashboards, and saved queries will appear here" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:77 -msgid "Recently created charts, dashboards, and saved queries will appear here" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:82 -msgid "Recent example charts, dashboards, and saved queries will appear here" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:87 -msgid "Recently edited charts, dashboards, and saved queries will appear here" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:114 -msgid "SQL QUERY" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:115 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:135 -msgid "You don't have any favorites yet!" -msgstr "Não tem acesso a esta origem de dados" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:147 -msgid "SQL LAB QUERIES" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:148 -msgid "${tableName}" -msgstr "Nome da Tabela" - -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:125 -msgid "query" -msgstr "Query" - -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:221 -msgid "Share" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:307 -#, python-format -msgid "Last run %s" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:125 -msgid "Recents" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:276 -msgid "Select start and end date" -msgstr "Selecione uma base de dados" - -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:382 -#, python-format -msgid "Type or Select [%s]" -msgstr "Selecionar [%s]" - -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 -msgid "Filter Box" -msgstr "Caixa de filtro" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:25 -msgid "Filters Configuration" -msgstr "Edite a configuração da origem de dados" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:34 -msgid "Filter configuration for the filter box" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:47 -msgid "Date Filter" -msgstr "Filtro de data" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 -msgid "Whether to include a time filter" -msgstr "Incluir um filtro temporal" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:56 -msgid "Instant Filtering" -msgstr "Filtragem instantânea" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:59 -msgid "" -"Check to apply filters instantly as they change instead of displaying " -"[Apply] button" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:70 -msgid "Show SQL Granularity Dropdown" -msgstr "Mostrar opção de seleção temporal do SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:72 -msgid "Check to include SQL Granularity dropdown" -msgstr "Selecione para incluir seleção da granularidade temporal do SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 -msgid "Show SQL Time Column" -msgstr "Mostrar coluna temporal do SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 -msgid "Check to include Time Column dropdown" -msgstr "Selecione para incluir seleção da coluna temporal" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 -msgid "Show Druid Granularity Dropdown" -msgstr "Mostrar seleção da granularidade do Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:92 -msgid "Check to include Druid Granularity dropdown" -msgstr "Selecione para incluir seleção de granularidade do Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:99 -msgid "Show Druid Time Origin" -msgstr "Mostrar origem temporal do Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:101 -msgid "Check to include Time Origin dropdown" -msgstr "Selecione para incluir seleção da Origem do tempo" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:111 -msgid "Limit Selector Values" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:112 -msgid "These filters apply to the values available in the dropdowns" -msgstr "" - -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js:24 -msgid "Time-series Table" -msgstr "Tabela de séries temporais" diff --git a/superset/translations/pt/LC_MESSAGES/messages.json b/superset/translations/pt/LC_MESSAGES/messages.json index eb31dd3e488c5..bcca4cdb5b220 100644 --- a/superset/translations/pt/LC_MESSAGES/messages.json +++ b/superset/translations/pt/LC_MESSAGES/messages.json @@ -2,1304 +2,3990 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", + "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "pt" }, - "Time Column": ["Coluna de tempo"], - "second": ["segundo"], - "minute": ["minuto"], - "hour": ["hora"], - "day": ["dia"], - "week": ["semana"], - "month": ["mês"], - "quarter": ["trimestre"], - "year": ["ano"], - "week_start_monday": ["semana_inicio_segunda_feira"], - "week_ending_saturday": ["semana_fim_sábado"], - "week_start_sunday": ["semana_inicio_domingo"], - "5 minute": ["5 minutos"], - "half hour": ["meia hora"], - "10 minute": ["10 minutos"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] O acesso à origem dos dados %(name)s foi concedido" + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "" ], - "Viz is missing a datasource": ["Viz está sem origem de dados"], - "From date cannot be larger than to date": [ - "Data de inicio não pode ser posterior à data de fim" + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" ], - "Table View": ["Vista de tabela"], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Escolha uma granularidade na secção Tempo ou desmarque 'Incluir hora'" + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "" ], - "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [ - "Escolha apenas entre os campos [Agrupar por] e [Métricas] ou o campo [Colunas]" + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(other)s saved queries will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Ao utilizador %(user)s foi concedido o cargo %(role)s que dá acesso ao %(datasource)s" ], - "Time Table View": ["Visualização da tabela de tempo"], - "Pick at least one metric": ["Selecione pelo menos uma métrica"], - "When using 'Group By' you are limited to use a single metric": [ - "Utilizando 'Agrupar por' só é possível utilizar uma única métrica" + "%(user)s's profile": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "" ], - "Pivot Table": ["Tabela Pivot"], - "Please choose at least one \"Group by\" field ": [ - "Selecione pelo menos um campo \"Agrupar por\" " + "%s Error": ["Erro"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["Executar a query selecionada"], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": ["Lista de Colunas"], + "%s operator(s)": ["Selecione operador"], + "%s option(s)": ["Opções"], + "%s saved metric(s)": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": [""], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "" ], - "Please choose at least one metric": ["Selecione pelo menos uma métrica"], - "'Group By' and 'Columns' can't overlap": [ - "Os campos 'Agrupar por' e 'Colunas' não se podem sobrepor" + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" ], - "Markup": ["Marcação"], - "Separator": ["Separador"], - "Word Cloud": ["Nuvem de palavras"], - "Treemap": ["Treemap"], - "Calendar Heatmap": ["Calendário com Mapa de Calor"], - "Box Plot": ["Box Plot"], - "Bubble Chart": ["Gráfico de bolhas"], - "Pick a metric for x, y and size": [ - "Selecione uma métrica para x, y e tamanho" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Bullet Chart": ["Gráfico de bala"], - "Pick a metric to display": ["Selecione uma métrica para visualizar"], - "Big Number with Trendline": ["Número grande com linha de tendência"], - "Pick a metric!": ["Selecione uma métrica!"], - "Big Number": ["Número grande"], - "Time Series - Line Chart": ["Série Temporal - Gráfico de linhas"], - "Pick a time granularity for your time series": [ - "Selecione uma granularidade para as suas séries temporais" + ".": [""], + "0 Selected": ["Executar a query selecionada"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["hora"], + "1 hourly frequency": [""], + "1 minute": ["1 minuto"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "1 year end frequency": [""], + "1 year start frequency": [""], + "104 weeks ago": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 years ago": [""], + "30 days": [""], + "30 days ago": [""], + "30 minutes": ["10 minutos"], + "30 seconds": ["30 segundos"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minutes": ["5 minutos"], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": [""], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": [""], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ + "" ], - "Time Series - Dual Axis Line Chart": [ - "Série Temporal - Gráfico de linha de dois eixos" + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "Pick a metric for left axis!": [ - "Selecione uma métrica para o eixo esquerdo!" + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "Pick a metric for right axis!": [ - "Selecione uma métrica para o eixo direito!" + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ + "Proprietários é uma lista de utilizadores que podem alterar o dashboard." ], - "Please choose different metrics on left and right axis": [ - "Selecione métricas diferentes para o eixo esquerdo e direito" + "A map of the world, that can indicate values in different countries.": [ + "" ], - "Time Series - Bar Chart": ["Série Temporal - Gráfico de barras"], - "Time Series - Percent Change": ["Série Temporal - Variação Percentual"], - "Time Series - Stacked": ["Série Temporal - Barras Sobrepostas"], - "Distribution - NVD3 - Pie Chart": [ - "Distribuição - NVD3 - Gráfico de Queijos" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Histogram": ["Histograma"], - "Must have one numeric column specified": [ - "Deve ser especificada uma coluna númerica" + "A metric to use for color": ["Uma métrica a utilizar para cor"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "Distribution - Bar Chart": ["Gráfico de barras"], - "Can't have overlap between Series and Breakdowns": [ - "Não pode haver sobreposição entre Séries e Desagregação" + "A readable URL for your dashboard": [ + "Obter um URL legível para o seu dashboard" ], - "Pick at least one field for [Series]": [ - "Escolha pelo menos um campo para [Séries]" + "A reference to the [Time] configuration, taking granularity into account": [ + "Uma referência à configuração [Time], levando em consideração a granularidade" ], - "Sunburst": ["Sunburst"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Selecione exatamente 2 colunas [Origem e Alvo]" + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "" ], - "Pick exactly 2 columns to 'Group By'": [ - "Selecione exatamente 2 colunas para 'Agrupar por'" + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Country Map": ["Mapa de País"], - "World Map": ["Mapa Mundo"], - "Filters": ["Filtros"], - "Pick at least one filter field": ["Selecione pelo menos um filtro"], - "iFrame": ["iFrame"], - "Parallel Coordinates": ["Coordenadas paralelas"], - "Heatmap": ["Mapa de Calor"], - "Horizon Charts": ["Gráfico de Horizonte"], - "Mapbox": ["Mapbox"], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Deve ter uma coluna [Agrupar por] para ter 'count' como [Label]" + "A valid color scheme is required": [""], + "APPLY": [""], + "APR": [""], + "AQE": [""], + "AUG": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "About": [""], + "Access": ["Não há acesso!"], + "Access requests": ["Solicitações de acesso"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": ["O acesso foi solicitado"], + "Action": ["Acção"], + "Action Log": ["Registo de Acções"], + "Actions": ["Acção"], + "Active": ["Acção"], + "Actual time range": [""], + "Adaptive formatting": [""], + "Add": [""], + "Add CSS Template": ["Modelos CSS"], + "Add Chart": ["Gráfico de Queijo"], + "Add Column": ["Adicionar Coluna"], + "Add Dashboard": ["Adicionar Dashboard"], + "Add Database": ["Adicionar Base de Dados"], + "Add Log": [""], + "Add Metric": ["Adicionar Métrica"], + "Add Row level security filter": [""], + "Add Saved Query": ["Adicionar Query"], + "Add a Plugin": ["Adicionar Coluna"], + "Add a new tab to create SQL Query": [""], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Choice of [Label] must be present in [Group By]": [ - "A escolha do [Rótulo] deve estar presente em [Agrupar por]" + "Add delivery method": [""], + "Add filter": ["Adicionar filtro"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" + "Add filters and dividers": [""], + "Add metric": ["Adicionar Métrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": ["Metadados adicionais"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add to dashboard": ["Adicionar ao novo dashboard"], + "Added": [""], + "Additional fields may be required": [""], + "Additional padding for legend.": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Additive": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Análise Avançada"], + "Advanced Analytics": ["Análise Avançada"], + "Aesthetic": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" ], - "Event flow": ["Fluxo de eventos"], - "Time Series - Paired t-test": ["Série temporal - teste emparelhado T"], - "Partition Diagram": ["Diagrama de Partição"], - "Failed at retrieving results from the results backend": [ - "O carregamento dos resultados a partir do backend falhou" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "Could not connect to server": ["Não foi possível ligar ao servidor"], - "Your session timed out, please refresh your page and try again.": [ - "A sua sessão expirou, atualize sua página e tente novamente." + "Alert Triggered, In Grace Period": [""], + "Alert ended grace period.": [""], + "Alert fired during grace period.": [""], + "Alert found an error while executing a query.": [""], + "Alert on grace period": [""], + "Alert query returned a non-number value.": [""], + "Alert query returned more than one column.": [""], + "Alert query returned more than one column. %s columns returned": [""], + "Alert query returned more than one row.": [""], + "Alert query returned more than one row. %s rows returned": [""], + "Alert running": [""], + "Alert triggered, notification sent": [""], + "Alert validator config error.": [""], + "Alerts": [""], + "Alerts & Reports": [""], + "Align +/-": [""], + "All": [""], + "All Text": [""], + "All charts": ["Gráfico de bala"], + "All filters": ["Filtros"], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no SQL Lab" ], - "Error occurred while fetching table metadata": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Allow CREATE VIEW AS": ["Permitir CREATE TABLE AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no SQL Lab" ], - "shared query": ["query partilhada"], - "Pick a chart type!": ["Selecione um tipo de gráfico!"], - "To use this chart type you need at least one column flagged as a date": [ - "Para usar este tipo de gráfico deve selecionar pelo menos uma coluna do tipo data" + "Allow Csv Upload": [""], + "Allow DML": ["Permitir DML"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "To use this chart type you need at least one dimension": [ - "Para usar este tipo de gráfico deve selecionar pelo menos uma dimensão" + "Allow file uploads to database": [""], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "" ], - "To use this chart type you need at least one aggregation function": [ - "Para usar este tipo de gráfico deve ser selecionada pelo menos uma função de agregação" + "Allow multiple selections": [""], + "Allow node selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Permitir que os usuários executem instruções non-SELECT (UPDATE, DELETE, CREATE, ...) no SQL Lab" ], - "Untitled Query": ["Query sem título"], - "Copy of %s": ["Cópia de %s"], - "share query": ["partilhar query"], - "copy URL to clipboard": ["copiar URL para a área de transferência"], - "Source SQL": ["Fonte SQL"], - "SQL": ["SQL"], - "No query history yet...": ["Ainda não há histórico de queries ..."], - "It seems you don't have access to any database": [ - "Parece que não tem acesso a nenhuma base de dados" - ], - "Search Results": ["Procurar Resultados"], - "[From]-": ["[A partir de]-"], - "[To]-": ["[Para]-"], - "[Query Status]": ["[Estado da Query]"], - "Search": ["Pesquisa"], - "Open in SQL Editor": ["Abrir no Editor SQL"], - "view results": ["ver resultados"], - "Data preview": ["Pré-visualização de dados"], - "Visualize the data out of this query": [ - "Visualize os dados desta query" + "Allowed Domains (comma separated)": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" ], - "Overwrite text in editor with a query on this table": [ - "Substitua texto no editor com uma query nesta tabela" + "Altered": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "" ], - "Run query in a new tab": ["Executar a query em nova aba"], - "Remove query from log": ["Remover query do histórico"], - ".CSV": [".CSV"], - "Visualize": ["Visualize"], - "Table": ["Tabela"], - "was created": ["foi criado"], - "Query in a new tab": ["Query numa nova aba"], - "Fetch data preview": ["Obter pré-visualização de dados"], - "Loading...": ["A carregar..."], - "Stop": ["Parar"], - "Undefined": ["Indefinido"], - "Description": ["Descrição"], - "Write a description for your query": [ - "Escreva uma descrição para sua consulta" + "An engine must be specified when passing individual parameters to a database.": [ + "" ], - "Save": ["Salvar"], - "Cancel": ["Cancelar"], - "Save Query": ["Gravar query"], - "Preview for %s": ["Pré-visualização para %s"], - "Results": ["Resultados"], - "new table name": ["novo nome da tabela"], - "Error while fetching table list": ["Erro ao carregar lista de tabelas"], - "Error while fetching database list": [ - "Erro ao carregar a lista de base de dados" - ], - "Database:": ["Base de dados:"], - "Select a database": ["Selecione uma base de dados"], - "Add a table (%s)": ["Adicione uma tabela (%s)"], - "Type to search ...": ["Escreva para pesquisar ..."], - "Reset State": ["Repor Estado"], - "Enter a new title for the tab": ["Insira um novo título para a aba"], - "close tab": ["fechar aba"], - "rename tab": ["renomear aba"], - "expand tool bar": ["expandir barra de ferramentas"], - "hide tool bar": ["ocultar barra de ferramentas"], - "Copy partition query to clipboard": [ - "Copiar query de partição para a área de transferência" + "An error has occurred": [""], + "An error occurred": [""], + "An error occurred saving dataset": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "latest partition:": ["última partição:"], - "Keys for table": ["Chaves para tabela"], - "View keys & indexes (%s)": ["Ver chaves e índices (%s)"], - "Sort columns alphabetically": ["Ordenar colunas por ordem alfabética"], - "Original table column order": ["Ordenação original das colunas"], - "Copy SELECT statement to clipboard": [ - "Copiar a instrução SELECT para a área de transferência" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Remove table preview": ["Remover pré-visualização de tabela"], - "AS my_alias": ["AS my_alias"], - "using only alphanumeric characters and underscores": [ - "usando apenas caracteres alfanuméricos e sublinhados" - ], - "Chart Type": ["Tipo de gráfico"], - "[Chart Type]": ["[Tipo de gráfico]"], - "Datasource Name": ["Nome da origem de dados"], - "datasource name": ["nome da origem de dados"], - "Create a new slice": ["Crie uma nova visualização"], - "Choose a datasource": ["Escolha uma origem de dados"], - "Choose a visualization type": ["Escolha um tipo de visualização"], - "Create new slice": ["Crie uma nova visualização"], - "Select ...": ["Selecione ..."], - "Loaded data cached": ["Dados carregados em cache"], - "Loaded from cache": ["Carregado da cache"], - "Click to force-refresh": ["Clique para forçar atualização"], - "Copy to clipboard": ["Copiar para área de transferência"], - "Not successful": ["Não foi bem sucedido"], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + "An error occurred while creating the data source": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Copied!": ["Copiado!"], - "Title": ["Título"], - "click to edit title": ["clique para editar o título"], - "You don't have the rights to alter this title.": [ - "Não tem direitos para alterar este título." + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Click to favorite/unfavorite": ["Clique para tornar favorito"], - "You have unsaved changes.": ["Existem alterações por gravar."], - "Click the": ["Clique no"], - "button on the top right to save your changes.": [ - "botão no canto superior direito para gravar alterações." - ], - "Served from data cached %s . Click to force refresh.": [ - "Carregado a partir de dados em cache %s. Clique para forçar atualização." - ], - "Click to force refresh": ["Clique para forçar atualização"], - "Error": ["Erro"], - "Sorry, there was an error adding slices to this dashboard: %s": [ - "Desculpe, houve um erro ao adicionar visualizações a este dashboard: %s" - ], - "Active Dashboard Filters": ["Filtros Dashboard Ativo"], - "Checkout this dashboard: %s": ["Verificar dashboard: %s"], - "Force refresh the whole dashboard": ["Forçar atualização do dashboard"], - "Edit this dashboard's properties": ["Editar propriedades do dashboard"], - "Load a template": ["Carregue um modelo"], - "Load a CSS template": ["Carregue um modelo CSS"], - "CSS": ["CSS"], - "Live CSS Editor": ["Editor CSS em tempo real"], - "Don't refresh": ["Não atualize"], - "10 seconds": ["10 segundos"], - "30 seconds": ["30 segundos"], - "1 minute": ["1 minuto"], - "5 minutes": ["5 minutos"], - "Refresh Interval": ["Intervalo de atualização"], - "Choose the refresh frequency for this dashboard": [ - "Escolha a frequência de atualização para este dashboard" + "An error occurred while fetching available CSS templates": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "This dashboard was saved successfully.": [ - "Dashboard gravado com sucesso." + "An error occurred while fetching chart created by values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Sorry, there was an error saving this dashboard: ": [ - "Desculpe, houve um erro ao gravar este dashbard: " + "An error occurred while fetching chart owners values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "You must pick a name for the new dashboard": [ - "Escolha um nome para o novo dashboard" + "An error occurred while fetching created by values: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "Save Dashboard": ["Gravar Dashboard"], - "Overwrite Dashboard [%s]": ["Substituir Dashboard [%s]"], - "Save as:": ["Gravar como:"], - "[dashboard name]": ["[Nome do dashboard]"], - "Name": ["Nome"], - "Viz": ["Viz"], - "Modified": ["Modificado"], - "Add Slices": ["Adicionar visualizações"], - "Add a new slice to the dashboard": [ - "Adicionar nova visualização ao dashboard" - ], - "Add Slices to Dashboard": ["Adicionar visualizações ao dashboard"], - "Move chart": ["Mover gráfico"], - "Force refresh data": ["Forçar atualização de dados"], - "Toggle chart description": ["Alternar descrição do gráfico"], - "Edit chart": ["Editar gráfico"], - "Export CSV": ["Exportar CSV"], - "Explore chart": ["Explorar gráfico"], - "Remove chart from dashboard": ["Remover gráfico do dashboard"], - "is expected to be a number": ["deve ser um número"], - "is expected to be an integer": ["deve ser um número inteiro"], - "cannot be empty": ["não pode estar vazio"], - "%s - untitled": ["%s - sem título"], - "Edit slice properties": ["Editar propriedades da visualização"], - "description": ["descrição"], - "bolt": ["parafuso"], - "Changing this control takes effect instantly": [ - "Esta edição tem efeito instantâneo" + "An error occurred while fetching dashboard created by values: %s": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Error...": ["Erro..."], - "Query": ["Query"], - "Height": ["Altura"], - "Width": ["Largura"], - "Export to .json": ["Exportar para .json"], - "Export to .csv format": ["Exportar para o formato .csv"], - "Please enter a slice name": [ - "Por favor insira um nome para a visualização" + "An error occurred while fetching dashboard owner values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Please select a dashboard": ["Por favor selecione um dashboard"], - "Please enter a dashboard name": [ - "Por favor insira um nome para o dashboard" + "An error occurred while fetching dashboards": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Save A Slice": ["Grave uma visualização"], - "Overwrite slice %s": ["Substitua a visualização %s"], - "Save as": ["Gravar como"], - "[slice name]": ["[nome da visualização]"], - "Do not add to a dashboard": ["Não adicione a um dashboard"], - "Add slice to existing dashboard": [ - "Adicione uma visualização ao dashboard existente" + "An error occurred while fetching dashboards: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Add to new dashboard": ["Adicionar ao novo dashboard"], - "Save & go to dashboard": ["Gravar e ir para o dashboard"], - "Check out this slice: %s": ["Verificar visualização: %s"], - "`Min` value should be numeric or empty": [ - "O valor `Min` deve ser numérico ou vazio" + "An error occurred while fetching database related data: %s": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "`Max` value should be numeric or empty": [ - "O valor `Max` deve ser numérico ou vazio" + "An error occurred while fetching database values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Min": ["Mín"], - "Max": ["Máx"], - "Something went wrong while fetching the datasource list": [ - "O carregamento da origem de dados falhou" + "An error occurred while fetching dataset datasource values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Click to point to another datasource": [ - "Clique para indicar outra origem de dados" + "An error occurred while fetching dataset owner values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Edit the datasource's configuration": [ - "Edite a configuração da origem de dados" + "An error occurred while fetching dataset related data": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Select a datasource": ["Selecione uma origem de dados"], - "Search / Filter": ["Pesquisa / Filtro"], - "Filter value": ["Valor de filtro"], - "Select metric": ["Selecione métrica"], - "Select column": ["Selecione coluna"], - "Select operator": ["Selecione operador"], - "Add Filter": ["Adicionar filtro"], - "Error while fetching data": ["O carregamento de dados falhou"], - "Select %s": ["Selecione %s"], - "textarea": ["textarea"], - "Edit": ["Editar"], - "in modal": ["em modal"], - "Select a visualization type": ["Selecione um tipo de visualização"], - "Updating chart was stopped": ["A atualização do gráfico parou"], - "An error occurred while rendering the visualization: %s": [ - "Ocorreu um erro ao renderizar a visualização: %s" + "An error occurred while fetching dataset related data: %s": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "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.": [ - "Talvez a quantidade de dados tenha aumentado, a base de dados está em sobrecarga anormal, ou está simplesmente a consultar uma origem de dados grande demais para ser processada dentro do intervalo de tempo limite. Se for esse o caso, recomendamos que sintetize mais os seus dados." + "An error occurred while fetching datasets: %s": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Network error.": ["Erro de rede."], - "A reference to the [Time] configuration, taking granularity into account": [ - "Uma referência à configuração [Time], levando em consideração a granularidade" + "An error occurred while fetching schema values: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "Group by": ["Agrupar por"], - "One or many controls to group by": [ - "Um ou vários controles para agrupar" + "An error occurred while fetching tab state": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Datasource": ["Fonte de dados"], - "Visualization Type": ["Tipo de Visualização"], - "The type of visualization to display": [ - "O tipo de visualização a ser exibida" + "An error occurred while fetching table metadata": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Metrics": ["Métricas"], - "One or many metrics to display": ["Uma ou várias métricas para exibir"], - "Percentage Metrics": ["Métricas percentuais"], - "Metrics for which percentage of total are to be displayed": [ - "Métricas para qual porcentagem do total deve ser exibida" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Y Axis Bounds": ["Limites para o Eixo 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.": [ - "Limites para o eixo Y. Quando deixados vazios, os limites são definidos dinamicamente com base no min / max dos dados. Observe que esse recurso expandirá apenas o alcance do eixo. Não restringirá a extensão dos dados." + "An error occurred while loading the SQL": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Ordering": ["Encomenda"], - "Annotation Layers": ["Camadas de anotação"], - "Annotation layers to overlay on the visualization": [ - "Camadas de anotação para sobreposição na visualização" + "An error occurred while pruning logs ": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "Select a annotation layer": ["Selecione uma camada de anotação"], - "Error while fetching annotation layers": [ - "Erro ao buscar camadas de anotações" + "An error occurred while removing query. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Metric": ["Métrica"], - "Choose the metric": ["Escolha a métrica"], - "Right Axis Metric": ["Metric do Eixo Direito"], - "Choose a metric for right axis": [ - "Escolha uma métrica para o eixo direito" + "An error occurred while removing tab. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Stacked Style": ["Estilo empilhado"], - "Sort X Axis": ["Ordenar Eixo X"], - "Sort Y Axis": ["Ordenar Eixo Y"], - "Linear Color Scheme": ["Esquema de cores lineares"], - "Normalize Across": ["Normalize em função de"], - "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ - "A cor será renderizada com base em uma proporção da célula contra a soma de este critério" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Horizon Color Scale": ["Horizon Color Scale"], - "Defines how the color are attributed.": [ - "Define como a cor é atribuída." + "An error occurred while rendering the visualization: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "Rendering": ["Renderização"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "atributo CSS de renderização de imagem do objeto de tela que define como o navegador aumenta a imagem" + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "XScale Interval": ["Intervalo eixo XX"], - "Number of steps to take between ticks when displaying the X scale": [ - "Número de passos a seguir entre os tiques ao exibir a escala X" + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "YScale Interval": ["Intervalo eixo YY"], - "Number of steps to take between ticks when displaying the Y scale": [ - "Número de passos a seguir entre os tiques ao exibir a escala Y" + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Include Time": ["Incluir Hora"], - "Whether to include the time granularity as defined in the time section": [ - "Se deve incluir a granularidade do tempo conforme definido na seção de tempo" - ], - "Show percentage": ["Mostrar percentagem"], - "Stacked Bars": ["Barras empilhadas"], - "Show totals": ["Mostrar totais"], - "Display total row/column": ["Exibir linha / coluna total"], - "Show Markers": ["Mostrar marcadores"], - "Show data points as circle markers on the lines": [ - "Mostrar pontos de dados como marcadores de círculo nas linhas" - ], - "Bar Values": ["Mostrar valores das barras"], - "Show the value on top of the bar": ["Mostrar o valor em cima da barra"], - "Sort Bars": ["Classificar barras"], - "Sort bars by x labels.": [ - "Classifique barras pelas etiquetas do eixo xx." - ], - "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.": [ - "Exibir métricas lado a lado dentro de cada coluna, em oposição a cada coluna ser exibida lado a lado por cada métrica." + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "Extra Controls": ["Controlos Extra"], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Mostrar controlos extra ou não. Este tipo de controlo incluem fazer gráficos barras empilhadas ou lado a lado." + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "" ], - "Reduce X ticks": ["Reduzir eixo dos xx"], - "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.": [ - "Reduz o número de entradas do eixo XX a serem renderizadas. Se for verdade, o eixo xx não ficará sobrecarregado mas algumas etiquetas podem não aparecer. Se for falso, uma largura mínima será aplicada às colunas e a largura pode ficar sobrecarregada passando para um scroll horizontal." + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" ], - "Include Series": ["Incluir Séries"], - "Include series name as an axis": [ - "Incluir o nome da série como um eixo" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" ], - "Color Metric": ["Métrica de cor"], - "A metric to use for color": ["Uma métrica a utilizar para cor"], - "Country Name": ["Nome do país"], - "The name of country that Superset should display": [ - "O nome do país que o Superset deve exibir" + "An unexpected error occurred": [""], + "An unknown error occurred. Please contact your Superset administrator": [ + "Ocorreu um erro desconhecido. (Estado: %s )" ], - "Country Field Type": ["Tipo de campo País"], - "The country code standard that Superset should expect to find in the [country] column": [ - "O código padrão do país que o Superset deve esperar encontrar na coluna [País]" + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["Anotações"], + "Annotation Layers": ["Camadas de anotação"], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": ["Camadas de anotação"], + "Annotation layer could not be created.": [ + "Não foi possível gravar a sua query" + ], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [ + "Não foi possível gravar a sua query" + ], + "Annotation layer delete failed.": ["Camadas de anotação"], + "Annotation layer has associated annotations.": [ + "Camadas de anotação para sobreposição na visualização" ], - "Columns": ["Colunas"], - "One or many controls to pivot as columns": [ - "Um ou vários controles para pivotar como colunas" + "Annotation layer not found.": ["Camadas de anotação"], + "Annotation layer parameters are invalid.": [ + "Camadas de anotação para sobreposição na visualização" ], - "Columns to display": ["Colunas para exibir"], - "Origin": ["Origem"], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Define a origem onde os campos de tempo começam, aceita datas naturais em inglês como `now`,`sunday` ou `1970-01-01`" + "Annotation layers are still loading.": [ + "Camadas de anotação para sobreposição na visualização" ], - "Bottom Margin": ["Margem inferior"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Margem inferior, em pixeis, permitindo mais espaço para as etiquetas dos eixos" + "Annotation not found.": ["Anotações"], + "Annotation parameters are invalid.": [""], + "Annotations and Layers": ["Camadas de anotação"], + "Annotations could not be deleted.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "" ], - "Left Margin": ["Margem esquerda"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Margem esquerda, em pixeis, permitindo mais espaço para as etiquetas dos eixos" + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" ], - "Time Granularity": ["Granularidade temporal"], - "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`": [ - "O tempo de granularidade para a visualização. Observe que você pode digitar e usar linguagem natural simples, em inglês, como `10 seconds`, `1 day` ou `56 weeks`" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" ], - "Domain": ["Domínio"], - "The time unit used for the grouping of blocks": [ - "Unidade de tempo usada para agrupamento de blocos" + "Append": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "" ], - "Subdomain": ["Subdomínio"], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "A unidade de tempo para cada bloco. Deve ser uma unidade menor que domínio_granularidade. Deve ser maior ou igual a Granularidade Temporal" + "Apply": [""], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply metrics on": [""], + "Apply to all panels": [""], + "Apply to specific panels": [""], + "April": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Are you sure you want to cancel?": [""], + "Are you sure you want to delete": [""], + "Are you sure you want to delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Are you sure you want to delete the selected charts?": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "Are you sure you want to delete the selected datasets?": [""], + "Are you sure you want to delete the selected layers?": [""], + "Are you sure you want to delete the selected queries?": [""], + "Are you sure you want to delete the selected tags?": [""], + "Are you sure you want to delete the selected templates?": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Are you sure you want to proceed?": [""], + "Are you sure you want to save and apply changes?": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" ], - "Link Length": ["Comprimento da ligação"], - "Link length in the force layout": [ - "Comprimento da ligação no layout força" + "Arrow": [""], + "Assign a set of parameters as": [""], + "Associated Charts": ["Visualizações Associadas"], + "Async Execution": [""], + "Asynchronous query execution": [""], + "August": [""], + "Auto": [""], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Average value": [""], + "Axis Bounds": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Backward values": [""], + "Bad formula.": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Base layer map style": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Batch editing %d filters:": [""], + "Battery level over time": [""], + "Be careful.": [""], + "Big Number": ["Número grande"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Número grande com linha de tendência"], + "Bottom Margin": [""], + "Bottom left": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom right": [""], + "Bottom to Top": [""], + "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.": [ + "" ], - "Charge": ["Carregar"], - "Charge in the force layout": ["Carregar no layout força"], - "Time Grain": ["Granularidade 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.": [ - "A granularidade temporal para a visualização. Aplica uma transformação de data para alterar a coluna de tempo e define uma nova granularidade temporal. As opções são definidas por base de dados no código-fonte do Superset." + "Bounds for the 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.": [ + "" ], - "Resample Rule": ["Regra de Repetição"], - "Pandas resample rule": ["Regra de remistura de pandas"], - "Resample How": ["Remisturar Como"], - "Pandas resample how": ["Pandas remisturar como"], - "Resample Fill Method": ["Método de Preenchimento da Remistura"], - "Pandas resample fill method": [ - "Método de preenchimento da remistura de pandas" + "Box Plot": ["Box Plot"], + "Breakdowns": [""], + "Bubble Chart": ["Gráfico de bolhas"], + "Bubble size": ["Tamanho da bolha"], + "Bucket break points": [""], + "Build": [""], + "Bullet Chart": ["Gráfico de bala"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "" ], - "Since": ["Desde"], - "7 days ago": ["Há 7 dias"], - "Until": ["Até"], - "Max Bubble Size": ["Tamanho máximo da bolha"], - "Whisker/outlier options": ["Opções de Whisker / Outlier"], - "Determines how whiskers and outliers are calculated.": [ - "Determina como são calculados os whiskers e os outliers." + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": [""], + "CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "CREATE VIEW AS": ["Permitir CREATE TABLE AS"], + "CREATE VIEW statement": [""], + "CRON Schedule": [""], + "CSS": ["CSS"], + "CSS Templates": ["Modelos CSS"], + "CSS applied to the chart": [""], + "CSS template could not be deleted.": [""], + "CSS template not found.": ["Modelos CSS"], + "CSV Upload": [""], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Ratio": ["Rácio"], - "Target aspect ratio for treemap tiles.": [ - "Aspeto do rácio do alvo para blocos do treemap." + "CSV to Database configuration": [ + "Edite a configuração da origem de dados" ], - "Number format": ["Formato numérico"], - "Row limit": ["Limite de linha"], - "Series limit": ["Limite de série"], - "Limits the number of time series that get displayed": [ - "Limita o número de séries temporais que são exibidas" + "CSV upload": [""], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" ], - "Sort By": ["Ordenar por"], - "Metric used to define the top series": [ - "Métrica usada para definir a série superior" + "CTAS Schema": ["Esquema CTAS"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" ], - "Sort Descending": ["Ordenar decrescente"], - "Whether to sort descending or ascending": [ - "Ordenar de forma descendente ou ascendente" + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": ["Tempo limite para cache"], + "Cache Timeout (seconds)": ["Cache atingiu tempo limite (segundos)"], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": [""], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [""], + "Calculation type": ["Escolha um tipo de visualização"], + "Calendar Heatmap": ["Calendário com Mapa de Calor"], + "Can not move top level tab into nested tabs": [""], + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [ + "Não pode haver sobreposição entre Séries e Desagregação" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Cancel": ["Cancelar"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "" ], - "Periods": ["Períodos"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Cannot load filter": [""], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Center": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification": [""], + "Certification details": [""], + "Certified": [""], + "Certified By": [""], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Alterado por"], + "Changed on": ["Alterado em"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "Min Periods": ["Período Mínimo"], - "Series": ["Séries"], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Define o agrupamento de entidades. Cada série corresponde a uma cor específica no gráfico e tem uma alternância de legenda" + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" ], - "Entity": ["Entidade"], - "This defines the element to be plotted on the chart": [ - "Esta opção define o elemento a ser desenhado no gráfico" + "Changing this Dashboard is forbidden": [ + "Editar propriedades do dashboard" ], - "X Axis": ["Eixo XX"], - "Metric assigned to the [X] axis": ["Métrica atribuída ao eixo [X]"], - "Y Axis": ["Eixo YY"], - "Metric assigned to the [Y] axis": ["Metrica atribuída ao eixo [Y]"], - "Bubble Size": ["Tamanho da bolha"], - "URL": ["URL"], - "X Axis Label": ["Rótulo Eixo XX"], - "Y Axis Label": ["Rótulo Eixo YY"], - "Custom WHERE clause": ["Cláusula WHERE personalizada"], - "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.": [ - "O texto nesta caixa é incluído na cláusula HAVING da query, como um AND para outros critérios. É possível incluir uma expressão complexa, parênteses ou qualquer outra coisa suportada pelo seu backend." - ], - "Comparison Period Lag": ["Atraso do período de comparação"], - "Based on granularity, number of time periods to compare against": [ - "Com base na granularidade, o número de períodos de tempo a comparar" - ], - "Comparison suffix": ["Sufixo de comparação"], - "Suffix to apply after the percentage display": [ - "Sufixo a aplicar após a exibição do valor percentual" - ], - "Table Timestamp Format": ["Formato da Tabela Datahora"], - "Timestamp Format": ["Formato do Carimbo Datahora"], - "Series Height": ["Altura da série"], - "Pixel height of each series": ["Altura de pixel de cada série"], - "Page Length": ["Comprimento da página"], - "Rows per page, 0 means no pagination": [ - "Linhas por página, 0 significa que não há paginação" - ], - "X Axis Format": ["Formato Eixo XX"], - "Y Axis Format": ["Formato do Eixo YY"], - "Right Axis Format": ["Formato do Eixo Direito"], - "Date Time Format": ["Formato da datahora"], - "Markup Type": ["Tipo de marcação"], - "Pick your favorite markup language": [ - "Escolha a sua linguagem de marcação favorita" + "Changing this chart is forbidden": [""], + "Changing this control takes effect instantly": [ + "Esta edição tem efeito instantâneo" + ], + "Changing this dataset is forbidden": [""], + "Changing this report is forbidden": [""], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": ["Carregar"], + "Chart %(id)s not found": ["Visualização %(id)s não encontrada"], + "Chart Cache Timeout": ["Tempo limite para cache"], + "Chart ID": ["Tipo de gráfico"], + "Chart Orientation": [""], + "Chart [%s] has been overwritten": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Chart changes": ["Modificado pela última vez"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" + ], + "Chart could not be created.": ["Não foi possível gravar a sua query"], + "Chart could not be deleted.": ["Não foi possível carregar a query"], + "Chart could not be updated.": ["Não foi possível gravar a sua query"], + "Chart does not exist": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart height": [""], + "Chart name": ["Tipo de gráfico"], + "Chart parameters are invalid.": [""], + "Chart type requires a dataset": [""], + "Charts": ["Gráfico de Queijo"], + "Charts could not be deleted.": ["Não foi possível carregar a query"], + "Check for sorting ascending": [ + "Ordenar de forma descendente ou ascendente" ], - "Rotation": ["Rotação"], - "Rotation to apply to words in the cloud": [ - "Rotação para aplicar a palavras na nuvem" + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "Line Style": ["Estilo da linha"], - "Line interpolation as defined by d3.js": [ - "Interpolação da linha conforme definido por d3.js" + "Check out this chart in dashboard:": ["Verificar dashboard: %s"], + "Check out this dashboard: ": ["Verificar dashboard: %s"], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "" ], - "Label Type": ["Tipo de etiqueta"], - "What should be shown on the label?": [ - "O que deve ser mostrado na etiqueta?" + "Check to force date partitions to have the same height": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [ + "A escolha do [Rótulo] deve estar presente em [Agrupar por]" ], - "Code": ["Código"], - "Put your code here": ["Insira o seu código aqui"], - "Aggregation function": ["Função de agregação"], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Função de agregação a ser aplicada ao pivotar e calcular o total de linhas e colunas" + "Choice of [Point Radius] must be present in [Group By]": [ + "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" ], - "Font Size From": ["Tamanho da fonte desde"], - "Font size for the smallest value in the list": [ - "Tamanho da fonte para o menor valor na lista" + "Choose File": ["Escolha uma fonte"], + "Choose a chart or dashboard not both": ["Remover gráfico do dashboard"], + "Choose a dataset": ["Escolha uma origem de dados"], + "Choose a metric for right axis": [ + "Escolha uma métrica para o eixo direito" ], - "Font Size To": ["Tamanho da fonte para"], - "Font size for the biggest value in the list": [ - "Tamanho da fonte para o maior valor na lista" + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the format for legend values": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" ], - "Instant Filtering": ["Filtragem instantânea"], - "Range Filter": ["Intervalo do filtro"], - "Whether to display the time range interactive selector": [ - "Mostrar opção de seleção do intervalo temporal" + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" ], - "Date Filter": ["Filtro de data"], - "Whether to include a time filter": ["Incluir um filtro temporal"], - "Show SQL Granularity Dropdown": [ - "Mostrar opção de seleção temporal do SQL" + "Clause": [""], + "Clear": [""], + "Clear all": [""], + "Clear all data": [""], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "Check to include SQL Granularity dropdown": [ - "Selecione para incluir seleção da granularidade temporal do SQL" + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" + ], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" ], - "Show SQL Time Column": ["Mostrar coluna temporal do SQL"], - "Check to include Time Column dropdown": [ - "Selecione para incluir seleção da coluna temporal" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" ], - "Show Druid Granularity Dropdown": [ - "Mostrar seleção da granularidade do Druid" + "Click to cancel sorting": [""], + "Click to edit": ["clique para editar o título"], + "Click to edit %s in a new tab": [""], + "Click to favorite/unfavorite": ["Clique para tornar favorito"], + "Click to force-refresh": ["Clique para forçar atualização"], + "Click to see difference": ["Clique para forçar atualização"], + "Close": [""], + "Close all other tabs": [""], + "Close tab": ["fechar aba"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": ["Código"], + "Collapse all": [""], + "Collapse data panel": [""], + "Collapse row": [""], + "Collapse tab content": [""], + "Color": ["Cor"], + "Color +/-": [""], + "Color Scheme": ["Esquema de cores"], + "Color bounds": [""], + "Color metric": ["Métrica de cor"], + "Color of the target location": [""], + "Color scheme": ["Esquema de cores"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "Check to include Druid Granularity dropdown": [ - "Selecione para incluir seleção de granularidade do Druid" + "Colors": ["Cor"], + "Column": ["Coluna"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" ], - "Show Druid Time Origin": ["Mostrar origem temporal do Druid"], - "Check to include Time Origin dropdown": [ - "Selecione para incluir seleção da Origem do tempo" + "Column Formatting": [""], + "Column Label(s)": ["Colunas"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" ], - "Data Table": ["Tabela de dados"], - "Whether to display the interactive data table": [ - "Se deseja exibir a tabela de dados interativos" + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" ], - "Search Box": ["Caixa de pesquisa"], - "Whether to include a client side search box": [ - "Incluir caixa de pesquisa do lado do cliente" + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" ], - "Table Filter": ["Filtro de Tabela"], - "Whether to apply filter when table cell is clicked": [ - "Aplicar filtro quando a célula da tabela é selecionada" + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Show Bubbles": ["Visualizar Bolhas"], - "Whether to display bubbles on top of countries": [ - "Exibir bolhas em cima dos países" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" ], - "Legend": ["Legenda"], - "Whether to display the legend (toggles)": ["Exibir legenda (alternar)"], - "Show Values": ["Mostrar valores"], - "Whether to display the numerical values within the cells": [ - "Exibir valores numéricos dentro das células" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "X bounds": ["Limites XX"], - "Whether to display the min and max values of the X axis": [ - "Exibir valores mínimos e máximos do eixo XX" + "Columns": ["Colunas"], + "Columns To Be Parsed as Dates": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Columns to show": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" ], - "Y bounds": ["Limites YY"], - "Whether to display the min and max values of the Y axis": [ - "Exibir os valores mínimos e máximos do eixo YY" + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" ], - "The rich tooltip shows a list of all series for that point in time": [ - "A descrição de apoio mostra uma lista de todas as séries para esse ponto temporal" + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" ], - "Y Log Scale": ["Escala Log em YY"], - "Use a log scale for the Y axis": [ - "Use uma escala logarítmica para o eixo YY" + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" ], - "X Log Scale": ["Escala Log em XX"], - "Use a log scale for the X axis": [ - "Use uma escala logarítmica para o eixo XX" + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" ], - "Log Scale": ["Escala logarítmica"], - "Use a log scale": ["Use uma escala logarítmica"], - "Donut": ["Donut"], - "Do you want a donut or a pie?": ["Donut ou gráfico de queijos?"], - "Put labels outside": ["Colocar etiquetas no exterior"], - "Put the labels outside the pie?": [ - "Colocar etiquetas no exterior do gráfico?" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Contribution": ["Contribuição"], + "Comparison Period Lag": [""], + "Comparison suffix": [""], + "Compose multiple layers together to form complex visuals.": [""], "Compute the contribution to the total": [ "Calcular contribuição para o total" ], - "Period Ratio": ["Rácio do Período"], - "[integer] Number of period to compare against, this is relative to the granularity selected": [ - "[número inteiro] Número de períodos para comparação, relativamente à granularidade selecionada" + "Confidence interval": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": ["Contribuição"], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": [""], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Period Ratio Type": ["Tipo de Rácio do Período"], - "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [ - "`fator` significa (novo/anterior),`crescimento` é ((novo/anterior) - 1), `valor` é (novo-anterior)" + "Configure your how you overlay is displayed here.": [""], + "Confirm save": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": ["Conexão de teste"], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": [""], + "Continue": [""], + "Continuous": [""], + "Contribution": ["Contribuição"], + "Control": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": [ + "Copiar a instrução SELECT para a área de transferência" ], - "Time Shift": ["Mudança de hora"], - "Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)": [ - "Sobrepor série temporal de um período de tempo relativo. Espera valor de variação temporal relativa em linguagem natural (exemplo: 24 horas, 7 dias, 56 semanas, 365 dias)" + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy of %s": ["Cópia de %s"], + "Copy partition query to clipboard": [ + "Copiar query de partição para a área de transferência" ], - "Subheader": ["Subtítulo"], - "Description text that shows up below your Big Number": [ - "Descritivo que aparece em baixo do número grande" + "Copy query URL": ["Query vazia?"], + "Copy query link to your clipboard": [ + "Copiar query de partição para a área de transferência" ], - "label": ["rótulo"], - "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [ - "`count` é COUNT (*) se um agrupar por for utilizado. As colunas numéricas serão agregadas com o agregador. Colunas não-numéricas serão usadas para rotular pontos. Deixar em branco para obter uma contagem de pontos em cada cluster." + "Copy the account name of that database you are trying to connect to.": [ + "" ], - "Map Style": ["Estilo do mapa"], - "Base layer map style": ["Estilo do mapa da camada base"], - "Clustering Radius": ["Raio do cluster"], - "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.": [ - "O raio (em pixeis) que o algoritmo usa para definir um cluster. Defina como 0 para desativar o cluster, mas tenha cuidado com o facto de que um grande número de pontos (> 1000) causará atraso na visualização." + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to clipboard": ["Copiar para área de transferência"], + "Could not determine datasource type": [""], + "Could not fetch all saved charts": [ + "Não foi possível ligar ao servidor" + ], + "Could not find viz object": [""], + "Could not load database driver": ["Não foi possível ligar ao servidor"], + "Could not load database driver: %(driver_name)s": [""], + "Could not load database driver: {}": [ + "Não foi possível ligar ao servidor" + ], + "Count Unique Values": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Field Type": [""], + "Country Map": ["Mapa de País"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "Point Radius": ["Raio de pontos"], - "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": [ - "O raio de pontos individuais (aqueles que não estão num cluster). Ou uma coluna numérica ou `Auto`, que escala o ponto com base no maior cluster" + "Create a new chart": ["Crie uma nova visualização"], + "Create chart with dataset": [""], + "Create new chart": ["Crie uma nova visualização"], + "Create or select schema...": [""], + "Created": ["Criado em"], + "Created On": ["Criado em"], + "Creating SSH Tunnel failed for an unknown reason": [""], + "Creating a data source and creating a new tab": [ + "A criar uma nova origem de dados, a exibir numa nova aba" ], - "Point Radius Unit": ["Unidade de raio de pontos"], - "The unit of measure for the specified point radius": [ - "A unidade de medida para o raio de ponto especificado" + "Creator": ["Criador"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "Opacity": ["Opacidade"], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Opacidade de todos os clusters, pontos e rótulos. Entre 0 e 1." - ], - "Zoom": ["Zoom"], - "Zoom level of the map": ["Nível de zoom do mapa"], - "Default latitude": ["Latitude padrão"], - "Default longitude": ["Longitude padrão"], - "Live render": ["Renderização em tempo real"], - "RGB Color": ["Cor RGB"], - "The color for points and clusters in RGB": [ - "A cor para pontos e clusters em RGB" + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": [""], + "Custom Plugins": ["Cláusula WHERE personalizada"], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": [""], + "Customize Metrics": [""], + "Cyclic dependency detected": [""], + "D3 Format": ["Formato D3"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "Color": ["Cor"], - "Pick a color": ["Selecione uma cor"], - "Ranges": ["Gamas"], - "Ranges to highlight with shading": [ - "Intervalo para destacar com sombreamento" - ], - "Range labels": ["Etiquetas de intervalo"], - "Labels for the ranges": ["Etiquetas para os intervalos"], - "Markers": ["Marcadores"], - "List of values to mark with triangles": [ - "Lista de valores a marcar com triângulos" - ], - "Marker labels": ["Etiquetas de marcadores"], - "Labels for the markers": ["Etiquetas para marcadores"], - "Marker lines": ["Linhas de marcador"], - "List of values to mark with lines": [ - "Lista de valores a marcar com linhas" - ], - "Marker line labels": ["Marcadores de linha de marcador"], - "Labels for the marker lines": ["Etiquetas para as linhas de marcação"], - "Slice ID": ["ID da visualização"], - "The id of the active slice": ["O id da visualização ativa"], - "Cache Timeout (seconds)": ["Cache atingiu tempo limite (segundos)"], - "The number of seconds before expiring the cache": [ - "O número de segundos antes de expirar a cache" + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": [""], + "DELETE": [""], + "DML": [""], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Dashboard"], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Dashboard could not be created.": [ + "Não foi possível gravar a sua query" ], - "Order by entity id": ["Ordenar por ID de entidade"], - "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.": [ - "Importante! Selecione se a tabela ainda não estiver classificada por entidade, caso contrário, não há garantia de que todos os eventos para cada entidade sejam devolvidos." + "Dashboard could not be deleted.": [ + "Não foi possível gravar a sua query" ], - "Minimum leaf node event count": [ - "Contagem mínima de eventos no nó terminal (leaf node)" + "Dashboard could not be updated.": [ + "Não foi possível gravar a sua query" ], - "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ - "Os nós terminais que representam menos do que este número de eventos serão inicialmente ocultados na visualização" + "Dashboard does not exist": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "Color Scheme": ["Esquema de cores"], - "The color scheme for rendering chart": [ - "O esquema de cores para o gráfico de renderização" + "Dashboards": ["Dashboards"], + "Dashboards could not be deleted.": [""], + "Dashboards do not exist": ["Dashboards"], + "Data": ["Base de dados"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" ], - "Significance Level": ["Nível de significância"], - "Threshold alpha level for determining significance": [ - "Nível alfa limite para determinar significância" + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" ], - "p-value precision": ["precisão de valor-p"], - "Number of decimal places with which to display p-values": [ - "Número de casas decimais para exibir valores-p" + "Data has no time steps": [""], + "Data preview": ["Pré-visualização de dados"], + "DataFrame include at least one series": [ + "Selecione pelo menos uma métrica" ], - "Lift percent precision": ["Precisão percentual de valores lift"], - "Number of decimal places with which to display lift values": [ - "Número de casas decimais a exibir com valores lift" + "DataFrame must include temporal column": [""], + "Database": ["Base de dados"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" ], - "Time Series Columns": ["Colunas das séries temporais"], - "Options": ["Opções"], - "Not Time Series": ["Série não temporal"], - "Ignore time": ["Ignore o tempo"], - "Time Series": ["Série temporal"], - "Standard time series": ["Série temporal standard"], - "Aggregate Mean": ["Média agregada"], - "Mean of values over specified period": [ - "Valores médios para o período especificado" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "" ], - "Aggregate Sum": ["Soma Agregada"], - "Sum of values over specified period": [ - "Soma de valores ao longo do período especificado" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" ], - "Difference": ["Diferença"], - "Metric change in value from `since` to `until`": [ - "Variação do valor da métrica de `desde` a `até`" + "Database URL": ["URL da Base de Dados"], + "Database could not be created.": ["Não foi possível gravar a sua query"], + "Database could not be deleted.": [""], + "Database could not be updated.": ["Não foi possível gravar a sua query"], + "Database does not allow data manipulation.": [""], + "Database does not exist": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" ], - "Percent Change": ["Mudança percentual"], - "Metric percent change in value from `since` to `until`": [ - "Métrica de alteração percentual em valor de `desde` a `até`" + "Database is offline.": [""], + "Database is required for alerts": [""], + "Database not allowed to change": [""], + "Database not found.": [""], + "Database not found: %(id)s": [""], + "Database parameters are invalid.": [""], + "Databases": ["Bases de dados"], + "Dataframe Index": [""], + "Dataset": ["Base de dados"], + "Dataset %(name)s already exists": ["Origem de dados %(name)s já existe"], + "Dataset could not be created.": ["Não foi possível gravar a sua query"], + "Dataset could not be deleted.": [""], + "Dataset could not be updated.": ["Não foi possível gravar a sua query"], + "Dataset does not exist": ["Origem de dados %(name)s já existe"], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": ["Bases de dados"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "Factor": ["Fator"], - "Metric factor change from `since` to `until`": [ - "Variação do fator da métrica de `desde` a `até`" + "Datasets do not contain a temporal column": [""], + "Datasource": ["Fonte de dados"], + "Datasource type is required when datasource_id is given": [""], + "Date format string": [""], + "Date/Time": ["Formato da datahora"], + "Datetime Format": ["Formato de data e hora"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Coluna datahora não definida como parte da configuração da tabela e obrigatória para este tipo de gráfico" ], - "Advanced Analytics": ["Análise Avançada"], - "Use the Advanced Analytics options below": [ - "Utilize as opções de Análise Avançada" + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "December": [""], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": ["Latitude padrão"], + "Default Endpoint": ["Endpoint Padrão"], + "Default URL": ["URL da Base de Dados"], + "Default URL to redirect to when accessing from the dataset list page": [ + "" ], - "Settings for time series": ["Configurações para séries temporais"], - "Equal Date Sizes": ["Dimensões temporais iguais"], - "Check to force date partitions to have the same height": [ - "Verifique para forçar as partições de data a ter a mesma altura" + "Default Value": ["Latitude padrão"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" ], - "Partition Limit": ["Limite de partição"], - "Partition Threshold": ["Limite de partição"], - "Time": ["Tempo"], - "Time related form attributes": [ - "Atributos de formulário relacionados ao tempo" + "Default value must be set when \"Filter has default value\" is checked": [ + "" ], - "Datasource & Chart Type": ["Origem de Dados & Tipo de Gráfico"], - "This section exposes ways to include snippets of SQL in your query": [ - "Esta seção demonstra formas de incluir partes de código SQL na sua query" + "Default value must be set when \"Filter value is required\" is checked": [ + "" ], - "Annotations": ["Anotações"], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Esta seção contém opções que permitem o pós-processamento analítico avançado de resultados da query" + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" ], - "Result Filters": ["Filtros de resultados"], - "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [ - "Filtros para aplicar após pós-agregação. Deixe o valor de controlo vazio para filtrar células vazias ou valores nulos" - ], - "Chart Options": ["Opções do gráfico"], - "Breakdowns": ["Separação"], - "Defines how each series is broken down": [ - "Define como se separam cada série" - ], - "Pie Chart": ["Gráfico de Queijo"], - "Dual Axis Line Chart": ["Gráfico de linhas de eixo duplo"], - "Y Axis 1": ["Eixo YY 1"], - "Y Axis 2": ["Eixo YY 2"], - "Left Axis Metric": ["Métrica do Eixo Esquerdo"], - "Choose a metric for left axis": [ - "Escolha uma métrica para o eixo esquerdo" - ], - "Left Axis Format": ["Formatar Eixo Esquerdo"], - "Axes": ["Eixos"], - "GROUP BY": ["AGRUPAR POR"], - "Use this section if you want a query that aggregates": [ - "Use esta seção se deseja um query agregadora" - ], - "NOT GROUPED BY": ["NÃO AGRUPADO POR"], - "Use this section if you want to query atomic rows": [ - "Use esta seção se desejar query linhas atómicas" - ], - "Time Series Table": ["Tabela de séries temporais"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Ligação predefinida, é possível incluir {{ metric }} ou outros valores provenientes dos controlos." + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "Pivot Options": ["Opções de pivot"], - "Bubbles": ["Bolhas"], - "Numeric Column": ["Coluna numérica"], - "Select the numeric column to draw the histogram": [ - "Selecione a coluna numéria a visualizar no histograma" + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "No of Bins": ["Número de caixas"], - "Select number of bins for the histogram": [ - "Selecione o número de caixas para o histograma" + "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.": [ + "" ], - "Primary Metric": ["Métrica Primária"], - "The primary metric is used to define the arc segment sizes": [ - "A métrica primária é usada para definir o tamanho do segmento de arco" + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "" ], - "Secondary Metric": ["Métrica secundária"], - "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": [ - "Esta métrica secundária é usada para definir cor como uma relação com a métrica primária. Se as duas métricas combinarem, as cores são grupos de nível mapeados" + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Define o agrupamento de entidades. Cada série corresponde a uma cor específica no gráfico e tem uma alternância de legenda" ], - "Hierarchy": ["Hierarquia"], - "This defines the level of the hierarchy": [ - "Define o nível da hierarquia" + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "" ], - "Source / Target": ["Fonte / Alvo"], - "Choose a source and a target": ["Escolha uma fonte e um alvo"], - "Chord Diagram": ["Diagrama de cordas"], - "Choose a number format": ["Escolha um formato de número"], - "Source": ["Fonte"], - "Choose a source": ["Escolha uma fonte"], - "Target": ["Alvo"], - "Choose a target": ["Escolha um alvo"], - "ISO 3166-2 codes of region/province/department": [ - "ISO 3166-2 códigos de região / província / departamento" + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)": [ - "É o código ISO 3166-2 da sua região / província / departamento na sua tabela. (ver documentação para obter a lista de ISO 3166-2)" + "Delete": ["Eliminar"], + "Delete %s?": ["Eliminar"], + "Delete Annotation?": ["Anotações"], + "Delete Database?": ["Selecione uma base de dados"], + "Delete Dataset?": ["Tem a certeza que pretende eliminar tudo?"], + "Delete Layer?": ["Tem a certeza que pretende eliminar tudo?"], + "Delete Query?": ["Executar a query selecionada"], + "Delete Template?": ["Modelos CSS"], + "Delete all Really?": ["Tem a certeza que pretende eliminar tudo?"], + "Delete dashboard tab?": ["Por favor insira um nome para o dashboard"], + "Delete database": ["Selecione uma base de dados"], + "Delete email report": [""], + "Delete query": ["Eliminar"], + "Delete template": ["Carregue um modelo"], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": [ + "Selecione uma camada de anotação", + "Selecione uma camada de anotação" + ], + "Deleted %(num)d annotation layer": [ + "Selecione uma camada de anotação", + "Selecione uma camada de anotação" + ], + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], + "Deleted %(num)d dashboard": [ + "Por favor selecione um dashboard", + "Por favor selecione um dashboard" + ], + "Deleted %(num)d dataset": [ + "Selecione uma base de dados", + "Selecione uma base de dados" + ], + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" + ], + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted: %s": ["Eliminar"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" ], - "Country Control": ["Controlo de País"], - "3 letter code of the country": ["Código de 3 letras do país"], - "Metric for color": ["Métrica para cor"], - "Metric that defines the color of the country": [ - "Métrica que define a cor do país" + "Delimited long & lat single column": [""], + "Delimiter": [""], + "Demographics": [""], + "Dependent on": [""], + "Description": ["Descrição"], + "Description (this can be seen in the list)": [""], + "Description text that shows up below your Big Number": [""], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "" ], - "Bubble size": ["Tamanho da bolha"], - "Metric that defines the size of the bubble": [ - "Métrica que define o tamanho da bolha" - ], - "Filter Box": ["Caixa de filtro"], - "Filter controls": ["Controlo de filtro"], - "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [ - "Os controles nos quais deseja filtrar. Observe que somente as colunas marcadas como \"filtráveis\" aparecerão nesta lista." - ], - "Heatmap Options": ["Opções do Mapa de Calor"], - "Value bounds": ["Limites de valor"], - "Value Format": ["Formato de valor"], - "Horizon": ["Horizonte"], - "Points": ["Pontos"], - "Labelling": ["Marcação"], - "Visual Tweaks": ["Alterações Visuais"], - "Longitude": ["Longitude"], - "Column containing longitude data": ["Coluna que contém a longitude"], - "Latitude": ["Latitude"], - "Column containing latitude data": ["Coluna que contém a latitude"], - "Cluster label aggregator": ["Agregador de etiquetas de cluster"], - "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ - "Função agregada aplicada à lista de pontos em cada cluster para produzir a etiqueta do cluster." + "Diamond": [""], + "Did you mean:": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": ["Layout de Forças"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" ], - "Tooltip": ["Tooltip"], - "Show a tooltip when hovering over points and clusters describing the label": [ - "Mostra a tooltip quando se passa o rato pelos pontos e clusters que descrevem a etiqueta" + "Disable embedding?": [""], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Um ou mais controlos para Agrupar por. Ao agrupar, é obrigatória a presença das colunas de longitude e latitude." + "Display row level total": [""], + "Display settings": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" ], - "Event definition": ["Definição de evento"], - "Additional meta data": ["Metadados adicionais"], - "Column containing entity ids": ["Coluna que contém IDs de entidades"], - "e.g., a \"user id\" column": [ - "por exemplo, uma coluna de ID de utilizador" + "Distribute across": [""], + "Distribution - Bar Chart": ["Gráfico de barras"], + "Divider": [""], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download": [""], + "Download as image": [""], + "Download to CSV": [""], + "Draft": [""], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" ], - "Column containing event names": ["Coluna que contém nomes de eventos"], - "Event count limit": ["Limite do número de eventos"], - "The maximum number of events to return, equivalent to number of rows": [ - "O número máximo de eventos a aparecer, equivalente ao número de linhas" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" ], - "Meta data": ["Metadados"], - "Select any columns for meta data inspection": [ - "Selecione qualquer coluna para inspeção de metadados" + "Drill to detail: %s": [""], + "Drop a column here or click": ["", "Drop columns here or click"], + "Drop a column/metric here or click": [ + "", + "Drop columns/metrics here or click" + ], + "Drop a temporal column here or click": [""], + "Drop column here": ["", "Drop columns here"], + "Drop column or metric here": ["", "Drop columns or metrics here"], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Duplicate": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" ], - "Paired t-test": ["Teste-t emparelhado"], - "Time Series Options": ["Opções da série temporal"], - "The server could not be reached. You may want to verify your connection and try again.": [ - "Não foi possível obter resposta do servidor. Verifique conexão e tente novamente." + "Duplicate tab": [""], + "Duration": ["Descrição"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ + "" ], - "An unknown error occurred. (Status: %s )": [ - "Ocorreu um erro desconhecido. (Estado: %s )" + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" ], - "Favorites": ["Favoritos"], - "Created Content": ["Conteúdo Criado"], - "Recent Activity": ["Atividade Recente"], - "Security & Access": ["Segurança e Acesso"], - "No slices": ["Sem visualizações"], - "No dashboards": ["Sem dashboards"], - "Dashboards": ["Dashboards"], - "Slices": ["Visualizações"], - "No favorite slices yet, go click on stars!": [ - "Ainda não há visualizações favoritas, comece a clicar nas estrelas!" + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Duração (em segundos) do tempo limite da cache para esta visualização." ], - "No favorite dashboards yet, go click on stars!": [ - "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "" ], - "Roles": ["Cargo"], - "Databases": ["Bases de dados"], - "Datasources": ["Origem de dados"], - "Profile picture provided by Gravatar": [ - "Foto de perfil fornecida por Gravatar" + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "EMAIL_REPORTS_CTA": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["Editar"], + "Edit CSS": ["Editar Visualização"], + "Edit CSS Template": ["Modelos CSS"], + "Edit Chart": ["Editar gráfico"], + "Edit Column": ["Editar Coluna"], + "Edit Dashboard": ["Editar Dashboard"], + "Edit Database": ["Editar Base de Dados"], + "Edit Dataset ": ["Editar Base de Dados"], + "Edit Log": ["Editar"], + "Edit Metric": ["Editar Métrica"], + "Edit Plugin": ["Editar Coluna"], + "Edit Row level security filter": [""], + "Edit Saved Query": ["Editar Query"], + "Edit Table": ["Editar Tabela"], + "Edit chart properties": ["Editar propriedades da visualização"], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": ["Editar propriedades da visualização"], + "Edit query": ["Query vazia?"], + "Edit template": ["Carregue um modelo"], + "Edit template parameters": ["Editar propriedades da visualização"], + "Edit time range": [""], + "Edited": ["Editar"], + "Editing 1 filter:": [""], + "Editing filter set:": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" ], - "id:": ["id:"], - "Sorry, there appears to be no data": [ - "As nossas desculpas, mas parecem não existir dados" + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" ], - "Select [%s]": ["Selecionar [%s]"], - "No data was returned.": ["Não foram obtidos dados."], - "List Druid Column": ["Lista de Colunas Druid"], - "Show Druid Column": ["Mostrar Colunas Druid"], - "Add Druid Column": ["Adicionar Colunas Druid"], - "Edit Druid Column": ["Editar Colunas Druid"], - "Column": ["Coluna"], - "Type": ["Tipo"], - "Groupable": ["Agrupável"], - "Filterable": ["Filtrável"], - "Count Distinct": ["Soma Distinta"], - "Sum": ["Soma"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Se esta coluna está exposta na seção `Filtros` da vista de exploração." + "Either the username or the password is wrong.": [""], + "Email reports active": [""], + "Embed": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emit Filter Events": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty query?": ["Query vazia?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" ], - "List Druid Metric": ["Lista de Métricas Druid"], - "Show Druid Metric": ["Mostrar Métrica Druid"], - "Add Druid Metric": ["Adicionar Métrica Druid"], - "Edit Druid Metric": ["Editar Métrica 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": [ - "Se o acesso a esta métrica é restrito a determinadas funções. Somente cargos com permissão 'acesso à métrica em XXX (nome da métrica)' estão autorizados a aceder a esta métrica" + "Enable Filter Select": ["Ativar Filtro de Seleção"], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "" ], - "Verbose Name": ["Nome Detalhado"], - "JSON": ["JSON"], - "Druid Datasource": ["Origem de Dados Druid"], - "Warning Message": ["Mensagem de Aviso"], - "List Druid Cluster": ["Lista de Cluster Druid"], - "Show Druid Cluster": ["Mostrar Cluster Druid"], - "Add Druid Cluster": ["Adicionar Cluster Druid"], - "Edit Druid Cluster": ["Editar Cluster Druid"], - "Cluster": ["Cluster"], - "Druid Clusters": ["Cluster Druid"], - "Sources": ["Fontes"], - "List Druid Datasource": ["Lista de origem de dados Druid"], - "Show Druid Datasource": ["Mostrar origem de dados Druid"], - "Add Druid Datasource": ["Adicionar origem de dados Druid"], - "Edit Druid Datasource": ["Editar origem de dados Druid"], - "Timezone offset (in hours) for this datasource": [ - "Diferença do fuso horário (em horas) para esta fonte de dados" + "End": [""], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": ["Fim"], + "End date": [""], + "End date excluded from time range": [""], + "End date must be after start date": [ + "Data de inicio não pode ser posterior à data de fim" ], - "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": [ - "Expressão temporal a ser utilizada como predicado ao recuperar valores distintos para preencher o componente do filtro. Apenas aplicável quando \"Permitir Seleção de Filtro\" estiver ativado. Ao inserir `7 dias atrás ', a lista distinta de valores no filtro será preenchida com base no valor distinto da semana passada" + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" ], - "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": [ - "Preencher a lista de filtros, na vista de exploração, com valores distintos carregados em tempo real a partir do backend" + "Enter CA_BUNDLE": [""], + "Enter Primary Credentials": [""], + "Enter a new title for the tab": ["Insira um novo título para a aba"], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entidade"], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Error: permalink state not found": [""], + "Estimate cost": [""], + "Estimate the cost before running a query": [""], + "Event definition": [""], + "Event flow": ["Fluxo de eventos"], + "Every": [""], + "Evolution": [""], + "Exact": [""], + "Example": [""], + "Examples": [""], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Redireciona para este endpoint quando se seleciona a origem de dados da respetiva lista" + "Excel to Database configuration": [ + "Edite a configuração da origem de dados" ], - "Associated Slices": ["Visualizações Associadas"], - "Data Source": ["Origem de dados"], - "Owner": ["Proprietário"], - "Is Hidden": ["É Oculto"], - "Enable Filter Select": ["Ativar Filtro de Seleção"], - "Default Endpoint": ["Endpoint Padrão"], - "Time Offset": ["Time Offset"], - "Cache Timeout": ["Tempo limite para cache"], - "Druid Datasources": ["Origem de dados Druid"], - "Scan New Datasources": ["Procurar novas origens de dados"], - "Refresh Druid Metadata": ["Atualizar Metadados Druid"], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "Coluna datahora não definida como parte da configuração da tabela e obrigatória para este tipo de gráfico" + "Exclude selected values": [""], + "Executed query": ["Executar a query selecionada"], + "Existing dataset": [""], + "Exit fullscreen": [""], + "Expand": [""], + "Expand all": [""], + "Expand data panel": [""], + "Expand row": [""], + "Expand tool bar": ["expandir barra de ferramentas"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "Empty query?": ["Query vazia?"], - "Metric '{}' is not valid": ["A métrica '{}' não é válida"], - "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [ - "A tabela [{}] não parece existir na base de dados especificada, não foi possível carregar informações da coluna" + "Experimental": [""], + "Explore": ["Explorar gráfico"], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": ["Exportar"], + "Export dashboards?": ["Exportar dashboards?"], + "Export to YAML": ["Exportar para .json"], + "Export to YAML?": ["Exportar para .json"], + "Export to original .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": ["Expor no SQL Lab"], + "Expose this DB in SQL Lab": ["Expor esta BD no SQL Lab"], + "Expression": ["Expressão"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" ], - "List Columns": ["Lista de Colunas"], - "Show Column": ["Mostrar Coluna"], - "Add Column": ["Adicionar Coluna"], - "Edit Column": ["Editar Coluna"], - "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.": [ - "O tipo de dados que foi inferido pela base de dados. Pode ser necessário inserir um tipo manualmente para colunas definidas por expressões em alguns casos. A maioria dos casos não requer alteração por parte do utilizador." + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" ], - "Expression": ["Expressão"], + "Extra url parameters for use in Jinja templated queries": [""], + "FEB": [""], + "FRI": [""], + "Factor to multiply the metric by": [""], + "Fail": [""], + "Failed": [""], + "Failed at retrieving results": [ + "O carregamento dos resultados a partir do backend falhou" + ], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": ["Favoritos"], + "Favorites": ["Favoritos"], + "February": [""], + "Fetch Values Predicate": ["Carregar Valores de Predicado"], + "Fetch data preview": ["Obter pré-visualização de dados"], + "Fetched %s": [""], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filter Configuration": ["Controlo de filtro"], + "Filter List": ["Filtros"], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": ["Controlo de filtro"], + "Filterable": ["Filtrável"], + "Filters": ["Filtros"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Fix to selected Time Range": [""], + "Fixed color": ["Selecione uma cor"], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Force refresh": ["Forçar atualização de dados"], + "Force refresh schema list": ["Forçar atualização de dados"], + "Force refresh table list": ["Forçar atualização de dados"], + "Forecast periods": [""], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formatted CSV attached in email": [""], + "Formatted date": [""], + "Formatted value": [""], + "Formatting": [""], + "Formula": [""], + "Forward values": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction between nodes": [""], + "Friday": [""], + "From date cannot be larger than to date": [ + "Data de inicio não pode ser posterior à data de fim" + ], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "GeoJson Settings": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Grid": [""], + "Grid Size": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "Os campos 'Agrupar por' e 'Colunas' não se podem sobrepor" + ], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Agrupar por"], + "Groupable": ["Agrupável"], + "Handlebars": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Header": ["Subtítulo"], + "Header Row": [""], + "Heatmap": ["Mapa de Calor"], + "Heatmap Options": [""], + "Height": ["Altura"], + "Height of the sparkline": [""], + "Hide Line": [""], + "Hide tool bar": ["ocultar barra de ferramentas"], + "Histogram": ["Histograma"], + "Home": [""], + "Horizon Charts": ["Gráfico de Horizonte"], + "Horizontal": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id of root node of the tree.": [""], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Se Presto, todas as consultas no SQL Lab serão executadas como o utilizador atualmente conectado que deve ter permissão para as executar.
Se hive e hive.server2.enable.doAs estiver habilitado, serão executadas as queries como conta de serviço, mas deve personificar o utilizador atualmente conectado recorrendo à propriedade hive.server2.proxy.user." + ], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" + ], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore cache when generating screenshot": [""], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate the logged on user": ["Personificar o utilizador conectado"], + "Import": ["Importar"], + "Import %s": ["Importar"], + "Import Dashboard(s)": ["Importar Dashboards"], + "Import Dashboards": ["Importar Dashboards"], + "Import a table definition": [""], + "Import chart failed for an unknown reason": [""], + "Import dashboard failed for an unknown reason": [""], + "Import dashboards": ["Importar Dashboards"], + "Import database failed for an unknown reason": [""], + "Import database from file": [""], + "Import dataset failed for an unknown reason": [""], + "Import saved query failed for an unknown reason.": [""], + "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.": [ + "" + ], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Index": [""], + "Index Column": ["Adicionar Coluna"], + "Info": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": [""], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "" + ], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "" + ], + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "" + ], + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": ["Formato da Tabela Datahora"], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid state.": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Invert current page": [""], + "Is dimension": [""], + "Is false": [""], + "Is favorite": ["Favoritos"], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], "Is temporal": ["É temporal"], - "Datetime Format": ["Formato de data e hora"], - "Database Expression": ["Expressão de base de dados"], - "List Metrics": ["Lista de Métricas"], - "Show Metric": ["Mostrar Métrica"], - "Add Metric": ["Adicionar Métrica"], - "Edit Metric": ["Editar Métrica"], - "SQL Expression": ["Expressão SQL"], - "D3 Format": ["Formato D3"], - "Is Restricted": ["É Restrito"], - "List Tables": ["Lista de Tabelas"], - "Show Table": ["Mostrar Tabela"], - "Add Table": ["Adicionar Tabela"], - "Edit Table": ["Editar Tabela"], - "Name of the table that exists in the source database": [ - "Nome da tabela que existe na base de dados de origem" + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": [""], + "JSON": ["JSON"], + "JSON Metadata": ["Metadados JSON"], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Esquema, como utilizado em algumas base de dados, como Postgres, Redshift e DB2" + "JUL": ["URL"], + "JUN": [""], + "January": [""], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "Predicado aplicado ao obter um valor distinto para preencher a componente de controlo de filtro. Suporta a sintaxe jinja standard. Apenas se aplica quando \"Ativar Filtro de Seleção\" está ativado." + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "" ], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Redireciona para este endpoint ao clicar na tabela da respetiva lista" + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" ], - "Changed By": ["Alterado por"], - "Database": ["Base de dados"], + "July": [""], + "June": [""], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Keys for table": ["Chaves para tabela"], + "Label": ["Rótulo"], + "Label Line": [""], + "Label Type": [""], + "Label for your query": ["Rótulo para a sua query"], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Large": [""], + "Last": [""], "Last Changed": ["Modificado pela última vez"], - "Schema": ["Esquema"], - "Offset": ["Offset"], - "Table Name": ["Nome da Tabela"], - "Fetch Values Predicate": ["Carregar Valores de Predicado"], - "Main Datetime Column": ["Coluna Datahora principal"], - "Table [{}] could not be found, please double check your database connection, schema, and table name": [ - "Tabela [{}] não encontrada, por favor verifique conexão à base de dados, esquema e nome da tabela" + "Last Modified": ["Última Alteração"], + "Last Updated %s": [""], + "Last available value seen on %s": [""], + "Last modified by %s": ["Última Alteração"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "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.": [ - "A tabela foi criada. Como parte deste processo de configuração de duas fases, deve agora clicar no botão Editar, na nova tabela, para configurá-lo." + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend": [""], + "Legend Format": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limit type": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" ], - "Refresh Metadata": ["Atualizar Metadados"], - "Refresh column metadata": ["Atualizar coluna de metadados"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metadados atualizados para a seguinte tabela(s): %(tables)s" + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" ], - "Tables": ["Tabelas"], - "Profile": ["Perfil"], - "Logout": ["Sair"], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Line interpolation as defined by d3.js": [""], + "Linear color scheme": ["Esquema de cores lineares"], + "Linear interpolation": [""], + "Lines encoding": [""], + "Link Copied!": ["Copiado!"], + "List Saved Query": ["Lista de Queries Gravadas"], + "List Unique Values": [""], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "List updated": [""], + "Live render": [""], + "Load a CSS template": ["Carregue um modelo CSS"], + "Loaded data cached": ["Dados carregados em cache"], + "Loaded from cache": ["Carregado da cache"], + "Loading": [""], + "Loading...": [""], + "Log Scale": [""], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], "Login": ["Login"], - "Record Count": ["Número de Registos"], - "No records found": ["Nenhum registo encontrado"], - "Import": ["Importar"], - "No Access!": ["Não há acesso!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "Não tem permissão para aceder à origem de dados: %(name)s." + "Logout": ["Sair"], + "Logs": [""], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude of default viewport": [""], + "MAR": [""], + "MAY": [""], + "MON": [""], + "Main Datetime Column": ["Coluna Datahora principal"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Pedido mal formado. Os argumentos slice_id ou table_name e db_name não foram preenchidos" ], - "Request Permissions": ["Requisição de Permissão"], - "Welcome!": ["Bem vindo!"], - "Test Connection": ["Conexão de teste"], "Manage": ["Gerir"], - "Dataset %(name)s already exists": ["Origem de dados %(name)s já existe"], - "json isn't valid": ["json não é válido"], - "Delete": ["Eliminar"], - "Delete all Really?": ["Tem a certeza que pretende eliminar tudo?"], - "This endpoint requires the `all_datasource_access` permission": [ - "Este endpoint requer a permissão `all_datasource_access" + "Manage email report": [""], + "Manage your databases": [""], + "Mandatory": [""], + "Mangle Duplicate Columns": ["Coluna Datahora principal"], + "Manually set min/max values for the y-axis.": [""], + "Map Style": [""], + "Mapbox": ["Mapbox"], + "March": ["Pesquisa"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Max": ["Máx"], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" ], - "The datasource seems to have been deleted": [ - "Esta origem de dados parece ter sido excluída" + "Maximum value": [""], + "Maximum value on the gauge axis": [""], + "May": ["dia"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" ], - "The access requests seem to have been deleted": [ - "Os pedidos de acesso parecem ter sido eliminados" + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" ], - "The user seems to have been deleted": [ - "O utilizador parece ter sido eliminado" + "Median values": [""], + "Medium": [""], + "Menu actions trigger": [""], + "Metadata has been synced": [""], + "Method": [""], + "Metric": ["Métrica"], + "Metric '%(metric)s' does not exist": [""], + "Metric assigned to the [X] axis": ["Métrica atribuída ao eixo [X]"], + "Metric assigned to the [Y] axis": ["Metrica atribuída ao eixo [Y]"], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "You don't have access to this datasource": [ - "Não tem acesso a esta origem de dados" + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "This view requires the database %(name)s or `all_datasource_access` permission": [ - "A visualização requer o permissão da base de dados %(name) s ou 'all_datasource_access' permissão" + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [ - "Este ponto final requer a fonte de dados %(name)s, permissão 'all_datasource_access' ou base de dados" + "Metrics": ["Métricas"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" ], - "List Databases": ["Listar Base de Dados"], - "Show Database": ["Mostrar Base de Dados"], - "Add Database": ["Adicionar Base de Dados"], - "Edit Database": ["Editar Base de Dados"], - "Expose this DB in SQL Lab": ["Expor esta BD no 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)": [ - "Permitir que os usuários executem queries síncronas, que é o padrão e deve funcionar bem para queries que podem ser executadas dentro do âmbito de solicitação na web (<~ 1 minuto)" + "Middle": [""], + "Midnight": [""], + "Min": ["Mín"], + "Min Periods": ["Período Mínimo"], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" ], - "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [ - "Permitir que os usuários executem queries, contra um backend assíncrono. Isto pressupõem uma configuração definida para um Celery worker, bem como um backend de resultados." + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Mixed Time-Series": [""], + "Modified": ["Modificado"], + "Modified columns: %s": [""], + "Monday": [""], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Permitir a opção CREATE TABLE AS no SQL Lab" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Permitir que os usuários executem instruções non-SELECT (UPDATE, DELETE, CREATE, ...) no SQL Lab" + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a ser criada neste esquema" + "Multiplier": [""], + "Must be unique": [""], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Deve ter uma coluna [Agrupar por] para ter 'count' como [Label]" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Se Presto, todas as consultas no SQL Lab serão executadas como o utilizador atualmente conectado que deve ter permissão para as executar.
Se hive e hive.server2.enable.doAs estiver habilitado, serão executadas as queries como conta de serviço, mas deve personificar o utilizador atualmente conectado recorrendo à propriedade hive.server2.proxy.user." + "Must have at least one numeric column specified": [ + "Deve ser especificada uma coluna númerica" ], - "Expose in SQL Lab": ["Expor no SQL Lab"], - "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], - "Allow DML": ["Permitir DML"], - "CTAS Schema": ["Esquema CTAS"], - "Creator": ["Criador"], - "SQLAlchemy URI": ["URI SQLAlchemy"], - "Extra": ["Extra"], - "Allow Run Sync": ["Permitir Run Sync"], - "Allow Run Async": ["Permitir Run Async"], - "Impersonate the logged on user": ["Personificar o utilizador conectado"], - "Import Dashboards": ["Importar Dashboards"], - "User": ["Utilizador"], - "User Roles": ["Cargo do Utilizador"], - "Database URL": ["URL da Base de Dados"], - "Roles to grant": ["Cargos a permitir ao utilizador"], - "Created On": ["Criado em"], - "Access requests": ["Solicitações de acesso"], - "Security": ["Segurança"], - "List Slices": ["Lista de Visualizações"], - "Show Slice": ["Mostrar Visualização"], - "Add Slice": ["Adicionar Visualização"], - "Edit Slice": ["Editar Visualização"], - "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.": [ - "Os parâmetros são gerados dinamicamente ao clicar no botão Guardar ou Substituir na vista de exibição. Este objeto JSON é exposto aqui para referência e para utilizadores avançados que desejam alterar parâmetros específicos." + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "N/A": [""], + "NOV": [""], + "NOW": [""], + "Name": ["Nome"], + "Name is required": [""], + "Name must be unique": [""], + "Name of table to be created from excel data.": [ + "Nome da tabela que existe na base de dados de origem" ], - "Duration (in seconds) of the caching timeout for this slice.": [ - "Duração (em segundos) do tempo limite da cache para esta visualização." + "Name of the column containing the id of the parent node": [""], + "Name of the id column": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Nome da tabela que existe na base de dados de origem" ], - "Last Modified": ["Última Alteração"], - "Owners": ["Proprietários"], - "Parameters": ["Parâmetros"], - "Slice": ["Visualização"], - "List Dashboards": ["Lista de Dashboards"], - "Show Dashboard": ["Mostrar Dashboard"], - "Add Dashboard": ["Adicionar Dashboard"], - "Edit Dashboard": ["Editar Dashboard"], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "Este objeto JSON descreve o posicionamento das visualizações no dashboard. É gerado dinamicamente quando se ajusta a dimensão e posicionamento de uma visualização utilizando o drag & drop na vista de dashboard" + "Name of the target nodes": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": ["Erro de rede."], + "New chart": ["Mover gráfico"], + "New columns added: %s": [""], + "New tab": ["fechar aba"], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": [""], + "No": [""], + "No %s yet": [""], + "No Access!": ["Não há acesso!"], + "No annotation layers yet": ["Camadas de anotação"], + "No annotation yet": ["Camadas de anotação"], + "No charts": ["Mover gráfico"], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "No compatible schema found": [""], + "No dashboards": ["Sem dashboards"], + "No data": ["Metadados"], + "No data after filtering or data is NULL for the latest time record": [ + "" ], - "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "O css para dashboards individuais pode ser alterado aqui ou na vista de dashboard, onde as mudanças são imediatamente visíveis" + "No data in file": [""], + "No database tables found": [""], + "No databases match your search": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" ], - "To get a readable URL for your dashboard": [ - "Obter um URL legível para o seu dashboard" + "No favorite dashboards yet, go click on stars!": [ + "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" ], - "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.": [ - "Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou substituir na exibição do painel. É exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." + "No filter is selected.": [""], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No recents yet": [""], + "No records found": ["Nenhum registo encontrado"], + "No results found": ["Nenhum registo encontrado"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" ], - "Owners is a list of users who can alter the dashboard.": [ - "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No saved expressions found": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" ], - "Dashboard": ["Dashboard"], - "Slug": ["Slug"], - "Position JSON": ["Posição JSON"], - "JSON Metadata": ["Metadados JSON"], - "Export": ["Exportar"], - "Export dashboards?": ["Exportar dashboards?"], - "Action": ["Acção"], - "dttm": ["dttm"], - "Action Log": ["Registo de Acções"], - "Access was requested": ["O acesso foi solicitado"], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "Ao utilizador %(user)s foi concedido o cargo %(role)s que dá acesso ao %(datasource)s" + "No temporal columns found": [""], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not available": [""], + "Not equal to (≠)": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "November": [""], + "Now": [""], + "Null imputation": [""], + "Null or Empty": [""], + "Null values": ["Valor de filtro"], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "O cargo %(r)s foi alargado para providenciar acesso à origem de dados %(ds)s" + "Number format": [""], + "Number format string": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "OCT": [""], + "OK": [""], + "OVERWRITE": [""], + "October": [""], + "Offline": [""], + "Offset": ["Offset"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" ], - "You have no permission to approve this request": [ - "Não tem permissão para aprovar este pedido" + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Pedido mal formado. Os argumentos slice_id ou table_name e db_name não foram preenchidos" + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" ], - "Slice %(id)s not found": ["Visualização %(id)s não encontrada"], - "Table %(t)s wasn't found in the database %(d)s": [ - "A tabela %(t)s não foi encontrada na base de dados %(d)s" + "One or many controls to pivot as columns": [ + "Um ou vários controles para pivotar como colunas" ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "Não foi possível encontrar o utilizador '%(name)s', por favor entre em contacto com o administrador." + "One or many metrics to display": ["Uma ou várias métricas para exibir"], + "One or more columns already exist": [""], + "One or more columns are duplicated": [""], + "One or more columns do not exist": [""], + "One or more metrics already exist": [ + "Uma ou várias métricas para exibir" ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "Não foi possível encontrar DruidCluster com cluster_name = '%(name)s'" + "One or more metrics are duplicated": [ + "Uma ou várias métricas para exibir" ], - "Query record was not created as expected.": [ - "O registo da query não foi criado conforme o esperado." + "One or more metrics do not exist": [ + "Uma ou várias métricas para exibir" ], - "Template Name": ["Nome do modelo"], - "CSS Templates": ["Modelos CSS"], - "SQL Editor": ["Editor SQL"], - "SQL Lab": ["SQL Lab"], - "Query Search": ["Pesquisa de Query"], - "Status": ["Estado"], - "Start Time": ["Início"], - "End Time": ["Fim"], - "Queries": ["Queries"], - "List Saved Query": ["Lista de Queries Gravadas"], - "Show Saved Query": ["Mostrar Query"], - "Add Saved Query": ["Adicionar Query"], - "Edit Saved Query": ["Editar Query"], + "One or more parameters needed to configure a database are missing.": [ + "" + ], + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [""], + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "Copiar a instrução SELECT para a área de transferência" + ], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "" + ], + "Oops! An error occurred!": [""], + "Opacity": ["Opacidade"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open in SQL Lab": ["Expor no SQL Lab"], + "Open query in SQL Lab": ["Expor no SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Optional d3 date format string": [""], + "Optional d3 number format string": [""], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original table column order": ["Ordenação original das colunas"], + "Original value": [""], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Sobrepor série temporal de um período de tempo relativo. Espera valor de variação temporal relativa em linguagem natural (exemplo: 24 horas, 7 dias, 56 semanas, 365 dias)" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Overwrite": ["Substitua a visualização %s"], + "Overwrite & Explore": ["Substitua a visualização %s"], + "Overwrite Dashboard [%s]": ["Substituir Dashboard [%s]"], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [ + "Substitua texto no editor com uma query nesta tabela" + ], + "Owned Created or Favored": [""], + "Owner": ["Proprietário"], + "Owners": ["Proprietários"], + "Owners are invalid": [""], + "Owners is a list of users who can alter the dashboard.": [ + "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + ], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [ + "Método de preenchimento da remistura de pandas" + ], + "Pandas resample rule": ["Regra de remistura de pandas"], + "Parallel Coordinates": ["Coordenadas paralelas"], + "Parameters": ["Parâmetros"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Diagram": ["Diagrama de Partição"], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percentage": [""], + "Percentage change": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": ["Períodos"], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Escolha uma granularidade na secção Tempo ou desmarque 'Incluir hora'" + ], + "Pick a metric for left axis!": [ + "Selecione uma métrica para o eixo esquerdo!" + ], + "Pick a metric for right axis!": [ + "Selecione uma métrica para o eixo direito!" + ], + "Pick a metric for x, y and size": [ + "Selecione uma métrica para x, y e tamanho" + ], + "Pick a metric to display": ["Selecione uma métrica para visualizar"], + "Pick a metric!": ["Selecione uma métrica!"], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Selecione uma granularidade para as suas séries temporais" + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [ + "Escolha pelo menos um campo para [Séries]" + ], + "Pick at least one metric": ["Selecione pelo menos uma métrica"], + "Pick exactly 2 columns as [Source / Target]": [ + "Selecione exatamente 2 colunas [Origem e Alvo]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [ + "Escolha a sua linguagem de marcação favorita" + ], + "Pie shape": [""], + "Pivot Table": ["Tabela Pivot"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": ["Selecione pelo menos uma métrica"], + "Please choose different metrics on left and right axis": [ + "Selecione métricas diferentes para o eixo esquerdo e direito" + ], + "Please confirm": [""], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Por favor insira um nome para a visualização" + ], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [""], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "Selecione métricas diferentes para o eixo esquerdo e direito" + ], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Size": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polygon Settings": [""], + "Polyline": [""], "Pop Tab Link": ["Ligação Abrir Aba"], - "Changed on": ["Alterado em"], - "Saved Queries": ["Queries Gravadas"] + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": ["Posição JSON"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "Predicado aplicado ao obter um valor distinto para preencher a componente de controlo de filtro. Suporta a sintaxe jinja standard. Apenas se aplica quando \"Ativar Filtro de Seleção\" está ativado." + ], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": ["Pré-visualização para %s"], + "Preview: `%s`": ["Pré-visualização para %s"], + "Previous": ["Pré-visualização para %s"], + "Primary": [""], + "Primary key": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Proceed": [""], + "Profile": ["Perfil"], + "Profile picture provided by Gravatar": [ + "Foto de perfil fornecida por Gravatar" + ], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": [""], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": ["Insira o seu código aqui"], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], + "Query": ["Query"], + "Query %s: %s": [""], + "Query History": ["Histórico de queries"], + "Query imported": [""], + "Query in a new tab": ["Query numa nova aba"], + "Query is too complex and takes too long to run.": [""], + "Query preview": ["Pré-visualização de dados"], + "Query was stopped.": ["A query foi interrompida."], + "RANGE TYPE": [""], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Raw records": [""], + "Rebuild": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recents": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": ["Número de Registos"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redireciona para este endpoint ao clicar na tabela da respetiva lista" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Referenced columns not available in DataFrame.": [""], + "Refresh": ["Intervalo de atualização"], + "Refresh dashboard": ["Sem dashboards"], + "Refresh frequency": [""], + "Refresh the default values": [""], + "Regex": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative quantity": [""], + "Remind me in 24 hours": [""], + "Remove": [""], + "Remove cross-filter": [""], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": ["Remover query do histórico"], + "Remove table preview": ["Remover pré-visualização de tabela"], + "Removed columns: %s": [""], + "Rename tab": ["renomear aba"], + "Replace": [""], + "Report Name": ["Nome do modelo"], + "Report Schedule could not be created.": [ + "Não foi possível gravar a sua query" + ], + "Report Schedule could not be deleted.": [ + "Não foi possível gravar a sua query" + ], + "Report Schedule could not be updated.": [ + "Não foi possível gravar a sua query" + ], + "Report Schedule delete failed.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution failed when generating a screenshot.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule log prune failed.": [""], + "Report Schedule not found.": [""], + "Report Schedule parameters are invalid.": [""], + "Report Schedule reached a working timeout.": [""], + "Report Schedule state not found": [""], + "Report schedule system error": [""], + "Report schedule unexpected error": [""], + "Reports": ["Janela de exibição"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Requisição de Permissão"], + "Request is incorrect: %(error)s": [""], + "Request missing data field.": [""], + "Request timed out": [""], + "Required": [""], + "Required control values have been removed": [""], + "Resample": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset": [""], + "Resource already has an attached report.": [""], + "Restore Filter": ["Filtros de resultados"], + "Results": ["Resultados"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["Metric do Eixo Direito"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "O cargo %(r)s foi alargado para providenciar acesso à origem de dados %(ds)s" + ], + "Roles": ["Cargo"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": ["Cargos a permitir ao utilizador"], + "Rolling Function": ["Rolling"], + "Rolling Window": ["Rolling"], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": [""], + "Row Level Security": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": [""], + "Row limit": ["Limite de linha"], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": ["Cargos a permitir ao utilizador"], + "Rule": [""], + "Run": [""], + "Run in SQL Lab": ["Expor no SQL Lab"], + "Run query": ["Executar query"], + "Run query (Ctrl + Return)": [""], + "Run query in a new tab": ["Executar a query em nova aba"], + "Running": [""], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": [""], + "SEP": [""], + "SQL": ["SQL"], + "SQL Copied!": ["Copiado!"], + "SQL Expression": ["Expressão SQL"], + "SQL Lab": ["SQL Lab"], + "SQL Lab View": ["SQL Lab"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": ["Gravar query"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "SSH Host": [""], + "SSH Password": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "STRING": [""], + "SUN": [""], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": ["Sankey"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": [""], + "Save": ["Salvar"], + "Save & Explore": ["Grave uma visualização"], + "Save & go to dashboard": ["Gravar e ir para o dashboard"], + "Save (Overwrite)": ["Queries Gravadas"], + "Save as": ["Gravar como"], + "Save as new chart": ["Gravar Dashboard"], + "Save as:": ["Gravar como:"], + "Save for this session": [""], + "Save or Overwrite Dataset": [""], + "Save the query to enable this feature": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Salvar"], + "Saved Queries": ["Queries Gravadas"], + "Saved metric": ["Selecione métrica"], + "Saved queries could not be deleted.": [ + "Não foi possível carregar a query" + ], + "Saved query not found.": [""], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": [""], + "Schedule a new email report": [""], + "Schedule email report": [""], + "Schedule settings": [""], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": [""], + "Scheduled task executor not found": [""], + "Schema": ["Esquema"], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Esquema, como utilizado em algumas base de dados, como Postgres, Redshift e DB2" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Pesquisa"], + "Search / Filter": ["Pesquisa / Filtro"], + "Search Metrics & Columns": ["Colunas das séries temporais"], + "Search by query text": [""], + "Search...": ["Pesquisa"], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": ["Segurança"], + "Security": ["Segurança"], + "Security & Access": ["Segurança e Acesso"], + "See all %(tableName)s": [""], + "See more": [""], + "See query details": [""], + "See table schema": ["Selecione um esquema (%s)"], + "Select ...": ["Selecione ..."], + "Select Delivery Method": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a database table and create dataset": [""], + "Select a database to upload the file to": [""], + "Select a dimension": [""], + "Select a file to be uploaded to the database": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": ["Selecione um tipo de visualização"], + "Select aggregate options": [""], + "Select any columns for metadata inspection": [""], + "Select database or type to search databases": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select or type a value": [""], + "Select owners": [""], + "Select schema or type to search schemas": [""], + "Select start and end date": ["Selecione uma base de dados"], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the Annotation Layer you would like to use.": [""], + "Select the geojson column": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": [""], + "Sequential": [""], + "Series": ["Séries"], + "Series Order": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": ["Limite de série"], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": ["Intervalo de atualização"], + "Set filter mapping": [""], + "Set up an email report": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": [""], + "Settings for time series": [""], + "Share": [""], + "Share permalink by email": [""], + "Sheet Name": ["Nome Detalhado"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show CREATE VIEW statement": [""], + "Show CSS Template": ["Modelos CSS"], + "Show Chart": ["Mostrar Dashboard"], + "Show Column": ["Mostrar Coluna"], + "Show Dashboard": ["Mostrar Dashboard"], + "Show Database": ["Mostrar Base de Dados"], + "Show Less...": [""], + "Show Log": ["Mostrar totais"], + "Show Markers": [""], + "Show Metric": ["Mostrar Métrica"], + "Show Row level security filter": [""], + "Show Saved Query": ["Mostrar Query"], + "Show Table": ["Mostrar Tabela"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show progress": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": [""], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "" + ], + "Skip spaces after delimiter": [""], + "Slug": ["Slug"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "Sorry there was an error fetching saved charts: ": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "Sorry, An error occurred": [""], + "Sorry, an error occurred": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, your browser does not support copying.": [ + "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + ], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + ], + "Sort Descending": ["Ordenar decrescente"], + "Sort Metric": ["Mostrar Métrica"], + "Sort Series By": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort bars by x labels.": [""], + "Sort by": ["Ordenar por"], + "Sort columns alphabetically": ["Ordenar colunas por ordem alfabética"], + "Sort series in ascending order": [""], + "Source": ["Fonte"], + "Source SQL": ["Fonte SQL"], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Square miles": [""], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["Início"], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start at (UTC)": [""], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "State": ["Estado"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["Estado"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Step type": [""], + "Stepped Line": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": ["Parar"], + "Stop query": ["Query vazia?"], + "Stop running (Ctrl + e)": [""], + "Stop running (Ctrl + x)": [""], + "Stopped an unsafe database connection": [ + "Selecione qualquer coluna para inspeção de metadados" + ], + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Stroke Width": [""], + "Stroked": [""], + "Structural": [""], + "Style": ["Estilo do mapa"], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": [""], + "Successfully changed dataset!": [""], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": ["Sunburst"], + "Sunday": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Explorar gráfico"], + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol of two ends of edge line": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "THU": [""], + "TUE": [""], + "Tab title": [""], + "Table": ["Tabela"], + "Table %(table)s wasn't found in the database %(db)s": [ + "A tabela %(t)s não foi encontrada na base de dados %(d)s" + ], + "Table Exists": ["Filtro de Tabela"], + "Table Name": ["Nome da Tabela"], + "Table View": ["Vista de tabela"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Tabela [{}] não encontrada, por favor verifique conexão à base de dados, esquema e nome da tabela" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Tabela [{}] não encontrada, por favor verifique conexão à base de dados, esquema e nome da tabela" + ], + "Table loading": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": ["Nome da Tabela"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": ["Tabelas"], + "Tabs": [""], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": ["Nome do modelo"], + "Template parameters": ["Nome do modelo"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Ligação predefinida, é possível incluir {{ metric }} ou outros valores provenientes dos controlos." + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": ["Conexão de teste"], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "O css para dashboards individuais pode ser alterado aqui ou na vista de dashboard, onde as mudanças são imediatamente visíveis" + ], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [ + "Os pedidos de acesso parecem ter sido eliminados" + ], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [ + "O esquema de cores para o gráfico de renderização" + ], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The column was deleted or renamed in the database.": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": ["Dashboard gravado com sucesso."], + "The data source seems to have been deleted": [ + "Esta origem de dados parece ter sido excluída" + ], + "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.": [ + "O tipo de dados que foi inferido pela base de dados. Pode ser necessário inserir um tipo manualmente para colunas definidas por expressões em alguns casos. A maioria dos casos não requer alteração por parte do utilizador." + ], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The database returned an unexpected error.": [""], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" + ], + "The dataset has been saved": [ + "Esta origem de dados parece ter sido excluída" + ], + "The datasource couldn't be loaded": [ + "Não foi possível carregar a query" + ], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "The distance between cells, in pixels": [""], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" + ], + "The host might be down, and can't be reached on the provided port.": [ + "" + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": ["O id da visualização ativa"], + "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'": [ + "A lista de visualizações associadas a esta tabela. Ao alterar a origem de dados, o comportamento das visualizações associadas poderá ser alterado. Observe também que as visualizações tem que apontar para uma origem de dados, este formulário falhará na poupança se forem removidas visualizações da origem de dados. Se quiser alterar a origem de dados de uma visualização, atualize a visualização na \"vista de exploração\"" + ], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "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": [ + "O número mínimo de períodos de rolamento necessários para mostrar um valor. Por exemplo, numa soma cumulativa de 7 dias é possível que o \"Período Mínimo\" seja 7, de forma a que todos os pontos de dados mostrados sejam o total de 7 períodos. Esta opção esconde a \"aceleração\" que ocorre nos primeiros 7 períodos" + ], + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" + ], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "The number of seconds before expiring the cache": [ + "O número de segundos antes de expirar a cache" + ], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" + ], + "The pattern of timestamp format. For strings use ": [""], + "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.": [ + "" + ], + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" + ], + "The port is closed.": [""], + "The port number is invalid.": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" + ], + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": ["Não foi possível carregar a query"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ + "" + ], + "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [ + "" + ], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" + ], + "The rich tooltip shows a list of all series for that point in time": [ + "" + ], + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema was deleted or renamed in the database.": [""], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" + ], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "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.": [ + "A tabela foi criada. Como parte deste processo de configuração de duas fases, deve agora clicar no botão Editar, na nova tabela, para configurá-lo." + ], + "The table was deleted or renamed in the database.": [""], + "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": [ + "A coluna de tempo para a visualização. Note que é possível definir uma expressão arbitrária que resolve uma coluna DATATEMPO na tabela ou. Observe também que o filtro em baixo é aplicado sobre esta coluna ou expressão" + ], + "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`": [ + "O tempo de granularidade para a visualização. Observe que você pode digitar e usar linguagem natural simples, em inglês, como `10 seconds`, `1 day` ou `56 weeks`" + ], + "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ + "A granularidade temporal para a visualização. Aplica uma transformação de data para alterar a coluna de tempo e define uma nova granularidade temporal. As opções são definidas por base de dados no código-fonte do Superset." + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "O tipo de visualização a ser exibida" + ], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [ + "O utilizador parece ter sido eliminado" + ], + "The username \"%(username)s\" does not exist.": [""], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "There are associated alerts or reports": [""], + "There are associated alerts or reports: %s,": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "" + ], + "There is no chart definition associated with this component, could it have been deleted?": [ + "" + ], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "" + ], + "There was an error fetching your recent activity:": [""], + "There was an error loading the tables": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [""], + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [""], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue deleting the selected layers: %s": [""], + "There was an issue deleting the selected queries: %s": [""], + "There was an issue deleting the selected templates: %s": [""], + "There was an issue deleting: %s": [""], + "There was an issue favoriting this dashboard.": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "There was an issue fetching the favorite status of this dashboard.": [ + "" + ], + "There was an issue previewing the selected query %s": [""], + "There was an issue previewing the selected query. %s": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Há um loop no gráfico Sankey, por favor, forneça uma ligação correta. Aqui está a conexão defeituosa: {}" + ], + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "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.": [ + "Os parâmetros são gerados dinamicamente ao clicar no botão Guardar ou Substituir na vista de exibição. Este objeto JSON é exposto aqui para referência e para utilizadores avançados que desejam alterar parâmetros específicos." + ], + "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.": [ + "Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou substituir na exibição do painel. É exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." + ], + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [""], + "This action will permanently delete the saved query.": [""], + "This action will permanently delete the template.": [""], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" + ], + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" + ], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" + ], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" + ], + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "" + ], + "This dashboard is managed externally, and can't be edited in Superset": [ + "" + ], + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "" + ], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "" + ], + "This dashboard is published. Click to make it a draft.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" + ], + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" + ], + "This dashboard was saved successfully.": [ + "Dashboard gravado com sucesso." + ], + "This database is managed externally, and can't be edited in Superset": [ + "" + ], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "" + ], + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Esta opção define o elemento a ser desenhado no gráfico" + ], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Este campo atua como uma vista do Superset, o que significa que o Superset vai correr uma query desta string como uma subquery." + ], + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" + ], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "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": [ + "Este objeto JSON descreve o posicionamento das visualizações no dashboard. É gerado dinamicamente quando se ajusta a dimensão e posicionamento de uma visualização utilizando o drag & drop na vista de dashboard" + ], + "This markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ + "" + ], + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "" + ], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Esta seção contém opções que permitem o pós-processamento analítico avançado de resultados da query" + ], + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" + ], + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": [ + "Escolha um tipo de visualização" + ], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": [""], + "Time": ["Tempo"], + "Time Comparison": ["Coluna de tempo"], + "Time Range": ["Granularidade Temporal"], + "Time Series - Bar Chart": ["Série Temporal - Gráfico de barras"], + "Time Series - Dual Axis Line Chart": [ + "Série Temporal - Gráfico de linha de dois eixos" + ], + "Time Series - Line Chart": ["Série Temporal - Gráfico de linhas"], + "Time Series - Multiple Line Charts": [ + "Série Temporal - Gráfico de linhas" + ], + "Time Series - Nightingale Rose Chart": [ + "Série Temporal - Gráfico de linhas" + ], + "Time Series - Paired t-test": ["Série temporal - teste emparelhado T"], + "Time Series - Percent Change": ["Série Temporal - Variação Percentual"], + "Time Series - Period Pivot": ["Série temporal - teste emparelhado T"], + "Time Series - Stacked": ["Série Temporal - Barras Sobrepostas"], + "Time Shift": ["Mudança de hora"], + "Time Table View": ["Visualização da tabela de tempo"], + "Time column": ["Coluna de tempo"], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" + ], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Time grain": ["Granularidade Temporal"], + "Time grain missing": ["Granularidade Temporal"], + "Time granularity": ["Granularidade temporal"], + "Time in seconds": ["10 segundos"], + "Time range": ["Granularidade Temporal"], + "Time related form attributes": [ + "Atributos de formulário relacionados ao tempo" + ], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" + ], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "" + ], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Time-series Table": ["Tabela de séries temporais"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Timeout error": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [ + "Diferença do fuso horário (em horas) para esta fonte de dados" + ], + "Timezone selector": [""], + "Title": ["Título"], + "Title or Slug": [""], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [ + "Obter um URL legível para o seu dashboard" + ], + "Too many columns to filter": [""], + "Tooltip": [""], + "Top left": [""], + "Top right": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["Treemap"], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" + ], + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "" + ], + "Try applying different filters or ensuring your datasource has data": [ + "" + ], + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": [""], + "Type": ["Tipo"], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": [""], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Selecionar [%s]"], + "URL": ["URL"], + "URL Parameters": ["Parâmetros"], + "URL slug": [""], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "" + ], + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" + ], + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "Undefined": ["Indefinido"], + "Undefined window for rolling operation": [""], + "Undo?": [""], + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unexpected error: ": [""], + "Unexpected time range: %s": [""], + "Unknown": [""], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": [""], + "Unknown input format": [""], + "Unknown value": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [""], + "Unsafe template value for key %(key)s: %(value_type)s": [""], + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [""], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled Query": ["Query sem título"], + "Update": [""], + "Updating chart was stopped": ["A atualização do gráfico parou"], + "Upload": [""], + "Upload CSV": [""], + "Upload Credentials": [""], + "Upload Enabled": [""], + "Upload Excel file": [""], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file": [""], + "Upload columnar file to database": [""], + "Usage": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use Area Proportions": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "" + ], + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" + ], + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" + ], + "User": ["Utilizador"], + "User Roles": ["Cargo do Utilizador"], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [""], + "User query": ["partilhar query"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" + ], + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" + ], + "Value": ["Mostrar valores das barras"], + "Value Domain": [""], + "Value bounds": [""], + "Values are dependent on other filters": [""], + "Values dependent on": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" + ], + "Vehicle Types": [""], + "Verbose Name": ["Nome Detalhado"], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["Expor no SQL Lab"], + "View keys & indexes (%s)": ["Ver chaves e índices (%s)"], + "View query": ["partilhar query"], + "Viewed": [""], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [""], + "Visual Tweaks": [""], + "Visualization Type": ["Tipo de Visualização"], + "Visualization type": ["Tipo de Visualização"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" + ], + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" + ], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" + ], + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "" + ], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" + ], + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" + ], + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" + ], + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" + ], + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" + ], + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" + ], + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" + ], + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" + ], + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" + ], + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" + ], + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" + ], + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" + ], + "Viz is missing a datasource": ["Viz está sem origem de dados"], + "WED": [""], + "Want to add a new database?": [""], + "Warning Message": ["Mensagem de Aviso"], + "Warning!": ["Mensagem de Aviso"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "" + ], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" + ], + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" + ], + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" + ], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" + ], + "Web": [""], + "Wednesday": [""], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ + "" + ], + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a ser criada neste esquema" + ], + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" + ], + "When only a primary metric is provided, a categorical color scale is used.": [ + "" + ], + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" + ], + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "" + ], + "When using 'Group By' you are limited to use a single metric": [ + "Utilizando 'Agrupar por' só é possível utilizar uma única métrica" + ], + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" + ], + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "" + ], + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Se esta coluna está exposta na seção `Filtros` da vista de exploração." + ], + "Whether to align background charts with both positive and negative values at 0": [ + "" + ], + "Whether to align positive and negative values in cell bar chart at 0": [ + "" + ], + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" + ], + "Whether to apply a normal distribution based on rank on the color scale": [ + "" + ], + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" + ], + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" + ], + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a time filter": ["Incluir um filtro temporal"], + "Whether to include the time granularity as defined in the time section": [ + "" + ], + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Para se disponibilizar esta coluna como uma opção [Time Granularity], a coluna deve ser DATETIME ou DATETIME" + ], + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [ + "Incluir um filtro temporal" + ], + "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": [ + "Preencher a lista de filtros, na vista de exploração, com valores distintos carregados em tempo real a partir do backend" + ], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "" + ], + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "Ordenar de forma descendente ou ascendente" + ], + "Whether to sort results by the selected metric in descending order.": [ + "" + ], + "Whether to sort tooltip by the selected metric in descending order.": [ + "" + ], + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["Largura"], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": [""], + "World Map": ["Mapa Mundo"], + "Write a description for your query": [ + "Escreva uma descrição para sua consulta" + ], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["Eixo XX"], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "XScale Interval": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Eixo YY"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": ["Formato do Eixo YY"], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "YScale Interval": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": [""], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "" + ], + "You can": [""], + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" + ], + "You can create a new chart or use existing ones from the panel on the right": [ + "" + ], + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" + ], + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" + ], + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "" + ], + "You do not have permission to edit this chart": [ + "Não tem permissão para aprovar este pedido" + ], + "You do not have permission to edit this dashboard": [ + "Não tem acesso a esta origem de dados" + ], + "You do not have permissions to access the datasource(s): %(name)s.": [ + "Não tem permissão para aceder à origem de dados: %(name)s." + ], + "You do not have permissions to edit this dashboard.": [ + "Não tem permissão para aceder à origem de dados: %(name)s." + ], + "You don't have any favorites yet!": [ + "Não tem acesso a esta origem de dados" + ], + "You don't have the rights to alter this title.": [ + "Não tem direitos para alterar este título." + ], + "You have no permission to approve this request": [ + "Não tem permissão para aprovar este pedido" + ], + "You have removed this filter.": [""], + "You have unsaved changes.": ["Existem alterações por gravar."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" + ], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" + ], + "You must pick a name for the new dashboard": [ + "Escolha um nome para o novo dashboard" + ], + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" + ], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" + ], + "Your query could not be saved": ["Não foi possível gravar a sua query"], + "Your query could not be scheduled": [ + "Não foi possível gravar a sua query" + ], + "Your query could not be updated": [ + "Não foi possível gravar a sua query" + ], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" + ], + "Your query was saved": ["A sua query foi gravada"], + "Your query was updated": ["A sua query foi gravada"], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + ], + "[Longitude] and [Latitude] must be set": [ + "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + ], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] O acesso à origem dos dados %(name)s foi concedido" + ], + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": ["[Nome do dashboard]"], + "[desc]": [""], + "[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": [ + "" + ], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ + "" + ], + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": ["Soma Agregada"], + "alert": [""], + "alerts": [""], + "all": [""], + "also copy (duplicate) charts": [""], + "ancestor": [""], + "and": [""], + "annotation": ["Anotações"], + "annotation_layer": ["Camadas de anotação"], + "asfreq": [""], + "at": [""], + "auto": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["parafuso"], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "cardinal": [""], + "chart": ["Mover gráfico"], + "choose WHERE or HAVING...": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["Coluna"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "dashboard": ["Dashboard"], + "database": ["Base de dados"], + "dataset": [""], + "dataset name": ["nome da origem de dados"], + "date": [""], + "day": ["dia"], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "delete": ["Eliminar"], + "descendant": [""], + "description": ["descrição"], + "dialect+driver://username:password@host:port/database": [""], + "draft": [""], + "dttm": ["dttm"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": [""], + "edit mode": [""], + "every": [""], + "every day of the month": ["Código de 3 letras do país"], + "every day of the week": [""], + "every hour": [""], + "every month": ["mês"], + "expand": [""], + "fetching": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["hora"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" + ], + "in": ["Mín"], + "in modal": ["em modal"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["agregado"], + "json isn't valid": ["json não é válido"], + "key a-z": [""], + "key z-a": [""], + "last day": [""], + "last quarter": [""], + "latest partition:": ["última partição:"], + "less than {min} {name}": [""], + "log": [""], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "" + ], + "mean": [""], + "median": [""], + "minute": ["minuto"], + "month": ["mês"], + "more than {max} {name}": [""], + "must have a value": [""], + "no SQL validator is configured": [""], + "no SQL validator is configured for {}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "on": [""], + "or use existing ones from the panel on the right": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" + ], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": [""], + "query": ["Query"], + "random": [""], + "reboot": [""], + "recent": [""], + "recents": [""], + "report": ["Janela de exibição"], + "reports": ["Janela de exibição"], + "restore zoom": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "square": [""], + "stack": [""], + "staggered": [""], + "std": [""], + "step-before": [""], + "stopped": [""], + "string type icon": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["textarea"], + "undo": [""], + "unknown type icon": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "" + ], + "var": [""], + "virtual": [""], + "was created": ["foi criado"], + "week": ["semana"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["ano"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/pt/LC_MESSAGES/messages.po b/superset/translations/pt/LC_MESSAGES/messages.po new file mode 100644 index 0000000000000..035846d12263f --- /dev/null +++ b/superset/translations/pt/LC_MESSAGES/messages.po @@ -0,0 +1,20126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" +"PO-Revision-Date: 2018-03-12 16:24+0000\n" +"Last-Translator: Nuno Heli Beires \n" +"Language: pt\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 +msgid "" +"\n" +" This filter was inherited from the dashboard's context.\n" +" It won't be saved when saving the chart.\n" +" " +msgstr "" + +#: superset/reports/notifications/email.py:88 +#, python-format +msgid "" +"\n" +" Error: %(text)s\n" +" " +msgstr "" + +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Alterado em" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 +msgid " expression which needs to adhere to the " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 +msgid "" +" standard to ensure that the lexicographical ordering\n" +" coincides with the chronological ordering. If the\n" +" timestamp format does not adhere to the ISO 8601 " +"standard\n" +" you will need to define an expression and type for\n" +" transforming the string into a date or timestamp. " +"Note\n" +" currently time zones are not supported. If time is " +"stored\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no" +" pattern\n" +" is specified we fall back to using the optional " +"defaults on a per\n" +" database/column name level via the extra parameter." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Lista de Colunas" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "Adicionar Métrica" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "" + +#: superset/security/analytics_db_safety.py:44 +#, python-format +msgid "%(dialect)s cannot be used as a data source for security reasons." +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 +#, python-format +msgid "" +"%(message)s\n" +"This may be triggered by: \n" +"%(issues)s" +msgstr "" + +#: superset/reports/notifications/email.py:168 +#, python-format +msgid "%(name)s.csv" +msgstr "" + +#: superset/db_engine_specs/snowflake.py:112 +#, python-format +msgid "%(object)s does not exist in this database." +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 +#, python-format +msgid "%(prefix)s %(title)s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 +#, python-format +msgid "%(rows)d rows returned" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#, python-format +msgid "" +"%(subtitle)s\n" +"This may be triggered by:\n" +" %(issue)s" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 +#, fuzzy, python-format +msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" +msgstr[1] "" + +#: superset/views/core.py:384 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" +"Ao utilizador %(user)s foi concedido o cargo %(role)s que dá acesso ao " +"%(datasource)s" + +#: superset/views/core.py:2672 +#, python-format +msgid "%(user)s's profile" +msgstr "" + +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 +#, python-format +msgid "" +"%(validator)s was unable to check your query.\n" +"Please recheck your query.\n" +"Exception: %(ex)s" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 +#, python-format +msgid "%s Error" +msgstr "Erro" + +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Broker Port" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 +#, python-format +msgid "%s Selected" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/pages/DatasetList/index.tsx:808 +#, python-format +msgid "%s Selected (%s Physical, %s Virtual)" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:801 +#, python-format +msgid "%s Selected (Physical)" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:794 +#, python-format +msgid "%s Selected (Virtual)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 +#, python-format +msgid "%s column(s)" +msgstr "Lista de Colunas" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 +#, python-format +msgid "%s operator(s)" +msgstr "Selecione operador" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format +msgid "%s option" +msgid_plural "%s options" +msgstr[0] "Opções" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 +#, python-format +msgid "%s option(s)" +msgstr "Opções" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "Erro" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 +#, python-format +msgid "%s saved metric(s)" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "%s - sem título" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 +#, python-format +msgid "%s%s" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 +#, python-format +msgid "%s-%s of %s" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 +msgid "(Removed)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:76 +msgid "(no description, click to see stack trace)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +msgid "" +"(optional) default value for the filter, when using the multiple option, " +"you can use a semicolon-delimited list of options." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"<%(url)s|Explore in Superset>\n" +"\n" +"%(table)s\n" +msgstr "" + +#: superset/reports/notifications/slack.py:82 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"Error: %(text)s\n" +msgstr "" + +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 +msgid "" +"-- Note: Unless you save your query, these tabs will NOT persist if you " +"clear your cookies or change browsers.\n" +"\n" +msgstr "" + +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 +msgid "0 Selected" +msgstr "Executar a query selecionada" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "dia" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 +msgid "1 hour" +msgstr "hora" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 +msgid "1 minute" +msgstr "1 minuto" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 +#, fuzzy +msgid "10 minute" +msgstr "1 minuto" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" + +#: superset/db_engine_specs/base.py:102 +#, fuzzy +msgid "15 minute" +msgstr "1 minuto" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "dia" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 +msgid "2D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 +#, fuzzy +msgid "3 letter code of the country" +msgstr "Código de 3 letras do país" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 +msgid "30 days" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 +#, fuzzy +msgid "30 minute" +msgstr "10 minutos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 +msgid "30 minutes" +msgstr "10 minutos" + +#: superset/db_engine_specs/base.py:98 +#, fuzzy +msgid "30 second" +msgstr "30 segundos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 +msgid "30 seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 +#, fuzzy +msgid "5 minute" +msgstr "5 minutos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 +msgid "5 minutes" +msgstr "5 minutos" + +#: superset/db_engine_specs/base.py:97 +#, fuzzy +msgid "5 second" +msgstr "30 segundos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +#, fuzzy +msgid "5 seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" +msgstr "hora" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 +msgid "60 days" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "dia" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 +msgid "90 days" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 +msgid ":" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 +msgid "< (Smaller than)" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 +msgid "<= (Smaller or equal)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Coluna de tempo" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Selecione métrica" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 +msgid "== (Is equal)" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 +msgid "> (Larger than)" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 +msgid ">= (Larger or equal)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 +#, fuzzy +msgid "A Big Number" +msgstr "Número grande" + +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" +msgstr "" + +#: superset/views/database/forms.py:367 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." +msgstr "" + +#: superset/databases/commands/exceptions.py:42 +#, fuzzy +msgid "A database with the same name already exists." +msgstr "Origem de dados %(name)s já existe" + +#: superset/views/dynamic_plugins.py:52 +msgid "" +"A full URL pointing to the location of the built plugin (could be hosted " +"on a CDN for example)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + +#: superset/views/dynamic_plugins.py:47 +msgid "A human-friendly name" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 +msgid "A list of users who can alter the chart. Searchable by name or username." +msgstr "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 +msgid "A map of the world, that can indicate values in different countries." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 +msgid "A metric to use for color" +msgstr "Uma métrica a utilizar para cor" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 +msgid "" +"A polar coordinate chart where the circle is broken into wedges of equal " +"angle, and the value represented by any wedge is illustrated by its area," +" rather than its radius or sweep angle." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 +msgid "A readable URL for your dashboard" +msgstr "Obter um URL legível para o seu dashboard" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/src/explore/controls.jsx:113 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" +"Uma referência à configuração [Time], levando em consideração a " +"granularidade" + +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +msgid "" +"A time series chart that visualizes how a related metric from multiple " +"groups vary over time. Each group is visualized using a different color." +msgstr "" + +#: superset/reports/commands/exceptions.py:228 +#, fuzzy +msgid "A timeout occurred while executing the query." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/reports/commands/exceptions.py:238 +#, fuzzy +msgid "A timeout occurred while generating a csv." +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset/reports/commands/exceptions.py:243 +#, fuzzy +msgid "A timeout occurred while generating a dataframe." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/reports/commands/exceptions.py:233 +#, fuzzy +msgid "A timeout occurred while taking a screenshot." +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 +msgid "A valid color scheme is required" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 +msgid "APPLY" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 +msgid "APR" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 +msgid "AQE" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 +msgid "AUG" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 +msgid "About" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 +msgid "Access" +msgstr "Não há acesso!" + +#: superset/initialization/__init__.py:431 +msgid "Access requests" +msgstr "Solicitações de acesso" + +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 +msgid "Access was requested" +msgstr "O acesso foi solicitado" + +#: superset/views/log/__init__.py:31 +msgid "Action" +msgstr "Acção" + +#: superset/initialization/__init__.py:393 +msgid "Action Log" +msgstr "Registo de Acções" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 +msgid "Actions" +msgstr "Acção" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 +msgid "Active" +msgstr "Acção" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Valor de filtro" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 +msgid "Actual time range" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Valor de filtro" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Valor de filtro" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +#, fuzzy +msgid "Add Alert" +msgstr "Gráfico de Queijo" + +#: superset/views/css_templates.py:40 +msgid "Add CSS Template" +msgstr "Modelos CSS" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 +#, fuzzy +msgid "Add CSS template" +msgstr "Modelos CSS" + +#: superset/views/chart/mixin.py:27 +msgid "Add Chart" +msgstr "Gráfico de Queijo" + +#: superset/connectors/sqla/views.py:74 +msgid "Add Column" +msgstr "Adicionar Coluna" + +#: superset/views/dashboard/mixin.py:26 +msgid "Add Dashboard" +msgstr "Adicionar Dashboard" + +#: superset/views/database/mixins.py:35 +msgid "Add Database" +msgstr "Adicionar Base de Dados" + +#: superset/views/log/__init__.py:23 +msgid "Add Log" +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Add Metric" +msgstr "Adicionar Métrica" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 +#, fuzzy +msgid "Add Report" +msgstr "Janela de exibição" + +#: superset/connectors/sqla/views.py:292 +msgid "Add Row level security filter" +msgstr "" + +#: superset/views/sql_lab/views.py:54 +msgid "Add Saved Query" +msgstr "Adicionar Query" + +#: superset/views/dynamic_plugins.py:60 +msgid "Add a Plugin" +msgstr "Adicionar Coluna" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Adicionar Base de Dados" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Query numa nova aba" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +#, fuzzy +msgid "Add additional custom parameters" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +#, fuzzy +msgid "Add an item" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "Adicionar filtro" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#, fuzzy +msgid "Add annotation" +msgstr "Anotações" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 +#, fuzzy +msgid "Add annotation layer" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Adicionar filtro" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 +msgid "Add delivery method" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Metadados adicionais" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 +#, fuzzy +msgid "Add item" +msgstr "Adicionar filtro" + +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" +msgstr "Adicionar Métrica" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 +msgid "Add notification method" +msgstr "Metadados adicionais" + +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 +#, fuzzy +msgid "Add sheet" +msgstr "Adicionar Base de Dados" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "O id da visualização ativa" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Gravar e ir para o dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 +msgid "Add to dashboard" +msgstr "Adicionar ao novo dashboard" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Adicionar ao novo dashboard" +msgstr[1] "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 +#, fuzzy +msgid "Additional Parameters" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 +#, fuzzy +msgid "Additional information" +msgstr "Metadados adicionais" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 +#, fuzzy +msgid "Additional metadata" +msgstr "Atualizar coluna de metadados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 +msgid "Additional padding for legend." +msgstr "" + +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 +#, fuzzy +msgid "Additional parameters" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Metadados adicionais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 +msgid "Additional text to add before or after the value, e.g. unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +msgid "Additive" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 +msgid "Advanced" +msgstr "Análise Avançada" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 +msgid "Advanced Analytics" +msgstr "Análise Avançada" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Dados carregados em cache" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 +#, fuzzy +msgid "Advanced analytics" +msgstr "Análise Avançada" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Análise Avançada" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Análise Avançada" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Dados carregados em cache" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +#, fuzzy +msgid "Advanced-Analytics" +msgstr "Análise Avançada" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 +#, fuzzy +msgid "After" +msgstr "Estado" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 +#, fuzzy +msgid "Aggregate" +msgstr "Soma Agregada" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 +#, fuzzy +msgid "Aggregate Mean" +msgstr "Soma Agregada" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 +#, fuzzy +msgid "Aggregate Sum" +msgstr "Soma Agregada" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 +#, fuzzy +msgid "Aggregation function" +msgstr "Função de agregação" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "Mover gráfico" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 +msgid "Alert Triggered, In Grace Period" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 +#, fuzzy +msgid "Alert condition" +msgstr "Conexão de teste" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 +#, fuzzy +msgid "Alert condition schedule" +msgstr "Conexão de teste" + +#: superset/reports/commands/exceptions.py:253 +msgid "Alert ended grace period." +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 +#, fuzzy +msgid "Alert failed" +msgstr "Nome da Tabela" + +#: superset/reports/commands/exceptions.py:248 +msgid "Alert fired during grace period." +msgstr "" + +#: superset/reports/commands/exceptions.py:223 +msgid "Alert found an error while executing a query." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 +#, fuzzy +msgid "Alert name" +msgstr "Tipo de gráfico" + +#: superset/reports/commands/exceptions.py:258 +msgid "Alert on grace period" +msgstr "" + +#: superset/reports/commands/exceptions.py:214 +msgid "Alert query returned a non-number value." +msgstr "" + +#: superset/reports/commands/exceptions.py:209 +msgid "Alert query returned more than one column." +msgstr "" + +#: superset/reports/commands/alert.py:109 +#, python-format +msgid "Alert query returned more than one column. %s columns returned" +msgstr "" + +#: superset/reports/commands/exceptions.py:199 +msgid "Alert query returned more than one row." +msgstr "" + +#: superset/reports/commands/alert.py:100 +#, python-format +msgid "Alert query returned more than one row. %s rows returned" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 +msgid "Alert running" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 +msgid "Alert triggered, notification sent" +msgstr "" + +#: superset/reports/commands/exceptions.py:204 +msgid "Alert validator config error." +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 +msgid "Alerts" +msgstr "" + +#: superset/initialization/__init__.py:410 +msgid "Alerts & Reports" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 +#, fuzzy +msgid "Alerts & reports" +msgstr "Janela de exibição" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +msgid "Align +/-" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 +msgid "All" +msgstr "" + +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Filtros" + +#: superset/annotation_layers/annotations/filters.py:28 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 +#: superset/css_templates/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 +msgid "All Text" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 +msgid "All charts" +msgstr "Gráfico de bala" + +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" +msgstr "Filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 +#, python-format +msgid "All filters (%(filterCount)d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 +msgid "All panels" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 +msgid "All panels with this column will be affected by this filter" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 +msgid "Allow CREATE TABLE AS" +msgstr "Permitir CREATE TABLE AS" + +#: superset/views/database/mixins.py:112 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 +msgid "Allow CREATE VIEW AS" +msgstr "Permitir CREATE TABLE AS" + +#: superset/views/database/mixins.py:113 +msgid "Allow CREATE VIEW AS option in SQL Lab" +msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" + +#: superset/views/database/mixins.py:198 +msgid "Allow Csv Upload" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 +msgid "Allow DML" +msgstr "Permitir DML" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 +msgid "Allow creation of new tables based on queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 +msgid "Allow creation of new views based on queries" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 +msgid "Allow data manipulation language" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 +msgid "" +"Allow manipulation of the database using non-SELECT statements such as " +"UPDATE, DELETE, CREATE, etc." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 +msgid "Allow multiple selections" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 +msgid "Allow node selections" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 +msgid "Allow this database to be explored" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 +msgid "Allow this database to be queried in SQL Lab" +msgstr "" + +#: superset/views/database/mixins.py:114 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" +"Permitir que os usuários executem instruções non-SELECT (UPDATE, DELETE, " +"CREATE, ...) no SQL Lab" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 +#, fuzzy +msgid "Alphabetical" +msgstr "Ordenar colunas por ordem alfabética" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +msgid "" +"Also known as a box and whisker plot, this visualization compares the " +"distributions of a related metric across multiple groups. The box in the " +"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " +"around each box visualize the min, max, range, and outer 2 quartiles." +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 +msgid "Altered" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 +msgid "" +"An enclosed time range (both start and end) must be specified when using " +"a Time Comparison." +msgstr "" + +#: superset/databases/schemas.py:285 +msgid "" +"An engine must be specified when passing individual parameters to a " +"database." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 +msgid "An error has occurred" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 +msgid "An error occurred" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 +msgid "An error occurred saving dataset" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 +#, fuzzy +msgid "An error occurred while accessing the value." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/views/CRUD/hooks.ts:304 +#, fuzzy, python-format +msgid "An error occurred while creating %ss: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 +msgid "An error occurred while creating the data source" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 +#, fuzzy +msgid "An error occurred while creating the value." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +#, fuzzy +msgid "An error occurred while deleting the value." +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 +msgid "" +"An error occurred while expanding the table schema. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/views/CRUD/hooks.ts:106 +#, fuzzy, python-format +msgid "An error occurred while fetching %s info: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 +#, fuzzy, python-format +msgid "An error occurred while fetching %ss: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 +msgid "An error occurred while fetching available CSS templates" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/ChartList/index.tsx:641 +#, python-format +msgid "An error occurred while fetching chart created by values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/ChartList/index.tsx:619 +#, python-format +msgid "An error occurred while fetching chart owners values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 +#, python-format +msgid "An error occurred while fetching created by values: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/pages/DashboardList/index.tsx:556 +#, python-format +msgid "An error occurred while fetching dashboard created by values: %s" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/DashboardList/index.tsx:534 +#, python-format +msgid "An error occurred while fetching dashboard owner values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/ChartList/index.tsx:299 +msgid "An error occurred while fetching dashboards" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 +#, python-format +msgid "An error occurred while fetching dashboards: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 +#, python-format +msgid "An error occurred while fetching database related data: %s" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 +#, python-format +msgid "An error occurred while fetching database values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 +#, python-format +msgid "An error occurred while fetching dataset datasource values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/DatasetList/index.tsx:510 +#, python-format +msgid "An error occurred while fetching dataset owner values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/DatasetList/index.tsx:222 +msgid "An error occurred while fetching dataset related data" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/DatasetList/index.tsx:242 +#, python-format +msgid "An error occurred while fetching dataset related data: %s" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/DatasetList/index.tsx:530 +#, python-format +msgid "An error occurred while fetching datasets: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 +#, fuzzy +msgid "An error occurred while fetching function names." +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 +#, python-format +msgid "An error occurred while fetching schema values: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 +msgid "An error occurred while fetching tab state" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 +msgid "An error occurred while fetching table metadata" +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao carregar os metadados da tabela" + +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 +#, fuzzy, python-format +msgid "An error occurred while fetching user values: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 +#, fuzzy +msgid "" +"An error occurred while hiding the left bar. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 +#, fuzzy, python-format +msgid "An error occurred while importing %s: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/components/Chart/chartAction.js:579 +msgid "An error occurred while loading the SQL" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/reports/commands/exceptions.py:286 +msgid "An error occurred while pruning logs " +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +msgid "An error occurred while removing query. Please contact your administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 +msgid "An error occurred while removing tab. Please contact your administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 +msgid "" +"An error occurred while removing the table schema. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/components/Chart/chartReducer.ts:96 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 +msgid "" +"An error occurred while setting the active tab. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 +msgid "" +"An error occurred while setting the tab autorun. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 +msgid "" +"An error occurred while setting the tab database ID. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 +msgid "" +"An error occurred while setting the tab schema. Please contact your " +"administrator." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 +msgid "" +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." +msgstr "" + +#: superset-frontend/src/explore/actions/exploreActions.ts:89 +#, fuzzy +msgid "An error occurred while starring this chart" +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 +msgid "" +"An error occurred while storing the latest query id in the backend. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 +msgid "" +"An error occurred while storing your query in the backend. To avoid " +"losing your changes, please save your query using the \"Save Query\" " +"button." +msgstr "" + +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 +#, fuzzy +msgid "An error occurred while updating the value." +msgstr "Ocorreu um erro ao criar a origem dos dados" + +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Ocorreu um erro ao renderizar a visualização: %s" + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 +msgid "An unknown error occurred. Please contact your Superset administrator" +msgstr "Ocorreu um erro desconhecido. (Estado: %s )" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +msgid "Anchor to" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 +msgid "Angle at which to end progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 +msgid "Angle at which to start progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 +#, fuzzy +msgid "Animation" +msgstr "Anotações" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 +msgid "Annotation" +msgstr "Anotações" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Camadas de anotação" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 +msgid "Annotation Layers" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 +#, fuzzy +msgid "Annotation Slice Configuration" +msgstr "Edite a configuração da origem de dados" + +#: superset/annotation_layers/annotations/commands/exceptions.py:64 +msgid "Annotation could not be created." +msgstr "" + +#: superset/annotation_layers/annotations/commands/exceptions.py:68 +msgid "Annotation could not be updated." +msgstr "" + +#: superset/annotation_layers/annotations/commands/exceptions.py:72 +msgid "Annotation delete failed." +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 +#, fuzzy +msgid "Annotation layer" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/commands/exceptions.py:37 +msgid "Annotation layer could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/annotation_layers/commands/exceptions.py:33 +msgid "Annotation layer could not be deleted." +msgstr "" + +#: superset/annotation_layers/commands/exceptions.py:41 +msgid "Annotation layer could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/annotation_layers/commands/exceptions.py:49 +msgid "Annotation layer delete failed." +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 +#, fuzzy +msgid "Annotation layer description columns" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/commands/exceptions.py:53 +#: superset/annotation_layers/commands/exceptions.py:57 +msgid "Annotation layer has associated annotations." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 +#, fuzzy +msgid "Annotation layer interval end" +msgstr "Camadas de anotação" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 +#, fuzzy +msgid "Annotation layer name" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/commands/exceptions.py:45 +msgid "Annotation layer not found." +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 +#, fuzzy +msgid "Annotation layer opacity" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/commands/exceptions.py:29 +msgid "Annotation layer parameters are invalid." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 +#, fuzzy +msgid "Annotation layer stroke" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 +#, fuzzy +msgid "Annotation layer time column" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 +#, fuzzy +msgid "Annotation layer title column" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 +#, fuzzy +msgid "Annotation layer type" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 +#, fuzzy +msgid "Annotation layer value" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 +#, fuzzy +msgid "Annotation layers" +msgstr "Camadas de anotação" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 +msgid "Annotation layers are still loading." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 +#, fuzzy +msgid "Annotation name" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/annotations/commands/exceptions.py:56 +msgid "Annotation not found." +msgstr "Anotações" + +#: superset/annotation_layers/annotations/commands/exceptions.py:60 +msgid "Annotation parameters are invalid." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 +#, fuzzy +msgid "Annotation source type" +msgstr "Camadas de anotação" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "Camadas de anotação" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "Camadas de anotação" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 +msgid "Annotations and Layers" +msgstr "Camadas de anotação" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 +#, fuzzy +msgid "Annotations and layers" +msgstr "Camadas de anotação" + +#: superset/annotation_layers/annotations/commands/exceptions.py:52 +msgid "Annotations could not be deleted." +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 +#, fuzzy +msgid "Any" +msgstr "dia" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 +msgid "Any additional detail to show in the certification tooltip." +msgstr "" + +#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +msgid "" +"Any color palette selected here will override the colors applied to this " +"dashboard's individual charts" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 +msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " +"Learn about how to connect a database driver " +msgstr "" + +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 +msgid "Append" +msgstr "" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "Adicionar filtro" + +#: superset/viz.py:246 +msgid "" +"Applied rolling window did not return any data. Please make sure the " +"source query satisfies the minimum periods defined in the rolling window." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 +msgid "Apply" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 +msgid "Apply conditional color formatting to metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 +msgid "Apply conditional color formatting to numeric columns" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "Filtros" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 +msgid "Apply metrics on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 +msgid "Apply to all panels" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +msgid "Apply to specific panels" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 +msgid "April" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "Pesquisa" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" +msgstr "" + +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 +msgid "Are you sure you want to delete" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 +#, python-format +msgid "Are you sure you want to delete the selected %s?" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 +msgid "Are you sure you want to delete the selected annotations?" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:838 +msgid "Are you sure you want to delete the selected charts?" +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:702 +msgid "Are you sure you want to delete the selected dashboards?" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:741 +msgid "Are you sure you want to delete the selected datasets?" +msgstr "" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 +msgid "Are you sure you want to delete the selected layers?" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 +msgid "Are you sure you want to delete the selected queries?" +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 +msgid "Are you sure you want to delete the selected templates?" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 +msgid "Are you sure you want to save and apply changes?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 +#, fuzzy +msgid "Area Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 +#, fuzzy +msgid "Area chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 +#, fuzzy +msgid "Area chart opacity" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 +msgid "Arrow" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 +msgid "Associated Charts" +msgstr "Visualizações Associadas" + +#: superset/views/database/mixins.py:196 +msgid "Async Execution" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 +msgid "Asynchronous query execution" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 +msgid "August" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +msgid "Auto" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 +msgid "Autocomplete" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 +msgid "Autocomplete filters" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 +#, fuzzy +msgid "Autocomplete query predicate" +msgstr "Carregar Valores de Predicado" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 +msgid "Available sorting modes:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Gerir" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +msgid "Average value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 +#, fuzzy +msgid "Axis" +msgstr "Eixo YY" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Formato do Eixo YY" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "%s - sem título" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 +#, fuzzy +msgid "Axis ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 +#, fuzzy +msgid "Axis descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 +msgid "Back" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 +msgid "Backend" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "" + +#: superset/viz.py:2509 superset/viz.py:2545 +msgid "Bad spatial key" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 +msgid "Bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +#, fuzzy +msgid "Bar Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 +#, fuzzy +msgid "Bar Values" +msgstr "Valor de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "Anotações" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 +msgid "Base layer map style" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 +#, fuzzy +msgid "Based on a metric" +msgstr "Selecione métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 +msgid "Based on granularity, number of time periods to compare against" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 +msgid "Basic" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 +#, fuzzy +msgid "Basic information" +msgstr "Metadados adicionais" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 +#, python-format +msgid "Batch editing %d filters:" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 +msgid "Be careful." +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 +#, fuzzy +msgid "Before" +msgstr "Intervalo de atualização" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 +msgid "Big Number" +msgstr "Número grande" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 +msgid "Big Number Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 +msgid "Big Number with Trendline" +msgstr "Número grande com linha de tendência" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 +#, fuzzy +msgid "Bottom" +msgstr "dttm" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 +msgid "Bottom Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 +msgid "Bottom margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 +msgid "Bottom to Top" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 +msgid "" +"Bounds for the Y-axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 +msgid "Box Plot" +msgstr "Box Plot" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 +msgid "Breakdowns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 +msgid "Bubble Chart" +msgstr "Gráfico de bolhas" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 +#, fuzzy +msgid "Bubble Color" +msgstr "Selecione uma cor" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 +#, fuzzy +msgid "Bubble Size" +msgstr "Tamanho da bolha" + +#: superset-frontend/src/explore/controls.jsx:415 +msgid "Bubble size" +msgstr "Tamanho da bolha" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 +#, fuzzy +msgid "Bulk select" +msgstr "Selecione %s" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 +msgid "Bullet Chart" +msgstr "Gráfico de bala" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +msgid "Business" +msgstr "" + +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +msgid "" +"By default, each filter loads at most 1000 choices at the initial page " +"load. Check this box if you have more than 1000 filter values and want to" +" enable dynamically searching that loads filter values as users type (may" +" add stress to your database)." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 +msgid "By key: use column names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 +msgid "By key: use row names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 +msgid "By value: use metric values as sorting key" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 +msgid "CANCEL" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Criado em" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 +msgid "CREATE TABLE AS" +msgstr "Permitir CREATE TABLE AS" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 +msgid "CREATE VIEW AS" +msgstr "Permitir CREATE TABLE AS" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 +msgid "CREATE VIEW statement" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 +#, fuzzy +msgid "CRON expression" +msgstr "Expressão" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 +msgid "CSS" +msgstr "CSS" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +#, fuzzy +msgid "CSS Styles" +msgstr "Modelos CSS" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 +msgid "CSS Templates" +msgstr "Modelos CSS" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 +#, fuzzy +msgid "CSS template" +msgstr "Modelos CSS" + +#: superset/css_templates/commands/exceptions.py:23 +msgid "CSS template could not be deleted." +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 +#, fuzzy +msgid "CSS template name" +msgstr "Nome do modelo" + +#: superset/css_templates/commands/exceptions.py:27 +msgid "CSS template not found." +msgstr "Modelos CSS" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 +#, fuzzy +msgid "CSS templates" +msgstr "Modelos CSS" + +#: superset/views/database/forms.py:109 +msgid "CSV Upload" +msgstr "" + +#: superset/views/database/views.py:287 +#, python-format +msgid "" +"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" +msgstr "" + +#: superset/views/database/views.py:160 +msgid "CSV to Database configuration" +msgstr "Edite a configuração da origem de dados" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 +msgid "CSV upload" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 +msgid "CTAS & CVAS SCHEMA" +msgstr "" + +#: superset/sql_lab.py:440 +msgid "" +"CTAS (create table as select) can only be run with a query where the last" +" statement is a SELECT. Please make sure your query has a SELECT as its " +"last statement. Then, try running your query again." +msgstr "" + +#: superset/views/database/mixins.py:187 +msgid "CTAS Schema" +msgstr "Esquema CTAS" + +#: superset/sql_lab.py:457 +msgid "" +"CVAS (create view as select) can only be run with a query with a single " +"SELECT statement. Please make sure your query has only a SELECT " +"statement. Then, try running your query again." +msgstr "" + +#: superset/errors.py:129 +msgid "CVAS (create view as select) query has more than one statement." +msgstr "" + +#: superset/errors.py:130 +msgid "CVAS (create view as select) query is not a SELECT statement." +msgstr "" + +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 +msgid "Cache Timeout" +msgstr "Tempo limite para cache" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 +msgid "Cache Timeout (seconds)" +msgstr "Cache atingiu tempo limite (segundos)" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 +#, fuzzy +msgid "Cache timeout" +msgstr "Tempo limite para cache" + +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 +#, python-format +msgid "Cached %s" +msgstr "" + +#: superset/viz.py:562 +msgid "Cached value not found" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 +#, python-format +msgid "Calculated column [%s] requires an expression" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 +#, fuzzy +msgid "Calculated columns" +msgstr "Lista de Colunas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 +msgid "Calculation type" +msgstr "Escolha um tipo de visualização" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 +msgid "Calendar Heatmap" +msgstr "Calendário com Mapa de Calor" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 +msgid "Can not move top level tab into nested tabs" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "" + +#: superset/viz.py:1810 +msgid "Can't have overlap between Series and Breakdowns" +msgstr "Não pode haver sobreposição entre Séries e Desagregação" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 +#: superset/templates/superset/request_access.html:34 +msgid "Cancel" +msgstr "Cancelar" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 +msgid "Cancel query on window unload event" +msgstr "" + +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "" + +#: superset/databases/commands/exceptions.py:111 +msgid "Cannot delete a database that has datasets attached" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 +#, python-format +msgid "" +"Cannot import dashboard: %(db_error)s.\n" +"Make sure to create the database before importing the dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 +msgid "Cannot load filter" +msgstr "" + +#: superset/charts/commands/exceptions.py:51 +#, python-format +msgid "Cannot parse time string [%(human_readable)s]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 +msgid "Categories to group by on the x-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 +msgid "Category" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "nome da origem de dados" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "nome da origem de dados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 +msgid "Category of target nodes" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 +msgid "Cell Padding" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 +msgid "Cell Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 +#, fuzzy +msgid "Cell Size" +msgstr "Tamanho da bolha" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 +#, fuzzy +msgid "Cell bars" +msgstr "Gráfico de bala" + +#: superset-frontend/src/components/FilterableTable/index.tsx:431 +#, fuzzy +msgid "Cell content" +msgstr "Conteúdo Criado" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "Limite de série" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 +msgid "Center" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 +msgid "Certification" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 +msgid "Certification details" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 +msgid "Certified" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 +msgid "Certified By" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 +#, fuzzy +msgid "Certified by" +msgstr "Modificado" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 +#, python-format +msgid "Certified by %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 +msgid "Change order of columns." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +msgid "Change order of rows." +msgstr "" + +#: superset/connectors/sqla/views.py:478 +msgid "Changed By" +msgstr "Alterado por" + +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" +msgstr "Alterado em" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 +msgid "" +"Changing the dataset may break the chart if the chart relies on columns " +"or metadata that does not exist in the target dataset" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 +msgid "" +"Changing these settings will affect all charts using this dataset, " +"including charts owned by other people." +msgstr "" + +#: superset/dashboards/commands/exceptions.py:78 +msgid "Changing this Dashboard is forbidden" +msgstr "Editar propriedades do dashboard" + +#: superset/charts/commands/exceptions.py:135 +msgid "Changing this chart is forbidden" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 +msgid "Changing this control takes effect instantly" +msgstr "Esta edição tem efeito instantâneo" + +#: superset/datasets/commands/exceptions.py:181 +msgid "Changing this dataset is forbidden" +msgstr "" + +#: superset/datasets/columns/commands/exceptions.py:31 +#: superset/datasets/metrics/commands/exceptions.py:31 +#, fuzzy +msgid "Changing this dataset is forbidden." +msgstr "Editar propriedades do dashboard" + +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "Editar propriedades do dashboard" + +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" +msgstr "" + +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" +msgstr "" + +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 +msgid "Chart" +msgstr "Carregar" + +#: superset/views/core.py:1727 +#, python-format +msgid "Chart %(id)s not found" +msgstr "Visualização %(id)s não encontrada" + +#: superset/views/database/mixins.py:192 +msgid "Chart Cache Timeout" +msgstr "Tempo limite para cache" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Opções do gráfico" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +msgid "Chart ID" +msgstr "Tipo de gráfico" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 +#, fuzzy +msgid "Chart Options" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 +#, fuzzy, python-format +msgid "Chart Owner: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Opções do gráfico" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Fonte de dados" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 +#, fuzzy +msgid "Chart Title" +msgstr "Mover gráfico" + +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 +msgid "Chart [{}] has been overwritten" +msgstr "" + +#: superset/views/core.py:1073 +msgid "Chart [{}] has been saved" +msgstr "" + +#: superset/views/core.py:1102 +msgid "Chart [{}] was added to dashboard [{}]" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 +#, fuzzy +msgid "Chart cache timeout" +msgstr "Tempo limite para cache" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 +msgid "Chart changes" +msgstr "Modificado pela última vez" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 +msgid "" +"Chart component that lets you add a custom filter UI in your dashboard. " +"When added to dashboard, a filter box lets users specify specific values " +"or ranges to filter charts by. The charts that each filter box is applied" +" to can be fine tuned as well in the dashboard view.\n" +"\n" +" Note that this plugin is being replaced with the new Filters feature " +"that lives in the dashboard view itself. It's easier to use and has more " +"capabilities!" +msgstr "" + +#: superset/charts/commands/exceptions.py:115 +msgid "Chart could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/charts/commands/exceptions.py:123 +msgid "Chart could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset/charts/commands/exceptions.py:119 +msgid "Chart could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:57 +msgid "Chart does not exist" +msgstr "" + +#: superset/charts/data/api.py:130 +msgid "Chart has no query context saved. Please save the chart again." +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Última Alteração" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Última Alteração" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 +msgid "Chart name" +msgstr "Tipo de gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 +#, fuzzy +msgid "Chart options" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Opções do gráfico" + +#: superset/charts/commands/exceptions.py:111 +msgid "Chart parameters are invalid." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Mover gráfico" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 +#, fuzzy +msgid "Chart type" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "Mover gráfico" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 +msgid "Charts" +msgstr "Gráfico de Queijo" + +#: superset/charts/commands/exceptions.py:139 +msgid "Charts could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 +#, fuzzy +msgid "Check configuration" +msgstr "Contribuição" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 +msgid "Check for sorting ascending" +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 +msgid "Check out this chart in dashboard:" +msgstr "Verificar dashboard: %s" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 +#, fuzzy +msgid "Check out this chart: " +msgstr "Verificar dashboard: %s" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 +msgid "Check out this dashboard: " +msgstr "Verificar dashboard: %s" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 +msgid "" +"Check to apply filters instantly as they change instead of displaying " +"[Apply] button" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 +msgid "Check to force date partitions to have the same height" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 +#, fuzzy +msgid "Check to include time column dropdown" +msgstr "Selecione para incluir seleção da coluna temporal" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 +#, fuzzy +msgid "Check to include time grain dropdown" +msgstr "Selecione para incluir seleção da Origem do tempo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 +msgid "Child label position" +msgstr "" + +#: superset/viz.py:2370 +msgid "Choice of [Label] must be present in [Group By]" +msgstr "A escolha do [Rótulo] deve estar presente em [Agrupar por]" + +#: superset/viz.py:2378 +msgid "Choice of [Point Radius] must be present in [Group By]" +msgstr "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 +#: superset/templates/superset/import_dashboards.html:47 +msgid "Choose File" +msgstr "Escolha uma fonte" + +#: superset/reports/commands/exceptions.py:84 +msgid "Choose a chart or dashboard not both" +msgstr "Remover gráfico do dashboard" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 +#, fuzzy +msgid "Choose a database..." +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 +msgid "Choose a dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 +#, fuzzy +msgid "Choose a metric for left axis" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 +msgid "Choose a metric for right axis" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 +#, fuzzy +msgid "Choose a number format" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 +#, fuzzy +msgid "Choose a source" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 +#, fuzzy +msgid "Choose a source and a target" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 +#, fuzzy +msgid "Choose a target" +msgstr "Escolha uma origem de dados" + +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 +#, fuzzy +msgid "Choose chart type" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 +#, fuzzy +msgid "Choose one or more charts for left axis" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 +#, fuzzy +msgid "Choose one or more charts for right axis" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 +#, fuzzy +msgid "Choose the annotation layer type" +msgstr "Camadas de anotação" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "Calcular contribuição para o total" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 +msgid "Choose the source of your annotations" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "" + +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 +msgid "Chosen non-numeric column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 +msgid "Circle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +msgid "Circle -> Arrow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 +msgid "Circle -> Circle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 +msgid "Circle radar shape" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 +msgid "Circular" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 +msgid "Classic chart that visualizes how metrics change over time." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 +msgid "" +"Classic row-by-column spreadsheet like view of a dataset. Use tables to " +"showcase a view into the underlying data or to show aggregated metrics." +msgstr "" + +#: superset/connectors/sqla/views.py:365 +msgid "Clause" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 +msgid "Clear" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 +msgid "Clear all" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:206 +msgid "Clear all data" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 +msgid "Click the lock to make changes." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 +msgid "Click the lock to prevent further changes." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 +msgid "" +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 +msgid "" +"Click this link to switch to an alternate form that exposes only the " +"required fields needed to connect this database." +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" + +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" +msgstr "clique para editar o título" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "clique para editar o título" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "clique para editar o título" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 +#, fuzzy +msgid "Click to edit label" +msgstr "clique para editar o título" + +#: superset-frontend/src/components/FaveStar/index.tsx:76 +msgid "Click to favorite/unfavorite" +msgstr "Clique para tornar favorito" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 +msgid "Click to force-refresh" +msgstr "Clique para forçar atualização" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 +msgid "Click to see difference" +msgstr "Clique para forçar atualização" + +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" +msgstr "fechar aba" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 +msgid "Cluster label aggregator" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 +msgid "Clustering Radius" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" +msgstr "Código" + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 +msgid "Collapse all" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +#, fuzzy +msgid "Collapse table preview" +msgstr "Remover pré-visualização de tabela" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 +msgid "Color" +msgstr "Cor" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +msgid "Color +/-" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 +#, fuzzy +msgid "Color Metric" +msgstr "Métrica de cor" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 +msgid "Color Scheme" +msgstr "Esquema de cores" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 +#, fuzzy +msgid "Color Steps" +msgstr "Esquema de cores" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "Ordenar por" + +#: superset-frontend/src/explore/controls.jsx:234 +msgid "Color metric" +msgstr "Métrica de cor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 +msgid "Color scheme" +msgstr "Esquema de cores" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 +msgid "" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 +msgid "Colors" +msgstr "Cor" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 +msgid "Column" +msgstr "Coluna" + +#: superset/utils/pandas_postprocessing/contribution.py:59 +#, python-format +msgid "" +"Column \"%(column)s\" is not numeric or does not exists in the query " +"results." +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Contribuição" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 +msgid "Column Label(s)" +msgstr "Colunas" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +msgid "Column containing latitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +msgid "Column containing longitude data" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 +#, fuzzy +msgid "Column is required" +msgstr "Origem de dados" + +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" + +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "Colunas" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" +msgstr "" + +#: superset/utils/pandas_postprocessing/utils.py:151 +#, python-format +msgid "Column referenced by aggregate is undefined: %(column)s" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 +#, fuzzy +msgid "Column select" +msgstr "Coluna" + +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/views/database/forms.py:414 +#, fuzzy +msgid "Columnar File" +msgstr "Coluna" + +#: superset/views/database/views.py:565 +#, python-format +msgid "" +"Columnar file \"%(columnar_filename)s\" uploaded to table " +"\"%(table_name)s\" in database \"%(db_name)s\"" +msgstr "" + +#: superset/views/database/views.py:440 +#, fuzzy +msgid "Columnar to Database configuration" +msgstr "Edite a configuração da origem de dados" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 +msgid "Columns" +msgstr "Colunas" + +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Cargos a permitir ao utilizador" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 +#, python-format +msgid "Columns missing in datasource: %(invalid_columns)s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 +msgid "Columns subtotal position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 +#, fuzzy +msgid "Columns to display" +msgstr "Selecione uma métrica para visualizar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 +#, fuzzy +msgid "Columns to group by" +msgstr "Um ou vários controles para agrupar" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 +msgid "Columns to group by on the columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 +msgid "Columns to group by on the rows" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +msgid "Columns to show" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 +#, fuzzy +msgid "Combine Metrics" +msgstr "Lista de Métricas" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 +#, fuzzy +msgid "Combine metrics" +msgstr "Lista de Métricas" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 +msgid "" +"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " +"denote colors from the chosen color scheme and are 1-indexed. Length must" +" be matching that of interval bounds." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 +msgid "" +"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " +"4-5. Last number should match the value provided for MAX." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 +msgid "Comparator option" +msgstr "" + +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Compare the same summarized metric across multiple groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 +msgid "" +"Compares how a metric changes over time between different groups. Each " +"group is mapped to a row and change over time is visualized bar lengths " +"and color." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 +msgid "" +"Compares metrics from different categories using bars. Bar lengths are " +"used to indicate the magnitude of each value and color is used to " +"differentiate groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 +#, fuzzy +msgid "Comparison" +msgstr "Coluna de tempo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 +msgid "Comparison Period Lag" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 +msgid "Comparison suffix" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 +msgid "Compute the contribution to the total" +msgstr "Calcular contribuição para o total" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 +#, fuzzy +msgid "Condition" +msgstr "Contribuição" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 +#, fuzzy +msgid "Conditional formatting" +msgstr "Metadados adicionais" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 +msgid "Confidence interval" +msgstr "" + +#: superset/utils/pandas_postprocessing/prophet.py:129 +msgid "Confidence interval must be between 0 and 1 (exclusive)" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 +msgid "Configuration" +msgstr "Contribuição" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 +msgid "Configure Advanced Time Range " +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 +msgid "Configure Time Range: Last..." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 +msgid "Configure Time Range: Previous..." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 +msgid "Configure custom time range" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 +msgid "Configure filter scopes" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 +msgid "Configure the basics of your Annotation Layer." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 +msgid "Configure your how you overlay is displayed here." +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Substitua a visualização %s" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 +msgid "Confirm save" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +#, fuzzy +msgid "Connect" +msgstr "Conexão de teste" + +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 +msgid "Connect Google Sheets as tables to this database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 +#, fuzzy +msgid "Connect a database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 +msgid "Connect this database using the dynamic form instead" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 +msgid "Connect this database with a SQLAlchemy URI string instead" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 +msgid "Connection" +msgstr "Conexão de teste" + +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 +msgid "Connection failed, please check your connection settings" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:697 +msgid "Connection looks good!" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +msgid "Continuous" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 +msgid "Contribution" +msgstr "Contribuição" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 +#, fuzzy +msgid "Contribution Mode" +msgstr "Contribuição" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Control labeled " +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Controls labeled " +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 +#, fuzzy +msgid "Coordinates" +msgstr "Coordenadas paralelas" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 +#, fuzzy +msgid "Copied to clipboard!" +msgstr "Copiar para área de transferência" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 +msgid "Copy" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 +msgid "Copy SELECT statement to the clipboard" +msgstr "Copiar a instrução SELECT para a área de transferência" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 +msgid "Copy and Paste JSON credentials" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 +msgid "Copy and paste the entire service account .json file here" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 +msgid "Copy link" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 +#, fuzzy +msgid "Copy message" +msgstr "Mensagem de Aviso" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 +#, python-format +msgid "Copy of %s" +msgstr "Cópia de %s" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 +msgid "Copy partition query to clipboard" +msgstr "Copiar query de partição para a área de transferência" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "Copiar query de partição para a área de transferência" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 +msgid "Copy query URL" +msgstr "Query vazia?" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +msgid "Copy query link to your clipboard" +msgstr "Copiar query de partição para a área de transferência" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +msgid "Copy the account name of that database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 +#, fuzzy +msgid "Copy to Clipboard" +msgstr "Copiar para área de transferência" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 +msgid "Copy to clipboard" +msgstr "Copiar para área de transferência" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 +#, fuzzy +msgid "Correlation" +msgstr "Descrição" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 +#, fuzzy +msgid "Cost estimate" +msgstr "Modelos CSS" + +#: superset/views/utils.py:498 +msgid "Could not determine datasource type" +msgstr "" + +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 +msgid "Could not fetch all saved charts" +msgstr "Não foi possível ligar ao servidor" + +#: superset/views/utils.py:514 +msgid "Could not find viz object" +msgstr "" + +#: superset/databases/commands/exceptions.py:132 +msgid "Could not load database driver" +msgstr "Não foi possível ligar ao servidor" + +#: superset/views/core.py:1413 +#, python-format +msgid "Could not load database driver: %(driver_name)s" +msgstr "" + +#: superset/databases/commands/test_connection.py:180 +msgid "Could not load database driver: {}" +msgstr "Não foi possível ligar ao servidor" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "Coluna" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +#, fuzzy +msgid "Country" +msgstr "Mapa de País" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 +#, fuzzy +msgid "Country Color Scheme" +msgstr "Esquema de cores lineares" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 +#, fuzzy +msgid "Country Column" +msgstr "Controlo de filtro" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 +msgid "Country Field Type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 +msgid "Country Map" +msgstr "Mapa de País" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 +#, fuzzy +msgid "Create" +msgstr "Criado em" + +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "Criado em" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 +msgid "Create a new chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Criado em" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 +msgid "Create new chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 +#, fuzzy +msgid "Create new filter set" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 +msgid "Create or select schema..." +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:159 +msgid "Created" +msgstr "Criado em" + +#: superset/views/access_requests.py:49 +msgid "Created On" +msgstr "Criado em" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 +#, fuzzy +msgid "Created by" +msgstr "Criado em" + +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Criado em" + +#: superset-frontend/src/profile/components/App.tsx:62 +#, fuzzy +msgid "Created content" +msgstr "Conteúdo Criado" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 +#, fuzzy +msgid "Created on" +msgstr "Criado em" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 +msgid "Creating a data source and creating a new tab" +msgstr "A criar uma nova origem de dados, a exibir numa nova aba" + +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 +msgid "Creator" +msgstr "Criador" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "Acção" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Perfil" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 +#, fuzzy +msgid "Cumulative" +msgstr "Acção" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" +msgstr "" + +#: superset/views/dynamic_plugins.py:59 +msgid "Custom Plugin" +msgstr "" + +#: superset/views/dynamic_plugins.py:58 +msgid "Custom Plugins" +msgstr "Cláusula WHERE personalizada" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 +msgid "Custom SQL" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +msgstr "" + +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "" + +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 +msgid "Customize" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 +msgid "Customize Metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 +#, fuzzy +msgid "Customize columns" +msgstr "Cláusula WHERE personalizada" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 +msgid "D3 Format" +msgstr "Formato D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 +#, fuzzy +msgid "D3 format" +msgstr "Formato D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 +msgid "D3 format syntax: https://github.com/d3/d3-format" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 +msgid "" +"D3 number format for numbers between -1.0 and 1.0, useful when you want " +"to have different significant digits for small and large numbers" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 +msgid "D3 time format for datetime columns" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Formato da datahora" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" +msgstr "" + +#: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 +msgid "DELETE" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 +msgid "Dashboard" +msgstr "Dashboard" + +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "" + +#: superset/views/core.py:1122 +msgid "Dashboard [{}] just got created and chart [{}] was added to it" +msgstr "" + +#: superset/dashboards/commands/exceptions.py:54 +msgid "Dashboard could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/dashboards/commands/exceptions.py:70 +msgid "Dashboard could not be deleted." +msgstr "Não foi possível gravar a sua query" + +#: superset/dashboards/commands/exceptions.py:66 +msgid "Dashboard could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:48 +msgid "Dashboard does not exist" +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "[Nome do dashboard]" + +#: superset/dashboards/commands/exceptions.py:43 +msgid "Dashboard parameters are invalid." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 +#, fuzzy +msgid "Dashboard properties" +msgstr "Editar propriedades do dashboard" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "Editar propriedades do dashboard" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 +#, fuzzy +msgid "Dashboard scheme" +msgstr "[Nome do dashboard]" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "Dashboard" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "[Nome do dashboard]" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 +msgid "Dashboards" +msgstr "Dashboards" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "[Nome do dashboard]" + +#: superset/dashboards/commands/exceptions.py:58 +msgid "Dashboards could not be deleted." +msgstr "" + +#: superset/charts/commands/exceptions.py:91 +msgid "Dashboards do not exist" +msgstr "Dashboards" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "Dashboard" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 +msgid "Data" +msgstr "Base de dados" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 +#, fuzzy +msgid "Data Table" +msgstr "Editar Tabela" + +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 +msgid "Data Zoom" +msgstr "" + +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 +msgid "" +"Data could not be deserialized from the results backend. The storage " +"format might have changed, rendering the old data stake. You need to re-" +"run the original query." +msgstr "" + +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 +msgid "" +"Data could not be retrieved from the results backend. You need to re-run " +"the original query." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 +msgid "Data preview" +msgstr "Pré-visualização de dados" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +#, fuzzy +msgid "Data refreshed" +msgstr "Não atualize" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 +#, fuzzy +msgid "Data type" +msgstr "Tabela de dados" + +#: superset/utils/pandas_postprocessing/prophet.py:134 +msgid "DataFrame include at least one series" +msgstr "Selecione pelo menos uma métrica" + +#: superset/utils/pandas_postprocessing/prophet.py:132 +msgid "DataFrame must include temporal column" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 +#: superset/templates/superset/import_dashboards.html:53 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 +msgid "Database" +msgstr "Base de dados" + +#: superset/views/database/views.py:478 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for columnar uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/views/database/views.py:179 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for csv uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/views/database/views.py:318 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for excel uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Selecione qualquer coluna para inspeção de metadados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 +#, fuzzy +msgid "Database Creation Error" +msgstr "Expressão de base de dados" + +#: superset/views/access_requests.py:46 +msgid "Database URL" +msgstr "URL da Base de Dados" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "Não foi possível gravar a sua query" + +#: superset/databases/commands/exceptions.py:96 +msgid "Database could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/databases/commands/exceptions.py:115 +msgid "Database could not be deleted." +msgstr "" + +#: superset/databases/commands/exceptions.py:100 +msgid "Database could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/errors.py:123 +msgid "Database does not allow data manipulation." +msgstr "" + +#: superset/charts/commands/exceptions.py:82 +#: superset/datasets/commands/exceptions.py:41 +#: superset/reports/commands/exceptions.py:39 +msgid "Database does not exist" +msgstr "" + +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 +#, fuzzy +msgid "Database does not support subqueries" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 +#, fuzzy +msgid "Database error" +msgstr "Expressão de base de dados" + +#: superset/databases/commands/validate.py:124 +msgid "Database is offline." +msgstr "" + +#: superset/reports/commands/exceptions.py:66 +msgid "Database is required for alerts" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 +#, fuzzy +msgid "Database name" +msgstr "nome da origem de dados" + +#: superset/datasets/commands/exceptions.py:50 +msgid "Database not allowed to change" +msgstr "" + +#: superset/databases/commands/exceptions.py:92 +msgid "Database not found." +msgstr "" + +#: superset/views/core.py:1179 +#, python-format +msgid "Database not found: %(id)s" +msgstr "" + +#: superset/databases/commands/exceptions.py:32 +msgid "Database parameters are invalid." +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Expressão de base de dados" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 +#, fuzzy +msgid "Database port" +msgstr "Base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "Não foi possível gravar a sua query" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 +msgid "Databases" +msgstr "Bases de dados" + +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 +msgid "Dataframe Index" +msgstr "" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/explore/controls.jsx:189 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 +msgid "Dataset" +msgstr "Base de dados" + +#: superset/datasets/commands/exceptions.py:32 +#, python-format +msgid "Dataset %(name)s already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "nome da origem de dados" + +#: superset/datasets/columns/commands/exceptions.py:27 +#, fuzzy +msgid "Dataset column delete failed." +msgstr "Camadas de anotação" + +#: superset/datasets/columns/commands/exceptions.py:23 +#, fuzzy +msgid "Dataset column not found." +msgstr "Anotações" + +#: superset/datasets/commands/exceptions.py:157 +msgid "Dataset could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/datasets/commands/exceptions.py:165 +msgid "Dataset could not be deleted." +msgstr "" + +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "Não foi possível gravar a sua query" + +#: superset/datasets/commands/exceptions.py:161 +#: superset/datasets/commands/exceptions.py:173 +msgid "Dataset could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/datasets/commands/exceptions.py:149 +msgid "Dataset does not exist" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "nome da origem de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 +#, fuzzy +msgid "Dataset is required" +msgstr "Origem de dados" + +#: superset/datasets/metrics/commands/exceptions.py:27 +#, fuzzy +msgid "Dataset metric delete failed." +msgstr "Camadas de anotação" + +#: superset/datasets/metrics/commands/exceptions.py:23 +#, fuzzy +msgid "Dataset metric not found." +msgstr "Anotações" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 +#, fuzzy +msgid "Dataset name" +msgstr "nome da origem de dados" + +#: superset/datasets/commands/exceptions.py:153 +msgid "Dataset parameters are invalid." +msgstr "" + +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + +#: superset/datasets/commands/exceptions.py:169 +msgid "Dataset(s) could not be bulk deleted." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 +msgid "Datasets" +msgstr "Bases de dados" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 +msgid "Datasets do not contain a temporal column" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 +msgid "Datasource" +msgstr "Fonte de dados" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 +#, fuzzy +msgid "Datasource & Chart Type" +msgstr "Nome da origem de dados" + +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "Origem de dados %(name)s já existe" + +#: superset/commands/exceptions.py:123 +#, fuzzy +msgid "Datasource type is invalid" +msgstr "Origem de dados" + +#: superset/charts/commands/exceptions.py:101 +msgid "Datasource type is required when datasource_id is given" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 +#, fuzzy +msgid "Date Time Format" +msgstr "Formato de data e hora" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 +#, fuzzy +msgid "Date filter" +msgstr "Filtro de data" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 +#, fuzzy +msgid "Date format" +msgstr "Formato de data e hora" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +msgid "Date format string" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 +msgid "Date/Time" +msgstr "Formato da datahora" + +#: superset/connectors/sqla/views.py:163 +msgid "Datetime Format" +msgstr "Formato de data e hora" + +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" +"Coluna datahora não definida como parte da configuração da tabela e " +"obrigatória para este tipo de gráfico" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 +#, fuzzy +msgid "Datetime format" +msgstr "Formato de data e hora" + +#: superset/db_engine_specs/base.py:106 +#, fuzzy +msgid "Day" +msgstr "dia" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#, fuzzy, python-format +msgid "Days %s" +msgstr "dia" + +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 +msgid "Db engine did not return all queried columns" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Acção" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 +msgid "December" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 +msgid "Decimal Character" +msgstr "" + +#: superset/viz.py:2743 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/viz.py:2859 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2899 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/viz.py:2880 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/viz.py:2468 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2775 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/viz.py:2826 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2662 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2714 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 +msgid "Default" +msgstr "Latitude padrão" + +#: superset/connectors/sqla/views.py:484 +msgid "Default Endpoint" +msgstr "Endpoint Padrão" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 +msgid "Default URL" +msgstr "URL da Base de Dados" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 +msgid "Default URL to redirect to when accessing from the dataset list page" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 +msgid "Default Value" +msgstr "Latitude padrão" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "Latitude padrão" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 +#, fuzzy +msgid "Default latitude" +msgstr "Latitude padrão" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 +#, fuzzy +msgid "Default longitude" +msgstr "Latitude padrão" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +msgid "" +"Default minimal column width in pixels, actual width may still be larger " +"than this if other columns don't need much space" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 +#, fuzzy +msgid "Default value is required" +msgstr "Origem de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "Default value must be set when \"Filter has default value\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 +msgid "Defines how each series is broken down" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" +msgstr "" +"Define o agrupamento de entidades. Cada série corresponde a uma cor " +"específica no gráfico e tem uma alternância de legenda" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +msgid "" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 +msgid "" +"Defines whether the step should appear at the beginning, middle or end " +"between two data points" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 +msgid "Delete" +msgstr "Eliminar" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 +#, python-format +msgid "Delete %s?" +msgstr "Eliminar" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 +msgid "Delete Annotation?" +msgstr "Anotações" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 +msgid "Delete Database?" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/pages/DatasetList/index.tsx:723 +msgid "Delete Dataset?" +msgstr "Tem a certeza que pretende eliminar tudo?" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 +msgid "Delete Layer?" +msgstr "Tem a certeza que pretende eliminar tudo?" + +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 +msgid "Delete Query?" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 +#, fuzzy +msgid "Delete Report?" +msgstr "Modelos CSS" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 +msgid "Delete Template?" +msgstr "Modelos CSS" + +#: superset/views/base.py:663 +msgid "Delete all Really?" +msgstr "Tem a certeza que pretende eliminar tudo?" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 +#, fuzzy +msgid "Delete annotation" +msgstr "Anotações" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 +msgid "Delete dashboard tab?" +msgstr "Por favor insira um nome para o dashboard" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 +msgid "Delete database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 +msgid "Delete email report" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 +msgid "Delete query" +msgstr "Eliminar" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 +msgid "Delete template" +msgstr "Carregue um modelo" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 +msgid "Delete this container and save to remove this message." +msgstr "" + +#: superset/annotation_layers/annotations/api.py:504 +#, python-format +msgid "Deleted %(num)d annotation" +msgid_plural "Deleted %(num)d annotations" +msgstr[0] "Selecione uma camada de anotação" +msgstr[1] "Selecione uma camada de anotação" + +#: superset/annotation_layers/api.py:355 +#, python-format +msgid "Deleted %(num)d annotation layer" +msgid_plural "Deleted %(num)d annotation layers" +msgstr[0] "Selecione uma camada de anotação" +msgstr[1] "Selecione uma camada de anotação" + +#: superset/charts/api.py:524 +#, python-format +msgid "Deleted %(num)d chart" +msgid_plural "Deleted %(num)d charts" +msgstr[0] "" +msgstr[1] "" + +#: superset/css_templates/api.py:139 +#, python-format +msgid "Deleted %(num)d css template" +msgid_plural "Deleted %(num)d css templates" +msgstr[0] "" +msgstr[1] "" + +#: superset/dashboards/api.py:760 +#, python-format +msgid "Deleted %(num)d dashboard" +msgid_plural "Deleted %(num)d dashboards" +msgstr[0] "Por favor selecione um dashboard" +msgstr[1] "Por favor selecione um dashboard" + +#: superset/datasets/api.py:783 +#, python-format +msgid "Deleted %(num)d dataset" +msgid_plural "Deleted %(num)d datasets" +msgstr[0] "Selecione uma base de dados" +msgstr[1] "Selecione uma base de dados" + +#: superset/reports/api.py:502 +#, python-format +msgid "Deleted %(num)d report schedule" +msgid_plural "Deleted %(num)d report schedules" +msgstr[0] "" +msgstr[1] "" + +#: superset/queries/saved_queries/api.py:222 +#, python-format +msgid "Deleted %(num)d saved query" +msgid_plural "Deleted %(num)d saved queries" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 +#, python-format +msgid "Deleted: %s" +msgstr "Eliminar" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/views/database/forms.py:150 +msgid "Delimiter" +msgstr "" + +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 +#, fuzzy +msgid "Delivery method" +msgstr "mês" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 +#, fuzzy +msgid "Density" +msgstr "Entidade" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 +#, fuzzy +msgid "Deprecated" +msgstr "Criado em" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 +msgid "Description" +msgstr "Descrição" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 +msgid "Description (this can be seen in the list)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 +#, fuzzy +msgid "Description Columns" +msgstr "descrição" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 +msgid "Description text that shows up below your Big Number" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:360 +#, fuzzy +msgid "Deselect all" +msgstr "Repor Estado" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 +msgid "Details of the certification" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 +msgid "Determines how whiskers and outliers are calculated." +msgstr "" + +#: superset/views/dashboard/mixin.py:70 +msgid "" +"Determines whether or not this dashboard is visible in the list of all " +"dashboards" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 +msgid "Diamond" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 +msgid "Did you mean:" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 +#, fuzzy +msgid "Difference" +msgstr "Clique para forçar atualização" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "Granularidade Temporal" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "descrição" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 +msgid "Directed Force Layout" +msgstr "Layout de Forças" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#, fuzzy +msgid "Directional" +msgstr "descrição" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#, fuzzy +msgid "Disabled" +msgstr "Editar Tabela" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "Dashboard" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#, fuzzy +msgid "Discrete" +msgstr "foi criado" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 +#, fuzzy +msgid "Display Name" +msgstr "Nome do modelo" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +msgid "Display column level total" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 +msgid "Display configuration" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 +msgid "" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 +msgid "Display row level total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 +msgid "Display total row/column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 +msgid "" +"Displays connections between entities in a graph structure. Useful for " +"mapping relationships and showing which nodes are important in a network." +" Graph charts can be configured to be force-directed or circulate. If " +"your data has a geospatial component, try the deck.gl Arc chart." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 +msgid "Distribute across" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 +#, fuzzy +msgid "Distribution" +msgstr "Contribuição" + +#: superset/viz.py:1801 +msgid "Distribution - Bar Chart" +msgstr "Gráfico de barras" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 +msgid "Divider" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 +msgid "Do you want a donut or a pie?" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:531 +#, fuzzy +msgid "Documentation" +msgstr "Anotações" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 +msgid "Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +#, fuzzy +msgid "Donut" +msgstr "mês" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Editar" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 +msgid "Download as image" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 +msgid "Download to CSV" +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 +msgid "Draft" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 +msgid "Draw a marker on data points. Only applicable for line types." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 +msgid "Draw area under curves. Only applicable for line types." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 +msgid "Draw line from Pie to label when labels outside?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Ordenar por" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 +#, fuzzy +msgid "Dual Line Chart" +msgstr "Gráfico de bala" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 +#, python-format +msgid "Duplicate column name(s): %(columns)s" +msgstr "" + +#: superset/common/query_object.py:291 +#, python-format +msgid "" +"Duplicate column/metric labels: %(labels)s. Please make sure all columns " +"and metrics have a unique label." +msgstr "" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Editar Base de Dados" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 +msgid "Duplicate tab" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 +msgid "Duration" +msgstr "Descrição" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." +msgstr "" + +#: superset/views/database/mixins.py:172 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." +msgstr "" + +#: superset/views/chart/mixin.py:69 +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Note this " +"defaults to the datasource/table timeout if undefined." +msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." + +#: superset/connectors/sqla/views.py:462 +msgid "" +"Duration (in seconds) of the caching timeout for this table. A timeout of" +" 0 indicates that the cache never expires. Note this defaults to the " +"database timeout if undefined." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 +#, fuzzy +msgid "" +"Duration (in seconds) of the metadata caching timeout for schemas of this" +" database. If left unset, the cache never expires." +msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 +#, fuzzy +msgid "" +"Duration (in seconds) of the metadata caching timeout for tables of this " +"database. If left unset, the cache never expires. " +msgstr "Duração (em segundos) do tempo limite da cache para esta visualização." + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 +msgid "Duration in ms (66000 => 1m 6s)" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 +#, python-format +msgid "Duration: %s" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +#, fuzzy +msgid "ECharts" +msgstr "Mover gráfico" + +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 +msgid "END (EXCLUSIVE)" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "Erro" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 +#, python-format +msgid "ERROR: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 +msgid "Edge length" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 +msgid "Edge length between nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +msgid "Edge symbols" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 +#, fuzzy +msgid "Edge width" +msgstr "Largura" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 +msgid "Edit" +msgstr "Editar" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 +#, fuzzy +msgid "Edit Alert" +msgstr "Editar Tabela" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 +msgid "Edit CSS" +msgstr "Editar Visualização" + +#: superset/views/css_templates.py:41 +msgid "Edit CSS Template" +msgstr "Modelos CSS" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 +#, fuzzy +msgid "Edit CSS template properties" +msgstr "Editar propriedades da visualização" + +#: superset/views/chart/mixin.py:28 +msgid "Edit Chart" +msgstr "Editar gráfico" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Editar propriedades da visualização" + +#: superset/connectors/sqla/views.py:75 +msgid "Edit Column" +msgstr "Editar Coluna" + +#: superset/views/dashboard/mixin.py:27 +msgid "Edit Dashboard" +msgstr "Editar Dashboard" + +#: superset/views/database/mixins.py:36 +msgid "Edit Database" +msgstr "Editar Base de Dados" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 +msgid "Edit Dataset " +msgstr "Editar Base de Dados" + +#: superset/views/log/__init__.py:24 +msgid "Edit Log" +msgstr "Editar" + +#: superset/connectors/sqla/views.py:210 +msgid "Edit Metric" +msgstr "Editar Métrica" + +#: superset/views/dynamic_plugins.py:61 +msgid "Edit Plugin" +msgstr "Editar Coluna" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 +#, fuzzy +msgid "Edit Report" +msgstr "Janela de exibição" + +#: superset/connectors/sqla/views.py:293 +msgid "Edit Row level security filter" +msgstr "" + +#: superset/views/sql_lab/views.py:55 +msgid "Edit Saved Query" +msgstr "Editar Query" + +#: superset/connectors/sqla/views.py:387 +msgid "Edit Table" +msgstr "Editar Tabela" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 +#, fuzzy +msgid "Edit annotation" +msgstr "Anotações" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 +#, fuzzy +msgid "Edit annotation layer" +msgstr "Camadas de anotação" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 +#, fuzzy +msgid "Edit annotation layer properties" +msgstr "Camadas de anotação" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Editar gráfico" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 +msgid "Edit chart properties" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +#, fuzzy +msgid "Edit dashboard" +msgstr "Editar Dashboard" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#, fuzzy +msgid "Edit database" +msgstr "Editar Base de Dados" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 +#, fuzzy +msgid "Edit dataset" +msgstr "Editar Base de Dados" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Edit email report" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 +msgid "Edit formatter" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 +msgid "Edit properties" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 +msgid "Edit query" +msgstr "Query vazia?" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 +msgid "Edit template" +msgstr "Carregue um modelo" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 +msgid "Edit template parameters" +msgstr "Editar propriedades da visualização" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Adicionar ao novo dashboard" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 +msgid "Edit time range" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:151 +msgid "Edited" +msgstr "Editar" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 +msgid "Editing 1 filter:" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 +msgid "Editing filter set:" +msgstr "" + +#: superset/errors.py:116 +msgid "Either the database is spelled incorrectly or does not exist." +msgstr "" + +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 +#, python-format +msgid "Either the username \"%(username)s\" or the password is incorrect." +msgstr "" + +#: superset/db_engine_specs/mssql.py:85 +#, python-format +msgid "" +"Either the username \"%(username)s\", password, or database name " +"\"%(database)s\" is incorrect." +msgstr "" + +#: superset/errors.py:115 +msgid "Either the username or the password is wrong." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 +msgid "Email reports active" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" +msgstr "Dashboard" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 +msgid "Emphasis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 +msgid "Empty circle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 +#, fuzzy +msgid "Empty collection" +msgstr "Conexão de teste" + +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "Coluna de tempo" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "Query vazia?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 +msgid "Empty query?" +msgstr "Query vazia?" + +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 +msgid "Enable Filter Select" +msgstr "Ativar Filtro de Seleção" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 +msgid "Enable data zooming controls" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 +msgid "Enable forecast" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 +msgid "Enable forecasting" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 +msgid "Enable graph roaming" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 +msgid "Enable node dragging" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 +msgid "Enable query cost estimation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 +msgid "Enable server side pagination of results (experimental feature)" +msgstr "" + +#: superset/viz.py:2567 +msgid "" +"Encountered invalid NULL spatial entry," +" please consider filtering those " +"out" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 +msgid "End" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 +msgid "End Time" +msgstr "Fim" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 +#, fuzzy +msgid "End angle" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "End date" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 +msgid "End date excluded from time range" +msgstr "" + +#: superset/annotation_layers/annotations/commands/exceptions.py:35 +msgid "End date must be after start date" +msgstr "Data de inicio não pode ser posterior à data de fim" + +#: superset/databases/commands/validate.py:59 +#, python-format +msgid "Engine \"%(engine)s\" cannot be configured through parameters." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 +#, fuzzy +msgid "Engine Parameters" +msgstr "Nome do modelo" + +#: superset/databases/schemas.py:298 +msgid "" +"Engine spec \"InvalidEngine\" does not support being configured via " +"individual parameters." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 +msgid "Enter CA_BUNDLE" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" +msgstr "" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Insira um novo título para a aba" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 +#, fuzzy +msgid "Enter a name for this sheet" +msgstr "Insira um novo título para a aba" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 +msgid "Enter a new title for the tab" +msgstr "Insira um novo título para a aba" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 +#, fuzzy +msgid "Enter duration in seconds" +msgstr "10 segundos" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 +msgid "Enter fullscreen" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 +msgid "Entity" +msgstr "Entidade" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 +#, fuzzy +msgid "Entity ID" +msgstr "Entidade" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 +msgid "Equal Date Sizes" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#, fuzzy +msgid "Error" +msgstr "Erro" + +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 +#, python-format +msgid "Error in jinja expression in HAVING clause: %(msg)s" +msgstr "" + +#: superset/connectors/sqla/models.py:1145 +#, python-format +msgid "Error in jinja expression in RLS filters: %(msg)s" +msgstr "" + +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 +#, python-format +msgid "Error in jinja expression in WHERE clause: %(msg)s" +msgstr "" + +#: superset/connectors/sqla/models.py:826 +#, python-format +msgid "Error in jinja expression in fetch values predicate: %(msg)s" +msgstr "" + +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 +msgid "Error loading chart datasources. Filters may not work correctly." +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 +#, fuzzy +msgid "Error message" +msgstr "Mensagem de Aviso" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 +#, fuzzy +msgid "Error while fetching charts" +msgstr "O carregamento de dados falhou" + +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 +#, fuzzy, python-format +msgid "Error while fetching data: %s" +msgstr "O carregamento de dados falhou" + +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 +#, fuzzy, python-format +msgid "Error while rendering virtual dataset query: %(msg)s" +msgstr "Erro ao carregar a lista de base de dados" + +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 +msgid "Estimate cost" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 +#, fuzzy +msgid "Estimate selected query cost" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 +msgid "Estimate the cost before running a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "mês" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 +#, fuzzy +msgid "Event Flow" +msgstr "Fluxo de eventos" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 +#, fuzzy +msgid "Event Names" +msgstr "Nome Detalhado" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 +msgid "Event definition" +msgstr "" + +#: superset/viz.py:2933 +msgid "Event flow" +msgstr "Fluxo de eventos" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 +#, fuzzy +msgid "Event time column" +msgstr "Coluna de tempo" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 +msgid "Every" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 +msgid "Evolution" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 +msgid "Exact" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 +msgid "Example" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 +msgid "Examples" +msgstr "" + +#: superset/views/database/forms.py:278 +msgid "Excel File" +msgstr "" + +#: superset/views/database/views.py:424 +#, python-format +msgid "" +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" +" database \"%(db_name)s\"" +msgstr "" + +#: superset/views/database/views.py:303 +msgid "Excel to Database configuration" +msgstr "Edite a configuração da origem de dados" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 +msgid "Exclude selected values" +msgstr "" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 +#, fuzzy +msgid "Executed SQL" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 +msgid "Executed query" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 +#, fuzzy +msgid "Execution ID" +msgstr "Registo de Acções" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 +#, fuzzy +msgid "Execution log" +msgstr "Registo de Acções" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +msgid "Existing dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 +msgid "Exit fullscreen" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 +msgid "Expand all" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +#, fuzzy +msgid "Expand table preview" +msgstr "Remover pré-visualização de tabela" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Expand tool bar" +msgstr "expandir barra de ferramentas" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 +#: superset-frontend/src/filters/components/GroupBy/index.ts:31 +#: superset-frontend/src/filters/components/Range/index.ts:31 +#: superset-frontend/src/filters/components/Select/index.ts:32 +#: superset-frontend/src/filters/components/Time/index.ts:31 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 +msgid "Experimental" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 +msgid "Explore" +msgstr "Explorar gráfico" + +#: superset/views/core.py:985 +#, python-format +msgid "Explore - %(table)s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 +msgid "Explore the result set in the data exploration view" +msgstr "" + +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 +msgid "Export" +msgstr "Exportar" + +#: superset/views/dashboard/views.py:65 +msgid "Export dashboards?" +msgstr "Exportar dashboards?" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +#, fuzzy +msgid "Export query" +msgstr "partilhar query" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "Exportar para .json" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "Exportar para .json" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "Exportar para .json" + +#: superset/views/base.py:606 +msgid "Export to YAML" +msgstr "Exportar para .json" + +#: superset/views/base.py:606 +msgid "Export to YAML?" +msgstr "Exportar para .json" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +#, fuzzy +msgid "Export to full .CSV" +msgstr "Exportar para o formato .csv" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +#, fuzzy +msgid "Export to pivoted .CSV" +msgstr "Exportar para o formato .csv" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 +msgid "Expose database in SQL Lab" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 +msgid "Expose in SQL Lab" +msgstr "Expor no SQL Lab" + +#: superset/views/database/mixins.py:103 +msgid "Expose this DB in SQL Lab" +msgstr "Expor esta BD no SQL Lab" + +#: superset/connectors/sqla/views.py:161 +msgid "Expression" +msgstr "Expressão" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 +msgid "Extra" +msgstr "Extra" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 +msgid "Extra Controls" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 +#, fuzzy +msgid "Extra Parameters" +msgstr "Nome do modelo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 +msgid "" +"Extra data to specify table metadata. Currently supports metadata of the " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," +" \"details\": \"This table is the source of truth.\" }, " +"\"warning_markdown\": \"This is a warning.\" }`." +msgstr "" + +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 +#, python-format +msgid "Extra field cannot be decoded by JSON. %(msg)s" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 +msgid "Extra parameters for use in jinja templated queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 +msgid "" +"Extra parameters that any plugins can choose to set for use in Jinja " +"templated queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 +msgid "Extra url parameters for use in Jinja templated queries" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "textarea" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 +msgid "FEB" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 +msgid "FRI" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#, fuzzy +msgid "Factor" +msgstr "Criador" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 +msgid "Fail" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 +msgid "Failed" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 +msgid "Failed at retrieving results" +msgstr "O carregamento dos resultados a partir do backend falhou" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 +#, python-format +msgid "Failed at stopping query. %s" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "O carregamento dos resultados a partir do backend falhou" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 +msgid "Failed to start remote query on a worker." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + +#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 +#, python-format +msgid "Failed to verify select options: %s" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 +msgid "Favorite" +msgstr "Favoritos" + +#: superset-frontend/src/profile/components/App.tsx:52 +msgid "Favorites" +msgstr "Favoritos" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 +msgid "February" +msgstr "" + +#: superset/connectors/sqla/views.py:488 +msgid "Fetch Values Predicate" +msgstr "Carregar Valores de Predicado" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 +msgid "Fetch data preview" +msgstr "Obter pré-visualização de dados" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 +#, python-format +msgid "Fetched %s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 +#, python-format +msgid "Field cannot be decoded by JSON. %(json_error)s" +msgstr "" + +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 +#, python-format +msgid "Field cannot be decoded by JSON. %(msg)s" +msgstr "" + +#: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 +msgid "Field is required" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:37 +msgid "File" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "Selecione uma cor" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +msgid "Fill all required fields to enable \"Default Value\"" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 +msgid "Fill method" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "Perfil" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 +#, fuzzy +msgid "Filter" +msgstr "Filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "Controlo de filtro" + +#: superset/templates/appbuilder/general/widgets/search.html:24 +msgid "Filter List" +msgstr "Filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "Lista de Métricas" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 +#, fuzzy +msgid "Filter Type" +msgstr "Valor de filtro" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#, fuzzy +msgid "Filter box" +msgstr "Caixa de filtro" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Controlo de filtro" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 +#, fuzzy +msgid "Filter configuration" +msgstr "Controlo de filtro" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 +msgid "Filter configuration for the filter box" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 +msgid "Filter has default value" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Valor de filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 +msgid "Filter metadata changed in dashboard. It will not be applied." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 +#, fuzzy +msgid "Filter name" +msgstr "Valor de filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 +#, fuzzy +msgid "Filter results" +msgstr "Procurar Resultados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#, fuzzy +msgid "Filter set already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 +#, fuzzy +msgid "Filter set with this name already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 +#, python-format +msgid "Filter sets (%(filterSetCount)d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 +#, fuzzy +msgid "Filter type" +msgstr "Valor de filtro" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 +msgid "Filter value (case sensitive)" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "Origem de dados" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 +msgid "Filter value list cannot be empty" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 +msgid "Filter your charts" +msgstr "Controlo de filtro" + +#: superset/connectors/sqla/views.py:159 +msgid "Filterable" +msgstr "Filtrável" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 +msgid "Filters" +msgstr "Filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 +#, fuzzy, python-format +msgid "Filters (%d)" +msgstr "Filtros de resultados" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 +#, fuzzy +msgid "Filters by columns" +msgstr "Controlo de filtro" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#, fuzzy +msgid "Filters by metrics" +msgstr "Lista de Métricas" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 +#, fuzzy +msgid "Filters configuration" +msgstr "Edite a configuração da origem de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 +#, python-format +msgid "Filters out of scope (%d)" +msgstr "" + +#: superset/connectors/sqla/views.py:342 +msgid "" +"Filters with the same group key will be ORed together within the group, " +"while different filter groups will be ANDed together. Undefined group " +"keys are treated as unique groups, i.e. are not grouped together. For " +"example, if a table has three filters, of which two are for departments " +"Finance and Marketing (group key = 'department'), and one refers to the " +"region Europe (group key = 'region'), the filter clause would apply the " +"filter (department = 'Finance' OR department = 'Marketing') AND (region =" +" 'Europe')." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +msgid "Finish" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 +msgid "" +"Fix the trend line to the full time range specified in case filtered " +"results do not include the start or end dates" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 +msgid "Fix to selected Time Range" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 +#, fuzzy +msgid "Fixed" +msgstr "Modificado" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 +#, fuzzy +msgid "Fixed Color" +msgstr "Selecione uma cor" + +#: superset-frontend/src/explore/controls.jsx:205 +msgid "Fixed color" +msgstr "Selecione uma cor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 +msgid "Flow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 +msgid "Font size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 +msgid "Font size for axis labels, detail value and other text elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 +msgid "Font size for the biggest value in the list" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 +msgid "Font size for the smallest value in the list" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 +msgid "" +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 +msgid "" +"For regular filters, these are the roles this filter will be applied to. " +"For base filters, these are the roles that the filter DOES NOT apply to, " +"e.g. Admin if admin should see all data." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +#, fuzzy +msgid "Force" +msgstr "Fonte" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 +msgid "" +"Force all tables and views to be created in this schema when clicking " +"CTAS or CVAS in SQL Lab." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "Formato de data e hora" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 +msgid "Force refresh" +msgstr "Forçar atualização de dados" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 +msgid "Force refresh schema list" +msgstr "Forçar atualização de dados" + +#: superset-frontend/src/components/TableSelector/index.tsx:317 +msgid "Force refresh table list" +msgstr "Forçar atualização de dados" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 +msgid "Forecast periods" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Cargos a permitir ao utilizador" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#, fuzzy +msgid "Formattable" +msgstr "Chaves para tabela" + +#: superset-frontend/src/components/ReportModal/index.tsx:255 +msgid "Formatted CSV attached in email" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 +msgid "Found invalid orderby options" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +msgid "Fraction digits" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 +#, fuzzy +msgid "Friction" +msgstr "Acção" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 +msgid "Friction between nodes" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" +msgstr "" + +#: superset/utils/date_parser.py:267 superset/viz.py:392 +msgid "From date cannot be larger than to date" +msgstr "Data de inicio não pode ser posterior à data de fim" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Valor de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +#, fuzzy +msgid "Funnel Chart" +msgstr "Mover gráfico" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 +msgid "Further customize how to display each column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 +msgid "Further customize how to display each metric" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "Agrupar por" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 +#, fuzzy +msgid "Gauge Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 +msgid "General" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "Mover gráfico" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 +msgid "Geo" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "Coluna de tempo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 +msgid "Get the last date by the date unit." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 +msgid "Get the specify date for the holiday" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 +msgid "Google Sheet Name and URL" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 +#, fuzzy +msgid "Grace period" +msgstr "Períodos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 +#, fuzzy +msgid "Graph Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 +msgid "Graph layout" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 +msgid "Gravity" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "Criado em" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +#: superset-frontend/src/filters/components/GroupBy/index.ts:28 +#, fuzzy +msgid "Group By" +msgstr "Agrupar por" + +#: superset-frontend/src/filters/components/GroupBy/index.ts:29 +msgid "Group By filter plugin" +msgstr "" + +#: superset/viz.py:927 +msgid "Group By' and 'Columns' can't overlap" +msgstr "Os campos 'Agrupar por' e 'Colunas' não se podem sobrepor" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 +msgid "Group By, Metrics or Percentage Metrics must have a value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +msgid "Group by" +msgstr "Agrupar por" + +#: superset/connectors/sqla/views.py:158 +msgid "Groupable" +msgstr "Agrupável" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Carregue um modelo" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "foi criado" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +msgid "Header" +msgstr "Subtítulo" + +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 +msgid "Header Row" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 +#: superset/viz.py:2249 +msgid "Heatmap" +msgstr "Mapa de Calor" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 +msgid "Heatmap Options" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 +msgid "Height" +msgstr "Altura" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "Alternar descrição do gráfico" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#, fuzzy +msgid "Hide layer" +msgstr "ocultar barra de ferramentas" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Broker Port" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Hide tool bar" +msgstr "ocultar barra de ferramentas" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "Métrica usada para definir a série superior" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 +#, fuzzy +msgid "Hierarchy" +msgstr "Pesquisa" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 +#: superset/viz.py:1743 +msgid "Histogram" +msgstr "Histograma" + +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 +msgid "Home" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +#, fuzzy +msgid "Horizon Chart" +msgstr "Gráfico de Horizonte" + +#: superset/viz.py:2310 +msgid "Horizon Charts" +msgstr "Gráfico de Horizonte" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 +msgid "Horizontal alignment" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +msgid "Host" +msgstr "" + +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 +msgid "Hostname or IP address" +msgstr "" + +#: superset/db_engine_specs/base.py:104 +#, fuzzy +msgid "Hour" +msgstr "hora" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#, fuzzy, python-format +msgid "Hours %s" +msgstr "hora" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 +msgid "Hours offset" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 +msgid "How do you want to enter service account credentials?" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 +msgid "How many periods into the future do we want to predict" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 +msgid "" +"How to display time shifts: as individual lines; as the difference " +"between the main time series and each time shift; as the percentage " +"change; or as the ratio between series and time shifts." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 +msgid "Huge" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +msgid "ISO 3166-2 Codes" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 +msgid "ISO 8601" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#, fuzzy +msgid "Id" +msgstr "id:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 +msgid "Id of root node of the tree." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 +#, fuzzy +msgid "" +"If Presto or Trino, all the queries in SQL Lab are going to be executed " +"as the currently logged on user who must have permission to run them. If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" +"Se Presto, todas as consultas no SQL Lab serão executadas como o " +"utilizador atualmente conectado que deve ter permissão para as executar. " +"
Se hive e hive.server2.enable.doAs estiver habilitado, serão " +"executadas as queries como conta de serviço, mas deve personificar o " +"utilizador atualmente conectado recorrendo à propriedade " +"hive.server2.proxy.user." + +#: superset/views/database/mixins.py:165 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" +"Se Presto, todas as consultas no SQL Lab serão executadas como o " +"utilizador atualmente conectado que deve ter permissão para as executar. " +"
Se hive e hive.server2.enable.doAs estiver habilitado, serão " +"executadas as queries como conta de serviço, mas deve personificar o " +"utilizador atualmente conectado recorrendo à propriedade " +"hive.server2.proxy.user." + +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" +msgstr "" + +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" +msgstr "" + +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." +msgstr "" + +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 +msgid "Ignore time" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:252 +msgid "Image (PNG) embedded in email" +msgstr "" + +#: superset-frontend/src/utils/downloadAsImage.ts:55 +msgid "Image download failed, please refresh and try again." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 +#, fuzzy +msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" +msgstr "Personificar o utilizador conectado" + +#: superset/views/database/mixins.py:197 +msgid "Impersonate the logged on user" +msgstr "Personificar o utilizador conectado" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +msgid "Import" +msgstr "Importar" + +#: superset-frontend/src/components/ImportModal/index.tsx:430 +#, python-format +msgid "Import %s" +msgstr "Importar" + +#: superset/templates/superset/import_dashboards.html:26 +msgid "Import Dashboard(s)" +msgstr "Importar Dashboards" + +#: superset/initialization/__init__.py:337 +msgid "Import Dashboards" +msgstr "Importar Dashboards" + +#: superset/connectors/sqla/views.py:386 +msgid "Import a table definition" +msgstr "" + +#: superset/charts/commands/exceptions.py:155 +msgid "Import chart failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:813 +#, fuzzy +msgid "Import charts" +msgstr "Mover gráfico" + +#: superset/dashboards/commands/exceptions.py:82 +msgid "Import dashboard failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:686 +#: superset/templates/superset/import_dashboards.html:21 +msgid "Import dashboards" +msgstr "Importar Dashboards" + +#: superset/databases/commands/exceptions.py:171 +msgid "Import database failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" +msgstr "" + +#: superset/datasets/commands/exceptions.py:185 +msgid "Import dataset failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:620 +#, fuzzy +msgid "Import datasets" +msgstr "Editar Base de Dados" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 +#, fuzzy +msgid "Import queries" +msgstr "Query vazia?" + +#: superset/queries/saved_queries/commands/exceptions.py:36 +msgid "Import saved query failed for an unknown reason." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +msgid "" +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." +msgstr "" + +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "Mín" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +#, fuzzy +msgid "Include time" +msgstr "Fim" + +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" +msgstr "" + +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" +msgstr "Adicionar Coluna" + +#: superset-frontend/src/features/home/RightMenu.tsx:482 +msgid "Info" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 +msgid "Inner Radius" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 +msgid "Inner radius of donut hole" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 +msgid "Input field supports custom rotation. e.g. 30 for 30°" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 +#, fuzzy +msgid "Instant filtering" +msgstr "Filtragem instantânea" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 +#, fuzzy +msgid "Intensity" +msgstr "Entidade" + +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Filtrável" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 +#, fuzzy +msgid "Interval End column" +msgstr "Controlo de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 +#, fuzzy +msgid "Interval bounds" +msgstr "Controlo de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 +#, fuzzy +msgid "Interval colors" +msgstr "Esquema de cores lineares" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 +#, fuzzy +msgid "Interval start column" +msgstr "Controlo de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 +#, fuzzy +msgid "Intervals" +msgstr "Filtrável" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 +msgid "Invalid JSON" +msgstr "" + +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "" + +#: superset/databases/schemas.py:186 superset/exceptions.py:196 +msgid "Invalid certificate" +msgstr "" + +#: superset/views/core.py:1422 +msgid "" +"Invalid connection string, a valid string usually follows:\n" +"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" +msgstr "" + +#: superset/databases/schemas.py:164 +msgid "" +"Invalid connection string, a valid string usually follows: " +"backend+driver://user:password@database-host/database-name" +msgstr "" + +#: superset/views/database/validators.py:40 +msgid "" +"Invalid connection string, a valid string usually " +"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" +"NAME'

Example:'postgresql://user:password@your-postgres-" +"db/database'

" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 +msgid "Invalid cron expression" +msgstr "" + +#: superset/utils/pandas_postprocessing/cum.py:55 +#, python-format +msgid "Invalid cumulative operator: %(operator)s" +msgstr "" + +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 +msgid "Invalid date/timestamp format" +msgstr "Formato da Tabela Datahora" + +#: superset/viz.py:2160 +msgid "Invalid filter configuration, please select a column" +msgstr "" + +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 +#, python-format +msgid "Invalid filter operation type: %(op)s" +msgstr "" + +#: superset/utils/pandas_postprocessing/geography.py:118 +msgid "Invalid geodetic string" +msgstr "" + +#: superset/utils/pandas_postprocessing/geography.py:49 +msgid "Invalid geohash string" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/utils/pandas_postprocessing/geography.py:76 +msgid "Invalid longitude/latitude" +msgstr "" + +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" +msgstr "" + +#: superset/utils/pandas_postprocessing/utils.py:170 +#, python-format +msgid "Invalid numpy function: %(operator)s" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:90 +#, python-format +msgid "Invalid options for %(rolling_type)s: %(options)s" +msgstr "" + +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 +#, python-format +msgid "Invalid result type: %(result_type)s" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:84 +#, python-format +msgid "Invalid rolling_type: %(type)s" +msgstr "" + +#: superset/viz.py:2530 +#, python-format +msgid "Invalid spatial point encountered: %s" +msgstr "" + +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 +msgid "Inverse selection" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" +msgstr "" + +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 +#, fuzzy +msgid "Is certified" +msgstr "foi criado" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 +msgid "Is dimension" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" +msgstr "" + +#: superset/views/base_api.py:143 +msgid "Is favorite" +msgstr "Favoritos" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 +#, fuzzy +msgid "Is filterable" +msgstr "Filtrável" + +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 +msgid "Is temporal" +msgstr "É temporal" + +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 +msgid "JAN" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 +msgid "JSON" +msgstr "JSON" + +#: superset/views/dashboard/mixin.py:88 +msgid "JSON Metadata" +msgstr "Metadados JSON" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 +#, fuzzy +msgid "JSON metadata" +msgstr "Atualizar coluna de metadados" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "Atualizar coluna de metadados" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 +msgid "" +"JSON string containing additional connection configuration. This is used " +"to provide connection information for systems like Hive, Presto and " +"BigQuery which do not conform to the username:password syntax normally " +"used by SQLAlchemy." +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 +msgid "JUL" +msgstr "URL" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 +msgid "JUN" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 +msgid "January" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Carregue um modelo" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 +msgid "" +"Json list of the column names that should be read. If not None, only " +"these columns will be read from the file." +msgstr "" + +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"]," +" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " +"supports only single value. Use [\"\"] for empty string." +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +msgid "July" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 +msgid "June" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 +msgid "KPI" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 +msgid "Keep editing" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 +msgid "Keys for table" +msgstr "Chaves para tabela" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtros" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Limite de linha" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 +msgid "Label" +msgstr "Rótulo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 +msgid "Label Line" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 +msgid "Label Type" +msgstr "" + +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 +msgid "Label for your query" +msgstr "Rótulo para a sua query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 +#, fuzzy +msgid "Label position" +msgstr "última partição:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 +msgid "Label threshold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 +msgid "Labelling" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 +#, fuzzy +msgid "Labels" +msgstr "Rótulo" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 +msgid "Labels for the marker lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 +msgid "Labels for the markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 +msgid "Labels for the ranges" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" +msgstr "" + +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 +msgid "Last Changed" +msgstr "Modificado pela última vez" + +#: superset/views/chart/mixin.py:81 +msgid "Last Modified" +msgstr "Última Alteração" + +#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#, python-format +msgid "Last Updated %s" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Última Alteração" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 +#, python-format +msgid "Last available value seen on %s" +msgstr "" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 +#, fuzzy +msgid "Last modified" +msgstr "Última Alteração" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 +#, python-format +msgid "Last modified by %s" +msgstr "Última Alteração" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 +#, fuzzy +msgid "Last run" +msgstr "Modificado pela última vez" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 +msgid "Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 +msgid "Latitude of default viewport" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 +#, fuzzy +msgid "Layer configuration" +msgstr "Controlo de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 +msgid "Layout" +msgstr "" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 +msgid "Layout type of graph" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 +msgid "Layout type of tree" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 +msgid "" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 +#, fuzzy +msgid "Least recently modified" +msgstr "Última Alteração" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 +#, fuzzy +msgid "Left" +msgstr "Eliminar" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 +#, fuzzy +msgid "Left Axis Format" +msgstr "Formato do Eixo YY" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 +#, fuzzy +msgid "Left Axis Metric" +msgstr "Metric do Eixo Direito" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 +#, fuzzy +msgid "Left Axis chart(s)" +msgstr "Selecione um esquema (%s)" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 +msgid "Left Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 +msgid "Left margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +msgid "Left to Right" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 +#, fuzzy +msgid "Left value" +msgstr "Latitude padrão" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 +msgid "Legacy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 +msgid "Legend" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Anotações" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "Conexão de teste" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 +msgid "Legend type" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 +msgid "Lift percent precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Altura" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 +msgid "Limit reached" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 +msgid "Limit selector values" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 +msgid "Limits the number of rows that get displayed." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 +msgid "" +"Limits the number of series that get displayed. A joined subquery (or an " +"extra phase where subqueries are not supported) is applied to limit the " +"number of series that get fetched and rendered. This feature is useful " +"when grouping by high cardinality column(s) though does increase the " +"query complexity and cost." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 +#, fuzzy +msgid "Line" +msgstr "Mín" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 +#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 +#, fuzzy +msgid "Line Chart" +msgstr "Mover gráfico" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 +msgid "Line Style" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 +msgid "Line interpolation as defined by d3.js" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 +#, fuzzy +msgid "Line width" +msgstr "Largura" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 +#, fuzzy +msgid "Linear Color Scheme" +msgstr "Esquema de cores lineares" + +#: superset-frontend/src/explore/controls.jsx:221 +msgid "Linear color scheme" +msgstr "Esquema de cores lineares" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "Coluna de tempo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Copiado!" + +#: superset/views/sql_lab/views.py:52 +msgid "List Saved Query" +msgstr "Lista de Queries Gravadas" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 +msgid "List of values to mark with lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 +msgid "List of values to mark with triangles" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 +#, fuzzy +msgid "Live CSS editor" +msgstr "Editor CSS em tempo real" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 +msgid "Live render" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 +msgid "Load a CSS template" +msgstr "Carregue um modelo CSS" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 +msgid "Loaded data cached" +msgstr "Dados carregados em cache" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 +msgid "Loaded from cache" +msgstr "Carregado da cache" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 +msgid "Loading..." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 +msgid "Log Scale" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 +#, fuzzy +msgid "Log retention" +msgstr "Anotações" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 +msgid "Logarithmic scale on primary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 +msgid "Logarithmic scale on secondary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 +msgid "Logarithmic y-axis" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:562 +msgid "Login" +msgstr "Login" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Largura" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 +msgid "Logout" +msgstr "Sair" + +#: superset/views/log/__init__.py:21 +msgid "Logs" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 +msgid "Longitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 +msgid "Longitude of default viewport" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 +msgid "MAR" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 +msgid "MAY" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 +msgid "MON" +msgstr "" + +#: superset/connectors/sqla/views.py:490 +msgid "Main Datetime Column" +msgstr "Coluna Datahora principal" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" +"Pedido mal formado. Os argumentos slice_id ou table_name e db_name não " +"foram preenchidos" + +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 +msgid "Manage" +msgstr "Gerir" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 +msgid "Mandatory" +msgstr "" + +#: superset/views/database/forms.py:350 +msgid "Mangle Duplicate Columns" +msgstr "Coluna Datahora principal" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 +#, fuzzy +msgid "Map" +msgstr "Treemap" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 +msgid "Map Style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +#, fuzzy +msgid "MapBox" +msgstr "Mapbox" + +#: superset/viz.py:2322 +msgid "Mapbox" +msgstr "Mapbox" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 +msgid "March" +msgstr "Pesquisa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 +#, fuzzy +msgid "Margin" +msgstr "Origem" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 +msgid "Marker" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 +msgid "Marker Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 +#, fuzzy +msgid "Marker labels" +msgstr "Etiquetas de marcadores" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 +msgid "Marker line labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 +msgid "Marker lines" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 +msgid "Marker size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 +msgid "Markers" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +#, fuzzy +msgid "Markup type" +msgstr "Tipo de marcação" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 +msgid "Max" +msgstr "Máx" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 +#, fuzzy +msgid "Max Bubble Size" +msgstr "Tamanho da bolha" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 +msgid "Max Events" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 +msgid "Maximum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 +msgid "Maximum Font Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +msgid "Maximum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 +msgid "Maximum value on the gauge axis" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 +msgid "May" +msgstr "dia" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +msgid "Mean of values over specified period" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Valor de filtro" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 +msgid "" +"Median edge width, the thickest edge will be 4 times thicker than the " +"thinnest." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 +msgid "" +"Median node size, the largest node will be 4 times larger than the " +"smallest" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Median values" +msgstr "" + +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" +msgstr "" + +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 +#, fuzzy +msgid "Message content" +msgstr "Conteúdo Criado" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 +#, fuzzy +msgid "Metadata" +msgstr "Atualizar coluna de metadados" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 +#, fuzzy +msgid "Metadata Parameters" +msgstr "Nome do modelo" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 +msgid "Metadata has been synced" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 +msgid "Method" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 +#: superset-frontend/src/explore/controls.jsx:167 +#: superset-frontend/src/explore/controls.jsx:168 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 +msgid "Metric" +msgstr "Métrica" + +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 +#, python-format +msgid "Metric '%(metric)s' does not exist" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 +#, fuzzy +msgid "Metric ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 +msgid "Metric assigned to the [X] axis" +msgstr "Métrica atribuída ao eixo [X]" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 +msgid "Metric assigned to the [Y] axis" +msgstr "Metrica atribuída ao eixo [Y]" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +msgid "Metric change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 +#, fuzzy +msgid "Metric descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +msgid "Metric factor change from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "nome da origem de dados" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 +#, python-format +msgid "Metric name [%s] is duplicated" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +msgid "Metric percent change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 +#, fuzzy +msgid "Metric to display bottom title" +msgstr "Selecione uma métrica para visualizar" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 +msgid "Metric to sort the results by" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 +msgid "Metric used to calculate bubble size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 +msgid "" +"Metric used to define how the top series are sorted if a series or row " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 +#: superset-frontend/src/explore/controls.jsx:152 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 +msgid "Metrics" +msgstr "Métricas" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 +msgid "" +"Metrics for which percentage of total are to be displayed. Calculated " +"from only data within the row limit." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Midnight" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Filtros" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 +msgid "Min" +msgstr "Mín" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 +msgid "Min Periods" +msgstr "Período Mínimo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 +#, fuzzy +msgid "Min Width" +msgstr "Largura" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 +#, fuzzy +msgid "Min periods" +msgstr "Período Mínimo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 +#, fuzzy +msgid "Minimum" +msgstr "minuto" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 +msgid "Minimum Font Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 +msgid "Minimum leaf node event count" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 +msgid "Minimum threshold in percentage points for showing labels." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +msgid "Minimum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 +msgid "Minimum value for label to be displayed on graph." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 +msgid "Minimum value on the gauge axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 +msgid "Minor Split Line" +msgstr "" + +#: superset/db_engine_specs/base.py:99 +#, fuzzy +msgid "Minute" +msgstr "minuto" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#, fuzzy, python-format +msgid "Minutes %s" +msgstr "minuto" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +#, fuzzy +msgid "Missing URL parameters" +msgstr "Nome do modelo" + +#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 +#, fuzzy +msgid "Missing dataset" +msgstr "Viz está sem origem de dados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Mover gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Time-Series" +msgstr "" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 +msgid "Modified" +msgstr "Modificado" + +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 +#, fuzzy, python-format +msgid "Modified %s" +msgstr "Última Alteração" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 +#, fuzzy +msgid "Modified by" +msgstr "Modificado" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 +#, python-format +msgid "Modified columns: %s" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 +msgid "Monday" +msgstr "" + +#: superset/db_engine_specs/base.py:108 +#, fuzzy +msgid "Month" +msgstr "mês" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#, fuzzy, python-format +msgid "Months %s" +msgstr "mês" + +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Fonte" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Filtros" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +msgid "Move only" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 +msgid "Moves the given set of dates by a specified interval." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 +msgid "Multi-Dimensions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 +msgid "Multi-Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 +msgid "Multi-Levels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 +msgid "Multi-Variables" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 +msgid "Multiple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 +#, fuzzy +msgid "Multiple Line Charts" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset/views/database/views.py:465 +msgid "" +"Multiple file extensions are not allowed for columnar uploads. Please " +"make sure all files are of the same extension." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "Filtros" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 +msgid "Multiple selections allowed, otherwise filter is limited to a single value" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "" + +#: superset/dashboards/commands/exceptions.py:39 +msgid "Must be unique" +msgstr "" + +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Remover gráfico do dashboard" + +#: superset/viz.py:2346 +msgid "Must have a [Group By] column to have 'count' as the [Label]" +msgstr "Deve ter uma coluna [Agrupar por] para ter 'count' como [Label]" + +#: superset/viz.py:1752 +msgid "Must have at least one numeric column specified" +msgstr "Deve ser especificada uma coluna númerica" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 +msgid "Must specify a value for filters with comparison operators" +msgstr "" + +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 +#, fuzzy +msgid "My column" +msgstr "Coluna" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 +#, fuzzy +msgid "My metric" +msgstr "Adicionar Métrica" + +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 +msgid "N/A" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "Agrupar por" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 +msgid "NOV" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 +msgid "NOW" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 +msgid "Name" +msgstr "Nome" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 +msgid "Name is required" +msgstr "" + +#: superset/annotation_layers/commands/exceptions.py:66 +msgid "Name must be unique" +msgstr "" + +#: superset/views/database/forms.py:406 +#, fuzzy +msgid "Name of table to be created from columnar data." +msgstr "Nome da tabela que existe na base de dados de origem" + +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." +msgstr "Nome da tabela que existe na base de dados de origem" + +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Nome da tabela que existe na base de dados de origem" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 +msgid "Name of the column containing the id of the parent node" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 +msgid "Name of the id column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 +msgid "Name of the source nodes" +msgstr "" + +#: superset/connectors/sqla/views.py:428 +msgid "Name of the table that exists in the source database" +msgstr "Nome da tabela que existe na base de dados de origem" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 +msgid "Name of the target nodes" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 +#, fuzzy +msgid "Name your database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "Erro de rede." + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Erro de rede." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 +msgid "New chart" +msgstr "Mover gráfico" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 +#, python-format +msgid "New columns added: %s" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Base de dados" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "nome da origem de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 +#, fuzzy +msgid "New filter set" +msgstr "Ativar Filtro de Seleção" + +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Mover gráfico" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 +msgid "New tab" +msgstr "fechar aba" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 +msgid "New tab (Ctrl + q)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 +msgid "New tab (Ctrl + t)" +msgstr "" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 +msgid "Next" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +#, fuzzy +msgid "Nightingale Rose Chart" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 +msgid "No" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 +#, python-format +msgid "No %s yet" +msgstr "" + +#: superset/templates/superset/request_access.html:20 +msgid "No Access!" +msgstr "Não há acesso!" + +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 +#, fuzzy +msgid "No Data" +msgstr "Metadados" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 +#, fuzzy +msgid "No Results" +msgstr "ver resultados" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Camadas de anotação" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 +msgid "No annotation layers yet" +msgstr "Camadas de anotação" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 +msgid "No annotation yet" +msgstr "Camadas de anotação" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Filtros" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 +msgid "No charts" +msgstr "Mover gráfico" + +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Mover gráfico" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 +#, fuzzy +msgid "No columns" +msgstr "Coluna" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Coluna" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +msgid "No compatible columns found" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 +msgid "No dashboards" +msgstr "Sem dashboards" + +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Sem dashboards" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 +msgid "No data" +msgstr "Metadados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 +msgid "No data after filtering or data is NULL for the latest time record" +msgstr "" + +#: superset/dashboards/commands/importers/v0.py:304 +msgid "No data in file" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +msgid "No database tables found" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 +#, fuzzy +msgid "No description available." +msgstr "descrição" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 +msgid "No favorite charts yet, go click on stars!" +msgstr "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" + +#: superset-frontend/src/profile/components/Favorites.tsx:89 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "Ainda não há dashboards favoritos, comece a clicar nas estrelas!" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 +#: superset-frontend/src/explore/controls.jsx:326 +#, fuzzy +msgid "No filter" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 +msgid "No filter is selected." +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Filtros" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Nenhum registo encontrado" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +#, fuzzy +msgid "No of Bins" +msgstr "Cópia de %s" + +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#: superset/templates/appbuilder/general/widgets/base_list.html:64 +msgid "No records found" +msgstr "Nenhum registo encontrado" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "ver resultados" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 +msgid "No results found" +msgstr "Nenhum registo encontrado" + +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 +msgid "" +"No results were returned for this query. If you expected results to be " +"returned, ensure any filters are configured properly and the datasource " +"contains data for the selected time range." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "Selecione métrica" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Queries Gravadas" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 +msgid "No stored results found, you need to re-run your query" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Ordenação original das colunas" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 +#, fuzzy +msgid "No time columns" +msgstr "Coluna de tempo" + +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 +msgid "Node label position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 +msgid "Node select mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 +#, fuzzy +msgid "Node size" +msgstr "Tamanho da bolha" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 +msgid "None" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +msgid "None -> Arrow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +msgid "None -> None" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 +msgid "Normal" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 +msgid "Normalize Across" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 +msgid "Normalized" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 +msgid "Not Time Series" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Adicionar ao novo dashboard" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "Anotações" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 +msgid "Not null" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 +msgid "Not triggered" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 +msgid "Not up to date" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 +#, fuzzy +msgid "Notification method" +msgstr "Metadados adicionais" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 +msgid "November" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 +msgid "Now" +msgstr "" + +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Valor de filtro" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" +msgstr "" + +#: superset/datasets/filters.py:26 +msgid "Null or Empty" +msgstr "" + +#: superset/views/database/forms.py:392 +msgid "Null values" +msgstr "Valor de filtro" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 +msgid "Number Format" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 +msgid "Number format" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 +msgid "Number of decimal digits to round numbers to" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 +msgid "Number of decimal places with which to display lift values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 +msgid "Number of decimal places with which to display p-values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 +msgid "Number of split segments on the axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 +msgid "Number of steps to take between ticks when displaying the X scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 +msgid "Number of steps to take between ticks when displaying the Y scale" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +#, fuzzy +msgid "Numerical range" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 +msgid "OCT" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 +msgid "OK" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 +msgid "OVERWRITE" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 +msgid "October" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 +msgid "Offline" +msgstr "" + +#: superset/connectors/sqla/views.py:485 +msgid "Offset" +msgstr "Offset" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 +msgid "On Grace" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:126 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a series limit to limit the number of fetched and rendered " +"series." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a sort by metric and series limit to limit the number of fetched " +"and rendered series." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 +#, fuzzy +msgid "One or many columns to pivot as columns" +msgstr "Um ou vários controles para pivotar como colunas" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:245 +msgid "One or many controls to pivot as columns" +msgstr "Um ou vários controles para pivotar como colunas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:162 +msgid "One or many metrics to display" +msgstr "Uma ou várias métricas para exibir" + +#: superset/datasets/commands/exceptions.py:90 +msgid "One or more columns already exist" +msgstr "" + +#: superset/datasets/commands/exceptions.py:80 +msgid "One or more columns are duplicated" +msgstr "" + +#: superset/datasets/commands/exceptions.py:70 +msgid "One or more columns do not exist" +msgstr "" + +#: superset/datasets/commands/exceptions.py:119 +msgid "One or more metrics already exist" +msgstr "Uma ou várias métricas para exibir" + +#: superset/datasets/commands/exceptions.py:109 +msgid "One or more metrics are duplicated" +msgstr "Uma ou várias métricas para exibir" + +#: superset/datasets/commands/exceptions.py:99 +msgid "One or more metrics do not exist" +msgstr "Uma ou várias métricas para exibir" + +#: superset/errors.py:119 +msgid "One or more parameters needed to configure a database are missing." +msgstr "" + +#: superset/errors.py:133 +msgid "One or more parameters specified in the query are malformatted." +msgstr "" + +#: superset/errors.py:107 +msgid "One or more parameters specified in the query are missing." +msgstr "" + +#: superset/views/core.py:1992 +msgid "" +"One or more required fields are missing in the request. Please try again," +" and if the problem persists contact your administrator." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 +msgid "One ore more annotation layers failed loading." +msgstr "" + +#: superset/sql_lab.py:230 +msgid "Only SELECT statements are allowed against this database." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 +msgid "Only Total" +msgstr "" + +#: superset/connectors/sqla/utils.py:123 +msgid "Only `SELECT` statements are allowed" +msgstr "Copiar a instrução SELECT para a área de transferência" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 +msgid "Only selected panels will be affected by this filter" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 +msgid "" +"Only show the total value on the stacked chart, and not show on the " +"selected category" +msgstr "" + +#: superset/connectors/sqla/utils.py:132 +msgid "Only single queries supported" +msgstr "" + +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 +#, python-format +msgid "Only the following file extensions are allowed: %(allowed_extensions)s" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 +msgid "Opacity" +msgstr "Opacidade" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 +msgid "Opacity of Area Chart. Also applies to confidence band." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 +msgid "Opacity of area chart." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 +#, fuzzy +msgid "Open Datasource tab" +msgstr "Nome da origem de dados" + +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 +msgid "Open in SQL Lab" +msgstr "Expor no SQL Lab" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 +msgid "Open query in SQL Lab" +msgstr "Expor no SQL Lab" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 +msgid "" +"Operate the database in asynchronous mode, meaning that the queries are " +"executed on remote workers as opposed to on the web server itself. This " +"assumes that you have a Celery worker setup as well as a results backend." +" Refer to the installation docs for more information." +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 +#, fuzzy +msgid "Operator" +msgstr "Selecione operador" + +#: superset/utils/pandas_postprocessing/utils.py:158 +#, python-format +msgid "Operator undefined for aggregator: %(name)s" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 +msgid "" +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" +" certain database engines." +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" +msgstr "" + +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +#, fuzzy +msgid "Options" +msgstr "Opções" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 +msgid "Or choose from a list of other databases we support:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 +msgid "Order by entity id" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 +msgid "Order results by selected columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 +msgid "Ordering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "Anotações" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" +msgstr "Gráfico de barras" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 +#, fuzzy +msgid "Original" +msgstr "Origem" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 +msgid "Original table column order" +msgstr "Ordenação original das colunas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 +msgid "Original value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +msgid "Orthogonal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 +#, fuzzy +msgid "Other" +msgstr "mês" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 +msgid "Outer Radius" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 +#, fuzzy +msgid "Outer edge of Pie chart" +msgstr "O id da visualização ativa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 +#, fuzzy +msgid "Overlap" +msgstr "Mapa Mundo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Sobrepor série temporal de um período de tempo relativo. Espera valor de " +"variação temporal relativa em linguagem natural (exemplo: 24 horas, 7 " +"dias, 56 semanas, 365 dias)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Sobrepor série temporal de um período de tempo relativo. Espera valor de " +"variação temporal relativa em linguagem natural (exemplo: 24 horas, 7 " +"dias, 56 semanas, 365 dias)" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 +msgid "Overwrite" +msgstr "Substitua a visualização %s" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 +msgid "Overwrite & Explore" +msgstr "Substitua a visualização %s" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 +#, python-format +msgid "Overwrite Dashboard [%s]" +msgstr "Substituir Dashboard [%s]" + +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Coluna Datahora principal" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 +msgid "Overwrite text in the editor with a query on this table" +msgstr "Substitua texto no editor com uma query nesta tabela" + +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 +msgid "Owner" +msgstr "Proprietário" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 +msgid "Owners" +msgstr "Proprietários" + +#: superset/commands/exceptions.py:108 +#: superset/datasets/commands/exceptions.py:144 +msgid "Owners are invalid" +msgstr "" + +#: superset/views/dashboard/mixin.py:64 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 +msgid "" +"Owners is a list of users who can alter the dashboard. Searchable by name" +" or username." +msgstr "Proprietários é uma lista de utilizadores que podem alterar o dashboard." + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +msgid "Page length" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 +msgid "Pandas resample method" +msgstr "Método de preenchimento da remistura de pandas" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +msgid "Pandas resample rule" +msgstr "Regra de remistura de pandas" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 +msgid "Parallel Coordinates" +msgstr "Coordenadas paralelas" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 +#, fuzzy +msgid "Parameter error" +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 +msgid "Parameters" +msgstr "Parâmetros" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 +#, fuzzy +msgid "Parameters " +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" + +#: superset/views/database/forms.py:366 +msgid "Parse Dates" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 +msgid "Part of a Whole" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 +#, fuzzy +msgid "Partition Chart" +msgstr "Diagrama de Partição" + +#: superset/viz.py:3071 +msgid "Partition Diagram" +msgstr "Diagrama de Partição" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 +#, fuzzy +msgid "Partition Limit" +msgstr "Diagrama de Partição" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 +msgid "Partition Threshold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 +#, fuzzy +msgid "Password" +msgstr "Broker Port" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 +msgid "Paste the shareable Google Sheet URL here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +msgid "Pattern" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#, fuzzy +msgid "Percent Change" +msgstr "Modificado pela última vez" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#, fuzzy +msgid "Percentage metrics" +msgstr "Selecione métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 +msgid "Percentage threshold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 +msgid "Percentages" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 +msgid "Periods" +msgstr "Períodos" + +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 +msgid "Person or group that has certified this chart." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 +msgid "Person or group that has certified this dashboard." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 +msgid "Person or group that has certified this metric" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 +msgid "Physical" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 +msgid "Physical (table or view)" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:273 +#, fuzzy +msgid "Physical dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 +msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +msgstr "Escolha uma granularidade na secção Tempo ou desmarque 'Incluir hora'" + +#: superset/viz.py:1605 +msgid "Pick a metric for left axis!" +msgstr "Selecione uma métrica para o eixo esquerdo!" + +#: superset/viz.py:1607 +msgid "Pick a metric for right axis!" +msgstr "Selecione uma métrica para o eixo direito!" + +#: superset/viz.py:1195 +msgid "Pick a metric for x, y and size" +msgstr "Selecione uma métrica para x, y e tamanho" + +#: superset/viz.py:1234 +msgid "Pick a metric to display" +msgstr "Selecione uma métrica para visualizar" + +#: superset/viz.py:1260 superset/viz.py:1294 +msgid "Pick a metric!" +msgstr "Selecione uma métrica!" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 +msgid "Pick a name to help you identify this database." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 +msgid "Pick a time granularity for your time series" +msgstr "Selecione uma granularidade para as suas séries temporais" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 +msgid "Pick a title for you annotation." +msgstr "" + +#: superset/viz.py:1815 +msgid "Pick at least one field for [Series]" +msgstr "Escolha pelo menos um campo para [Séries]" + +#: superset/viz.py:857 superset/viz.py:1813 +msgid "Pick at least one metric" +msgstr "Selecione pelo menos uma métrica" + +#: superset/viz.py:1943 +msgid "Pick exactly 2 columns as [Source / Target]" +msgstr "Selecione exatamente 2 colunas [Origem e Alvo]" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 +msgid "" +"Pick one or more columns that should be shown in the annotation. If you " +"don't select a column all of them will be shown." +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" +msgstr "Escolha a sua linguagem de marcação favorita" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#, fuzzy +msgid "Pie Chart" +msgstr "Mover gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 +msgid "Pie shape" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 +#, fuzzy +msgid "Pin" +msgstr "Mín" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +#, fuzzy +msgid "Pivot Options" +msgstr "Opções" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 +msgid "Pivot Table" +msgstr "Tabela Pivot" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" + +#: superset/utils/pandas_postprocessing/pivot.py:70 +msgid "Pivot operation must include at least one aggregate" +msgstr "" + +#: superset/utils/pandas_postprocessing/pivot.py:66 +msgid "Pivot operation requires at least one index" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 +#, fuzzy +msgid "Pivoted" +msgstr "Editar" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 +msgid "Pixel height of each series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 +msgid "Please apply filter changes" +msgstr "" + +#: superset/sqllab/query_render.py:120 +msgid "" +"Please check your query and confirm that all template parameters are " +"surround by double braces, for example, \"{{ ds }}\". Then, try running " +"your query again." +msgstr "" + +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 +#, python-format +msgid "" +"Please check your query for syntax errors at or near " +"\"%(syntax_error)s\". Then, try running your query again." +msgstr "" + +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 +#, python-format +msgid "" +"Please check your query for syntax errors near \"%(server_error)s\". " +"Then, try running your query again." +msgstr "" + +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Selecione pelo menos um campo \"Agrupar por\" " + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" +msgstr "Selecione pelo menos um campo \"Agrupar por\" " + +#: superset/viz.py:923 +msgid "Please choose at least one metric" +msgstr "Selecione pelo menos uma métrica" + +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" +msgstr "Selecione métricas diferentes para o eixo esquerdo e direito" + +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 +msgid "Please confirm" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" +msgstr "Por favor insira um nome para a visualização" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 +#, fuzzy +msgid "Please filter set name" +msgstr "Por favor insira um nome para o dashboard" + +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy +msgid "Please reach out to the Chart Owner for assistance." +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 +msgid "Please save the query to enable sharing" +msgstr "" + +#: superset/reports/commands/exceptions.py:105 +msgid "Please save your chart first, then try creating a new email report." +msgstr "" + +#: superset/reports/commands/exceptions.py:117 +msgid "Please save your dashboard first, then try creating a new email report." +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 +msgid "Please select both a Dataset and a Chart type to proceed" +msgstr "" + +#: superset/viz.py:1193 +msgid "Please use 3 different metric labels" +msgstr "Selecione métricas diferentes para o eixo esquerdo e direito" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 +msgid "" +"Plots the individual metrics for each row in the data vertically and " +"links them together as a line. This chart is useful for comparing " +"multiple metrics across all of the samples or rows in the data." +msgstr "" + +#: superset/initialization/__init__.py:275 +msgid "Plugins" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "Selecione uma cor" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 +msgid "Point Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 +msgid "Point Radius Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 +#, fuzzy +msgid "Points" +msgstr "Janela de exibição" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 +msgid "Points and clusters will update as the viewport is being changed" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "Coluna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 +msgid "Pop Tab Link" +msgstr "Ligação Abrir Aba" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "Popular" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 +msgid "Populate \"Default value\" to enable this control" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "Janela de exibição" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +msgstr "" + +#: superset/views/dashboard/mixin.py:86 +msgid "Position JSON" +msgstr "Posição JSON" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 +msgid "Position of child node label on tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 +msgid "Position of column level subtotal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 +msgid "Position of row level subtotal" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:496 +msgid "Powered by Apache Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 +#, fuzzy +msgid "Pre-filter" +msgstr "Filtro de data" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 +msgid "Pre-filter available values" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 +#, fuzzy +msgid "Pre-filter is required" +msgstr "Origem de dados" + +#: superset/connectors/sqla/views.py:440 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" +"Predicado aplicado ao obter um valor distinto para preencher a componente" +" de controlo de filtro. Suporta a sintaxe jinja standard. Apenas se " +"aplica quando \"Ativar Filtro de Seleção\" está ativado." + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#, fuzzy +msgid "Predictive" +msgstr "Acção" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 +msgid "Predictive Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 +msgid "Prefix metric name with slice name" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 +msgid "Preview" +msgstr "Pré-visualização para %s" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 +#, python-format +msgid "Preview: `%s`" +msgstr "Pré-visualização para %s" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 +msgid "Previous" +msgstr "Pré-visualização para %s" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "Pré-visualização para %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 +msgid "Primary" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 +#, fuzzy +msgid "Primary Metric" +msgstr "Selecione uma métrica!" + +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 +msgid "Primary or secondary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 +msgid "Primary y-axis format" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Broker Port" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 +msgid "Profile" +msgstr "Perfil" + +#: superset-frontend/src/profile/components/UserInfo.tsx:44 +msgid "Profile picture provided by Gravatar" +msgstr "Foto de perfil fornecida por Gravatar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 +msgid "Progress" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 +msgid "Progressive" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 +msgid "Propagate" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 +msgid "Proportional" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 +msgid "Public and privately shared sheets" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 +msgid "Publicly shared sheets only" +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 +msgid "Published" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 +msgid "Put labels outside" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 +msgid "Put the labels outside of the pie?" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 +msgid "Put the labels outside the pie?" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" +msgstr "Insira o seu código aqui" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 +msgid "Python datetime string pattern" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" + +#: superset/db_engine_specs/base.py:109 +#, fuzzy +msgid "Quarter" +msgstr "Query" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#, fuzzy, python-format +msgid "Quarters %s" +msgstr "Opções do gráfico" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "Séries" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 +msgid "Query" +msgstr "Query" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 +#, python-format +msgid "Query %s: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 +#, fuzzy +msgid "Query A" +msgstr "Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 +#, fuzzy +msgid "Query B" +msgstr "Query" + +#: superset/initialization/__init__.py:366 +msgid "Query History" +msgstr "Histórico de queries" + +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 +#, fuzzy +msgid "Query history" +msgstr "Histórico de queries" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 +msgid "Query in a new tab" +msgstr "Query numa nova aba" + +#: superset/errors.py:131 +msgid "Query is too complex and takes too long to run." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 +#, fuzzy +msgid "Query mode" +msgstr "Nome do país" + +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 +#, fuzzy +msgid "Query name" +msgstr "Nome do país" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 +msgid "Query preview" +msgstr "Pré-visualização de dados" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 +#, fuzzy +msgid "Query was stopped" +msgstr "A query foi interrompida." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +msgid "Query was stopped." +msgstr "A query foi interrompida." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 +msgid "RANGE TYPE" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 +#, fuzzy +msgid "RGB Color" +msgstr "Selecione uma cor" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 +msgid "Radar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#, fuzzy +msgid "Radar Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 +msgid "Radar render type, whether to display 'circle' shape." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 +msgid "Radial" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 +#, python-format +msgid "Ran %s" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#, fuzzy +msgid "Range" +msgstr "Gerir" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +#: superset-frontend/src/filters/components/Range/index.ts:28 +#, fuzzy +msgid "Range filter" +msgstr "Filtro de data" + +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 +msgid "Range labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 +#, fuzzy +msgid "Ranges" +msgstr "Gerir" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 +msgid "Ranges to highlight with shading" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 +#, fuzzy +msgid "Ranking" +msgstr "Mensagem de Aviso" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 +#, fuzzy +msgid "Ratio" +msgstr "Descrição" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 +msgid "Raw records" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 +#, fuzzy +msgid "Ready to review filters in this dashboard?" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 +msgid "Rebuild" +msgstr "" + +#: superset-frontend/src/profile/components/App.tsx:72 +#, fuzzy +msgid "Recent activity" +msgstr "Atividade Recente" + +#: superset-frontend/src/features/home/EmptyState.tsx:107 +msgid "Recently created charts, dashboards, and saved queries will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:116 +msgid "Recently edited charts, dashboards, and saved queries will appear here" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 +#, fuzzy +msgid "Recently modified" +msgstr "Última Alteração" + +#: superset-frontend/src/features/home/EmptyState.tsx:102 +msgid "Recently viewed charts, dashboards, and saved queries will appear here" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:368 +msgid "Recents" +msgstr "" + +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 +msgid "Recipients are separated by \",\" or \";\"" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 +msgid "Recommended tags" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:55 +msgid "Record Count" +msgstr "Número de Registos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 +msgid "Rectangle" +msgstr "" + +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "Redireciona para este endpoint ao clicar na tabela da respetiva lista" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 +msgid "Reduce X ticks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 +msgid "" +"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " +"will not overflow and labels may be missing. If false, a minimum width " +"will be applied to columns and the width may overflow into an horizontal " +"scroll." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 +#, fuzzy +msgid "Refer to the" +msgstr "mês" + +#: superset/utils/pandas_postprocessing/utils.py:125 +msgid "Referenced columns not available in DataFrame." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 +#, fuzzy +msgid "Refetch results" +msgstr "Procurar Resultados" + +#: superset/templates/appbuilder/general/widgets/search.html:57 +msgid "Refresh" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" +msgstr "Sem dashboards" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" +msgstr "" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +#, fuzzy +msgid "Refresh interval" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "Forçar atualização de dados" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Forçar atualização de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Refresh the default values" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Atualizar coluna de metadados" + +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "" + +#: superset/connectors/sqla/views.py:329 +msgid "" +"Regular filters add where clauses to queries if a user belongs to a role " +"referenced in the filter. Base filters apply filters to all queries " +"except the roles defined in the filter, and can be used to define what " +"users can see if no RLS filters within a filter group apply to them." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 +#, fuzzy +msgid "Relational" +msgstr "Descrição" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 +msgid "Relationships between community channels" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 +msgid "Relative Date/Time" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#, fuzzy +msgid "Relative period" +msgstr "Períodos" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 +msgid "Relative quantity" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "Criado em" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 +msgid "Remind me in 24 hours" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 +msgid "Remove" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +msgid "Remove cross-filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 +msgid "Remove invalid filters" +msgstr "" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 +msgid "Remove item" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 +msgid "Remove query from log" +msgstr "Remover query do histórico" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 +msgid "Remove table preview" +msgstr "Remover pré-visualização de tabela" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 +#, python-format +msgid "Removed columns: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 +msgid "Rename tab" +msgstr "renomear aba" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 +#, fuzzy +msgid "Rendering" +msgstr "Ordenar decrescente" + +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 +msgid "Replace" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 +#, fuzzy +msgid "Report" +msgstr "Janela de exibição" + +#: superset-frontend/src/components/ReportModal/index.tsx:282 +msgid "Report Name" +msgstr "Nome do modelo" + +#: superset/reports/commands/exceptions.py:134 +msgid "Report Schedule could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:130 +msgid "Report Schedule could not be deleted." +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:138 +msgid "Report Schedule could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:147 +msgid "Report Schedule delete failed." +msgstr "" + +#: superset/reports/commands/exceptions.py:159 +msgid "Report Schedule execution failed when generating a csv." +msgstr "" + +#: superset/reports/commands/exceptions.py:163 +msgid "Report Schedule execution failed when generating a dataframe." +msgstr "" + +#: superset/reports/commands/exceptions.py:155 +msgid "Report Schedule execution failed when generating a screenshot." +msgstr "" + +#: superset/reports/commands/exceptions.py:167 +msgid "Report Schedule execution got an unexpected error." +msgstr "" + +#: superset/reports/commands/exceptions.py:172 +msgid "Report Schedule is still working, refusing to re-compute." +msgstr "" + +#: superset/reports/commands/exceptions.py:151 +msgid "Report Schedule log prune failed." +msgstr "" + +#: superset/reports/commands/exceptions.py:143 +msgid "Report Schedule not found." +msgstr "" + +#: superset/reports/commands/exceptions.py:126 +msgid "Report Schedule parameters are invalid." +msgstr "" + +#: superset/reports/commands/exceptions.py:177 +msgid "Report Schedule reached a working timeout." +msgstr "" + +#: superset/reports/commands/exceptions.py:262 +msgid "Report Schedule state not found" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:548 +#, fuzzy +msgid "Report a bug" +msgstr "Janela de exibição" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 +#, fuzzy +msgid "Report failed" +msgstr "Nome do modelo" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 +#, fuzzy +msgid "Report name" +msgstr "Nome do modelo" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 +#, fuzzy +msgid "Report schedule" +msgstr "" + +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Não foi possível gravar a sua query" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "" + +#: superset/reports/commands/exceptions.py:277 +msgid "Report schedule unexpected error" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 +#, fuzzy +msgid "Report sending" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 +#, fuzzy +msgid "Report sent" +msgstr "Janela de exibição" + +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Nome do modelo" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 +msgid "Reports" +msgstr "Janela de exibição" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 +#, fuzzy +msgid "Repulsion" +msgstr "Expressão" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 +msgid "Repulsion strength between nodes" +msgstr "" + +#: superset/templates/superset/request_access.html:31 +msgid "Request Permissions" +msgstr "Requisição de Permissão" + +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 +#, python-format +msgid "Request is incorrect: %(error)s" +msgstr "" + +#: superset/charts/data/api.py:230 +#, fuzzy +msgid "Request is not JSON" +msgstr "Requisição de Permissão" + +#: superset/views/datasource/views.py:75 +msgid "Request missing data field." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 +msgid "Required" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 +msgid "Resample" +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Método de preenchimento da remistura de pandas" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 +#, fuzzy +msgid "Reset state" +msgstr "Repor Estado" + +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "Dashboard" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 +msgid "Restore Filter" +msgstr "Filtros de resultados" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 +msgid "Results" +msgstr "Resultados" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "Resultados" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 +msgid "Results backend is not configured." +msgstr "" + +#: superset/errors.py:122 +msgid "Results backend needed for asynchronous queries is not configured." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 +msgid "Return to specific datetime." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 +msgid "Reverse lat/long " +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 +msgid "Rich Tooltip" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 +msgid "Rich tooltip" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 +#, fuzzy +msgid "Right" +msgstr "Altura" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 +#, fuzzy +msgid "Right Axis Format" +msgstr "Metric do Eixo Direito" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 +#, fuzzy +msgid "Right Axis Metric" +msgstr "Metric do Eixo Direito" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 +#, fuzzy +msgid "Right Axis chart(s)" +msgstr "Metric do Eixo Direito" + +#: superset-frontend/src/explore/controls.jsx:214 +msgid "Right axis metric" +msgstr "Metric do Eixo Direito" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +msgid "Right to Left" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 +msgid "Right value" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 +#, fuzzy +msgid "Role" +msgstr "Perfil" + +#: superset/views/core.py:407 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" +"O cargo %(r)s foi alargado para providenciar acesso à origem de dados " +"%(ds)s" + +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 +#: superset-frontend/src/profile/components/Security.tsx:35 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 +msgid "Roles" +msgstr "Cargo" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 +msgid "" +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." +msgstr "" + +#: superset/views/dashboard/mixin.py:65 +msgid "" +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." +msgstr "" + +#: superset/views/access_requests.py:48 +msgid "Roles to grant" +msgstr "Cargos a permitir ao utilizador" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 +msgid "Rolling Function" +msgstr "Rolling" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 +msgid "Rolling Window" +msgstr "Rolling" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 +#, fuzzy +msgid "Rolling function" +msgstr "Rolling" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#, fuzzy +msgid "Rolling window" +msgstr "Rolling" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 +msgid "Root certificate" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +msgid "Root node id" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 +msgid "Rotate x axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 +msgid "Rotation to apply to words in the cloud" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 +#, fuzzy +msgid "Round cap" +msgstr "Mapa de País" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 +msgid "Row" +msgstr "" + +#: superset/initialization/__init__.py:295 +msgid "Row Level Security" +msgstr "" + +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/connectors/sqla/views.py:290 +msgid "Row level security filter" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 +msgid "Row limit" +msgstr "Limite de linha" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 +msgid "Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +msgid "Rows per page, 0 means no pagination" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 +msgid "Rows subtotal position" +msgstr "" + +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 +msgid "Rows to Read" +msgstr "Cargos a permitir ao utilizador" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 +msgid "Rule" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +msgid "Run" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "Executar uma query para exibir resultados aqui" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +#, fuzzy +msgid "Run a query to display results" +msgstr "Executar uma query para exibir resultados aqui" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 +msgid "Run in SQL Lab" +msgstr "Expor no SQL Lab" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 +msgid "Run query" +msgstr "Executar query" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 +msgid "Run query (Ctrl + Return)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 +msgid "Run query in a new tab" +msgstr "Executar a query em nova aba" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 +#, fuzzy +msgid "Run selection" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 +msgid "Running" +msgstr "" + +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 +msgid "SAT" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 +msgid "SEP" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:506 +#, fuzzy +msgid "SHA" +msgstr "Esquema" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 +msgid "SQL" +msgstr "SQL" + +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 +msgid "SQL Copied!" +msgstr "Copiado!" + +#: superset/connectors/sqla/views.py:254 +msgid "SQL Expression" +msgstr "Expressão SQL" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 +msgid "SQL Lab" +msgstr "SQL Lab" + +#: superset/connectors/sqla/views.py:492 +msgid "SQL Lab View" +msgstr "SQL Lab" + +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 +#, python-format +msgid "" +"SQL Lab uses your browser's local storage to store queries and results.\n" +"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " +"storage space.\n" +"To keep SQL Lab from crashing, please delete some query tabs.\n" +"You can re-access these queries by using the Save feature before you " +"delete the tab.\n" +"Note that you will need to close other SQL Lab windows before you do this." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 +msgid "SQL Query" +msgstr "Gravar query" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 +#, fuzzy +msgid "SQL expression" +msgstr "Expressão" + +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 +#, fuzzy +msgid "SQL query" +msgstr "partilhar query" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 +msgid "SQLAlchemy URI" +msgstr "URI SQLAlchemy" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "Não foi possível gravar a sua query" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "Modelos CSS" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 +msgid "SSL Mode \"require\" will be used." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 +msgid "START (INCLUSIVE)" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "Tabelas" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "Não foi possível gravar a sua query" + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "Não foi possível gravar a sua query" + +#: superset/viz.py:1935 +msgid "Sankey" +msgstr "Sankey" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Filtro de data" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 +msgid "Saturday" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 +msgid "Save" +msgstr "Salvar" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 +msgid "Save & Explore" +msgstr "Grave uma visualização" + +#: superset-frontend/src/explore/components/SaveModal.tsx:396 +msgid "Save & go to dashboard" +msgstr "Gravar e ir para o dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Gravar e ir para o dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 +msgid "Save (Overwrite)" +msgstr "Queries Gravadas" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 +msgid "Save as" +msgstr "Gravar como" + +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#, fuzzy +msgid "Save as new" +msgstr "Grave uma visualização" + +#: superset-frontend/src/explore/components/SaveModal.tsx:412 +msgid "Save as new chart" +msgstr "Gravar Dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Gravar como" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 +msgid "Save as:" +msgstr "Gravar como:" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Modificado pela última vez" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 +#, fuzzy +msgid "Save chart" +msgstr "Gráfico de Queijo" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 +#, fuzzy +msgid "Save dashboard" +msgstr "Gravar Dashboard" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +msgid "Save for this session" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 +#, fuzzy +msgid "Save query" +msgstr "partilhar query" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 +msgid "Save the query to enable this feature" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Gravar e ir para o dashboard" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 +msgid "Saved" +msgstr "Salvar" + +#: superset/initialization/__init__.py:358 +msgid "Saved Queries" +msgstr "Queries Gravadas" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 +#, fuzzy +msgid "Saved expressions" +msgstr "Expressão" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 +msgid "Saved metric" +msgstr "Selecione métrica" + +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 +#, fuzzy +msgid "Saved queries" +msgstr "Queries Gravadas" + +#: superset/queries/saved_queries/commands/exceptions.py:28 +msgid "Saved queries could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset/queries/saved_queries/commands/exceptions.py:32 +msgid "Saved query not found." +msgstr "" + +#: superset/queries/saved_queries/commands/exceptions.py:40 +#, fuzzy +msgid "Saved query parameters are invalid." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 +msgid "Scale and Move" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +msgid "Scale only" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 +msgid "Scatter" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 +#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 +msgid "Scatter Plot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 +msgid "Schedule email report" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 +#, fuzzy +msgid "Schedule query" +msgstr "Gravar query" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 +msgid "Schedule settings" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 +msgid "Schedule the query periodically" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 +msgid "Scheduled" +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 +msgid "Scheduled at (UTC)" +msgstr "" + +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 +msgid "Schema" +msgstr "Esquema" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 +#, fuzzy +msgid "Schema cache timeout" +msgstr "Tempo limite para cache" + +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Indefinido" + +#: superset/connectors/sqla/views.py:429 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" +"Esquema, como utilizado em algumas base de dados, como Postgres, Redshift" +" e DB2" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 +msgid "Scoping" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 +#: superset/templates/appbuilder/general/widgets/search.html:40 +msgid "Search" +msgstr "Pesquisa" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 +msgid "Search / Filter" +msgstr "Pesquisa / Filtro" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 +msgid "Search Metrics & Columns" +msgstr "Colunas das séries temporais" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 +#, fuzzy +msgid "Search all charts" +msgstr "Gráfico de bala" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 +#, fuzzy +msgid "Search all filter options" +msgstr "Pesquisa / Filtro" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 +#, fuzzy +msgid "Search box" +msgstr "Pesquisa" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 +msgid "Search by query text" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "Lista de Colunas" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Pesquisa / Filtro" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 +msgid "Search..." +msgstr "Pesquisa" + +#: superset/db_engine_specs/base.py:96 +#, fuzzy +msgid "Second" +msgstr "30 segundos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 +#, fuzzy +msgid "Secondary" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 +#, fuzzy +msgid "Secondary Metric" +msgstr "Métrica de cor" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 +msgid "Secondary y-axis format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 +msgid "Secondary y-axis title" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 +#, fuzzy, python-format +msgid "Seconds %s" +msgstr "30 segundos" + +#: superset/views/database/mixins.py:194 +msgid "Secure Extra" +msgstr "Segurança" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 +#, fuzzy +msgid "Secure extra" +msgstr "Segurança" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 +msgid "Security" +msgstr "Segurança" + +#: superset-frontend/src/profile/components/App.tsx:82 +msgid "Security & Access" +msgstr "Segurança e Acesso" + +#: superset-frontend/src/features/home/EmptyState.tsx:183 +#, python-format +msgid "See all %(tableName)s" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 +#, fuzzy +msgid "See less" +msgstr "Cargo do Utilizador" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 +msgid "See more" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +msgid "See query details" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 +msgid "See table schema" +msgstr "Selecione um esquema (%s)" + +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#, fuzzy +msgid "Select" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/components/AsyncSelect/index.jsx:41 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 +msgid "Select ..." +msgstr "Selecione ..." + +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 +msgid "Select Delivery Method" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 +#, fuzzy +msgid "Select Viz Type" +msgstr "Selecione um tipo de visualização" + +#: superset/views/database/forms.py:415 +msgid "Select a Columnar file to be uploaded to a database." +msgstr "" + +#: superset/views/database/forms.py:279 +msgid "Select a Excel file to be uploaded to a database." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 +#, fuzzy +msgid "Select a column" +msgstr "Coluna de tempo" + +#: superset-frontend/src/explore/components/SaveModal.tsx:357 +#, fuzzy +msgid "Select a dashboard" +msgstr "Por favor insira um nome para o dashboard" + +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Selecione uma base de dados" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +#, fuzzy +msgid "Select a database to write a query" +msgstr "Selecione uma base de dados" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 +msgid "Select a visualization type" +msgstr "Selecione um tipo de visualização" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +msgid "Select aggregate options" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Filtros de resultados" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 +msgid "Select any columns for metadata inspection" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 +#, fuzzy +msgid "Select charts" +msgstr "Gráfico de bala" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 +#, fuzzy +msgid "Select color scheme" +msgstr "Esquema de cores lineares" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 +#, fuzzy +msgid "Select column" +msgstr "Coluna de tempo" + +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Filtros de resultados" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Selecione um esquema (%s)" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 +msgid "" +"Select databases require additional fields to be completed in the " +"Advanced tab to successfully connect the database. Learn what " +"requirements your databases has " +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Fonte de dados" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/filters/components/Select/index.ts:28 +#, fuzzy +msgid "Select filter" +msgstr "Filtros" + +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +#, fuzzy +msgid "Select operator" +msgstr "Selecione operador" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 +msgid "Select or type a value" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +#, fuzzy +msgid "Select or type dataset name" +msgstr "nome da origem de dados" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +#, fuzzy +msgid "Select saved metrics" +msgstr "Selecione métrica" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +#, fuzzy +msgid "Select scheme" +msgstr "Selecione um esquema (%s)" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 +msgid "Select start and end date" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 +msgid "Select subject" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 +msgid "Select the number of bins for the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 +msgid "Send as CSV" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 +msgid "Send as PNG" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 +msgid "Send as text" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 +msgid "Send range filter events to other charts" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 +msgid "September" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 +msgid "Sequential" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 +msgid "Series" +msgstr "Séries" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 +#, fuzzy +msgid "Series Height" +msgstr "Limite de série" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "Limite de série" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +msgid "Series Order" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 +#, fuzzy +msgid "Series Style" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 +msgid "Series chart type (line, bar etc)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 +msgid "Series limit" +msgstr "Limite de série" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 +#, fuzzy +msgid "Series type" +msgstr "Limite de série" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 +msgid "Server Page Length" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 +msgid "Server pagination" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 +msgid "Service Account" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 +msgid "Set auto-refresh interval" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 +msgid "Set filter mapping" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 +msgid "Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 +msgid "Settings for time series" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 +msgid "Share" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 +#, fuzzy +msgid "Share chart by email" +msgstr "Explorar gráfico" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 +#, fuzzy +msgid "Shared query" +msgstr "query partilhada" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "query partilhada" + +#: superset/views/database/forms.py:298 +msgid "Sheet Name" +msgstr "Nome Detalhado" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + +#: superset/annotation_layers/annotations/commands/exceptions.py:46 +msgid "Short description must be unique for this layer" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 +msgid "" +"Should daily seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 +msgid "" +"Should weekly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 +msgid "" +"Should yearly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 +#, fuzzy +msgid "Show Bubbles" +msgstr "Mostrar Tabela" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 +msgid "Show CREATE VIEW statement" +msgstr "" + +#: superset/views/css_templates.py:39 +msgid "Show CSS Template" +msgstr "Modelos CSS" + +#: superset/views/chart/mixin.py:26 +msgid "Show Chart" +msgstr "Mostrar Dashboard" + +#: superset/connectors/sqla/views.py:73 +msgid "Show Column" +msgstr "Mostrar Coluna" + +#: superset/views/dashboard/mixin.py:25 +msgid "Show Dashboard" +msgstr "Mostrar Dashboard" + +#: superset/views/database/mixins.py:34 +msgid "Show Database" +msgstr "Mostrar Base de Dados" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 +#, fuzzy +msgid "Show Labels" +msgstr "Mostrar Tabela" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show Less..." +msgstr "" + +#: superset/views/log/__init__.py:22 +msgid "Show Log" +msgstr "Mostrar totais" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 +msgid "Show Markers" +msgstr "" + +#: superset/connectors/sqla/views.py:208 +msgid "Show Metric" +msgstr "Mostrar Métrica" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 +#, fuzzy +msgid "Show Metric Names" +msgstr "Mostrar Métrica" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 +#, fuzzy +msgid "Show Range Filter" +msgstr "Filtros de resultados" + +#: superset/connectors/sqla/views.py:291 +msgid "Show Row level security filter" +msgstr "" + +#: superset/views/sql_lab/views.py:53 +msgid "Show Saved Query" +msgstr "Mostrar Query" + +#: superset/connectors/sqla/views.py:385 +msgid "Show Table" +msgstr "Mostrar Tabela" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 +msgid "Show Timestamp" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Mostrar Tabela" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 +msgid "Show Trend Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 +msgid "Show Upper Labels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 +#, fuzzy +msgid "Show Value" +msgstr "Mostrar Tabela" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 +#, fuzzy +msgid "Show Values" +msgstr "Mostrar Tabela" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 +#, fuzzy +msgid "Show all columns" +msgstr "Mostrar Coluna" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show all..." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 +msgid "Show axis line ticks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 +msgid "Show cell bars" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "Alternar descrição do gráfico" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 +#, fuzzy +msgid "Show columns total" +msgstr "Mostrar Coluna" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 +msgid "Show data points as circle markers on the lines" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Mostrar Coluna" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +msgid "" +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 +msgid "Show info tooltip" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 +#, fuzzy +msgid "Show label" +msgstr "Mostrar Tabela" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 +msgid "Show labels when the node has children." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 +msgid "Show legend" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 +#, fuzzy +msgid "Show less columns" +msgstr "Mostrar Coluna" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +msgid "Show less..." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Mostrar Dashboard" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 +msgid "Show percentage" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 +msgid "Show pointer" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 +msgid "Show progress" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 +msgid "Show rows total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 +msgid "Show series values on the chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 +msgid "Show split lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 +msgid "Show the value on top of the bar" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 +#, fuzzy +msgid "Show time column" +msgstr "Coluna de tempo" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 +#, fuzzy +msgid "Show time grain dropdown" +msgstr "Selecione para incluir seleção da Origem do tempo" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 +msgid "" +"Show total aggregations of selected metrics. Note that row limit does not" +" apply to the result." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 +msgid "Show totals" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +msgid "" +"Showcases a single metric front-and-center. Big number is best used to " +"call attention to a KPI or the one thing you want your audience to focus " +"on." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +msgid "" +"Showcases a single number accompanied by a simple line chart, to call " +"attention to an important metric along with its change over time or other" +" dimension." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +msgid "" +"Showcases how a metric changes as the funnel progresses. This classic " +"chart is useful for visualizing drop-off between stages in a pipeline or " +"lifecycle." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 +msgid "" +"Showcases the flow or link between categories using thickness of chords. " +"The value and corresponding thickness can be different for each side." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 +msgid "" +"Showcases the progress of a single metric against a given target. The " +"higher the fill, the closer the metric is to the target." +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 +#, python-format +msgid "Showing %s of %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +msgid "Shows a list of all series available at that point in time" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 +msgid "" +"Shows the composition of a dataset by segmenting a given rectangle as " +"smaller rectangles with areas proportional to their value or contribution" +" to the whole. Those rectangles may also, in turn, be further segmented " +"hierarchically." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 +msgid "Significance Level" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 +msgid "Simple" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 +msgid "Simple ad-hoc metrics are not enabled for this dataset" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +msgid "Single" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 +#, fuzzy +msgid "Single Metric" +msgstr "Lista de Métricas" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 +#, fuzzy +msgid "Single Value" +msgstr "Valor de filtro" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 +#, fuzzy +msgid "Single value" +msgstr "Valor de filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 +msgid "Single value type" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 +msgid "Size of edge symbols" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 +msgid "Size of marker. Also applies to forecast observations." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" +msgstr "" + +#: superset/views/database/forms.py:177 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/views/database/forms.py:174 +msgid "Skip Initial Space" +msgstr "" + +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 +msgid "Skip Rows" +msgstr "" + +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" +msgstr "" + +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" +msgstr "" + +#: superset/views/dashboard/mixin.py:79 +msgid "Slug" +msgstr "Slug" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 +msgid "Small" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 +msgid "Small number format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 +#, fuzzy +msgid "Some roles do not exist" +msgstr "Dashboards" + +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 +#, python-format +msgid "Sorry there was an error fetching database information: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 +msgid "Sorry there was an error fetching saved charts: " +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 +msgid "Sorry, An error occurred" +msgstr "" + +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 +msgid "Sorry, something went wrong. Try again later." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this dashboard: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 +msgid "Sorry, your browser does not support copying." +msgstr "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +msgstr "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 +#, fuzzy +msgid "Sort" +msgstr "Janela de exibição" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 +#, fuzzy +msgid "Sort Bars" +msgstr "Ordenar por" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 +msgid "Sort Descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 +msgid "Sort Metric" +msgstr "Mostrar Métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +msgid "Sort Series By" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 +msgid "Sort X Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 +msgid "Sort Y Axis" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 +#, fuzzy +msgid "Sort ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 +msgid "Sort bars by x labels." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 +msgid "Sort by" +msgstr "Ordenar por" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 +#, fuzzy, python-format +msgid "Sort by %s" +msgstr "Ordenar por" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 +#, fuzzy +msgid "Sort by metric" +msgstr "Mostrar Métrica" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 +msgid "Sort columns alphabetically" +msgstr "Ordenar colunas por ordem alfabética" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 +#, fuzzy +msgid "Sort columns by" +msgstr "Ordenar colunas por ordem alfabética" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 +#, fuzzy +msgid "Sort descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 +#, fuzzy +msgid "Sort filter values" +msgstr "Filtrável" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 +#, fuzzy +msgid "Sort metric" +msgstr "Mostrar Métrica" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 +#, fuzzy +msgid "Sort rows by" +msgstr "Ordenar por" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 +#, fuzzy +msgid "Sort type" +msgstr "Tipo de gráfico" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 +msgid "Source" +msgstr "Fonte" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 +#, fuzzy +msgid "Source / Target" +msgstr "Nome da origem de dados" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 +msgid "Source SQL" +msgstr "Fonte SQL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#, fuzzy +msgid "Source category" +msgstr "Nome da origem de dados" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 +msgid "Spatial" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 +msgid "Specific Date/Time" +msgstr "" + +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 +msgid "Specify a schema (if database flavor supports this)." +msgstr "" + +#: superset/views/database/forms.py:351 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 +msgid "" +"Specify the database version. This should be used with Presto in order to" +" enable query cost estimation." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 +#, fuzzy +msgid "Split number" +msgstr "Número grande" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Filtro de data" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +msgid "Square miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 +msgid "Stack series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +msgid "Stack series on top of each other" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 +msgid "Stacked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 +msgid "Stacked Bars" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 +msgid "Stacked Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +msgid "Standard time series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 +msgid "Start" +msgstr "Início" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 +#, fuzzy +msgid "Start Review" +msgstr "Pré-visualização de dados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 +#, fuzzy +msgid "Start angle" +msgstr "Modificado pela última vez" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 +msgid "Start at (UTC)" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Início" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 +msgid "Start date included in time range" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 +msgid "Start y-axis at 0" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 +msgid "" +"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " +"data." +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Estado" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 +msgid "State" +msgstr "Estado" + +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Statistical" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 +msgid "Status" +msgstr "Estado" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 +msgid "Step type" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 +msgid "Stop" +msgstr "Parar" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 +msgid "Stop query" +msgstr "Query vazia?" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 +msgid "Stop running (Ctrl + x)" +msgstr "" + +#: superset/databases/commands/exceptions.py:128 +msgid "Stopped an unsafe database connection" +msgstr "Selecione qualquer coluna para inspeção de metadados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histograma" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 +msgid "Strength to pull the graph toward center" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" +msgstr "" + +#: superset/views/database/forms.py:299 +msgid "Strings used for sheet names (default is the first sheet)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "Selecione uma cor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Structural" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 +msgid "Style" +msgstr "Estilo do mapa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 +msgid "Style the ends of the progress bar with a round cap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 +msgid "Subdomain" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 +#, fuzzy +msgid "Subheader" +msgstr "Subtítulo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 +msgid "Subheader Font Size" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 +msgid "Success" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +msgid "Successfully changed dataset!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 +msgid "Suffix to apply after the percentage display" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +msgid "Sum of values over specified period" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Valor de filtro" + +#: superset/viz.py:1888 +msgid "Sunburst" +msgstr "Sunburst" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 +#, fuzzy +msgid "Sunburst Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Explorar gráfico" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 +msgid "Sunday" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 +#, fuzzy +msgid "Superset Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 +msgid "Superset chart" +msgstr "Explorar gráfico" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 +#, fuzzy +msgid "Superset dashboard" +msgstr "Gravar Dashboard" + +#: superset/errors.py:111 +msgid "Superset encountered an error while running a command." +msgstr "" + +#: superset/errors.py:112 +msgid "Superset encountered an unexpected error." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 +#, fuzzy +msgid "Supported databases" +msgstr "Selecione uma base de dados" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 +msgid "Swap Groups and Columns" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 +msgid "Swap rows and columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " +"line, scatter, and bar charts. This viz type has many customization " +"options as well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 +#, fuzzy +msgid "Symbol" +msgstr "parafuso" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 +msgid "Symbol of two ends of edge line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 +#, fuzzy +msgid "Symbol size" +msgstr "Tamanho da bolha" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 +msgid "Sync columns from source" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 +msgid "Syntax" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 +msgid "TABLES" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "É temporal" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "É temporal" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 +msgid "TUE" +msgstr "" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 +#, fuzzy +msgid "Tab name" +msgstr "Nome da Tabela" + +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 +msgid "Tab title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 +msgid "Table" +msgstr "Tabela" + +#: superset/views/core.py:1740 +#, python-format +msgid "Table %(table)s wasn't found in the database %(db)s" +msgstr "A tabela %(t)s não foi encontrada na base de dados %(d)s" + +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 +msgid "Table Exists" +msgstr "Filtro de Tabela" + +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 +msgid "Table Name" +msgstr "Nome da Tabela" + +#: superset/viz.py:698 +msgid "Table View" +msgstr "Vista de tabela" + +#: superset/datasets/commands/exceptions.py:130 +#, python-format +msgid "" +"Table [%(table_name)s] could not be found, please double check your " +"database connection, schema, and table name" +msgstr "" +"Tabela [{}] não encontrada, por favor verifique conexão à base de dados, " +"esquema e nome da tabela" + +#: superset/views/base.py:303 +msgid "" +"Table [%{table}s] could not be found, please double check your database " +"connection, schema, and table name, error: {}" +msgstr "" +"Tabela [{}] não encontrada, por favor verifique conexão à base de dados, " +"esquema e nome da tabela" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 +#, fuzzy +msgid "Table cache timeout" +msgstr "Tempo limite para cache" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Coluna de tempo" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 +msgid "Table name undefined" +msgstr "Nome da Tabela" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 +msgid "" +"Table that visualizes paired t-tests, which are used to understand " +"statistical differences between groups." +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 +msgid "Tables" +msgstr "Tabelas" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 +msgid "Tabs" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 +msgid "Tabular" +msgstr "" + +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Não foi possível gravar a sua query" + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Camadas de anotação para sobreposição na visualização" + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Não foi possível carregar a query" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 +#, fuzzy +msgid "Tags" +msgstr "Estado" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 +msgid "" +"Take your data points, and group them into \"bins\" to see where the " +"densest areas of information lie" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#, fuzzy +msgid "Target" +msgstr "Início" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "Selecione uma cor" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 +msgid "Target aspect ratio for treemap tiles." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +msgid "Target category" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 +msgid "Target value" +msgstr "" + +#: superset/views/css_templates.py:46 +msgid "Template Name" +msgstr "Nome do modelo" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 +msgid "Template parameters" +msgstr "Nome do modelo" + +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" +"Ligação predefinida, é possível incluir {{ metric }} ou outros valores " +"provenientes dos controlos." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 +msgid "" +"Terminate running queries when browser window closed or navigated to " +"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " +"databases." +msgstr "" + +#: superset/templates/superset/models/database/macros.html:22 +msgid "Test Connection" +msgstr "Conexão de teste" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 +#, fuzzy +msgid "Test connection" +msgstr "Conexão de teste" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 +#, fuzzy +msgid "Text" +msgstr "textarea" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 +msgid "Text align" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:248 +msgid "Text embedded in email" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 +msgid "" +"The CSS for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" +"O css para dashboards individuais pode ser alterado aqui ou na vista de " +"dashboard, onde as mudanças são imediatamente visíveis" + +#: superset/errors.py:124 +msgid "" +"The CTAS (create table as select) doesn't have a SELECT statement at the " +"end. Please make sure your query has a SELECT as its last statement. " +"Then, try running your query again." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 +msgid "" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" +msgstr "" + +#: superset/views/core.py:372 +msgid "The access requests seem to have been deleted" +msgstr "Os pedidos de acesso parecem ter sido eliminados" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 +#, fuzzy +msgid "The annotation has been saved" +msgstr "Dashboard gravado com sucesso." + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 +#, fuzzy +msgid "The annotation has been updated" +msgstr "Dashboard gravado com sucesso." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 +msgid "" +"The category of source nodes used to assign colors. If a node is " +"associated with more than one category, only the first will be used." +msgstr "" + +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "Origem de dados %(name)s já existe" + +#: superset/common/query_context_processor.py:584 +#, fuzzy +msgid "The chart does not exist" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 +msgid "" +"The classic. Great for showing how much of a company each investor gets, " +"what demographics follow your blog, or what portion of the budget goes to" +" the military industrial complex.\n" +"\n" +" Pie charts can be difficult to interpret precisely. If clarity of" +" relative proportion is important, consider using a bar or other chart " +"type instead." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 +msgid "The color for points and clusters in RGB" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 +msgid "The color scheme for rendering chart" +msgstr "O esquema de cores para o gráfico de renderização" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 +msgid "" +"The color scheme is determined by the related dashboard.\n" +" Edit the color scheme in the dashboard properties." +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Ordenar colunas por ordem alfabética" + +#: superset/errors.py:105 +msgid "The column was deleted or renamed in the database." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 +msgid "The dashboard has been saved" +msgstr "Dashboard gravado com sucesso." + +#: superset/views/core.py:197 +msgid "The data source seems to have been deleted" +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset/connectors/sqla/views.py:115 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" +"O tipo de dados que foi inferido pela base de dados. Pode ser necessário " +"inserir um tipo manualmente para colunas definidas por expressões em " +"alguns casos. A maioria dos casos não requer alteração por parte do " +"utilizador." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 +#, python-format +msgid "" +"The database %s is linked to %s charts that appear on %s dashboards and " +"users have %s SQL Lab tabs using this database open. Are you sure you " +"want to continue? Deleting the database will break those objects." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Visualização %(id)s não encontrada" + +#: superset/errors.py:132 +msgid "The database is currently running too many queries." +msgstr "" + +#: superset/errors.py:99 +msgid "The database is under an unusual load." +msgstr "" + +#: superset/sqllab/commands/execute.py:172 +msgid "" +"The database referenced in this query was not found. Please contact an " +"administrator for further assistance or try again." +msgstr "" + +#: superset/errors.py:100 +msgid "The database returned an unexpected error." +msgstr "" + +#: superset/errors.py:144 +#, fuzzy +msgid "The database was deleted." +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 +#, fuzzy +msgid "The database was not found." +msgstr "Visualização %(id)s não encontrada" + +#: superset-frontend/src/pages/DatasetList/index.tsx:710 +#, python-format +msgid "" +"The dataset %s is linked to %s charts that appear on %s dashboards. Are " +"you sure you want to continue? Deleting the dataset will break those " +"objects." +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 +msgid "The dataset associated with this chart no longer exists" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 +msgid "" +"The dataset configuration exposed here\n" +" affects all the charts using this dataset.\n" +" Be mindful that changing settings\n" +" here may affect other charts\n" +" in undesirable ways." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 +msgid "The dataset has been saved" +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 +#, fuzzy +msgid "The dataset linked to this chart may have been deleted." +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 +msgid "The datasource couldn't be loaded" +msgstr "Não foi possível carregar a query" + +#: superset/errors.py:98 +#, fuzzy +msgid "The datasource is too large to query." +msgstr "Origem de dados" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 +msgid "" +"The description can be displayed as widget headers in the dashboard view." +" Supports markdown." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "O número de segundos antes de expirar a cache" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 +msgid "" +"The engine_params object gets unpacked into the sqlalchemy.create_engine " +"call." +msgstr "" + +#: superset/common/query_object.py:313 +#, python-format +msgid "" +"The following entries in `series_columns` are missing in `columns`: " +"%(columns)s. " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "" + +#: superset/db_engine_specs/mysql.py:160 +#, python-format +msgid "The host \"%(hostname)s\" might be down and can't be reached." +msgstr "" + +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 +#, python-format +msgid "" +"The host \"%(hostname)s\" might be down, and can't be reached on port " +"%(port)s." +msgstr "" + +#: superset/errors.py:110 +msgid "The host might be down, and can't be reached on the provided port." +msgstr "" + +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 +#, python-format +msgid "The hostname \"%(hostname)s\" cannot be resolved." +msgstr "" + +#: superset/errors.py:108 +msgid "The hostname provided can't be resolved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 +msgid "The id of the active chart" +msgstr "O id da visualização ativa" + +#: superset/connectors/sqla/views.py:418 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" +"A lista de visualizações associadas a esta tabela. Ao alterar a origem de" +" dados, o comportamento das visualizações associadas poderá ser alterado." +" Observe também que as visualizações tem que apontar para uma origem de " +"dados, este formulário falhará na poupança se forem removidas " +"visualizações da origem de dados. Se quiser alterar a origem de dados de " +"uma visualização, atualize a visualização na \"vista de exploração\"" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +msgid "The maximum number of events to return, equivalent to the number of rows" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 +msgid "The maximum value of metrics. It is an optional configuration" +msgstr "" + +#: superset/databases/schemas.py:222 +#, python-format +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%(key)s is invalid." +msgstr "" + +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%{key}s is invalid." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 +msgid "" +"The metadata_params object gets unpacked into the sqlalchemy.MetaData " +"call." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" +"O número mínimo de períodos de rolamento necessários para mostrar um " +"valor. Por exemplo, numa soma cumulativa de 7 dias é possível que o " +"\"Período Mínimo\" seja 7, de forma a que todos os pontos de dados " +"mostrados sejam o total de 7 períodos. Esta opção esconde a " +"\"aceleração\" que ocorre nos primeiros 7 períodos" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 +msgid "The number color \"steps\"" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 +msgid "" +"The number of hours, negative or positive, to shift the time column. This" +" can be used to move UTC time to local time." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d by the " +"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " +"download to csv to see more rows up to the %(limit)d limit." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d. Please add " +"additional limits/filters, download to csv, or contact an admin to see " +"more rows up to the %(limit)d limit." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the query" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 +#, python-format +msgid "" +"The number of rows displayed is limited to %(rows)d by the query and " +"limit dropdown." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 +msgid "The number of seconds before expiring the cache" +msgstr "O número de segundos antes de expirar a cache" + +#: superset/errors.py:134 +#, fuzzy +msgid "The object does not exist in the given database." +msgstr "Nome da tabela que existe na base de dados de origem" + +#: superset/sqllab/query_render.py:96 +#, python-format +msgid "The parameter %(parameters)s in your query is undefined." +msgid_plural "The following parameters in your query are undefined: %(parameters)s." +msgstr[0] "" +msgstr[1] "" + +#: superset/db_engine_specs/postgres.py:120 +#, python-format +msgid "The password provided for username \"%(username)s\" is incorrect." +msgstr "" + +#: superset/errors.py:114 +msgid "The password provided when connecting to a database is not valid." +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:93 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the charts. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:62 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the dashboards. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/features/datasets/constants.ts:23 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the datasets. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the saved queries. Please note that the \"Secure Extra\" " +"and \"Certificate\" sections of the database configuration are not " +"present in export files, and should be added manually after the import if" +" they are needed." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +msgid "" +"The passwords for the databases below are needed in order to import them." +" Please note that the \"Secure Extra\" and \"Certificate\" sections of " +"the database configuration are not present in explore files and should be" +" added manually after the import if they are needed." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 +msgid "The pattern of timestamp format. For strings use " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted " +"\"freq\" expressions." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 +msgid "The pixel radius" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 +msgid "" +"The pointer to a physical table (or view). Keep in mind that the chart is" +" associated to this Superset logical table, and this logical table points" +" the physical table referenced here." +msgstr "" + +#: superset/errors.py:109 +msgid "The port is closed." +msgstr "" + +#: superset/errors.py:142 +msgid "The port number is invalid." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 +#, fuzzy +msgid "The primary metric is used to define the arc segment sizes" +msgstr "Métrica usada para definir a série superior" + +#: superset/views/core.py:2212 +msgid "The provided `rows` argument is not a valid integer." +msgstr "" + +#: superset/errors.py:137 +msgid "The query associated with the results was deleted." +msgstr "" + +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 +msgid "" +"The query associated with these results could not be found. You need to " +"re-run the original query." +msgstr "" + +#: superset/sqllab/query_render.py:117 +msgid "The query contains one or more malformed template parameters." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 +msgid "The query couldn't be loaded" +msgstr "Não foi possível carregar a query" + +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 +msgid "The query has a syntax error." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 +msgid "The query returned no data" +msgstr "" + +#: superset/sql_lab.py:301 +#, python-format +msgid "" +"The query was killed after %(sqllab_timeout)s seconds. It might be too " +"complex, or the database might be under heavy load." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 +msgid "" +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 +msgid "" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:110 +#, fuzzy +msgid "The report has been created" +msgstr "Esta origem de dados parece ter sido excluída" + +#: superset/errors.py:136 +msgid "The results backend no longer has the data from the query." +msgstr "" + +#: superset/errors.py:138 +msgid "" +"The results stored in the backend were stored in a different format, and " +"no longer can be deserialized." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 +msgid "The rich tooltip shows a list of all series for that point in time" +msgstr "" + +#: superset/db_engine_specs/bigquery.py:202 +#, python-format +msgid "" +"The schema \"%(schema)s\" does not exist. A valid schema must be used to " +"run this query." +msgstr "" + +#: superset/db_engine_specs/presto.py:646 +#, python-format +msgid "" +"The schema \"%(schema_name)s\" does not exist. A valid schema must be " +"used to run this query." +msgstr "" + +#: superset/errors.py:117 +msgid "The schema was deleted or renamed in the database." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 +msgid "The submitted payload has the incorrect format." +msgstr "" + +#: superset/errors.py:121 +msgid "The submitted payload has the incorrect schema." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:189 +#, python-format +msgid "" +"The table \"%(table)s\" does not exist. A valid table must be used to run" +" this query." +msgstr "" + +#: superset/db_engine_specs/presto.py:638 +#, python-format +msgid "" +"The table \"%(table_name)s\" does not exist. A valid table must be used " +"to run this query." +msgstr "" + +#: superset/connectors/sqla/views.py:515 +msgid "" +"The table was created. As part of this two-phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" +"A tabela foi criada. Como parte deste processo de configuração de duas " +"fases, deve agora clicar no botão Editar, na nova tabela, para " +"configurá-lo." + +#: superset/errors.py:106 +msgid "The table was deleted or renamed in the database." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 +msgid "" +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" +msgstr "" +"A coluna de tempo para a visualização. Note que é possível definir uma " +"expressão arbitrária que resolve uma coluna DATATEMPO na tabela ou. " +"Observe também que o filtro em baixo é aplicado sobre esta coluna ou " +"expressão" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +msgstr "" +"O tempo de granularidade para a visualização. Observe que você pode " +"digitar e usar linguagem natural simples, em inglês, como `10 seconds`, " +"`1 day` ou `56 weeks`" + +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"O tempo de granularidade para a visualização. Observe que você pode " +"digitar e usar linguagem natural simples, em inglês, como `10 seconds`, " +"`1 day` ou `56 weeks`" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 +msgid "" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." +msgstr "" +"A granularidade temporal para a visualização. Aplica uma transformação de" +" data para alterar a coluna de tempo e define uma nova granularidade " +"temporal. As opções são definidas por base de dados no código-fonte do " +"Superset." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 +msgid "" +"The time range for the visualization. All relative times, e.g. \"Last " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" +" the server's local time (sans timezone). All tooltips and placeholder " +"times are expressed in UTC (sans timezone). The timestamps are then " +"evaluated by the database using the engine's local timezone. Note one can" +" explicitly set the timezone per the ISO 8601 format if specifying either" +" the start and/or end time." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +msgid "" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +msgid "The time unit used for the grouping of blocks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 +msgid "The type of visualization to display" +msgstr "O tipo de visualização a ser exibida" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 +msgid "The unit of measure for the specified point radius" +msgstr "" + +#: superset/views/core.py:198 +msgid "The user seems to have been deleted" +msgstr "O utilizador parece ter sido eliminado" + +#: superset/db_engine_specs/postgres.py:115 +#, python-format +msgid "The username \"%(username)s\" does not exist." +msgstr "" + +#: superset/errors.py:113 +msgid "The username provided when connecting to a database is not valid." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 +msgid "The way the ticks are laid out on the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "O id da visualização ativa" + +#: superset/charts/commands/exceptions.py:127 +#: superset/charts/commands/exceptions.py:151 +#: superset/dashboards/commands/exceptions.py:62 +#: superset/dashboards/commands/exceptions.py:74 +#: superset/databases/commands/exceptions.py:119 +msgid "There are associated alerts or reports" +msgstr "" + +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 +#, python-format +msgid "There are associated alerts or reports: %s," +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 +msgid "There are no filters in this dashboard." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 +#, fuzzy +msgid "There are unsaved changes." +msgstr "Existem alterações por gravar." + +#: superset/errors.py:101 +msgid "" +"There is a syntax error in the SQL query. Perhaps there was a misspelling" +" or a typo." +msgstr "" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 +msgid "" +"There is no chart definition associated with this component, could it " +"have been deleted?" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 +msgid "" +"There is not enough space for this component. Try decreasing its width, " +"or increasing the destination width." +msgstr "" + +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/views/CRUD/hooks.ts:589 +#, fuzzy, python-format +msgid "There was an error fetching the favorite status: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/views/CRUD/utils.tsx:209 +msgid "There was an error fetching your recent activity:" +msgstr "" + +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 +#, fuzzy +msgid "There was an error loading the schemas" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/components/TableSelector/index.tsx:194 +msgid "There was an error loading the tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:612 +#, fuzzy, python-format +msgid "There was an error saving the favorite status: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 +msgid "There was an error with your request" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 +#, python-format +msgid "There was an issue deleting %s: %s" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 +#, python-format +msgid "There was an issue deleting the selected %s: %s" +msgstr "" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 +#, python-format +msgid "There was an issue deleting the selected annotations: %s" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:263 +#, python-format +msgid "There was an issue deleting the selected charts: %s" +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:258 +msgid "There was an issue deleting the selected dashboards: " +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/DatasetList/index.tsx:675 +#, python-format +msgid "There was an issue deleting the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 +#, python-format +msgid "There was an issue deleting the selected layers: %s" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 +#, python-format +msgid "There was an issue deleting the selected queries: %s" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 +#, python-format +msgid "There was an issue deleting the selected templates: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/utils.tsx:275 +#, python-format +msgid "There was an issue deleting: %s" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 +msgid "There was an issue favoriting this dashboard." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/reports/actions/reports.js:68 +#, fuzzy +msgid "There was an issue fetching reports attached to this dashboard." +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 +msgid "There was an issue fetching the favorite status of this dashboard." +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/Home/index.tsx:248 +#, fuzzy, python-format +msgid "There was an issue fetching your recent activity: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "Desculpe, houve um erro ao gravar este dashbard: " + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 +#, python-format +msgid "There was an issue previewing the selected query %s" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 +#, python-format +msgid "There was an issue previewing the selected query. %s" +msgstr "" + +#: superset/viz.py:1992 +msgid "" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" +msgstr "" +"Há um loop no gráfico Sankey, por favor, forneça uma ligação correta. " +"Aqui está a conexão defeituosa: {}" + +#: superset/connectors/sqla/views.py:335 +msgid "These are the tables this filter will be applied to." +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 +msgid "These filters apply to the values available in the dropdowns" +msgstr "" + +#: superset/views/chart/mixin.py:63 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" +"Os parâmetros são gerados dinamicamente ao clicar no botão Guardar ou " +"Substituir na vista de exibição. Este objeto JSON é exposto aqui para " +"referência e para utilizadores avançados que desejam alterar parâmetros " +"específicos." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" +"Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou " +"substituir na exibição do painel. É exposto aqui para referência e para " +"usuários avançados que desejam alterar parâmetros específicos." + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 +#, python-format +msgid "This action will permanently delete %s." +msgstr "" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 +msgid "This action will permanently delete the layer." +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 +msgid "This action will permanently delete the saved query." +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 +msgid "This action will permanently delete the template." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +msgid "" +"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " +"mydatabase.com)." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 +msgid "This chart has been moved to a different filter scope." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 +msgid "This chart might be incompatible with the filter (datasets don't match)" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 +msgid "This column must contain date/time information." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +msgid "" +"This dashboard is not published which means it will not show up in the " +"list of dashboards. Favorite it to see it there or access it by using the" +" URL directly." +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +msgid "" +"This dashboard is not published, it will not show up in the list of " +"dashboards. Click here to publish this dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 +#, fuzzy +msgid "This dashboard is now hidden" +msgstr "Editar propriedades do dashboard" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 +#, fuzzy +msgid "This dashboard is now published" +msgstr "Editar propriedades do dashboard" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 +msgid "This dashboard is published. Click to make it a draft." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 +msgid "" +"This dashboard was changed recently. Please reload dashboard to get " +"latest version." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 +msgid "This dashboard was saved successfully." +msgstr "Dashboard gravado com sucesso." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "Esta opção define o elemento a ser desenhado no gráfico" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +#, fuzzy +msgid "This defines the level of the hierarchy" +msgstr "Esta opção define o elemento a ser desenhado no gráfico" + +#: superset/connectors/sqla/views.py:436 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" +"Este campo atua como uma vista do Superset, o que significa que o " +"Superset vai correr uma query desta string como uma subquery." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +msgid "This filter doesn't exist in dashboard. It will not be applied." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 +#, python-format +msgid "This filter set is identical to: \"%s\"" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 +msgid "" +"This is the condition that will be added to the WHERE clause. For " +"example, to only return rows for a particular client, you might define a " +"regular filter with the clause `client_id = 9`. To display no rows unless" +" a user belongs to a RLS filter role, a base filter can be created with " +"the clause `1 = 0` (always false)." +msgstr "" + +#: superset/views/dashboard/mixin.py:46 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" +"Este objeto JSON descreve o posicionamento das visualizações no " +"dashboard. É gerado dinamicamente quando se ajusta a dimensão e " +"posicionamento de uma visualização utilizando o drag & drop na vista de " +"dashboard" + +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 +msgid "This markdown component has an error." +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 +msgid "This markdown component has an error. Please revert your recent changes." +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 +msgid "This may be triggered by:" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 +msgid "" +"This section allows you to configure how to use the slice\n" +" to generate annotations." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" +msgstr "" +"Esta seção contém opções que permitem o pós-processamento analítico " +"avançado de resultados da query" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 +msgid "This value should be greater than the left target value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 +msgid "This value should be smaller than the right target value" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Escolha um tipo de visualização" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 +msgid "This visualization type is not supported." +msgstr "Escolha um tipo de visualização" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy +msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 +msgid "Threshold alpha level for determining significance" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 +msgid "Time" +msgstr "Tempo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#, fuzzy +msgid "Time Column" +msgstr "Coluna de tempo" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 +msgid "Time Comparison" +msgstr "Coluna de tempo" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 +#, fuzzy +msgid "Time Format" +msgstr "Formato de data e hora" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 +#, fuzzy +msgid "Time Grain" +msgstr "Granularidade Temporal" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 +#, fuzzy +msgid "Time Granularity" +msgstr "Granularidade temporal" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Granularidade Temporal" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 +msgid "Time Range" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Granularidade Temporal" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 +#, fuzzy +msgid "Time Series" +msgstr "Tabela de séries temporais" + +#: superset/viz.py:1670 +msgid "Time Series - Bar Chart" +msgstr "Série Temporal - Gráfico de barras" + +#: superset/viz.py:1596 +msgid "Time Series - Dual Axis Line Chart" +msgstr "Série Temporal - Gráfico de linha de dois eixos" + +#: superset/viz.py:1308 +msgid "Time Series - Line Chart" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset/viz.py:1518 +msgid "Time Series - Multiple Line Charts" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset/viz.py:3036 +msgid "Time Series - Nightingale Rose Chart" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset/viz.py:2965 +msgid "Time Series - Paired t-test" +msgstr "Série temporal - teste emparelhado T" + +#: superset/viz.py:1725 +msgid "Time Series - Percent Change" +msgstr "Série Temporal - Variação Percentual" + +#: superset/viz.py:1679 +msgid "Time Series - Period Pivot" +msgstr "Série temporal - teste emparelhado T" + +#: superset/viz.py:1733 +msgid "Time Series - Stacked" +msgstr "Série Temporal - Barras Sobrepostas" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 +#, fuzzy +msgid "Time Series Options" +msgstr "Colunas das séries temporais" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 +msgid "Time Shift" +msgstr "Mudança de hora" + +#: superset/viz.py:849 +msgid "Time Table View" +msgstr "Visualização da tabela de tempo" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 +msgid "Time column" +msgstr "Coluna de tempo" + +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 +#, python-format +msgid "Time column \"%(col)s\" does not exist in dataset" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 +#, fuzzy +msgid "Time comparison" +msgstr "Coluna de tempo" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + +#: superset/charts/commands/exceptions.py:66 +#, python-format +msgid "" +"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/filters/components/Time/index.ts:27 +#, fuzzy +msgid "Time filter" +msgstr "Filtro de data" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 +#, fuzzy +msgid "Time format" +msgstr "Formato de data e hora" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 +msgid "Time grain" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +#, fuzzy +msgid "Time grain filter plugin" +msgstr "Granularidade Temporal" + +#: superset/utils/pandas_postprocessing/prophet.py:114 +msgid "Time grain missing" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/explore/constants.ts:135 +msgid "Time granularity" +msgstr "Granularidade temporal" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 +msgid "Time in seconds" +msgstr "10 segundos" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Granularidade Temporal" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Granularidade Temporal" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 +msgid "Time related form attributes" +msgstr "Atributos de formulário relacionados ao tempo" + +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Tabela de séries temporais" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 +#, fuzzy +msgid "Time series columns" +msgstr "Colunas das séries temporais" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 +#, fuzzy +msgid "Time shift" +msgstr "Mudança de hora" + +#: superset/charts/commands/exceptions.py:38 +#, python-format +msgid "" +"Time string is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 +#, fuzzy +msgid "Time-series Area Chart" +msgstr "Série Temporal - Gráfico de barras" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 +msgid "" +"Time-series Area chart are similar to line chart in that they represent " +"variables with the same scale, but area charts stack the metrics on top " +"of each other. An area chart in Superset can be stream, stack, or expand." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +#, fuzzy +msgid "Time-series Bar Chart" +msgstr "Série Temporal - Gráfico de barras" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#, fuzzy +msgid "Time-series Bar Chart (legacy)" +msgstr "Série Temporal - Gráfico de barras" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 +msgid "" +"Time-series Bar Charts are used to show the changes in a metric over time" +" as a series of bars." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Time-series Chart" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 +#, fuzzy +msgid "Time-series Line Chart" +msgstr "Série Temporal - Gráfico de linhas" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +#, fuzzy +msgid "Time-series Percent Change" +msgstr "Série Temporal - Variação Percentual" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +#, fuzzy +msgid "Time-series Period Pivot" +msgstr "Série temporal - teste emparelhado T" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 +#, fuzzy +msgid "Time-series Scatter Plot" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 +msgid "" +"Time-series Scatter Plot has time on the horizontal axis in linear units," +" and the points are connected in order. It shows a statistical " +"relationship between two variables." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 +#, fuzzy +msgid "Time-series Smooth Line" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 +msgid "" +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 +#, fuzzy +msgid "Time-series Stepped Line" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 +msgid "" +"Time-series Stepped-line graph (also called step chart) is a variation of" +" line chart but with the line forming a series of steps between data " +"points. A step chart can be useful when you want to show the changes that" +" occur at irregular intervals." +msgstr "" + +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 +msgid "Time-series Table" +msgstr "Tabela de séries temporais" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 +msgid "" +"Time-series line chart is used to visualize repeated measurements taken " +"over regular time intervals. Line chart is a type of chart which displays" +" information as a series of data points connected by straight line " +"segments. It is a basic type of chart common in many fields." +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 +msgid "Timeout error" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 +#, fuzzy +msgid "Timestamp format" +msgstr "Formato da Tabela Datahora" + +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 +msgid "Timezone" +msgstr "" + +#: superset/connectors/sqla/views.py:427 +msgid "Timezone offset (in hours) for this datasource" +msgstr "Diferença do fuso horário (em horas) para esta fonte de dados" + +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 +msgid "Timezone selector" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 +#, fuzzy +msgid "Tiny" +msgstr "Mín" + +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 +msgid "Title" +msgstr "Título" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 +#, fuzzy +msgid "Title Column" +msgstr "Coluna de tempo" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 +#, fuzzy +msgid "Title is required" +msgstr "Origem de dados" + +#: superset/dashboards/filters.py:39 +msgid "Title or Slug" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/views/dashboard/mixin.py:57 +msgid "To get a readable URL for your dashboard" +msgstr "Obter um URL legível para o seu dashboard" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 +#, fuzzy +msgid "Tools" +msgstr "Cargo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 +msgid "Tooltip" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 +#, fuzzy +msgid "Tooltip sort by metric" +msgstr "Lista de Métricas" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 +#, fuzzy +msgid "Tooltip time format" +msgstr "Formato de data e hora" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 +#, fuzzy +msgid "Top" +msgstr "Parar" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +msgid "Top left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +msgid "Top to Bottom" +msgstr "" + +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Valor de filtro" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 +msgid "Totals" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 +#, fuzzy +msgid "Track job" +msgstr "Acompanhar trabalho" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 +msgid "Transformable" +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 +msgid "Transpose Pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 +msgid "Transpose pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 +#, fuzzy +msgid "Tree Chart" +msgstr "Explorar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 +msgid "Tree layout" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 +#, fuzzy +msgid "Tree orientation" +msgstr "Anotações" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 +msgid "Treemap" +msgstr "Treemap" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 +msgid "Trend" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 +msgid "Triangle" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 +msgid "Trigger Alert If..." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Selecione métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 +msgid "Truncate Y Axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 +msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 +msgid "Truncates the specified date to the accuracy specified by the date unit." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 +msgid "Try applying different filters or ensuring your datasource has data" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 +msgid "Tuesday" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "Query" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 +msgid "Type" +msgstr "Tipo" + +#: superset-frontend/src/components/DeleteModal/index.tsx:92 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 +#, python-format +msgid "Type \"%s\" to confirm" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 +msgid "Type a value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 +msgid "Type a value here" +msgstr "" + +#: superset/reports/commands/exceptions.py:75 +msgid "Type is required" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 +msgid "Type of Google Sheets allowed" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 +#, python-format +msgid "Type or Select [%s]" +msgstr "Selecionar [%s]" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 +#, fuzzy +msgid "UI Configuration" +msgstr "Contribuição" + +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 +msgid "URL" +msgstr "URL" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 +msgid "URL Parameters" +msgstr "Parâmetros" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 +#, fuzzy +msgid "URL parameters" +msgstr "Parâmetros" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 +msgid "URL slug" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 +msgid "Unable to add a new tab to the backend. Please contact your administrator." +msgstr "" + +#: superset/db_engine_specs/presto.py:677 +#, python-format +msgid "Unable to connect to catalog named \"%(catalog_name)s\"." +msgstr "" + +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 +#, python-format +msgid "Unable to connect to database \"%(database)s\"." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 +#, python-format +msgid "Unable to find such a holiday: [%(holiday)s]" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 +msgid "" +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 +msgid "" +"Unable to migrate query state to backend. Superset will retry later. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 +msgid "" +"Unable to migrate table schema state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" +msgstr "" + +#: superset/views/database/views.py:275 +#, python-format +msgid "" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" +" database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" + +#: superset/views/database/views.py:553 +#, python-format +msgid "" +"Unable to upload Columnar file \"%(filename)s\" to table " +"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " +"%(error_msg)s" +msgstr "" + +#: superset/views/database/views.py:412 +#, python-format +msgid "" +"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " +"in database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 +msgid "Undefined" +msgstr "Indefinido" + +#: superset/utils/pandas_postprocessing/rolling.py:67 +msgid "Undefined window for rolling operation" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Executar a query selecionada" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 +msgid "Undo?" +msgstr "" + +#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 +msgid "Unexpected error" +msgstr "" + +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 +msgid "Unexpected error occurred, please check your logs for details" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:75 +msgid "Unexpected error: " +msgstr "" + +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 +msgid "Unknown" +msgstr "" + +#: superset/db_engine_specs/mysql.py:155 +#, python-format +msgid "Unknown MySQL server host \"%(hostname)s\"." +msgstr "" + +#: superset/db_engine_specs/presto.py:1319 +msgid "Unknown Presto Error" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 +msgid "Unknown Status" +msgstr "" + +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 +#, python-format +msgid "Unknown column used in orderby: %(col)s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 +msgid "Unknown error" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 +msgid "Unknown value" +msgstr "" + +#: superset/jinja_context.py:353 +#, python-format +msgid "Unsafe return type for function %(func)s: %(value_type)s" +msgstr "" + +#: superset/jinja_context.py:380 +#, python-format +msgid "Unsafe template value for key %(key)s: %(value_type)s" +msgstr "" + +#: superset/utils/core.py:1104 +#, python-format +msgid "Unsupported clause type: %(clause)s" +msgstr "" + +#: superset/common/query_object.py:440 +#, python-format +msgid "Unsupported post processing operation: %(operation)s" +msgstr "" + +#: superset/jinja_context.py:364 +#, python-format +msgid "Unsupported return value for method %(name)s" +msgstr "" + +#: superset/jinja_context.py:391 +#, python-format +msgid "Unsupported template value for key %(key)s" +msgstr "" + +#: superset/utils/pandas_postprocessing/prophet.py:117 +#, python-format +msgid "Unsupported time grain: %(time_grain)s" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Editar Base de Dados" + +#: superset/views/sql_lab/views.py:148 +msgid "Untitled Query" +msgstr "Query sem título" + +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 +#, fuzzy +msgid "Untitled query" +msgstr "Query sem título" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 +msgid "Update" +msgstr "" + +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Explorar gráfico" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 +msgid "Updating chart was stopped" +msgstr "A atualização do gráfico parou" + +#: superset/templates/superset/import_dashboards.html:63 +msgid "Upload" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 +msgid "Upload Credentials" +msgstr "" + +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +msgid "Upload JSON file" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Selecione uma base de dados" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Query numa nova aba" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" + +#: superset/views/database/forms.py:462 +#, fuzzy +msgid "Use Columns" +msgstr "Lista de Colunas" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 +msgid "Use a log scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 +msgid "Use a log scale for the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 +msgid "Use a log scale for the Y-axis" +msgstr "" + +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 +msgid "Use an encrypted connection to the database" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 +msgid "Use legacy datasource editor" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 +msgid "Use metrics as a top level group for columns or for rows" +msgstr "" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 +msgid "Use only a single value." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +msgid "Use the Advanced Analytics options below" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 +msgid "" +"Use the JSON file you automatically downloaded when creating your service" +" account." +msgstr "" + +#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 +msgid "Use the edit button to change this field" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 +msgid "Use this to define a static color for all circles" +msgstr "" + +#: superset/views/dynamic_plugins.py:48 +msgid "" +"Used internally to identify the plugin. Should be set to the package name" +" from the pluginʼs package.json" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location.\n" +"\n" +" This chart is being deprecated and we recommend checking out Pivot " +"Table V2 instead!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location. Not the most " +"visually stunning visualization, but highly informative and versatile." +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 +msgid "User" +msgstr "Utilizador" + +#: superset/views/access_requests.py:45 +msgid "User Roles" +msgstr "Cargo do Utilizador" + +#: superset/errors.py:118 +#, fuzzy +msgid "User doesn't have the proper permissions." +msgstr "Não tem direitos para alterar este título." + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 +msgid "User must select a value before applying the filter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 +msgid "User must select a value for this filter" +msgstr "" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 +msgid "User query" +msgstr "partilhar query" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 +#, fuzzy +msgid "Username" +msgstr "Nome do país" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 +msgid "" +"Uses a gauge to showcase progress of a metric towards a target. The " +"position of the dial represents the progress and the terminal value in " +"the gauge represents the target value." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 +msgid "" +"Uses circles to visualize the flow of data through different stages of a " +"system. Hover over individual paths in the visualization to understand " +"the stages a value took. Useful for multi-stage, multi-group visualizing " +"funnels and pipelines." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 +msgid "Value" +msgstr "Mostrar valores das barras" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +msgid "Value Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 +#, fuzzy +msgid "Value Format" +msgstr "Formato de valor" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 +msgid "Value bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 +#, fuzzy +msgid "Value format" +msgstr "Formato de valor" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 +#, fuzzy +msgid "Value is required" +msgstr "Origem de dados" + +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 +#, fuzzy +msgid "Value must be greater than 0" +msgstr "Data de inicio não pode ser posterior à data de fim" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" +msgstr "" + +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 +msgid "Verbose Name" +msgstr "Nome Detalhado" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 +msgid "Version" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 +msgid "Version number" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 +msgid "Vertical" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "Pré-visualização para %s" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 +msgid "View All »" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Escolha uma origem de dados" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Gráfico de bala" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "fechar aba" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 +msgid "View in SQL Lab" +msgstr "Expor no SQL Lab" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 +#, python-format +msgid "View keys & indexes (%s)" +msgstr "Ver chaves e índices (%s)" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 +msgid "View query" +msgstr "partilhar query" + +#: superset-frontend/src/features/home/ActivityTable.tsx:170 +msgid "Viewed" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:115 +#, fuzzy, python-format +msgid "Viewed %s" +msgstr "Pré-visualização para %s" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 +#, fuzzy +msgid "Viewport" +msgstr "Janela de exibição" + +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 +msgid "Virtual (SQL)" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:281 +#, fuzzy +msgid "Virtual dataset" +msgstr "Editar Base de Dados" + +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 +msgid "Virtual dataset query cannot be empty" +msgstr "" + +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 +msgid "Virtual dataset query cannot consist of multiple statements" +msgstr "" + +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 +msgid "Virtual dataset query must be read-only" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 +msgid "Visual Tweaks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 +msgid "Visualization Type" +msgstr "Tipo de Visualização" + +#: superset-frontend/src/pages/ChartList/index.tsx:378 +msgid "Visualization type" +msgstr "Tipo de Visualização" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +msgid "" +"Visualize a parallel set of metrics across multiple groups. Each group is" +" visualized using its own line of points and each metric is represented " +"as an edge in the chart." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +msgid "" +"Visualize a related metric across pairs of groups. Heatmaps excel at " +"showcasing the correlation or strength between two groups. Color is used " +"to emphasize the strength of the link between each pair of groups." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 +msgid "" +"Visualize how a metric changes over time using bars. Add a group by " +"column to visualize group level metrics and how they change over time." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 +msgid "" +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 +msgid "" +"Visualize two different time series using the same x-axis time range. " +"This chart is being deprecated and we recommend using the Mixed " +"Timeseries Chart instead!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 +msgid "" +"Visualizes 2 metrics as line plots using the same x-axis. This chart is " +"useful for comparing metrics across the same time range." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 +msgid "" +"Visualizes a metric across three dimensions of data in a single chart (X " +"axis, Y axis, and bubble size). Bubbles from the same group can be " +"showcased using bubble color." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 +msgid "" +"Visualizes how a metric has changed over a time using a color scale and a" +" calendar view. Gray values are used to indicate missing values and the " +"linear color scheme is used to encode the magnitude of each day's value." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 +msgid "" +"Visualizes how a single metric varies across a country's principal " +"subdivisions (states, provinces, etc) on a choropleth map. Each " +"subdivision's value is elevated when you hover over the corresponding " +"geographic boundary." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 +msgid "" +"Visualizes many different time-series objects in a single chart. This " +"chart is being deprecated and we recommend using the Time-series Chart " +"instead." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 +msgid "" +"Visualizes the flow of different group's values through different stages " +"of a system. New stages in the pipeline are visualized as nodes or " +"layers. The thickness of the bars or edges represent the metric being " +"visualized." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 +msgid "" +"Visualizes the words in a column that appear the most often. Bigger font " +"corresponds to higher frequency." +msgstr "" + +#: superset/viz.py:141 +msgid "Viz is missing a datasource" +msgstr "Viz está sem origem de dados" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 +#, fuzzy +msgid "Viz type" +msgstr "Tipo" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 +msgid "WED" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 +msgid "Want to add a new database?" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 +#, fuzzy +msgid "Warning" +msgstr "Mensagem de Aviso" + +#: superset/connectors/sqla/views.py:258 +msgid "Warning Message" +msgstr "Mensagem de Aviso" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 +msgid "Warning!" +msgstr "Mensagem de Aviso" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 +msgid "" +"Warning! Changing the dataset may break the chart if the metadata does " +"not exist." +msgstr "" + +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "Rótulo para a sua query" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 +#, python-format +msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +msgstr "" + +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 +#, python-format +msgid "We can't seem to resolve the column \"%(column_name)s\"" +msgstr "" + +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 +#, python-format +msgid "" +"We can't seem to resolve the column \"%(column_name)s\" at line " +"%(location)s." +msgstr "" + +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:136 +msgid "We were unable to active or deactivate this report." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" + +#: superset/db_engine_specs/redshift.py:90 +#, python-format +msgid "" +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 +msgid "Web" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 +msgid "Wednesday" +msgstr "" + +#: superset/db_engine_specs/base.py:107 +#, fuzzy +msgid "Week" +msgstr "semana" + +#: superset/db_engine_specs/base.py:113 +msgid "Week ending Saturday" +msgstr "" + +#: superset/db_engine_specs/base.py:112 +msgid "Week starting Monday" +msgstr "" + +#: superset/db_engine_specs/base.py:111 +msgid "Week starting Sunday" +msgstr "" + +#: superset/db_engine_specs/base.py:114 +msgid "Week_ending Sunday" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "Janela de exibição" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#, fuzzy, python-format +msgid "Weeks %s" +msgstr "semana" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "Altura" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s second." +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s second." +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 +msgid "What should be shown on the label?" +msgstr "" + +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "Origem de dados %(name)s já existe" + +#: superset-frontend/src/explore/controls.jsx:434 +msgid "" +"When `Calculation type` is set to \"Percentage change\", the Y Axis " +"Format is forced to `.1%`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 +msgid "When a secondary metric is provided, a linear color scale is used." +msgstr "" + +#: superset/views/database/mixins.py:119 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" +"Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela" +" a ser criada neste esquema" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 +msgid "When enabled, users are able to visualize SQL Lab results in Explore." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 +msgid "When only a primary metric is provided, a categorical color scale is used." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 +msgid "" +"When specifying SQL, the datasource acts as a view. Superset will use " +"this statement as a subquery while grouping and filtering on the " +"generated parent queries." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +msgid "" +"When using \"Autocomplete filters\", this can be used to improve " +"performance of the query fetching the values. Use this option to apply a " +"predicate (WHERE clause) to the query selecting the distinct values from " +"the table. Typically the intent would be to limit the scan by applying a " +"relative time filter on a partitioned or indexed time-related field." +msgstr "" + +#: superset/viz.py:861 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "Utilizando 'Agrupar por' só é possível utilizar uma única métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 +msgid "Whether the progress bar overlaps when there are multiple groups of data" +msgstr "" + +#: superset/connectors/sqla/views.py:455 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:111 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "Se esta coluna está exposta na seção `Filtros` da vista de exploração." + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 +msgid "" +"Whether to align background charts with both positive and negative values" +" at 0" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 +msgid "Whether to align positive and negative values in cell bar chart at 0" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 +msgid "Whether to always show the annotation label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 +msgid "Whether to animate the progress and the value or just display them" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 +msgid "Whether to colorize numeric values by if they are positive or negative" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 +msgid "Whether to display a bar chart background in table columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 +msgid "Whether to display a legend for the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 +msgid "Whether to display bubbles on top of countries" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 +msgid "Whether to display the interactive data table" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 +msgid "Whether to display the labels." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +msgid "" +"Whether to display the labels. Note that the label only displays when the" +" 5% threshold." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 +msgid "Whether to display the legend (toggles)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 +msgid "Whether to display the min and max values of the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 +msgid "Whether to display the min and max values of the Y-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 +#, fuzzy +msgid "Whether to display the time range interactive selector" +msgstr "Mostrar opção de seleção do intervalo temporal" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 +msgid "Whether to display the timestamp" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 +msgid "Whether to display the trend line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 +msgid "Whether to enable changing graph position and scaling." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 +msgid "Whether to enable node dragging in force layout mode." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 +#, fuzzy +msgid "Whether to include a client-side search box" +msgstr "Incluir um filtro temporal" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 +msgid "Whether to include a time filter" +msgstr "Incluir um filtro temporal" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 +#, fuzzy +msgid "Whether to include the percentage in the tooltip" +msgstr "Incluir um filtro temporal" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 +msgid "Whether to include the time granularity as defined in the time section" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +msgid "Whether to make the histogram cumulative" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" +"Para se disponibilizar esta coluna como uma opção [Time Granularity], a " +"coluna deve ser DATETIME ou DATETIME" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 +msgid "Whether to populate autocomplete filters options" +msgstr "Incluir um filtro temporal" + +#: superset/connectors/sqla/views.py:450 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" +"Preencher a lista de filtros, na vista de exploração, com valores " +"distintos carregados em tempo real a partir do backend" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 +msgid "" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 +msgid "Whether to show minor ticks on the axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 +msgid "Whether to show the pointer" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 +msgid "Whether to show the progress of gauge chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 +msgid "Whether to show the split lines on the axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 +msgid "Whether to sort descending or ascending" +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +#, fuzzy +msgid "Whether to sort descending or ascending if a series limit is present" +msgstr "Ordenar de forma descendente ou ascendente" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 +msgid "Whether to sort results by the selected metric in descending order." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 +msgid "Whether to sort tooltip by the selected metric in descending order." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 +msgid "Which country to plot the map for?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 +msgid "Which relatives to highlight on hover" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 +msgid "Whisker/outlier options" +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +#, fuzzy +msgid "White" +msgstr "Título" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 +msgid "Width" +msgstr "Largura" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 +msgid "Width of the confidence interval. Should be between 0 and 1" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 +msgid "Window must be > 0" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 +msgid "With a subheader" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 +msgid "Word Cloud" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 +#, fuzzy +msgid "Word Rotation" +msgstr "Anotações" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 +msgid "Working" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 +msgid "Working timeout" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 +#: superset/viz.py:2079 +msgid "World Map" +msgstr "Mapa Mundo" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 +msgid "Write a description for your query" +msgstr "Escreva uma descrição para sua consulta" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 +msgid "X AXIS TITLE BOTTOM MARGIN" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 +msgid "X Axis" +msgstr "Eixo XX" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 +#, fuzzy +msgid "X Axis Format" +msgstr "Formato do Eixo YY" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 +msgid "X Axis Label" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 +msgid "X Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 +msgid "X Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 +msgid "X Tick Layout" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 +msgid "X bounds" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 +msgid "XScale Interval" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 +msgid "Y 2 bounds" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 +msgid "Y AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 +msgid "Y AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 +msgid "Y Axis" +msgstr "Eixo YY" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 +msgid "Y Axis 1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 +msgid "Y Axis 2" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 +msgid "Y Axis 2 Bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 +msgid "Y Axis Bounds" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 +msgid "Y Axis Format" +msgstr "Formato do Eixo YY" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 +msgid "Y Axis Label" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 +msgid "Y Axis Left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 +msgid "Y Axis Right" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 +msgid "Y Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 +msgid "Y Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 +msgid "Y bounds" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 +msgid "YScale Interval" +msgstr "" + +#: superset/db_engine_specs/base.py:110 +#, fuzzy +msgid "Year" +msgstr "ano" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#, fuzzy, python-format +msgid "Years %s" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 +msgid "Yes" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 +msgid "Yes, cancel" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 +msgid "" +"You are importing one or more charts that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/pages/DashboardList/index.tsx:69 +msgid "" +"You are importing one or more dashboards that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 +msgid "" +"You are importing one or more databases that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/features/datasets/constants.ts:30 +msgid "" +"You are importing one or more datasets that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 +msgid "" +"You are importing one or more saved queries that already exist. " +"Overwriting might cause you to lose some of your work. Are you sure you " +"want to overwrite?" +msgstr "" + +#: superset/views/core.py:2177 +msgid "" +"You are not authorized to see this query. If you think this is an error, " +"please reach out to your administrator." +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 +msgid "" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 +msgid "" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 +msgid "" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/viz.py:723 +msgid "" +"You cannot use [Columns] in combination with [Group " +"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "Não tem permissão para aprovar este pedido" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 +msgid "You do not have permission to edit this chart" +msgstr "Não tem permissão para aprovar este pedido" + +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 +msgid "You do not have permission to edit this dashboard" +msgstr "Não tem acesso a esta origem de dados" + +#: superset/templates/superset/request_access.html:25 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "Não tem permissão para aceder à origem de dados: %(name)s." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 +msgid "You do not have permissions to edit this dashboard." +msgstr "Não tem permissão para aceder à origem de dados: %(name)s." + +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "Não tem permissão para aprovar este pedido" + +#: superset/dashboards/commands/exceptions.py:86 +#, fuzzy +msgid "You don't have access to this dashboard." +msgstr "Não tem permissão para aceder à origem de dados: %(name)s." + +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "Parece que não tem acesso a nenhuma base de dados" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "Não tem permissão para aceder à origem de dados: %(name)s." + +#: superset-frontend/src/features/home/EmptyState.tsx:170 +msgid "You don't have any favorites yet!" +msgstr "Não tem acesso a esta origem de dados" + +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 +#, fuzzy +msgid "You don't have permission to modify the value." +msgstr "Não tem permissão para aprovar este pedido" + +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Não tem direitos para alterar este título." + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Não tem direitos para alterar este título." + +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "Não tem permissão para aprovar este pedido" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 +msgid "You have unsaved changes." +msgstr "Existem alterações por gravar." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" +msgstr "Escolha um nome para o novo dashboard" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 +msgid "You must run the query successfully first" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "Your dashboard is too large. Please reduce its size before saving it." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 +msgid "Your query could not be saved" +msgstr "Não foi possível gravar a sua query" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 +msgid "Your query could not be scheduled" +msgstr "Não foi possível gravar a sua query" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 +msgid "Your query could not be updated" +msgstr "Não foi possível gravar a sua query" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 +msgid "" +"Your query has been scheduled. To see details of your query, navigate to " +"Saved queries" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "A sua query foi gravada" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 +msgid "Your query was saved" +msgstr "A sua query foi gravada" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 +msgid "Your query was updated" +msgstr "A sua query foi gravada" + +#: superset-frontend/src/reports/actions/reports.js:154 +#, fuzzy +msgid "Your report could not be deleted" +msgstr "Não foi possível carregar a query" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "descrição" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 +msgid "Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 +msgid "Zoom level of the map" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "[Nome do dashboard]" + +#: superset/viz.py:2386 +msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +msgstr "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + +#: superset/viz.py:2336 +msgid "[Longitude] and [Latitude] must be set" +msgstr "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + +#: superset/explore/commands/get.py:121 superset/views/core.py:870 +#, fuzzy +msgid "[Missing Dataset]" +msgstr "Viz está sem origem de dados" + +#: superset/utils/core.py:908 +#, python-format +msgid "[Superset] Access to the datasource %(name)s was granted" +msgstr "[Superset] O acesso à origem dos dados %(name)s foi concedido" + +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +#, fuzzy +msgid "[Untitled]" +msgstr "%s - sem título" + +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 +msgid "[dashboard name]" +msgstr "[Nome do dashboard]" + +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "%s - sem título" + +#: superset/utils/pandas_postprocessing/compare.py:53 +msgid "`compare_columns` must have the same length as `source_columns`." +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:57 +msgid "`compare_type` must be `difference`, `percentage` or `ratio`" +msgstr "" + +#: superset/charts/schemas.py:573 +msgid "`confidence_interval` must be between 0 and 1 (exclusive)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 +msgid "" +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." +msgstr "" + +#: superset/common/query_object.py:436 +msgid "`operation` property of post processing object undefined" +msgstr "" + +#: superset/utils/pandas_postprocessing/prophet.py:61 +msgid "`prophet` package not installed" +msgstr "" + +#: superset/utils/pandas_postprocessing/contribution.py:69 +msgid "`rename_columns` must have the same length as `columns`." +msgstr "" + +#: superset/charts/schemas.py:1114 +msgid "`row_limit` must be greater than or equal to 0" +msgstr "" + +#: superset/charts/schemas.py:1121 +msgid "`row_offset` must be greater than or equal to 0" +msgstr "" + +#: superset/charts/schemas.py:972 +msgid "`width` must be greater or equal to 0" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 +msgid "aggregate" +msgstr "Soma Agregada" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "alert" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +msgid "alerts" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +msgid "ancestor" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 +msgid "and" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 +msgid "annotation" +msgstr "Anotações" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" +msgstr "Camadas de anotação" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 +msgid "at" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +msgid "auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 +msgid "bolt" +msgstr "parafuso" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 +#, fuzzy +msgid "bottom" +msgstr "dttm" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Gerir" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 +msgid "chart" +msgstr "Mover gráfico" + +#: superset-frontend/src/features/home/EmptyState.tsx:27 +#, fuzzy +msgid "charts" +msgstr "Mover gráfico" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Filtros" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 +msgid "column" +msgstr "Coluna" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 +#, fuzzy +msgid "count" +msgstr "Coluna" + +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "Criado em" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Crie uma nova visualização" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 +msgid "css" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 +msgid "css_template" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 +#, fuzzy +msgid "cumulative" +msgstr "Acção" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 +msgid "dashboard" +msgstr "Dashboard" + +#: superset-frontend/src/features/home/EmptyState.tsx:28 +#, fuzzy +msgid "dashboards" +msgstr "Dashboard" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 +msgid "database" +msgstr "Base de dados" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 +msgid "dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +msgid "dataset name" +msgstr "nome da origem de dados" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 +msgid "date" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 +msgid "day" +msgstr "dia" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 +msgid "day of the month" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 +msgid "day of the week" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Gráfico de bala" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Latitude padrão" + +#: superset-frontend/src/components/DeleteModal/index.tsx:84 +msgid "delete" +msgstr "Eliminar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 +msgid "descendant" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 +msgid "description" +msgstr "descrição" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "descrição" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" +msgstr "" + +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "draft" +msgstr "" + +#: superset/views/log/__init__.py:32 +msgid "dttm" +msgstr "dttm" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 +msgid "e.g. ********" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 +msgid "e.g. 127.0.0.1" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +msgid "e.g. 5432" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 +msgid "e.g. Analytics" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 +msgid "e.g. param1=value1¶m2=value2" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 +msgid "e.g. world_population" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +msgid "e.g., a \"user id\" column" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Séries" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "Mensagem de Aviso" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 +msgid "every" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 +msgid "every day of the month" +msgstr "Código de 3 letras do país" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 +msgid "every day of the week" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 +msgid "every hour" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 +#, fuzzy +msgid "every minute" +msgstr "mês" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 +msgid "every month" +msgstr "mês" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Explorar gráfico" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Perfil" + +#: superset-frontend/src/SqlLab/constants.ts:35 +msgid "fetching" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 +msgid "" +"filter_box will be deprecated in a future version of Superset. Please " +"replace filter_box by dashboard filter components." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 +msgid "for more information on how to structure your URI." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "green" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Mapa de Calor" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 +#, fuzzy +msgid "here" +msgstr "Séries" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 +msgid "hour" +msgstr "hora" + +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" +msgstr "id:" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 +msgid "" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 +msgid "in" +msgstr "Mín" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 +msgid "in modal" +msgstr "em modal" + +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 +#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 +msgid "is expected to be a number" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 +#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 +msgid "is expected to be an integer" +msgstr "" + +#: superset-frontend/src/profile/components/UserInfo.tsx:64 +msgid "joined" +msgstr "agregado" + +#: superset/views/base.py:595 +msgid "json isn't valid" +msgstr "json não é válido" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 +msgid "key a-z" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 +msgid "key z-a" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 +#, fuzzy +msgid "label" +msgstr "Rótulo" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +#, fuzzy +msgid "last month" +msgstr "mês" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +#, fuzzy +msgid "last week" +msgstr "semana" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +#, fuzzy +msgid "last year" +msgstr "Cluster" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 +msgid "latest partition:" +msgstr "última partição:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#, fuzzy +msgid "left" +msgstr "Eliminar" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "ano" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 +msgid "log" +msgstr "" + +#: superset/charts/schemas.py:645 +msgid "" +"lower percentile must be greater than 0 and less than 100. Must be lower " +"than upper percentile." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Máx" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Métrica" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "Mín" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 +msgid "minute" +msgstr "minuto" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 +#, fuzzy +msgid "minute(s)" +msgstr "5 minutos" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "mês" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 +msgid "month" +msgstr "mês" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 +msgid "must have a value" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Nome" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +msgid "nvd3" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "agregado" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 +msgid "on" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "hora" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 +#, fuzzy +msgid "orderby column must be populated" +msgstr "Não foi possível gravar a sua query" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 +msgid "p-value precision" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 +msgid "page_size.entries" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 +msgid "page_size.show" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 +msgid "percentile (exclusive)" +msgstr "" + +#: superset/utils/pandas_postprocessing/boxplot.py:88 +msgid "" +"percentiles must be a list or tuple with two numeric values, of which the" +" first is lower than the second value" +msgstr "" + +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "Modelos CSS" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 +msgid "previous calendar year" +msgstr "" + +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "published" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "Query" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 +#, fuzzy +msgid "queries" +msgstr "Séries" + +#: superset-frontend/src/features/home/SavedQueries.tsx:131 +msgid "query" +msgstr "Query" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 +msgid "reboot" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 +msgid "recents" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 +#, fuzzy +msgid "red" +msgstr "Criado em" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "report" +msgstr "Janela de exibição" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 +msgid "reports" +msgstr "Janela de exibição" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#, fuzzy +msgid "right" +msgstr "Altura" + +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "Mensagem de Aviso" + +#: superset-frontend/src/features/home/EmptyState.tsx:30 +#, fuzzy +msgid "saved queries" +msgstr "Queries Gravadas" + +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Séries" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 +msgid "" +"series: Treat each series independently; overall: All series use the same" +" scale; change: Show changes compared to the first data point in each " +"series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +msgid "square" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "Modelos CSS" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histograma" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Não há acesso!" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 +msgid "textarea" +msgstr "textarea" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "Parar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#, fuzzy +msgid "top" +msgstr "Parar" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "" + +#: superset/charts/schemas.py:660 +msgid "" +"upper percentile must be greater than 0 and less than 100. Must be higher" +" than lower percentile." +msgstr "" + +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "última partição:" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 +#, fuzzy +msgid "value ascending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 +#, fuzzy +msgid "value descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Análise Avançada" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "10 segundos" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 +msgid "virtual" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Tipo" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 +msgid "was created" +msgstr "foi criado" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 +msgid "week" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" +msgstr "ano" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "yellow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.json b/superset/translations/pt_BR/LC_MESSAGES/messages.json index 253edc6ee4057..072d5e6bdbde6 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.json +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.json @@ -2,2828 +2,3981 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=2; plural=(n > 1)", "lang": "pt_BR" }, - "Home": ["Início"], - "Annotation Layers": ["Camadas de anotação"], - "Manage": ["Gerenciar"], - "Databases": ["Bases de dados"], - "Data": ["Dados"], - "Datasets": ["Conjunto de dados"], - "Charts": ["Gráficos"], - "Dashboards": ["Painéis"], - "Plugins": ["Plugins"], - "CSS Templates": ["Modelos CSS"], - "Row level security": ["Segurança em nível de linha"], - "Security": ["Segurança"], - "Import Dashboards": ["Importar painéis"], - "SQL Editor": ["Editor de SQL"], - "SQL Lab": ["SQL Lab"], - "Saved Queries": ["Perguntas frequentes"], - "Query History": ["Histórico de consultas"], - "Upload a CSV": ["Enviar CSV"], - "Upload Excel": ["Enviar Excel"], - "Action Log": ["Registro de Ação"], - "Dashboard Emails": ["Emails do painel"], - "Chart Email Schedules": ["Agendamento de email do gráfico"], - "Alerts": ["Alertas"], - "Alerts & Reports": ["Alertas e relatórios"], - "Access requests": ["Solicitações de acesso"], - "Druid Datasources": ["Fontes de dados Druid"], - "Druid Clusters": ["Clusters Druid"], - "Scan New Datasources": ["Digitalizar novas fontes de dados"], - "Refresh Druid Metadata": ["Atualizar Metadados Druid"], - "Issue 1000 - The datasource is too large to query.": [ - "Problema 1000 - A fonte de dados é muito grande para consulta." - ], - "Issue 1001 - The database is under an unusual load.": [ - "Problema 1001 - O banco de dados está sob carga atípica." + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\nEste filtro foi herdado do contexto do painel.\n Não será salvo ao salvar o gráfico." ], - "Issue 1002 - The database returned an unexpected error.": [ - "Problema 1002 - O banco de dados retornou um erro inesperado." + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" ], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "Problema 1003 - Há um erro na consulta SQL. Talvez tenha sido um erro de digitação." + " expression which needs to adhere to the ": [ + " expressão que precisa ser aderente a" ], - "Issue 1004 - The column was deleted or renamed in the database.": [ - "Problema 1004 - A coluna foi deletada ou renomeada no banco de dados." + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + " para garantir que a ordem lexicográfica coincida com a ordem cronoglógica. Se o\n formato do timestamp não for aderente ao padrão ISO 8601\n você precisará definir uma expressão e tipo para\n transformar o texto em data ou timestamp. Nota\natualemente time zones não são suportadas. Se o tempo é armazenado no formato epoch coloque `epoch_s` ou `epoch_ms`. Se nenhum padrão for especificado\n utilizaremos os padrões opcionais de acordo com cada nível do banco de dados/nome de coluna via parâmetro extra." ], - "Issue 1005 - The table was deleted or renamed in the database.": [ - "Problema 1005 - A tabela foi deletada ou renomeada no banco de dados." + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": ["!= (não é igual)"], + "%(name)s.csv": ["%(name)s.csv"], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "O papel %(role)s foi concedido a %(user)s dando acesso a %(datasource)s" ], - "Issue 1006 - One or more parameters specified in the query are missing.": [ - "Problema 1006 - Um ou mais parâmetros especificados na consulta estão faltando." + "%(user)s's profile": ["Perfil do %(user)s"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s não conseguiu verificar sua consulta.\nPor favor revise sua consulta.\nExceção: %(ex)s" ], - "Invalid certificate": ["Certificado inválido"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Tipo de retorno inseguro para a função %(func)s: %(value_type)s" + "%s Error": ["Erro %s"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["%s selecionado(s)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s selecionado(s) (%s físico, %s virtual)" ], - "Unsupported return value for method %(name)s": [ - "Valor de retorno não suportado para o método %(name)s" + "%s Selected (Physical)": ["%s selecionado(s) (físico)"], + "%s Selected (Virtual)": ["%s selecionado(s) (virtual)"], + "%s aggregates(s)": ["%s agregado(s)"], + "%s column(s)": ["%s coluna(s)"], + "%s operator(s)": ["%s operador(es)"], + "%s option(s)": ["%s opção(ões)"], + "%s saved metric(s)": ["%s métrica(s) salva(s)"], + "%s%s": ["%s%s"], + "%s-%s of %s": ["%s-%s de %s"], + "(Removed)": ["(Removido)"], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "(opcional) valor padrão para o filtro, quando usando a opção múltipla, você pode usar uma lista de opções delimitada por ponto e vírgula." ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valor de template inseguro para a chave %(key)s: %(value_type)s" + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" ], - "Unsupported template value for key %(key)s": [ - "Valor de template não suportado para a chave %(key)s" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "Only `SELECT` statements are allowed against this database": [ - "Apenas instruções `SELECT` são permitidas nesse banco de dados" + ".": [""], + "0 Selected": ["0 selecionado"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1 hora"], + "1 minute": ["1 minuto"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": [""], + "3 years ago": [""], + "30 days": ["30 dias"], + "30 minutes": ["30 minutos"], + "30 seconds": ["30 segundos"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minutes": ["5 minutos"], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "60 days": ["60 dias"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90 dias"], + ":": [":"], + "< (Smaller than)": ["< (menor que)"], + "<= (Smaller or equal)": ["<= (menor ou igual)"], + "": [""], + "== (Is equal)": ["== (igual)"], + "> (Larger than)": ["> (maior que)"], + ">= (Larger or equal)": [">= (maior ou igual)"], + "A comma separated list of columns that should be parsed as dates.": [ + "Uma lista de colunas separadas por vírgula que devem ser interpretadas como datas." ], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "CTAS (create table as select) só podem ser executados com uma consulta na qual a última instrução é um SELECT. Por favor garanta que sua consulta tenha um SELECT como última instrução. Depois tente rodar novamente sua consulta." + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Uma URL completa apontando para o local do plugin construído (pode ser hospedado em um CDN por exemplo)" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ - "CVAS (create view as select) só podem ser executados com uma consulta com uma única instrução SELECT. Por favor garanta que sua consulta tenha uma única instrução SELECT. Depois tente rodar novamente sua consulta." + "A handlebars template that is applied to the data": [""], + "A human-friendly name": ["Um nome amigável aos humanos"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "Viz is missing a datasource": [ - "Está faltando uma fonte de dados para a Viz" + "A list of users who can alter the chart. Searchable by name or username.": [ + "Uma lista de usuários que podem alterar o gráfico. Pode ser pesquisado por nome ou nome de usuário." ], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ - "A janela de tempo não retornou nenhum dado. Por favor garanta que a fonte de dados satisfaça minimamente os períodos definidos na janela de tempo." + "A map of the world, that can indicate values in different countries.": [ + "" ], - "From date cannot be larger than to date": [ - "Desde a data não pode ser maior do que até a data" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Cached value not found": ["Valor em cache não encontrado"], - "Columns missing in datasource: %(invalid_columns)s": [ - "Colunas faltando na fonte de dados: %(invalid_columns)s" + "A metric to use for color": ["Uma métrica para usar para cores"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" ], - "Table View": ["Visão de tabela"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ - "Você não pode usar [Columns] em combinação com [Group By]/[Metrics]/[Percentage Metrics]. Por favor escolha um ou o outro." + "A readable URL for your dashboard": ["Uma URL legível para seu painel"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Uma referência à configuração [Time], levando em consideração a granularidade" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Escolha uma granularidade na seção Tempo ou desmarque 'Incluir hora'" + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Um conjunto de parâmetros que ficam disponíveis na consulta usando a sintaxe de template Jinja" ], - "Time Table View": ["Visão da tabela de tempo"], - "Pick at least one metric": ["Escolha pelo menos uma métrica"], - "When using 'Group By' you are limited to use a single metric": [ - "Ao usar 'Group By' você está limitado a usar uma única métrica" + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Pivot Table": ["Tabela pivot"], - "Please choose at least one 'Group by' field ": [ - "Por favor escolha pelo menos um campo 'Group by'" + "A valid color scheme is required": [ + "É obrigatório um esquema de cores válido" ], - "Please choose at least one metric": ["Escolha pelo menos uma métrica"], - "Group By' and 'Columns' can't overlap": [ - "Group By' e 'Columns' não podem colidir" + "APPLY": ["APLICAR"], + "APR": ["ABR"], + "AQE": ["EQA"], + "AUG": ["AGO"], + "AXIS TITLE MARGIN": [""], + "About": ["Sobre"], + "Access": ["Acessar"], + "Access requests": ["Solicitações de acesso"], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": ["O acesso foi solicitado"], + "Action": ["Ação"], + "Action Log": ["Registro de Ação"], + "Actions": ["Ações"], + "Active": ["Ativo"], + "Actual time range": ["Intervalo de tempo real"], + "Add": ["Adicionar"], + "Add CSS Template": ["Adicionar modelo CSS"], + "Add CSS template": ["Adicionar modelo CSS"], + "Add Chart": ["Adicionar gráfico"], + "Add Column": ["Adicionar coluna"], + "Add Dashboard": ["Adicionar painel"], + "Add Database": ["Adicionar banco de dados"], + "Add Log": ["Adicionar log"], + "Add Metric": ["Adicionar métrica"], + "Add Row level security filter": [ + "Adicionar filtro de segurança a nível de linha" ], - "Treemap": ["Treemap"], - "Calendar Heatmap": ["Calendário Heatmap"], - "Bubble Chart": ["Gráfico de bolhas"], - "Please use 3 different metric labels": [ - "Por favor use 3 diferentes descrições de métrica" + "Add Saved Query": ["Adicionar consulta salva"], + "Add a Plugin": ["Adicionar um plugin"], + "Add a new tab to create SQL Query": [""], + "Add annotation": ["Adicionar anotação"], + "Add annotation layer": ["Adicionar camada de anotação"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Pick a metric for x, y and size": [ - "Escolha uma métrica para x, y e tamanho" + "Add delivery method": ["Adicionar método de entrega"], + "Add filter": ["Adicionar filtro"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Bullet Chart": ["Gráfico de bala"], - "Pick a metric to display": ["Escolha uma métrica para exibir"], - "Big Number with Trendline": ["Número grande com Trendline"], - "Pick a metric!": ["Escolha uma métrica!"], - "Big Number": ["Número grande"], - "Time Series - Line Chart": ["Série temporal - Gráfico de linhas"], - "Pick a time granularity for your time series": [ - "Escolha uma granularidade de tempo para suas séries temporais" + "Add filters and dividers": [""], + "Add item": ["Adicionar item"], + "Add metric": ["Adicionar métrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": ["Adicionar método de notificação"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add to dashboard": ["Adicionar ao painel"], + "Added": ["Adicionado"], + "Additional fields may be required": [""], + "Additional information": ["Informação adicional"], + "Additional text to add before or after the value, e.g. unit": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Avançado"], + "Advanced analytics": ["Analytics avançados"], + "Aesthetic": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "Uma faixa de tempo (com início e fim) deve ser especificada quand" + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" ], - "Time Series - Multiple Line Charts": [ - "Série temporal - gráficos de múltiplas linhas" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "Time Series - Dual Axis Line Chart": [ - "Série temporal - gráfico de linha de dois eixos" + "Alert Triggered, In Grace Period": [ + "Alerta disparado, em período de inatividade" ], - "Pick a metric for left axis!": [ - "Escolha uma métrica para o eixo esquerdo!" + "Alert condition": ["Condição do alerta"], + "Alert condition schedule": ["Agendamento da condição de alerta"], + "Alert ended grace period.": [ + "Alerta encerrou o período de inatividade." ], - "Pick a metric for right axis!": [ - "Escolha uma métrica para o eixo direito!" + "Alert failed": ["Alerta falhou"], + "Alert fired during grace period.": [ + "Alerta disparado durante período de inatividade." ], - "Please choose different metrics on left and right axis": [ - "Escolha diferentes métricas no eixo esquerdo e direito" + "Alert found an error while executing a query.": [ + "Alerta encontrou um erro enquanto executava uma consulta." ], - "Time Series - Bar Chart": ["Série temporal - Gráfico de barras"], - "Time Series - Period Pivot": ["Série temporal - Pivô de período"], - "Time Series - Percent Change": [ - "Série temporal - Mudança de porcentagem" + "Alert name": ["Nome do alerta"], + "Alert on grace period": ["Alerta em período de inatividade"], + "Alert query returned a non-number value.": [ + "A consulta de alerta retornou um valor não numérico." ], - "Time Series - Stacked": ["Série temporal - empilhadas"], - "Histogram": ["Histograma"], - "Must have at least one numeric column specified": [ - "Deve ter pelo menos uma coluna numérica" + "Alert query returned more than one column.": [ + "A consulta de alerta retornou mais de uma coluna." ], - "Distribution - Bar Chart": ["Distribuição - Gráfico de barras"], - "Can't have overlap between Series and Breakdowns": [ - "Não pode haver sobreposição entre Series e Breakdowns" + "Alert query returned more than one column. %s columns returned": [ + "A consulta de alerta retornou mais de uma coluna. %s colunas retornadas" ], - "Pick at least one field for [Series]": [ - "Escolha pelo menos um campo para [Series]" + "Alert query returned more than one row.": [ + "A consulta de alerta retornou mais de uma linha." ], - "Sunburst": ["Sunburst"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Escolha exatamente 2 colunas como [Origem / Alvo]" + "Alert query returned more than one row. %s rows returned": [ + "A consulta de alerta retornou mais de uma linha. %s linhas retornadas" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "Há um loop em seu Sankey, por favor, forneça uma árvore. Aqui está um link defeituoso: {}" + "Alert running": ["Executando alerta"], + "Alert triggered, notification sent": [ + "Alerta disparado, notificação enviada" ], - "Directed Force Layout": ["Layout de Força Dirigida"], - "Pick exactly 2 columns to 'Group By'": [ - "Escolha exatamente 2 colunas para 'Agrupar por'" + "Alert validator config error.": [ + "Erro de configuração do validador de alerta." ], - "Country Map": ["Mapa do País"], - "World Map": ["Mapa mundial"], - "Filters": ["Filtros"], - "Invalid filter configuration, please select a column": [ - "Configuração de filtro inválida, por favor selecione uma coluna" + "Alerts": ["Alertas"], + "Alerts & Reports": ["Alertas e relatórios"], + "Alerts & reports": ["Alertas e relatórios"], + "Align +/-": [""], + "All": [""], + "All Text": ["Todo o texto"], + "All charts": ["Todos os gráficos"], + "All filters": ["Todos os filtros"], + "All filters (%(filterCount)d)": [""], + "All panels with this column will be affected by this filter": [ + "Todos os paineis com esta coluna serão afetados por este filtro" ], - "Parallel Coordinates": ["Coordenadas paralelas"], - "Heatmap": ["Mapa de calor"], - "Horizon Charts": ["Gráficos Horizon"], - "Mapbox": ["Mapbox"], - "[Longitude] and [Latitude] must be set": [ - "[Longitude] e [Latitude] devem ser configuradas" + "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no SQL Lab" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Deve ter uma coluna [Group By] para ter 'count' como [Label]" + "Allow CREATE VIEW AS": ["Permitir CREATE VIEW AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitir a opção CREATE VIEW As no SQL Lab" ], - "Choice of [Label] must be present in [Group By]": [ - "A escolha de [Label] deve estar presente em [Group By]" + "Allow Csv Upload": ["Permitir upload de CSV"], + "Allow DML": ["Permitir DML"], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [ + "Permite a linguagem de manipulação de dados" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "A escolha de [Raio do ponto] deve estar presente em [Grupo]" + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "[Longitude] e as colunas [Latitude] devem estar presentes em [Group By]" + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "" ], - "Deck.gl - Multiple Layers": ["Deck.gl - Múltiplas camadas"], - "Bad spatial key": ["Chave espacial ruim"], - "Invalid spatial point encountered: %s": [ - "Ponto espacial encontrado inválido: %s" + "Allow multiple selections": ["Permitir múltipla seleção"], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Permitir que os usuários executem instruções não-SELECT (UPDATE, DELETE, CREATE, ...) no SQL Lab" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Encontrada entrada espacial inválida NULL, por favor considere filtrá-la." + "Allowed Domains (comma separated)": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" ], - "Deck.gl - Scatter plot": ["Deck.gl - Scatter plot"], - "Deck.gl - Screen Grid": ["Deck.gl - Grade de tela"], - "Deck.gl - 3D Grid": ["Deck.gl - Grade 3D"], - "Deck.gl - Paths": ["Deck.gl - Paths"], - "Deck.gl - Polygon": ["Deck.gl - Polígono"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Arc": ["Deck.gl - Arc"], - "Event flow": ["Fluxo de eventos"], - "Time Series - Paired t-test": ["Série temporal - teste emparelhado t"], - "Time Series - Nightingale Rose Chart": [ - "Série temporal - gráfico de rosa de Nightingale" + "Altered": ["Alterado"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Uma faixa de tempo (com início e fim) deve ser especificada quand" ], - "Partition Diagram": ["Diagrama de Partição"], - "Choose either fields to [Group By] and [Metrics] and/or [Percentage Metrics], or [Columns], not both": [ - "Escolha entre campos para [Group By] e [Metrics] e/ou [Percentage Metrics], ou [Columns], mas não os dois" + "An engine must be specified when passing individual parameters to a database.": [ + "" ], - "Box Plot": ["Parcela"], - "Distribution - NVD3 - Pie Chart": [ - "Distribuição - NVD3 - Gráfico de torta" + "An error has occurred": ["Ocorreu um erro"], + "An error occurred": ["Ocorreu um erro"], + "An error occurred saving dataset": [ + "Ocorreu um erro ao salvar o conjunto de dados" ], - "iFrame": ["iFrame"], - "Deleted %(num)d annotation layer": [ - "%(num)d camada de anotação deletada", - "%(num)d camadas de anotação deletadas" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao contrair o esquema da tabela. Por favor entre em contato com seu administrador." ], - "All Text": ["Todo o texto"], - "Deleted %(num)d annotation": [ - "%(num)d anotação deletada", - "%(num)d anotações deletadas" + "An error occurred while creating the data source": [ + "Ocorreu um erro ao criar a fonte de dados" ], - "End date must be after start date": [ - "A data de fim deve ser posterior à data de início" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao expandir o esquema da tabela. Por favor entre em contato com seu administrador." ], - "Short description must be unique for this layer": [ - "A descrição curta deve ser única para esta camada" + "An error occurred while fetching available CSS templates": [ + "Ocorreu um erro ao buscar os modelos CSS disponíveis" ], - "Annotations could not be deleted.": [ - "Não foi possível deletar as anotações." + "An error occurred while fetching chart created by values: %s": [ + "Ocorreu um erro ao se obter os valores de criado por dos gráficos: %s" ], - "Annotation not found.": ["Anotação não encontrada."], - "Annotation parameters are invalid.": [ - "Os parâmetros da anotação são inválidos." + "An error occurred while fetching chart owners values: %s": [ + "Ocorreu um erro ao se obter os valores dos donos dos gráficos: %s " ], - "Annotation could not be created.": [ - "Não foi possível criar a anotação." + "An error occurred while fetching created by values: %s": [ + "Ocorreu um erro ao obter valores de criado por: %s" ], - "Annotation could not be updated.": [ - "Não foi possível atualizar a anotação." + "An error occurred while fetching dashboard created by values: %s": [ + "Ocorreu um erro ao se obter os valores de criado por dos paineis: %s" ], - "Annotation delete failed.": ["Falha a deletar a anotação."], - "Annotation layer parameters are invalid.": [ - "Os parâmetros da camada de anotação são inválidos." + "An error occurred while fetching dashboard owner values: %s": [ + "Ocorreu um erro ao se obter os valores de done dos paineis: %s" ], - "Annotation layer could not be deleted.": [ - "Não foi possível deletar a camada de anotação." + "An error occurred while fetching dashboards": [ + "Ocorreu um erro ao buscar os paineis" ], - "Annotation layer could not be created.": [ - "Não foi possível criar a camada de anotação." + "An error occurred while fetching dashboards: %s": [ + "Ocorreu um erro ao se obter os dashboards: %s" ], - "Annotation layer could not be updated.": [ - "Não foi possível atualizar a camada de anotação." + "An error occurred while fetching database related data: %s": [ + "Ocorreu um erro ao se obter os dados relacionados ao banco de dados: %s" ], - "Annotation layer not found.": ["Camada de anotação não encontrada."], - "Annotation layer delete failed.": [ - "Falha ao deletar a camada de anotação." + "An error occurred while fetching database values: %s": [ + "Ocorreu um erro ao se obter os valores de banco de dados: %s" ], - "Annotation layer has associated annotations.": [ - "A camada de anotação tem anotações associadas." + "An error occurred while fetching dataset datasource values: %s": [ + "Ocorreu um erro ao obter os valores de fonte de dados do conjunto de dados: %s" ], - "Name must be unique": ["O nome deve ser único"], - "Deleted %(num)d chart": [ - "%(num)d gráfico deletado", - "%(num)d gráficos deletados" + "An error occurred while fetching dataset owner values: %s": [ + "Ocorreu um erro ao se obter os valores de dono dos conjuntos de dados: %s" ], - "Request is not JSON": ["Requisição incorreta: %(error)s"], - "Request is incorrect: %(error)s": ["Requisição incorreta: %(error)s"], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`intervalo de confiança` deve ser entre 0 e 1 (exclusivo)" + "An error occurred while fetching dataset related data": [ + "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados" ], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "percentil inferior deve ser maior que 0 e menor que 100. Deve ser menor que o percentil superior." + "An error occurred while fetching dataset related data: %s": [ + "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados: %s" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "percentil superior deve ser maior que 0 e menor que 100. Deve ser maior que o percentil inferior." + "An error occurred while fetching datasets: %s": [ + "Ocorreu um erro ao se obter os conjuntos de dados: %s" ], - "`width` must be greater or equal to 0": [ - "`width` deve ser maior ou igual a 0" + "An error occurred while fetching schema values: %s": [ + "Ocorreu um erro ao se obter os valores de esquema: %s" ], - "`row_limit` must be greater than or equal to 1": [ - "`row_limit` deve ser maior ou igual a 1" + "An error occurred while fetching tab state": [ + "Um erro ocorreu ao tentar buscar o estado da aba" ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` deve ser superior ou igual a 0" + "An error occurred while fetching table metadata": [ + "Ocorreu um erro ao buscar os metadados da tabela" ], - "There are associated alerts or reports: %s,": [ - "Existem alertas ou relatórios associados: %s" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Ocorreu um erro ao buscar os metadados da tabela. Por favor entre em contato com seu administrador." ], - "Database does not exist": ["O banco de dados não existe"], - "Dashboards do not exist": ["Os painéis não existem"], - "Datasource type is required when datasource_id is given": [ - "O tipo da fonte de dados é obrigatório quando é dado um `datasource_id`" + "An error occurred while loading the SQL": [ + "Ocorreu um erro ao carregar o SQL" ], - "Chart parameters are invalid.": [ - "Os parâmetros do gráfico são inválidos." + "An error occurred while pruning logs ": [ + "Ocorreu um erro ao otimizar os logs" ], - "Chart could not be created.": ["Não foi possível criar o gráfico."], - "Chart could not be updated.": ["Não foi possível atualizar o gráfico."], - "Chart could not be deleted.": ["Não foi possível deletar o gráfico."], - "There are associated alerts or reports": [ - "Existem alertas ou relatórios associados" + "An error occurred while removing query. Please contact your administrator.": [ + "Ocorreu um erro ao tentar remover a consulta. Por favor contate seu administrador." ], - "Changing this chart is forbidden": ["É proibido modificar este gráfico"], - "Charts could not be deleted.": ["Não foi possível deletar os gráficos."], - "Import chart failed for an unknown reason": [ - "A importação do gráfico falhou por um motivo desconhecido" + "An error occurred while removing tab. Please contact your administrator.": [ + "Ocorreu um erro ao tentar remover a aba. Por favor contate seu administrador." ], - "Owners are invalid": ["Donos inválidos"], - "Dataset does not exist": ["Fonte de dados não existe"], - "`operation` property of post processing object undefined": [ - "A propriedade `operation` do objeto de pós processamento está indefinida" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao remover o esquema da tabela. Por favor entre em contato com seu administrador." ], - "Unsupported post processing operation: %(operation)s": [ - "Operação de pós processamento não suportada: %(operation)s" + "An error occurred while rendering the visualization: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "Adding new datasource [{}]": ["Adicionando nova fonte de dados [{}]"], - "Refreshing datasource [{}]": ["Atualizando nova fonte de dados [{}]"], - "Metric(s) {} must be aggregations.": [ - "Metrica(s) {} deve(m) ser agregação(ões)." + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Um erro ocorreu durante a configuração da aba ativa. Por favor contate seu administrador." ], - "Unsupported extraction function: ": [ - "Função de extração não suportada: " + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Ocorreu um erro durante a configuração de autoexecutar da aba. Por favor contate seu administrador." ], - "Columns": ["Colunas"], - "Show Druid Column": ["Mostrar coluna Druid"], - "Add Druid Column": ["Adicionar coluna Druid"], - "Edit Druid Column": ["Editar coluna Druid"], - "Column": ["Coluna"], - "Type": ["Tipo"], - "Datasource": ["Fonte de dados"], - "Groupable": ["Agrupável"], - "Filterable": ["Filtrável"], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Se esta coluna está exposta na seção `Filtros` da visão de exploração." + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "" ], - "Metrics": ["Métricas"], - "Show Druid Metric": ["Mostrar métrica Druid"], - "Add Druid Metric": ["Adicionar métrica Druid"], - "Edit Druid Metric": ["Editar métrica Druid"], - "Metric": ["Métrica"], - "Description": ["Descrição"], - "Verbose Name": ["Name verboso"], - "JSON": ["JSON"], - "Druid Datasource": ["Fonte de dados Druid"], - "Warning Message": ["Mensagem de aviso"], - "Show Druid Cluster": ["Mostrar cluster Druid"], - "Add Druid Cluster": ["Adicionar cluster Druid"], - "Edit Druid Cluster": ["Editar cluster Druid"], - "Cluster Name": ["Nome do cluster"], - "Broker Host": ["Host do corretor"], - "Broker Port": ["Porta do corretor"], - "Broker Username": ["Nome de usuário do corretor"], - "Broker Password": ["Senha do corretor"], - "Broker Endpoint": ["Ponto de acesso do corretor"], - "Cache Timeout": ["Tempo limite de cache"], - "Metadata Last Refreshed": ["Última atualização dos metadados"], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Duração (em segundos) do timeout do cache para este cluser. Um timeout de 0 indica que o cache nunca expira. Caso este valor não seja definido, o valor global de timeout será utilizado." + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Ocorreu um erro durante a configuração do esquema da aba. Por favor contate seu administrador." ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ - "Druid suporta autenticação básica. Veja [auth](http://druid.io/docs/latest/design/auth.html) e druid-basic-security extension" + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Ocorreu um erro durante a configuração dos parâmetros do template da aba. Por favor contate seu administrador." ], - "Show Druid Datasource": ["Mostrar fonte de dados Druid"], - "Add Druid Datasource": ["Adicionar fonte de dados Druid"], - "Edit Druid Datasource": ["Editar fonte de dados 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'": [ - "A lista de gráficos associados com esta tabela. Ao alterar essa fonte de dados você pode mudar como esses gráficos associados se comportam. Note também que os gráficos precisam referenciar uma fonte de dados, então este formulário não irá salvar se os gráficos forem removidos da fonte de dados. Se você deseja mudar a fonte de dados para um gráfico, altere o gráfico em 'explorar visão'" + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "Um erro ocorreu ao armazenar o último Id de consulta no backend.Por favor contate seu administrador se esse problema persistir." ], - "Timezone offset (in hours) for this datasource": [ - "Deslocamento do fuso horário (em horas) para esta fonte de dados" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Ocorreu um erro ao armazenar sua query no backend. Para evitar perder suas alterações, por favor salve sua consulta usando o botão \"Salvar consulta\\" ], - "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": [ - "Expressão de tempo para usar como um predicado ao recuperar valores distintos para preencher o componente de filtro. Aplica-se apenas quando \"Ativar seleção de filtro\" estiver ativado. Se você inserir `7 dias atrás ', a lista distinta de valores no filtro será preenchida com base no valor distinto na semana passada" + "An unknown error occurred. Please contact your Superset administrator": [ + "Ocorreu um erro desconhecido. Por favor contate seu administrador Superset" ], - "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": [ - "Se popula o combo do filtro na seção filtros de 'explorar visão' com uma lista de valores distintos vindos do backend automaticamente" + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Annotation": ["Anotação"], + "Annotation Layers": ["Camadas de anotação"], + "Annotation could not be created.": [ + "Não foi possível criar a anotação." ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "Redireciona para este endpoint ao clicar na fonte de dados dentro da lista de fonte de dados" + "Annotation could not be updated.": [ + "Não foi possível atualizar a anotação." ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "Duração (em segundos) do timeout do cache para esta fonte de dados. Uma duração de 0 indica que o cache nunca expira. Caso este valor não seja definido será utilizada a duração do cluster" + "Annotation delete failed.": ["Falha a deletar a anotação."], + "Annotation layer": ["Camada de anotação"], + "Annotation layer could not be created.": [ + "Não foi possível criar a camada de anotação." ], - "Associated Charts": ["Gráficos associados"], - "Data Source": ["Fonte de dados"], - "Cluster": ["Grupo"], - "Owners": ["os Proprietários"], - "Is Hidden": ["Está escondido"], - "Enable Filter Select": ["Ativar seleção de filtro"], - "Default Endpoint": ["Endpoint padrão"], - "Time Offset": ["Desvio de tempo"], - "Datasource Name": ["Nome da fonte de dados"], - "Fetch Values From": ["Buscar valores de"], - "Changed By": ["Alterado por"], - "Modified": ["Modificado"], - "Refreshed metadata from cluster [{}]": [ - "Metadados atualizados do cluster [{}]" + "Annotation layer could not be deleted.": [ + "Não foi possível deletar a camada de anotação." ], - "Only `SELECT` statements are allowed": [ - "Apenas instruções `SELECT` são permitidas" + "Annotation layer could not be updated.": [ + "Não foi possível atualizar a camada de anotação." ], - "Only single queries supported": ["Apenas uma query suportada"], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Erro na expressão jinja ao buscar os valores do predicado: %(msg)s" + "Annotation layer delete failed.": [ + "Falha ao deletar a camada de anotação." ], - "Error in jinja expression in FROM clause: %(msg)s": [ - "Erro na expressão jinja na cláusula FROM: %(msg)s" + "Annotation layer has associated annotations.": [ + "A camada de anotação tem anotações associadas." ], - "Virtual dataset query cannot consist of multiple statements": [ - "A query do conjunto de dados virtual não pode consistir de instruções múltiplas" - ], - "Virtual dataset query must be read-only": [ - "A query do conjunto de dados virtual deve ser de apenas leitura" - ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Erro na expressão jinja nos filtros RLS: %(msg)s" - ], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "Coluna datetime não fornecida como parte da configuração da tabela e é obrigatória para este tipo de gráfico" - ], - "Empty query?": ["Consulta vazia?"], - "Metric '%(metric)s' does not exist": ["Métrica '%(metric)s' não existe"], - "Invalid filter operation type: %(op)s": [ - "Tipo de operação do filtro inválido: %(op)s" - ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Erro na expressão jinja na cláusula WHERE: %(msg)s" - ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Erro na expressão jinja na cláusula HAVING: %(msg)s" - ], - "Show Column": ["Mostrar coluna"], - "Add Column": ["Adicionar coluna"], - "Edit Column": ["Editar coluna"], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Seja para disponibilizar esta coluna como uma opção [Time Granularity], a coluna deve ser DATETIME ou DATETIME" - ], - "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [ - "O tipo de dados que foi inferido pelo banco de dados. Pode ser necessário inserir um tipo manualmente para colunas definidas por expressões em alguns casos. Na maioria dos casos, os usuários não precisam alterar isso." - ], - "Table": ["Tabela"], - "Expression": ["Expressão"], - "Is temporal": ["É temporal"], - "Datetime Format": ["Formato de data e hora"], - "Invalid date/timestamp format": ["Formato de date/timestamp inválido"], - "Show Metric": ["Mostrar métricas"], - "Add Metric": ["Adicionar métrica"], - "Edit Metric": ["Editar métrica"], - "SQL Expression": ["Expressão SQL"], - "D3 Format": ["Formato D3"], - "Extra": ["Extra"], - "Row level security filter": ["Filtro de segurança a nível de linha"], - "Show Row level security filter": [ - "Mostrar filtro de segurança a nível de linha" + "Annotation layer name": ["nome da camada de anotação"], + "Annotation layer not found.": ["Camada de anotação não encontrada."], + "Annotation layer parameters are invalid.": [ + "Os parâmetros da camada de anotação são inválidos." ], - "Add Row level security filter": [ - "Adicionar filtro de segurança a nível de linha" + "Annotation layer type": ["Tipo da camada de anotação"], + "Annotation layers": ["camadas de anotação"], + "Annotation layers are still loading.": [ + "As camadas de anotação ainda estão carregando." ], - "Edit Row level security filter": [ - "Editar filtro de segurança a nível de linha" + "Annotation name": ["nome da anotação"], + "Annotation not found.": ["Anotação não encontrada."], + "Annotation parameters are invalid.": [ + "Os parâmetros da anotação são inválidos." ], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ - "Filtros regulares adicionam cláusulas WHERE para consultas se um usuário pertence a um papel referenciado no filtro. Filtros base aplicam filtros para todas as consultas exceto os papeis definifos no filtro, e podem ser usados para definir o que os usuários podem ver se nenhum filtro RLS dentro de um grupo de filtro se aplica a eles." + "Annotations and layers": ["Anotações e camadas"], + "Annotations could not be deleted.": [ + "Não foi possível deletar as anotações." ], - "These are the tables this filter will be applied to.": [ - "Essas são as tabelas as quais será aplicado este filtro" + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Qualquer cor da paleta selecionada aqui irá sobrescrever as cores aplicadas aos gráficos individuais deste painel" ], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ - "Para os filtros regulares, estes são os papeis aos quais este filtro será aplicado. Para filtros base, esses são os papeis não impactados pelo filtro, ex. Admin se o admin deve ver todos os dados." + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ - "Filtros com a mesma chave de grupo serão concatenados com OR dentro do grupo, enquanto que grupos diferentes serão concatenados com AND. Chaves de grupo indefinidas serão tratadas como grupos únicos, ou seja, não são agrupadas. Por exemplo, se uma tabela tem três filtros, dos quais dois são departamentos como Finanças e Marketing (group key = 'region'), a cláusula de filtro aplicada seria (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe')." + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ - "Esta é a condição que será adicionada a cláusula WHERE. Por exemplo, para apenas retornar linhas para um cliente particular, você pode definir um filtro regular com a cláusula `client_id = 9`. Para mostrar nenhuma linha a não ser que o usuário pertença ao papel de filtro RLS, um filtro base pode ser criado com a cláusula `1 = 0` (sempre falso)." + "Append": ["Inserir"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "A janela de tempo não retornou nenhum dado. Por favor garanta que a fonte de dados satisfaça minimamente os períodos definidos na janela de tempo." ], - "Tables": ["Tabelas"], - "Roles": ["Roles"], - "Clause": ["Cláusula"], - "Creator": ["Criador"], - "Show Table": ["Mostrar tabela"], - "Import a table definition": ["Importar uma definição de tabela"], - "Edit Table": ["Editar tabela"], - "Name of the table that exists in the source database": [ - "Nome da tabela que existe no banco de dados de origem" + "Apply": ["Aplicar"], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply to all panels": ["Aplicar para todos os paineis"], + "Apply to specific panels": ["Aplicar para paineis específicos"], + "April": ["Abril"], + "Are you sure you want to cancel?": [ + "Você tem certeza que deseja prosseguir?" ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Schema, usado apenas em alguns bancos de dados, como Postgres, Redshift e DB2" + "Are you sure you want to delete": ["Você tem certeza que quer deletar"], + "Are you sure you want to delete the selected %s?": [ + "Você tem certeza que quer deletar a seleção %s?" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Este campo atua como uma visão Superset, significando que o Superset irá executar uma subconsulta com o texto dessa consulta." + "Are you sure you want to delete the selected annotations?": [ + "Você tem certeza que quer deletar as anotações selecionadas?" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "Predicado aplicado ao obter um valor distinto para preencher o componente de controle de filtro. Suporta a sintaxe do modelo jinja. Aplica-se somente quando \"Ativar seleção de filtro\" está ativado." + "Are you sure you want to delete the selected charts?": [ + "Você term certeza que quer deletar os gráficos selecionados?" ], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Redireciona para este ponto final ao clicar na tabela da lista da tabela" + "Are you sure you want to delete the selected dashboards?": [ + "Você tem certeza que quer deletar os paineis selecionados?" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Se a tabela foi gerada pelo fluxo 'Visualizar' em SQL Lab" + "Are you sure you want to delete the selected datasets?": [ + "Você tem certeza que quer deletar os conjuntos de dados selecionados?" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Um conjunto de parâmetros que ficam disponíveis na consulta usando a sintaxe de template Jinja" + "Are you sure you want to delete the selected layers?": [ + "Você tem certeza que quer deletar as camadas selecionadas?" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ - "Duração (em segundos) do timeout do cache para esta tabela. Uma duração de 0 indica que o cache nunca expira. Caso este valor não seja definido será utilizado o timeout do banco de dados." + "Are you sure you want to delete the selected queries?": [ + "Você tem certeza que quer deletar as consultas selecionadas?" ], - "Database": ["Base de dados"], - "Last Changed": ["Modificado pela última vez"], - "Schema": ["Esquema"], - "Offset": ["Offset"], - "Table Name": ["Nome da tabela"], - "Fetch Values Predicate": ["Predicado da busca de valores"], - "Main Datetime Column": ["Principal coluna datetime"], - "SQL Lab View": ["Visão SQL Lab"], - "Template parameters": ["Parâmetros do template"], - "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.": [ - "A tabela foi criada. Como parte deste processo de configuração de duas fases você deve agora clicar no botão de editar da nova tabela para configurá-la." + "Are you sure you want to delete the selected templates?": [ + "Você tem certeza que quer deletar os modelos selecionados?" ], - "Refresh Metadata": ["Atualizar metadados"], - "Refresh column metadata": ["Atualizar metadados de colunas"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "Metadados atualizados para a seguinte tabela(s): %(tables)s" + "Are you sure you want to proceed?": [ + "Você tem certeza que deseja prosseguir?" ], - "The following tables added new columns: %(tables)s": [ - "As seguintes tabelas adicionaram novas colunas: %(tables)s" + "Are you sure you want to save and apply changes?": [ + "Você tem certeza que deseja salvar e aplicar as mudanças?" ], - "The following tables removed columns: %(tables)s": [ - "As seguintes tabelas removeram colunas: %(tables)s" + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" ], - "The following tables update column metadata: %(tables)s": [ - "As seguintes tabelas atualizaram os metadados de colunas: %(tables)s" + "Associated Charts": ["Gráficos associados"], + "Async Execution": ["Execução assíncrona"], + "Asynchronous query execution": ["Execução da query assíncrona"], + "August": ["Agosto"], + "Auto Zoom": [""], + "Autocomplete filters": ["Autocompletar filtros"], + "Autocomplete query predicate": ["Autocompletar predicado da consulta"], + "Automatic Color": [""], + "Available sorting modes:": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": ["Backend"], + "Bad spatial key": ["Chave espacial ruim"], + "Bar": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Base layer map style": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": ["Básico"], + "Basic information": ["Informações básicas"], + "Batch editing %d filters:": ["Editando %d filtros em lote:"], + "Battery level over time": [""], + "Be careful.": ["Cuidado"], + "Big Number": ["Número grande"], + "Big Number Font Size": [""], + "Big Number with Trendline": ["Número grande com Trendline"], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom to Top": [""], + "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.": [ + "" ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "Não foi possível atualizar os metadados para as seguintes tabelas: %(tables)s" + "Bounds for the 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.": [ + "" ], - "Deleted %(num)d css template": [ - "%(num)d template CSS deletado", - "%(num)d templates CSS deletados" + "Box Plot": ["Parcela"], + "Bubble Chart": ["Gráfico de bolhas"], + "Bubble size": ["Tamanho da bolha"], + "Bucket break points": [""], + "Build": [""], + "Bulk select": ["Seleção em lote"], + "Bullet Chart": ["Gráfico de bala"], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Por padrão, cada filtro carrega no máximo 1000 opções na carga inicial da página. Marque essa opção se você tem mais de 1000 valores de filtro e quer habilitar a busca dinâmica que carrega os valores de filtro conforme os usuários digitam (pode impactar no seu banco de dados)." ], + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": ["CANCELAR"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "CREATE VIEW statement": ["Instrução CREATE VIEW"], + "CRON expression": ["Expressão CRON"], + "CSS": ["CSS"], + "CSS Styles": [""], + "CSS Templates": ["Modelos CSS"], + "CSS applied to the chart": [""], + "CSS template": ["Modelos CSS"], "CSS template could not be deleted.": [ "Não foi possível deletar o template CSS." ], + "CSS template name": ["nome do modelo CSS"], "CSS template not found.": ["Template CSS não encontrado."], - "Deleted %(num)d dashboard": [ - "%(num)d painel deletado", - "%(num)d paineis deletados" + "CSS templates": ["Modelos CSS"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Arquivo CSV \"%(csv_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" ], - "Title or Slug": ["Título ou identificador"], - "Must be unique": ["Deve ser único"], - "Dashboard parameters are invalid.": [ - "Os parâmetros do painel são inválidos." + "CSV to Database configuration": ["Configuração CSV para banco de dados"], + "CSV upload": ["Carga de CSV"], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "CTAS (create table as select) só podem ser executados com uma consulta na qual a última instrução é um SELECT. Por favor garanta que sua consulta tenha um SELECT como última instrução. Depois tente rodar novamente sua consulta." ], - "Dashboard not found.": ["Painel não encontrado."], - "Dashboard could not be created.": ["Não foi possível criar o painel."], - "Dashboards could not be deleted.": [ - "Não foi possível deletar os paineis." + "CTAS Schema": ["Esquema CTAS"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "CVAS (create view as select) só podem ser executados com uma consulta com uma única instrução SELECT. Por favor garanta que sua consulta tenha uma única instrução SELECT. Depois tente rodar novamente sua consulta." ], - "Dashboard could not be updated.": [ - "Não foi possível atualizar o painel." + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": ["Tempo limite de cache"], + "Cache Timeout (seconds)": ["Tempo limite de cache (segundos)"], + "Cache timeout": ["Tempo limite de cache"], + "Cached %s": ["Cacheado %s"], + "Cached value not found": ["Valor em cache não encontrado"], + "Calculated column [%s] requires an expression": [ + "Coluna calculada [%s] precisa de uma expressão" ], - "Dashboard could not be deleted.": ["Não foi possível deletar o painel."], - "Changing this Dashboard is forbidden": [ - "É proibido alterar este painel" + "Calculated columns": ["Colunas calculadas"], + "Calculation type": ["Tipo de cálculo"], + "Calendar Heatmap": ["Calendário Heatmap"], + "Can not move top level tab into nested tabs": [ + "Não é possível mover a aba de nível superior para dentro das abas aninhadas" ], - "Import dashboard failed for an unknown reason": [ - "Falha na importação do painel por razão desconhecida" + "Can't have overlap between Series and Breakdowns": [ + "Não pode haver sobreposição entre Series e Breakdowns" ], - "No data in file": ["Nenhum dado no arquivo"], - "Table name undefined": ["Nome de tabela indefinido"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ - "Texto de conexão inválido, um texto válido geralmente segue: driver://user:password@database-host/database-name" + "Cancel": ["Cancelar"], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Não foi possível importal o painel: %(db_error)s.\nNão esqueça de criar o banco de dados antes de importar o painel." ], - "SQLite database cannot be used as a data source for security reasons.": [ - "O banco de dados SQLite não pode ser usado como fonte de dados por razões de segurança." + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category and Percentage": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell content": ["Conteúdo da célula"], + "Certification details": ["Detalhes da certificação"], + "Certified by": ["Certificado por"], + "Certified by %s": ["Certificado por %s"], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": ["Alterado por"], + "Changed on": ["Alterado em"], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Mudar esse conjunto de dados pode quebar o gráfico se ele depender de colunas ou metadados que não existem no conjunto de dados alvo" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Campo não pode ser decodificado por JSON. %(msg)s" + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Alterar essas configurações afetará todos os gráficos usando este conjunto de dados, incluindo gráficos cujo dono são outras pessoas." ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "O metadata_params em Campo extra não está configurado corretamente. A chave %(key)s é inválida." + "Changing this Dashboard is forbidden": [ + "É proibido alterar este painel" ], - "Database parameters are invalid.": [ - "Os parâmetros do banco de dados são inválidos." + "Changing this chart is forbidden": ["É proibido modificar este gráfico"], + "Changing this control takes effect instantly": [ + "Alterar esse controle é efetivo instantaneamente" ], - "A database with the same name already exists": [ - "Já existe um banco de dados com o mesmo nome" + "Changing this dataset is forbidden": [ + "É probido modificar este conjunto de dados" ], - "Field is required": ["Campo é obrigatório"], - "Field cannot be decoded by JSON. %{json_error}s": [ - "Campo não pode ser decodificado por JSON. %{json_error}s" + "Changing this report is forbidden": [ + "É proibido alterar este relatório" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "O metadata_params em Campo extra não está configurado corretamente. A chave %{key}s é inválida." + "Character to interpret as decimal point.": [ + "Caractere para interpretar como ponto decimal." ], - "Database not found.": ["Banco de dados não encontrado."], - "Database could not be created.": [ - "Não foi possível criar o banco de dados." + "Chart": ["Gráfico"], + "Chart %(id)s not found": ["Gráfico %(id)s não encontrado"], + "Chart Cache Timeout": ["Timeout do cache do gráfico"], + "Chart ID": ["ID do gráfico"], + "Chart [{}] has been overwritten": ["Gráfico [{}] foi sobrescrito"], + "Chart [{}] has been saved": ["Gráfico [{}] foi salvo"], + "Chart [{}] was added to dashboard [{}]": [ + "Gráfico [{}] foi adicionado ao painel [{}]" ], - "Database could not be updated.": [ - "Não foi possível atualizar o banco de dados." + "Chart cache timeout": ["Timeout do cache do gráfico"], + "Chart changes": ["Mudanças do gráfico"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" ], - "Connection failed, please check your connection settings": [""], - "Cannot delete a database that has tables attached": [ - "Não é possível deletar um banco de dados com tabelas anexadas" + "Chart could not be created.": ["Não foi possível criar o gráfico."], + "Chart could not be deleted.": ["Não foi possível deletar o gráfico."], + "Chart could not be updated.": ["Não foi possível atualizar o gráfico."], + "Chart does not exist": ["Gráfico não existe"], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart name": ["Nome do gráfico"], + "Chart parameters are invalid.": [ + "Os parâmetros do gráfico são inválidos." ], - "Database could not be deleted.": [ - "Não foi possível deletar o banco de dados." + "Chart type": ["Tipo de gráfico"], + "Chart type requires a dataset": [""], + "Charts": ["Gráficos"], + "Charts could not be deleted.": ["Não foi possível deletar os gráficos."], + "Check for sorting ascending": ["Marque para ordenar ascendente"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "Stopped an unsafe database connection": [ - "Uma conexão de banco de dados insegura foi parada" + "Check out this chart in dashboard:": ["Veja esse gráfico no painel:"], + "Check out this dashboard: ": ["Veja este dashboard: "], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Marque para aplicar filtros instantaneamente quando eles mudam ao invés de mostrar o botão de [Aplicar]" ], - "Could not load database driver": [ - "Não foi possível carregar o driver do banco de dados" + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [ + "Marque para incluir o menu suspenso Coluna de tempo" ], - "Unexpected error occurred, please check your logs for details": [ - "Ocorreu um erro inesperado, por favor veja seus logs para mais detalhes" + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [ + "A escolha de [Label] deve estar presente em [Group By]" ], - "Import database failed for an unknown reason": [ - "A importação do banco de dados falhou por uma razão desconhecida" + "Choice of [Point Radius] must be present in [Group By]": [ + "A escolha de [Raio do ponto] deve estar presente em [Grupo]" ], - "Could not load database driver: {}": [ - "Não foi possível carregar o driver do banco de dados: {}" + "Choose File": ["Escolher arquivo"], + "Choose a chart or dashboard not both": [ + "Escolha um gráfico ou painel, não ambos" ], - "Deleted %(num)d dataset": [ - "%(num)d fonte de dados deletada", - "%(num)d fontes de dados deletadas" + "Choose a dataset": ["Escolha um conjunto de dados"], + "Choose a metric for right axis": [ + "Escolha uma métrica para o eixo direito" ], - "Null or Empty": ["Nulo ou vazio"], - "Database not allowed to change": [ - "Não é permitido alterar o banco de dados" + "Choose a unique name": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose the annotation layer type": [ + "Escolha o tipo da camada de anotação" ], - "One or more columns do not exist": ["Uma ou mais colunas não existem"], - "One or more columns are duplicated": [ - "Uma ou mais colunas estão duplicadas" + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" ], - "One or more columns already exist": ["Uma ou mais colunas já existem"], - "One or more metrics do not exist": ["Uma ou mais métricas não existem"], - "One or more metrics are duplicated": [ - "Uma ou mais métricas estão duplicadas" + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" ], - "One or more metrics already exist": ["Uma ou mais métricas já existem"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Não foi possível localizar a tabela [%(table_name)s], por favor revise sua conexão com o banco dados, esquema e nome da tabela" + "Clause": ["Cláusula"], + "Clear": ["Limpar"], + "Clear all": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "Dataset parameters are invalid.": [ - "Os parâmetros do conjunto de dados são inválidos." + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" ], - "Dataset could not be created.": [ - "Não foi possível criar o conjunto de dados." + "Click the lock to make changes.": [ + "Clique no cadeado para fazer alterações." ], - "Dataset could not be updated.": [ - "Não foi possível atualizar o conjunto de dados." + "Click the lock to prevent further changes.": [ + "Clique no cadeado para prevenir mais alterações." ], - "Dataset could not be deleted.": [ - "Não foi possível deletar o conjunto de dados." + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" ], - "Dataset(s) could not be bulk deleted.": [ - "Não foi possível deletar os conjuntos de dados em lote." + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" ], - "Changing this dataset is forbidden": [ - "É probido modificar este conjunto de dados" + "Click to cancel sorting": [""], + "Click to edit": ["Clique para editar"], + "Click to favorite/unfavorite": ["Clique para favoritar/desfavoritar"], + "Click to force-refresh": ["Clique para forçar a atualização"], + "Click to see difference": ["Clique para ver a diferença"], + "Close": ["Fechar"], + "Close all other tabs": ["Fechar todas as outras abas"], + "Close tab": ["Fechar aba"], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": ["Código"], + "Collapse all": ["Contrair todos"], + "Color": ["Cor"], + "Color +/-": [""], + "Color bounds": [""], + "Color metric": ["Métrica de cor"], + "Color scheme": ["Esquema de cores"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "Import dataset failed for an unknown reason": [ - "A importação do conjunto de dados falhou por razão desconhecida" + "Colors": ["Cores"], + "Column": ["Coluna"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" ], - "Unknown Presto Error": ["Erro Presto desconhecido"], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Não é possível resolver a coluna \"%(column_name)s\" na linha %(location)s." + "Column Label(s)": ["Descrição das colunas"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada para executar essa consulta." + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Descrição da coluna para a coluna de índice. Se nenhuma for fornecida e o índice dataframe é verdadeiro, os nomes dos índices serão utilizados." ], - "Deleted %(num)d saved query": [ - "%(num)d consulta salva deletada", - "%(num)d consultas salvas deletadas" + "Column name [%s] is duplicated": ["Nome de coluna [%s] está duplicado"], + "Column referenced by aggregate is undefined: %(column)s": [ + "A coluna referenciada na agregação é indefinida: %(column)s" ], - "Saved queries could not be deleted.": [ - "Não foi possível deletar as consultas salvas." + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Coluna para ser utilizada como descrições de linha do dataframe. Deixe em branco se não há coluna de índice." ], - "Saved query not found.": ["Consulta salva não encontrada."], - "Deleted %(num)d report schedule": [ - "%(num)d agendamento de relatório deletado", - "%(num)d agendamentos de relatório deletados" + "Columns": ["Colunas"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Colunas faltando na fonte de dados: %(invalid_columns)s" ], - "Alert query returned more than one row. %s rows returned": [ - "A consulta de alerta retornou mais de uma linha. %s linhas retornadas" + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" ], - "Alert query returned more than one column. %s columns returned": [ - "A consulta de alerta retornou mais de uma coluna. %s colunas retornadas" + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" ], - "Dashboard does not exist": ["Painel não existe"], - "Chart does not exist": ["Gráfico não existe"], - "Database is required for alerts": [ - "Banco de dados é obrigatório para alertas" + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" ], - "Type is required": ["Tipo é obrigatório"], - "Choose a chart or dashboard not both": [ - "Escolha um gráfico ou painel, não ambos" + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" ], - "Report Schedule parameters are invalid.": [ - "Os parâmetros do agendamento de relatório são inválidos." + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" ], - "Report Schedule could not be deleted.": [ - "Não foi possível deletar o agendamento de relatório." + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Report Schedule could not be created.": [ - "Não foi possível criar o agendamento de relatório." + "Comparison Period Lag": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [ + "Calcule a contribuição para o total" ], - "Report Schedule could not be updated.": [ - "Não foi possível atualizar o agendamento de relatório." + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" ], - "Report Schedule not found.": [ - "Agendamento de relatório não encontrado." + "Configuration": ["Configurações"], + "Configure Time Range: Last...": [ + "Configurar intervalo de tempo: Último..." ], - "Report Schedule delete failed.": [ - "Não foi possível deletar o agendamento de relatório." + "Configure Time Range: Previous...": [ + "Configurar intervalo de tempo: Anterior..." ], - "Report Schedule log prune failed.": [ - "Não foi possível otimizar o log do agendamento de relatório." + "Configure custom time range": [ + "Configurar intervalo de tempo personalizado" ], - "Report Schedule execution failed when generating a screenshot.": [ - "Falha na execução do agendamento de relatório ao gerar uma captura de tela." + "Configure filter scopes": ["Configurar escopos do filtro"], + "Configure the basics of your Annotation Layer.": [ + "Configura o básico da sua camada de anotação." ], - "Report Schedule execution got an unexpected error.": [ - "Erro inesperado na execução do agendamento de relatório." + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "Agendamento de relatório ainda está trabalhando, recusando-se a recomputar." + "Configure your how you overlay is displayed here.": [ + "Configure como seu overlay é mostrado aqui." ], - "Report Schedule reached a working timeout.": [ - "O agendamento de relatório atingiu o timeout de trabalho." + "Confirm save": ["Confirmar salvamento"], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": ["Conexão"], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": ["A conexão está boa!"], + "Continuous": [""], + "Contribution": ["Contribuição"], + "Control labeled ": ["Controle etiquetado "], + "Copy": [""], + "Copy SELECT statement to the clipboard": [ + "Copiar instrução SELECT para a área de transferência" ], - "Alert query returned more than one row.": [ - "A consulta de alerta retornou mais de uma linha." + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": ["Copiar link"], + "Copy message": ["Copiar mensagem"], + "Copy of %s": ["Cópia de %s"], + "Copy partition query to clipboard": [ + "Copie a consulta de partição para a área de transferência" ], - "Alert validator config error.": [ - "Erro de configuração do validador de alerta." + "Copy query URL": ["Copiar URL da consulta"], + "Copy query link to your clipboard": [ + "Copiar link da consulta para a área de transferência" ], - "Alert query returned more than one column.": [ - "A consulta de alerta retornou mais de uma coluna." + "Copy the account name of that database you are trying to connect to.": [ + "" ], - "Alert query returned a non-number value.": [ - "A consulta de alerta retornou um valor não numérico." + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to clipboard": ["Copiar para área de transferência"], + "Cost estimate": ["Custo estimado"], + "Could not determine datasource type": [ + "Não foi possível determinar o tipo da fonte de dados" ], - "Alert found an error while executing a query.": [ - "Alerta encontrou um erro enquanto executava uma consulta." + "Could not fetch all saved charts": [ + "Não foi posível buscar todos os gráficos salvos" ], - "Alert fired during grace period.": [ - "Alerta disparado durante período de inatividade." + "Could not find viz object": ["Não foi possível encontrar o objeto viz"], + "Could not load database driver": [ + "Não foi possível carregar o driver do banco de dados" ], - "Alert ended grace period.": [ - "Alerta encerrou o período de inatividade." + "Could not load database driver: %(driver_name)s": [ + "Não foi possível carregar o driver do banco de dados: %(driver_name)s" ], - "Alert on grace period": ["Alerta em período de inatividade"], - "Report Schedule sellenium user not found": [ - "Usuário sellenium do agendamento de relatório não encontrado" + "Could not load database driver: {}": [ + "Não foi possível carregar o driver do banco de dados: {}" ], - "Report Schedule state not found": [ - "Estado do agendamento de relatório não encontrado" + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country Field Type": [""], + "Country Map": ["Mapa do País"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "Report schedule unexpected error": [ - "Erro insperado do agendamento de relatório" + "Create a new chart": ["Criar novo gráfico"], + "Create chart with dataset": [""], + "Create new chart": ["Criar novo gráfico"], + "Create or select schema...": [""], + "Created": ["Criado"], + "Created On": ["Criado em"], + "Created by": ["Criado por"], + "Created content": ["Conteúdo criado"], + "Created on": ["Criado em"], + "Creating a data source and creating a new tab": [ + "Criando uma fonte de dados e criando uma nova aba" ], - "Changing this report is forbidden": [ - "É proibido alterar este relatório" - ], - "An error occurred while pruning logs ": [ - "Ocorreu um erro ao otimizar os logs" + "Creator": ["Criador"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "\n Explore in Superset

\n \n ": [ - "\n Explorar no Superset

\n \n " + "Currently rendered: %s": [""], + "Custom Plugin": ["Plugin personalizado"], + "Custom Plugins": ["Plugins personalizado"], + "Custom SQL": ["SQL personalizado"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": ["Personalizar"], + "Cyclic dependency detected": [""], + "D3 Format": ["Formato D3"], + "D3 format": ["Formato D3"], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ + "" ], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n *%(name)s*\n\n <%(url)s|Explorar no Superset>\n " + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["DEZ"], + "DELETE": ["DELETAR"], + "DML": ["LMD"], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": ["Painel"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" ], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n *%(name)s*\n\n <%(url)s|Explorar no Superset>\n " + "Dashboard could not be created.": ["Não foi possível criar o painel."], + "Dashboard could not be deleted.": ["Não foi possível deletar o painel."], + "Dashboard could not be updated.": [ + "Não foi possível atualizar o painel." ], - "Explore in Superset

": [ - "Explorar no Superset

" + "Dashboard does not exist": ["Painel não existe"], + "Dashboard parameters are invalid.": [ + "Os parâmetros do painel são inválidos." ], - "%(name)s.csv": ["%(name)s.csv"], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explorar no Superset>\n " + "Dashboard properties": ["Propriedades do painel"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "[Alert] %(label)s": ["[Alert] %(label)s"], - "New": ["Novo"], - "SQL Query": ["Consulta SQL"], - "Chart": ["Gráfico"], - "Dashboard": ["Painel"], - "Profile": ["Perfil"], - "Info": ["Informação"], - "Logout": ["Sair"], - "Login": ["Login"], - "Record Count": ["Contagem de registros"], - "No records found": ["Nenhum registro foi encontrado"], - "Filter List": ["Lista de filtros"], - "Search": ["Pesquisa"], - "Refresh": ["Atualizar"], - "Import dashboards": ["Importar paineis"], - "Import Dashboard(s)": ["Importar paineis"], - "File": ["Arquivo"], - "Choose File": ["Escolher arquivo"], - "Upload": ["Upload"], - "No Access!": ["Não há acesso!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "Você não tem permissão para acessar essa(s) fonte(s) de dados: %(name)s." + "Dashboards": ["Painéis"], + "Dashboards could not be deleted.": [ + "Não foi possível deletar os paineis." ], - "Request Permissions": ["Permissões de requisição"], - "Cancel": ["Cancelar"], - "Use the edit buttom to change this field": [ - "Usar o botão de editar para alerar esse campo" + "Dashboards do not exist": ["Os painéis não existem"], + "Data": ["Dados"], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" ], - "Test Connection": ["Conexão de teste"], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] O acesso à fonte de dados %(name) s foi concedido" + "Data has no time steps": [""], + "Data preview": ["Visualização de dados"], + "Data type": ["Tipo de dado"], + "DataFrame include at least one series": [ + "DataFrame deve inluir pelo menos uma série" ], - "Unable to find such a holiday: [{}]": [ - "Não foi possível achar o feriado: [{}]" + "DataFrame must include temporal column": [ + "DataFrame deve incluir coluna temporal" ], - "Referenced columns not available in DataFrame.": [ - "Colunas referenciadas não disponível em DataFrame." + "Database": ["Base de dados"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Esquema \"%(schema_name)s\" do banco de dados \"%(database_name)s\" não é permitido para cargas CSV. Por favor contate seu administrador Superset." ], - "Column referenced by aggregate is undefined: %(column)s": [ - "A coluna referenciada na agregação é indefinida: %(column)s" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Esquema \"%(schema_name)s\" do banco de dados \"%(database_name)s\" não é permitido para cargas Excel. Por favor contate seu administrador Superset." ], - "Operator undefined for aggregator: %(name)s": [ - "Operador indefinido para agregador: %(name)s" + "Database URL": ["URL da base de dados"], + "Database could not be created.": [ + "Não foi possível criar o banco de dados." ], - "Invalid numpy function: %(operator)s": [ - "Função `numpy` inválida: %(operator)s" + "Database could not be deleted.": [ + "Não foi possível deletar o banco de dados." ], - "Pivot operation requires at least one index": [ - "Operação de pivô necessita de pelo menos um índice" + "Database could not be updated.": [ + "Não foi possível atualizar o banco de dados." ], - "Pivot operation must include at least one aggregate": [ - "Operação de pivô deve incluir pelo menos um agregado" + "Database does not allow data manipulation.": [""], + "Database does not exist": ["O banco de dados não existe"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" ], - "Undefined window for rolling operation": [ - "Janela indefinida para operação de rolagem" + "Database error": ["Erro do banco de dados"], + "Database is required for alerts": [ + "Banco de dados é obrigatório para alertas" ], - "Invalid rolling_type: %(type)s": ["rolling_type inválido: %(type)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Opções inválidas para %(rolling_type)s: %(options)s" + "Database name": ["Nome do banco de dados"], + "Database not allowed to change": [ + "Não é permitido alterar o banco de dados" ], - "Invalid cumulative operator: %(operator)s": [ - "Operador cumulativo inválido: %(operator)s" + "Database not found.": ["Banco de dados não encontrado."], + "Database parameters are invalid.": [ + "Os parâmetros do banco de dados são inválidos." ], - "Invalid geohash string": ["Texto geohash inválido"], - "Invalid longitude/latitude": ["Longitute/latitude inválida"], - "Invalid geodetic string": ["Texto geodetic inválido"], - "`fbprophet` package not installed": [ - "Pacote `fbprophet` não instalado " + "Databases": ["Bases de dados"], + "Dataframe Index": ["Índice dataframe"], + "Dataset": ["Conjunto de dados"], + "Dataset %(name)s already exists": ["Fonte de dados %(name)s já existe"], + "Dataset could not be created.": [ + "Não foi possível criar o conjunto de dados." ], - "Time grain missing": ["Grão de tempo faltando"], - "Unsupported time grain: %(time_grain)s": [ - "Grão de tempo não suportado: %(time_grain)s" + "Dataset could not be deleted.": [ + "Não foi possível deletar o conjunto de dados." ], - "Periods must be a positive integer value": [ - "Períodos deve ser um valor inteiro positivo" + "Dataset could not be updated.": [ + "Não foi possível atualizar o conjunto de dados." ], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" + "Dataset does not exist": ["Fonte de dados não existe"], + "Dataset name": ["nome do conjunto de dados"], + "Dataset parameters are invalid.": [ + "Os parâmetros do conjunto de dados são inválidos." ], - "DataFrame must include temporal column": [ - "DataFrame deve incluir coluna temporal" + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [ + "Não foi possível deletar os conjuntos de dados em lote." ], - "DataFrame include at least one series": [ - "DataFrame deve inluir pelo menos uma série" + "Datasets": ["Conjunto de dados"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "Percentis deve ser uma lista ou tupla com dois valores numéricos, com o primeiro valor menor que o segundo" + "Datasource": ["Fonte de dados"], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [ + "O tipo da fonte de dados é obrigatório quando é dado um `datasource_id`" ], - "User": ["Usuário"], - "User Roles": ["Papeis do usuário"], - "Database URL": ["URL da base de dados"], - "Roles to grant": ["Papeis para conceder"], - "Created On": ["Criado em"], - "List Observations": ["Observações da lista"], - "Show Observation": ["Mostrar observações"], - "Error Message": ["Mensagem de erro"], - "Log Retentions (days)": ["Retenção do log (dias)"], - "A semicolon ';' delimited list of email addresses": [ - "Uma lista de emails delimitada por ponto e vírgula ';'" + "Date filter": ["Filtro de data"], + "Date/Time": ["Data/Tempo"], + "Datetime Format": ["Formato de data e hora"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Coluna datetime não fornecida como parte da configuração da tabela e é obrigatória para este tipo de gráfico" ], - "How long to keep the logs around for this alert": [ - "Manter os logs disponíveis por quanto tempo para este alerta" + "Datetime format": ["Formato de data e hora"], + "Day (freq=D)": [""], + "Db engine did not return all queried columns": [""], + "December": ["Dezembro"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": ["Caractere decimal"], + "Deck.gl - 3D Grid": ["Deck.gl - Grade 3D"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], + "Deck.gl - Arc": ["Deck.gl - Arc"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Multiple Layers": ["Deck.gl - Múltiplas camadas"], + "Deck.gl - Paths": ["Deck.gl - Paths"], + "Deck.gl - Polygon": ["Deck.gl - Polígono"], + "Deck.gl - Scatter plot": ["Deck.gl - Scatter plot"], + "Deck.gl - Screen Grid": ["Deck.gl - Grade de tela"], + "Default": ["Padrão"], + "Default Endpoint": ["Endpoint padrão"], + "Default URL": ["URL padrão"], + "Default URL to redirect to when accessing from the dataset list page": [ + "URL padrão para redirecionar quanto acessando a partir da página de lista de conjunto de dados" ], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "Uma vez que um alerta é disparado, quanto tempo, em segundos, antes do Superset disparar novamente." + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "Uma instrução SQL que define se um alerta deve ser disparado ou não. É esperado que a consulta retorne NULL ou um valor numérico." + "Default value must be set when \"Filter has default value\" is checked": [ + "" ], - "annotation start time or end time is required.": [ - "Tempo de início ou tempo de fim da anotação é obrigatório." + "Default value must be set when \"Filter value is required\" is checked": [ + "" ], - "Annotation end time must be no earlier than start time.": [ - "Tempo de fim da anotação não deve ser anterior ao tempo de início." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" ], - "Annotations": ["Anotações"], - "Show Annotation": ["Mostrar anotação"], - "Add Annotation": ["Adicionar anotação"], - "Edit Annotation": ["Editar anotação"], - "Layer": ["Camada"], - "Label": ["Rótulo"], - "Start": ["Início"], - "End": ["Fim"], - "JSON Metadata": ["Metadados JSON"], - "Show Annotation Layer": ["Mostrar camada de anotação"], - "Add Annotation Layer": ["Adicionar camada de anotação"], - "Edit Annotation Layer": ["Editar camada de anotação"], - "Name": ["Nome"], - "Dataset %(name)s already exists": ["Fonte de dados %(name)s já existe"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ - "Não foi possível localizar a tabela [%{table}s], por favor revise sua conexão com o banco de dados, esquema e nome da tabela. Erro: {}" + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "json isn't valid": ["JSON não é válido"], - "Export to YAML": ["Exportar para YAML"], - "Export to YAML?": ["Exportar para YAML?"], - "Delete": ["Deletar"], - "Delete all Really?": ["Realemente deletar tudo?"], - "Is favorite": ["É favorito"], - "The data source seems to have been deleted": [ - "A fonte de dados parece ter sido deletada" + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "The user seems to have been deleted": [ - "O usuário parece ter sido excluído" + "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.": [ + "" ], - "Access was requested": ["O acesso foi solicitado"], - "The access requests seem to have been deleted": [ - "Os pedidos de acesso parecem ter sido excluídos" + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Define uma função de janela de rolagem para aplicar, funciona junto com a caixa de texto [Períodos]" ], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "O papel %(role)s foi concedido a %(user)s dando acesso a %(datasource)s" + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Define o agrupamento de entidades. Cada série é mostrada como uma cor específica no gráfico e tem uma alternância de legenda" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "Papel %(r)s foi extendido para prover acesso à fonte de dados %(ds)s" + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Define o tamanho da função da janela rolante, em relação à granularidade de tempo selecionada" ], - "You have no permission to approve this request": [ - "Você não tem permissão para aprovar este pedido" + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ - "Não foi possível importal o painel: %(db_error)s.\nNão esqueça de criar o banco de dados antes de importar o painel." + "Delete": ["Deletar"], + "Delete %s?": ["Deletar %s?"], + "Delete Annotation?": ["Deletar anotação?"], + "Delete Database?": ["Deletar banco de dados?"], + "Delete Dataset?": ["Deletar conjunto de dados?"], + "Delete Layer?": ["Deletar camada?"], + "Delete Query?": ["Deletar consulta?"], + "Delete Template?": ["Deletar modelo?"], + "Delete all Really?": ["Realemente deletar tudo?"], + "Delete annotation": ["Deletar anotação"], + "Delete dashboard tab?": ["Deletar a aba do dashboard?"], + "Delete database": ["Deletar banco de dados"], + "Delete query": ["Deletar consulta"], + "Delete template": ["Deletar modelo"], + "Delete this container and save to remove this message.": [ + "Delete este recipiente e salve para remover esta mensagem." ], - "An unknown error occurred. Please contact your Superset administrator": [ - "Ocorreu um erro desconhecido. Por favor contate seu administrador Superset" + "Deleted %(num)d annotation": [ + "%(num)d anotação deletada", + "%(num)d anotações deletadas" ], - "Error occurred when opening the chart: %(error)s": [""], - "You don't have the rights to ": ["Você não tem o direito de "], - "alter this ": ["alterar este"], - "chart": ["gráfico"], - "create a ": ["criar um"], - "Explore - %(table)s": ["Explorar - %(table)s"], - "Chart [{}] has been saved": ["Gráfico [{}] foi salvo"], - "Chart [{}] has been overwritten": ["Gráfico [{}] foi sobrescrito"], - "dashboard": ["painel"], - "Chart [{}] was added to dashboard [{}]": [ - "Gráfico [{}] foi adicionado ao painel [{}]" + "Deleted %(num)d annotation layer": [ + "%(num)d camada de anotação deletada", + "%(num)d camadas de anotação deletadas" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" + "Deleted %(num)d chart": [ + "%(num)d gráfico deletado", + "%(num)d gráficos deletados" ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ - "Este painel foi modificado recentemente. Por favor recarrege o painel para obter a última versão." + "Deleted %(num)d css template": [ + "%(num)d template CSS deletado", + "%(num)d templates CSS deletados" ], - "Could not load database driver: %(driver_name)s": [ - "Não foi possível carregar o driver do banco de dados: %(driver_name)s" - ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ - "Texto de conexão inválido, um tempo válido geralmente segue:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" - ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Requisição mal formada. Os argumentos slice_id ou table_name e db_name são esperados" + "Deleted %(num)d dashboard": [ + "%(num)d painel deletado", + "%(num)d paineis deletados" ], - "Chart %(id)s not found": ["Gráfico %(id)s não encontrado"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Tabela %(table)s não foi encontrada no banco de dados %(db)s" + "Deleted %(num)d dataset": [ + "%(num)d fonte de dados deletada", + "%(num)d fontes de dados deletadas" ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "Não foi possível encontrar o usuário '%(name)s', por favor peça a seu administrador para criar um." + "Deleted %(num)d report schedule": [ + "%(num)d agendamento de relatório deletado", + "%(num)d agendamentos de relatório deletados" ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "Não é possível encontrar DruidCluster com cluster_name = '%(name)s'" + "Deleted %(num)d saved query": [ + "%(num)d consulta salva deletada", + "%(num)d consultas salvas deletadas" ], - "Data could not be deserialized. You may want to re-run the query.": [ - "Os dados não puderam ser desserializados. Você pode querer executar a consulta novamente." + "Deleted: %s": ["Deletado: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s não conseguiu verificar sua consulta.\nPor favor revise sua consulta.\nExceção: %(ex)s" + "Delimited long & lat single column": [ + "Coluna singular de long e lat delimitada " ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ - "Falha ao iniciar uma consulta remota em um trabalhador. Fale para seu administrador verificar a disponibilidade da fila de mensagens." + "Delimiter": ["Delimitador"], + "Demographics": [""], + "Description": ["Descrição"], + "Description (this can be seen in the list)": [ + "Descrição (isso pode ser visto na lista)" ], - "Query record was not created as expected.": [ - "O registro de consulta não foi criado conforme o esperado." + "Description text that shows up below your Big Number": [""], + "Deselect all": ["Desmarcar todos"], + "Details of the certification": ["Detalhes da certificação"], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Determina se este painel é visível ou não na lista de todos os paineis" ], - "The parameter %(parameters)s in your query is undefined.": [ - "O parâmetro %(parameters)s na sua consulta está indefinido.", - "Os seguintes parâmetros estão indefinidos na sua consulta: %(parameters)s" + "Did you mean:": ["Você quis dizer:"], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Directed Force Layout": ["Layout de Força Dirigida"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" ], - "%(user)s's profile": ["Perfil do %(user)s"], - "Show CSS Template": ["Mostrar modelo CSS"], - "Add CSS Template": ["Adicionar modelo CSS"], - "Edit CSS Template": ["Editar modelo CSS"], - "Template Name": ["Nome do modelo"], - "A human-friendly name": ["Um nome amigável aos humanos"], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Usado internamente para identificar o plugin. Deve ser configurado com o nome do pacote definido no package.json do plugin" + "Disable embedding?": [""], + "Display column level total": [""], + "Display configuration": ["Mostrar configuração"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Uma URL completa apontando para o local do plugin construído (pode ser hospedado em um CDN por exemplo)" + "Display row level total": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" ], - "Custom Plugins": ["Plugins personalizado"], - "Custom Plugin": ["Plugin personalizado"], - "Add a Plugin": ["Adicionar um plugin"], - "Edit Plugin": ["Editar um plugin"], - "Schedule Email Reports for Dashboards": [ - "Agendar relatórios por email para os paineis" + "Distribution - Bar Chart": ["Distribuição - Gráfico de barras"], + "Divider": ["Divisor"], + "Do you want a donut or a pie?": [""], + "Domain": [""], + "Download as image": ["Baixar como imagem"], + "Download to CSV": [""], + "Draft": ["Rascunho"], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" ], - "Manage Email Reports for Dashboards": [ - "Gerenciar relatórios por email para os paineis" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" ], - "Changed On": ["Alterado em"], - "Active": ["Ativo"], - "Crontab": ["Crontab"], - "Recipients": ["Recipientes"], - "Slack Channel": ["Canal Slack"], - "Deliver As Group": ["Entregar como grupo"], - "Delivery Type": ["Tipo de entrega"], - "Schedule Email Reports for Charts": [ - "Agendar relatórios por email para os gráficos" - ], - "Manage Email Reports for Charts": [ - "Gerenciar relatórios por email para os gráficos" - ], - "Email Format": ["Formato do email"], - "List Saved Query": ["Lista de consulta salva"], - "Show Saved Query": ["Mostrar consulta salva"], - "Add Saved Query": ["Adicionar consulta salva"], - "Edit Saved Query": ["Editar consulta salva"], - "End Time": ["Fim do tempo"], - "Pop Tab Link": ["Remover link da aba"], - "Changed on": ["Alterado em"], - "Could not determine datasource type": [ - "Não foi possível determinar o tipo da fonte de dados" + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" ], - "Could not find viz object": ["Não foi possível encontrar o objeto viz"], - "Show Chart": ["Mostrar gráfico"], - "Add Chart": ["Adicionar gráfico"], - "Edit Chart": ["Editar gráfico"], - "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.": [ - "Esses parâmetros são gerados dinamicamente ao clicar no botão Salvar ou Substituir na vista de exibição. Este objeto JSON é exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." + "Duplicate tab": ["Duplicar aba"], + "Duration": ["Duração"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Duração (em segundos) do timeout do cache para os gráficos desse banco de dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor não for definido será utilizado o timeout global." ], "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "Duração (em segundos) do timeout do cache para este gráfico. Se este valor não for definido será utilizado o timeout da fonte de dados/tabela." ], - "Last Modified": ["Última modificação"], - "Parameters": ["Parâmetros"], - "Visualization Type": ["Tipo de visualização"], - "Show Dashboard": ["Mostrar painel"], - "Add Dashboard": ["Adicionar painel"], + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Duração (em segundos) do timeout do cache para esta tabela. Uma duração de 0 indica que o cache nunca expira. Caso este valor não seja definido será utilizado o timeout do banco de dados." + ], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": ["Duração: %s"], + "Dynamically search all filter values": [""], + "END (EXCLUSIVE)": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edit": ["Editar"], + "Edit CSS": ["Editar CSS"], + "Edit CSS Template": ["Editar modelo CSS"], + "Edit CSS template properties": ["Editar propriedades do modelo CSS"], + "Edit Chart": ["Editar gráfico"], + "Edit Column": ["Editar coluna"], "Edit Dashboard": ["Editar o painel de instrumentos"], - "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": [ - "Este objeto JSON descreve o posicionamento dos elementos visuais no dashboard. É dinamicamente gerado quando se ajusta o tamanho e posição dos elementos visuais através de drag & drop na visão do painel." + "Edit Database": ["Editar banco de dados"], + "Edit Dataset ": ["Editar conjunto de dados"], + "Edit Log": ["Editar log"], + "Edit Metric": ["Editar métrica"], + "Edit Plugin": ["Editar um plugin"], + "Edit Row level security filter": [ + "Editar filtro de segurança a nível de linha" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "O CSS para paineis individuais pode ser alterado aqui, ou na visão do painel onde as mudanças são visíveis imediatamente" + "Edit Saved Query": ["Editar consulta salva"], + "Edit Table": ["Editar tabela"], + "Edit annotation": ["Editar anotação"], + "Edit annotation layer": ["Editar camada de anotação"], + "Edit annotation layer properties": [ + "Editar propriedades da camada de anotação" ], - "To get a readable URL for your dashboard": [ - "Para obter um URL legível para o painel" + "Edit chart properties": ["Editar propriedades do gráfico"], + "Edit database": ["Editar banco de dados"], + "Edit dataset": ["Editar conjunto de dados"], + "Edit email report": [""], + "Edit properties": ["Editar propriedades"], + "Edit query": ["Editar consulta"], + "Edit template": ["Editar modelo"], + "Edit template parameters": ["Editar parâmetros de template"], + "Edit time range": ["Editar intervalo de tempo"], + "Edited": ["Editado"], + "Editing 1 filter:": ["Editando 1 filtro:"], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" ], - "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.": [ - "Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou substituir na exibição do painel. É exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" ], - "Owners is a list of users who can alter the dashboard.": [ - "Os proprietários são uma lista de usuários que podem alterar o painel." + "Either the username or the password is wrong.": [""], + "Email reports active": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty query?": ["Consulta vazia?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Determina se este painel é visível ou não na lista de todos os paineis" + "Enable Filter Select": ["Ativar seleção de filtro"], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Encontrada entrada espacial inválida NULL, por favor considere filtrá-la." ], - "Title": ["Título"], - "Slug": ["Identificador"], - "Published": ["Publicado"], - "Position JSON": ["Posição JSON"], - "CSS": ["CSS"], - "Underlying Tables": ["Tabelas subjacentes"], - "Export": ["Exportar"], - "Export dashboards?": ["Exportar painéis?"], - "Name of table to be created from csv data.": [ - "Nome da tabela a ser criada a partir dos dados CSV." + "End": ["Fim"], + "End Time": ["Fim do tempo"], + "End date must be after start date": [ + "A data de fim deve ser posterior à data de início" ], - "CSV File": ["Arquivo CSV"], - "Select a CSV file to be uploaded to a database.": [ - "Selecione um arquivo CSV para ser carregado para o banco de dados." + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Apenas as seguintes extensões de arquivo são permitidas: %(allowed_extensions)s" + "Enter CA_BUNDLE": [""], + "Enter a new title for the tab": ["Digite um novo título para a aba"], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entidade"], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Erro na expressão jinja na cláusula HAVING: %(msg)s" ], - "Specify a schema (if database flavor supports this).": [ - "Especifica um esquema (se o banco de dados suportar)." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Erro na expressão jinja nos filtros RLS: %(msg)s" ], - "Delimiter": ["Delimitador"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Delimitador usado no arquivo CSV (para espaço em branco use \\s+)" + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Erro na expressão jinja na cláusula WHERE: %(msg)s" ], - "Table Exists": ["Tabela existe"], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Se a tabela existe faça um dos seguintes: Falhar (não faz nada), Substituir (apaga e recria a tabela) ou Inserir (insere dados no fim)." + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Erro na expressão jinja ao buscar os valores do predicado: %(msg)s" ], - "Fail": ["Falhar"], - "Replace": ["Substituir"], - "Append": ["Inserir"], - "Header Row": ["Cabeçalho de linha"], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "Linha contendo os cabeçalhos para usar como nomes de coluna (0 é a primeira linha dos dados). Deixe em branco se não existe linha de cabeçalho." + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": ["Mensagem de erro"], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Estimate cost": ["Custo estimado"], + "Estimate selected query cost": [ + "Custo estimado da consulta selecionada" ], - "Index Column": ["Coluna de índice"], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Coluna para ser utilizada como descrições de linha do dataframe. Deixe em branco se não há coluna de índice." + "Estimate the cost before running a query": [ + "Estima o custo antes de executar uma consulta" ], - "Mangle Duplicate Columns": ["Unificar colunas duplicadas"], - "Specify duplicate columns as \"X.0, X.1\".": [ - "Especifique colunas duplicadas como \"X.0, X.1\"." + "Event definition": [""], + "Event flow": ["Fluxo de eventos"], + "Every": ["todo"], + "Evolution": [""], + "Examples": ["Exemplos"], + "Excel File": ["Arquivo Excel"], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Arquivo Excel \"%(excel_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" ], - "Skip Initial Space": ["Pular espaço inicial"], - "Skip spaces after delimiter.": ["Pular espaços após delimitador."], - "Skip Rows": ["Pular linhas"], - "Number of rows to skip at start of file.": [ - "Número de linhas a serem puladas no ínicio do arquivo." + "Excel to Database configuration": [ + "Configuração Excel para banco de dados" ], - "Rows to Read": ["Linhas para ler"], - "Number of rows of file to read.": [ - "Número de linhas do arquivo para ler." + "Executed query": ["Consulta executada"], + "Execution log": ["Log de execução"], + "Expand all": ["Expandir todos"], + "Expand data panel": [""], + "Expand tool bar": ["Expandir barra de ferramentas"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "Skip Blank Lines": ["Pular linhas em branco"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Pular linhas em branco ao invés de interpretá-las como valores NaN." + "Experimental": [""], + "Explore": ["Explorar"], + "Explore - %(table)s": ["Explorar - %(table)s"], + "Explore the result set in the data exploration view": [ + "Explore os resutados na visão de exploração de dados" ], - "Parse Dates": ["Interpretar datas"], - "A comma separated list of columns that should be parsed as dates.": [ - "Uma lista de colunas separadas por vírgula que devem ser interpretadas como datas." + "Export": ["Exportar"], + "Export dashboards?": ["Exportar painéis?"], + "Export to YAML": ["Exportar para YAML"], + "Export to YAML?": ["Exportar para YAML?"], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": ["Expor no SQL Lab"], + "Expose this DB in SQL Lab": ["Expor este banco de dados no SQL Lab"], + "Expression": ["Expressão"], + "Extra": ["Extra"], + "Extra Controls": [""], + "Extra data for JS": [""], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Campo Extra não pode ser decodificado por JSON. %(msg)s" ], - "Infer Datetime Format": ["Inferir formato datetime"], - "Use Pandas to interpret the datetime format automatically.": [ - "Usar Pandas para interpretar o formato datetime automaticamente." + "Extra parameters for use in jinja templated queries": [ + "Parâmetros extras para usar nas consultas jinja com template" ], - "Decimal Character": ["Caractere decimal"], - "Character to interpret as decimal point.": [ - "Caractere para interpretar como ponto decimal." + "FEB": ["FEV"], + "FRI": ["SEX"], + "Factor to multiply the metric by": [""], + "Fail": ["Falhar"], + "Failed": ["Falhou"], + "Failed at retrieving results": ["Falha ao buscar resultados"], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [ + "Falha ao verificar as opções do select: %s" ], - "Dataframe Index": ["Índice dataframe"], - "Write dataframe index as a column.": [ - "Escrever índice dataframe como coluna." + "Favorite": ["Favorito"], + "Favorites": ["Favoritos"], + "February": ["Fevereiro"], + "Fetch Values Predicate": ["Predicado da busca de valores"], + "Fetch data preview": ["Obter a visualização de dados"], + "Fetched %s": ["Obtido %s"], + "Field cannot be decoded by JSON. %(msg)s": [ + "Campo não pode ser decodificado por JSON. %(msg)s" ], - "Column Label(s)": ["Descrição das colunas"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "Descrição da coluna para a coluna de índice. Se nenhuma for fornecida e o índice dataframe é verdadeiro, os nomes dos índices serão utilizados." + "Field is required": ["Campo é obrigatório"], + "File": ["Arquivo"], + "Fill all required fields to enable \"Default Value\"": [""], + "Filter List": ["Lista de filtros"], + "Filter box": ["Caixa de filtro"], + "Filter configuration": ["Configuração do filtro"], + "Filter configuration for the filter box": [ + "Configuração do filtro para a caixa de filtro" ], - "Null values": ["Valores nulos"], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ - "Lista dos valores JSON que deve devem ser tratados como nulos. Exemplos: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Alerta: o banco de dados Hive suporta apenas valores singulares. Use [\"\"] para texto vazio." + "Filter has default value": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": ["Nome do filtro"], + "Filter only displays values relevant to selections made in other filters.": [ + "" ], - "Name of table to be created from excel data.": [ - "Nome da tabela a ser criada a partir dos dados do Excel." + "Filter results": ["Filtrar resultados"], + "Filter sets (%(filterSetCount)d)": [""], + "Filter value (case sensitive)": [ + "Filtrar valor (sensível a maiúscula/minúscula)" ], - "Excel File": ["Arquivo Excel"], - "Select a Excel file to be uploaded to a database.": [ - "Selecione um arquivo Excel para ser carregado para o banco de dados." + "Filter value list cannot be empty": [""], + "Filter your charts": ["Filtrar seus gráficos"], + "Filterable": ["Filtrável"], + "Filters": ["Filtros"], + "Filters by columns": ["filtra pelas colunas"], + "Filters by metrics": ["fitra pelas métricas"], + "Filters configuration": ["Configuração dos filtros"], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Filtros com a mesma chave de grupo serão concatenados com OR dentro do grupo, enquanto que grupos diferentes serão concatenados com AND. Chaves de grupo indefinidas serão tratadas como grupos únicos, ou seja, não são agrupadas. Por exemplo, se uma tabela tem três filtros, dos quais dois são departamentos como Finanças e Marketing (group key = 'region'), a cláusula de filtro aplicada seria (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe')." ], - "Sheet Name": ["Nome da folha"], - "Strings used for sheet names (default is the first sheet).": [ - "Textos usados para os nomes das folhas (padrão é a primeira folha)." + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" ], - "Show Database": ["Mostrar banco de dados"], - "Add Database": ["Adicionar banco de dados"], - "Edit Database": ["Editar banco de dados"], - "Expose this DB in SQL Lab": ["Expor este banco de dados no SQL Lab"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Opera o banco de dados em modo asíncrono, significando que as consultas são executas em trabalhadores remotos ao invés do servidor web. Isso assumindo que você tenha configurado um trabalhador Celery assim como um backend de resultados. Veja os documentos de instalação para mais informações." + "Fixed color": ["Cor fixa"], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Permitir a opção CREATE TABLE AS no SQL Lab" + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Para os filtros regulares, estes são os papeis aos quais este filtro será aplicado. Para filtros base, esses são os papeis não impactados pelo filtro, ex. Admin se o admin deve ver todos os dados." ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Permitir a opção CREATE VIEW As no SQL Lab" + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Permitir que os usuários executem instruções não-SELECT (UPDATE, DELETE, CREATE, ...) no SQL Lab" + "Force refresh": ["Forçar atualização"], + "Force refresh schema list": ["Forçar atualização da lista de esquemas"], + "Force refresh table list": ["Forçar a atualização da lista de tabelas"], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formatted CSV attached in email": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Friction between nodes": [""], + "Friday": ["Sexta"], + "From date cannot be larger than to date": [ + "Desde a data não pode ser maior do que até a data" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a ser criada neste esquema" + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "General": [""], + "Generating link, please wait..": [""], + "Geo": [""], + "Geohash": ["Geohash"], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": ["Período de inatividade"], + "Graph layout": [""], + "Gravity": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [ + "Group By' e 'Columns' não podem colidir" + ], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": ["Agrupar por"], + "Groupable": ["Agrupável"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Header": ["Cabeçalho"], + "Header Row": ["Cabeçalho de linha"], + "Heatmap": ["Mapa de calor"], + "Heatmap Options": [""], + "Height": ["Altura"], + "Height of the sparkline": [""], + "Hide layer": ["Esconder camada"], + "Hide tool bar": ["Esconder barra de ferramentas"], + "Histogram": ["Histograma"], + "Home": ["Início"], + "Horizon Charts": ["Gráficos Horizon"], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hours offset": ["Offset de horas"], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": ["ISO 8601"], + "Id of root node of the tree.": [""], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ "Se Presto, todas as consultas no SQL Lab serão executadas como o usuário atualmente conectado que deve ter permissão para executá-las.
Se hive e hive.server2.enable.doAs estiver habilitado, será executado as consultas como conta de serviço, mas personifique o usuário atualmente conectado usando a propriedade hive.server2.proxy.user." ], - "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.": [ - "Permite a obtenção da lista de todas as tabelas e views em todos os esquemas do banco de dados pelo SQL Lab. Para grandes data warehouses com milhares de tabelas, isso pode ser caro e impactar no desempenho do sistema." + "If a metric is specified, sorting will be done based on the metric value": [ + "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Duração (em segundos) do timeout do cache para os gráficos desse banco de dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor não for definido será utilizado o timeout global." + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" ], "If selected, please set the schemas allowed for csv upload in Extra.": [ "Se selecionado, por favor configure os esquemas permitidos para carga do CSV no Extra." ], - "Expose in SQL Lab": ["Expor no SQL Lab"], - "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], - "Allow CREATE VIEW AS": ["Permitir CREATE VIEW AS"], - "Allow DML": ["Permitir DML"], - "CTAS Schema": ["Esquema CTAS"], - "SQLAlchemy URI": ["URI SQLAlchemy"], - "Chart Cache Timeout": ["Timeout do cache do gráfico"], - "Secure Extra": ["Tornar Extra seguro"], - "Root certificate": ["Certificado raiz"], - "Async Execution": ["Execução assíncrona"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Se a tabela existe faça um dos seguintes: Falhar (não faz nada), Substituir (apaga e recria a tabela) ou Inserir (insere dados no fim)." + ], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], "Impersonate the logged on user": ["Representar o usuário conectado"], - "Allow Csv Upload": ["Permitir upload de CSV"], - "Allow Multi Schema Metadata Fetch": [ - "Permitir busca de metadados multi esquema" + "Import": ["Importar"], + "Import %s": ["Importar %s"], + "Import Dashboard(s)": ["Importar paineis"], + "Import Dashboards": ["Importar painéis"], + "Import a table definition": ["Importar uma definição de tabela"], + "Import chart failed for an unknown reason": [ + "A importação do gráfico falhou por um motivo desconhecido" ], - "Backend": ["Backend"], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Campo Extra não pode ser decodificado por JSON. %(msg)s" + "Import dashboard failed for an unknown reason": [ + "Falha na importação do painel por razão desconhecida" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ - "Texto de conexão inválido, um texto válido geralmente segue: 'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Exemplo:'postgresql://user:password@your-postgres-db/database'

" + "Import dashboards": ["Importar paineis"], + "Import database failed for an unknown reason": [ + "A importação do banco de dados falhou por uma razão desconhecida" ], - "CSV to Database configuration": ["Configuração CSV para banco de dados"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "Esquema \"%(schema_name)s\" do banco de dados \"%(database_name)s\" não é permitido para cargas CSV. Por favor contate seu administrador Superset." + "Import dataset failed for an unknown reason": [ + "A importação do conjunto de dados falhou por razão desconhecida" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ - "Você não pode especificar um namespace no nome da tabela: \"%(csv_table.table)s\" e no campo esquema: \"%(csv_table.schema)s\". Por favor remova um." + "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.": [ + "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Não foi possível carregar o arquivo CSV \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Index Column": ["Coluna de índice"], + "Info": ["Informação"], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": ["Filtragem instantânea"], + "Invalid JSON": ["JSON inválido"], + "Invalid certificate": ["Certificado inválido"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Texto de conexão inválido, um tempo válido geralmente segue:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Arquivo CSV \"%(csv_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Texto de conexão inválido, um texto válido geralmente segue: 'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Exemplo:'postgresql://user:password@your-postgres-db/database'

" ], - "Excel to Database configuration": [ - "Configuração Excel para banco de dados" + "Invalid cron expression": ["Expressão cron inválida"], + "Invalid cumulative operator: %(operator)s": [ + "Operador cumulativo inválido: %(operator)s" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "Esquema \"%(schema_name)s\" do banco de dados \"%(database_name)s\" não é permitido para cargas Excel. Por favor contate seu administrador Superset." + "Invalid date/timestamp format": ["Formato de date/timestamp inválido"], + "Invalid filter configuration, please select a column": [ + "Configuração de filtro inválida, por favor selecione uma coluna" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "Você não pode especificar um namespace no nome da tabela: \"%(excel_table.table)s\" e no campo do esquema: \"%(excel_table.schema)s\". Por favor remova um." + "Invalid filter operation type: %(op)s": [ + "Tipo de operação do filtro inválido: %(op)s" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Não foi possível carregar o arquivo Excel \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" + "Invalid geodetic string": ["Texto geodetic inválido"], + "Invalid geohash string": ["Texto geohash inválido"], + "Invalid input": [""], + "Invalid lat/long configuration.": ["Configuração lat/long inválida."], + "Invalid longitude/latitude": ["Longitute/latitude inválida"], + "Invalid numpy function: %(operator)s": [ + "Função `numpy` inválida: %(operator)s" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Arquivo Excel \"%(excel_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" + "Invalid options for %(rolling_type)s: %(options)s": [ + "Opções inválidas para %(rolling_type)s: %(options)s" ], - "Logs": ["Logs"], - "Show Log": ["Mostrar log"], - "Add Log": ["Adicionar log"], - "Edit Log": ["Editar log"], - "Action": ["Ação"], - "dttm": ["DTTM"], - "Add item": ["Adicionar item"], - "The query couldn't be loaded": ["A consulta não pôde ser carregada"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Sua consulta foi agendada. Para ver os detalhes da sua consulta, navegue para Consultas salvas" + "Invalid permalink key": [""], + "Invalid rolling_type: %(type)s": ["rolling_type inválido: %(type)s"], + "Invalid spatial point encountered: %s": [ + "Ponto espacial encontrado inválido: %s" ], - "Your query could not be scheduled": [ - "Sua consulta não podê ser agendada" + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": ["Seleção invertida"], + "Is dimension": ["É dimensão"], + "Is favorite": ["É favorito"], + "Is filterable": ["É filtrável"], + "Is tagged": [""], + "Is temporal": ["É temporal"], + "Is true": [""], + "Issue 1001 - The database is under an unusual load.": [ + "Problema 1001 - O banco de dados está sob carga atípica." ], - "Failed at retrieving results": ["Falha ao buscar resultados"], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "Um erro ocorreu ao armazenar o último Id de consulta no backend.Por favor contate seu administrador se esse problema persistir." + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": ["JAN"], + "JSON": ["JSON"], + "JSON Metadata": ["Metadados JSON"], + "JSON metadata": ["Metadados JSON"], + "JUL": ["JUL"], + "JUN": ["JUN"], + "January": ["Janeiro"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" ], - "Unknown error": ["Erro desconhecido"], - "Query was stopped.": ["A consulta foi interrompida."], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Não foi possível migrar o estado do esquema da tabela para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "Lista dos valores JSON que deve devem ser tratados como nulos. Exemplos: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Alerta: o banco de dados Hive suporta apenas valores singulares. Use [\"\"] para texto vazio." ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Não foi possível migrar o estado da consulta para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." + "July": ["Julho"], + "June": ["Junho"], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Keys for table": ["Chaves da tabela"], + "Label": ["Rótulo"], + "Label Line": [""], + "Label for your query": ["Etiqueta para sua consulta"], + "Label threshold": [""], + "Labelling": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Last Changed": ["Modificado pela última vez"], + "Last Modified": ["Última modificação"], + "Last Updated %s": ["Última atualização %s"], + "Last available value seen on %s": [""], + "Last modified": ["Última modificação"], + "Last modified by %s": ["Modificado por último por %s"], + "Last run": ["Última execução"], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": ["Configuração da camada"], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Não foi possível migrar o estado do editor de consulta para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Legacy": [""], + "Legend type": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light mode": [""], + "Like": [""], + "Limit reached": ["Limite atingido"], + "Limit selector values": ["Limitar valores do seletor"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Não foi possível adicionar uma nova aba ao backend. Por favor contate seu administrador." + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" ], - "Copy of %s": ["Cópia de %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Um erro ocorreu durante a configuração da aba ativa. Por favor contate seu administrador." + "Line interpolation as defined by d3.js": [""], + "Line width": ["Largura da linha"], + "Linear color scheme": ["Esquema de cor linear"], + "Linear interpolation": [""], + "Link Copied!": ["Link copiado!"], + "List Saved Query": ["Lista de consulta salva"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "Live CSS editor": ["Editor de CSS ao vivo"], + "Live render": [""], + "Load a CSS template": ["Carregue um modelo CSS"], + "Loaded data cached": ["Dados carregados em cache"], + "Loaded from cache": ["Carregado do cache"], + "Loading...": [""], + "Log Scale": [""], + "Log retention": ["Retenção do log"], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": ["Login"], + "Logout": ["Sair"], + "Logs": ["Logs"], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude columns": ["Colunas de latitude e longitude"], + "Longitude of default viewport": [""], + "MAR": ["MAR"], + "MAY": ["MAI"], + "MON": ["SEG"], + "Main Datetime Column": ["Principal coluna datetime"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" ], - "An error occurred while fetching tab state": [ - "Um erro ocorreu ao tentar buscar o estado da aba" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Requisição mal formada. Os argumentos slice_id ou table_name e db_name são esperados" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Ocorreu um erro ao tentar remover a aba. Por favor contate seu administrador." + "Manage": ["Gerenciar"], + "Mandatory": ["Mandatório"], + "Mangle Duplicate Columns": ["Unificar colunas duplicadas"], + "Manually set min/max values for the y-axis.": [""], + "Mapbox": ["Mapbox"], + "March": ["Março"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markup type": ["Tipo de marcação"], + "Max": ["Max"], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Ocorreu um erro ao tentar remover a consulta. Por favor contate seu administrador." + "Maximum value on the gauge axis": [""], + "May": ["Maio"], + "Mean of values over specified period": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Median node size, the largest node will be 4 times larger than the smallest": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "Ocorreu um erro durante a configuração do esquema da aba. Por favor contate seu administrador." - ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "Ocorreu um erro durante a configuração de autoexecutar da aba. Por favor contate seu administrador." + "Medium": [""], + "Menu actions trigger": [""], + "Message content": ["Conteúdo da mensagem"], + "Metadata has been synced": ["Metadados foram sincronizados"], + "Method": ["Método"], + "Metric": ["Métrica"], + "Metric '%(metric)s' does not exist": ["Métrica '%(metric)s' não existe"], + "Metric assigned to the [X] axis": ["Metric atribuído ao eixo [X]"], + "Metric assigned to the [Y] axis": ["Metric atribuído ao eixo [Y]"], + "Metric change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name [%s] is duplicated": ["Nome de métrica [%s] está duplicado"], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to sort the results by": ["Métrica para ordernar os resultados"], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Ocorreu um erro durante a configuração do título da aba. Por favor contate seu administrador." + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "Your query was saved": ["Sua consulta foi salva"], - "Your query could not be saved": ["Sua consulta não pôde ser salva"], - "Your query was updated": ["Sua consulta foi atualizada"], - "Your query could not be updated": [ - "Sua consulta não podê ser atualizada" + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Ocorreu um erro ao armazenar sua query no backend. Para evitar perder suas alterações, por favor salve sua consulta usando o botão \"Salvar consulta\\" + "Metrics": ["Métricas"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ - "Ocorreu um erro durante a configuração dos parâmetros do template da aba. Por favor contate seu administrador." + "Midnight": [""], + "Min": ["Min"], + "Min periods": ["Períodos mínimos"], + "Min/max (no outliers)": [""], + "Mine": ["Meu"], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" ], - "An error occurred while fetching table metadata": [ - "Ocorreu um erro ao buscar os metadados da tabela" + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Mixed Time-Series": [""], + "Modified": ["Modificado"], + "Modified by": ["Modificado por"], + "Modified columns: %s": ["Colunas modificadas: %s"], + "Monday": ["Segunda"], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Ocorreu um erro ao buscar os metadados da tabela. Por favor entre em contato com seu administrador." + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Múltiplos formatos aceitos, veja a biblioteca Python geopy.points para mais detalhes" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao expandir o esquema da tabela. Por favor entre em contato com seu administrador." + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Seleção múltipla permitida, caso contrário o filtro é limitado a um valor singular" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao contrair o esquema da tabela. Por favor entre em contato com seu administrador." + "Must be unique": ["Deve ser único"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Deve ter uma coluna [Group By] para ter 'count' como [Label]" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao remover o esquema da tabela. Por favor entre em contato com seu administrador." + "Must have at least one numeric column specified": [ + "Deve ter pelo menos uma coluna numérica" ], - "Shared query": ["Consulta compartilhada"], - "The datasource couldn't be loaded": [ - "A fonte de dados não podê ser carregada" + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My metric": ["Métrica"], + "N/A": [""], + "NOV": ["NOV"], + "NOW": ["AGORA"], + "Name": ["Nome"], + "Name is required": ["Nome é obrigatório"], + "Name must be unique": ["O nome deve ser único"], + "Name of table to be created from excel data.": [ + "Nome da tabela a ser criada a partir dos dados do Excel." ], - "An error occurred while creating the data source": [ - "Ocorreu um erro ao criar a fonte de dados" + "Name of the column containing the id of the parent node": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [ + "Nome da tabela que existe no banco de dados de origem" ], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ - "SQL Lab usa o armazenamento local do seu browser para salvar as consultas e resultados.\n Atualmente você está utilizando ${currentUsage.toFixed(\n 2,\n )} KB de ${LOCALSTORAGE_MAX_USAGE_KB} KB de espaço de armazenamento..\nVocê pode acessar novamente essas consultas usando a funcionalidade de Salvar antes de deletar a aba. Note que você precisará fechar as outras janelas SQL Lab antes de fazer isso." + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error.": ["Erro de rede."], + "New chart": ["Novo gráfico"], + "New columns added: %s": ["Novas colunas adicionadas: %s"], + "New tab": ["Nova aba"], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": ["Próximo"], + "No": ["Não"], + "No %s yet": ["Nenhum %s ainda"], + "No Access!": ["Não há acesso!"], + "No annotation layers yet": ["Nenhuma camada de anotação ainda"], + "No annotation yet": ["Nenhuma anotação ainda"], + "No charts": ["Sem gráficos"], + "No dashboards": ["Sem painéis"], + "No data": ["Sem dados"], + "No data after filtering or data is NULL for the latest time record": [ + "" ], - "Estimate selected query cost": [ - "Custo estimado da consulta selecionada" + "No data in file": ["Nenhum dado no arquivo"], + "No databases match your search": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "Ainda não há gráficos favoritos, clique nas estrelas!" ], - "Estimate cost": ["Custo estimado"], - "Cost estimate": ["Custo estimado"], - "Creating a data source and creating a new tab": [ - "Criando uma fonte de dados e criando uma nova aba" + "No favorite dashboards yet, go click on stars!": [ + "Ainda não há painéis favoritos, clique nas estrelas!" ], - "An error occurred": ["Ocorreu um erro"], - "Explore the result set in the data exploration view": [ - "Explore os resutados na visão de exploração de dados" + "No filter is selected.": ["Nenhm filtro selecionado."], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No records found": ["Nenhum registro foi encontrado"], + "No results found": ["Nenhum resultado encontrado"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" ], - "Explore": ["Explorar"], - "This query took %s seconds to run, ": [ - "Essa consulta executou em %s segundos, " + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No stored results found, you need to re-run your query": [ + "Nenhum resultado armazenado encontrado, você precisa executar sua consulta novamente" ], - "and the explore view times out at %s seconds ": [ - "e a visão de exploração expira em %s segundos " + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Coluna não encontrada. Para filtrar uma métrica, tente a aba SQL personalizado." ], - "following this flow will most likely lead to your query timing out. ": [ - "seguindo este fluxo muito provavelmente resultará em expiração da sua consulta." + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "None": ["Nenhum"], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not null": ["Não nulo"], + "Not up to date": [""], + "Nothing triggered": ["Nada disparado"], + "Notification method": ["Método de notificação"], + "November": ["Novembro"], + "Null or Empty": ["Nulo ou vazio"], + "Null values": ["Valores nulos"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" ], - "We recommend your summarize your data further before following that flow. ": [ - "Nós recomendamos sumarizar mais seus dados antes de seguir esse fluxo." + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read.": [ + "Número de linhas do arquivo para ler." ], - "If activated you can use the ": ["Se ativado você pode usar a"], - "feature to store a summarized data set that you can then explore.": [ - "funcionalidade para armazar um conjunto de dados sumarizados os quais você pode explorar." + "Number of rows to skip at start of file.": [ + "Número de linhas a serem puladas no ínicio do arquivo." ], - "Column name(s) ": ["Nome da(s) coluna(s) "], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ - "não pode ser utilizado como um nome de coluna. O nome/alias da coluna \"__timestamp\"\n é reservado para a expressão temporal principal, e alias de coluna terminando com \n duplo underscore seguido por um valor numérico (ex. \"my_col__1\") são reservados para resolver nomes de colunas duplicados. Por favor use alias para renomear os\n nomes de coluna inválidos." + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "OCT": ["OUT"], + "OK": ["OK"], + "OVERWRITE": ["SOBRESCREVER"], + "October": ["Outubro"], + "Offline": ["Desligado"], + "Offset": ["Offset"], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" ], - "Raw SQL": ["SQL puro"], - "Source SQL": ["Fonte SQL"], - "SQL": ["SQL"], - "No query history yet...": ["Ainda não há histórico de consultas ..."], - "It seems you don't have access to any database": [ - "Parece que você não tem acesso a qualquer banco de dados" - ], - "An error occurred when refreshing queries": [ - "Ocorreu um erro ao atualizar as consultas" - ], - "Filter by user": ["Filtrar por usuário"], - "Filter by database": ["Filtrar por banco de dados"], - "Query search string": ["Texto da consulta de busca"], - "[From]-": ["[A partir de]-"], - "[To]-": ["[Para]-"], - "Filter by status": ["Filtrar por status"], - "Edit": ["Editar"], - "View results": ["Ver resultados"], - "Data preview": ["Visualização de dados"], - "Overwrite text in the editor with a query on this table": [ - "Sobrescrever texto no editor com uma consulta nessa tabela" + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" ], - "Run query in a new tab": ["Executar consulta em uma nova guia"], - "Remove query from log": ["Remover consulta do log"], - "An error occurred saving dataset": [ - "Ocorreu um erro ao salvar o conjunto de dados" + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" ], - ".CSV": [".CSV"], - "Clipboard": ["Prancheta"], - "Filter results": ["Filtrar resultados"], - "Database error": ["Erro do banco de dados"], - "was created": ["foi criado"], - "Query in a new tab": ["Consulta em uma nova guia"], - "The query returned no data": ["A consulta não retornou dados"], - "Fetch data preview": ["Obter a visualização de dados"], - "Refetch results": ["Buscar resultados novamente"], - "Track job": ["Trabalho de acompanhamento"], - "Stop": ["Pare"], - "Run selection": ["Executar seleção"], - "Run": ["Executar"], - "Stop running (Ctrl + x)": ["Parar execução (Ctrl + x)"], - "Stop running (Ctrl + e)": ["Parar execução (Ctrl + e)"], - "Run query (Ctrl + Return)": ["Executar query (Ctrl + Return)"], - "Save & Explore": ["Salvar e explorar"], - "Overwrite & Explore": ["Sobrescrever & explorar"], - "Undefined": ["Indefinido"], - "Save": ["Salvar"], - "Save as": ["Salvar como"], - "Save query": ["Salvar consulta"], - "Save as new": ["Salvar como novo"], - "Update": ["Atualizar"], - "Label for your query": ["Etiqueta para sua consulta"], - "Write a description for your query": [ - "Escreva uma descrição para sua consulta" + "One or many controls to pivot as columns": [ + "Um ou vários controles para girar como colunas" ], - "Schedule query": ["Agendar consulta"], - "Schedule": ["Agendar"], - "There was an error with your request": [ - "Ocorreu um erro com sua requisição" + "One or many metrics to display": ["Uma ou várias métricas para exibir"], + "One or more columns already exist": ["Uma ou mais colunas já existem"], + "One or more columns are duplicated": [ + "Uma ou mais colunas estão duplicadas" ], - "Please save the query to enable sharing": [ - "Por favor salve a consulta para habilitar o compartilhamento" + "One or more columns do not exist": ["Uma ou mais colunas não existem"], + "One or more metrics already exist": ["Uma ou mais métricas já existem"], + "One or more metrics are duplicated": [ + "Uma ou mais métricas estão duplicadas" ], - "Copy link": ["Copiar link"], - "Copy query link to your clipboard": [ - "Copiar link da consulta para a área de transferência" + "One or more metrics do not exist": ["Uma ou mais métricas não existem"], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" ], - "Save the query to copy the link": [ - "Salve a consulta para copiar o link" + "One ore more annotation layers failed loading.": [ + "Falha ao carregar uma ou mais camadas de anotação." ], - "No stored results found, you need to re-run your query": [ - "Nenhum resultado armazenado encontrado, você precisa executar sua consulta novamente" + "Only Total": [""], + "Only `SELECT` statements are allowed": [ + "Apenas instruções `SELECT` são permitidas" ], - "Run a query to display results here": [ - "Execute uma consulta para exibir resultados aqui" + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [ + "Apenas paineis selecionados serão afetados por este filtro" ], - "Preview: `%s`": ["Pré-visualizar: `%s`"], - "Results": ["Resultados"], - "Query history": ["Histórico de consultas"], - "Run query": ["Executar consulta"], - "New tab": ["Nova aba"], - "Untitled query": ["Consulta sem título"], - "Stop query": ["Parar consulta"], - "Schedule the query periodically": ["Agendar consulta periodicamente"], - "You must run the query successfully first": [ - "Você deve primeiro executar a consulta com sucesso" + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" ], - "It appears that the number of rows in the query results displayed\n was limited on the server side to\n the %s limit.": [ - "Aparentemente o número de linhas apresentado do resultado da consulta\n foi limitado no lado do servidor em %s linhas." + "Only single queries supported": ["Apenas uma query suportada"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Apenas as seguintes extensões de arquivo são permitidas: %(allowed_extensions)s" ], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "Estimate the cost before running a query": [ - "Estima o custo antes de executar uma consulta" + "Opacity": ["Opacidade"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": ["Abrir aba da fonte de dados"], + "Open in SQL Lab": ["Abrir no SQL Lab"], + "Open query in SQL Lab": ["Abrir consulta no SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Opera o banco de dados em modo assíncrono, significando que as consultas são executadas em trabalhadores remotos ao invés do servidor web. Isso assume que você tem um trabalhador Celery configurado assim como um backend de resultados. Veja a documentação de instalação para mais informações." ], - "Reset state": ["Reiniciar Estado"], - "Enter a new title for the tab": ["Digite um novo título para a aba"], - "Untitled Query %s": ["Consulta sem título %s"], - "Close tab": ["Fechar aba"], - "Rename tab": ["Renomear aba"], - "Expand tool bar": ["Expandir barra de ferramentas"], - "Hide tool bar": ["Esconder barra de ferramentas"], - "Close all other tabs": ["Fechar todas as outras abas"], - "Duplicate tab": ["Duplicar aba"], - "Copy partition query to clipboard": [ - "Copie a consulta de partição para a área de transferência" + "Operator undefined for aggregator: %(name)s": [ + "Operador indefinido para agregador: %(name)s" ], - "latest partition:": ["última partição:"], - "Keys for table": ["Chaves da tabela"], - "View keys & indexes (%s)": ["Ver chaves e índices (%s)"], - "Sort columns alphabetically": [ - "Classifique as colunas em ordem alfabética" + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Conteúdo CA_BUNDLE opcional para validar requisições HTTPS. Disponível apenas em certos bancos de dados." ], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], "Original table column order": ["Ordem original da coluna da tabela"], - "Copy SELECT statement to the clipboard": [ - "Copiar instrução SELECT para a área de transferência" + "Original value": [""], + "Orthogonal": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Sobrepoe uma or mais séries de tempo a partir de um período do tempo relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: 24 hours, 7 days, 52 weeks, 365 days). Texto livre é suportado." ], - "Show CREATE VIEW statement": ["Mostrar instrução CREATE VIEW"], - "CREATE VIEW statement": ["Instrução CREATE VIEW"], - "Remove table preview": ["Remover a visualização da tabela"], - "Assign a set of parameters as": [ - "Atribuir um conjunto de parâmetros como" + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" ], - "below (example:": ["abaixo (exemplo:"], - "), and they become available in your SQL (example:": [ - "), e eles ficam disponíveis no seu SQL (exemplo:" + "Overwrite": ["Sobrescrever"], + "Overwrite & Explore": ["Sobrescrever & explorar"], + "Overwrite Dashboard [%s]": ["Sobrescrever painel [%s]"], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [ + "Sobrescrever texto no editor com uma consulta nessa tabela" ], - ") by using": [") usando"], - "Edit template parameters": ["Editar parâmetros de template"], - "Invalid JSON": ["JSON inválido"], - "Create a new chart": ["Criar novo gráfico"], - "Choose a dataset": ["Escolha um conjunto de dados"], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ - "Se o conjunto de dados que você está procurando não estiver na lista, siga as instruções sobre como adicioná-lo no tutorial do Superset." + "Owned Created or Favored": [""], + "Owner": ["Proprietário"], + "Owners": ["os Proprietários"], + "Owners are invalid": ["Donos inválidos"], + "Owners is a list of users who can alter the dashboard.": [ + "Os proprietários são uma lista de usuários que podem alterar o painel." ], - "Choose a visualization type": ["Escolha um tipo de visualização"], - "Create new chart": ["Criar novo gráfico"], - "An error occurred while loading the SQL": [ - "Ocorreu um erro ao carregar o SQL" + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Donos é uma lista usuários que podem alterar este painel. Pode ser pesquisado através do nome ou nome de usuário." ], - "Updating chart was stopped": ["A atualização do mapa foi interrompida"], - "An error occurred while rendering the visualization: %s": [ - "Ocorreu um erro ao renderizar a visualização: %s" + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": ["Método resample do Pandas"], + "Pandas resample rule": ["Regra de resample do Pandas"], + "Parallel Coordinates": ["Coordenadas paralelas"], + "Parameter error": ["Erro de parâmetro"], + "Parameters": ["Parâmetros"], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": ["Interpretar datas"], + "Part of a Whole": [""], + "Partition Diagram": ["Diagrama de Partição"], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Percentage threshold": [""], + "Performance": [""], + "Period average": [""], + "Periods": ["Períodos"], + "Person or group that has certified this metric": [ + "Pessoa ou grupo que certificou essa métrica" + ], + "Physical": ["Físico"], + "Physical (table or view)": ["Físico (tabela ou view)"], + "Physical dataset": ["Conjunto de dados físico"], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Escolha uma granularidade na seção Tempo ou desmarque 'Incluir hora'" + ], + "Pick a metric for left axis!": [ + "Escolha uma métrica para o eixo esquerdo!" + ], + "Pick a metric for right axis!": [ + "Escolha uma métrica para o eixo direito!" + ], + "Pick a metric for x, y and size": [ + "Escolha uma métrica para x, y e tamanho" + ], + "Pick a metric to display": ["Escolha uma métrica para exibir"], + "Pick a metric!": ["Escolha uma métrica!"], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [ + "Escolha uma granularidade de tempo para suas séries temporais" + ], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [ + "Escolha pelo menos um campo para [Series]" + ], + "Pick at least one metric": ["Escolha pelo menos uma métrica"], + "Pick exactly 2 columns as [Source / Target]": [ + "Escolha exatamente 2 colunas como [Origem / Alvo]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [ + "Escolha sua linguagem de marcação favorita" + ], + "Pivot Table": ["Tabela pivot"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [ + "Operação de pivô deve incluir pelo menos um agregado" + ], + "Pivot operation requires at least one index": [ + "Operação de pivô necessita de pelo menos um índice" + ], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one metric": ["Escolha pelo menos uma métrica"], + "Please choose different metrics on left and right axis": [ + "Escolha diferentes métricas no eixo esquerdo e direito" + ], + "Please confirm": ["Por favor confirme"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Por favor entre com a URI do SQLAlchemy para teste" + ], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "Por favor salve a consulta para habilitar o compartilhamento" + ], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [ + "Por favor use 3 diferentes descrições de métrica" + ], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": ["Plugins"], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polyline": [""], + "Pop Tab Link": ["Remover link da aba"], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": ["Posição JSON"], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter available values": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "Predicado aplicado ao obter um valor distinto para preencher o componente de controle de filtro. Suporta a sintaxe do modelo jinja. Aplica-se somente quando \"Ativar seleção de filtro\" está ativado." + ], + "Prefix metric name with slice name": [""], + "Preview": ["Pré-visualizar"], + "Preview: `%s`": ["Pré-visualizar: `%s`"], + "Previous": ["Anterior"], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Profile": ["Perfil"], + "Profile picture provided by Gravatar": [ + "Foto do perfil fornecida por Gravatar" + ], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": ["Publicado"], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": ["Coloque seu código aqui"], + "Python datetime string pattern": ["padrão de texto datetime do python"], + "QUERY DATA IN SQL LAB": [""], + "Query": ["Consulta"], + "Query %s: %s": [""], + "Query History": ["Histórico de consultas"], + "Query history": ["Histórico de consultas"], + "Query in a new tab": ["Consulta em uma nova guia"], + "Query is too complex and takes too long to run.": [""], + "Query name": ["Nome da consulta"], + "Query preview": ["Pré-visualização da consulta"], + "Query was stopped.": ["A consulta foi interrompida."], + "RANGE TYPE": ["TIPO DA FAIXA"], + "Radar": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Raw records": [""], + "Rebuild": [""], + "Recent activity": ["Atividade recente"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Gráficos criados, paineis e consultas salvas vistas recentemente vão aparecer aqui" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Gráficos editados, paineis e consultas salvas vistas recentemente vão aparecer aqui" + ], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Gráficos, paineis e consultas salvas vistos recentemente vão aparecer aqui" + ], + "Recents": ["Recentes"], + "Recipients are separated by \",\" or \";\"": [ + "Recipientes são separados por \",\" or \";\"" + ], + "Recommended tags": [""], + "Record Count": ["Contagem de registros"], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redireciona para este ponto final ao clicar na tabela da lista da tabela" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Referenced columns not available in DataFrame.": [ + "Colunas referenciadas não disponível em DataFrame." + ], + "Refetch results": ["Buscar resultados novamente"], + "Refresh": ["Atualizar"], + "Refresh dashboard": ["Atualizar dashboard"], + "Refresh frequency": ["Frequência de atualização"], + "Refresh interval": ["Intervalo de atualização"], + "Refresh the default values": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Filtros regulares adicionam cláusulas WHERE para consultas se um usuário pertence a um papel referenciado no filtro. Filtros base aplicam filtros para todas as consultas exceto os papeis definifos no filtro, e podem ser usados para definir o que os usuários podem ver se nenhum filtro RLS dentro de um grupo de filtro se aplica a eles." + ], + "Relationships between community channels": [""], + "Relative quantity": ["Quantidade relativa"], + "Remind me in 24 hours": [""], + "Remove": ["Remover"], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": ["Remover consulta do log"], + "Remove table preview": ["Remover a visualização da tabela"], + "Removed columns: %s": ["Coluna removidas: %s"], + "Rename tab": ["Renomear aba"], + "Replace": ["Substituir"], + "Report Schedule could not be created.": [ + "Não foi possível criar o agendamento de relatório." + ], + "Report Schedule could not be deleted.": [ + "Não foi possível deletar o agendamento de relatório." + ], + "Report Schedule could not be updated.": [ + "Não foi possível atualizar o agendamento de relatório." + ], + "Report Schedule delete failed.": [ + "Não foi possível deletar o agendamento de relatório." + ], + "Report Schedule execution failed when generating a screenshot.": [ + "Falha na execução do agendamento de relatório ao gerar uma captura de tela." + ], + "Report Schedule execution got an unexpected error.": [ + "Erro inesperado na execução do agendamento de relatório." + ], + "Report Schedule is still working, refusing to re-compute.": [ + "Agendamento de relatório ainda está trabalhando, recusando-se a recomputar." + ], + "Report Schedule log prune failed.": [ + "Não foi possível otimizar o log do agendamento de relatório." + ], + "Report Schedule not found.": [ + "Agendamento de relatório não encontrado." + ], + "Report Schedule parameters are invalid.": [ + "Os parâmetros do agendamento de relatório são inválidos." + ], + "Report Schedule reached a working timeout.": [ + "O agendamento de relatório atingiu o timeout de trabalho." + ], + "Report Schedule state not found": [ + "Estado do agendamento de relatório não encontrado" + ], + "Report failed": ["Relatório falhou"], + "Report name": ["Nome do relatório"], + "Report schedule": ["Agendamento do relatório"], + "Report schedule unexpected error": [ + "Erro insperado do agendamento de relatório" + ], + "Report sending": ["Enviando relatório"], + "Report sent": ["Relatório enviado"], + "Reports": ["Relatórios"], + "Repulsion strength between nodes": [""], + "Request Permissions": ["Permissões de requisição"], + "Request is incorrect: %(error)s": ["Requisição incorreta: %(error)s"], + "Request is not JSON": ["Requisição incorreta: %(error)s"], + "Request missing data field.": [""], + "Required": ["Obrigatório"], + "Required control values have been removed": [""], + "Reset state": ["Reiniciar Estado"], + "Resource already has an attached report.": [""], + "Results": ["Resultados"], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse lat/long ": ["Inverter lat/long "], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right axis metric": ["Métrica do eixo direito"], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Papel %(r)s foi extendido para prover acesso à fonte de dados %(ds)s" + ], + "Roles": ["Roles"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": ["Papeis para conceder"], + "Rolling function": ["Função de rolagem"], + "Rolling window": ["Janela de rolagem"], + "Root certificate": ["Certificado raiz"], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Row": ["Linha"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Linha contendo os cabeçalhos para usar como nomes de coluna (0 é a primeira linha dos dados). Deixe em branco se não existe linha de cabeçalho." + ], + "Row level security filter": ["Filtro de segurança a nível de linha"], + "Row limit": ["Limite de linha"], + "Rows": ["Linhas"], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": ["Linhas para ler"], + "Rule": ["Regra"], + "Run": ["Executar"], + "Run in SQL Lab": ["Executar no SQL Lab"], + "Run query": ["Executar consulta"], + "Run query (Ctrl + Return)": ["Executar query (Ctrl + Return)"], + "Run query in a new tab": ["Executar consulta em uma nova guia"], + "Run selection": ["Executar seleção"], + "Running": ["Executando"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": ["SAB"], + "SEP": ["SET"], + "SHA": [""], + "SQL": ["SQL"], + "SQL Copied!": ["SQL copiado!"], + "SQL Expression": ["Expressão SQL"], + "SQL Lab": ["SQL Lab"], + "SQL Lab View": ["Visão SQL Lab"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": ["Consulta SQL"], + "SQL expression": ["Expressão SQL"], + "SQL query": ["Consulta SQL"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["DOM"], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Sankey": ["Sankey"], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite Streets": [""], + "Saturday": ["Sábado"], + "Save": ["Salvar"], + "Save & Explore": ["Salvar e explorar"], + "Save & go to dashboard": ["Salvar e ir para painel"], + "Save (Overwrite)": ["Salvar (sobrescrever)"], + "Save as": ["Salvar como"], + "Save as new": ["Salvar como novo"], + "Save as new chart": ["Salvar como novo gráfico"], + "Save as:": ["Salvar como:"], + "Save chart": ["Salvar gráfico"], + "Save dashboard": ["Salvar painel"], + "Save for this session": ["Salvar para esta sessão"], + "Save or Overwrite Dataset": [""], + "Save query": ["Salvar consulta"], + "Save this query as a virtual dataset to continue exploring": [""], + "Saved": ["Salvo"], + "Saved Queries": ["Perguntas frequentes"], + "Saved metric": ["Métrica salva"], + "Saved queries": ["Perguntas frequentes"], + "Saved queries could not be deleted.": [ + "Não foi possível deletar as consultas salvas." + ], + "Saved query not found.": ["Consulta salva não encontrada."], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": ["Agendar"], + "Schedule query": ["Agendar consulta"], + "Schedule settings": ["Configurações de agendamento"], + "Schedule the query periodically": ["Agendar consulta periodicamente"], + "Scheduled": ["Agendado"], + "Schema": ["Esquema"], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, usado apenas em alguns bancos de dados, como Postgres, Redshift e DB2" + ], + "Scope": [""], + "Scoping": ["Escopo"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Pesquisa"], + "Search / Filter": ["Pesquisa / Filtro"], + "Search Metrics & Columns": ["Pesquisar métricas e colunas"], + "Search all filter options": ["Pesquisar todas as opções de filtro"], + "Search by query text": ["Pesquisar por texto da consulta"], + "Search...": ["Buscar..."], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Secure Extra": ["Tornar Extra seguro"], + "Secure extra": ["Tornar Extra seguro"], + "Security": ["Segurança"], + "Security & Access": ["Segurança e acesso"], + "See less": ["Ver menos"], + "See more": ["Ver mais"], + "See table schema": ["Ver esquema da tabela"], + "Select ...": ["Selecione ..."], + "Select a Excel file to be uploaded to a database.": [ + "Selecione um arquivo Excel para ser carregado para o banco de dados." + ], + "Select a database to upload the file to": [""], + "Select a visualization type": ["Selecione um tipo de visualização"], + "Select any columns for metadata inspection": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select start and end date": ["Selecione a data de início e fim"], + "Select subject": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" ], - "Network error.": ["Erro de rede."], - "every": ["todo"], - "every month": ["todo mês"], - "every day of the month": ["todo dia do mês"], - "day of the month": ["dia do mês"], - "every day of the week": ["todo dia da semana"], - "day of the week": ["dia da semana"], - "every hour": ["toda hora"], - "every minute UTC": ["todo minito UTC"], - "year": ["ano"], - "month": ["mês"], - "week": ["semana"], - "day": ["dia"], - "hour": ["hora"], - "minute": ["minuto"], - "reboot": ["reiniciar"], - "Every": ["todo"], - "in": ["em"], - "on": ["sobre"], - "and": ["e"], - "at": ["em"], - ":": [":"], - "minute(s) UTC": ["minuto(s) UTC"], - "Invalid cron expression": ["Expressão cron inválida"], - "Clear": ["Limpar"], - "Sunday": ["Domingo"], - "Monday": ["Segunda"], - "Tuesday": ["Terça"], - "Wednesday": ["Quarta"], - "Thursday": ["Quinta"], - "Friday": ["Sexta"], - "Saturday": ["Sábado"], - "January": ["Janeiro"], - "February": ["Fevereiro"], - "March": ["Março"], - "April": ["Abril"], - "May": ["Maio"], - "June": ["Junho"], - "July": ["Julho"], - "August": ["Agosto"], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], "September": ["Setembro"], - "October": ["Outubro"], - "November": ["Novembro"], - "December": ["Dezembro"], - "SUN": ["DOM"], - "MON": ["SEG"], - "TUE": ["TER"], - "WED": ["QUA"], - "THU": ["QUI"], - "FRI": ["SEX"], - "SAT": ["SAB"], - "JAN": ["JAN"], - "FEB": ["FEV"], - "MAR": ["MAR"], - "APR": ["ABR"], - "MAY": ["MAI"], - "JUN": ["JUN"], - "JUL": ["JUL"], - "AUG": ["AGO"], - "SEP": ["SET"], - "OCT": ["OUT"], - "NOV": ["NOV"], - "DEC": ["DEZ"], - "OK": ["OK"], - "Click to see difference": ["Clique para ver a diferença"], - "Altered": ["Alterado"], - "Chart changes": ["Mudanças do gráfico"], - "Superset chart": ["Gráfico do Superset"], - "Check out this chart in dashboard:": ["Veja esse gráfico no painel:"], - "Select ...": ["Selecione ..."], - "Loaded data cached": ["Dados carregados em cache"], - "Loaded from cache": ["Carregado do cache"], - "Click to force-refresh": ["Clique para forçar a atualização"], - "cached": ["cacheado"], - "Certified by %s": ["Certificado por %s"], - "Copy to clipboard": ["Copiar para área de transferência"], - "Copied!": ["Copiado!"], + "Sequential": [""], + "Series": ["Series"], + "Series chart type (line, bar etc)": [""], + "Series limit": ["Limite de série"], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": [ + "Configurar intervalo de atualização automática" + ], + "Set filter mapping": ["Configurar mapeamento de filtro"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": ["Configurações"], + "Settings for time series": [""], + "Share": ["Compartilhar"], + "Shared query": ["Consulta compartilhada"], + "Sheet Name": ["Nome da folha"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [ + "A descrição curta deve ser única para esta camada" + ], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show CREATE VIEW statement": ["Mostrar instrução CREATE VIEW"], + "Show CSS Template": ["Mostrar modelo CSS"], + "Show Chart": ["Mostrar gráfico"], + "Show Column": ["Mostrar coluna"], + "Show Dashboard": ["Mostrar painel"], + "Show Database": ["Mostrar banco de dados"], + "Show Less...": [""], + "Show Log": ["Mostrar log"], + "Show Markers": [""], + "Show Metric": ["Mostrar métricas"], + "Show Row level security filter": [ + "Mostrar filtro de segurança a nível de linha" + ], + "Show Saved Query": ["Mostrar consulta salva"], + "Show Table": ["Mostrar tabela"], + "Show Timestamp": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show data points as circle markers on the lines": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": ["Mostrando %s de %s"], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": ["Simples"], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": ["Pular linhas em branco"], + "Skip Initial Space": ["Pular espaço inicial"], + "Skip Rows": ["Pular linhas"], + "Slug": ["Identificador"], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [ + "Desculpe, houve um erro ao se obter as informações do banco de dados: %s" + ], + "Sorry there was an error fetching saved charts: ": [ + "Desculpe, houve um erro ao buscar os gráficos salvos: " + ], + "Sorry, An error occurred": ["Desculpe, ocorreu um erro"], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, your browser does not support copying.": [ + "Desculpe, seu browser não suporta copiar." + ], "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ "Desculpe, o seu navegador não suporta a cópia. Use Ctrl / Cmd + C!" ], - "Error while fetching schema list": ["Erro ao buscar a lista de esquema"], - "Error while fetching database list": [ - "Erro ao buscar a lista do banco de dados" + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": ["Ordenar ascendente"], + "Sort bars by x labels.": [""], + "Sort by": ["Ordenar por"], + "Sort columns alphabetically": [ + "Classifique as colunas em ordem alfabética" + ], + "Sort descending": ["Ordenar decrescente"], + "Sort metric": ["Ordenar métrica"], + "Sort series in ascending order": [""], + "Source": ["Fonte"], + "Source SQL": ["Fonte SQL"], + "Sparkline": [""], + "Spatial": ["Espacial"], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [ + "Especifica um esquema (se o banco de dados suportar)." + ], + "Specify duplicate columns as \"X.0, X.1\".": [ + "Especifique colunas duplicadas como \"X.0, X.1\"." + ], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": ["Início"], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "State": ["Estado"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": ["Status"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": ["Pare"], + "Stop query": ["Parar consulta"], + "Stop running (Ctrl + x)": ["Parar execução (Ctrl + x)"], + "Stopped an unsafe database connection": [ + "Uma conexão de banco de dados insegura foi parada" + ], + "Strength to pull the graph toward center": [""], + "Strings used for sheet names (default is the first sheet).": [ + "Textos usados para os nomes das folhas (padrão é a primeira folha)." + ], + "Structural": [""], + "Style": ["Estilo"], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": ["Sucesso"], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sunburst": ["Sunburst"], + "Sunday": ["Domingo"], + "Superset Embedded SDK documentation.": [""], + "Superset chart": ["Gráfico do Superset"], + "Superset dashboard": ["Painel Superset"], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol of two ends of edge line": [""], + "Sync columns from source": ["Sincronizar colunas a partir da fonte"], + "Syntax": [""], + "TABLES": ["TABELAS"], + "THU": ["QUI"], + "TUE": ["TER"], + "Tab name": ["Nome da aba"], + "Tab title": [""], + "Table": ["Tabela"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Tabela %(table)s não foi encontrada no banco de dados %(db)s" + ], + "Table Exists": ["Tabela existe"], + "Table Name": ["Nome da tabela"], + "Table View": ["Visão de tabela"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Não foi possível localizar a tabela [%(table_name)s], por favor revise sua conexão com o banco dados, esquema e nome da tabela" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Não foi possível localizar a tabela [%{table}s], por favor revise sua conexão com o banco de dados, esquema e nome da tabela. Erro: {}" + ], + "Table name cannot contain a schema": [""], + "Table name undefined": ["Nome de tabela indefinido"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": ["Tabelas"], + "Tabs": ["Abas"], + "Tabular": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target aspect ratio for treemap tiles.": [""], + "Template Name": ["Nome do modelo"], + "Template parameters": ["Parâmetros do template"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Link com template, é possível incluir {{metric}} ou outros valores provenientes dos controles." + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": ["Conexão de teste"], + "Test connection": ["Conexão de teste"], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "O CSS para paineis individuais pode ser alterado aqui, ou na visão do painel onde as mudanças são visíveis imediatamente" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [ + "Os pedidos de acesso parecem ter sido excluídos" + ], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [ + "O esquema de cores para o gráfico de renderização" + ], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": ["O painel foi salvo"], + "The data source seems to have been deleted": [ + "A fonte de dados parece ter sido deletada" + ], + "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.": [ + "O tipo de dados que foi inferido pelo banco de dados. Pode ser necessário inserir um tipo manualmente para colunas definidas por expressões em alguns casos. Na maioria dos casos, os usuários não precisam alterar isso." + ], + "The database columns that contains lines information": [""], + "The database is currently running too many queries.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "O conjunto de dados %s está ligado aos gráficos %s que aparecem nos paineis %s. Você tem certeza que deseja continuar? Deletar o conjunto de dados vai quebar esses objetos." + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "A configuração do conjunto de dados exposta aqui\n afeta todos os gráficos usando este conjunto de dados.\n Tenha em mente que mudar as configurações aqui pode\n afetar outros gráficos de maneira indesejada." ], - "Database:": ["Banco de dados:"], - "Select a database": ["Selecione um banco de dados"], - "Force refresh schema list": ["Forçar atualização da lista de esquemas"], - "Select a schema (%s)": ["Selecione um esquema (%s)"], - "Schema:": ["Esquema:"], - "datasource": ["fonte de dados"], - "schema": ["esquema"], - "delete": ["deletar"], - "Type \"%s\" to confirm": ["Digite \"%s\" para confirmar"], - "DELETE": ["DELETAR"], - "Click to edit": ["Clique para editar"], - "You don't have the rights to alter this title.": [ - "Você não tem os direitos de alterar este título." + "The dataset has been saved": ["O conjunto de dados foi salvo"], + "The datasource couldn't be loaded": [ + "A fonte de dados não podê ser carregada" ], - "Unexpected error": ["Erro inesperado"], - "Click to favorite/unfavorite": ["Clique para favoritar/desfavoritar"], - "An error occurred while fetching dashboards": [ - "Ocorreu um erro ao buscar os paineis" + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "A descrição pode ser mostrada como cabeçalho do elemento visual na visão do painel. Suporta markdown." ], - "Error while fetching table list": ["Erro ao buscar a lista de tabelas"], - "Select table or type table name": [ - "Selecione uma tabela ou digite o nome da tabela" + "The distance between cells, in pixels": [""], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "Type to search ...": ["Escreva para pesquisar ..."], - "Select table ": ["Selecione a tabela "], - "Force refresh table list": ["Forçar a atualização da lista de tabelas"], - "See table schema": ["Ver esquema da tabela"], - "%s%s": ["%s%s"], - "Share dashboard": ["Compartilhar dashboard"], - "This may be triggered by:": ["Isso pode ser disparado por:"], - "Please reach out to the Chart Owner for assistance.": [ - "Por favor contate o dono do gráfico para assistência." + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" ], - "Chart Owner: %s": ["Dono do gráfico: %s"], - "%s Error": ["Erro %s"], - "See more": ["Ver mais"], - "See less": ["Ver menos"], - "Copy message": ["Copiar mensagem"], - "Close": ["Fechar"], - "This was triggered by:": ["Isso foi disparado por:"], - "Did you mean:": ["Você quis dizer:"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "%(suggestion)s ao invés de \"%(undefinedParameter)s?\"" + "The host might be down, and can't be reached on the provided port.": [ + "" ], - "Parameter error": ["Erro de parâmetro"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "Estamos tendo problema ao carregar esta visualização. As consultas estão configuradas para expirar depois de %s segundos." + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": ["O id do gráfico ativo"], + "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'": [ + "A lista de gráficos associados com esta tabela. Ao alterar essa fonte de dados você pode mudar como esses gráficos associados se comportam. Note também que os gráficos precisam referenciar uma fonte de dados, então este formulário não irá salvar se os gráficos forem removidos da fonte de dados. Se você deseja mudar a fonte de dados para um gráfico, altere o gráfico em 'explorar visão'" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "Estamos tendo problema ao carregar esses resultados. As consultas estão configuradas para expirar depois de %s segundos." + "The maximum number of events to return, equivalent to the number of rows": [ + "" ], - "Timeout error": ["Erro de expiração"], - "Cell content": ["Conteúdo da célula"], - "The import was successful": ["Importação com sucesso"], - "OVERWRITE": ["SOBRESCREVER"], - "Overwrite": ["Sobrescrever"], - "Import": ["Importar"], - "Import %s": ["Importar %s"], - "Last Updated %s": ["Última atualização %s"], - "%s Selected": ["%s selecionado(s)"], - "Deselect all": ["Desmarcar todos"], - "%s-%s of %s": ["%s-%s de %s"], - "Settings": ["Configurações"], - "About": ["Sobre"], - "SQL query": ["Consulta SQL"], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Não há espaço suficiente para este componente. Tente diminuir sua largura or aumentar a largura de seu destino." + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" ], - "Can not move top level tab into nested tabs": [ - "Não é possível mover a aba de nível superior para dentro das abas aninhadas" + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "O metadata_params em Campo extra não está configurado corretamente. A chave %(key)s é inválida." ], - "This chart has been moved to a different filter scope.": [ - "Este gráfico foi movido para um escopo de filtro diferente." + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "O metadata_params em Campo extra não está configurado corretamente. A chave %{key}s é inválida." ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Ocorreu um problema ao buscar o status de favorito deste painel." + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" ], - "There was an issue favoriting this dashboard.": [ - "Ocorreu um problema ao favoritar esse painel." + "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": [ + "O número mínimo de períodos de rolamento necessários para mostrar um valor. Por exemplo, se você fizer uma soma cumulativa em 7 dias, você pode querer que seu \"Período Mínimo\" seja 7, de modo que todos os pontos de dados mostrados sejam o total de 7 períodos. Isso irá esconder a \"aceleração\" ocorrendo nos primeiros 7 períodos" ], - "This dashboard is now ${nowPublished}": [ - "Este painel agora está ${nowPublished}" + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" ], - "You do not have permissions to edit this dashboard.": [ - "Você não tem permissão para editar esse painel" + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" ], - "This dashboard was saved successfully.": [ - "Esse painel foi salvo com sucesso." + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" ], - "Could not fetch all saved charts": [ - "Não foi posível buscar todos os gráficos salvos" + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" ], - "Sorry there was an error fetching saved charts: ": [ - "Desculpe, houve um erro ao buscar os gráficos salvos: " + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" ], - "Visualization": ["Visualização"], - "Data source": ["Fonte de dados"], - "Added": ["Adicionado"], - "Components": ["Componentes"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Qualquer cor da paleta selecionada aqui irá sobrescrever as cores aplicadas aos gráficos individuais deste painel" + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" ], - "Color scheme": ["Esquema de cores"], - "Load a template": ["Carregue um modelo"], - "Load a CSS template": ["Carregue um modelo CSS"], - "Live CSS editor": ["Editor de CSS ao vivo"], - "You have unsaved changes.": ["Você tem alterações não salvas."], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ - "Este painel está sendo forçadamente atualizado neste momento; a próxima atualização forçada será em %s." + "The number of seconds before expiring the cache": [ + "O número de segundos antes de expirar o cache" ], - "Your dashboard is too large. Please reduce the size before save it.": [ - "Seu painel é muito grande. Por favor reduza o tamanho antes de salvá-lo." + "The parameter %(parameters)s in your query is undefined.": [ + "O parâmetro %(parameters)s na sua consulta está indefinido.", + "Os seguintes parâmetros estão indefinidos na sua consulta: %(parameters)s" ], - "Discard changes": ["Descartar alterações"], - "An error occurred while fetching available CSS templates": [ - "Ocorreu um erro ao buscar os modelos CSS disponíveis" + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os gráficos. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." ], - "Superset dashboard": ["Painel Superset"], - "Check out this dashboard: ": ["Veja este dashboard: "], - "Refresh dashboard": ["Atualizar dashboard"], - "Set auto-refresh interval": [ - "Configurar intervalo de atualização automática" + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os paineis. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." ], - "Set filter mapping": ["Configurar mapeamento de filtro"], - "Edit dashboard properties": ["Editar as propriedades do painel"], - "Edit CSS": ["Editar CSS"], - "Download as image": ["Baixar como imagem"], - "Toggle fullscreen": ["Exibir em fullscreen"], - "There is no chart definition associated with this component, could it have been deleted?": [ - "Não há uma definição de gráfico associada a este componente, pode ter sido deletada?" + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os conjuntos de dados. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." ], - "Delete this container and save to remove this message.": [ - "Delete este recipiente e salve para remover esta mensagem." + "The pattern of timestamp format. For strings use ": [ + "O padrão do formato de timestamp. Para textos use " ], - "An error has occurred": ["Ocorreu um erro"], - "You do not have permission to edit this dashboard": [ - "Você não tem permissão para editar esse painel" + "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.": [ + "" ], - "A valid color scheme is required": [ - "É obrigatório um esquema de cores válido" + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "O ponteiro para uma tabela física (ou view). Tenha em mente que o gráfico é asociado a esta tabela lógica do Superset, e esta tabela lógica aponta para a tabela física referenciada aqui." ], - "The dashboard has been saved": ["O painel foi salvo"], - "Apply": ["Aplicar"], - "Dashboard properties": ["Propriedades do painel"], - "Basic information": ["Informações básicas"], - "URL slug": ["Identificador da URL"], - "A readable URL for your dashboard": ["Uma URL legível para seu painel"], - "Access": ["Acessar"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Donos é uma lista usuários que podem alterar este painel. Pode ser pesquisado através do nome ou nome de usuário." + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "Colors": ["Cores"], - "Advanced": ["Avançado"], - "JSON metadata": ["Metadados JSON"], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Este painel não está publicado, não vai aparecer na lista de paineis. Clique aqui para publicar este painel." + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": ["A consulta não pôde ser carregada"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ - "Este painel não está publicado o que significa que não irá aparecer na lista de paineis. Marque-o como favorito para vê-lo na lista ou utilize a URL diretamente para acessá-lo." + "The query has a syntax error.": [""], + "The query returned no data": ["A consulta não retornou dados"], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" ], - "This dashboard is published. Click to make it a draft.": [ - "Este painel está publicado" + "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.": [ + "" ], - "Draft": ["Rascunho"], - "Don't refresh": ["Não atualize"], - "10 seconds": ["10 segundos"], - "30 seconds": ["30 segundos"], - "1 minute": ["1 minuto"], - "5 minutes": ["5 minutos"], - "30 minutes": ["30 minutos"], - "1 hour": ["1 hora"], - "6 hours": ["6 horas"], - "12 hours": ["12 horas"], - "24 hours": ["24 horas"], - "Refresh interval": ["Intervalo de atualização"], - "Refresh frequency": ["Frequência de atualização"], - "Are you sure you want to proceed?": [ - "Você tem certeza que deseja prosseguir?" + "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": [ + "" ], - "Save for this session": ["Salvar para esta sessão"], - "You must pick a name for the new dashboard": [ - "Você deve escolher um nome para o novo painel" + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" ], - "Save dashboard": ["Salvar painel"], - "Overwrite Dashboard [%s]": ["Sobrescrever painel [%s]"], - "Save as:": ["Salvar como:"], - "[dashboard name]": ["[Nome do painel]"], - "also copy (duplicate) charts": ["também copia (duplica) gráficos"], - "Filter your charts": ["Filtrar seus gráficos"], - "Annotation layers are still loading.": [ - "As camadas de anotação ainda estão carregando." + "The rich tooltip shows a list of all series for that point in time": [ + "" ], - "One ore more annotation layers failed loading.": [ - "Falha ao carregar uma ou mais camadas de anotação." + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" ], - "Cached %s": ["Cacheado %s"], - "Fetched %s": ["Obtido %s"], - "Minimize chart": ["Minimizar gráfico"], - "Maximize chart": ["Maximizar gráfico"], - "Force refresh": ["Forçar atualização"], - "Toggle chart description": ["Alternar descrição do gráfico"], - "View chart in Explore": ["Ver gráfico em Explorar"], - "Share chart": ["Compartilhar gráfico"], - "Export CSV": ["Exportar CSV"], - "Applied Filters (%d)": ["Filtros aplicados (%d)"], - "Incompatible Filters (%d)": ["Filtros incompatíveis (%d)"], - "Unset Filters (%d)": ["Filtros sem valor (%d)"], - "Search...": ["Buscar..."], - "No filter is selected.": ["Nenhm filtro selecionado."], - "Editing 1 filter:": ["Editando 1 filtro:"], - "Batch editing %d filters:": ["Editando %d filtros em lote:"], - "Configure filter scopes": ["Configurar escopos do filtro"], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada para executar essa consulta." + ], + "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.": [ + "A tabela foi criada. Como parte deste processo de configuração de duas fases você deve agora clicar no botão de editar da nova tabela para configurá-la." + ], + "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": [ + "A coluna de tempo para a visualização. Note que você pode definir uma expressão arbitrária que retorna uma coluna DATETIME na tabela. Note também que o filtro abaixo é aplicado sobre essa coluna ou expressão" + ], + "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`": [ + "O tempo de granularidade para a visualização. Observe que você pode digitar e usar linguagem natural simples como \"10 segundos\", \"1 dia\" ou \"56 semanas\"." + ], + "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.": [ + "O tempo de granularidade para a visualização. Isso aplica uma transformação de data para alterar sua coluna de tempo e define uma nova granularidade de tempo. As opções aqui são definidas por base de banco de dados por base no código-fonte Superset." + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "A faixa de tempo para a visualização. Todos os tempos relativos, ex. \"Último mês\", \"Últimos 7 dias\", \"agora\", etc. são avaliados no servidor usando o local time (sans timezone) do servidor. Todos os tempos dos tooltips e placeholders são expressos em UTC (sans timezone). Os timestamps são então avaliados pelo banco de dados usando o timezone local do banco. Note que alguém pode configurar explicitamente o timezone usando o formato ISO 8601 se especificar o tempo de início e/ou fim." + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [ + "O tipo de visualização a ser exibida" + ], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [ + "O usuário parece ter sido excluído" + ], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "There are associated alerts or reports": [ + "Existem alertas ou relatórios associados" + ], + "There are associated alerts or reports: %s,": [ + "Existem alertas ou relatórios associados: %s" + ], + "There are no components added to this tab": [""], + "There are no databases available": [""], "There are no filters in this dashboard.": [ "Não existem filtros nesse painel." ], - "Expand all": ["Expandir todos"], - "Collapse all": ["Contrair todos"], - "This markdown component has an error.": [ - "Este componente de markdown tem um erro." + "There is no chart definition associated with this component, could it have been deleted?": [ + "Não há uma definição de gráfico associada a este componente, pode ter sido deletada?" ], - "This markdown component has an error. Please revert your recent changes.": [ - "Este componente de markdown tem um erro. Por favor reverta suas mudanças recentes." + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Não há espaço suficiente para este componente. Tente diminuir sua largura or aumentar a largura de seu destino." ], - "Delete dashboard tab?": ["Deletar a aba do dashboard?"], - "Divider": ["Divisor"], - "Header": ["Cabeçalho"], - "Row": ["Linha"], - "Tabs": ["Abas"], - "Preview": ["Pré-visualizar"], - "Yes, cancel": [""], - "Keep editing": [""], - "Select parent filters": ["Selecione os filtros pais"], - "Reset all": ["Reiniciar todos"], - "You have removed this filter.": ["Você removeu este filtro."], - "Restore filter": ["Restaurar filtro"], - "Filter name": ["Nome do filtro"], - "Name is required": ["Nome é obrigatório"], - "Datasource is required": ["Fonte de dados é obrigatória"], - "Field": ["Campo"], - "Parent filter": ["Filtro pai"], - "None": ["Nenhum"], - "Apply changes instantly": ["Aplicar mudanças instantaneamente"], - "Allow multiple selections": ["Permitir múltipla seleção"], - "Inverse selection": ["Seleção invertida"], - "Required": ["Obrigatório"], - "Are you sure you want to cancel?": [ - "Você tem certeza que deseja prosseguir?" + "There was an error fetching your recent activity:": [ + "Ocorreu um erro ao obter sua atividade recente:" ], - "will not be saved.": [""], - "Filter configuration and scoping": ["Configuração de filtro e escopo"], - "Add filter": ["Adicionar filtro"], - "(Removed)": ["(Removido)"], - "Undo?": ["Desfazer?"], - "Scoping": ["Escopo"], - "Apply to all panels": ["Aplicar para todos os paineis"], - "Apply to specific panels": ["Aplicar para paineis específicos"], - "Only selected panels will be affected by this filter": [ - "Apenas paineis selecionados serão afetados por este filtro" + "There was an error with your request": [ + "Ocorreu um erro com sua requisição" ], - "All panels with this column will be affected by this filter": [ - "Todos os paineis com esta coluna serão afetados por este filtro" + "There was an issue deleting %s: %s": [ + "Ocorreu um problema deletando %s: %s" ], - "All filters": ["Todos os filtros"], - "All charts": ["Todos os gráficos"], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ - "Alerta! Mudar esse conjunto de dados pode quebrar o gráfico se os metadados não existirem." + "There was an issue deleting the selected %s: %s": [ + "Ocorreu um problema ao deletar a seleção %s: %s" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "Mudar esse conjunto de dados pode quebar o gráfico se ele depender de colunas ou metadados que não existem no conjunto de dados alvo" + "There was an issue deleting the selected annotations: %s": [ + "Ocorreu um problema ao deletar as anotações selecionadas: %s" ], - "dataset": ["conjunto de dados"], - "Change dataset": ["Mudar conjunto de dados"], - "Warning!": ["Alerta!"], - "Search / Filter": ["Pesquisa / Filtro"], - "Physical (table or view)": ["Físico (tabela ou view)"], - "Virtual (SQL)": ["Virtual (SQL)"], - "SQL expression": ["Expressão SQL"], - "Data type": ["Tipo de dado"], - "Datetime format": ["Formato de data e hora"], - "The pattern of timestamp format. For strings use ": [ - "O padrão do formato de timestamp. Para textos use " + "There was an issue deleting the selected charts: %s": [ + "Ocorreu um problema ao deletar os gráficos selecionados: %s" ], - "Python datetime string pattern": ["padrão de texto datetime do python"], - " expression which needs to adhere to the ": [ - " expressão que precisa ser aderente a" + "There was an issue deleting the selected dashboards: ": [ + "Ocorreu um problema ao deletar os paineis selecionados:" ], - "ISO 8601": ["ISO 8601"], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ - " para garantir que a ordem lexicográfica coincida com a ordem cronoglógica. Se o\n formato do timestamp não for aderente ao padrão ISO 8601\n você precisará definir uma expressão e tipo para\n transformar o texto em data ou timestamp. Nota\natualemente time zones não são suportadas. Se o tempo é armazenado no formato epoch coloque `epoch_s` ou `epoch_ms`. Se nenhum padrão for especificado\n utilizaremos os padrões opcionais de acordo com cada nível do banco de dados/nome de coluna via parâmetro extra." + "There was an issue deleting the selected datasets: %s": [ + "Ocorreu um problema ao se deletar os conjuntos de dados selecionados: %s" ], - "Is dimension": ["É dimensão"], - "Is filterable": ["É filtrável"], - "Modified columns: %s": ["Colunas modificadas: %s"], - "Removed columns: %s": ["Coluna removidas: %s"], - "New columns added: %s": ["Novas colunas adicionadas: %s"], - "Metadata has been synced": ["Metadados foram sincronizados"], - "Column name [%s] is duplicated": ["Nome de coluna [%s] está duplicado"], - "Metric name [%s] is duplicated": ["Nome de métrica [%s] está duplicado"], - "Calculated column [%s] requires an expression": [ - "Coluna calculada [%s] precisa de uma expressão" + "There was an issue deleting the selected layers: %s": [ + "Ocorreu um problema ao deletar as camadas de anotação selecionadas: %s" ], - "Basic": ["Básico"], - "Default URL": ["URL padrão"], - "Default URL to redirect to when accessing from the dataset list page": [ - "URL padrão para redirecionar quanto acessando a partir da página de lista de conjunto de dados" + "There was an issue deleting the selected queries: %s": [ + "Ocorreu um problema ao deletar as consultas selecionadas: %s" ], - "Autocomplete filters": ["Autocompletar filtros"], - "Whether to populate autocomplete filters options": [ - "Se é para autocompletar as opções de filtro" + "There was an issue deleting the selected templates: %s": [ + "Ocorreu um erro ao deletar os modelos selecionados: %s" ], - "Autocomplete query predicate": ["Autocompletar predicado da consulta"], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ - "Quando usando \"Autocompletar filtros\", isto pode ser usado para melhorar o desempenho da consulta que obtém os valores. Use esta opção para aplicar um predicado (cláusula WHERE) à consulta que seleciona os valores distintos de uma tabela. Tipicalmente a intenção seria de limitar a procura aplicando um filtro de tempo a um campo de tempo relacionado particionado ou indexado." + "There was an issue deleting: %s": ["Ocorreu um problema ao deletar: %s"], + "There was an issue favoriting this dashboard.": [ + "Ocorreu um problema ao favoritar esse painel." ], - "Extra data to specify table metadata. Currently supports certification data of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`.": [ - "Dados extras de especificação dos metadados da tabela. Atualmente suporta dados de certificação no formato: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`." + "There was an issue fetching the favorite status of this dashboard.": [ + "Ocorreu um problema ao buscar o status de favorito deste painel." ], - "Owners of the dataset": ["Donos do conjunto de dados"], - "Cache timeout": ["Tempo limite de cache"], - "The duration of time in seconds before the cache is invalidated": [ - "A duração de tempo em segundos antes do cache ser invalidado" + "There was an issue previewing the selected query %s": [ + "Ocorreu um problema ao pré-visualizar a consulta selecionada %s" ], - "Hours offset": ["Offset de horas"], - "Spatial": ["Espacial"], - "virtual": ["virtual"], - "Dataset name": ["nome do conjunto de dados"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ - "Ao especificar o SQL, o conjunto de dados age como view. Superset irá usar essa instrução como subquery enquanto efetua os agrupamentos e filtros nas consultas pai geradas." + "There was an issue previewing the selected query. %s": [ + "Ocorreu um problema ao pré-visualizar a consulta selecionada. %s" ], - "The JSON metric or post aggregation definition.": [ - "A métrica JSON ou a definição pós agregação." + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Há um loop em seu Sankey, por favor, forneça uma árvore. Aqui está um link defeituoso: {}" ], - "Physical": ["Físico"], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ - "O ponteiro para uma tabela física (ou view). Tenha em mente que o gráfico é asociado a esta tabela lógica do Superset, e esta tabela lógica aponta para a tabela física referenciada aqui." + "These are the tables this filter will be applied to.": [ + "Essas são as tabelas as quais será aplicado este filtro" ], - "Click the lock to make changes.": [ - "Clique no cadeado para fazer alterações." + "These filters apply to the values available in the dropdowns": [ + "Esses filtros se aplicam aos valores disponíveis nos menus suspensos" ], - "Click the lock to prevent further changes.": [ - "Clique no cadeado para prevenir mais alterações." + "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.": [ + "Esses parâmetros são gerados dinamicamente ao clicar no botão Salvar ou Substituir na vista de exibição. Este objeto JSON é exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." ], - "D3 format": ["Formato D3"], - "Warning message": ["Mensagem de aviso"], - "Warning message to display in the metric selector": [ - "Mensagem de alerta a ser mostrada no seletor de métrica" + "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.": [ + "Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou substituir na exibição do painel. É exposto aqui para referência e para usuários avançados que desejam alterar parâmetros específicos." ], - "Certified by": ["Certificado por"], - "Person or group that has certified this metric": [ - "Pessoa ou grupo que certificou essa métrica" + "This action will permanently delete %s.": [ + "Esta ação vai permanentemente deletar %s." ], - "Certification details": ["Detalhes da certificação"], - "Details of the certification": ["Detalhes da certificação"], - "Be careful.": ["Cuidado"], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "Alterar essas configurações afetará todos os gráficos usando este conjunto de dados, incluindo gráficos cujo dono são outras pessoas." + "This action will permanently delete the layer.": [ + "Esta ação irá permanentemente deletar essa camada." ], - "Source": ["Fonte"], - "Sync columns from source": ["Sincronizar colunas a partir da fonte"], - "Calculated columns": ["Colunas calculadas"], - "The dataset has been saved": ["O conjunto de dados foi salvo"], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ - "A configuração do conjunto de dados exposta aqui\n afeta todos os gráficos usando este conjunto de dados.\n Tenha em mente que mudar as configurações aqui pode\n afetar outros gráficos de maneira indesejada." + "This action will permanently delete the saved query.": [ + "Esta ação irá permanentemente deletar a consulta salva." ], - "Are you sure you want to save and apply changes?": [ - "Você tem certeza que deseja salvar e aplicar as mudanças?" + "This action will permanently delete the template.": [ + "Esta ação irá deletar permanentemente o modelo." ], - "Confirm save": ["Confirmar salvamento"], - "Edit Dataset ": ["Editar conjunto de dados"], - "Use legacy datasource editor": ["Usar editor legado de fonte de dados"], - "Time range": ["Faixa de tempo"], - "Time column": ["Coluna de tempo"], - "Time grain": ["Grão de tempo"], - "Origin": ["Origem"], - "Time granularity": ["Granularidade de tempo"], - "A reference to the [Time] configuration, taking granularity into account": [ - "Uma referência à configuração [Time], levando em consideração a granularidade" + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" ], - "Group by": ["Agrupar por"], - "One or many controls to group by": [ - "Um ou vários controles para agrupar" + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "One or many metrics to display": ["Uma ou várias métricas para exibir"], - "Dataset": ["Conjunto de dados"], - "Visualization type": ["Tipo de visualização"], - "The type of visualization to display": [ - "O tipo de visualização a ser exibida" + "This chart has been moved to a different filter scope.": [ + "Este gráfico foi movido para um escopo de filtro diferente." ], - "Fixed color": ["Cor fixa"], - "Use this to define a static color for all circles": [ - "Use isto para definir uma cor estática para todos os círculos" + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" ], - "Right axis metric": ["Métrica do eixo direito"], - "Choose a metric for right axis": [ - "Escolha uma métrica para o eixo direito" + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], - "Linear color scheme": ["Esquema de cor linear"], - "Color metric": ["Métrica de cor"], - "A metric to use for color": ["Uma métrica para usar para cores"], - "One or many controls to pivot as columns": [ - "Um ou vários controles para girar como colunas" + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Define a origem onde os baldes de tempo começam, aceita datas naturais como em `now`,` sunday` ou `1970-01-01`" + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "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`": [ - "O tempo de granularidade para a visualização. Observe que você pode digitar e usar linguagem natural simples como \"10 segundos\", \"1 dia\" ou \"56 semanas\"." + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "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": [ - "A coluna de tempo para a visualização. Note que você pode definir uma expressão arbitrária que retorna uma coluna DATETIME na tabela. Note também que o filtro abaixo é aplicado sobre essa coluna ou expressão" + "This dashboard is managed externally, and can't be edited in Superset": [ + "" ], - "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.": [ - "O tempo de granularidade para a visualização. Isso aplica uma transformação de data para alterar sua coluna de tempo e define uma nova granularidade de tempo. As opções aqui são definidas por base de banco de dados por base no código-fonte Superset." + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "Este painel não está publicado o que significa que não irá aparecer na lista de paineis. Marque-o como favorito para vê-lo na lista ou utilize a URL diretamente para acessá-lo." ], - "Last week": ["Semana passada"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ - "A faixa de tempo para a visualização. Todos os tempos relativos, ex. \"Último mês\", \"Últimos 7 dias\", \"agora\", etc. são avaliados no servidor usando o local time (sans timezone) do servidor. Todos os tempos dos tooltips e placeholders são expressos em UTC (sans timezone). Os timestamps são então avaliados pelo banco de dados usando o timezone local do banco. Note que alguém pode configurar explicitamente o timezone usando o formato ISO 8601 se especificar o tempo de início e/ou fim." + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Este painel não está publicado, não vai aparecer na lista de paineis. Clique aqui para publicar este painel." ], - "Row limit": ["Limite de linha"], - "Series limit": ["Limite de série"], - "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).": [ - "Limita o número de séries de tempo que são mostradas. Uma subquery (ou uma fase extra onde subqueries não são suportadas) é aplicada para limitar o número de séries de tempo que são obtidas e mostradas. Essa funcionalidade é útil quando agrupando por dimensões com cardinalidade alta." + "This dashboard is published. Click to make it a draft.": [ + "Este painel está publicado" ], - "Sort by": ["Ordenar por"], - "Metric used to define the top series": [ - "Métrica usada para definir a série superior" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" ], - "Series": ["Series"], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Define o agrupamento de entidades. Cada série é mostrada como uma cor específica no gráfico e tem uma alternância de legenda" + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Este painel foi modificado recentemente. Por favor recarrege o painel para obter a última versão." ], - "Entity": ["Entidade"], - "This defines the element to be plotted on the chart": [ - "Isso define o elemento a ser plotado no gráfico" + "This dashboard was saved successfully.": [ + "Esse painel foi salvo com sucesso." ], - "X Axis": ["X Axis"], - "Metric assigned to the [X] axis": ["Metric atribuído ao eixo [X]"], - "Y Axis": ["Eixo"], - "Metric assigned to the [Y] axis": ["Metric atribuído ao eixo [Y]"], - "Bubble size": ["Tamanho da bolha"], - "Y Axis Format": ["Y Eixo Formato"], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Quando `Tipo de cálculo` é \"Mudança percentual\", o formato do eixo Y é forçado para `.1%`" + "This database is managed externally, and can't be edited in Superset": [ + "" ], - "The color scheme for rendering chart": [ - "O esquema de cores para o gráfico de renderização" + "This database table does not contain any data. Please select a different table.": [ + "" ], - "Color map": ["Mapa de cores"], - "description": ["descrição"], - "bolt": ["parafuso"], - "Changing this control takes effect instantly": [ - "Alterar esse controle é efetivo instantaneamente" + "This dataset is managed externally, and can't be edited in Superset": [ + "" ], - "Customize": ["Personalizar"], - "rows retrieved": ["linhas recuperadas"], - "Sorry, An error occurred": ["Desculpe, ocorreu um erro"], - "No data": ["Sem dados"], - "View samples": ["View amostras"], - "Search Metrics & Columns": ["Pesquisar métricas e colunas"], - "Showing %s of %s": ["Mostrando %s de %s"], - "New chart": ["Novo gráfico"], - "Edit properties": ["Editar propriedades"], - "View query": ["Ver consulta"], - "Run in SQL Lab": ["Executar no SQL Lab"], - "Height": ["Altura"], - "Width": ["Largura"], - "Export to .json": ["Exportar para .json"], - "Export to .csv format": ["Exportar para o formato .csv"], - "%s - untitled": ["%s - sem título"], - "Edit chart properties": ["Editar propriedades do gráfico"], - "Control labeled ": ["Controle etiquetado "], - "Open Datasource tab": ["Abrir aba da fonte de dados"], - "You do not have permission to edit this chart": [ - "Você não tem permissão para editar esse gráfico" + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Isso define o elemento a ser plotado no gráfico" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "A descrição pode ser mostrada como cabeçalho do elemento visual na visão do painel. Suporta markdown." + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Este campo atua como uma visão Superset, significando que o Superset irá executar uma subconsulta com o texto dessa consulta." ], - "Configuration": ["Configurações"], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Duração (em segundos) do timeout do cache para este gráfico. Caso este valor não seja definido será usado o timeout do conjunto de dados." + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Uma lista de usuários que podem alterar o gráfico. Pode ser pesquisado por nome ou nome de usuário." + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "Esta é a condição que será adicionada a cláusula WHERE. Por exemplo, para apenas retornar linhas para um cliente particular, você pode definir um filtro regular com a cláusula `client_id = 9`. Para mostrar nenhuma linha a não ser que o usuário pertença ao papel de filtro RLS, um filtro base pode ser criado com a cláusula `1 = 0` (sempre falso)." ], - "rows": ["linhas"], - "Limit reached": ["Limite atingido"], - "**Select** a dashboard OR **create** a new one": [ - "**Selecione** um dashboard ou **crie** um novo" + "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": [ + "Este objeto JSON descreve o posicionamento dos elementos visuais no dashboard. É dinamicamente gerado quando se ajusta o tamanho e posição dos elementos visuais através de drag & drop na visão do painel." ], - "Please enter a chart name": ["Por favor entre com o nome do gráfico"], - "Save chart": ["Salvar gráfico"], - "Save & go to dashboard": ["Salvar e ir para painel"], - "Save as new chart": ["Salvar como novo gráfico"], - "Save (Overwrite)": ["Salvar (sobrescrever)"], - "Save as ...": ["Salvar como ..."], - "Chart name": ["Nome do gráfico"], - "Add to dashboard": ["Adicionar ao painel"], - "Display configuration": ["Mostrar configuração"], - "Configure your how you overlay is displayed here.": [ - "Configure como seu overlay é mostrado aqui." + "This markdown component has an error.": [ + "Este componente de markdown tem um erro." ], - "Style": ["Estilo"], - "Opacity": ["Opacidade"], - "Color": ["Cor"], - "Line width": ["Largura da linha"], - "Layer configuration": ["Configuração da camada"], - "Configure the basics of your Annotation Layer.": [ - "Configura o básico da sua camada de anotação." + "This markdown component has an error. Please revert your recent changes.": [ + "Este componente de markdown tem um erro. Por favor reverta suas mudanças recentes." ], - "Mandatory": ["Mandatório"], - "Hide layer": ["Esconder camada"], - "Choose the annotation layer type": [ - "Escolha o tipo da camada de anotação" + "This may be triggered by:": ["Isso pode ser disparado por:"], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "" ], - "Annotation layer type": ["Tipo da camada de anotação"], - "Remove": ["Remover"], - "Edit annotation layer": ["Editar camada de anotação"], - "Add annotation layer": ["Adicionar camada de anotação"], - "`Min` value should be numeric or empty": [ - "O valor `Min` deve ser numérico ou vazio" + "This section contains options that allow for advanced analytical post processing of query results": [ + "Esta seção contém opções que permitem o processamento analítico avançado de resultados de consulta" ], - "`Max` value should be numeric or empty": [ - "O valor `Max` deve ser numérico ou vazio" + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" ], - "Min": ["Min"], - "Max": ["Max"], - "Edit dataset": ["Editar conjunto de dados"], - "View in SQL Lab": ["Ver em SQL Lab"], - "More dataset related options": [ - "Mais opções relacionadas ao conjunto de dados" + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" ], - "Superset supports smart date parsing. Strings like `3 weeks ago`, `last sunday`, or `2 weeks from now` can be used.": [ - "Superst suporta interpretação de data inteligente. Texto como `3 weeks ago`, `last sunday`, ou `2 weeks from now` podem ser usados." + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type is not supported.": [ + "Este tipo de visualização não é suportado." ], - "Default": ["Padrão"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ - "(opcional) valor padrão para o filtro, quando usando a opção múltipla, você pode usar uma lista de opções delimitada por ponto e vírgula." + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": ["Quinta"], + "Time": ["Tempo"], + "Time Series - Bar Chart": ["Série temporal - Gráfico de barras"], + "Time Series - Dual Axis Line Chart": [ + "Série temporal - gráfico de linha de dois eixos" ], - "Sort metric": ["Ordenar métrica"], - "Metric to sort the results by": ["Métrica para ordernar os resultados"], - "Sort ascending": ["Ordenar ascendente"], - "Check for sorting ascending": ["Marque para ordenar ascendente"], - "Multiple selections allowed, otherwise filter is limited to a single value": [ - "Seleção múltipla permitida, caso contrário o filtro é limitado a um valor singular" + "Time Series - Line Chart": ["Série temporal - Gráfico de linhas"], + "Time Series - Multiple Line Charts": [ + "Série temporal - gráficos de múltiplas linhas" ], - "Search all filter options": ["Pesquisar todas as opções de filtro"], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ - "Por padrão, cada filtro carrega no máximo 1000 opções na carga inicial da página. Marque essa opção se você tem mais de 1000 valores de filtro e quer habilitar a busca dinâmica que carrega os valores de filtro conforme os usuários digitam (pode impactar no seu banco de dados)." + "Time Series - Nightingale Rose Chart": [ + "Série temporal - gráfico de rosa de Nightingale" ], - "User must select a value for this filter": [ - "O usuário deve selecionar um valor para este filtro" + "Time Series - Paired t-test": ["Série temporal - teste emparelhado t"], + "Time Series - Percent Change": [ + "Série temporal - Mudança de porcentagem" ], - "Filter configuration": ["Configuração do filtro"], - "Error while fetching data": ["Erro ao buscar dados"], - "No results found": ["Nenhum resultado encontrado"], - "%s option(s)": ["%s opção(ões)"], - "Invalid lat/long configuration.": ["Configuração lat/long inválida."], - "Reverse lat/long ": ["Inverter lat/long "], - "Longitude & Latitude columns": ["Colunas de latitude e longitude"], - "Delimited long & lat single column": [ - "Coluna singular de long e lat delimitada " + "Time Series - Period Pivot": ["Série temporal - Pivô de período"], + "Time Series - Stacked": ["Série temporal - empilhadas"], + "Time Table View": ["Visão da tabela de tempo"], + "Time column": ["Coluna de tempo"], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Comparação de tempo"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Múltiplos formatos aceitos, veja a biblioteca Python geopy.points para mais detalhes" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Time grain": ["Grão de tempo"], + "Time grain missing": ["Grão de tempo faltando"], + "Time granularity": ["Granularidade de tempo"], + "Time in seconds": ["Tempo em segudos"], + "Time range": ["Faixa de tempo"], + "Time related form attributes": [ + "Atributos de formulário relacionados ao tempo" ], - "Geohash": ["Geohash"], - "textarea": ["textarea"], - "in modal": ["em modal"], "Time series columns": ["Colunas das séries temporais"], - "This visualization type is not supported.": [ - "Este tipo de visualização não é suportado." + "Time shift": ["Mudança de horário"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "Click to change visualization type": [ - "Clique para alterar o tipo de visualização" + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" ], - "Select a visualization type": ["Selecione um tipo de visualização"], - "Failed to verify select options: %s": [ - "Falha ao verificar as opções do select: %s" + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "" ], - "RANGE TYPE": ["TIPO DA FAIXA"], - "Actual time range": ["Intervalo de tempo real"], - "CANCEL": ["CANCELAR"], - "APPLY": ["APLICAR"], - "Edit time range": ["Editar intervalo de tempo"], - "Configure advanced time range": [ - "Configurar intervalo de tempo avançado" + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" ], - "START": ["INICIAR"], - "END": ["FIM"], - "Configure Time Range: Previous...": [ - "Configurar intervalo de tempo: Anterior..." + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], - "Configure Time Range: Last...": [ - "Configurar intervalo de tempo: Último..." + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" ], - "Configure custom time range": [ - "Configurar intervalo de tempo personalizado" + "Time-series Table": ["Tabela de séries de tempo"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" ], - "Relative quantity": ["Quantidade relativa"], - "Anchor to": [""], - "NOW": ["AGORA"], - "Date/Time": ["Data/Tempo"], - "Simple": ["Simples"], - "Custom SQL": ["SQL personalizado"], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Coluna não encontrada. Para filtrar uma métrica, tente a aba SQL personalizado." + "Timeout error": ["Erro de expiração"], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [ + "Deslocamento do fuso horário (em horas) para esta fonte de dados" ], - "%s column(s) and metric(s)": ["%s coluna(s) e métrica(s)"], - "%s column(s)": ["%s coluna(s)"], + "Title": ["Título"], + "Title or Slug": ["Título ou identificador"], "To filter on a metric, use Custom SQL tab.": [ "Para filtrar uma métrica, use a aba SQL personalizado." ], - "%s operator(s)": ["%s operador(es)"], - "Type a value here": ["digite um valor aqui"], - "Filter value (case sensitive)": [ - "Filtrar valor (sensível a maiúscula/minúscula)" + "To get a readable URL for your dashboard": [ + "Para obter um URL legível para o painel" ], - "choose WHERE or HAVING...": ["escolha WHERE ou HAVING..."], - "Filters by columns": ["filtra pelas colunas"], - "Filters by metrics": ["fitra pelas métricas"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\nEste filtro foi herdado do contexto do painel.\n Não será salvo ao salvar o gráfico." + "Tooltip": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": ["Trabalho de acompanhamento"], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree layout": [""], + "Treemap": ["Treemap"], + "Treemap (legacy)": [""], + "Triangle": [""], + "Trigger Alert If...": ["Disparar alerta se..."], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" ], - "%s aggregates(s)": ["%s agregado(s)"], - "%s saved metric(s)": ["%s métrica(s) salva(s)"], - "Saved": ["Salvo"], - "Saved metric": ["Métrica salva"], - "column": ["coluna"], - "aggregate": ["agregar"], - "My metric": ["Métrica"], - "Add metric": ["Adicionar métrica"], - "Code": ["Código"], - "Markup type": ["Tipo de marcação"], - "Pick your favorite markup language": [ - "Escolha sua linguagem de marcação favorita" + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "" ], - "Put your code here": ["Coloque seu código aqui"], - "Query": ["Consulta"], - "URL": ["URL"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Link com template, é possível incluir {{metric}} ou outros valores provenientes dos controles." + "Try applying different filters or ensuring your datasource has data": [ + "" ], - "Time": ["Tempo"], - "Time related form attributes": [ - "Atributos de formulário relacionados ao tempo" + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": ["Terça"], + "Type": ["Tipo"], + "Type \"%s\" to confirm": ["Digite \"%s\" para confirmar"], + "Type a value here": ["digite um valor aqui"], + "Type is required": ["Tipo é obrigatório"], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Digite ou selecione [%s]"], + "URL": ["URL"], + "URL parameters": ["Parâmetros de URL"], + "URL slug": ["Identificador da URL"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Não foi possível adicionar uma nova aba ao backend. Por favor contate seu administrador." ], - "Chart type": ["Tipo de gráfico"], - "Chart ID": ["ID do gráfico"], - "The id of the active chart": ["O id do gráfico ativo"], - "Cache Timeout (seconds)": ["Tempo limite de cache (segundos)"], - "The number of seconds before expiring the cache": [ - "O número de segundos antes de expirar o cache" + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" ], - "URL parameters": ["Parâmetros de URL"], - "Extra parameters for use in jinja templated queries": [ - "Parâmetros extras para usar nas consultas jinja com template" + "Unable to create chart without a query id.": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "Time range endpoints": ["Endpoints do intervalo de tempo"], - "Time range endpoints (SIP-15)": [ - "Endpoint do intervalo de tempo (SIP-15)" + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Não foi possível migrar o estado do editor de consulta para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." ], - "Annotations and layers": ["Anotações e camadas"], - "Sort descending": ["Ordenar decrescente"], - "Whether to sort descending or ascending": [ - "Quer classificar descendente ou ascendente" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Não foi possível migrar o estado da consulta para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." ], - "Contribution": ["Contribuição"], - "Compute the contribution to the total": [ - "Calcule a contribuição para o total" + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Não foi possível migrar o estado do esquema da tabela para o backend.Superset vai tentar novamente mais tarde. Por favor contate seu administrador se este problema persistir." ], - "Advanced analytics": ["Analytics avançados"], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Esta seção contém opções que permitem o processamento analítico avançado de resultados de consulta" + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Não foi possível carregar o arquivo CSV \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" ], - "Rolling window": ["Janela de rolagem"], - "Rolling function": ["Função de rolagem"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Define uma função de janela de rolagem para aplicar, funciona junto com a caixa de texto [Períodos]" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Não foi possível carregar o arquivo Excel \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" ], - "Periods": ["Períodos"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Define o tamanho da função da janela rolante, em relação à granularidade de tempo selecionada" + "Undefined": ["Indefinido"], + "Undefined window for rolling operation": [ + "Janela indefinida para operação de rolagem" ], - "Min periods": ["Períodos mínimos"], - "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": [ - "O número mínimo de períodos de rolamento necessários para mostrar um valor. Por exemplo, se você fizer uma soma cumulativa em 7 dias, você pode querer que seu \"Período Mínimo\" seja 7, de modo que todos os pontos de dados mostrados sejam o total de 7 períodos. Isso irá esconder a \"aceleração\" ocorrendo nos primeiros 7 períodos" + "Undo?": ["Desfazer?"], + "Unexpected error": ["Erro inesperado"], + "Unexpected error occurred, please check your logs for details": [ + "Ocorreu um erro inesperado, por favor veja seus logs para mais detalhes" ], - "Time comparison": ["Comparação de tempo"], - "Time shift": ["Mudança de horário"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ - "Sobrepoe uma or mais séries de tempo a partir de um período do tempo relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: 24 hours, 7 days, 52 weeks, 365 days). Texto livre é suportado." + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": ["Erro Presto desconhecido"], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": ["Erro desconhecido"], + "Unknown input format": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Tipo de retorno inseguro para a função %(func)s: %(value_type)s" ], - "Calculation type": ["Tipo de cálculo"], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ - "Como mostrar mudança de horário: com linhas individuais; com a diferença absoluta entre a série de tempo principal e cada mudança de horário; com a diferença percentual; ou com a razão entre as séries e as mudanças de horário." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valor de template inseguro para a chave %(key)s: %(value_type)s" ], - "Python functions": ["Funções Python"], - "Rule": ["Regra"], - "Pandas resample rule": ["Regra de resample do Pandas"], - "Method": ["Método"], - "Pandas resample method": ["Método resample do Pandas"], - "Favorites": ["Favoritos"], - "Created content": ["Conteúdo criado"], - "Recent activity": ["Atividade recente"], - "Security & Access": ["Segurança e acesso"], - "No charts": ["Sem gráficos"], - "No dashboards": ["Sem painéis"], - "No favorite charts yet, go click on stars!": [ - "Ainda não há gráficos favoritos, clique nas estrelas!" + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [ + "Operação de pós processamento não suportada: %(operation)s" ], - "No favorite dashboards yet, go click on stars!": [ - "Ainda não há painéis favoritos, clique nas estrelas!" + "Unsupported return value for method %(name)s": [ + "Valor de retorno não suportado para o método %(name)s" ], - "Profile picture provided by Gravatar": [ - "Foto do perfil fornecida por Gravatar" + "Unsupported template value for key %(key)s": [ + "Valor de template não suportado para a chave %(key)s" ], - "joined": ["entrou"], - "id:": ["identidade:"], - "There was an error fetching your recent activity:": [ - "Ocorreu um erro ao obter sua atividade recente:" + "Unsupported time grain: %(time_grain)s": [ + "Grão de tempo não suportado: %(time_grain)s" ], - "Deleted: %s": ["Deletado: %s"], - "There was an issue deleting: %s": ["Ocorreu um problema ao deletar: %s"], - "There was an issue deleting %s: %s": [ - "Ocorreu um problema deletando %s: %s" + "Untitled query": ["Consulta sem título"], + "Update": ["Atualizar"], + "Updating chart was stopped": ["A atualização do mapa foi interrompida"], + "Upload": ["Upload"], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" ], - "report": ["relatório"], - "alert": ["alerta"], - "reports": ["relatórios"], - "alerts": ["alertas"], - "There was an issue deleting the selected %s: %s": [ - "Ocorreu um problema ao deletar a seleção %s: %s" + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": ["Usar editor legado de fonte de dados"], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" ], - "Last run": ["Última execução"], - "Notification method": ["Método de notificação"], - "Execution log": ["Log de execução"], - "Actions": ["Ações"], - "Bulk select": ["Seleção em lote"], - "No %s yet": ["Nenhum %s ainda"], - "Created by": ["Criado por"], - "An error occurred while fetching created by values: %s": [ - "Ocorreu um erro ao obter valores de criado por: %s" + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [ + "Use isto para definir uma cor estática para todos os círculos" ], - "Status": ["Status"], - "${AlertState.success}": ["${AlertState.success}"], - "${AlertState.working}": ["${AlertState.working}"], - "${AlertState.error}": ["${AlertState.error}"], - "${AlertState.noop}": ["${AlertState.noop}"], - "${AlertState.grace}": ["${AlertState.grace}"], - "Alerts & reports": ["Alertas e relatórios"], - "Reports": ["Relatórios"], - "This action will permanently delete %s.": [ - "Esta ação vai permanentemente deletar %s." + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Usado internamente para identificar o plugin. Deve ser configurado com o nome do pacote definido no package.json do plugin" ], - "Delete %s?": ["Deletar %s?"], - "Please confirm": ["Por favor confirme"], - "Are you sure you want to delete the selected %s?": [ - "Você tem certeza que quer deletar a seleção %s?" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" ], - "< (Smaller than)": ["< (menor que)"], - "> (Larger than)": ["> (maior que)"], - "<= (Smaller or equal)": ["<= (menor ou igual)"], - ">= (Larger or equal)": [">= (maior ou igual)"], - "== (Is equal)": ["== (igual)"], - "!= (Is not equal)": ["!= (não é igual)"], - "Not null": ["Não nulo"], - "30 days": ["30 dias"], - "60 days": ["60 dias"], - "90 days": ["90 dias"], - "Add notification method": ["Adicionar método de notificação"], - "Add delivery method": ["Adicionar método de entrega"], - "Recipients are separated by \",\" or \";\"": [ - "Recipientes são separados por \",\" or \";\"" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" ], - "Add": ["Adicionar"], - "Edit ${isReport ? 'Report' : 'Alert'}": [ - "Editar ${isReport ? 'Report' : 'Alert'}" + "User": ["Usuário"], + "User Roles": ["Papeis do usuário"], + "User must select a value for this filter": [ + "O usuário deve selecionar um valor para este filtro" ], - "Add ${isReport ? 'Report' : 'Alert'}": [ - "Adicionar ${isReport ? 'Report' : 'Alert'}" + "User query": ["Consulta do usuário"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" ], - "Report name": ["Nome do relatório"], - "Alert name": ["Nome do alerta"], - "Alert condition": ["Condição do alerta"], - "Trigger Alert If...": ["Disparar alerta se..."], - "Value": ["Valor"], - "Report schedule": ["Agendamento do relatório"], - "Alert condition schedule": ["Agendamento da condição de alerta"], - "Schedule settings": ["Configurações de agendamento"], - "Log retention": ["Retenção do log"], - "Working timeout": ["Tempo limite de trabalho"], - "Time in seconds": ["Tempo em segudos"], - "Grace period": ["Período de inatividade"], - "Message content": ["Conteúdo da mensagem"], - "log": ["log"], - "State": ["Estado"], - "Scheduled at": ["Agendado as"], - "Start at": ["Inicia em"], - "Duration": ["Duração"], - "Error message": ["Mensagem de erro"], - "${alertResource?.type}": ["${alertResource?.type}"], - "CRON expression": ["Expressão CRON"], - "Report sent": ["Relatório enviado"], - "Alert triggered, notification sent": [ - "Alerta disparado, notificação enviada" + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" ], - "Report sending": ["Enviando relatório"], - "Alert running": ["Executando alerta"], - "Report failed": ["Relatório falhou"], - "Alert failed": ["Alerta falhou"], - "Nothing triggered": ["Nada disparado"], - "Alert Triggered, In Grace Period": [ - "Alerta disparado, em período de inatividade" + "Value": ["Valor"], + "Value Domain": [""], + "Value bounds": [""], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "${RecipientIconName.email}": ["${RecipientIconName.email}"], - "${RecipientIconName.slack}": ["${RecipientIconName.slack}"], - "annotation": ["anotação"], - "There was an issue deleting the selected annotations: %s": [ - "Ocorreu um problema ao deletar as anotações selecionadas: %s" + "Vehicle Types": [""], + "Verbose Name": ["Name verboso"], + "Version": [""], + "Version number": [""], + "Video game consoles": [""], + "View All »": [""], + "View in SQL Lab": ["Ver em SQL Lab"], + "View keys & indexes (%s)": ["Ver chaves e índices (%s)"], + "View query": ["Ver consulta"], + "Viewed": ["Visualizado"], + "Virtual (SQL)": ["Virtual (SQL)"], + "Virtual dataset": ["Conjunto de dados virtual"], + "Virtual dataset query cannot consist of multiple statements": [ + "A query do conjunto de dados virtual não pode consistir de instruções múltiplas" ], - "Edit annotation": ["Editar anotação"], - "Delete annotation": ["Deletar anotação"], - "Annotation": ["Anotação"], - "No annotation yet": ["Nenhuma anotação ainda"], - "Annotation Layer ${annotationLayerName}": [ - "Camada de anotação ${annotationLayerName}" + "Virtual dataset query must be read-only": [ + "A query do conjunto de dados virtual deve ser de apenas leitura" ], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ - "Você tem certeza que quer deletar ${annotationCurrentlyDeleting?.short_descr}?" + "Visual Tweaks": [""], + "Visualization Type": ["Tipo de visualização"], + "Visualization type": ["Tipo de visualização"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" ], - "Delete Annotation?": ["Deletar anotação?"], - "Are you sure you want to delete the selected annotations?": [ - "Você tem certeza que quer deletar as anotações selecionadas?" + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" ], - "Add annotation": ["Adicionar anotação"], - "Annotation name": ["nome da anotação"], - "date": ["data"], - "Additional information": ["Informação adicional"], - "Description (this can be seen in the list)": [ - "Descrição (isso pode ser visto na lista)" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "annotation_layer": ["annotation_layer"], - "Edit annotation layer properties": [ - "Editar propriedades da camada de anotação" + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "" ], - "Annotation layer name": ["nome da camada de anotação"], - "Annotation layers": ["camadas de anotação"], - "There was an issue deleting the selected layers: %s": [ - "Ocorreu um problema ao deletar as camadas de anotação selecionadas: %s" + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" ], - "Last modified": ["Última modificação"], - "Created on": ["Criado em"], - "Edit template": ["Editar modelo"], - "Delete template": ["Deletar modelo"], - "Annotation layer": ["Camada de anotação"], - "An error occurred while fetching dataset datasource values: %s": [ - "Ocorreu um erro ao obter os valores de fonte de dados do conjunto de dados: %s" + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "" ], - "No annotation layers yet": ["Nenhuma camada de anotação ainda"], - "This action will permanently delete the layer.": [ - "Esta ação irá permanentemente deletar essa camada." + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" ], - "Delete Layer?": ["Deletar camada?"], - "Are you sure you want to delete the selected layers?": [ - "Você tem certeza que quer deletar as camadas selecionadas?" + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" ], - "Are you sure you want to delete": ["Você tem certeza que quer deletar"], - "Last modified %s": ["Última modificação %s"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os gráficos. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Você está importando um ou mais gráficos que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" ], - "There was an issue deleting the selected charts: %s": [ - "Ocorreu um problema ao deletar os gráficos selecionados: %s" + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Modified by": ["Modificado por"], - "Owner": ["Proprietário"], - "An error occurred while fetching chart owners values: %s": [ - "Ocorreu um erro ao se obter os valores dos donos dos gráficos: %s " + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" ], - "An error occurred while fetching chart created by values: %s": [ - "Ocorreu um erro ao se obter os valores de criado por dos gráficos: %s" + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" ], - "Viz type": ["Tipo de Viz"], - "An error occurred while fetching chart dataset values: %s": [ - "Ocorreu um erro ao se obter os valores de conjunto de dados dos gráficos: %s" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" ], - "Favorite": ["Favorito"], - "Yes": ["Sim"], - "No": ["Não"], - "Are you sure you want to delete the selected charts?": [ - "Você term certeza que quer deletar os gráficos selecionados?" + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" ], - "css_template": ["css_template"], - "Edit CSS template properties": ["Editar propriedades do modelo CSS"], - "Add CSS template": ["Adicionar modelo CSS"], - "CSS template name": ["nome do modelo CSS"], - "css": ["CSS"], - "CSS templates": ["Modelos CSS"], - "There was an issue deleting the selected templates: %s": [ - "Ocorreu um erro ao deletar os modelos selecionados: %s" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" ], - "Last modified by %s": ["Modificado por último por %s"], - "CSS template": ["Modelos CSS"], - "This action will permanently delete the template.": [ - "Esta ação irá deletar permanentemente o modelo." + "Viz is missing a datasource": [ + "Está faltando uma fonte de dados para a Viz" ], - "Delete Template?": ["Deletar modelo?"], - "Are you sure you want to delete the selected templates?": [ - "Você tem certeza que quer deletar os modelos selecionados?" + "Viz type": ["Tipo de Viz"], + "WED": ["QUA"], + "Want to add a new database?": [""], + "Warning Message": ["Mensagem de aviso"], + "Warning!": ["Alerta!"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Alerta! Mudar esse conjunto de dados pode quebrar o gráfico se os metadados não existirem." ], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os paineis. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Você está importando um ou mais paineis que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Não é possível resolver a coluna \"%(column_name)s\" na linha %(location)s." ], - "An error occurred while fetching dashboards: %s": [ - "Ocorreu um erro ao se obter os dashboards: %s" + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "There was an issue deleting the selected dashboards: ": [ - "Ocorreu um problema ao deletar os paineis selecionados:" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Ocorreu um erro ao se obter os valores de done dos paineis: %s" + "Web": [""], + "Wednesday": ["Quarta"], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "What should be shown on the label?": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Quando `Tipo de cálculo` é \"Mudança percentual\", o formato do eixo Y é forçado para `.1%`" ], - "An error occurred while fetching dashboard created by values: %s": [ - "Ocorreu um erro ao se obter os valores de criado por dos paineis: %s" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "Unpublished": ["Não publicado"], - "Are you sure you want to delete the selected dashboards?": [ - "Você tem certeza que quer deletar os paineis selecionados?" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a ser criada neste esquema" ], - "Sorry, your browser does not support copying.": [ - "Desculpe, seu browser não suporta copiar." + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "SQL Copied!": ["SQL copiado!"], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "As senhas para os bancos de dados abaixo são necessárias para importá-los. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Você está importando um ou mais bancos de dados que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Ao especificar o SQL, o conjunto de dados age como view. Superset irá usar essa instrução como subquery enquanto efetua os agrupamentos e filtros nas consultas pai geradas." ], - "database": ["banco de dados"], - "An error occurred while fetching database related data: %s": [ - "Ocorreu um erro ao se obter os dados relacionados ao banco de dados: %s" + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Quando usando \"Autocompletar filtros\", isto pode ser usado para melhorar o desempenho da consulta que obtém os valores. Use esta opção para aplicar um predicado (cláusula WHERE) à consulta que seleciona os valores distintos de uma tabela. Tipicalmente a intenção seria de limitar a procura aplicando um filtro de tempo a um campo de tempo relacionado particionado ou indexado." ], - "Asynchronous query execution": ["Execução da query assíncrona"], - "AQE": ["EQA"], - "Allow data manipulation language": [ - "Permite a linguagem de manipulação de dados" + "When using 'Group By' you are limited to use a single metric": [ + "Ao usar 'Group By' você está limitado a usar uma única métrica" ], - "DML": ["LMD"], - "CSV upload": ["Carga de CSV"], - "Delete database": ["Deletar banco de dados"], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ - "O banco de dados %s está ligado aos gráficos %s que aparecem nos paineis %s. Você tem certeza que deseja continuar? Deletar o banco de dados vai quebrar esses objetos." + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" ], - "Delete Database?": ["Deletar banco de dados?"], - "Please enter a SQLAlchemy URI to test": [ - "Por favor entre com a URI do SQLAlchemy para teste" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Se a tabela foi gerada pelo fluxo 'Visualizar' em SQL Lab" ], - "Connection looks good!": ["A conexão está boa!"], - "ERROR: Connection failed. ": ["ERRO: Falha na conexão."], - "Sorry there was an error fetching database information: %s": [ - "Desculpe, houve um erro ao se obter as informações do banco de dados: %s" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Se esta coluna está exposta na seção `Filtros` da visão de exploração." ], - "Edit database": ["Editar banco de dados"], - "Add database": ["Adicionar banco de dados"], - "Connection": ["Conexão"], - "Database name": ["Nome do banco de dados"], - "Name your dataset": ["Nomeie seu conjunto de dados"], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "Whether to align background charts with both positive and negative values at 0": [ + "" ], - "Test connection": ["Conexão de teste"], - "Refer to the ": ["Refira-se a "], - "SQLAlchemy docs": ["documentação do SQLAnchemy"], - " for more information on how to structure your URI.": [ - " para mais informações sobre como estruturar sua URI." + "Whether to align positive and negative values in cell bar chart at 0": [ + "" ], - "Performance": ["Desempenho"], - "Chart cache timeout": ["Timeout do cache do gráfico"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Opera o banco de dados em modo assíncrono, significando que as consultas são executadas em trabalhadores remotos ao invés do servidor web. Isso assume que você tem um trabalhador Celery configurado assim como um backend de resultados. Veja a documentação de instalação para mais informações." + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ + "" ], - "SQL Lab settings": ["Configurações do SQL Lab"], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...)": [ - "Permitir que usuários executem instruções não SELECT (UPDATE, DELETE, CREATE, ...)" + "Whether to apply a normal distribution based on rank on the color scale": [ + "" ], - "Allow multi schema metadata fetch": [ - "Permitir busca de metadados multi esquema" + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" ], - "CTAS schema": ["Esquema CTAS"], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ - "Ao se permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a criação da tabela nesse esquema." + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" ], - "Secure extra": ["Tornar Extra seguro"], - "JSON string containing additional connection configuration.": [ - "Texto JSON contendo configuração de conexão adicional." + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a time filter": [ + "Se é para incluir um filtro de tempo" ], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ - "Isto é utilizado para prover informação de conexão para sistema como Hive, Presto, e BigQuery, os quais não são compatíveis com a sintaxe username:password normalmente usada pelo SQlAlchemy." + "Whether to include the time granularity as defined in the time section": [ + "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Conteúdo CA_BUNDLE opcional para validar requisições HTTPS. Disponível apenas em certos bancos de dados." + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Seja para disponibilizar esta coluna como uma opção [Time Granularity], a coluna deve ser DATETIME ou DATETIME" ], - "Impersonate Logged In User (Presto, Trino, Drill & Hive)": [ - "Personificar usuário logado (Presto e Hive)" + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [ + "Se é para autocompletar as opções de filtro" ], - "If Presto, Trino or Drill all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Se Presto, todas as consultas no SQL Lab serão executadas utilizando o usuário logado atual que deve ter permissão para executá-las. Se Hive e hive.server2.enable.doAs for habilitado, as consultas serão executadas como conta de serviço, mas personificarão o usuário logado atual via propriedade hive.server2.proxy.user." + "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": [ + "Se popula o combo do filtro na seção filtros de 'explorar visão' com uma lista de valores distintos vindos do backend automaticamente" ], - "Allow data upload": ["Permitir carga de dados"], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Se selecionado, por favor configure os esquemas permitidos para carga de dados em Extra." + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "" ], - "JSON string containing extra configuration elements.": [ - "Texto JSON contendo elementos de configuração extra." + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort descending or ascending": [ + "Quer classificar descendente ou ascendente" ], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ - "1. O objeto engine_params é desempacotado na chamada sqlalchemy.create_engine, enquanto que o metadata_params é desempacotado na chamada sqlalchemy.MetaData." + "Whether to sort results by the selected metric in descending order.": [ + "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ - "2. O metadata_cache_timeout é uma configuração de limite de tempo do cache em segundos para a busca dos metadados deste banco de dados. Especifique como \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. Se não configurado, o cache não será habilitado para a funcionalidade. Um limite de tempo de 0 indica que o cache nunca expira." + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "3. The schemas_allowed_for_file_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ - "3. O schemas_allowed_for_file_upload é uma lista de esquemas separada por vírgula nos quais é permitida a carga de CSVs. Especifique como \"schemas_allowed_for_file_upload\": [\"public\", \"csv_upload\"]. Se o banco de dados não suporta esquema ou a carga é permitida em qualque esquema, apenas deixe a lista vazia." + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "Width": ["Largura"], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Working": [""], + "Working timeout": ["Tempo limite de trabalho"], + "World Map": ["Mapa mundial"], + "Write a description for your query": [ + "Escreva uma descrição para sua consulta" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ - "4. O campo de versão é um texto especificando a versão do banco de dados. Isto deve ser utilizado com os bancos de dados Presto para garantir que a sintaxe esteja correta." + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column.": [ + "Escrever índice dataframe como coluna." ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ - "5. O campo allows_virtual_table_explore é um boolean especificando se o botão 'Explorar' nos resultados do SQL Lab deve ser mostrado." + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": ["X Axis"], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort By": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": ["Eixo"], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": ["Y Eixo Formato"], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort By": [""], + "Y-axis bounds": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Yes": ["Sim"], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Você está importando um ou mais gráficos que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" ], - "Error while saving dataset: %s": [ - "Erro ao salvar conjunto de dados: %s" + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Você está importando um ou mais paineis que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" ], - "Add dataset": ["Adicionar conjunto de dados"], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "As senhas para os bancos de dados abaixo são necessárias para importá-los junto com os conjuntos de dados. Por favor note que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes em arquivos de exportação, e devem ser adicionadas manualmente após a importação se forem necessárias." + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Você está importando um ou mais bancos de dados que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" ], "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Você está importando um ou mais conjuntos de dados que já existem. Sobrescrever pode causar a perda de parte do seu trabalho. Você tem certeza que quer sobrescrever?" ], - "An error occurred while fetching dataset related data": [ - "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados" + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "" ], - "An error occurred while fetching dataset related data: %s": [ - "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados: %s" + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" ], - "Physical dataset": ["Conjunto de dados físico"], - "Virtual dataset": ["Conjunto de dados virtual"], - "An error occurred while fetching dataset owner values: %s": [ - "Ocorreu um erro ao se obter os valores de dono dos conjuntos de dados: %s" + "You can create a new chart or use existing ones from the panel on the right": [ + "" ], - "An error occurred while fetching datasets: %s": [ - "Ocorreu um erro ao se obter os conjuntos de dados: %s" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" ], - "An error occurred while fetching schema values: %s": [ - "Ocorreu um erro ao se obter os valores de esquema: %s" + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "There was an issue deleting the selected datasets: %s": [ - "Ocorreu um problema ao se deletar os conjuntos de dados selecionados: %s" + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "Você não pode usar [Columns] em combinação com [Group By]/[Metrics]/[Percentage Metrics]. Por favor escolha um ou o outro." ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ - "O conjunto de dados %s está ligado aos gráficos %s que aparecem nos paineis %s. Você tem certeza que deseja continuar? Deletar o conjunto de dados vai quebar esses objetos." + "You do not have permission to edit this chart": [ + "Você não tem permissão para editar esse gráfico" ], - "Delete Dataset?": ["Deletar conjunto de dados?"], - "Are you sure you want to delete the selected datasets?": [ - "Você tem certeza que quer deletar os conjuntos de dados selecionados?" + "You do not have permission to edit this dashboard": [ + "Você não tem permissão para editar esse painel" ], - "0 Selected": ["0 selecionado"], - "%s Selected (Virtual)": ["%s selecionado(s) (virtual)"], - "%s Selected (Physical)": ["%s selecionado(s) (físico)"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s selecionado(s) (%s físico, %s virtual)" + "You do not have permissions to access the datasource(s): %(name)s.": [ + "Você não tem permissão para acessar essa(s) fonte(s) de dados: %(name)s." ], - "There was an issue previewing the selected query. %s": [ - "Ocorreu um problema ao pré-visualizar a consulta selecionada. %s" + "You do not have permissions to edit this dashboard.": [ + "Você não tem permissão para editar esse painel" ], - "Success": ["Sucesso"], - "Failed": ["Falhou"], - "Running": ["Executando"], - "Offline": ["Desligado"], - "Scheduled": ["Agendado"], - "Duration: %s": ["Duração: %s"], - "Tab name": ["Nome da aba"], - "TABLES": ["TABELAS"], - "Rows": ["Linhas"], - "Open query in SQL Lab": ["Abrir consulta no SQL Lab"], - "An error occurred while fetching database values: %s": [ - "Ocorreu um erro ao se obter os valores de banco de dados: %s" + "You don't have any favorites yet!": [ + "Você não tem nenhum favorito ainda!" ], - "Search by query text": ["Pesquisar por texto da consulta"], - "Query preview": ["Pré-visualização da consulta"], - "Previous": ["Anterior"], - "Next": ["Próximo"], - "Open in SQL Lab": ["Abrir no SQL Lab"], - "User query": ["Consulta do usuário"], - "Executed query": ["Consulta executada"], - "Saved queries": ["Perguntas frequentes"], - "There was an issue previewing the selected query %s": [ - "Ocorreu um problema ao pré-visualizar a consulta selecionada %s" + "You don't have the rights to alter this title.": [ + "Você não tem os direitos de alterar este título." ], - "Link Copied!": ["Link copiado!"], - "There was an issue deleting the selected queries: %s": [ - "Ocorreu um problema ao deletar as consultas selecionadas: %s" + "You have no permission to approve this request": [ + "Você não tem permissão para aprovar este pedido" ], - "Edit query": ["Editar consulta"], - "Copy query URL": ["Copiar URL da consulta"], - "Delete query": ["Deletar consulta"], - "This action will permanently delete the saved query.": [ - "Esta ação irá permanentemente deletar a consulta salva." + "You have removed this filter.": ["Você removeu este filtro."], + "You have unsaved changes.": ["Você tem alterações não salvas."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" ], - "Delete Query?": ["Deletar consulta?"], - "Are you sure you want to delete the selected queries?": [ - "Você tem certeza que quer deletar as consultas selecionadas?" + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "Query name": ["Nome da consulta"], - "Edited": ["Editado"], - "Created": ["Criado"], - "Viewed": ["Visualizado"], - "Examples": ["Exemplos"], - "Mine": ["Meu"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Gráficos, paineis e consultas salvas vistos recentemente vão aparecer aqui" + "You must pick a name for the new dashboard": [ + "Você deve escolher um nome para o novo painel" ], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Gráficos criados, paineis e consultas salvas vistas recentemente vão aparecer aqui" + "You must run the query successfully first": [ + "Você deve primeiro executar a consulta com sucesso" ], - "Recent example charts, dashboards, and saved queries will appear here": [ - "Gráficos de exemplo, paineis e consultas salvas vistas recentemente vão aparecer aqui" + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Gráficos editados, paineis e consultas salvas vistas recentemente vão aparecer aqui" + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n " + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your query could not be saved": ["Sua consulta não pôde ser salva"], + "Your query could not be scheduled": [ + "Sua consulta não podê ser agendada" ], - "You don't have any favorites yet!": [ - "Você não tem nenhum favorito ainda!" + "Your query could not be updated": [ + "Sua consulta não podê ser atualizada" ], - "SQL Lab queries": ["Visão SQL Lab"], - "${tableName}": ["${tableName}"], - "query": ["consulta"], - "Share": ["Compartilhar"], - "Last run %s": ["Última execução %s"], - "Recents": ["Recentes"], - "Select start and end date": ["Selecione a data de início e fim"], - "Type or Select [%s]": ["Digite ou selecione [%s]"], - "Filter box": ["Caixa de filtro"], - "Filters configuration": ["Configuração dos filtros"], - "Filter configuration for the filter box": [ - "Configuração do filtro para a caixa de filtro" + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Sua consulta foi agendada. Para ver os detalhes da sua consulta, navegue para Consultas salvas" ], - "Date filter": ["Filtro de data"], - "Whether to include a time filter": [ - "Se é para incluir um filtro de tempo" + "Your query was saved": ["Sua consulta foi salva"], + "Your query was updated": ["Sua consulta foi atualizada"], + "Zoom": [""], + "Zoom level of the map": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "[Longitude] e as colunas [Latitude] devem estar presentes em [Group By]" ], - "Instant filtering": ["Filtragem instantânea"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ - "Marque para aplicar filtros instantaneamente quando eles mudam ao invés de mostrar o botão de [Aplicar]" + "[Longitude] and [Latitude] must be set": [ + "[Longitude] e [Latitude] devem ser configuradas" ], - "Show SQL granularity dropdown": [ - "Mostrar menu suspenso da granularidade SQL" + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] O acesso à fonte de dados %(name) s foi concedido" + ], + "[copy]": [""], + "[dashboard name]": ["[Nome do painel]"], + "[desc]": [""], + "[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": [ + "" ], - "Check to include SQL granularity dropdown": [ - "Marque para incluir o menu suspenso da granularidade SQL" + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`intervalo de confiança` deve ser entre 0 e 1 (exclusivo)" ], - "Show SQL time column": ["Mostrar coluna de tempo SQL"], - "Check to include time column dropdown": [ - "Marque para incluir o menu suspenso Coluna de tempo" + "`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.": [ + "" ], - "Show Druid granularity dropdown": [ - "Mostrar menu suspenso da granularidade Druid" + "`operation` property of post processing object undefined": [ + "A propriedade `operation` do objeto de pós processamento está indefinida" ], - "Check to include Druid granularity dropdown": [ - "Marque para incluir o menu suspenso da granularidade Druid" + "`rename_columns` must have the same length as `columns`.": [""], + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` deve ser superior ou igual a 0" ], - "Show Druid time origin": ["Mostrar origem do tempo Druid"], - "Check to include time origin dropdown": [ - "Marque para incluir o menu suspenso origem do tempo" + "`width` must be greater or equal to 0": [ + "`width` deve ser maior ou igual a 0" ], - "Limit selector values": ["Limitar valores do seletor"], - "These filters apply to the values available in the dropdowns": [ - "Esses filtros se aplicam aos valores disponíveis nos menus suspensos" + "aggregate": ["agregar"], + "alert": ["alerta"], + "alerts": ["alertas"], + "all": [""], + "also copy (duplicate) charts": ["também copia (duplica) gráficos"], + "ancestor": [""], + "and": ["e"], + "annotation": ["anotação"], + "annotation_layer": ["annotation_layer"], + "asfreq": [""], + "at": ["em"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["parafuso"], + "boolean type icon": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "chart": ["gráfico"], + "choose WHERE or HAVING...": ["escolha WHERE ou HAVING..."], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["coluna"], + "connecting to %(dbModelName)s.": [""], + "create dataset from SQL query": [""], + "css": ["CSS"], + "css_template": ["css_template"], + "cumsum": [""], + "dashboard": ["painel"], + "database": ["banco de dados"], + "dataset": ["conjunto de dados"], + "date": ["data"], + "day": ["dia"], + "day of the month": ["dia do mês"], + "day of the week": ["dia da semana"], + "deckGL": [""], + "delete": ["deletar"], + "description": ["descrição"], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" + ], + "dttm": ["DTTM"], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "every": ["todo"], + "every day of the month": ["todo dia do mês"], + "every day of the week": ["todo dia da semana"], + "every hour": ["toda hora"], + "every month": ["todo mês"], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" ], - "Time-series Table": ["Tabela de séries de tempo"] + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "hour": ["hora"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" + ], + "in": ["em"], + "in modal": ["em modal"], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": ["entrou"], + "json isn't valid": ["JSON não é válido"], + "key a-z": [""], + "key z-a": [""], + "last quarter": [""], + "latest partition:": ["última partição:"], + "less than {min} {name}": [""], + "log": ["log"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "percentil inferior deve ser maior que 0 e menor que 100. Deve ser menor que o percentil superior." + ], + "mean": [""], + "median": [""], + "minute": ["minuto"], + "month": ["mês"], + "more than {max} {name}": [""], + "must have a value": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "on": ["sobre"], + "or use existing ones from the panel on the right": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "Percentis deve ser uma lista ou tupla com dois valores numéricos, com o primeiro valor menor que o segundo" + ], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "query": ["consulta"], + "reboot": ["reiniciar"], + "report": ["relatório"], + "reports": ["relatórios"], + "restore zoom": [""], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": ["textarea"], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "percentil superior deve ser maior que 0 e menor que 100. Deve ser maior que o percentil inferior." + ], + "var": [""], + "virtual": ["virtual"], + "was created": ["foi criado"], + "week": ["semana"], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["ano"], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.po b/superset/translations/pt_BR/LC_MESSAGES/messages.po index 77695a25b6dba..312767ab57f91 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.po +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2018-02-23 13:55-0300\n" "Last-Translator: \n" "Language: pt_BR\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -40,20 +40,7 @@ msgstr "" "Este filtro foi herdado do contexto do painel.\n" " Não será salvo ao salvar o gráfico." -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" -"\n" -" Explorar no Superset

\n" -" \n" -" " - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -61,45 +48,36 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explorar no Superset>\n" -" " -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explorar no Superset>\n" -" " -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Salvar painel" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Alterado em" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr " expressão que precisa ser aderente a" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -127,24 +105,37 @@ msgstr "" " utilizaremos os padrões opcionais de acordo com cada nível do banco de " "dados/nome de coluna via parâmetro extra." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" -msgstr "!= (não é igual)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Colunas calculadas" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 #, fuzzy -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +msgid " to add metrics" +msgstr "Adicionar métrica" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +#, fuzzy +msgid " to edit or add columns and metrics." +msgstr "%s coluna(s) e métrica(s)" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" msgstr "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (não é igual)" #: superset/security/analytics_db_safety.py:44 #, fuzzy, python-format @@ -153,7 +144,7 @@ msgstr "" "O banco de dados SQLite não pode ser usado como fonte de dados por razões" " de segurança." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, fuzzy, python-format msgid "" "%(message)s\n" @@ -161,25 +152,44 @@ msgid "" "%(issues)s" msgstr "Isso pode ser disparado por:" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "%(name)s.csv" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "Gráficos, paineis e consultas salvas vistos recentemente vão aparecer aqui" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "%(prefix)s %(title)s" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, fuzzy, python-format msgid "%(rows)d rows returned" msgstr "linhas recuperadas" @@ -193,23 +203,27 @@ msgid "" msgstr "Isso pode ser disparado por:" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "%(suggestion)s ao invés de \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "%(suggestion)s ao invés de \"%(undefinedParameter)s?\"" +msgstr[1] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "O papel %(role)s foi concedido a %(user)s dando acesso a %(datasource)s" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "Perfil do %(user)s" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -220,99 +234,127 @@ msgstr "" "Por favor revise sua consulta.\n" "Exceção: %(ex)s" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 -#, python-format -msgid "%s - untitled" -msgstr "%s - sem título" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "Erro %s" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "Senha do corretor" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s selecionado(s)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s selecionado(s) (%s físico, %s virtual)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s selecionado(s) (físico)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s selecionado(s) (virtual)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "%s agregado(s)" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "%s coluna(s)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s coluna(s) e métrica(s)" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s operador(es)" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, fuzzy, python-format msgid "%s option" -msgstr "%s opção(ões)" +msgid_plural "%s options" +msgstr[0] "%s opção(ões)" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s opção(ões)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "Erro %s" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "%s métrica(s) salva(s)" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "Última atualização %s" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "%s%s" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "%s-%s de %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(Removido)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -#, fuzzy -msgid "(deleted)" -msgstr "deletar" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -324,7 +366,11 @@ msgstr "" "(opcional) valor padrão para o filtro, quando usando a opção múltipla, " "você pode usar uma lista de opções delimitada por ponto e vírgula." -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -336,7 +382,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -346,111 +392,367 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Selecione** um dashboard ou **crie** um novo" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0 selecionado" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "dia" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1 hora" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "Frequência de atualização" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1 minuto" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "Frequência de atualização" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "Frequência de atualização" + +#: superset/db_engine_specs/base.py:101 #, fuzzy msgid "10 minute" msgstr "1 minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 segundos" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "semana" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 horas" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 #, fuzzy msgid "15 minute" msgstr "1 minuto" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 horas" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90 dias" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 #, fuzzy msgid "3 letter code of the country" msgstr "todo dia do mês" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "ano" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30 dias" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30 dias" + +#: superset/db_engine_specs/base.py:103 #, fuzzy msgid "30 minute" msgstr "30 minutos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30 minutos" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 #, fuzzy msgid "30 second" msgstr "30 segundos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30 segundos" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 #, fuzzy msgid "5 minute" msgstr "5 minutos" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5 minutos" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 #, fuzzy msgid "5 second" msgstr "30 segundos" -#: superset/db_engine_specs/base.py:95 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 #, fuzzy -msgid "6 hour" -msgstr "6 horas" +msgid "5 seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "semana" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +#, fuzzy +msgid "6 hour" msgstr "6 horas" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60 dias" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90 dias" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90 dias" @@ -458,53 +760,72 @@ msgstr "90 dias" msgid ":" msgstr ":" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (menor que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (menor ou igual)" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" -msgstr "Explorar no Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Coluna de tempo" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Métrica salva" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "Espacial" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (igual)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (maior que)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (maior ou igual)" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 #, fuzzy msgid "A Big Number" msgstr "Número grande" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -"Uma instrução SQL que define se um alerta deve ser disparado ou não. É " -"esperado que a consulta retorne NULL ou um valor numérico." +"Uma lista de colunas separadas por vírgula que devem ser interpretadas " +"como datas." -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" "Uma lista de colunas separadas por vírgula que devem ser interpretadas " "como datas." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 #, fuzzy -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" "Uma lista de colunas separadas por vírgula que devem ser interpretadas " "como datas." @@ -522,11 +843,27 @@ msgstr "" "Uma URL completa apontando para o local do plugin construído (pode ser " "hospedado em um CDN por exemplo)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "Um nome amigável aos humanos" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +#, fuzzy +msgid "A list of tags that have been applied to this chart." +msgstr "Pessoa ou grupo que certificou essa métrica" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" "Uma lista de usuários que podem alterar o gráfico. Pode ser pesquisado " @@ -536,36 +873,50 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "Uma métrica para usar para cores" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "Uma URL legível para seu painel" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" "Uma referência à configuração [Time], levando em consideração a " "granularidade" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "Uma lista de emails delimitada por ponto e vírgula ';'" +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Fonte de dados %(name)s já existe" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" @@ -573,37 +924,42 @@ msgstr "" "Um conjunto de parâmetros que ficam disponíveis na consulta usando a " "sintaxe de template Jinja" +#: superset/common/query_context_processor.py:417 +#, fuzzy +msgid "A time column must be specified when using a Time Comparison." +msgstr "Uma faixa de tempo (com início e fim) deve ser especificada quand" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 #, fuzzy msgid "A timeout occurred while executing the query." msgstr "Alerta encontrou um erro enquanto executava uma consulta." -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 #, fuzzy msgid "A timeout occurred while generating a csv." msgstr "Um erro ocorreu ao tentar buscar o estado da aba" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 #, fuzzy msgid "A timeout occurred while generating a dataframe." msgstr "Ocorreu um erro ao criar a fonte de dados" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 #, fuzzy msgid "A timeout occurred while taking a screenshot." msgstr "Um erro ocorreu ao tentar buscar o estado da aba" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "É obrigatório um esquema de cores válido" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "APLICAR" @@ -611,8 +967,8 @@ msgstr "APLICAR" msgid "APR" msgstr "ABR" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "EQA" @@ -620,21 +976,39 @@ msgstr "EQA" msgid "AUG" msgstr "AGO" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "última partição:" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "Sobre" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "Acessar" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "Solicitações de acesso" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "O acesso foi solicitado" @@ -642,78 +1016,90 @@ msgstr "O acesso foi solicitado" msgid "Action" msgstr "Ação" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "Registro de Ação" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Ações" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Ativo" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Valores nulos" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "Intervalo de tempo real" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Valores nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Valores nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 #, fuzzy msgid "Adaptive formatting" msgstr "Formato de data e hora" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "Adicionar" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 #, fuzzy msgid "Add Alert" msgstr "alerta" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "Adicionar anotação" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "Adicionar camada de anotação" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "Adicionar modelo CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "Adicionar modelo CSS" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Adicionar gráfico" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Adicionar coluna" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "Adicionar painel" @@ -721,40 +1107,24 @@ msgstr "Adicionar painel" msgid "Add Database" msgstr "Adicionar banco de dados" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "Adicionar cluster Druid" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "Adicionar coluna Druid" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "Adicionar fonte de dados Druid" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "Adicionar métrica Druid" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "Adicionar log" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Adicionar métrica" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 #, fuzzy msgid "Add Report" msgstr "relatório" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "Adicionar filtro de segurança a nível de linha" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "Adicionar consulta salva" @@ -762,46 +1132,106 @@ msgstr "Adicionar consulta salva" msgid "Add a Plugin" msgstr "Adicionar um plugin" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Adicionar conjunto de dados" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +#, fuzzy +msgid "Add a new tab" +msgstr "Consulta em uma nova guia" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 #, fuzzy msgid "Add additional custom parameters" msgstr "Editar parâmetros de template" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "Adicionar camada de anotação" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 #, fuzzy msgid "Add an item" msgstr "Adicionar item" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "Filtro de data" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Adicionar anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Adicionar camada de anotação" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "Adicionar conjunto de dados" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Adicionar filtro" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "Adicionar método de entrega" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Informações básicas" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Adicionar filtro" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "Adicionar item" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Adicionar métrica" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -810,97 +1240,172 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "Adicionar método de notificação" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 #, fuzzy msgid "Add sheet" msgstr "Adicionar conjunto de dados" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "O id do gráfico ativo" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "Salvar e ir para painel" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Adicionar ao painel" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "Adicionado" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "Adicionando nova fonte de dados [{}]" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Adicionar ao painel" +msgstr[1] "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 #, fuzzy msgid "Additional Parameters" msgstr "Editar parâmetros de template" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "Informação adicional" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 #, fuzzy msgid "Additional metadata" msgstr "Informação adicional" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 #, fuzzy msgid "Additional padding for legend." msgstr "Informação adicional" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 #, fuzzy msgid "Additional parameters" msgstr "Editar parâmetros de template" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Informação adicional" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 #, fuzzy msgid "Additive" msgstr "Adicionar item" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "Avançado" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 #, fuzzy msgid "Advanced Analytics" msgstr "Analytics avançados" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "Dados carregados em cache" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "Analytics avançados" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "Analytics avançados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "Analytics avançados" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "Dados carregados em cache" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "Advanced-Analytics" msgstr "Analytics avançados" @@ -908,170 +1413,204 @@ msgstr "Analytics avançados" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 #, fuzzy msgid "After" msgstr "data" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 #, fuzzy msgid "Aggregate" msgstr "agregar" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 #, fuzzy msgid "Aggregate Mean" msgstr "agregar" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 #, fuzzy msgid "Aggregate Sum" msgstr "agregar" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 #, fuzzy msgid "Aggregation function" msgstr "Funções Python" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "alerta" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "Alerta disparado, em período de inatividade" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Condição do alerta" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Agendamento da condição de alerta" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "Alerta encerrou o período de inatividade." -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "Alerta falhou" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "Alerta disparado durante período de inatividade." -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "Alerta encontrou um erro enquanto executava uma consulta." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Nome do alerta" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "Alerta em período de inatividade" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "A consulta de alerta retornou um valor não numérico." -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "A consulta de alerta retornou mais de uma coluna." -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "A consulta de alerta retornou mais de uma coluna. %s colunas retornadas" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "A consulta de alerta retornou mais de uma linha." -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "A consulta de alerta retornou mais de uma linha. %s linhas retornadas" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Executando alerta" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "Alerta disparado, notificação enviada" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "Erro de configuração do validador de alerta." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "Alertas" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "Alertas e relatórios" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Alertas e relatórios" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Todos os filtros" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "Todo o texto" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "Todos os gráficos" @@ -1079,7 +1618,7 @@ msgstr "Todos os gráficos" msgid "All filters" msgstr "Todos os filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1089,71 +1628,65 @@ msgstr "" msgid "All panels" msgstr "Aplicar para todos os paineis" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "Todos os paineis com esta coluna serão afetados por este filtro" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "Permitir CREATE TABLE AS" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "Permitir CREATE VIEW AS" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "Permitir a opção CREATE VIEW As no SQL Lab" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "Permitir upload de CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "Permitir DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Permitir busca de metadados multi esquema" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -"Permite a obtenção da lista de todas as tabelas e views em todos os " -"esquemas do banco de dados pelo SQL Lab. Para grandes data warehouses com" -" milhares de tabelas, isso pode ser caro e impactar no desempenho do " -"sistema." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "Permite a linguagem de manipulação de dados" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "Permitir carga de dados" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "Selecione um arquivo Excel para ser carregado para o banco de dados." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1163,25 +1696,24 @@ msgstr "" msgid "Allow multiple selections" msgstr "Permitir múltipla seleção" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 #, fuzzy msgid "Allow node selections" msgstr "Permitir múltipla seleção" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" @@ -1189,13 +1721,18 @@ msgstr "" "Permitir que os usuários executem instruções não-SELECT (UPDATE, DELETE, " "CREATE, ...) no SQL Lab" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 #, fuzzy msgid "Alphabetical" msgstr "Espacial" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1203,47 +1740,61 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "Alterado" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Ocorreu um erro" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "Fonte de dados %(name)s já existe" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "Uma faixa de tempo (com início e fim) deve ser especificada quand" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "Ocorreu um erro" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "Ocorreu um erro" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "Ocorreu um erro ao salvar o conjunto de dados" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 #, fuzzy msgid "An error occurred while accessing the value." msgstr "Ocorreu um erro ao criar a fonte de dados" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." @@ -1251,37 +1802,31 @@ msgstr "" "Ocorreu um erro ao contrair o esquema da tabela. Por favor entre em " "contato com seu administrador." -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, fuzzy, python-format msgid "An error occurred while creating %ss: %s" msgstr "Ocorreu um erro ao se obter os conjuntos de dados: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Ocorreu um erro ao criar a fonte de dados" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 #, fuzzy msgid "An error occurred while creating the value." msgstr "Ocorreu um erro ao criar a fonte de dados" -#: superset/key_value/commands/exceptions.py:37 -#, fuzzy, python-format +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +#, fuzzy msgid "An error occurred while deleting the value." msgstr "Ocorreu um erro ao se obter os valores de esquema: %s" -#: superset-frontend/src/reports/actions/reports.js:138 -#, fuzzy -msgid "An error occurred while editing this report." -msgstr "Ocorreu um erro ao carregar o SQL" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, fuzzy, python-format -msgid "An error occurred while editing this report: %s" -msgstr "Ocorreu um erro ao se obter os conjuntos de dados: %s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." @@ -1289,117 +1834,122 @@ msgstr "" "Ocorreu um erro ao expandir o esquema da tabela. Por favor entre em " "contato com seu administrador." -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, fuzzy, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Ocorreu um erro ao se obter os dashboards: %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, fuzzy, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Ocorreu um erro ao se obter os conjuntos de dados: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "Ocorreu um erro ao buscar os modelos CSS disponíveis" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "Ocorreu um erro ao se obter os valores de criado por dos gráficos: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "Ocorreu um erro ao se obter os valores dos donos dos gráficos: %s " -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Ocorreu um erro ao obter valores de criado por: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "Ocorreu um erro ao se obter os valores de criado por dos paineis: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "Ocorreu um erro ao se obter os valores de done dos paineis: %s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "Ocorreu um erro ao buscar os paineis" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Ocorreu um erro ao se obter os dashboards: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "Ocorreu um erro ao se obter os dados relacionados ao banco de dados: %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "Ocorreu um erro ao se obter os valores de banco de dados: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" "Ocorreu um erro ao obter os valores de fonte de dados do conjunto de " "dados: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "Ocorreu um erro ao se obter os valores de dono dos conjuntos de dados: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "Ocorreu um erro ao se obter dados relacionados ao conjunto de dados: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Ocorreu um erro ao se obter os conjuntos de dados: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 #, fuzzy msgid "An error occurred while fetching function names." msgstr "Um erro ocorreu ao tentar buscar o estado da aba" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "Ocorreu um erro ao se obter os valores dos donos dos gráficos: %s " + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Ocorreu um erro ao se obter os valores de esquema: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Um erro ocorreu ao tentar buscar o estado da aba" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "Ocorreu um erro ao buscar os metadados da tabela" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." @@ -1407,12 +1957,17 @@ msgstr "" "Ocorreu um erro ao buscar os metadados da tabela. Por favor entre em " "contato com seu administrador." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Ocorreu um erro ao obter valores de criado por: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, fuzzy, python-format msgid "An error occurred while fetching user values: %s" msgstr "Ocorreu um erro ao se obter os valores de esquema: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 #, fuzzy msgid "" "An error occurred while hiding the left bar. Please contact your " @@ -1421,33 +1976,43 @@ msgstr "" "Ocorreu um erro ao expandir o esquema da tabela. Por favor entre em " "contato com seu administrador." -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, fuzzy, python-format msgid "An error occurred while importing %s: %s" msgstr "Ocorreu um erro ao otimizar os logs" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "Ocorreu um erro ao carregar o SQL" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "Ocorreu um erro ao otimizar os logs" + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "Ocorreu um erro ao criar a fonte de dados" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Ocorreu um erro ao otimizar os logs" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" "Ocorreu um erro ao tentar remover a consulta. Por favor contate seu " "administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" "Ocorreu um erro ao tentar remover a aba. Por favor contate seu " "administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." @@ -1455,12 +2020,12 @@ msgstr "" "Ocorreu um erro ao remover o esquema da tabela. Por favor entre em " "contato com seu administrador." -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "Ocorreu um erro ao renderizar a visualização: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." @@ -1468,7 +2033,7 @@ msgstr "" "Um erro ocorreu durante a configuração da aba ativa. Por favor contate " "seu administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." @@ -1476,13 +2041,23 @@ msgstr "" "Ocorreu um erro durante a configuração de autoexecutar da aba. Por favor " "contate seu administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "" +"Ocorreu um erro durante a configuração do título da aba. Por favor " +"contate seu administrador." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." @@ -1490,7 +2065,7 @@ msgstr "" "Ocorreu um erro durante a configuração do esquema da aba. Por favor " "contate seu administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." @@ -1498,22 +2073,13 @@ msgstr "" "Ocorreu um erro durante a configuração dos parâmetros do template da aba." " Por favor contate seu administrador." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "" -"Ocorreu um erro durante a configuração do título da aba. Por favor " -"contate seu administrador." - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 #, fuzzy msgid "An error occurred while starring this chart" msgstr "Ocorreu um erro ao carregar o SQL" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." @@ -1521,7 +2087,7 @@ msgstr "" "Um erro ocorreu ao armazenar o último Id de consulta no backend.Por favor" " contate seu administrador se esse problema persistir." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " @@ -1531,58 +2097,64 @@ msgstr "" "suas alterações, por favor salve sua consulta usando o botão \"Salvar " "consulta\\" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 #, fuzzy msgid "An error occurred while updating the value." msgstr "Ocorreu um erro ao criar a fonte de dados" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Ocorreu um erro ao criar a fonte de dados" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "Ocorreu um erro" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "Ocorreu um erro desconhecido. Por favor contate seu administrador Superset" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 #, fuzzy msgid "Animation" msgstr "anotação" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Anotação" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "Camada de anotação ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "camadas de anotação" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Camadas de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 #, fuzzy msgid "Annotation Slice Configuration" msgstr "Configuração do filtro" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "anotação" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "Não foi possível criar a anotação." @@ -1595,12 +2167,9 @@ msgstr "Não foi possível atualizar a anotação." msgid "Annotation delete failed." msgstr "Falha a deletar a anotação." -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "Tempo de fim da anotação não deve ser anterior ao tempo de início." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Camada de anotação" @@ -1620,7 +2189,7 @@ msgstr "Não foi possível atualizar a camada de anotação." msgid "Annotation layer delete failed." msgstr "Falha ao deletar a camada de anotação." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 #, fuzzy msgid "Annotation layer description columns" msgstr "Camada de anotação não encontrada." @@ -1630,12 +2199,12 @@ msgstr "Camada de anotação não encontrada." msgid "Annotation layer has associated annotations." msgstr "A camada de anotação tem anotações associadas." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "nome da camada de anotação" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "nome da camada de anotação" @@ -1643,7 +2212,7 @@ msgstr "nome da camada de anotação" msgid "Annotation layer not found." msgstr "Camada de anotação não encontrada." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "Tipo da camada de anotação" @@ -1652,41 +2221,42 @@ msgstr "Tipo da camada de anotação" msgid "Annotation layer parameters are invalid." msgstr "Os parâmetros da camada de anotação são inválidos." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "Tipo da camada de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "Tipo da camada de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "Tipo da camada de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "Tipo da camada de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "nome da camada de anotação" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "camadas de anotação" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "As camadas de anotação ainda estão carregando." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "nome da anotação" @@ -1698,23 +2268,33 @@ msgstr "Anotação não encontrada." msgid "Annotation parameters are invalid." msgstr "Os parâmetros da anotação são inválidos." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "anotação" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "Tipo da camada de anotação" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "Anotações" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "Não foi possível criar a anotação." + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "Não foi possível atualizar a anotação." #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "Anotações e camadas" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "Anotações e camadas" @@ -1722,17 +2302,18 @@ msgstr "Anotações e camadas" msgid "Annotations could not be deleted." msgstr "Não foi possível deletar as anotações." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 #, fuzzy msgid "Any" msgstr "dia" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1744,32 +2325,37 @@ msgstr "" "Qualquer cor da paleta selecionada aqui irá sobrescrever as cores " "aplicadas aos gráficos individuais deste painel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "Inserir" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 #, fuzzy, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied cross-filters (%d)" msgstr "Filtros aplicados (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "Filtros aplicados (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" msgstr "Filtros aplicados (%d)" -#: superset/viz.py:237 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." @@ -1777,32 +2363,37 @@ msgstr "" "A janela de tempo não retornou nenhum dado. Por favor garanta que a fonte" " de dados satisfaça minimamente os períodos definidos na janela de tempo." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "Aplicar" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "Todos os filtros" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 #, fuzzy msgid "Apply metrics on" msgstr "Métrica" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "Aplicar para todos os paineis" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "Aplicar para paineis específicos" @@ -1810,101 +2401,138 @@ msgstr "Aplicar para paineis específicos" msgid "April" msgstr "Abril" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "Março" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "Você tem certeza que quer deletar as consultas selecionadas?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "Você tem certeza que deseja prosseguir?" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "Você tem certeza que quer deletar" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr "" -"Você tem certeza que quer deletar " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "Você tem certeza que quer deletar" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "Você tem certeza que quer deletar a seleção %s?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "Você tem certeza que quer deletar as anotações selecionadas?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "Você term certeza que quer deletar os gráficos selecionados?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "Você tem certeza que quer deletar os paineis selecionados?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "Você tem certeza que quer deletar os conjuntos de dados selecionados?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "Você tem certeza que quer deletar as camadas selecionadas?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "Você tem certeza que quer deletar as consultas selecionadas?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "Você tem certeza que quer deletar a seleção %s?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "Você tem certeza que quer deletar os modelos selecionados?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "Você tem certeza que quer deletar os conjuntos de dados selecionados?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "Você tem certeza que deseja prosseguir?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "Você tem certeza que deseja salvar e aplicar as mudanças?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 #, fuzzy msgid "Area Chart" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 #, fuzzy -msgid "Area chart" +msgid "Area Chart (legacy)" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 #, fuzzy -msgid "Area chart opacity" +msgid "Area chart" +msgstr "Compartilhar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 +#, fuzzy +msgid "Area chart opacity" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 #, fuzzy msgid "Arrow" msgstr "linhas" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "Os parâmetros do conjunto de dados são inválidos." + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "Gráficos associados" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "Execução assíncrona" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "Execução da query assíncrona" @@ -1912,68 +2540,151 @@ msgstr "Execução da query assíncrona" msgid "August" msgstr "Agosto" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "em" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 #, fuzzy msgid "Autocomplete" msgstr "Autocompletar filtros" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "Autocompletar filtros" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "Autocompletar predicado da consulta" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Compartilhar" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Inicia em" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 #, fuzzy msgid "Axis" msgstr "Eixo" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "filtra pelas colunas" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Y Eixo Formato" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "%s - sem título" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 #, fuzzy msgid "Axis ascending" msgstr "Ordenar ascendente" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 #, fuzzy msgid "Axis descending" msgstr "Ordenar decrescente" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "Backend" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "Valores nulos" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "Formato de data e hora" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "Chave espacial ruim" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Bar Chart" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#, fuzzy +msgid "Bar Chart (legacy)" +msgstr "Compartilhar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 #, fuzzy msgid "Bar Values" msgstr "Valores nulos" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "Deletar anotação" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1982,25 +2693,28 @@ msgstr "" msgid "Based on a metric" msgstr "Métrica salva" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "Básico" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "Informações básicas" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "Editando %d filtros em lote:" @@ -2009,145 +2723,155 @@ msgstr "Editando %d filtros em lote:" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "Cuidado" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 #, fuzzy msgid "Before" msgstr "Atualizar" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Número grande" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Número grande com Trendline" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 #, fuzzy msgid "Bottom" msgstr "DTTM" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "DTTM" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "DTTM" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "Parcela" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 #, fuzzy msgid "Breakdowns" msgstr "Criado em" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Ponto de acesso do corretor" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Host do corretor" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Senha do corretor" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Porta do corretor" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Nome de usuário do corretor" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Gráfico de bolhas" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 #, fuzzy msgid "Bubble Color" msgstr "Cor fixa" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 #, fuzzy msgid "Bubble Size" msgstr "Tamanho da bolha" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "Tamanho da bolha" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Seleção em lote" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Gráfico de bala" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2159,49 +2883,68 @@ msgstr "" "quer habilitar a busca dinâmica que carrega os valores de filtro conforme" " os usuários digitam (pode impactar no seu banco de dados)." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "CANCELAR" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Mudar conjunto de dados" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "CREATE VIEW AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "Instrução CREATE VIEW" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Agendamento do relatório" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "Expressão CRON" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "Modelos CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "Modelos CSS" @@ -2209,7 +2952,7 @@ msgstr "Modelos CSS" msgid "CSS template could not be deleted." msgstr "Não foi possível deletar o template CSS." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "nome do modelo CSS" @@ -2217,16 +2960,17 @@ msgstr "nome do modelo CSS" msgid "CSS template not found." msgstr "Template CSS não encontrado." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "Modelos CSS" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "Arquivo CSV" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "Carga de CSV" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " @@ -2235,19 +2979,19 @@ msgstr "" "Arquivo CSV \"%(csv_filename)s\" carregado para a tabela " "\"%(table_name)s\" no banco de dados \"%(db_name)s\"" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "Configuração CSV para banco de dados" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "Carga de CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " @@ -2258,11 +3002,11 @@ msgstr "" "tenha um SELECT como última instrução. Depois tente rodar novamente sua " "consulta." -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "Esquema CTAS" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " @@ -2272,124 +3016,124 @@ msgstr "" " uma única instrução SELECT. Por favor garanta que sua consulta tenha uma" " única instrução SELECT. Depois tente rodar novamente sua consulta." -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Tempo limite de cache" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "Tempo limite de cache (segundos)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Tempo limite de cache" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +#, fuzzy +msgid "Cached" +msgstr "cacheado" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "Cacheado %s" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "Valor em cache não encontrado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 #, fuzzy -msgid "Calculate contribution per series or total" +msgid "Calculate contribution per series or row" msgstr "Calcule a contribuição para o total" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "Coluna calculada [%s] precisa de uma expressão" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Colunas calculadas" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "Tipo de cálculo" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Calendário Heatmap" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" "Não é possível mover a aba de nível superior para dentro das abas " "aninhadas" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Não é possível encontrar DruidCluster com cluster_name = '%(name)s'" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Não foi possível encontrar o usuário '%(name)s', por favor peça a seu " -"administrador para criar um." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +#, fuzzy +msgid "Can select multiple values" +msgstr "Limitar valores do seletor" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "Não pode haver sobreposição entre Series e Breakdowns" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Cancelar" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 #, fuzzy msgid "Cannot delete a database that has datasets attached" msgstr "Não é possível deletar um banco de dados com tabelas anexadas" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -2398,8 +3142,8 @@ msgstr "" "Não foi possível importal o painel: %(db_error)s.\n" "Não esqueça de criar o banco de dados antes de importar o painel." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 #, fuzzy msgid "Cannot load filter" msgstr "Filtro pai" @@ -2409,29 +3153,71 @@ msgstr "Filtro pai" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +#, fuzzy +msgid "Categorical Color" +msgstr "Esquema de cor linear" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Nome da consulta" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +#, fuzzy +msgid "Category and Value" +msgstr "digite um valor aqui" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Nome da consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2445,89 +3231,94 @@ msgstr "" msgid "Cell Size" msgstr "Arquivo Excel" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 #, fuzzy msgid "Cell bars" msgstr "Todos os gráficos" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "Conteúdo da célula" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "Limite de série" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 #, fuzzy msgid "Center" msgstr "Recentes" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "Longitute/latitude inválida" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 #, fuzzy msgid "Certification" msgstr "Detalhes da certificação" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "Detalhes da certificação" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 #, fuzzy msgid "Certified" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 #, fuzzy msgid "Certified By" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Certificado por" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "Certificado por %s" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "Mudar conjunto de dados" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Alterado por" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "Alterado em" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "Alterado em" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" @@ -2535,7 +3326,7 @@ msgstr "" "Mudar esse conjunto de dados pode quebar o gráfico se ele depender de " "colunas ou metadados que não existem no conjunto de dados alvo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2547,21 +3338,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "É proibido alterar este painel" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "É proibido modificar este gráfico" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "Alterar esse controle é efetivo instantaneamente" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "É probido modificar este conjunto de dados" @@ -2571,129 +3367,160 @@ msgstr "É probido modificar este conjunto de dados" msgid "Changing this dataset is forbidden." msgstr "É probido modificar este conjunto de dados" -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "É probido modificar este conjunto de dados" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "É proibido alterar este relatório" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." -msgstr "Caractere para interpretar como ponto decimal." - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 +#: superset/views/database/forms.py:196 #, fuzzy -msgid "Charge" -msgstr "gráfico" +msgid "Character to interpret as decimal point" +msgstr "Caractere para interpretar como ponto decimal." -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" -msgstr "" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "Caractere para interpretar como ponto decimal." -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "Gráfico" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "Gráfico %(id)s não encontrado" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "Timeout do cache do gráfico" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "Agendamento de email do gráfico" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Última atualização %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "ID do gráfico" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 #, fuzzy msgid "Chart Options" msgstr "Editar propriedades do gráfico" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "Deletar anotação" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "Dono do gráfico: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Dono do gráfico: %s" +msgstr[1] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Fonte de dados" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 #, fuzzy msgid "Chart Title" msgstr "Tipo de gráfico" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "Gráfico [{}] foi sobrescrito" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "Gráfico [{}] foi salvo" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "Gráfico [{}] foi adicionado ao painel [{}]" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "Gráfico [{}] foi sobrescrito" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "Gráfico [{}] foi salvo" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "Gráfico [{}] foi adicionado ao painel [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Timeout do cache do gráfico" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "Mudanças do gráfico" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2717,49 +3544,95 @@ msgstr "Não foi possível deletar o gráfico." msgid "Chart could not be updated." msgstr "Não foi possível atualizar o gráfico." -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "Gráfico não existe" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Última modificação" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Modificado por último por %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "Nome do gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 #, fuzzy msgid "Chart options" msgstr "Editar propriedades do gráfico" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Dono do gráfico: %s" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "Os parâmetros do gráfico são inválidos." -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "Editar propriedades do gráfico" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "Tipo de gráfico" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "Tipo de gráfico" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Gráficos" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "Não foi possível deletar os gráficos." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 #, fuzzy msgid "Check configuration" msgstr "Configuração da camada" @@ -2769,26 +3642,28 @@ msgstr "Configuração da camada" msgid "Check for sorting ascending" msgstr "Marque para ordenar ascendente" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "Veja esse gráfico no painel:" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 #, fuzzy msgid "Check out this chart: " msgstr "Veja este dashboard: " -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "Veja este dashboard: " -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" @@ -2796,60 +3671,47 @@ msgstr "" "Marque para aplicar filtros instantaneamente quando eles mudam ao invés " "de mostrar o botão de [Aplicar]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "Marque para incluir o menu suspenso da granularidade Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -#, fuzzy -msgid "Check to include SQL time grain dropdown" -msgstr "Marque para incluir o menu suspenso origem do tempo" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "Marque para incluir o menu suspenso Coluna de tempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 #, fuzzy msgid "Check to include time grain dropdown" msgstr "Marque para incluir o menu suspenso origem do tempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "Marque para incluir o menu suspenso origem do tempo" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "A escolha de [Label] deve estar presente em [Group By]" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "A escolha de [Raio do ponto] deve estar presente em [Grupo]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Escolher arquivo" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "Escolha um gráfico ou painel, não ambos" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 #, fuzzy msgid "Choose a database..." msgstr "Escolha um conjunto de dados" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Escolha um conjunto de dados" @@ -2858,39 +3720,45 @@ msgstr "Escolha um conjunto de dados" msgid "Choose a metric for left axis" msgstr "Escolha uma métrica para o eixo direito" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "Escolha uma métrica para o eixo direito" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 #, fuzzy msgid "Choose a number format" msgstr "Escolha uma métrica para o eixo direito" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 #, fuzzy msgid "Choose a source" msgstr "Escolha um conjunto de dados" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 #, fuzzy msgid "Choose a source and a target" msgstr "Escolha um conjunto de dados" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 #, fuzzy msgid "Choose a target" msgstr "Escolha um conjunto de dados" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 #, fuzzy msgid "Choose chart type" msgstr "Tipo de gráfico" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 #, fuzzy msgid "Choose one or more charts for left axis" @@ -2901,45 +3769,61 @@ msgstr "Escolha uma métrica para o eixo direito" msgid "Choose one or more charts for right axis" msgstr "Escolha uma métrica para o eixo direito" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "Escolha o tipo da camada de anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "Escolha uma métrica para o eixo direito" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "Calcule a contribuição para o total" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 #, fuzzy msgid "Choose the source of your annotations" msgstr "Configura o básico da sua camada de anotação." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 #, fuzzy msgid "Circle" msgstr "Arquivo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2947,13 +3831,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Cláusula" @@ -2961,49 +3845,81 @@ msgstr "Cláusula" msgid "Clear" msgstr "Limpar" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "Todos os gráficos" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +#, fuzzy +msgid "Clear form" +msgstr "Formato D3" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "Clique no cadeado para fazer alterações." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "Clique no cadeado para prevenir mais alterações." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "Clique para alterar o tipo de visualização" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -#, fuzzy -msgid "Click to clear emitted filters" -msgstr "Autocompletar filtros" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "Clique para editar" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, fuzzy, python-format +msgid "Click to edit %s in a new tab" +msgstr "Clique para editar" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "Clique para editar" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "Clique para editar" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 #, fuzzy msgid "Click to edit label" msgstr "Clique para editar" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "Clique para favoritar/desfavoritar" @@ -3011,41 +3927,47 @@ msgstr "Clique para favoritar/desfavoritar" msgid "Click to force-refresh" msgstr "Clique para forçar a atualização" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "Clique para ver a diferença" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Marque para ordenar ascendente" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "Fechar" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "Fechar todas as outras abas" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "Fechar aba" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "Grupo" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "Nome do cluster" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -3058,28 +3980,42 @@ msgstr "Código" msgid "Collapse all" msgstr "Contrair todos" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "Contrair todos" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "Contrair todos" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "Conteúdo da célula" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Collapse table preview" msgstr "Remover a visualização da tabela" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "Cor" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 #, fuzzy msgid "Color Metric" msgstr "Métrica de cor" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 #, fuzzy msgid "Color Scheme" msgstr "Esquema de cores" @@ -3089,73 +4025,105 @@ msgstr "Esquema de cores" msgid "Color Steps" msgstr "Esquema de cores" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "Ordenar por" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "Métrica de cor" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +#, fuzzy +msgid "Color of the target location" +msgstr "Donos do conjunto de dados" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "Esquema de cores" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "Cores" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Coluna" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Configuração da camada" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "Informação adicional" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "Descrição das colunas" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 #, fuzzy msgid "Column is required" msgstr "Nome é obrigatório" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." @@ -3163,26 +4131,45 @@ msgstr "" "Descrição da coluna para a coluna de índice. Se nenhuma for fornecida e o" " índice dataframe é verdadeiro, os nomes dos índices serão utilizados." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#: superset/views/database/forms.py:223 +#, fuzzy +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" +"Descrição da coluna para a coluna de índice. Se nenhuma for fornecida e o" +" índice dataframe é verdadeiro, os nomes dos índices serão utilizados." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "Nome da(s) coluna(s) " + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "Nome de coluna [%s] está duplicado" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " -msgstr "Nome da(s) coluna(s) " - -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "A coluna referenciada na agregação é indefinida: %(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 #, fuzzy msgid "Column select" msgstr "Executar seleção" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +#, fuzzy +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" +"Coluna para ser utilizada como descrições de linha do dataframe. Deixe em" +" branco se não há coluna de índice." + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." @@ -3190,12 +4177,12 @@ msgstr "" "Coluna para ser utilizada como descrições de linha do dataframe. Deixe em" " branco se não há coluna de índice." -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 #, fuzzy msgid "Columnar File" msgstr "coluna" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, fuzzy, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " @@ -3204,96 +4191,120 @@ msgstr "" "Arquivo Excel \"%(excel_filename)s\" carregado para a tabela " "\"%(table_name)s\" no banco de dados \"%(db_name)s\"" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 #, fuzzy msgid "Columnar to Database configuration" msgstr "Configuração Excel para banco de dados" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "Colunas" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" +msgstr "" +"Uma lista de colunas separadas por vírgula que devem ser interpretadas " +"como datas." + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Mostrar coluna" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "Colunas faltando na fonte de dados: %(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "Colunas faltando na fonte de dados: %(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 #, fuzzy msgid "Columns to display" msgstr "Escolha uma métrica para exibir" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 #, fuzzy msgid "Columns to group by" msgstr "Um ou vários controles para agrupar" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Escolha uma métrica para exibir" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 #, fuzzy msgid "Combine Metrics" msgstr "Ordenar métrica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 #, fuzzy msgid "Combine metrics" msgstr "Ordenar métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3304,70 +4315,74 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 #, fuzzy msgid "Comparison" msgstr "Comparação de tempo" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 #, fuzzy msgid "Comparison suffix" msgstr "Comparação de tempo" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "Componentes" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "Calcule a contribuição para o total" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 #, fuzzy msgid "Condition" msgstr "Condição do alerta" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 #, fuzzy msgid "Conditional formatting" msgstr "Informação adicional" @@ -3377,12 +4392,11 @@ msgstr "Informação adicional" msgid "Confidence interval" msgstr "Intervalo de atualização" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "Configurações" @@ -3391,7 +4405,7 @@ msgstr "Configurações" msgid "Configure Advanced Time Range " msgstr "Configurar intervalo de tempo avançado" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "Configurar intervalo de tempo: Último..." @@ -3399,261 +4413,353 @@ msgstr "Configurar intervalo de tempo: Último..." msgid "Configure Time Range: Previous..." msgstr "Configurar intervalo de tempo: Anterior..." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "Configurar intervalo de tempo personalizado" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "Configurar escopos do filtro" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "Configura o básico da sua camada de anotação." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "Configure como seu overlay é mostrado aqui." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Confirmar salvamento" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "Confirmar salvamento" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 #, fuzzy msgid "Connect" msgstr "Conexão" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 #, fuzzy msgid "Connect a database" msgstr "Selecione um banco de dados" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +#, fuzzy +msgid "Connect database" +msgstr "Selecione um banco de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "Conexão" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "A conexão está boa!" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "coluna" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "Contribuição" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 #, fuzzy msgid "Contribution Mode" msgstr "Contribuição" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "coluna" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "Controle etiquetado " -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 #, fuzzy msgid "Controls labeled " msgstr "Controle etiquetado " -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 #, fuzzy msgid "Coordinates" msgstr "Coordenadas paralelas" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 #, fuzzy msgid "Copied to clipboard!" msgstr "Copiar para área de transferência" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "Copiar instrução SELECT para a área de transferência" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -#, fuzzy -msgid "Copy chart URL" -msgstr "Sem gráficos" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -#, fuzzy -msgid "Copy chart URL to clipboard" -msgstr "Copie a consulta de partição para a área de transferência" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -#, fuzzy -msgid "Copy dashboard URL" -msgstr "Sem painéis" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "Copiar link" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "Copiar mensagem" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "Cópia de %s" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "Copie a consulta de partição para a área de transferência" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "Copiar link da consulta para a área de transferência" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Copiar URL da consulta" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "Copiar link da consulta para a área de transferência" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 #, fuzzy msgid "Copy to Clipboard" msgstr "Copiar para área de transferência" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "Copiar para área de transferência" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 #, fuzzy msgid "Correlation" msgstr "Duração" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "Custo estimado" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "Não foi possível determinar o tipo da fonte de dados" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "Não foi posível buscar todos os gráficos salvos" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "Não foi possível encontrar o objeto viz" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "Não foi possível carregar o driver do banco de dados" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "Não foi possível carregar o driver do banco de dados: %(driver_name)s" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "Não foi possível carregar o driver do banco de dados: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "coluna" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "É filtrável" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 #, fuzzy msgid "Country" msgstr "Mapa do País" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 #, fuzzy msgid "Country Color Scheme" msgstr "Esquema de cor linear" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 #, fuzzy msgid "Country Column" msgstr "filtra pelas colunas" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Mapa do País" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 #, fuzzy msgid "Create" msgstr "criar um" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "Compartilhar gráfico" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "criar um" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "Criar novo gráfico" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "Compartilhar gráfico" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Mudar conjunto de dados" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Criar novo gráfico" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Criar novo gráfico" @@ -3662,70 +4768,95 @@ msgstr "Criar novo gráfico" msgid "Create new filter set" msgstr "Criar novo gráfico" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Criado" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "Criado em" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Criado por" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "Criado por" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "Conteúdo criado" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Criado em" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "A importação do gráfico falhou por um motivo desconhecido" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "Criando uma fonte de dados e criando uma nova aba" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Criador" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "Crontab" - -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 #, fuzzy -msgid "Cross Filter Scoping" -msgstr "Configurar mapeamento de filtro" +msgid "Crimson" +msgstr "Ação" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Não existem filtros nesse painel." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Filtro pai" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 #, fuzzy msgid "Cumulative" msgstr "Ativo" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 #, fuzzy msgid "Custom" @@ -3739,111 +4870,128 @@ msgstr "Plugin personalizado" msgid "Custom Plugins" msgstr "Plugins personalizado" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "SQL personalizado" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "Personalizar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 #, fuzzy msgid "Customize Metrics" msgstr "Personalizar" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 #, fuzzy msgid "Customize columns" msgstr "Colunas calculadas" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "Formato D3" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "Formato D3" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Data/Tempo" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "DEZ" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "DELETAR" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -#, fuzzy -msgid "DESCRIPTION ERROR" -msgstr "descrição" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "LMD" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Painel" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "Emails do painel" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" @@ -3859,32 +5007,68 @@ msgstr "Não foi possível deletar o painel." msgid "Dashboard could not be updated." msgstr "Não foi possível atualizar o painel." -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "Painel não existe" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "Propriedades do painel" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "Os parâmetros do painel são inválidos." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Propriedades do painel" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "Propriedades do painel" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 #, fuzzy msgid "Dashboard scheme" msgstr "[Nome do painel]" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "painel" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "painel" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Painéis" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "painel" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "Não foi possível deletar os paineis." @@ -3893,48 +5077,44 @@ msgstr "Não foi possível deletar os paineis." msgid "Dashboards do not exist" msgstr "Os painéis não existem" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "painel" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Dados" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "Fonte de dados" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 #, fuzzy msgid "Data Table" msgstr "Editar tabela" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 #, fuzzy msgid "" "Data could not be retrieved from the results backend. You need to re-run " @@ -3943,48 +5123,53 @@ msgstr "" "Os dados não puderam ser desserializados. Você pode querer executar a " "consulta novamente." -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "Visualização de dados" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "Fonte de dados" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +#, fuzzy +msgid "Data refreshed" +msgstr "Última atualização dos metadados" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Tipo de dado" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "DataFrame deve inluir pelo menos uma série" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "DataFrame deve incluir coluna temporal" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "Base de dados" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, fuzzy, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -3994,7 +5179,7 @@ msgstr "" " permitido para cargas Excel. Por favor contate seu administrador " "Superset." -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4003,7 +5188,7 @@ msgstr "" "Esquema \"%(schema_name)s\" do banco de dados \"%(database_name)s\" não é" " permitido para cargas CSV. Por favor contate seu administrador Superset." -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " @@ -4013,57 +5198,77 @@ msgstr "" " permitido para cargas Excel. Por favor contate seu administrador " "Superset." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Conexão de teste" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 #, fuzzy msgid "Database Creation Error" msgstr "Erro do banco de dados" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "URL da base de dados" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "Não foi possível criar o banco de dados." + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "Não foi possível criar o banco de dados." -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "Não foi possível deletar o banco de dados." -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "Não foi possível atualizar o banco de dados." -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "O banco de dados não existe" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 #, fuzzy msgid "Database does not support subqueries" msgstr "O banco de dados não existe" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Erro do banco de dados" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 #, fuzzy msgid "Database is offline." msgstr "Nome do banco de dados" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "Banco de dados é obrigatório para alertas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Nome do banco de dados" @@ -4071,39 +5276,56 @@ msgstr "Nome do banco de dados" msgid "Database not allowed to change" msgstr "Não é permitido alterar o banco de dados" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "Banco de dados não encontrado." +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "Banco de dados não encontrado." + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "Os parâmetros do banco de dados são inválidos." -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "banco de dados" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 #, fuzzy msgid "Database port" msgstr "banco de dados" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "Não foi possível atualizar o banco de dados." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Bases de dados" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "Índice dataframe" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Conjunto de dados" @@ -4112,6 +5334,11 @@ msgstr "Conjunto de dados" msgid "Dataset %(name)s already exists" msgstr "Fonte de dados %(name)s já existe" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "nome do conjunto de dados" + #: superset/datasets/columns/commands/exceptions.py:27 #, fuzzy msgid "Dataset column delete failed." @@ -4130,17 +5357,26 @@ msgstr "Não foi possível criar o conjunto de dados." msgid "Dataset could not be deleted." msgstr "Não foi possível deletar o conjunto de dados." +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "Não foi possível atualizar o conjunto de dados." + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "Não foi possível atualizar o conjunto de dados." -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "Fonte de dados não existe" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "banco de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 #, fuzzy msgid "Dataset is required" msgstr "Fonte de dados é obrigatória" @@ -4155,8 +5391,8 @@ msgstr "Falha a deletar a anotação." msgid "Dataset metric not found." msgstr "Banco de dados não encontrado." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "nome do conjunto de dados" @@ -4164,75 +5400,93 @@ msgstr "nome do conjunto de dados" msgid "Dataset parameters are invalid." msgstr "Os parâmetros do conjunto de dados são inválidos." +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "Não foi possível deletar os conjuntos de dados em lote." -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Conjunto de dados" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 #, fuzzy msgid "Datasets do not contain a temporal column" msgstr "DataFrame deve incluir coluna temporal" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Fonte de dados" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 #, fuzzy msgid "Datasource & Chart Type" msgstr "Nome da fonte de dados" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "Nome da fonte de dados" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "Fonte de dados não existe" -#: superset/connectors/connector_registry.py:99 -#, fuzzy, python-format -msgid "Datasource id not found: %(id)s" -msgstr "Banco de dados não encontrado." +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "O tipo da fonte de dados é obrigatório quando é dado um `datasource_id`" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 #, fuzzy msgid "Date Time Format" msgstr "Formato de data e hora" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "Filtro de data" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 #, fuzzy msgid "Date format" msgstr "Formato de data e hora" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Formato de data e hora" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "Data/Tempo" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Formato de data e hora" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -4240,65 +5494,78 @@ msgstr "" "Coluna datetime não fornecida como parte da configuração da tabela e é " "obrigatória para este tipo de gráfico" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Formato de data e hora" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 #, fuzzy msgid "Day" msgstr "dia" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, fuzzy, python-format msgid "Days %s" msgstr "dia" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "Ativo" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "Dezembro" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "Caractere decimal" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "Deck.gl - Grade 3D" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "Deck.gl - 3D HEX" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "Deck.gl - Arc" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "Deck.gl - GeoJSON" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "Deck.gl - Múltiplas camadas" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "Deck.gl - Paths" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "Deck.gl - Polígono" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "Deck.gl - Scatter plot" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "Deck.gl - Grade de tela" @@ -4306,67 +5573,88 @@ msgstr "Deck.gl - Grade de tela" msgid "Default" msgstr "Padrão" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Endpoint padrão" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "URL padrão" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" "URL padrão para redirecionar quanto acessando a partir da página de lista" " de conjunto de dados" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 #, fuzzy msgid "Default Value" msgstr "Valores nulos" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "Valores nulos" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 #, fuzzy msgid "Default value is required" msgstr "Fonte de dados é obrigatória" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" @@ -4374,13 +5662,16 @@ msgstr "" "Define uma função de janela de rolagem para aplicar, funciona junto com a" " caixa de texto [Períodos]" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" @@ -4388,21 +5679,12 @@ msgstr "" "Define o agrupamento de entidades. Cada série é mostrada como uma cor " "específica no gráfico e tem uma alternância de legenda" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "" -"Define a origem onde os baldes de tempo começam, aceita datas naturais " -"como em `now`,` sunday` ou `1970-01-01`" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" @@ -4410,94 +5692,98 @@ msgstr "" "Define o tamanho da função da janela rolante, em relação à granularidade " "de tempo selecionada" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Deletar" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "Deletar %s?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "Deletar anotação?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "Deletar banco de dados?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "Deletar conjunto de dados?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "Deletar camada?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "Deletar consulta?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 #, fuzzy msgid "Delete Report?" msgstr "Deletar modelo?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Deletar modelo?" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "Realemente deletar tudo?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Deletar anotação" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "Deletar a aba do dashboard?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Deletar banco de dados" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 #, fuzzy msgid "Delete email report" msgstr "Alertas e relatórios" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Deletar consulta" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "Deletar modelo" @@ -4505,98 +5791,92 @@ msgstr "Deletar modelo" msgid "Delete this container and save to remove this message." msgstr "Delete este recipiente e salve para remover esta mensagem." -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "%(num)d anotação deletada" msgstr[1] "%(num)d anotações deletadas" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "%(num)d camada de anotação deletada" msgstr[1] "%(num)d camadas de anotação deletadas" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "%(num)d gráfico deletado" msgstr[1] "%(num)d gráficos deletados" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "%(num)d template CSS deletado" msgstr[1] "%(num)d templates CSS deletados" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "%(num)d painel deletado" msgstr[1] "%(num)d paineis deletados" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "%(num)d fonte de dados deletada" msgstr[1] "%(num)d fontes de dados deletadas" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "%(num)d agendamento de relatório deletado" msgstr[1] "%(num)d agendamentos de relatório deletados" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "%(num)d consulta salva deletada" msgstr[1] "%(num)d consultas salvas deletadas" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Deletado: %s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "Coluna singular de long e lat delimitada " -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "Delimitador" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "Delimitador usado no arquivo CSV (para espaço em branco use \\s+)" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "Entregar como grupo" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "Tipo de entrega" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 #, fuzzy msgid "Delivery method" msgstr "Adicionar método de entrega" @@ -4607,79 +5887,86 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 #, fuzzy msgid "Density" msgstr "Entidade" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +#, fuzzy +msgid "Dependent on" +msgstr "Ordenar decrescente" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 #, fuzzy msgid "Deprecated" msgstr "Criado" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Descrição" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "Descrição (isso pode ser visto na lista)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 #, fuzzy msgid "Description Columns" msgstr "descrição" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "Desmarcar todos" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "Detalhes da certificação" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "Determina se este painel é visível ou não na lista de todos os paineis" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 #, fuzzy msgid "Diamond" msgstr "e" @@ -4688,68 +5975,123 @@ msgstr "e" msgid "Did you mean:" msgstr "Você quis dizer:" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 #, fuzzy msgid "Difference" msgstr "Clique para ver a diferença" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "Grão de tempo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "É dimensão" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +#, fuzzy +msgid "Dimensions" +msgstr "É dimensão" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "Layout de Força Dirigida" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 #, fuzzy msgid "Directional" msgstr "descrição" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 #, fuzzy msgid "Disabled" msgstr "Editar tabela" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "Descartar alterações" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "painel" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 #, fuzzy msgid "Discrete" msgstr "foi criado" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 #, fuzzy msgid "Display Name" msgstr "Nome do filtro" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "Mostrar configuração" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "Configurações de agendamento" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4757,33 +6099,34 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 #, fuzzy msgid "Distribute across" msgstr "Custo estimado" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 #, fuzzy msgid "Distribution" msgstr "Contribuição" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Distribuição - Gráfico de barras" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "Divisor" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 #, fuzzy msgid "Documentation" msgstr "anotação" @@ -4792,166 +6135,231 @@ msgstr "anotação" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Não atualize" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 #, fuzzy msgid "Donut" msgstr "mês" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Editado" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "Baixar como imagem" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "Baixar como imagem" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "Rascunho" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Ordenar por" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy msgid "Drop column here" -msgstr "" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy msgid "Drop column or metric here" -msgstr "" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 msgid "Drop columns here" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +#, fuzzy msgid "Drop columns or metrics here" msgstr "%s coluna(s) e métrica(s)" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 msgid "Drop columns/metrics here or click" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 msgid "Drop temporal column here" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Clusters Druid" - -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Fonte de dados Druid" - -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Fontes de dados Druid" - -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" -"Druid suporta autenticação básica. Veja " -"[auth](http://druid.io/docs/latest/design/auth.html) e druid-basic-" -"security extension" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 #, fuzzy msgid "Dual Line Chart" msgstr "Gráfico de bala" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "Duplicar aba" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Editar conjunto de dados" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "Duplicar aba" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Duração" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" "Duração (em segundos) do timeout do cache para os gráficos desse banco de" " dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor " "não for definido será utilizado o timeout global." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -"Duração (em segundos) do timeout do cache para este gráfico. Caso este " -"valor não seja definido será usado o timeout do conjunto de dados." +"Duração (em segundos) do timeout do cache para os gráficos desse banco de" +" dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor " +"não for definido será utilizado o timeout global." -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." @@ -4959,27 +6367,17 @@ msgstr "" "Duração (em segundos) do timeout do cache para este gráfico. Se este " "valor não for definido será utilizado o timeout da fonte de dados/tabela." -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" -"Duração (em segundos) do timeout do cache para este cluser. Um timeout de" -" 0 indica que o cache nunca expira. Caso este valor não seja definido, o " -"valor global de timeout será utilizado." - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -"Duração (em segundos) do timeout do cache para esta fonte de dados. Uma " -"duração de 0 indica que o cache nunca expira. Caso este valor não seja " -"definido será utilizada a duração do cluster" +"Duração (em segundos) do timeout do cache para este gráfico. Caso este " +"valor não seja definido será usado o timeout do conjunto de dados." -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " @@ -4989,7 +6387,7 @@ msgstr "" "de 0 indica que o cache nunca expira. Caso este valor não seja definido " "será utilizado o timeout do banco de dados." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" @@ -4999,7 +6397,7 @@ msgstr "" " dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor " "não for definido será utilizado o timeout global." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 #, fuzzy msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " @@ -5009,116 +6407,138 @@ msgstr "" " dados. Um timeout de 0 indica que o cache nunca expira. Se esse valor " "não for definido será utilizado o timeout global." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "Duração: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +#, fuzzy +msgid "Dynamic Aggregation Function" +msgstr "Funções Python" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "gráfico" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "Alertas e relatórios" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "Erro %s" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 #, fuzzy msgid "Edge width" msgstr "Largura da linha" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Editar" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 #, fuzzy msgid "Edit Alert" msgstr "Editar tabela" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "Editar anotação" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "Editar camada de anotação" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "Editar CSS" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "Editar modelo CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "Editar propriedades do modelo CSS" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Editar gráfico" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Editar propriedades do gráfico" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Editar coluna" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "Editar o painel de instrumentos" @@ -5126,35 +6546,15 @@ msgstr "Editar o painel de instrumentos" msgid "Edit Database" msgstr "Editar banco de dados" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Editar conjunto de dados" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "Editar cluster Druid" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "Editar coluna Druid" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "Editar fonte de dados Druid" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "Editar métrica Druid" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "Editar log" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Editar métrica" @@ -5162,59 +6562,65 @@ msgstr "Editar métrica" msgid "Edit Plugin" msgstr "Editar um plugin" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 #, fuzzy msgid "Edit Report" msgstr "relatório" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "Editar filtro de segurança a nível de linha" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "Editar consulta salva" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Editar tabela" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Editar anotação" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "Editar camada de anotação" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Editar propriedades da camada de anotação" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Editar gráfico" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "Editar propriedades do gráfico" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 #, fuzzy msgid "Edit dashboard" msgstr "Editar o painel de instrumentos" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "Editar as propriedades do painel" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Editar banco de dados" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "Editar conjunto de dados" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -5223,95 +6629,102 @@ msgstr "" msgid "Edit formatter" msgstr "Formato D3" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "Editar propriedades" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "Editar consulta" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Editar modelo" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "Editar parâmetros de template" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Editar o painel de instrumentos" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "Editar intervalo de tempo" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Editado" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "Editando 1 filtro:" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 #, fuzzy msgid "Editing filter set:" msgstr "Editando 1 filtro:" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "Formato do email" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "Duração" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 #, fuzzy -msgid "Emit Target" -msgstr "Editar conjunto de dados" +msgid "Embed" +msgstr "Novembro" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -#, fuzzy -msgid "Emit dashboard cross filters" -msgstr "Editar as propriedades do painel" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 #, fuzzy -msgid "Emit dashboard cross filters." -msgstr "Editar as propriedades do painel" +msgid "Embed dashboard" +msgstr "Salvar painel" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 #, fuzzy -msgid "Emitted values" -msgstr "Limitar valores do seletor" +msgid "Emit Filter Events" +msgstr "É filtrável" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -5319,7 +6732,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -5328,24 +6741,51 @@ msgstr "" msgid "Empty collection" msgstr "Conexão de teste" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "coluna" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "Consulta vazia?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "Consulta vazia?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "Ativar seleção de filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5354,46 +6794,63 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "Encontrada entrada espacial inválida NULL, por favor considere filtrá-la." -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "Fim" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "Longitute/latitude inválida" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +#, fuzzy +msgid "End Longitude & Latitude" +msgstr "Longitute/latitude inválida" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "Fim do tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 #, fuzzy msgid "End angle" msgstr "Faixa de tempo" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "data" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 #, fuzzy msgid "End date excluded from time range" msgstr "Configurar intervalo de tempo personalizado" @@ -5402,105 +6859,122 @@ msgstr "Configurar intervalo de tempo personalizado" msgid "End date must be after start date" msgstr "A data de fim deve ser posterior à data de início" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 #, fuzzy msgid "Engine Parameters" msgstr "Parâmetros do template" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Enviar Excel" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Digite um novo título para a aba" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 #, fuzzy msgid "Enter a name for this sheet" msgstr "Digite um novo título para a aba" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "Digite um novo título para a aba" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 #, fuzzy msgid "Enter duration in seconds" msgstr "Tempo em segudos" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 #, fuzzy msgid "Enter fullscreen" msgstr "Exibir em fullscreen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "Entidade" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 #, fuzzy msgid "Entity ID" msgstr "Entidade" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -#, fuzzy, python-format +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#, fuzzy msgid "Error" msgstr "Erro %s" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "Mensagem de erro" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "Erro na expressão jinja na cláusula HAVING: %(msg)s" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "Erro na expressão jinja nos filtros RLS: %(msg)s" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "Erro na expressão jinja na cláusula WHERE: %(msg)s" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "Erro na expressão jinja ao buscar os valores do predicado: %(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "Mensagem de erro" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 #, fuzzy @@ -5512,42 +6986,63 @@ msgstr "Erro ao buscar dados" msgid "Error while fetching data: %s" msgstr "Erro ao buscar dados" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, fuzzy, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Erro ao salvar conjunto de dados: %s" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "Estado do agendamento de relatório não encontrado" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "Custo estimado" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "Custo estimado da consulta selecionada" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "Estima o custo antes de executar uma consulta" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "Recentes" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 #, fuzzy msgid "Event Flow" msgstr "Fluxo de eventos" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 #, fuzzy msgid "Event Names" msgstr "Nome da folha" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "Fluxo de eventos" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 #, fuzzy msgid "Event time column" msgstr "Coluna de tempo" @@ -5558,23 +7053,23 @@ msgstr "todo" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 #, fuzzy msgid "Exact" msgstr "Próximo" @@ -5588,22 +7083,16 @@ msgstr "Próximo" msgid "Example" msgstr "Exemplos" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "Exemplos" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "Arquivo Excel" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" @@ -5612,11 +7101,11 @@ msgstr "" "Arquivo Excel \"%(excel_filename)s\" carregado para a tabela " "\"%(table_name)s\" no banco de dados \"%(db_name)s\"" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "Configuração Excel para banco de dados" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 #, fuzzy msgid "Exclude selected values" msgstr "Limitar valores do seletor" @@ -5626,38 +7115,70 @@ msgstr "Limitar valores do seletor" msgid "Executed SQL" msgstr "Consulta executada" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "Consulta executada" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 #, fuzzy msgid "Execution ID" msgstr "Log de execução" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "Log de execução" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Mudar conjunto de dados" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 #, fuzzy msgid "Exit fullscreen" msgstr "Exibir em fullscreen" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "e" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "Expandir todos" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "Cabeçalho de linha" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 #, fuzzy msgid "Expand table preview" msgstr "Remover a visualização da tabela" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "Expandir barra de ferramentas" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5667,110 +7188,119 @@ msgstr "Expandir barra de ferramentas" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "Explorar" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "Explorar - %(table)s" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "Explore os resutados na visão de exploração de dados" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "Exportar" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "Exportar CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "Exportar painéis?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 #, fuzzy msgid "Export query" msgstr "Consulta do usuário" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "Exportar para YAML" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 #, fuzzy -msgid "Export to .CSV format" -msgstr "Exportar para o formato .csv" +msgid "Export to .JSON" +msgstr "Exportar para YAML" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 #, fuzzy -msgid "Export to .JSON format" -msgstr "Exportar para o formato .csv" +msgid "Export to Excel" +msgstr "Exportar para YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Exportar para YAML" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "Exportar para YAML?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Expor no SQL Lab" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "Expor este banco de dados no SQL Lab" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Expressão" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Extra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 #, fuzzy msgid "Extra Parameters" msgstr "Parâmetros do template" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 #, fuzzy msgid "" "Extra data to specify table metadata. Currently supports metadata of the " @@ -5783,27 +7313,32 @@ msgstr "" "\"certified_by\": \"Data Platform Team\", \"details\": \"This table is " "the source of truth.\" } }`." -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "Campo Extra não pode ser decodificado por JSON. %(msg)s" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "Parâmetros extras para usar nas consultas jinja com template" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 #, fuzzy msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "Parâmetros extras para usar nas consultas jinja com template" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 #, fuzzy msgid "Extra url parameters for use in Jinja templated queries" msgstr "Parâmetros extras para usar nas consultas jinja com template" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "textarea" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "FEV" @@ -5812,45 +7347,75 @@ msgstr "FEV" msgid "FRI" msgstr "SEX" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 #, fuzzy msgid "Factor" msgstr "Outubro" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "Falhar" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "Falhou" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Falha ao buscar resultados" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "Falha ao buscar resultados" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "Falha ao verificar as opções do select: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "Favorito" @@ -5862,34 +7427,36 @@ msgstr "Favoritos" msgid "February" msgstr "Fevereiro" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "Buscar valores de" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "Predicado da busca de valores" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "Obter a visualização de dados" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "Obtido %s" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +#, fuzzy +msgid "Fetching" +msgstr "Configurações" + +#: superset/databases/commands/exceptions.py:63 #, fuzzy, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "Campo não pode ser decodificado por JSON. %{json_error}s" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "Campo não pode ser decodificado por JSON. %(msg)s" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "Campo é obrigatório" @@ -5897,133 +7464,173 @@ msgstr "Campo é obrigatório" msgid "File" msgstr "Arquivo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "Cor fixa" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 #, fuzzy msgid "Fill method" msgstr "Método de notificação" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "Falhou" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 #, fuzzy msgid "Filter" msgstr "Filtros" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +#, fuzzy +msgid "Filter Configuration" +msgstr "Configuração do filtro" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "Lista de filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "Configurar escopos do filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 #, fuzzy msgid "Filter Type" msgstr "Filtrar por usuário" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "Caixa de filtro" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Filtrar seus gráficos" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Configuração do filtro" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "Configuração do filtro para a caixa de filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Nome do filtro" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Nome do filtro" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "Filtrar resultados" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 -#, fuzzy, python-format +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#, fuzzy msgid "Filter set already exists" msgstr "Fonte de dados %(name)s já existe" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 #, fuzzy msgid "Filter set with this name already exists" msgstr "Já existe um banco de dados com o mesmo nome" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 #, fuzzy msgid "Filter type" msgstr "Filtrar por usuário" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "Filtrar valor (sensível a maiúscula/minúscula)" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "Fonte de dados é obrigatória" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Filtrar seus gráficos" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Filtrável" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "Filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, fuzzy, python-format msgid "Filters (%d)" msgstr "Filtros sem valor (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "filtra pelas colunas" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "fitra pelas métricas" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "Configuração dos filtros" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -#, fuzzy -msgid "Filters configuration and scoping" -msgstr "Configuração de filtro e escopo" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -6042,19 +7649,23 @@ msgstr "" "cláusula de filtro aplicada seria (department = 'Finance' OR department =" " 'Marketing') AND (region = 'Europe')." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 #, fuzzy msgid "Fix to selected Time Range" msgstr "Configurar intervalo de tempo avançado" @@ -6064,46 +7675,60 @@ msgstr "Configurar intervalo de tempo avançado" msgid "Fixed" msgstr "Modificado" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 #, fuzzy msgid "Fixed Color" msgstr "Cor fixa" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "Cor fixa" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 #, fuzzy msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "Estima o custo antes de executar uma consulta" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " @@ -6113,22 +7738,28 @@ msgstr "" " aplicado. Para filtros base, esses são os papeis não impactados pelo " "filtro, ex. Admin se o admin deve ver todos os dados." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 #, fuzzy msgid "Force" msgstr "Fonte" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "Formato de data e hora" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "Forçar atualização" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "Forçar atualização da lista de esquemas" @@ -6136,45 +7767,86 @@ msgstr "Forçar atualização da lista de esquemas" msgid "Force refresh table list" msgstr "Forçar a atualização da lista de tabelas" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 #, fuzzy msgid "Forecast periods" msgstr "Período de inatividade" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Frequência de atualização" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 #, fuzzy msgid "Formattable" msgstr "Chaves da tabela" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "Chaves da tabela" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Limitar valores do seletor" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "Formato de data e hora" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "Formato D3" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "Valores nulos" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 #, fuzzy msgid "Frequency" msgstr "Frequência de atualização" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 #, fuzzy msgid "Friction" msgstr "Ação" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -6182,36 +7854,71 @@ msgstr "" msgid "Friday" msgstr "Sexta" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "Desde a data não pode ser maior do que até a data" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Nome da consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 #, fuzzy msgid "Funnel Chart" msgstr "Novo gráfico" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "Agrupar por" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 #, fuzzy msgid "Gauge Chart" msgstr "Salvar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "Todos os gráficos" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "coluna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "Configurações de agendamento" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "Geohash" @@ -6224,28 +7931,56 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "Período de inatividade" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 #, fuzzy msgid "Graph Chart" msgstr "Salvar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (maior ou igual)" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "criar um" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#, fuzzy +msgid "Grid" +msgstr "Sexta" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +#, fuzzy +msgid "Grid Size" +msgstr "Tamanho da bolha" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 #, fuzzy msgid "Group By" @@ -6255,72 +7990,114 @@ msgstr "Agrupar por" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "Group By' e 'Columns' não podem colidir" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Agrupar por" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Agrupável" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +#, fuzzy +msgid "Handlebars" +msgstr "alertas" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "Deletar modelo" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "foi criado" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "Cabeçalho" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "Cabeçalho de linha" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Mapa de calor" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "Altura" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "Esconder camada" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "Alternar descrição do gráfico" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "Esconder camada" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Senha do corretor" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "Esconder barra de ferramentas" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "Métrica para ordernar os resultados" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 #, fuzzy msgid "Hierarchy" msgstr "Pesquisa" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Histograma" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Início" @@ -6329,53 +8106,63 @@ msgstr "Início" msgid "Horizon Chart" msgstr "Gráficos Horizon" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "Gráficos Horizon" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "Gráficos Horizon" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 #, fuzzy msgid "Hour" msgstr "hora" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, fuzzy, python-format msgid "Hours %s" msgstr "hora" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "Offset de horas" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "Manter os logs disponíveis por quanto tempo para este alerta" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 #, fuzzy msgid "" "How to display time shifts: as individual lines; as the difference " @@ -6387,29 +8174,29 @@ msgstr "" "a diferença percentual; ou com a razão entre as séries e as mudanças de " "horário." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "ISO 8601" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 #, fuzzy msgid "Id" msgstr "identidade:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 #, fuzzy msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " @@ -6424,7 +8211,7 @@ msgstr "" "como conta de serviço, mas personificarão o usuário logado atual via " "propriedade hive.server2.proxy.user." -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6438,28 +8225,28 @@ msgstr "" "consultas como conta de serviço, mas personifique o usuário atualmente " "conectado usando a propriedade hive.server2.proxy.user." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Fonte de dados %(name)s já existe" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " -msgstr "Se ativado você pode usar a" +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" +msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" "Se selecionado, por favor configure os esquemas permitidos para carga do " "CSV no Extra." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "" -"Se selecionado, por favor configure os esquemas permitidos para carga de " -"dados em Extra." - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." @@ -6467,38 +8254,43 @@ msgstr "" "Se a tabela existe faça um dos seguintes: Falhar (não faz nada), " "Substituir (apaga e recria a tabela) ou Inserir (insere dados no fim)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "" +"Falha na execução do agendamento de relatório ao gerar uma captura de " +"tela." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 #, fuzzy msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "Personificar usuário logado (Presto e Hive)" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "Representar o usuário conectado" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Importar" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Importar %s" @@ -6507,19 +8299,19 @@ msgstr "Importar %s" msgid "Import Dashboard(s)" msgstr "Importar paineis" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Importar painéis" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "Importar uma definição de tabela" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "A importação do gráfico falhou por um motivo desconhecido" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 #, fuzzy msgid "Import charts" msgstr "Sem gráficos" @@ -6528,30 +8320,30 @@ msgstr "Sem gráficos" msgid "Import dashboard failed for an unknown reason" msgstr "Falha na importação do painel por razão desconhecida" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Importar paineis" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "A importação do banco de dados falhou por uma razão desconhecida" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 #, fuzzy -msgid "Import databases" +msgid "Import database from file" msgstr "Editar banco de dados" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "A importação do conjunto de dados falhou por razão desconhecida" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 #, fuzzy msgid "Import datasets" msgstr "Editar conjunto de dados" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 #, fuzzy msgid "Import queries" msgstr "Consulta vazia?" @@ -6561,125 +8353,135 @@ msgstr "Consulta vazia?" msgid "Import saved query failed for an unknown reason." msgstr "A importação do gráfico falhou por um motivo desconhecido" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "em" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 #, fuzzy msgid "Include time" msgstr "Fim do tempo" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Filtros incompatíveis (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Meu" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "Coluna de índice" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "Inferir formato datetime" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "Informação" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "Filtragem instantânea" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 #, fuzzy msgid "Intensity" msgstr "Entidade" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "Usar Pandas para interpretar o formato datetime automaticamente." + +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "Usar Pandas para interpretar o formato datetime automaticamente." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 #, fuzzy msgid "Interval End column" msgstr "filtra pelas colunas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 #, fuzzy msgid "Interval bounds" msgstr "filtra pelas colunas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 #, fuzzy msgid "Interval colors" msgstr "Esquema de cor linear" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 #, fuzzy msgid "Interval start column" msgstr "filtra pelas colunas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 #, fuzzy msgid "Intervals" msgstr "Intervalo de atualização" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "JSON inválido" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -#, fuzzy -msgid "Invalid account information" -msgstr "Informações básicas" +#: superset/advanced_data_type/api.py:100 +#, fuzzy, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "rolling_type inválido: %(type)s" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "Certificado inválido" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -6687,10 +8489,11 @@ msgstr "" "Texto de conexão inválido, um tempo válido geralmente segue:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 +#, fuzzy msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" "Texto de conexão inválido, um texto válido geralmente segue: " "driver://user:password@database-host/database-name" @@ -6711,137 +8514,185 @@ msgstr "" msgid "Invalid cron expression" msgstr "Expressão cron inválida" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "Operador cumulativo inválido: %(operator)s" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "Formato de date/timestamp inválido" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "Configuração de filtro inválida, por favor selecione uma coluna" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "Tipo de operação do filtro inválido: %(op)s" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "Texto geodetic inválido" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "Texto geohash inválido" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "Configuração lat/long inválida." -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "Longitute/latitude inválida" -#: superset/utils/core.py:1318 -#, fuzzy -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" msgstr "Certificado inválido" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "Função `numpy` inválida: %(operator)s" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "Opções inválidas para %(rolling_type)s: %(options)s" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, fuzzy, python-format msgid "Invalid result type: %(result_type)s" msgstr "rolling_type inválido: %(type)s" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "rolling_type inválido: %(type)s" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "Ponto espacial encontrado inválido: %s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "Certificado inválido" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "Seleção invertida" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "Está escondido" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "Mudanças do gráfico" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 #, fuzzy msgid "Is certified" msgstr "Certificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "É dimensão" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "Editar tabela" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "É favorito" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "É filtrável" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "Não nulo" + +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "Não nulo" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "É temporal" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 #, fuzzy msgid "Issue 1000 - The dataset is too large to query." msgstr "Problema 1000 - A fonte de dados é muito grande para consulta." -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "Problema 1001 - O banco de dados está sob carga atípica." -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "Parece que você não tem acesso a qualquer banco de dados" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "JAN" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "Metadados JSON" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "Metadados JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "JSON não é válido" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 #, fuzzy msgid "" "JSON string containing additional connection configuration. This is used " @@ -6865,13 +8716,49 @@ msgstr "JUN" msgid "January" msgstr "Janeiro" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Editar modelo" + +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" +msgstr "" +"Uma lista de colunas separadas por vírgula que devem ser interpretadas " +"como datas." + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +#, fuzzy +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" +"Lista dos valores JSON que deve devem ser tratados como nulos. Exemplos: " +"[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Alerta: o banco de " +"dados Hive suporta apenas valores singulares. Use [\"\"] para texto " +"vazio." + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6890,47 +8777,75 @@ msgstr "Julho" msgid "June" msgstr "Junho" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "Chaves da tabela" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtros" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Limite de linha" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "Rótulo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 #, fuzzy msgid "Label Type" msgstr "Tipo de dado" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "Fonte de dados %(name)s já existe" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "Etiqueta para sua consulta" @@ -6939,17 +8854,18 @@ msgstr "Etiqueta para sua consulta" msgid "Label position" msgstr "última partição:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 #, fuzzy msgid "Labels" @@ -6967,23 +8883,24 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 #, fuzzy msgid "Large" msgstr "Compartilhar" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 #, fuzzy msgid "Last" msgstr "em" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Modificado pela última vez" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Última modificação" @@ -6992,71 +8909,81 @@ msgstr "Última modificação" msgid "Last Updated %s" msgstr "Última atualização %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Última atualização %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Última modificação" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Modificado por último por %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Última execução" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "Camada" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Configuração da camada" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 #, fuzzy msgid "Least recently modified" msgstr "Última modificação" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 #, fuzzy msgid "Left" msgstr "alerta" @@ -7073,102 +9000,149 @@ msgid "Left Axis Metric" msgstr "Métrica do eixo direito" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 -#, fuzzy, python-format +#, fuzzy msgid "Left Axis chart(s)" msgstr "Selecione um esquema (%s)" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 #, fuzzy msgid "Left value" msgstr "Valores nulos" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 #, fuzzy msgid "Legend" msgstr "Alterado" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "Formato do email" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Deletar anotação" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "última partição:" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (menor ou igual)" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "Altura" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "Filtrar valor (sensível a maiúscula/minúscula)" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "Limite atingido" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "Limitar valores do seletor" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "Tipo de Viz" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 #, fuzzy msgid "" "Limits the number of series that get displayed. A joined subquery (or an " @@ -7183,66 +9157,99 @@ msgstr "" "funcionalidade é útil quando agrupando por dimensões com cardinalidade " "alta." -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 #, fuzzy msgid "Line" msgstr "Meu" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 #, fuzzy msgid "Line Chart" msgstr "Minimizar gráfico" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "Largura da linha" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 #, fuzzy msgid "Linear Color Scheme" msgstr "Esquema de cor linear" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "Esquema de cor linear" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "Link copiado!" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "Coluna de tempo" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "Observações da lista" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "Ordenar ascendente" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Link copiado!" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "Lista de consulta salva" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Limitar valores do seletor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -7251,15 +9258,20 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "Última atualização %s" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "Editor de CSS ao vivo" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "Carregue um modelo CSS" @@ -7271,59 +9283,72 @@ msgstr "Dados carregados em cache" msgid "Loaded from cache" msgstr "Carregado do cache" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "Upload" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "Retenção do log (dias)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "Criar novo gráfico" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "Retenção do log" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Login" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Largura da linha" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Sair" @@ -7331,15 +9356,32 @@ msgstr "Sair" msgid "Logs" msgstr "Logs" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +#, fuzzy +msgid "Longitude & Latitude" +msgstr "Colunas de latitude e longitude" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "Colunas de latitude e longitude" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "Longitute/latitude inválida" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -7355,11 +9397,17 @@ msgstr "MAI" msgid "MON" msgstr "SEG" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "Principal coluna datetime" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" @@ -7367,42 +9415,65 @@ msgstr "" "Requisição mal formada. Os argumentos slice_id ou table_name e db_name " "são esperados" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Gerenciar" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "Gerenciar relatórios por email para os gráficos" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "Alertas e relatórios" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "Gerenciar relatórios por email para os paineis" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +#, fuzzy +msgid "Manage your databases" +msgstr "Nomeie seu conjunto de dados" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "Mandatório" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "Unificar colunas duplicadas" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 #, fuzzy msgid "Map" msgstr "Treemap" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 #, fuzzy msgid "Map Style" msgstr "Tipo de marcação" @@ -7412,7 +9483,7 @@ msgstr "Tipo de marcação" msgid "MapBox" msgstr "Mapbox" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "Mapbox" @@ -7420,32 +9491,34 @@ msgstr "Mapbox" msgid "March" msgstr "Março" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 #, fuzzy msgid "Margin" msgstr "Origem" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -#, fuzzy, python-format +#, fuzzy msgid "Marker labels" msgstr "[Alert] %(label)s" @@ -7457,7 +9530,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -7470,35 +9543,47 @@ msgstr "alertas" msgid "Markup type" msgstr "Tipo de marcação" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Max" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 #, fuzzy msgid "Max Bubble Size" msgstr "Tamanho da bolha" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "Maximizar gráfico" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Valores nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7506,142 +9591,145 @@ msgstr "" msgid "May" msgstr "Maio" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Limitar valores do seletor" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Limitar valores do seletor" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -#, fuzzy -msgid "Message Content" -msgstr "Conteúdo da mensagem" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "Conteúdo da mensagem" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 #, fuzzy msgid "Metadata" msgstr "Metadados JSON" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "Última atualização dos metadados" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 #, fuzzy msgid "Metadata Parameters" msgstr "Parâmetros do template" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "Metadados foram sincronizados" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadados atualizados para a seguinte tabela(s): %(tables)s" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "Método" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Métrica" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "Métrica '%(metric)s' não existe" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 #, fuzzy msgid "Metric ascending" msgstr "Ordenar ascendente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "Metric atribuído ao eixo [X]" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "Metric atribuído ao eixo [Y]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 #, fuzzy msgid "Metric descending" msgstr "Ordenar decrescente" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -#, fuzzy -msgid "Metric for Color" -msgstr "Uma métrica para usar para cores" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "Nome da consulta" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "Nome de métrica [%s] está duplicado" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 #, fuzzy msgid "Metric to display bottom title" msgstr "Escolha uma métrica para exibir" @@ -7650,161 +9738,215 @@ msgstr "Escolha uma métrica para exibir" msgid "Metric to sort the results by" msgstr "Métrica para ordernar os resultados" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." -msgstr "Metrica(s) {} deve(m) ser agregação(ões)." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Métricas" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "Arquivo" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Filtros" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "Min" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 #, fuzzy msgid "Min Periods" msgstr "Períodos mínimos" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 #, fuzzy msgid "Min Width" msgstr "Largura da linha" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "Períodos mínimos" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "Meu" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "Minimizar gráfico" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 #, fuzzy msgid "Minimum" msgstr "minuto" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Valores nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 #, fuzzy msgid "Minute" msgstr "minuto" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, fuzzy, python-format msgid "Minutes %s" msgstr "minuto" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 #, fuzzy -msgid "Missing Required Fields" -msgstr "Nome é obrigatório" +msgid "Missing URL parameters" +msgstr "Editar parâmetros de template" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 #, fuzzy msgid "Missing dataset" msgstr "Mudar conjunto de dados" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "Minimizar gráfico" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Modificado" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, fuzzy, python-format msgid "Modified %s" msgstr "Última modificação %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Modificado por" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "Colunas modificadas: %s" @@ -7813,22 +9955,28 @@ msgstr "Colunas modificadas: %s" msgid "Monday" msgstr "Segunda" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 #, fuzzy msgid "Month" msgstr "mês" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, fuzzy, python-format msgid "Months %s" msgstr "mês" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "Mais opções relacionadas ao conjunto de dados" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Ver mais" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Filtro de data" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7837,48 +9985,56 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 #, fuzzy msgid "Multi-Dimensions" msgstr "É dimensão" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 #, fuzzy msgid "Multiple Line Charts" msgstr "Série temporal - gráficos de múltiplas linhas" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "Autocompletar filtros" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " @@ -7887,183 +10043,233 @@ msgstr "" "Múltiplos formatos aceitos, veja a biblioteca Python geopy.points para " "mais detalhes" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -#, fuzzy -msgid "Multiple select" -msgstr "Permitir múltipla seleção" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" "Seleção múltipla permitida, caso contrário o filtro é limitado a um valor" " singular" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "Ativo" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "Deve ser único" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Escolha um gráfico ou painel, não ambos" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "Deve ter uma coluna [Group By] para ter 'count' como [Label]" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Deve ter pelo menos uma coluna numérica" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 #, fuzzy msgid "My column" msgstr "coluna" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "Métrica" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "Um ou vários controles para agrupar" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "NOV" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "AGORA" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Nome" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "Nome é obrigatório" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "O nome deve ser único" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 #, fuzzy msgid "Name of table to be created from columnar data." msgstr "Nome da tabela a ser criada a partir dos dados do Excel." -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Nome da tabela a ser criada a partir dos dados CSV." - -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "Nome da tabela a ser criada a partir dos dados do Excel." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Nome da tabela a ser criada a partir dos dados CSV." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 #, fuzzy msgid "Name of the id column" msgstr "Colunas das séries temporais" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Nome da tabela que existe no banco de dados de origem" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 #, fuzzy msgid "Name of the target nodes" msgstr "Donos do conjunto de dados" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 #, fuzzy msgid "Name your database" msgstr "Nomeie seu conjunto de dados" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." -msgstr "Erro de rede." - -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Novo" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "Erro de rede." + +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Erro de rede." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "Novo gráfico" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "Novas colunas adicionadas: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Mudar conjunto de dados" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "nome do conjunto de dados" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 #, fuzzy msgid "New filter set" msgstr "Configurar escopos do filtro" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Cabeçalho" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "Nova aba" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "Próximo" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 #, fuzzy msgid "Nightingale Rose Chart" msgstr "Série temporal - gráfico de rosa de Nightingale" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "Não" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "Nenhum %s ainda" @@ -8072,192 +10278,369 @@ msgstr "Nenhum %s ainda" msgid "No Access!" msgstr "Não há acesso!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 #, fuzzy msgid "No Data" msgstr "Sem dados" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 #, fuzzy msgid "No Results" msgstr "Ver resultados" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "camadas de anotação" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "Nenhuma camada de anotação ainda" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "Nenhuma anotação ainda" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Filtros aplicados (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "Todos os filtros" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "Sem gráficos" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Sem gráficos" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 #, fuzzy msgid "No columns" msgstr "coluna" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -#, fuzzy, python-format +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Filtros incompatíveis (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +#, fuzzy msgid "No compatible columns found" msgstr "Filtros incompatíveis (%d)" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "Filtros incompatíveis (%d)" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "Filtros incompatíveis (%d)" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "Sem painéis" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Sem painéis" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "Sem dados" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "Nenhum dado no arquivo" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "Banco de dados não encontrado." + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 #, fuzzy msgid "No description available." msgstr "descrição" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "Ainda não há gráficos favoritos, clique nas estrelas!" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "Ainda não há painéis favoritos, clique nas estrelas!" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 #, fuzzy msgid "No filter" msgstr "Adicionar filtro" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "Nenhm filtro selecionado." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -#, fuzzy, python-format +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Adicionar filtro" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Não existem filtros nesse painel." + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Nenhum registro foi encontrado" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +#, fuzzy msgid "No of Bins" msgstr "Cópia de %s" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "Ainda não há histórico de consultas ..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "Recentes" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "Nenhum registro foi encontrado" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "Ver resultados" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "Nenhum resultado encontrado" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "Expressão SQL" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy +msgid "No saved metrics found" +msgstr "%s métrica(s) salva(s)" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Perguntas frequentes" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" "Nenhum resultado armazenado encontrado, você precisa executar sua " "consulta novamente" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" "Coluna não encontrada. Para filtrar uma métrica, tente a aba SQL " "personalizado." -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Coluna de tempo" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "Filtros incompatíveis (%d)" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 #, fuzzy msgid "No time columns" msgstr "Coluna de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 #, fuzzy msgid "Node select mode" msgstr "Executar seleção" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 #, fuzzy msgid "Node size" msgstr "Tamanho da bolha" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "Nenhum" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 #, fuzzy msgid "Not Time Series" msgstr "Editar intervalo de tempo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Adicionar ao painel" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "descrição" + +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (não é igual)" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "anotação" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "Não nulo" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 #, fuzzy msgid "Not triggered" msgstr "Nada disparado" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "Nada disparado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "Método de notificação" @@ -8265,16 +10648,27 @@ msgstr "Método de notificação" msgid "November" msgstr "Novembro" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 #, fuzzy msgid "Now" msgstr "Linha" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Valores nulos" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "anotação" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "Nulo ou vazio" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "Valores nulos" @@ -8283,58 +10677,95 @@ msgstr "Valores nulos" msgid "Number Format" msgstr "Formato D3" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 #, fuzzy msgid "Number format" msgstr "Formato D3" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "Formato D3" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "Número de linhas do arquivo para ler." + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "Número de linhas do arquivo para ler." -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "Número de linhas a serem puladas no ínicio do arquivo." + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "Número de linhas a serem puladas no ínicio do arquivo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #, fuzzy msgid "Numerical range" msgstr "Faixa de tempo" @@ -8343,12 +10774,15 @@ msgstr "Faixa de tempo" msgid "OCT" msgstr "OUT" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "OK" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "SOBRESCREVER" @@ -8356,28 +10790,19 @@ msgstr "SOBRESCREVER" msgid "October" msgstr "Outubro" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "Desligado" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Offset" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" -"Uma vez que um alerta é disparado, quanto tempo, em segundos, antes do " -"Superset disparar novamente." - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -8385,31 +10810,29 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 #, fuzzy msgid "One or many columns to pivot as columns" msgstr "Um ou vários controles para girar como colunas" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "Um ou vários controles para girar como colunas" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "Uma ou várias métricas para exibir" @@ -8438,119 +10861,126 @@ msgstr "Uma ou mais métricas estão duplicadas" msgid "One or more metrics do not exist" msgstr "Uma ou mais métricas não existem" -#: superset/errors.py:113 +#: superset/errors.py:119 #, fuzzy msgid "One or more parameters needed to configure a database are missing." msgstr "" "Problema 1006 - Um ou mais parâmetros especificados na consulta estão " "faltando." -#: superset/errors.py:127 +#: superset/errors.py:133 #, fuzzy msgid "One or more parameters specified in the query are malformatted." msgstr "" "Problema 1006 - Um ou mais parâmetros especificados na consulta estão " "faltando." -#: superset/errors.py:101 +#: superset/errors.py:107 #, fuzzy msgid "One or more parameters specified in the query are missing." msgstr "" "Problema 1006 - Um ou mais parâmetros especificados na consulta estão " "faltando." -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "Falha ao carregar uma ou mais camadas de anotação." -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 #, fuzzy msgid "Only SELECT statements are allowed against this database." msgstr "Apenas instruções `SELECT` são permitidas nesse banco de dados" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "Apenas instruções `SELECT` são permitidas" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "Apenas paineis selecionados serão afetados por este filtro" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "Apenas uma query suportada" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" "Apenas as seguintes extensões de arquivo são permitidas: " "%(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "Ocorreu um erro" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "Opacidade" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Abrir aba da fonte de dados" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "Abrir no SQL Lab" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Abrir consulta no SQL Lab" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" -"Opera o banco de dados em modo asíncrono, significando que as consultas " -"são executas em trabalhadores remotos ao invés do servidor web. Isso " -"assumindo que você tenha configurado um trabalhador Celery assim como um " -"backend de resultados. Veja os documentos de instalação para mais " -"informações." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8563,18 +10993,18 @@ msgstr "" "backend de resultados. Veja a documentação de instalação para mais " "informações." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -#, fuzzy, python-format +#, fuzzy msgid "Operator" msgstr "%s operador(es)" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "Operador indefinido para agregador: %(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." @@ -8582,103 +11012,131 @@ msgstr "" "Conteúdo CA_BUNDLE opcional para validar requisições HTTPS. Disponível " "apenas em certos bancos de dados." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "Informação adicional" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "Informação adicional" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -#, fuzzy, python-format +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +#, fuzzy msgid "Options" msgstr "%s opção(ões)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 #, fuzzy msgid "Ordering" msgstr "Ordenar decrescente" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "Deletar anotação" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" +msgstr "Distribuição - Gráfico de barras" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" -msgstr "Origem" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 #, fuzzy msgid "Original" msgstr "Origem" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "Ordem original da coluna da tabela" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 #, fuzzy msgid "Other" msgstr "mês" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 #, fuzzy msgid "Outer edge of Pie chart" msgstr "O id do gráfico ativo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 #, fuzzy msgid "Overlap" msgstr "Mapa mundial" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " @@ -8688,57 +11146,110 @@ msgstr "" "relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: " "24 hours, 7 days, 52 weeks, 365 days). Texto livre é suportado." -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" +"Sobrepoe uma or mais séries de tempo a partir de um período do tempo " +"relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: " +"24 hours, 7 days, 52 weeks, 365 days). Texto livre é suportado." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Mostrar origem do tempo Druid" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Editar intervalo de tempo" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Sobrescrever" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Sobrescrever & explorar" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "Sobrescrever painel [%s]" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Unificar colunas duplicadas" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "Sobrescrever texto no editor com uma consulta nessa tabela" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Proprietário" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "os Proprietários" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "Donos inválidos" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "Os proprietários são uma lista de usuários que podem alterar o painel." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." @@ -8746,7 +11257,7 @@ msgstr "" "Donos é uma lista usuários que podem alterar este painel. Pode ser " "pesquisado através do nome ou nome de usuário." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8754,24 +11265,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "Método resample do Pandas" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "Regra de resample do Pandas" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "Coordenadas paralelas" @@ -8779,207 +11292,253 @@ msgstr "Coordenadas paralelas" msgid "Parameter error" msgstr "Erro de parâmetro" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Parâmetros" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 #, fuzzy msgid "Parameters " msgstr "Parâmetros" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "Filtro pai" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -#, fuzzy -msgid "Parent filter is required" -msgstr "Tipo é obrigatório" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "Interpretar datas" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 #, fuzzy msgid "Partition Chart" msgstr "Diagrama de Partição" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "Diagrama de Partição" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 #, fuzzy msgid "Partition Limit" msgstr "Diagrama de Partição" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 #, fuzzy msgid "Password" msgstr "Senha do corretor" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 #, fuzzy msgid "Pattern" msgstr "Atualizar" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 #, fuzzy msgid "Percent Change" msgstr "Mudanças do gráfico" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Recentes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "Mudanças do gráfico" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 #, fuzzy msgid "Percentage metrics" msgstr "Ordenar métrica" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 #, fuzzy msgid "Percentages" msgstr "Recentes" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "Períodos" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +#, fuzzy +msgid "Periods must be a whole number" msgstr "Períodos deve ser um valor inteiro positivo" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 #, fuzzy msgid "Person or group that has certified this chart." msgstr "Pessoa ou grupo que certificou essa métrica" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 #, fuzzy msgid "Person or group that has certified this dashboard." msgstr "Pessoa ou grupo que certificou essa métrica" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "Pessoa ou grupo que certificou essa métrica" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "Físico" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "Físico (tabela ou view)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Conjunto de dados físico" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "Escolha uma granularidade na seção Tempo ou desmarque 'Incluir hora'" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Escolha uma métrica para o eixo esquerdo!" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Escolha uma métrica para o eixo direito!" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Escolha uma métrica para x, y e tamanho" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Escolha uma métrica para exibir" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Escolha uma métrica!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Escolha uma granularidade de tempo para suas séries temporais" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "Escolha pelo menos um campo para [Series]" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Escolha pelo menos uma métrica" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "Escolha exatamente 2 colunas como [Origem / Alvo]" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8990,210 +11549,282 @@ msgid "Pick your favorite markup language" msgstr "Escolha sua linguagem de marcação favorita" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 #, fuzzy msgid "Pie Chart" msgstr "Novo gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 #, fuzzy msgid "Pie shape" msgstr "View amostras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 #, fuzzy msgid "Pin" msgstr "em" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 -#, fuzzy, python-format +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +#, fuzzy msgid "Pivot Options" msgstr "%s opção(ões)" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Tabela pivot" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -#, fuzzy -msgid "Pivot Table v2" -msgstr "Tabela pivot" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "Operação de pivô deve incluir pelo menos um agregado" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "Operação de pivô necessita de pelo menos um índice" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 #, fuzzy msgid "Pivoted" msgstr "Editado" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Por favor escolha pelo menos um campo 'Group by'" + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "Por favor escolha pelo menos um campo 'Group by'" -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Escolha pelo menos uma métrica" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "Escolha diferentes métricas no eixo esquerdo e direito" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "Por favor confirme" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Por favor entre com a URI do SQLAlchemy para teste" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "Por favor entre com o nome do gráfico" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 #, fuzzy msgid "Please filter set name" msgstr "Por favor entre com o nome do gráfico" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "Por favor contate o dono do gráfico para assistência." +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "Por favor contate o dono do gráfico para assistência." +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "Por favor salve a consulta para habilitar o compartilhamento" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "Por favor use 3 diferentes descrições de métrica" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "Plugins" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "Cor fixa" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +#, fuzzy +msgid "Point Size" +msgstr "Tamanho da bolha" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 #, fuzzy msgid "Points" msgstr "Componentes" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "coluna" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "Enviando relatório" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "Configurações de agendamento" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "Remover link da aba" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -9201,58 +11832,58 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "relatório" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -#, fuzzy -msgid "Port is closed" -msgstr "Relatório falhou" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "Posição JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 #, fuzzy msgid "Pre-filter" msgstr "Filtro pai" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 #, fuzzy msgid "Pre-filter is required" msgstr "Tipo é obrigatório" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -9263,15 +11894,14 @@ msgstr "" "somente quando \"Ativar seleção de filtro\" está ativado." #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 #, fuzzy msgid "Predictive" msgstr "Ativo" @@ -9289,37 +11919,65 @@ msgstr "" msgid "Preview" msgstr "Pré-visualizar" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "Pré-visualizar: `%s`" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "Anterior" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "Anterior" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 #, fuzzy msgid "Primary" msgstr "Sexta" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 #, fuzzy msgid "Primary Metric" msgstr "Métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "Sexta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Senha do corretor" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "Criado" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "Perfil" @@ -9327,56 +11985,63 @@ msgstr "Perfil" msgid "Profile picture provided by Gravatar" msgstr "Foto do perfil fornecida por Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "Publicado" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "Regra" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -9384,193 +12049,220 @@ msgstr "" msgid "Put your code here" msgstr "Coloque seu código aqui" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -#, fuzzy -msgid "Python Functions" -msgstr "Funções Python" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "padrão de texto datetime do python" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Funções Python" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 #, fuzzy msgid "Quarter" msgstr "consulta" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, fuzzy, python-format msgid "Quarters %s" msgstr "Dono do gráfico: %s" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "Series" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "Consulta" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 #, fuzzy msgid "Query A" msgstr "consulta" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 #, fuzzy msgid "Query B" msgstr "consulta" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "Histórico de consultas" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "Gráfico não existe" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "Histórico de consultas" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "Nome da consulta" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Consulta em uma nova guia" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 #, fuzzy msgid "Query mode" msgstr "Nome da consulta" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Nome da consulta" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "Pré-visualização da consulta" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 #, fuzzy msgid "Query was stopped" msgstr "A consulta foi interrompida." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "A consulta foi interrompida." -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "TIPO DA FAIXA" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -#, fuzzy -msgid "REPORT NAME ERROR" -msgstr "Nome do relatório" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 #, fuzzy msgid "RGB Color" msgstr "Cor fixa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 #, fuzzy msgid "Radar Chart" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 #, fuzzy msgid "Radial" msgstr "Espacial" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, fuzzy, python-format msgid "Ran %s" msgstr "Duração: %s" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "Gerenciar" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 #, fuzzy msgid "Range filter" @@ -9593,21 +12285,26 @@ msgstr "Gerenciar" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 #, fuzzy msgid "Ranking" msgstr "Alerta!" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 #, fuzzy msgid "Ratio" msgstr "Duração" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -9616,7 +12313,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "Não existem filtros nesse painel." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -9624,41 +12321,38 @@ msgstr "" msgid "Recent activity" msgstr "Atividade recente" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" "Gráficos criados, paineis e consultas salvas vistas recentemente vão " "aparecer aqui" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" "Gráficos editados, paineis e consultas salvas vistas recentemente vão " "aparecer aqui" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 #, fuzzy msgid "Recently modified" msgstr "Última modificação" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "Gráficos, paineis e consultas salvas vistos recentemente vão aparecer aqui" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "Recentes" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "Recipientes" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "Recipientes são separados por \",\" or \";\"" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9666,27 +12360,23 @@ msgstr "" msgid "Record Count" msgstr "Contagem de registros" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" -"Redireciona para este endpoint ao clicar na fonte de dados dentro da " -"lista de fonte de dados" - -#: superset/connectors/sqla/views.py:457 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "Redireciona para este ponto final ao clicar na tabela da lista da tabela" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9694,16 +12384,16 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 #, fuzzy msgid "Refer to the" msgstr "Refira-se a " -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "Colunas referenciadas não disponível em DataFrame." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "Buscar resultados novamente" @@ -9711,44 +12401,54 @@ msgstr "Buscar resultados novamente" msgid "Refresh" msgstr "Atualizar" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "Atualizar Metadados Druid" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "Atualizar metadados" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "Atualizar metadados de colunas" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Atualizar dashboard" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "Frequência de atualização" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "Intervalo de atualização" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "Intervalo de atualização" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "Forçar a atualização da lista de tabelas" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Forçar a atualização da lista de tabelas" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "Metadados atualizados do cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "Erro ao buscar dados" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Colunas das séries temporais" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "Atualizando nova fonte de dados [{}]" +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "Compartilhar" -#: superset/connectors/sqla/views.py:335 +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9762,9 +12462,10 @@ msgstr "" "dentro de um grupo de filtro se aplica a eles." #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 #, fuzzy msgid "Relational" @@ -9775,31 +12476,41 @@ msgstr "Duração" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 #, fuzzy msgid "Relative Date/Time" msgstr "Quantidade relativa" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 #, fuzzy msgid "Relative period" msgstr "Período de inatividade" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "Quantidade relativa" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "Criado" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "Remover" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Filtro pai" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9807,157 +12518,174 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Remover consulta do log" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "Remover a visualização da tabela" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "Coluna removidas: %s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "Renomear aba" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 #, fuzzy msgid "Rendering" msgstr "Ordenar ascendente" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "Substituir" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 #, fuzzy msgid "Report" msgstr "relatório" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Nome do relatório" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "Não foi possível criar o agendamento de relatório." -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "Não foi possível deletar o agendamento de relatório." -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "Não foi possível atualizar o agendamento de relatório." -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "Não foi possível deletar o agendamento de relatório." -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 #, fuzzy msgid "Report Schedule execution failed when generating a csv." msgstr "" "Falha na execução do agendamento de relatório ao gerar uma captura de " "tela." -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 #, fuzzy msgid "Report Schedule execution failed when generating a dataframe." msgstr "" "Falha na execução do agendamento de relatório ao gerar uma captura de " "tela." -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" "Falha na execução do agendamento de relatório ao gerar uma captura de " "tela." -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "Erro inesperado na execução do agendamento de relatório." -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" "Agendamento de relatório ainda está trabalhando, recusando-se a " "recomputar." -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "Não foi possível otimizar o log do agendamento de relatório." -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "Agendamento de relatório não encontrado." -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "Os parâmetros do agendamento de relatório são inválidos." -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "O agendamento de relatório atingiu o timeout de trabalho." -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "Usuário sellenium do agendamento de relatório não encontrado" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "Estado do agendamento de relatório não encontrado" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 #, fuzzy msgid "Report a bug" msgstr "relatório" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Relatório falhou" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Nome do relatório" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Agendamento do relatório" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Erro insperado do agendamento de relatório" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Erro insperado do agendamento de relatório" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "Erro insperado do agendamento de relatório" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Enviando relatório" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Relatório enviado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "Relatório falhou" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Relatórios" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 #, fuzzy msgid "Repulsion" msgstr "Expressão" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9965,56 +12693,98 @@ msgstr "" msgid "Request Permissions" msgstr "Permissões de requisição" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "Requisição incorreta: %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "Requisição incorreta: %(error)s" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "Requisição incorreta: %(error)s" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "Obrigatório" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 #, fuzzy msgid "Resample" msgstr "View amostras" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Método resample do Pandas" + +#: superset/utils/pandas_postprocessing/resample.py:43 +#, fuzzy +msgid "Resample operation requires DatetimeIndex" +msgstr "Operação de pivô necessita de pelo menos um índice" + +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "Recentes" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "Reiniciar Estado" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "Banco de dados não encontrado." + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 #, fuzzy msgid "Restore Filter" msgstr "Restaurar filtro" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "Resultados" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "Resultados" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -10022,33 +12792,38 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +#, fuzzy +msgid "Reverse Lat & Long" +msgstr "Inverter lat/long " + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "Inverter lat/long " -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 #, fuzzy msgid "Right" msgstr "Altura" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 #, fuzzy msgid "Right Axis Format" msgstr "Métrica do eixo direito" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 #, fuzzy msgid "Right Axis Metric" msgstr "Métrica do eixo direito" @@ -10058,117 +12833,137 @@ msgstr "Métrica do eixo direito" msgid "Right Axis chart(s)" msgstr "Métrica do eixo direito" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "Métrica do eixo direito" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 #, fuzzy msgid "Role" msgstr "Perfil" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "Papel %(r)s foi extendido para prover acesso à fonte de dados %(ds)s" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Roles" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "Papeis para conceder" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 #, fuzzy msgid "Rolling Function" msgstr "Função de rolagem" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 #, fuzzy msgid "Rolling Window" msgstr "Janela de rolagem" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "Função de rolagem" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "Janela de rolagem" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "Certificado raiz" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 #, fuzzy msgid "Round cap" msgstr "Mapa do País" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "Linha" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 #, fuzzy msgid "Row Level Security" msgstr "Segurança em nível de linha" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +#, fuzzy +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" +"Linha contendo os cabeçalhos para usar como nomes de coluna (0 é a " +"primeira linha dos dados). Deixe em branco se não existe linha de " +"cabeçalho." + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." @@ -10177,78 +12972,91 @@ msgstr "" "primeira linha dos dados). Deixe em branco se não existe linha de " "cabeçalho." -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "Filtro de segurança a nível de linha" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "Limite de linha" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "Linhas" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "Linhas para ler" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "Regra" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "Executar" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" +msgstr "Execute uma consulta para exibir resultados aqui" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +#, fuzzy +msgid "Run a query to display results" msgstr "Execute uma consulta para exibir resultados aqui" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "Executar no SQL Lab" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Executar consulta" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "Executar query (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "Executar consulta em uma nova guia" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Executar seleção" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "Executando" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "SAB" @@ -10257,34 +13065,39 @@ msgstr "SAB" msgid "SEP" msgstr "SET" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "SQL copiado!" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "Editor de SQL" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "Expressão SQL" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL Lab" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "Visão SQL Lab" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -10296,42 +13109,124 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "Consulta SQL" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "Expressão SQL" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "Consulta SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "URI SQLAlchemy" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Senha do corretor" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "Não foi possível deletar o gráfico." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "Não foi possível atualizar o gráfico." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "Template CSS não encontrado." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Os parâmetros do gráfico são inválidos." + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "Alerta!" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "DOM" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "View amostras" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "Não foi possível criar o conjunto de dados." + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "Não foi possível criar o conjunto de dados." + +#: superset/viz.py:1935 msgid "Sankey" msgstr "Sankey" @@ -10343,114 +13238,175 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Filtro de data" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "Sábado" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Salvar" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Salvar e explorar" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Salvar e ir para painel" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "Salvar e ir para painel" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Salvar (sobrescrever)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Salvar como" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "Salvar como ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Escolha um conjunto de dados" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "Escolha um conjunto de dados" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Salvar como novo" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "Salvar como novo gráfico" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "Salvar como ..." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "Salvar como:" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "Descartar alterações" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Salvar gráfico" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Salvar painel" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Mudar conjunto de dados" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "Salvar para esta sessão" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Salvar consulta" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 #, fuzzy msgid "Save the query to enable this feature" msgstr "Por favor salve a consulta para habilitar o compartilhamento" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "Salvar e ir para painel" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Salvo" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Perguntas frequentes" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "Expressão SQL" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Métrica salva" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Perguntas frequentes" @@ -10467,203 +13423,237 @@ msgstr "Consulta salva não encontrada." msgid "Saved query parameters are invalid." msgstr "Os parâmetros do gráfico são inválidos." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "Digitalizar novas fontes de dados" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 #, fuzzy msgid "Scatter Plot" msgstr "Deck.gl - Scatter plot" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "Agendar" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" msgstr "Agendar relatórios por email para os gráficos" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "Agendar relatórios por email para os paineis" - -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 #, fuzzy msgid "Schedule email report" msgstr "Agendar relatórios por email para os gráficos" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "Agendar consulta" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Configurações de agendamento" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Agendar consulta periodicamente" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "Agendado" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 #, fuzzy msgid "Scheduled at (UTC)" msgstr "Agendado as" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "Estado do agendamento de relatório não encontrado" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "Esquema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 #, fuzzy msgid "Schema cache timeout" msgstr "Timeout do cache do gráfico" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Indefinido" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" "Schema, usado apenas em alguns bancos de dados, como Postgres, Redshift e" " DB2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 #, fuzzy -msgid "Schemas allowed for CSV upload" +msgid "Schemas allowed for File upload" msgstr "" "Se selecionado, por favor configure os esquemas permitidos para carga do " "CSV no Extra." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "Escopo" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Pesquisa" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "Pesquisa / Filtro" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "Pesquisar métricas e colunas" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 #, fuzzy msgid "Search all charts" msgstr "Todos os gráficos" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -#, fuzzy -msgid "Search all dashboards" -msgstr "Atualizar dashboard" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "Pesquisar todas as opções de filtro" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 #, fuzzy msgid "Search box" msgstr "Pesquisa" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "Pesquisar por texto da consulta" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "%s coluna(s)" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Pesquisa / Filtro" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Papeis do usuário" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "Buscar..." -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 #, fuzzy msgid "Second" msgstr "30 segundos" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 #, fuzzy msgid "Secondary" msgstr "Segunda" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 #, fuzzy msgid "Secondary Metric" msgstr "Ordenar métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, fuzzy, python-format msgid "Seconds %s" msgstr "30 segundos" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "Tornar Extra seguro" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Tornar Extra seguro" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Segurança" @@ -10671,114 +13661,193 @@ msgstr "Segurança" msgid "Security & Access" msgstr "Segurança e acesso" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, fuzzy, python-format msgid "See all %(tableName)s" msgstr "Explorar - %(table)s" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "Ver menos" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "Ver mais" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "Perguntas frequentes" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "Ver esquema da tabela" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 #, fuzzy msgid "Select" msgstr "Seleção em lote" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Selecione ..." -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 #, fuzzy msgid "Select Delivery Method" msgstr "Adicionar método de entrega" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 #, fuzzy msgid "Select Viz Type" msgstr "Selecione um tipo de visualização" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "Selecione um arquivo CSV para ser carregado para o banco de dados." - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 #, fuzzy msgid "Select a Columnar file to be uploaded to a database." msgstr "Selecione um arquivo Excel para ser carregado para o banco de dados." -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "Selecione um arquivo Excel para ser carregado para o banco de dados." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 #, fuzzy msgid "Select a column" msgstr "Desmarcar todos" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 #, fuzzy msgid "Select a dashboard" msgstr "Painel Superset" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +#, fuzzy +msgid "Select a database table and create dataset" +msgstr "Selecione uma tabela ou digite o nome da tabela" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Deletar banco de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Uma conexão de banco de dados insegura foi parada" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +#, fuzzy +msgid "Select a database to write a query" +msgstr "Selecione uma tabela ou digite o nome da tabela" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "É dimensão" + +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "Selecione um arquivo CSV para ser carregado para o banco de dados." + +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "Especifica um esquema (se o banco de dados suportar)." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Selecione um tipo de visualização" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +#, fuzzy msgid "Select aggregate options" msgstr "%s agregado(s)" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Desmarcar todos" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Desmarcar todos" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 #, fuzzy msgid "Select charts" msgstr "Todos os gráficos" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 #, fuzzy msgid "Select color scheme" msgstr "Esquema de cor linear" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 #, fuzzy msgid "Select column" msgstr "Coluna de tempo" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "Selecione os filtros pais" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 #, fuzzy -msgid "Select database or type database name" +msgid "Select database & schema" +msgstr "Ver esquema da tabela" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" msgstr "Selecione uma tabela ou digite o nome da tabela" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Deletar banco de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Usar editor legado de fonte de dados" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Selecione os filtros pais" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 #, fuzzy msgid "Select filter" @@ -10788,82 +13857,100 @@ msgstr "Selecione os filtros pais" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +#, fuzzy msgid "Select operator" msgstr "%s operador(es)" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 #, fuzzy msgid "Select or type a value" msgstr "Limitar valores do seletor" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +#, fuzzy +msgid "Select or type dataset name" +msgstr "Selecione uma tabela ou digite o nome da tabela" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 #, fuzzy msgid "Select owners" msgstr "Executar seleção" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "Selecione os filtros pais" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +#, fuzzy msgid "Select saved metrics" msgstr "%s métrica(s) salva(s)" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 #, fuzzy -msgid "Select schema or type schema name" +msgid "Select schema or type to search schemas" msgstr "Selecione uma tabela ou digite o nome da tabela" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +#, fuzzy msgid "Select scheme" msgstr "Selecione um esquema (%s)" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "Selecione a data de início e fim" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" msgstr "Selecione uma tabela ou digite o nome da tabela" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "Escolha o tipo da camada de anotação" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "Desmarcar todos" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10871,151 +13958,188 @@ msgstr "" msgid "September" msgstr "Setembro" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "Series" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 #, fuzzy msgid "Series Height" msgstr "Limite de série" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "Limite de série" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "Ordenar decrescente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Series" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 #, fuzzy msgid "Series Style" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "Limite de série" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 #, fuzzy msgid "Series type" msgstr "Tipo de Viz" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "Configurar intervalo de atualização automática" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "Configurar mapeamento de filtro" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "Alertas e relatórios" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "Configurações" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Compartilhar" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 #, fuzzy msgid "Share chart by email" msgstr "Compartilhar gráfico" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 #, fuzzy -msgid "Share dashboard by email" -msgstr "Compartilhar dashboard" +msgid "Share permalink by email" +msgstr "Compartilhar gráfico" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Consulta compartilhada" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "Perguntas frequentes" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Nome da folha" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "A descrição curta deve ser única para esta camada" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "Mostrar anotação" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "Mostrar camada de anotação" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 #, fuzzy msgid "Show Bubbles" msgstr "Mostrar tabela" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "Mostrar instrução CREATE VIEW" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "Mostrar modelo CSS" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Mostrar gráfico" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Mostrar coluna" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "Mostrar painel" @@ -11023,40 +14147,17 @@ msgstr "Mostrar painel" msgid "Show Database" msgstr "Mostrar banco de dados" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "Mostrar cluster Druid" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "Mostrar coluna Druid" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "Mostrar fonte de dados Druid" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "Mostrar métrica Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "Mostrar menu suspenso da granularidade Druid" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "Mostrar origem do tempo Druid" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 #, fuzzy msgid "Show Labels" msgstr "Mostrar tabela" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -11064,11 +14165,12 @@ msgstr "" msgid "Show Log" msgstr "Mostrar log" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Mostrar métricas" @@ -11077,41 +14179,34 @@ msgstr "Mostrar métricas" msgid "Show Metric Names" msgstr "Mostrar métricas" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "Mostrar observações" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 #, fuzzy msgid "Show Range Filter" msgstr "Restaurar filtro" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "Mostrar filtro de segurança a nível de linha" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "Mostrar coluna de tempo SQL" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -#, fuzzy -msgid "Show SQL time grain dropdown" -msgstr "Marque para incluir o menu suspenso origem do tempo" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "Mostrar consulta salva" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Mostrar tabela" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "Mostrar coluna" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -11119,56 +14214,77 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 #, fuzzy msgid "Show Value" msgstr "Mostrar tabela" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 #, fuzzy msgid "Show Values" msgstr "Mostrar tabela" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 #, fuzzy msgid "Show all columns" msgstr "Mostrar coluna" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "Alternar descrição do gráfico" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 #, fuzzy msgid "Show columns total" msgstr "Mostrar coluna" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Mostrar coluna de tempo SQL" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 #, fuzzy msgid "Show label" msgstr "Mostrar tabela" @@ -11177,84 +14293,95 @@ msgstr "Mostrar tabela" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 #, fuzzy msgid "Show less columns" msgstr "Mostrar coluna de tempo SQL" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Mostrar painel" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 #, fuzzy msgid "Show progress" msgstr "Propriedades do painel" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 #, fuzzy msgid "Show time column" msgstr "Mostrar coluna de tempo SQL" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 #, fuzzy msgid "Show time grain dropdown" msgstr "Mostrar menu suspenso da granularidade Druid" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -11267,22 +14394,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Mostrando %s de %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -11291,22 +14422,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "Simples" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 #, fuzzy msgid "Single" msgstr "Meu" @@ -11317,31 +14448,30 @@ msgstr "Meu" msgid "Single Metric" msgstr "fitra pelas métricas" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 #, fuzzy msgid "Single Value" msgstr "Valores nulos" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 #, fuzzy msgid "Single value" msgstr "Valores nulos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -11349,65 +14479,107 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "Pular linhas em branco" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "Pular espaço inicial" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "Pular linhas" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "Pular linhas em branco ao invés de interpretá-las como valores NaN." -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" msgstr "Pular espaços após delimitador." -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Canal Slack" - -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Identificador" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 #, fuzzy msgid "Some roles do not exist" msgstr "Os painéis não existem" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "Desculpe, houve um erro ao se obter as informações do banco de dados: %s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "Desculpe, houve um erro ao buscar os gráficos salvos: " -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "Desculpe, ocorreu um erro" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +#, fuzzy +msgid "Sorry, an error occurred" +msgstr "Desculpe, ocorreu um erro" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "Desculpe, ocorreu um erro" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "Desculpe, ocorreu um erro" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -11415,150 +14587,152 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "Desculpe, houve um erro ao buscar os gráficos salvos: " + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, fuzzy, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "Desculpe, houve um erro ao buscar os gráficos salvos: " -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "Desculpe, seu browser não suporta copiar." -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "Desculpe, o seu navegador não suporta a cópia. Use Ctrl / Cmd + C!" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 #, fuzzy msgid "Sort" msgstr "relatório" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "Ordenar por" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 #, fuzzy msgid "Sort Descending" msgstr "Ordenar decrescente" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 #, fuzzy msgid "Sort Metric" msgstr "Ordenar métrica" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Ordenar ascendente" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Ordenar por" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "Ordenar ascendente" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "Ordenar por" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, fuzzy, python-format msgid "Sort by %s" msgstr "Ordenar por" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 #, fuzzy msgid "Sort by metric" msgstr "Ordenar métrica" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "Classifique as colunas em ordem alfabética" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 #, fuzzy msgid "Sort columns by" msgstr "Classifique as colunas em ordem alfabética" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "Ordenar decrescente" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 #, fuzzy msgid "Sort filter values" msgstr "É filtrável" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "Ordenar métrica" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 #, fuzzy msgid "Sort rows by" msgstr "Ordenar por" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 #, fuzzy msgid "Sort type" msgstr "Tipo de gráfico" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Fonte" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 #, fuzzy msgid "Source / Target" msgstr "Nome da fonte de dados" @@ -11567,65 +14741,103 @@ msgstr "Nome da fonte de dados" msgid "Source SQL" msgstr "Fonte SQL" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 #, fuzzy msgid "Source category" msgstr "Nome da fonte de dados" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "Espacial" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "Especifica um esquema (se o banco de dados suportar)." -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "Especifique colunas duplicadas como \"X.0, X.1\"." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 #, fuzzy msgid "Split number" msgstr "Número grande" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "Filtro pai" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parâmetros" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "Series" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +#, fuzzy +msgid "Stack" +msgstr "Backend" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 #, fuzzy msgid "Stacked" msgstr "Backend" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -11633,106 +14845,195 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "Início" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "Longitute/latitude inválida" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +#, fuzzy +msgid "Start Longitude & Latitude" +msgstr "Longitute/latitude inválida" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 #, fuzzy msgid "Start Review" msgstr "Visualização de dados" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 #, fuzzy msgid "Start angle" msgstr "Mudanças do gráfico" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 #, fuzzy msgid "Start at (UTC)" msgstr "Inicia em" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Mudanças do gráfico" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Estado" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "Estado" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "Status" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "Tipo de dado" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "Tabela de séries de tempo" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "Pare" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Parar consulta" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "Parar execução (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "Parar execução (Ctrl + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "Uma conexão de banco de dados insegura foi parada" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histograma" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "Recentes" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -#, fuzzy, python-format +#, fuzzy msgid "Stretched style" msgstr "Obtido %s" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "Textos usados para os nomes das folhas (padrão é a primeira folha)." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "Cor fixa" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "Largura da linha" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "Criado" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "Estilo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -11740,30 +15041,68 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 #, fuzzy msgid "Subheader" msgstr "Cabeçalho" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "Sucesso" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Mudar conjunto de dados" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Valores nulos" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "Sunburst" @@ -11772,35 +15111,44 @@ msgstr "Sunburst" msgid "Sunburst Chart" msgstr "Gráfico do Superset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Gráfico do Superset" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "Domingo" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 #, fuzzy msgid "Superset Chart" msgstr "Gráfico do Superset" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "Gráfico do Superset" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Painel Superset" -#: superset/errors.py:105 +#: superset/errors.py:111 #, fuzzy msgid "Superset encountered an error while running a command." msgstr "Alerta encontrou um erro enquanto executava uma consulta." -#: superset/errors.py:106 +#: superset/errors.py:112 #, fuzzy msgid "Superset encountered an unexpected error." msgstr "Erro insperado do agendamento de relatório" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 #, fuzzy msgid "Supported databases" msgstr "Deletar banco de dados" @@ -11809,36 +15157,50 @@ msgstr "Deletar banco de dados" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "conjunto de dados" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 #, fuzzy msgid "Symbol" msgstr "parafuso" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 #, fuzzy msgid "Symbol size" msgstr "Tamanho da bolha" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "Sincronizar colunas a partir da fonte" @@ -11850,56 +15212,65 @@ msgstr "Sincronizar colunas a partir da fonte" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "TABELAS" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 -msgid "THU" -msgstr "QUI" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "É temporal" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "É temporal" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" +msgstr "QUI" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 msgid "TUE" msgstr "TER" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Nome da aba" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Tabela" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "Tabela %(table)s não foi encontrada no banco de dados %(db)s" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "Tabela existe" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "Nome da tabela" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "Visão de tabela" @@ -11912,7 +15283,7 @@ msgstr "" "Não foi possível localizar a tabela [%(table_name)s], por favor revise " "sua conexão com o banco dados, esquema e nome da tabela" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" @@ -11920,12 +15291,27 @@ msgstr "" "Não foi possível localizar a tabela [%{table}s], por favor revise sua " "conexão com o banco de dados, esquema e nome da tabela. Erro: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 #, fuzzy msgid "Table cache timeout" msgstr "Timeout do cache do gráfico" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Coluna de tempo" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "Ordenar ascendente" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "Nome de tabela indefinido" @@ -11935,24 +15321,60 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Tabelas" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "Abas" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Não foi possível criar o conjunto de dados." + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Não foi possível deletar o conjunto de dados." + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Os parâmetros do conjunto de dados são inválidos." + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Não foi possível deletar o conjunto de dados." + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 #, fuzzy msgid "Tags" msgstr "Status" @@ -11963,37 +15385,42 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 #, fuzzy msgid "Target" msgstr "Início" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "Inicia em" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 #, fuzzy msgid "Target category" msgstr "Inicia em" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 #, fuzzy msgid "Target value" msgstr "Inicia em" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "Nome do modelo" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Parâmetros do template" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." @@ -12001,12 +15428,7 @@ msgstr "" "Link com template, é possível incluir {{metric}} ou outros valores " "provenientes dos controles." -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -12017,24 +15439,31 @@ msgstr "" msgid "Test Connection" msgstr "Conexão de teste" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Conexão de teste" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 #, fuzzy msgid "Text" msgstr "Próximo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -12042,7 +15471,7 @@ msgstr "" "O CSS para paineis individuais pode ser alterado aqui, ou na visão do " "painel onde as mudanças são visíveis imediatamente" -#: superset/errors.py:118 +#: superset/errors.py:124 #, fuzzy msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " @@ -12054,42 +15483,59 @@ msgstr "" "tenha um SELECT como última instrução. Depois tente rodar novamente sua " "consulta." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." -msgstr "A métrica JSON ou a definição pós agregação." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "Os pedidos de acesso parecem ter sido excluídos" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 #, fuzzy msgid "The annotation has been saved" msgstr "O painel foi salvo" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 #, fuzzy msgid "The annotation has been updated" msgstr "Não foi possível atualizar a anotação." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "Gráfico não existe" + +#: superset/common/query_context_processor.py:584 #, fuzzy msgid "The chart does not exist" msgstr "Gráfico não existe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -12100,41 +15546,46 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "O esquema de cores para o gráfico de renderização" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Classifique as colunas em ordem alfabética" + +#: superset/errors.py:105 #, fuzzy msgid "The column was deleted or renamed in the database." msgstr "Problema 1004 - A coluna foi deletada ou renomeada no banco de dados." -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "O painel foi salvo" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "A fonte de dados parece ter sido deletada" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -12145,7 +15596,7 @@ msgstr "" "alguns casos. Na maioria dos casos, os usuários não precisam alterar " "isso." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, fuzzy, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -12156,37 +15607,47 @@ msgstr "" "%s. Você tem certeza que deseja continuar? Deletar o banco de dados vai " "quebrar esses objetos." -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Banco de dados não encontrado." + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 #, fuzzy msgid "The database is under an unusual load." msgstr "Problema 1001 - O banco de dados está sob carga atípica." -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 #, fuzzy msgid "The database returned an unexpected error." msgstr "Problema 1002 - O banco de dados retornou um erro inesperado." -#: superset/errors.py:138 +#: superset/errors.py:144 #, fuzzy msgid "The database was deleted." msgstr "O conjunto de dados foi salvo" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 #, fuzzy msgid "The database was not found." msgstr "Banco de dados não encontrado." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -12197,11 +15658,12 @@ msgstr "" "paineis %s. Você tem certeza que deseja continuar? Deletar o conjunto de " "dados vai quebar esses objetos." -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -12214,26 +15676,26 @@ msgstr "" " Tenha em mente que mudar as configurações aqui pode\n" " afetar outros gráficos de maneira indesejada." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "O conjunto de dados foi salvo" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 #, fuzzy msgid "The dataset linked to this chart may have been deleted." msgstr "A fonte de dados parece ter sido deletada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "A fonte de dados não podê ser carregada" -#: superset/errors.py:92 +#: superset/errors.py:98 #, fuzzy msgid "The datasource is too large to query." msgstr "Problema 1000 - A fonte de dados é muito grande para consulta." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -12245,11 +15707,19 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "A duração de tempo em segundos antes do cache ser invalidado" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +#, fuzzy +msgid "The encoding format of the lines" +msgstr "Métrica para ordernar os resultados" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 #, fuzzy msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " @@ -12259,73 +15729,54 @@ msgstr "" "sqlalchemy.create_engine, enquanto que o metadata_params é desempacotado " "na chamada sqlalchemy.MetaData." -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "As seguintes tabelas adicionaram novas colunas: %(tables)s" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "As seguintes tabelas removeram colunas: %(tables)s" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "As seguintes tabelas atualizaram os metadados de colunas: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "O id do gráfico ativo" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "Importação com sucesso" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -12340,21 +15791,21 @@ msgstr "" " dados. Se você deseja mudar a fonte de dados para um gráfico, altere o " "gráfico em 'explorar visão'" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " @@ -12363,8 +15814,8 @@ msgstr "" "O metadata_params em Campo extra não está configurado corretamente. A " "chave %(key)s é inválida." -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." @@ -12372,18 +15823,18 @@ msgstr "" "O metadata_params em Campo extra não está configurado corretamente. A " "chave %{key}s é inválida." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -12401,13 +15852,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -12415,7 +15866,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -12423,55 +15874,55 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "O número de segundos antes de expirar o cache" -#: superset/errors.py:128 +#: superset/errors.py:134 #, fuzzy msgid "The object does not exist in the given database." msgstr "Nome da tabela que existe no banco de dados de origem" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "O parâmetro %(parameters)s na sua consulta está indefinido." msgstr[1] "Os seguintes parâmetros estão indefinidos na sua consulta: %(parameters)s" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -12485,7 +15936,7 @@ msgstr "" "arquivos de exportação, e devem ser adicionadas manualmente após a " "importação se forem necessárias." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -12499,7 +15950,7 @@ msgstr "" "arquivos de exportação, e devem ser adicionadas manualmente após a " "importação se forem necessárias." -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -12513,7 +15964,7 @@ msgstr "" "presentes em arquivos de exportação, e devem ser adicionadas manualmente " "após a importação se forem necessárias." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 #, fuzzy msgid "" "The passwords for the databases below are needed in order to import them " @@ -12528,11 +15979,12 @@ msgstr "" "arquivos de exportação, e devem ser adicionadas manualmente após a " "importação se forem necessárias." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +#, fuzzy msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" "As senhas para os bancos de dados abaixo são necessárias para " @@ -12541,11 +15993,11 @@ msgstr "" "arquivos de exportação, e devem ser adicionadas manualmente após a " "importação se forem necessárias." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "O padrão do formato de timestamp. Para textos use " -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -12557,7 +16009,7 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" @@ -12567,99 +16019,103 @@ msgstr "" " é asociado a esta tabela lógica do Superset, e esta tabela lógica aponta" " para a tabela física referenciada aqui." -#: superset/errors.py:103 +#: superset/errors.py:109 #, fuzzy msgid "The port is closed." msgstr "Relatório falhou" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -#, fuzzy -msgid "The port must be a whole number less than or equal to 65535." -msgstr "`row_limit` deve ser maior ou igual a 1" - -#: superset/errors.py:136 +#: superset/errors.py:142 #, fuzzy msgid "The port number is invalid." msgstr "Os parâmetros do banco de dados são inválidos." -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 #, fuzzy msgid "The primary metric is used to define the arc segment sizes" msgstr "Métrica usada para definir a série superior" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "A consulta não pôde ser carregada" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "A consulta não retornou dados" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 #, fuzzy msgid "The report has been created" msgstr "O conjunto de dados foi salvo" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, fuzzy, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " @@ -12668,7 +16124,7 @@ msgstr "" "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada" " para executar essa consulta." -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, fuzzy, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " @@ -12677,7 +16133,7 @@ msgstr "" "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada" " para executar essa consulta." -#: superset/errors.py:111 +#: superset/errors.py:117 #, fuzzy msgid "The schema was deleted or renamed in the database." msgstr "Problema 1004 - A coluna foi deletada ou renomeada no banco de dados." @@ -12686,15 +16142,21 @@ msgstr "Problema 1004 - A coluna foi deletada ou renomeada no banco de dados." msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, fuzzy, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" @@ -12703,7 +16165,7 @@ msgstr "" "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada" " para executar essa consulta." -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " @@ -12712,7 +16174,7 @@ msgstr "" "A tabela \"%(table_name)s\" não existe. Uma tabela válida deve ser usada" " para executar essa consulta." -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." @@ -12721,14 +16183,13 @@ msgstr "" "fases você deve agora clicar no botão de editar da nova tabela para " "configurá-la." -#: superset/errors.py:100 +#: superset/errors.py:106 #, fuzzy msgid "The table was deleted or renamed in the database." msgstr "Problema 1005 - A tabela foi deletada ou renomeada no banco de dados." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " @@ -12738,8 +16199,7 @@ msgstr "" "expressão arbitrária que retorna uma coluna DATETIME na tabela. Note " "também que o filtro abaixo é aplicado sobre essa coluna ou expressão" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" @@ -12748,8 +16208,18 @@ msgstr "" "digitar e usar linguagem natural simples como \"10 segundos\", \"1 dia\" " "ou \"56 semanas\"." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"O tempo de granularidade para a visualização. Observe que você pode " +"digitar e usar linguagem natural simples como \"10 segundos\", \"1 dia\" " +"ou \"56 semanas\"." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -12761,8 +16231,8 @@ msgstr "" "granularidade de tempo. As opções aqui são definidas por base de banco de" " dados por base no código-fonte Superset." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -12790,52 +16260,72 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "O tipo de visualização a ser exibida" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "O usuário parece ter sido excluído" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, fuzzy, python-format msgid "The username \"%(username)s\" does not exist." msgstr "Métrica '%(metric)s' não existe" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "O id do gráfico ativo" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "Existem alertas ou relatórios associados" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "Existem alertas ou relatórios associados: %s" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "Não existem filtros nesse painel." + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "Não existem filtros nesse painel." @@ -12844,7 +16334,7 @@ msgstr "Não existem filtros nesse painel." msgid "There are unsaved changes." msgstr "Você tem alterações não salvas." -#: superset/errors.py:95 +#: superset/errors.py:101 #, fuzzy msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" @@ -12861,7 +16351,7 @@ msgstr "" "Não há uma definição de gráfico associada a este componente, pode ter " "sido deletada?" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." @@ -12869,92 +16359,124 @@ msgstr "" "Não há espaço suficiente para este componente. Tente diminuir sua largura" " or aumentar a largura de seu destino." -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "Desculpe, houve um erro ao se obter as informações do banco de dados: %s" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "Desculpe, houve um erro ao se obter as informações do banco de dados: %s" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Ocorreu um erro com sua requisição" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, fuzzy, python-format msgid "There was an error fetching the favorite status: %s" msgstr "Ocorreu um problema ao buscar o status de favorito deste painel." -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "Ocorreu um erro ao obter sua atividade recente:" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "Ocorreu um erro com sua requisição" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 #, fuzzy msgid "There was an error loading the schemas" msgstr "Desculpe, houve um erro ao buscar os gráficos salvos: " -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 #, fuzzy msgid "There was an error loading the tables" msgstr "Ocorreu um erro com sua requisição" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, fuzzy, python-format msgid "There was an error saving the favorite status: %s" msgstr "Ocorreu um problema ao buscar o status de favorito deste painel." -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "Ocorreu um erro com sua requisição" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "Ocorreu um problema deletando %s: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "Ocorreu um problema ao deletar a seleção %s: %s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "Ocorreu um problema ao deletar as anotações selecionadas: %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "Ocorreu um problema ao deletar os gráficos selecionados: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "Ocorreu um problema ao deletar os paineis selecionados:" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "Ocorreu um problema ao se deletar os conjuntos de dados selecionados: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "Ocorreu um problema ao deletar as camadas de anotação selecionadas: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "Ocorreu um problema ao deletar as consultas selecionadas: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "Ocorreu um erro ao deletar os modelos selecionados: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "Ocorreu um problema ao deletar: %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Ocorreu um problema ao se deletar os conjuntos de dados selecionados: %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Ocorreu um problema ao se deletar os conjuntos de dados selecionados: %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "Ocorreu um problema ao favoritar esse painel." @@ -12963,41 +16485,41 @@ msgstr "Ocorreu um problema ao favoritar esse painel." msgid "There was an issue fetching reports attached to this dashboard." msgstr "Ocorreu um problema ao buscar o status de favorito deste painel." -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "Ocorreu um problema ao buscar o status de favorito deste painel." -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Ocorreu um problema ao deletar: %s" + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "Ocorreu um problema ao deletar os paineis selecionados:" + +#: superset-frontend/src/pages/Home/index.tsx:248 #, fuzzy, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "Ocorreu um erro ao obter sua atividade recente:" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "Ocorreu um problema ao deletar as consultas selecionadas: %s" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "Ocorreu um problema ao pré-visualizar a consulta selecionada %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "Ocorreu um problema ao pré-visualizar a consulta selecionada. %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, fuzzy, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "Ocorreu um problema ao deletar: %s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, fuzzy, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "Ocorreu um problema ao deletar os paineis selecionados:" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, fuzzy, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "Ocorreu um problema ao deletar as consultas selecionadas: %s" - -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" @@ -13005,15 +16527,15 @@ msgstr "" "Há um loop em seu Sankey, por favor, forneça uma árvore. Aqui está um " "link defeituoso: {}" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "Essas são as tabelas as quais será aplicado este filtro" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "Esses filtros se aplicam aos valores disponíveis nos menus suspensos" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -13025,8 +16547,8 @@ msgstr "" "referência e para usuários avançados que desejam alterar parâmetros " "específicos." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -13036,51 +16558,85 @@ msgstr "" "substituir na exibição do painel. É exposto aqui para referência e para " "usuários avançados que desejam alterar parâmetros específicos." -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "Esta ação vai permanentemente deletar %s." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "Esta ação irá permanentemente deletar essa camada." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "Esta ação irá permanentemente deletar a consulta salva." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "Esta ação irá deletar permanentemente o modelo." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "Este gráfico foi movido para um escopo de filtro diferente." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This chart type is not supported when using an unsaved query as a chart " +"source. " msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, fuzzy, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " @@ -13089,6 +16645,10 @@ msgstr "" "Este painel está sendo forçadamente atualizado neste momento; a próxima " "atualização forçada será em %s." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -13107,12 +16667,12 @@ msgstr "" "Este painel não está publicado, não vai aparecer na lista de paineis. " "Clique aqui para publicar este painel." -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 #, fuzzy msgid "This dashboard is now hidden" msgstr "É proibido alterar este painel" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 #, fuzzy msgid "This dashboard is now published" msgstr "Este painel agora está ${nowPublished}" @@ -13121,7 +16681,13 @@ msgstr "Este painel agora está ${nowPublished}" msgid "This dashboard is published. Click to make it a draft." msgstr "Este painel está publicado" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." @@ -13129,31 +16695,40 @@ msgstr "" "Este painel foi modificado recentemente. Por favor recarrege o painel " "para obter a última versão." -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "Esse painel foi salvo com sucesso." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" msgstr "Isso define o elemento a ser plotado no gráfico" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 #, fuzzy msgid "This defines the level of the hierarchy" msgstr "Isso define o elemento a ser plotado no gráfico" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" -msgstr "" - -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -13161,16 +16736,24 @@ msgstr "" "Este campo atua como uma visão Superset, significando que o Superset irá " "executar uma subconsulta com o texto dessa consulta." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -13184,7 +16767,7 @@ msgstr "" " a não ser que o usuário pertença ao papel de filtro RLS, um filtro base " "pode ser criado com a cláusula `1 = 0` (sempre falso)." -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " @@ -13194,11 +16777,11 @@ msgstr "" "dashboard. É dinamicamente gerado quando se ajusta o tamanho e posição " "dos elementos visuais através de drag & drop na visão do painel." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "Este componente de markdown tem um erro." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" "Este componente de markdown tem um erro. Por favor reverta suas mudanças " @@ -13209,22 +16792,21 @@ msgstr "" msgid "This may be triggered by:" msgstr "Isso pode ser disparado por:" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "Essa consulta executou em %s segundos, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" +msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" @@ -13232,60 +16814,100 @@ msgstr "" "Esta seção contém opções que permitem o processamento analítico avançado " "de resultados de consulta" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Este tipo de visualização não é suportado." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "Este tipo de visualização não é suportado." #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" -msgstr "Isso foi disparado por:" +msgid_plural "This may be triggered by:" +msgstr[0] "Isso foi disparado por:" +msgstr[1] "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 -msgid "Thursday" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" msgstr "Quinta" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 #, fuzzy msgid "Time Column" msgstr "Coluna de tempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 #, fuzzy msgid "Time Comparison" msgstr "Comparação de tempo" @@ -13295,90 +16917,99 @@ msgstr "Comparação de tempo" msgid "Time Format" msgstr "Formato de data e hora" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 #, fuzzy msgid "Time Grain" msgstr "Grão de tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 #, fuzzy msgid "Time Granularity" msgstr "Granularidade de tempo" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "Desvio de tempo" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Faixa de tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 #, fuzzy msgid "Time Range" msgstr "Faixa de tempo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Grão de tempo" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 #, fuzzy msgid "Time Series" msgstr "Colunas das séries temporais" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Série temporal - Gráfico de barras" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Série temporal - gráfico de linha de dois eixos" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Série temporal - Gráfico de linhas" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "Série temporal - gráficos de múltiplas linhas" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "Série temporal - gráfico de rosa de Nightingale" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "Série temporal - teste emparelhado t" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Série temporal - Mudança de porcentagem" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "Série temporal - Pivô de período" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Série temporal - empilhadas" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 #, fuzzy msgid "Time Series Options" msgstr "Colunas das séries temporais" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 #, fuzzy msgid "Time Shift" msgstr "Mudança de horário" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "Visão da tabela de tempo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Coluna de tempo" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -13387,11 +17018,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Comparação de tempo" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -13399,32 +17045,19 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" -"Expressão de tempo para usar como um predicado ao recuperar valores " -"distintos para preencher o componente de filtro. Aplica-se apenas quando " -"\"Ativar seleção de filtro\" estiver ativado. Se você inserir `7 dias " -"atrás ', a lista distinta de valores no filtro será preenchida com base " -"no valor distinto na semana passada" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 #, fuzzy msgid "Time filter" msgstr "Filtro de data" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 #, fuzzy msgid "Time format" msgstr "Formato de data e hora" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "Grão de tempo" @@ -13434,49 +17067,52 @@ msgstr "Grão de tempo" msgid "Time grain filter plugin" msgstr "Grão de tempo faltando" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "Grão de tempo faltando" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "Granularidade de tempo" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "Tempo em segudos" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" msgstr "Faixa de tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "Endpoints do intervalo de tempo" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Faixa de tempo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "Endpoint do intervalo de tempo (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Grão de tempo" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "Atributos de formulário relacionados ao tempo" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Colunas das séries temporais" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "Colunas das séries temporais" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "Mudança de horário" @@ -13487,45 +17123,45 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 #, fuzzy msgid "Time-series Area Chart" msgstr "Série temporal - Gráfico de barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 #, fuzzy msgid "Time-series Bar Chart" msgstr "Série temporal - Gráfico de barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 #, fuzzy -msgid "Time-series Bar Chart v2" +msgid "Time-series Bar Chart (legacy)" msgstr "Série temporal - Gráfico de barras" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 #, fuzzy msgid "Time-series Chart" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 #, fuzzy msgid "Time-series Line Chart" msgstr "Série temporal - Gráfico de linhas" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 #, fuzzy msgid "Time-series Percent Change" msgstr "Série temporal - Mudança de porcentagem" @@ -13535,35 +17171,36 @@ msgstr "Série temporal - Mudança de porcentagem" msgid "Time-series Period Pivot" msgstr "Série temporal - Pivô de período" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 #, fuzzy msgid "Time-series Scatter Plot" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 #, fuzzy msgid "Time-series Smooth Line" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 #, fuzzy msgid "Time-series Stepped Line" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -13571,11 +17208,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "Tabela de séries de tempo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -13587,115 +17224,149 @@ msgstr "" msgid "Timeout error" msgstr "Erro de expiração" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -#, fuzzy -msgid "Timestamp Format" -msgstr "Formato de date/timestamp inválido" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 #, fuzzy msgid "Timestamp format" msgstr "Formato de date/timestamp inválido" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Deslocamento do fuso horário (em horas) para esta fonte de dados" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 #, fuzzy msgid "Timezone selector" msgstr "Executar seleção" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 #, fuzzy msgid "Tiny" msgstr "em" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "Título" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 #, fuzzy msgid "Title Column" msgstr "Coluna de tempo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 #, fuzzy msgid "Title is required" msgstr "Campo é obrigatório" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "Título ou identificador" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "Para filtrar uma métrica, use a aba SQL personalizado." -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "Para obter um URL legível para o painel" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "Alternar descrição do gráfico" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +#, fuzzy +msgid "Too many columns to filter" +msgstr "Um ou vários controles para girar como colunas" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 #, fuzzy msgid "Tools" msgstr "Roles" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 #, fuzzy msgid "Tooltip sort by metric" msgstr "fitra pelas métricas" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 #, fuzzy msgid "Tooltip time format" msgstr "Formato de data e hora" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 #, fuzzy msgid "Top" msgstr "Pare" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "alerta" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "Altura" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Valores nulos" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "Trabalho de acompanhamento" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -13703,11 +17374,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -13716,111 +17387,148 @@ msgstr "" msgid "Tree Chart" msgstr "Compartilhar gráfico" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 #, fuzzy msgid "Tree orientation" msgstr "Deletar anotação" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Treemap" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#, fuzzy -msgid "Treemap v2" -msgstr "Treemap" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 #, fuzzy msgid "Trend" msgstr "Alterado" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "Disparar alerta se..." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "Ordenar métrica" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "Terça" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "consulta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Tipo" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "Digite \"%s\" para confirmar" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 #, fuzzy msgid "Type a value" msgstr "digite um valor aqui" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "digite um valor aqui" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "Tipo é obrigatório" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "Digite ou selecione [%s]" @@ -13835,51 +17543,64 @@ msgstr "Digite ou selecione [%s]" msgid "UI Configuration" msgstr "Configuração do filtro" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "URL" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 #, fuzzy msgid "URL Parameters" msgstr "Parâmetros de URL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -#, fuzzy -msgid "URL could not be identified" -msgstr "Não foi possível deletar o gráfico." - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "Parâmetros de URL" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "Identificador da URL" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" "Não foi possível adicionar uma nova aba ao backend. Por favor contate seu" " administrador." -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, fuzzy, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "Não foi possível achar o feriado: [{}]" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -13888,7 +17609,7 @@ msgstr "" "backend.Superset vai tentar novamente mais tarde. Por favor contate seu " "administrador se este problema persistir." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." @@ -13897,7 +17618,7 @@ msgstr "" "tentar novamente mais tarde. Por favor contate seu administrador se este " "problema persistir." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -13906,14 +17627,11 @@ msgstr "" "backend.Superset vai tentar novamente mais tarde. Por favor contate seu " "administrador se este problema persistir." -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -"Não foi possível atualizar os metadados para as seguintes tabelas: " -"%(tables)s" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" @@ -13923,7 +17641,7 @@ msgstr "" "\"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: " "%(error_msg)s" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, fuzzy, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13934,7 +17652,7 @@ msgstr "" "\"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: " "%(error_msg)s" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " @@ -13944,125 +17662,141 @@ msgstr "" "\"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: " "%(error_msg)s" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "Indefinido" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "Janela indefinida para operação de rolagem" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "Executar seleção" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "Desfazer?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "Erro inesperado" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "Ocorreu um erro inesperado, por favor veja seus logs para mais detalhes" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 #, fuzzy msgid "Unexpected error: " msgstr "Erro inesperado" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "Erro inesperado" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 #, fuzzy msgid "Unknown" msgstr "Erro desconhecido" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "Erro Presto desconhecido" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "Erro desconhecido" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 #, fuzzy msgid "Unknown value" msgstr "Erro desconhecido" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "Tipo de retorno inseguro para a função %(func)s: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "Valor de template inseguro para a chave %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Filtros sem valor (%d)" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "Função de extração não suportada: " - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "Operação de pós processamento não suportada: %(operation)s" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "Valor de retorno não suportado para o método %(name)s" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "Valor de template não suportado para a chave %(key)s" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "Grão de tempo não suportado: %(time_grain)s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "Consulta sem título %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Editar conjunto de dados" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Consulta sem título" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Consulta sem título" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "Atualizar" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "Salvar gráfico" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "A atualização do mapa foi interrompida" @@ -14070,85 +17804,149 @@ msgstr "A atualização do mapa foi interrompida" msgid "Upload" msgstr "Upload" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "Baixar como imagem" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +#, fuzzy +msgid "Upload CSV to database" +msgstr "Deletar banco de dados" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 #, fuzzy msgid "Upload Credentials" msgstr "Enviar Excel" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Enviar Excel" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "Enviar Excel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "Enviar CSV" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +#, fuzzy +msgid "Upload columnar file" +msgstr "coluna" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +#, fuzzy +msgid "Upload columnar file to database" +msgstr "Selecione um arquivo Excel para ser carregado para o banco de dados." + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +#, fuzzy +msgid "Upload file to database" +msgstr "Editar banco de dados" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Gerenciar" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Consulta em uma nova guia" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 #, fuzzy msgid "Use Area Proportions" msgstr "Propriedades do painel" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -#, fuzzy, python-format +#: superset/views/database/forms.py:462 +#, fuzzy msgid "Use Columns" msgstr "%s coluna(s)" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "Usar Pandas para interpretar o formato datetime automaticamente." - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "Usar editor legado de fonte de dados" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +#, fuzzy +msgid "Use the edit button to change this field" msgstr "Usar o botão de editar para alerar esse campo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "Use isto para definir uma cor estática para todos os círculos" @@ -14160,7 +17958,7 @@ msgstr "" "Usado internamente para identificar o plugin. Deve ser configurado com o " "nome do pacote definido no package.json do plugin" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14170,7 +17968,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -14178,25 +17976,29 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "Usuário" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "Papeis do usuário" -#: superset/errors.py:112 +#: superset/errors.py:118 #, fuzzy msgid "User doesn't have the proper permissions." msgstr "Você não tem o direito de " -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 #, fuzzy msgid "User must select a value before applying the filter" msgstr "O usuário deve selecionar um valor para este filtro" @@ -14205,26 +18007,19 @@ msgstr "O usuário deve selecionar um valor para este filtro" msgid "User must select a value for this filter" msgstr "O usuário deve selecionar um valor para este filtro" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -#, fuzzy -msgid "User must select a value for this filter." -msgstr "O usuário deve selecionar um valor para este filtro" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Consulta do usuário" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 #, fuzzy msgid "Username" msgstr "Nome da consulta" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -14232,6 +18027,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -14239,164 +18035,202 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "Valor" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 #, fuzzy msgid "Value Format" msgstr "Formato do email" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 #, fuzzy msgid "Value format" msgstr "Formato do email" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 #, fuzzy msgid "Value is required" msgstr "Nome é obrigatório" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 #, fuzzy msgid "Value must be greater than 0" msgstr "`row_offset` deve ser superior ou igual a 0" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +#, fuzzy +msgid "Values dependent on" +msgstr "Ordenar decrescente" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Name verboso" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 #, fuzzy msgid "Vertical" msgstr "virtual" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +#, fuzzy +msgid "Vertical (Left)" +msgstr "virtual" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "Pré-visualizar" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "Ver gráfico em Explorar" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Editar conjunto de dados" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "Todos os gráficos" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "View amostras" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "Ver em SQL Lab" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "Ver chaves e índices (%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Ver consulta" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "Ver resultados" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "View amostras" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "Visualizado" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, fuzzy, python-format msgid "Viewed %s" msgstr "Visualizado" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 #, fuzzy msgid "Viewport" msgstr "relatório" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +#, fuzzy +msgid "Virtual" +msgstr "virtual" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "Virtual (SQL)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Conjunto de dados virtual" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 #, fuzzy msgid "Virtual dataset query cannot be empty" msgstr "A query do conjunto de dados virtual deve ser de apenas leitura" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" "A query do conjunto de dados virtual não pode consistir de instruções " "múltiplas" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "A query do conjunto de dados virtual deve ser de apenas leitura" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "Visualização" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Tipo de visualização" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Tipo de visualização" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -14410,6 +18244,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -14422,49 +18262,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -14485,11 +18342,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Está faltando uma fonte de dados para a Viz" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "Tipo de Viz" @@ -14497,24 +18354,26 @@ msgstr "Tipo de Viz" msgid "WED" msgstr "QUA" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 #, fuzzy msgid "Warning" msgstr "Alerta!" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "Mensagem de aviso" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "Alerta!" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." @@ -14522,22 +18381,34 @@ msgstr "" "Alerta! Mudar esse conjunto de dados pode quebrar o gráfico se os " "metadados não existirem." -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "Etiqueta para sua consulta" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, fuzzy, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" "Não é possível resolver a coluna \"%(column_name)s\" na linha " "%(location)s." -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, fuzzy, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" "Não é possível resolver a coluna \"%(column_name)s\" na linha " "%(location)s." -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " @@ -14546,28 +18417,31 @@ msgstr "" "Não é possível resolver a coluna \"%(column_name)s\" na linha " "%(location)s." -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " -msgstr "Nós recomendamos sumarizar mais seus dados antes de seguir esse fluxo." +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -14575,60 +18449,93 @@ msgstr "" msgid "Wednesday" msgstr "Quarta" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 #, fuzzy msgid "Week" msgstr "semana" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "relatório" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, fuzzy, python-format msgid "Weeks %s" msgstr "semana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "Altura" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" "Estamos tendo problema ao carregar esses resultados. As consultas estão " "configuradas para expirar depois de %s segundos." +msgstr[1] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" "Estamos tendo problema ao carregar esta visualização. As consultas estão " "configuradas para expirar depois de %s segundos." +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "Já existe um banco de dados com o mesmo nome" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" @@ -14636,11 +18543,12 @@ msgstr "" "Quando `Tipo de cálculo` é \"Mudança percentual\", o formato do eixo Y é " "forçado para `.1%`" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" @@ -14648,15 +18556,20 @@ msgstr "" "Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela" " a ser criada neste esquema" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " @@ -14666,7 +18579,7 @@ msgstr "" "usar essa instrução como subquery enquanto efetua os agrupamentos e " "filtros nas consultas pai geradas." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -14681,85 +18594,103 @@ msgstr "" " a procura aplicando um filtro de tempo a um campo de tempo relacionado " "particionado ou indexado." -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "Ao usar 'Group By' você está limitado a usar uma única métrica" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "Se a tabela foi gerada pelo fluxo 'Visualizar' em SQL Lab" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "Se esta coluna está exposta na seção `Filtros` da visão de exploração." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -14767,71 +18698,86 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +#, fuzzy +msgid "Whether to display the stroke" +msgstr "Métrica para ordernar os resultados" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 #, fuzzy msgid "Whether to display the time range interactive selector" msgstr "Mensagem de alerta a ser mostrada no seletor de métrica" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 #, fuzzy -msgid "Whether to format the timestamp" +msgid "Whether to fill the objects" msgstr "Métrica para ordernar os resultados" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 #, fuzzy msgid "Whether to include a client-side search box" msgstr "Se é para incluir um filtro de tempo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "Se é para incluir um filtro de tempo" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 #, fuzzy msgid "Whether to include the percentage in the tooltip" msgstr "Se é para incluir um filtro de tempo" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +#, fuzzy +msgid "Whether to make the grid 3D" +msgstr "Métrica para ordernar os resultados" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" @@ -14839,15 +18785,15 @@ msgstr "" "Seja para disponibilizar esta coluna como uma opção [Time Granularity], a" " coluna deve ser DATETIME ou DATETIME" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "Se é para autocompletar as opções de filtro" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " @@ -14856,84 +18802,80 @@ msgstr "" "Se popula o combo do filtro na seção filtros de 'explorar visão' com uma " "lista de valores distintos vindos do backend automaticamente" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Quer classificar descendente ou ascendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "Quer classificar descendente ou ascendente" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 #, fuzzy -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "Quer classificar descendente ou ascendente" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +#, fuzzy +msgid "Whether to truncate metrics" +msgstr "Métrica para ordernar os resultados" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -14942,7 +18884,8 @@ msgstr "" msgid "White" msgstr "Título" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "Largura" @@ -14951,11 +18894,15 @@ msgstr "Largura" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -14964,122 +18911,146 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 #, fuzzy msgid "Word Rotation" msgstr "Adicionar anotação" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "Tempo limite de trabalho" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "Mapa mundial" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "Escreva uma descrição para sua consulta" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "Escrever índice dataframe como coluna." + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "Escrever índice dataframe como coluna." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "X Axis" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 #, fuzzy msgid "X Axis Format" msgstr "Y Eixo Formato" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Ordenar ascendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +#, fuzzy +msgid "X-axis" +msgstr "Eixo" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 #, fuzzy msgid "XScale Interval" msgstr "Intervalo de atualização" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Eixo" @@ -15091,28 +19062,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "Y Eixo Formato" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -15124,37 +19094,70 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Ordenar ascendente" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "Eixo" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 #, fuzzy msgid "YScale Interval" msgstr "Intervalo de atualização" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 #, fuzzy msgid "Year" msgstr "ano" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, fuzzy, python-format msgid "Years %s" msgstr "ano" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "Sim" @@ -15162,7 +19165,12 @@ msgstr "Sim" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15172,7 +19180,7 @@ msgstr "" "pode causar a perda de parte do seu trabalho. Você tem certeza que quer " "sobrescrever?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15182,7 +19190,7 @@ msgstr "" " causar a perda de parte do seu trabalho. Você tem certeza que quer " "sobrescrever?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15192,7 +19200,7 @@ msgstr "" "Sobrescrever pode causar a perda de parte do seu trabalho. Você tem " "certeza que quer sobrescrever?" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -15202,7 +19210,7 @@ msgstr "" "Sobrescrever pode causar a perda de parte do seu trabalho. Você tem " "certeza que quer sobrescrever?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 #, fuzzy msgid "" "You are importing one or more saved queries that already exist. " @@ -15213,54 +19221,63 @@ msgstr "" "pode causar a perda de parte do seu trabalho. Você tem certeza que quer " "sobrescrever?" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 #, fuzzy +msgid "You can" +msgstr "Mapa do País" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -"Você não pode especificar um namespace no nome da tabela: " -"\"%(excel_table.table)s\" e no campo do esquema: " -"\"%(excel_table.schema)s\". Por favor remova um." -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -"Você não pode especificar um namespace no nome da tabela: " -"\"%(csv_table.table)s\" e no campo esquema: \"%(csv_table.schema)s\". Por" -" favor remova um." -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -"Você não pode especificar um namespace no nome da tabela: " -"\"%(excel_table.table)s\" e no campo do esquema: " -"\"%(excel_table.schema)s\". Por favor remova um." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." @@ -15268,13 +19285,20 @@ msgstr "" "Você não pode usar [Columns] em combinação com [Group " "By]/[Metrics]/[Percentage Metrics]. Por favor escolha um ou o outro." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "Você não tem permissão para editar esse gráfico" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "Você não tem permissão para editar esse gráfico" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "Você não tem permissão para editar esse painel" @@ -15283,35 +19307,75 @@ msgstr "Você não tem permissão para editar esse painel" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "Você não tem permissão para acessar essa(s) fonte(s) de dados: %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "Você não tem permissão para editar esse painel" +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "Você não tem permissão para editar esse painel" + #: superset/dashboards/commands/exceptions.py:86 #, fuzzy msgid "You don't have access to this dashboard." msgstr "Você não tem permissão para editar esse painel" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "Você não tem permissão para editar esse painel" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "Você não tem permissão para editar esse painel" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "Você não tem nenhum favorito ainda!" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 #, fuzzy msgid "You don't have permission to modify the value." msgstr "Você não tem permissão para editar esse gráfico" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " -msgstr "Você não tem o direito de " +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Você não tem os direitos de alterar este título." -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Você não tem os direitos de alterar este título." + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Você não tem os direitos de alterar este título." + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "Você não tem os direitos de alterar este título." -#: superset/views/core.py:406 +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Você não tem o direito de " + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Você não tem o direito de " + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Você não tem o direito de " + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "Você não tem permissão para aprovar este pedido" @@ -15319,36 +19383,76 @@ msgstr "Você não tem permissão para aprovar este pedido" msgid "You have removed this filter." msgstr "Você removeu este filtro." -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "Você tem alterações não salvas." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "Você deve escolher um nome para o novo painel" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "Você deve primeiro executar a consulta com sucesso" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 #, fuzzy msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "Seu painel é muito grande. Por favor reduza o tamanho antes de salvá-lo." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "Sua consulta não pôde ser salva" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "Sua consulta não podê ser agendada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "Sua consulta não podê ser atualizada" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" @@ -15356,132 +19460,164 @@ msgstr "" "Sua consulta foi agendada. Para ver os detalhes da sua consulta, navegue " "para Consultas salvas" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "Sua consulta foi salva" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "Sua consulta foi salva" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "Sua consulta foi atualizada" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 #, fuzzy msgid "Your report could not be deleted" msgstr "Não foi possível deletar o gráfico." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "descrição" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "[Alert] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "Editar o painel de instrumentos" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "[Longitude] e as colunas [Latitude] devem estar presentes em [Group By]" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "[Longitude] e [Latitude] devem ser configuradas" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 #, fuzzy msgid "[Missing Dataset]" msgstr "Mudar conjunto de dados" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] O acesso à fonte de dados %(name) s foi concedido" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -#, fuzzy, python-format +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +#, fuzzy msgid "[Untitled]" msgstr "%s - sem título" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "Básico" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[Nome do painel]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "%s - sem título" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "`intervalo de confiança` deve ser entre 0 e 1 (exclusivo)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "A propriedade `operation` do objeto de pós processamento está indefinida" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 #, fuzzy msgid "`prophet` package not installed" msgstr "Pacote `fbprophet` não instalado " -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 #, fuzzy msgid "`row_limit` must be greater than or equal to 0" msgstr "`row_limit` deve ser maior ou igual a 1" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "`row_offset` deve ser superior ou igual a 0" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "`width` deve ser maior ou igual a 0" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "agregar" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "alerta" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "alertas" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "também copia (duplica) gráficos" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "alterar este" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -15489,139 +19625,230 @@ msgstr "" msgid "and" msgstr "e" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "e a visão de exploração expira em %s segundos " - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "anotação" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "Tempo de início ou tempo de fim da anotação é obrigatório." - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "em" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 -msgid "bolt" -msgstr "parafuso" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "em" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 -#, fuzzy -msgid "bottom" -msgstr "DTTM" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "cacheado" +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" -#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "Básico" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 +msgid "bolt" +msgstr "parafuso" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 +#, fuzzy +msgid "bottom" +msgstr "DTTM" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" -"não pode ser utilizado como um nome de coluna. O nome/alias da coluna " -"\"__timestamp\"\n" -" é reservado para a expressão temporal principal, e alias de coluna " -"terminando com \n" -" duplo underscore seguido por um valor numérico (ex. \"my_col__1\") são " -"reservados para resolver nomes de colunas duplicados. Por favor use alias" -" para renomear os\n" -" nomes de coluna inválidos." - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "Espacial" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Gerenciar" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "gráfico" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "gráfico" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "escolha WHERE ou HAVING..." -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "Pesquisar todas as opções de filtro" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "coluna" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 #, fuzzy msgid "count" msgstr "coluna" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" msgstr "criar um" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "Criar novo gráfico" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "CSS" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "css_template" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 #, fuzzy msgid "cumulative" msgstr "Ativo" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "painel" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "painel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "banco de dados" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "conjunto de dados" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "nome do conjunto de dados" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "data" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "dia" @@ -15634,32 +19861,100 @@ msgstr "dia do mês" msgid "day of the week" msgstr "dia da semana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +#, fuzzy +msgid "deck.gl 3D Hexagon" +msgstr "Deck.gl - Polígono" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +#, fuzzy +msgid "deck.gl Arc" +msgstr "Deck.gl - Arc" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +#, fuzzy +msgid "deck.gl Geojson" +msgstr "Deck.gl - Polígono" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +#, fuzzy +msgid "deck.gl Grid" +msgstr "Deck.gl - Grade 3D" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +#, fuzzy +msgid "deck.gl Multiple Layers" +msgstr "Deck.gl - Múltiplas camadas" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +#, fuzzy +msgid "deck.gl Path" +msgstr "Deck.gl - Paths" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +#, fuzzy +msgid "deck.gl Polygon" +msgstr "Deck.gl - Polígono" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +#, fuzzy +msgid "deck.gl Scatterplot" +msgstr "Deck.gl - Scatter plot" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +#, fuzzy +msgid "deck.gl Screen Grid" +msgstr "Deck.gl - Grade de tela" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Deck.gl - Paths" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Padrão" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "deletar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 #, fuzzy msgid "descendant" msgstr "Ordenar decrescente" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "descrição" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "descrição" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "dialect+driver://username:password@host:port/database" -#: superset/views/core.py:618 -#, fuzzy -msgid "download as csv" -msgstr "Baixar como imagem" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 #, fuzzy msgid "draft" msgstr "Rascunho" @@ -15668,36 +19963,74 @@ msgstr "Rascunho" msgid "dttm" msgstr "DTTM" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 #, fuzzy msgid "e.g. Analytics" msgstr "Analytics avançados" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 #, fuzzy msgid "e.g., a \"user id\" column" msgstr "Colunas das séries temporais" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "Nome da consulta" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "Series" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "Mensagem de erro" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -15724,54 +20057,98 @@ msgstr "todo minito UTC" msgid "every month" msgstr "todo mês" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "" -"funcionalidade para armazar um conjunto de dados sumarizados os quais " -"você pode explorar." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "e" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Explorar" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Falhou" + +#: superset-frontend/src/SqlLab/constants.ts:35 #, fuzzy msgid "fetching" msgstr "Configurações" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "" -"seguindo este fluxo muito provavelmente resultará em expiração da sua " -"consulta." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "em" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 #, fuzzy msgid "for more information on how to structure your URI." msgstr " para mais informações sobre como estruturar sua URI." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Mapa de calor" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 #, fuzzy msgid "here" msgstr "Compartilhar" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "hora" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" msgstr "identidade:" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -15781,7 +20158,7 @@ msgstr "" msgid "in" msgstr "em" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "em modal" @@ -15799,21 +20176,21 @@ msgstr "" msgid "joined" msgstr "entrou" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "JSON não é válido" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 #, fuzzy msgid "label" msgstr "Rótulo" @@ -15842,21 +20219,30 @@ msgstr "Semana passada" msgid "last year" msgstr "Grupo" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "última partição:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 #, fuzzy msgid "left" msgstr "alerta" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Limpar" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "log" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." @@ -15864,6 +20250,52 @@ msgstr "" "percentil inferior deve ser maior que 0 e menor que 100. Deve ser menor " "que o percentil superior." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Max" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Métrica" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "em" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "minuto" @@ -15873,57 +20305,143 @@ msgstr "minuto" msgid "minute(s)" msgstr "minuto(s) UTC" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "mês" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "mês" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Nome" + +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "Erro de configuração do validador de alerta." + +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "Erro de configuração do validador de alerta." + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "Desligado" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "sobre" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "hora" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "Sua consulta não podê ser atualizada" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Ordenar ascendente" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" @@ -15931,6 +20449,15 @@ msgstr "" "Percentis deve ser uma lista ou tupla com dois valores numéricos, com o " "primeiro valor menor que o segundo" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "Estado do agendamento de relatório não encontrado" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -15939,91 +20466,219 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 #, fuzzy msgid "published" msgstr "Não publicado" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "consulta" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 #, fuzzy msgid "queries" msgstr "Series" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "consulta" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "e" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "reiniciar" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "Recentes" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 #, fuzzy msgid "recents" msgstr "Recentes" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 #, fuzzy msgid "red" msgstr "Criado" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "relatório" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "relatórios" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 #, fuzzy msgid "right" msgstr "Altura" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "linhas" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "linhas recuperadas" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "Executando" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "Perguntas frequentes" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 segundos" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Series" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "consulta" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +#, fuzzy +msgid "stack" +msgstr "Backend" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "Nada disparado" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "css_template" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "Inserir" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histograma" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Sucesso" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "textarea" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "Pare" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 #, fuzzy msgid "top" msgstr "Pare" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "Desfazer?" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "Erro desconhecido" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." @@ -16031,34 +20686,96 @@ msgstr "" "percentil superior deve ser maior que 0 e menor que 100. Deve ser maior " "que o percentil inferior." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "última partição:" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 #, fuzzy msgid "value ascending" msgstr "Ordenar ascendente" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 #, fuzzy msgid "value descending" msgstr "Ordenar decrescente" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Avançado" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Tempo em segudos" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "virtual" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Tipo de Viz" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "foi criado" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "semana" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "ano" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/ru/LC_MESSAGES/messages.json b/superset/translations/ru/LC_MESSAGES/messages.json index 9f4009b692b8f..f23a20914794a 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.json +++ b/superset/translations/ru/LC_MESSAGES/messages.json @@ -5,7 +5,7 @@ "22": ["22"], "": { "domain": "superset", - "plural_forms": "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);", + "plural_forms": "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2)", "lang": "ru" }, "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ @@ -52,9 +52,6 @@ "%(object)s does not exist in this database.": [ "%(object)s не существует в этой базе данных." ], - "%(other)s %(tableName)s will appear here": [ - "%(other)s %(tableName)s появятся здесь после добавления" - ], "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], "%(rows)d rows returned": ["Получено строк: %(rows)d"], "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ @@ -74,6 +71,8 @@ ], "%s Error": ["%s Ошибка"], "%s PASSWORD": ["%s ПАРОЛЬ"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], "%s Selected": ["%s Выбрано"], "%s Selected (%s Physical, %s Virtual)": [ "%s Выбрано (%s Физические, %s Виртуальные)" @@ -296,7 +295,6 @@ "Add Column": ["Добавить столбец"], "Add Dashboard": ["Добавить дашборд"], "Add Database": ["Добавить базу данных"], - "Add Dataset and Create Chart": ["Добавить датасет и создать график"], "Add Log": ["Добавить запись"], "Add Metric": ["Добавить меру"], "Add Report": ["Добавить рассылку"], @@ -321,12 +319,14 @@ "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "Добавьте новые столбцы формата дата/время в датасет в настройках датасета" ], - "Add dataset": ["Добавить датасет"], "Add delivery method": ["Добавить способ оповещения"], "Add extra connection information.": [ "Дополнительная информация по подключению" ], "Add filter": ["Добавить фильтр"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" + ], "Add filters and dividers": ["Добавить фильтры и разделители"], "Add item": ["Добавить запись"], "Add metric": ["Добавить меру"], @@ -367,6 +367,7 @@ "Adjust how this database will interact with SQL Lab.": [ "Настройка взаимодействия базы данных с Лабораторией SQL" ], + "Adjust performance settings of this database.": [""], "Advanced": ["Продвинутая настройка"], "Advanced Analytics": ["Расширенная аналитика"], "Advanced Data type": ["Расширенный тип данных"], @@ -734,8 +735,6 @@ "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть добавлены. Узнайте больше о том, как подключить драйвер базы данных " ], "Append": ["Добавить"], - "Applied Cross Filters (%d)": ["Применено кросс-фильтров: (%d)"], - "Applied Filters (%d)": ["Применено фильтров: (%d)"], "Applied filters: %s": ["Применены фильтры: %s"], "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "Применное скользязее окно не вернуло данных. Убедитесь, что исходный запрос удовлетворяет минимальному количеству периодов скользящего окна." @@ -841,6 +840,7 @@ "Based on granularity, number of time periods to compare against": [ "Основываясь на группировке времени, количество периодов времени для сравнения" ], + "Based on what should series be ordered on the chart and legend": [""], "Basic": ["Базовая настройка"], "Basic information": ["Основная информация"], "Batch editing %d filters:": [ @@ -951,9 +951,11 @@ "Cancel query on window unload event": [ "Отменять запрос при закрытии вкладки" ], + "Cannot access the query": [""], "Cannot delete a database that has datasets attached": [ "Невозможно удалить базу данных с подключенными датасетами" ], + "Cannot have multiple credentials for the SSH Tunnel": [""], "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "Невозможно импортировать дашборд: %(db_error)s.\nУбедитесь, что база даннах создана перед импортированием дашборда." ], @@ -1142,12 +1144,12 @@ "Clear all": ["Сбросить фильтры"], "Clear all data": ["Очистить все данные"], "Clear form": ["Очистить форму"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" + ], "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "Нажмите на кнопку \"Создать график\" на панели управления слева для просмотра графика или" ], - "Click the button above to add a filter to the dashboard": [ - "Нажмите кнопку выше для добавления фильтров в дашборд" - ], "Click the lock to make changes.": [ "Нажмите на замок для внесения изменений" ], @@ -1161,7 +1163,6 @@ "Нажмите для переключения на альтернативную форму подключения, которая позволит вам ввести все данные в соответствующую форму для данной базы данных." ], "Click to cancel sorting": ["Нажмите для отмены сортировки"], - "Click to clear emitted filters": ["Нажмите для сброса кросс-фильтра"], "Click to edit": ["Нажмите для редактирования"], "Click to edit %s in a new tab": [ "Нажмите для редактирования «%s» в новой вкладке" @@ -1412,7 +1413,6 @@ "Country Map": ["Карта Стран"], "Create": ["Создать"], "Create Chart": ["Создать график"], - "Create Dataset": ["Создать датасет"], "Create a dataset": ["Создать датасет"], "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "Создайте датасет для визуализации ваших данных на графике или перейдите в Лабораторию SQL для просмотра данных." @@ -1437,8 +1437,9 @@ ], "Creator": ["Автор"], "Crimson": ["Малиновый"], - "Cross Filter Scoping": ["Область действия кросс-фильтра"], - "Cross-filter scoping": ["Задать область действия кросс-фильтра"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" + ], "Cumulative": ["С накоплением"], "Currently rendered: %s": ["Сейчас отрисовано: %s"], "Custom": ["Пользовательский"], @@ -1461,9 +1462,6 @@ "D3 format syntax: https://github.com/d3/d3-format": [ "Формат D3: https://github.com/d3/d3-format." ], - "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ - "Числовой формат D3 для чисел от -1 до 1, полезно, если вы работаете как с маленькими числами, где нужна точность, так и с большими целыми числами" - ], "D3 time format for datetime columns": [ "Формат времени D3 для столбцов типа дата/время" ], @@ -1506,6 +1504,7 @@ "Dashed": ["Штрих"], "Data": ["Данные"], "Data Table": ["Таблица"], + "Data URI is not allowed.": [""], "Data Zoom": ["Масштабирование графика"], "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "Не удалось распознать данные с сервера . Формат хранилища мог измениться, что привело к потере старых данных. Вам нужно повторно запустить исходный запрос." @@ -1621,6 +1620,7 @@ ], "Deactivate": ["Выключить"], "December": ["Декабрь"], + "Decides which column to sort the base axis by.": [""], "Decimal Character": ["Десятичный разделитель"], "Deck.gl - 3D Grid": ["Deck.gl - 3D сетка"], "Deck.gl - Arc": ["Deck.gl - Дуга"], @@ -1831,6 +1831,9 @@ "Draw split lines for minor y-axis ticks": [ "Рисует разделительные линии для небольших отметок оси Y" ], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], "Drill to detail": [""], "Drill to detail by": [""], "Drill to detail by value is not yet supported for this chart type.": [ @@ -1882,9 +1885,6 @@ "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ "Продолжительность (в секундах) таймаута кэша для графиков этой базы данных. Таймаут 0 означает, что кэш никогда не очистится. Обратите внимание, что если значение не задано, применяется значение по умолчанию из основной конфигурации." ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите внимание, что если значение не задано, применяется значение таймаута датасета." - ], "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите внимание, что если значение не задано, применяется значение источника данных/таблицы." ], @@ -1975,7 +1975,6 @@ "Embed code": ["Встроенный код"], "Embed dashboard": ["Встроить дашборд"], "Embedding deactivated.": ["Встраивание отключено"], - "Emitted values": ["Отображаемые значения"], "Emphasis": ["Акцент"], "Employment and education": ["Трудоустройство и образование"], "Empty circle": ["Пустой круг"], @@ -2451,7 +2450,6 @@ "Включить имена категорий в качестве оси" ], "Include time": ["Включить время"], - "Incompatible Filters (%d)": ["Несовместимые фильтры (%d)"], "Index": ["Индекс"], "Index Column": ["Индесный столбец"], "Info": ["Личные данные"], @@ -2544,11 +2542,6 @@ "JUL": ["ИЮЛ"], "JUN": ["ИЮН"], "January": ["Январь"], - "Javascript data interceptor": ["Javascript редактор данных"], - "Javascript onClick href": ["Javascript onClick href"], - "Javascript tooltip generator": [ - "Javascript генератор всплывающих подсказок" - ], "Jinja templating": ["Шаблонизацию Jinja."], "Json list of the column names that should be read": [ "Список столбцов в формате JSON из файла, которые будут использованы." @@ -2656,9 +2649,6 @@ "Link Copied!": ["Ссылка скопирована"], "List Saved Query": [""], "List Unique Values": ["Список уникальных значений"], - "List of extra columns made available in Javascript functions": [ - "Список дополнительных столбцов, доступных в функциях Javascript" - ], "List of n+1 values for bucketing metric into n buckets.": [""], "List of values to mark with lines": [ "Список числовых значений для отображения в виде линий на графике. Например, 10,20,30" @@ -2736,9 +2726,6 @@ "Maximum Font Size": ["Максимальный размер шрифта"], "Maximum Radius": ["Максимальный радиус"], "Maximum value on the gauge axis": ["Максимальное значение индикатора"], - "Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ - "Максимальный размер радиуса окружности (в пикселях). При изменении уровня масштабирования это гарантирует, что окружность соответствует этому максимальному радиусу" - ], "May": ["Май"], "Mean of values over specified period": [ "Среднее значений за указанный период" @@ -2871,6 +2858,7 @@ "Must have at least one numeric column specified": [ "Должен быть указан хотя бы один числовой столбец" ], + "Must provide credentials for the SSH Tunnel": [""], "Must specify a value for filters with comparison operators": [ "Необходимо указать значение для фильтров с операторами сравнения" ], @@ -2944,6 +2932,7 @@ "Нет баз данных, удовлетворяющих вашему поиску" ], "No description available.": ["Описание отсутствует."], + "No dimensions available for drill by": [""], "No favorite charts yet, go click on stars!": [ "Пока нет избранных графиков, для добавления в избранное нажмите на звездочку рядом с графиком" ], @@ -2953,7 +2942,6 @@ "No filter": ["Без фильтрации"], "No filter is selected.": ["Не выбраны фильтры."], "No filters": ["Нет фильтров"], - "No filters are currently added": ["Не применено ни одного фильтра"], "No filters are currently added to this dashboard.": [ "Не применено ни одного фильтра к данному дашборду." ], @@ -3100,7 +3088,7 @@ "One or more parameters specified in the query are missing.": [ "Один или несколько параметров, указанных в запросе, отсутствуют" ], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ "" ], "One ore more annotation layers failed loading.": [ @@ -3113,6 +3101,8 @@ "Only `SELECT` statements are allowed": [ "Доступны только SELECT запросы" ], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], "Only selected panels will be affected by this filter": [ "Фильтр будет применён только к выбранным панелям" ], @@ -3153,9 +3143,6 @@ "Optional name of the data column.": [ "Необязательное имя столбца данныхэ" ], - "Optional time column if time range should apply to another column than the default time column": [ - "" - ], "Optional warning about use of this metric": [ "Необязательное предупреждение об использовании этой меры" ], @@ -3198,6 +3185,7 @@ "Overwrite text in the editor with a query on this table": [ "Вставить этот запрос в редактор SQL" ], + "Owned Created or Favored": [""], "Owner": ["Владелец"], "Owners": ["Владельцы"], "Owners are invalid": ["Неверный список владельцев"], @@ -3380,7 +3368,6 @@ "Position of column level subtotal": [ "Расположение промежуточного итога на уровне столбца" ], - "Position of intermidiate node label on tree": [""], "Position of row level subtotal": [ "Расположение промежуточного итога на уровне строки" ], @@ -3632,9 +3619,6 @@ "Роль %(r)s была расширена для предоставления доступа к источнику данных %(ds)s" ], "Roles": ["Роли"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, then the dashboard is available to all roles.": [ - "Список ролей, определяющий доступ к дашборду. Предоставляя доступ определенной роли, пользователь сможет обойти ограничения своей роли. Если роли не указаны, дашборд доступен всем ролям." - ], "Roles to grant": ["Роли для предоставления"], "Rolling Function": ["Скользящая средняя"], "Rolling Window": ["Скользящее окно"], @@ -3696,6 +3680,7 @@ "SSH Host": [""], "SSH Password": ["Пароль SSH"], "SSH Port": ["SSH порт"], + "SSH Tunnel": [""], "SSH Tunnel configuration parameters": [ "Параметры конфигурации SSH туннеля" ], @@ -3862,9 +3847,6 @@ "Select column": ["Выберите столбец"], "Select current page": ["Выбрать текущую страницу"], "Select database & schema": ["Выберите базу данных и схему"], - "Select database or type database name": [ - "Выберите базу данных или введите ее имя" - ], "Select database table": ["Выберите таблицу из базы данных"], "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "Некоторые базы данных требуют ручной настройки во вкладке Продвинутая настройка для успешного подключения. Вы можете ознакомиться с требованиями к вашей базе данных " @@ -3881,15 +3863,9 @@ "Select or type dataset name": ["Выберите/введите имя датасета"], "Select owners": ["Выбрать владельцев"], "Select saved metrics": ["Выберите сохраненные меры"], - "Select schema or type schema name": [ - "Выберите схему или введите ее имя" - ], "Select scheme": ["Выберите схему"], "Select start and end date": ["Выберите дату начала"], "Select subject": [""], - "Select table or type table name": [ - "Выберите таблицу или введите ее имя" - ], "Select the Annotation Layer you would like to use.": [ "Выбрать слой аннотации, который вы хотите использовать." ], @@ -3981,9 +3957,6 @@ "Show columns total": ["Показать общий итог по столбцам"], "Show data points as circle markers on the lines": [""], "Show empty columns": ["Показывать пустые столбцы"], - "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ - "Показывает иерархические взаимосвязи данных со значением, представленным областью, показывая пропорцию и вклад в целое." - ], "Show info tooltip": ["Показать информационную подсказку"], "Show label": ["Показывать метку"], "Show labels when the node has children.": [ @@ -3992,6 +3965,7 @@ "Show legend": ["Показывать легенду"], "Show less columns": ["Показать меньше столбцов"], "Show less...": ["Показать меньше..."], + "Show only my charts": [""], "Show password.": ["Показать пароль."], "Show percentage": ["Показывать долю"], "Show pointer": ["Показывать указатель"], @@ -4115,6 +4089,7 @@ "Sort filter values": ["Сортировать отфильтрованные значения"], "Sort metric": ["Показатель для сортировки"], "Sort rows by": ["Сортировка строк по"], + "Sort series in ascending order": [""], "Sort type": ["Тип сортировки"], "Source": ["Источник"], "Source / Target": ["Источник / Цель"], @@ -4269,6 +4244,7 @@ "Tables": ["Таблицы"], "Tabs": ["Вкладки"], "Tabular": ["Таблицы"], + "Tag name is invalid (cannot contain ':')": [""], "Tags": ["Теги"], "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" @@ -4291,6 +4267,9 @@ "Text": ["Текст"], "Text align": ["Выравнивание текста"], "Text embedded in email": ["Текст, включенный в email"], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], @@ -4384,9 +4363,6 @@ "The distance between cells, in pixels": [ "Расстояние между ячейками (в пикселях)" ], - "The duration of time in seconds before the cache is invalidated": [ - "Количество секунд до истечения срока действия кэша" - ], "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "Объект engine_params вызывает sqlalchemy.create_engine" ], @@ -4741,6 +4717,9 @@ "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "Это может быть как IP адрес (например, 127.0.0.1), так и доменное имя (например, моябазаданных.рф)." ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" + ], "This chart has been moved to a different filter scope.": [ "Этот график был перемещён в другой набор фильтров." ], @@ -4751,7 +4730,7 @@ "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], "This column might be incompatible with current dataset": [ @@ -4799,6 +4778,7 @@ "This dataset is managed externally, and can't be edited in Superset": [ "Этот датасет управляется извне и не может быть изменена в Суперсете" ], + "This dataset is not used to power any charts.": [""], "This defines the element to be plotted on the chart": [ "Элемент, который будет отражен на графике" ], @@ -4811,9 +4791,6 @@ "This filter doesn't exist in dashboard. It will not be applied.": [ "Этот фильтр не существует в дашборде. Он не будет применен." ], - "This filter is the last temporal filter. If you proceed,\n this chart won't be affected by time range filters in dashboards.": [ - "" - ], "This filter might be incompatible with current dataset": [ "Этот фильтр может быть несовместим с этим датасетом" ], @@ -4903,6 +4880,8 @@ "Столбец формата дата/время \"%(col)s\" не существует в датасете" ], "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], "Time comparison": ["Столбец с датой"], "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "Временной сдвиг на естественном языке (например: 24 hours, 7 days, 56 weeks, 365 days)" @@ -5059,9 +5038,6 @@ "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "Не удается перенести состояние схемы таблицы на сервер. Суперсет повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта проблема не устранена." ], - "Unable to process right-click on %s. Check you chart configuration.": [ - "Не удалось обработать ПКМ на %s. Проверьте настройки графика." - ], "Unable to retrieve dashboard colors": [ "Не удалось получать цветовую схему дашборда" ], @@ -5103,7 +5079,6 @@ "Unsafe template value for key %(key)s: %(value_type)s": [ "Небезопасное значение шаблона для ключа %(key)s: %(value_type)s" ], - "Unset Filters (%d)": ["Сбросить фильтры (%d)"], "Unsupported clause type: %(clause)s": [ "Неподдерживаемый оператор: %(clause)s" ], @@ -5292,7 +5267,7 @@ "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "Визуализирует, как показатель изменился с течением времени, используя цветовую шкалу и календарь. Значения серого цвета используются для обозначения отсутствующих значений, а линейная цветовая схема используется для отображения величины значения каждого дня." ], - "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ @@ -5392,6 +5367,7 @@ "When using 'Group By' you are limited to use a single metric": [ "При использовании 'GROUP BY' вы ограничены использованием одной меры" ], + "When using other than adaptive formatting, labels may overlap": [""], "When using this option, default value can’t be set": [ "При включении этой опции нельзя установить значение по умолчанию" ], @@ -5441,9 +5417,6 @@ "Отображать интерактивную таблицу с данными" ], "Whether to display the labels.": ["Отображать метки"], - "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ - "Отображать метки. Обратите внимание, что метка отображается только при достижении порогового значения 5%." - ], "Whether to display the legend (toggles)": [ "Отображать легенду (переключатель)" ], @@ -5516,9 +5489,6 @@ "Whether to sort descending or ascending if a series limit is present": [ "Сортировка по убыванию или по возрастанию, если есть ограничение на количество категорий" ], - "Whether to sort descending or ascending on the X-Axis.": [ - "Сортировка по убыванию или по возрастанию для оси X" - ], "Whether to sort results by the selected metric in descending order.": [ "Сортировка результатов по выбранной мере в порядке убывания" ], @@ -5581,6 +5551,7 @@ "Y Axis Title": ["Название оси Y"], "Y Log Scale": ["Логарифмическая ось Y"], "Y bounds": ["Показывать границы оси Y"], + "Y-Axis Sort By": [""], "Y-axis": ["Ось Y"], "Y-axis bounds": ["Границы оси Y"], "Year": ["Год"], @@ -5613,12 +5584,19 @@ "You can add the components in the edit mode.": [ "Вы можете добавить компоненты в режиме редактирования." ], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" + ], "You can create a new chart or use existing ones from the panel on the right": [ "Вы можете создать новый график или использовать существующие из панели справа" ], "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" + ], "You cannot use 45° tick layout along with the time range filter": [ "Вы не можете использовать расположение делений под углом 45° при использовании временного фильтра" ], @@ -5955,6 +5933,7 @@ "string type icon": [""], "sum": ["Сумма"], "syntax.": [""], + "tag": [""], "temporal type icon": [""], "textarea": ["текстовая область"], "to": ["по"], @@ -5984,7 +5963,7 @@ ], "year": ["год"], "yellow": ["Желтая"], - "zoom area": ["область масштабирования"] + "zoom area": [""] } } } diff --git a/superset/translations/ru/LC_MESSAGES/messages.po b/superset/translations/ru/LC_MESSAGES/messages.po index 5df8aae967d68..ca7b22af234bc 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.po +++ b/superset/translations/ru/LC_MESSAGES/messages.po @@ -17,20 +17,20 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-02-06 11:42+0300\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2023-01-09 14:32+0300\n" "Last-Translator: Artem Shumeiko\n" "Language: ru\n" "Language-Team: Russian <>\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" +"Generated-By: Babel 2.9.1\n" #: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:329 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -42,7 +42,7 @@ msgstr "" " Он не будет сохранен при сохранении графика.\n" " " -#: superset/reports/notifications/email.py:89 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -53,7 +53,7 @@ msgstr "" " Ошибка: %(text)s\n" " " -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:129 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 msgid " (excluded)" msgstr " (исключено)" @@ -66,15 +66,15 @@ msgstr "" " Установите прозрачность 0, если вы не хотите переписывать цвет, " "указанный в GeoJSON" -#: superset-frontend/src/explore/components/SaveModal.tsx:354 +#: superset-frontend/src/explore/components/SaveModal.tsx:364 msgid " a dashboard OR " msgstr " дашборд или " -#: superset-frontend/src/explore/components/SaveModal.tsx:356 +#: superset-frontend/src/explore/components/SaveModal.tsx:366 msgid " a new one" msgstr " новый" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:302 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr ", который должен придерживаться " @@ -82,7 +82,7 @@ msgstr ", который должен придерживаться " msgid " source code of Superset's sandboxed parser" msgstr " исходный код sandboxed парсера Суперсета" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -108,32 +108,32 @@ msgstr "" "будут использованы необязательные значения по умолчанию на уровне имен " "для каждой базы данных/столбца с помощью дополнительного параметра." -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 msgid " to add calculated columns" msgstr " для добавления вычисляемых столбцов" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 msgid " to add metrics" msgstr " для добавления мер" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:381 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 msgid " to edit or add columns and metrics." msgstr " для редактирования или добавления столбцов и мер." -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 msgid " to mark a column as a time column" msgstr ", чтобы пометить столбец как столбец даты/времени" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr " в Лаборатории SQL. Там вы сможете сохранить запрос как датасет." -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:332 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 msgid " to visualize your data." msgstr " для визуализации ваших данных." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:109 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 msgid "!= (Is not equal)" msgstr "!= (не равно)" @@ -155,29 +155,44 @@ msgstr "" "Возможные причины: \n" "%(issues)s" -#: superset/reports/notifications/email.py:174 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "%(name)s.csv" -#: superset/db_engine_specs/snowflake.py:108 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "%(object)s не существует в этой базе данных." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:102 -#, python-format -msgid "%(other)s %(tableName)s will appear here" +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, fuzzy, python-format +msgid "%(other)s charts will appear here" +msgstr "%(other)s %(tableName)s появятся здесь после добавления" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, fuzzy, python-format +msgid "%(other)s dashboards will appear here" +msgstr "%(other)s %(tableName)s появятся здесь после добавления" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, fuzzy, python-format +msgid "%(other)s recents will appear here" msgstr "%(other)s %(tableName)s появятся здесь после добавления" -#: superset/reports/notifications/email.py:183 +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "%(other)s %(tableName)s появятся здесь после добавления" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "%(prefix)s %(title)s" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:342 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:360 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:374 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "Получено строк: %(rows)d" @@ -207,7 +222,7 @@ msgstr[2] "" "%(firstSuggestions)s или %(lastSuggestion)s вместо " "\"%(undefinedParameter)s\"?" -#: superset/views/core.py:382 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " @@ -216,12 +231,12 @@ msgstr "" "%(user)s была назначена роль %(role)s, которая дает доступ к " "%(datasource)s" -#: superset/views/core.py:2647 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "%(user)s - профиль" -#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2302 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -237,51 +252,70 @@ msgstr "" msgid "%s Error" msgstr "%s Ошибка" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1184 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 #, python-format msgid "%s PASSWORD" msgstr "%s ПАРОЛЬ" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, fuzzy, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "Пароль приватного ключа" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s Выбрано" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:836 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s Выбрано (%s Физические, %s Виртуальные)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:829 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s Выбрано (Физические)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:822 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s Выбрано (Виртуальные)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "Агрегатных функций: %s" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:272 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:369 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "Столбцов: %s" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:357 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s параметр(ы)" #: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:264 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 #: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 #: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 #, python-format @@ -291,7 +325,7 @@ msgstr[0] "%s вариант" msgstr[1] "%s варианта" msgstr[2] "%s вариантов" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:322 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s вариант(ов)" @@ -304,13 +338,13 @@ msgstr[0] "%s строка" msgstr[1] "%s строки" msgstr[2] "%s строк" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "Сохраненная мер: %s" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:617 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:633 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 #, python-format msgid "%s updated" msgstr "Обновлено: %s" @@ -321,7 +355,7 @@ msgstr "Обновлено: %s" msgid "%s%s" msgstr "%s%s" -#: superset-frontend/src/components/ListView/ListView.tsx:438 +#: superset-frontend/src/components/ListView/ListView.tsx:441 #: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" @@ -331,7 +365,7 @@ msgstr "%s-%s из %s" msgid "(Removed)" msgstr "(Удалено)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:92 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 msgid "(deleted or invalid type)" msgstr "(удалено или невалидный тип)" @@ -352,7 +386,7 @@ msgstr "" msgid "), and they become available in your SQL (example:" msgstr "), и они станут доступны в ваших SQL запросах (пример:" -#: superset/reports/notifications/slack.py:71 +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -371,7 +405,7 @@ msgstr "" "\n" "%(table)s\n" -#: superset/reports/notifications/slack.py:88 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -387,6 +421,7 @@ msgstr "" "Ошибка: %(text)s\n" #: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 #, python-format msgid "+ %s more" msgstr "+ еще %s" @@ -395,7 +430,7 @@ msgstr "+ еще %s" msgid "," msgstr "," -#: superset-frontend/src/SqlLab/actions/sqlLab.js:626 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" @@ -409,7 +444,7 @@ msgstr "" msgid "." msgstr "." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:819 +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0 выбрано" @@ -501,7 +536,7 @@ msgstr "Годовая частота (конец года)" msgid "1 year start frequency" msgstr "Годовая частота (начало года)" -#: superset/db_engine_specs/base.py:105 +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10 минут" @@ -516,7 +551,7 @@ msgstr "104 недели" msgid "104 weeks ago" msgstr "104 недели назад" -#: superset/db_engine_specs/base.py:106 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15 минут" @@ -577,12 +612,12 @@ msgstr "2 года" msgid "2 years ago" msgstr "2 года назад" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 msgid "2/98 percentiles" msgstr "2/98 перцентели" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 msgid "22" msgstr "22" @@ -623,7 +658,7 @@ msgstr "3 года назад" #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 #: superset-frontend/src/explore/controlPanels/sections.tsx:187 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30 дней" @@ -631,7 +666,7 @@ msgstr "30 дней" msgid "30 days ago" msgstr "30 дней назад" -#: superset/db_engine_specs/base.py:107 +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "30 минут" @@ -640,7 +675,7 @@ msgstr "30 минут" msgid "30 minutes" msgstr "30 минут" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "30 секунд" @@ -660,7 +695,7 @@ msgstr "3D карты" msgid "4 weeks (freq=4W-MON)" msgstr "4 недели (част=4W-MON)" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5 минут" @@ -669,7 +704,7 @@ msgstr "5 минут" msgid "5 minutes" msgstr "5 минут" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "5 секунд" @@ -695,11 +730,11 @@ msgstr "52 недели с началом в Понедельник (част=52 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 #: superset-frontend/src/explore/controls.jsx:261 -#: superset/db_engine_specs/base.py:109 +#: superset/db_engine_specs/base.py:105 msgid "6 hour" msgstr "6 часов" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60 дней" @@ -720,12 +755,12 @@ msgstr "7 дней" msgid "7D" msgstr "7Д" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 msgid "9/91 percentiles" msgstr "9/91 перцентели" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90 дней" @@ -733,44 +768,44 @@ msgstr "90 дней" msgid ":" msgstr ":" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:89 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (меньше чем)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:97 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (меньше или равно)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1424 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 msgid "" msgstr "<введите SQL выражение>" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:494 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1421 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 msgid "" msgstr "<новый столбец>" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 msgid "" msgstr "<новая мера>" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:979 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 msgid "" msgstr "<новая пространственная мера>" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:980 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 msgid "" msgstr "<без типа>" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:105 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (равно)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:93 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (больше чем)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (больше или равно)" @@ -790,7 +825,7 @@ msgstr "" "Разделённый запятыми список столбцов, которые должны быть " "интерпретированы как даты." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:433 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "Разделённый запятыми список схем, в которые можно загружать файлы." @@ -822,7 +857,13 @@ msgstr "" "Список доменных имен, которые могут встраивать этот дашборд. Если " "оставить поле пустым, любой домен сможет сделать встраивание." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:313 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +#, fuzzy +msgid "A list of tags that have been applied to this chart." +msgstr "Лицо или группа, которые утвердили этот график" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "Владельцы - это пользователи, которые могут изменять график" @@ -848,7 +889,7 @@ msgid "" " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:599 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "Читаемый URL-адрес для дашборда" @@ -862,22 +903,22 @@ msgstr "" msgid "A report named \"%(name)s\" already exists" msgstr "Рассылка с именем \"%(name)s\" уже существует" -#: superset-frontend/src/explore/components/SaveModal.tsx:327 +#: superset-frontend/src/explore/components/SaveModal.tsx:333 msgid "A reusable dataset will be saved with your chart." msgstr "Переиспользуемый датасет будет сохранен с вашим графиком." -#: superset-frontend/src/components/ReportModal/index.tsx:303 +#: superset-frontend/src/components/ReportModal/index.tsx:309 msgid "A screenshot of the dashboard will be sent to your email at" msgstr "Скриншот дашборда будет отправлен на ваш электронный адрес" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:957 -#: superset/connectors/sqla/views.py:459 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "Набор параметров, которые доступны в запросе через шаблонизацию Jinja." -#: superset/common/query_context_processor.py:413 +#: superset/common/query_context_processor.py:417 msgid "A time column must be specified when using a Time Comparison." msgstr "" "Столбец даты/времени должен быть указан при использовании сравнения по " @@ -892,27 +933,27 @@ msgstr "" "из нескольких групп изменяется с течением времени. Для каждой группы " "используется свой цвет." -#: superset/reports/commands/exceptions.py:223 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "Вышло время исполнения запроса." -#: superset/reports/commands/exceptions.py:233 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "Вышло время создания CSV файла." -#: superset/reports/commands/exceptions.py:238 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "Вышло время создания датафрейма." -#: superset/reports/commands/exceptions.py:228 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "Вышло время создания скриншота." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:280 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "Требуется корректная цветовая схема" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:337 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "ПРИМЕНИТЬ" @@ -920,8 +961,8 @@ msgstr "ПРИМЕНИТЬ" msgid "APR" msgstr "АПР" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:309 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:475 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "Асинхронные запросы" @@ -929,26 +970,26 @@ msgstr "Асинхронные запросы" msgid "AUG" msgstr "АВГ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 msgid "AXIS TITLE MARGIN" msgstr "ОТСТУП ЗАГОЛОВКА ОСИ" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 msgid "AXIS TITLE POSITION" msgstr "ПОЛОЖЕНИЕ ЗАГОЛОВКА ОСИ" -#: superset-frontend/src/views/components/RightMenu.tsx:508 +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "О программе" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:406 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:449 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "Доступ" -#: superset/initialization/__init__.py:411 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "Запросы доступа" @@ -956,11 +997,11 @@ msgstr "Запросы доступа" msgid "Access to user activity data is restricted" msgstr "Запрещен доступ к истории действий пользователя" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 msgid "Access token" msgstr "Токен доступа" -#: superset/views/core.py:315 +#: superset/views/core.py:317 msgid "Access was requested" msgstr "Доступ запрошен" @@ -968,25 +1009,27 @@ msgstr "Доступ запрошен" msgid "Action" msgstr "Действие" -#: superset/initialization/__init__.py:373 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "Журнал действий" -#: superset-frontend/src/pages/ChartList/index.tsx:539 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:405 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:203 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:246 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:432 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:445 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:492 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:327 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:414 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "Действия" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:356 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:399 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "Активен" @@ -996,7 +1039,7 @@ msgstr "Активен" msgid "Actual Values" msgstr "Фактические значения" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:309 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "Фактический временной интервал" @@ -1009,22 +1052,22 @@ msgstr "Фактическое значение" msgid "Actual values" msgstr "Фактические значения" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 #: superset-frontend/src/explore/controls.jsx:78 #: superset-frontend/src/explore/controls.jsx:101 msgid "Adaptive formatting" msgstr "Адаптивное форматирование" -#: superset-frontend/src/components/ReportModal/index.tsx:223 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:390 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:272 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "Добавить" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:394 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 msgid "Add Alert" msgstr "Добавить оповещение" @@ -1032,19 +1075,19 @@ msgstr "Добавить оповещение" msgid "Add CSS Template" msgstr "Добавить CSS шаблон" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:230 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "Добавить CSS шаблоны" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "Добавить график" -#: superset/connectors/sqla/views.py:75 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "Добавить столбец" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "Добавить дашборд" @@ -1052,23 +1095,19 @@ msgstr "Добавить дашборд" msgid "Add Database" msgstr "Добавить базу данных" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:151 -msgid "Add Dataset and Create Chart" -msgstr "Добавить датасет и создать график" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "Добавить запись" -#: superset/connectors/sqla/views.py:210 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "Добавить меру" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:393 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "Добавить рассылку" -#: superset/connectors/sqla/views.py:293 +#: superset/connectors/sqla/views.py:292 #, fuzzy msgid "Add Row level security filter" msgstr "Безопасность на уровне строк" @@ -1081,7 +1120,7 @@ msgstr "Добавить сохраненный запрос" msgid "Add a Plugin" msgstr "Добавить плагин" -#: superset-frontend/src/pages/ChartCreation/index.tsx:344 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 msgid "Add a dataset" msgstr "Добавить датасет" @@ -1093,11 +1132,11 @@ msgstr "Новая вкладка" msgid "Add a new tab to create SQL Query" msgstr "Откройте новую вкладку для создания SQL запроса" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "Добавление дополнительных пользовательских параметров" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:117 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 msgid "Add an annotation layer" msgstr "Добавить слой аннотации" @@ -1105,45 +1144,59 @@ msgstr "Добавить слой аннотации" msgid "Add an item" msgstr "Добавить запись" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:571 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 msgid "Add and edit filters" msgstr "Добавить и изменить фильтры" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:282 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "Добавить аннотацию" #: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 #: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:242 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "Добавить слой аннотации" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:298 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "Добавьте новые вычисляемые столбцы в датасет в настройках датасета" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:295 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" msgstr "Добавьте новые столбцы формата дата/время в датасет в настройках датасета" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:153 -msgid "Add dataset" -msgstr "Добавить датасет" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Задать область действия кросс-фильтра" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:388 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "Добавить способ оповещения" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:330 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 msgid "Add extra connection information." msgstr "Дополнительная информация по подключению" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:167 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:384 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "Добавить фильтр" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 msgid "Add filters and dividers" msgstr "Добавить фильтры и разделители" @@ -1152,11 +1205,11 @@ msgstr "Добавить фильтры и разделители" msgid "Add item" msgstr "Добавить запись" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "Добавить меру" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:377 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 msgid "Add metrics to dataset in \"Edit datasource\" modal" msgstr "Добавьте меры в датасет в настройках датасета" @@ -1168,11 +1221,11 @@ msgstr "Добавить цветовое форматирование" msgid "Add new formatter" msgstr "Добавить форматирование" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "Добавить способ уведомления" -#: superset-frontend/src/components/Chart/Chart.jsx:273 +#: superset-frontend/src/components/Chart/Chart.jsx:267 msgid "Add required control values to preview chart" msgstr "Добавьте обязательные значения для предпросмотра графика" @@ -1180,7 +1233,7 @@ msgstr "Добавьте обязательные значения для пре msgid "Add required control values to save chart" msgstr "Добавьте обязательные значения для сохранения графика" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "Добавить лист" @@ -1188,16 +1241,16 @@ msgstr "Добавить лист" msgid "Add the name of the chart" msgstr "Задайте имя графика" -#: superset-frontend/src/dashboard/components/Header/index.jsx:517 +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 msgid "Add the name of the dashboard" msgstr "Задайте имя дашборда" -#: superset-frontend/src/explore/components/SaveModal.tsx:341 +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "Добавить в дашборд" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 msgid "Add/Edit Filters" msgstr "Добавить/изменить фильтры" @@ -1214,15 +1267,15 @@ msgstr[0] "Добавлено в 1 дашборд" msgstr[1] "Добавлено в %s дашборда" msgstr[2] "Добавлено в %s дашбордов" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "Дополнительные параметры" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1631 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 msgid "Additional fields may be required" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "Дополнительная информация" @@ -1230,15 +1283,16 @@ msgstr "Дополнительная информация" msgid "Additional metadata" msgstr "Дополнительные метаданные" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "Дополнительный отступ для легенды" -#: superset/db_engine_specs/base.py:1743 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "Дополнительные параметры" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:444 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 msgid "Additional settings." msgstr "Дополнительная настройка" @@ -1248,15 +1302,19 @@ msgstr "Дополнительный текст перед значением, #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:57 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "Смешанный" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:75 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 msgid "Adjust how this database will interact with SQL Lab." msgstr "Настройка взаимодействия базы данных с Лабораторией SQL" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 @@ -1265,10 +1323,10 @@ msgstr "Настройка взаимодействия базы данных с #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:933 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:643 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1655 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "Продвинутая настройка" @@ -1280,7 +1338,7 @@ msgstr "Продвинутая настройка" msgid "Advanced Analytics" msgstr "Расширенная аналитика" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 msgid "Advanced Data type" msgstr "Расширенный тип данных" @@ -1297,8 +1355,8 @@ msgstr "Расширенный анализ: запрос А" msgid "Advanced analytics Query B" msgstr "Расширенный анализ: запрос Б" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:281 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:353 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 msgid "Advanced data type" msgstr "Расширенный тип данных" @@ -1306,14 +1364,14 @@ msgstr "Расширенный тип данных" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "Продвинутая аналитика" @@ -1326,17 +1384,17 @@ msgstr "Продвинутая аналитика" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "Эстетично" @@ -1386,45 +1444,45 @@ msgstr "" msgid "Aggregation function" msgstr "Функция агрегирования" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:574 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:162 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 #, fuzzy msgid "Alert" msgstr "оповещение" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "Оповещение сработало во время перерыва" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:400 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "Условие оповещения" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:408 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "Расписание условия оповещения" -#: superset/reports/commands/exceptions.py:248 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "У оповещения закончился перерыв." -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "Оповещение не сработало" -#: superset/reports/commands/exceptions.py:243 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "Оповещение сработало во время перерыва" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "Возникла ошибка при выполнении запроса для оповещения." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:396 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "Имя оповещения" -#: superset/reports/commands/exceptions.py:253 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "Оповещение во время перерыва" @@ -1450,11 +1508,11 @@ msgstr "Запрос оповещения вернул больше, чем од msgid "Alert query returned more than one row. %s rows returned" msgstr "Запрос оповещения вернул больше, чем одну строку. Возвращено строк: %s" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "Выполняется оповещение" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "Сработало оповещение, уведомление отправлено" @@ -1462,50 +1520,59 @@ msgstr "Сработало оповещение, уведомление отпр msgid "Alert validator config error." msgstr "Неверная конфигурация валидатора оповещений." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:535 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "Оповещения" -#: superset/initialization/__init__.py:390 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "Оповещения и отчеты" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:520 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:524 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "Оповещения и отчеты" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:438 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "Выровнять +/-" -#: superset-frontend/src/pages/ChartList/index.tsx:583 -#: superset-frontend/src/pages/ChartList/index.tsx:605 -#: superset-frontend/src/pages/ChartList/index.tsx:627 -#: superset-frontend/src/pages/ChartList/index.tsx:653 -#: superset-frontend/src/pages/ChartList/index.tsx:663 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:458 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:288 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:278 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:483 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:505 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:462 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:482 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:354 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:430 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "Все" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "категории" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:33 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 #: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "Весь текст" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:60 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 #: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 @@ -1516,7 +1583,7 @@ msgstr "Все графики" msgid "All filters" msgstr "Все фильтры" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:230 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "Все фильтры (%(filterCount)d)" @@ -1525,11 +1592,11 @@ msgstr "Все фильтры (%(filterCount)d)" msgid "All panels" msgstr "Все панели" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "Фильтр будет применён ко всем панелям с этим столбцом" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:107 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 #: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "Разрешить CREATE TABLE AS" @@ -1538,7 +1605,7 @@ msgstr "Разрешить CREATE TABLE AS" msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "Разрешить CREATE TABLE AS в Лаборатории SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:121 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 #: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "Разрешить CREATE VIEW AS" @@ -1551,28 +1618,28 @@ msgstr "Разрешить CREATE VIEW AS в Лаборатории SQL" msgid "Allow Csv Upload" msgstr "Разрешить загрузку CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 #: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "Разрешить DML" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:464 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 msgid "Allow columns to be rearranged" msgstr "Разрешить смену столбцов местами" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:110 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "Разрешить создание новых таблиц на основе запросов" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "Разрешить создание новых представлений на основе запросов" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:326 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "Разрешить операции вставки, обновления и удаления данных" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:467 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 msgid "" "Allow end user to drag-and-drop column headers to rearrange them. Note " "their changes won't persist for the next time they open the chart." @@ -1581,11 +1648,11 @@ msgstr "" "заголовки. Заметьте, такие изменения будут нейтрализованы при следующем " "обращении к дашборду." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:411 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 msgid "Allow file uploads to database" msgstr "Разрешить загрузку файлов в базу данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:157 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1605,11 +1672,11 @@ msgstr "Разрешить выбор вершин" msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:186 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "Разрешить изучение этой базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:91 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "Разрешить запросы к этой базе данных в Лаборатории SQL" @@ -1625,12 +1692,13 @@ msgstr "" msgid "Allowed Domains (comma separated)" msgstr "Разрешенные домены (разделить запятыми)" -#: superset-frontend/src/pages/ChartList/index.tsx:696 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:555 +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "В алфавитном порядке" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1642,7 +1710,7 @@ msgstr "" msgid "Altered" msgstr "Измененено" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:71 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 msgid "An Error Occurred" msgstr "Произошла ошибка" @@ -1651,7 +1719,7 @@ msgstr "Произошла ошибка" msgid "An alert named \"%(name)s\" already exists" msgstr "Оповещение с именем \"%(name)s\" уже существует" -#: superset/common/query_context_processor.py:322 superset/viz.py:1444 +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." @@ -1659,18 +1727,19 @@ msgstr "" "При использовании сравнения времени необходимо указать закрытый временной" " интервал (как начало, так и конец)." -#: superset/databases/schemas.py:280 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "Движок должен быть указан при передаче индивидуальных параметров к базе." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:137 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:108 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:115 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:67 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "Произошла ошибка" @@ -1691,7 +1760,7 @@ msgstr "Произошла ошибка при сохранении датасе msgid "An error occurred while accessing the value." msgstr "Произошла ошибка при доступе к значению" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1342 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." @@ -1699,13 +1768,13 @@ msgstr "" "Произошла ошибка при сворачивании схемы. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "Произошла ошибка при создании %sов: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1503 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1525 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "Произошла ошибка при создании источника данных" @@ -1721,7 +1790,7 @@ msgstr "Произошла ошибка при создании значения msgid "An error occurred while deleting the value." msgstr "Произошла ошибка при удалении значения" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1318 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." @@ -1729,119 +1798,119 @@ msgstr "" "Произошла ошибка при разворачивании схемы. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "Произошла ошибка при получении информации о %s: %s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:346 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "Произошла ошибка при получении: %s: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:135 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "Произошла ошибка при получении доступных CSS-шаблонов" -#: superset-frontend/src/pages/ChartList/index.tsx:611 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "Произошла ошибка при получении создателя графика: %s" -#: superset-frontend/src/pages/ChartList/index.tsx:589 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "Произошла ошибка при получении владельцев графика: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:480 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "Произошла ошибка при построении графика: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "Произошла ошибка при получении создателя дашборда: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:489 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "Произошла ошибка при получении владельца дашборда: %s" -#: superset-frontend/src/pages/ChartList/index.tsx:290 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "Произошла ошибка при получении дашбордов" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:212 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:143 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "Произошла ошибка при получении дашбордов: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:145 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "Произошла ошибка при получении данных о базе данных: %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:360 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "Произошла ошибка при получении значений базы данных: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:293 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:283 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:436 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "Произошла ошибка при получении значений датасета: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:514 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "Произошла ошибка при получении владельца датасета: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:226 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "Произошла ошибка при получении метаданных датасета" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:246 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "Произошла ошибка при получении данных о датасете: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:534 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "Произошла ошибка при получении датасетов: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1555 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "Произошла ошибка при получении имен функций" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:463 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 #, python-format msgid "An error occurred while fetching owners values: %s" msgstr "Произошла ошибка при получении владельцев графика: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:378 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:457 +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "Произошла ошибка при извлечении значений схемы: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:769 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "Произошла ошибка при получении данных вкладки" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1173 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1198 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "Произошла ошибка при получении метаданных из таблицы" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1270 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." @@ -1849,12 +1918,17 @@ msgstr "" "Произошла ошибка при получении метаданных таблицы. Пожалуйста, свяжитесь " "с администратором." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:396 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Произошла ошибка при построении графика: %s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "Произошла ошибка при извлечении пользовательских значений: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:805 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." @@ -1862,8 +1936,8 @@ msgstr "" "Произошла ошибка при сворачивании левой панели. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/views/CRUD/hooks.ts:460 -#: superset-frontend/src/views/CRUD/hooks.ts:476 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "Произошла ошибка при попытке импортировать %s: %s" @@ -1872,7 +1946,7 @@ msgstr "Произошла ошибка при попытке импортиро msgid "An error occurred while loading the SQL" msgstr "Произошла ошибка при загрузке SQL" -#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:343 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 msgid "An error occurred while opening Explore" msgstr "Произошла ошибка при открытии режима исследования" @@ -1880,23 +1954,23 @@ msgstr "Произошла ошибка при открытии режима и msgid "An error occurred while parsing the key." msgstr "Произошла ошибка при парсинге ключа." -#: superset/reports/commands/exceptions.py:281 +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "Произошла ошибка при удалении журналов " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:862 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" "Произошла ошибка при удалении запроса. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:827 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" "Произошла ошибка при удалении вкладки. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1370 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." @@ -1904,12 +1978,12 @@ msgstr "" "Произошла ошибка при удалении схемы. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/components/Chart/chartReducer.ts:95 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "Произошла ошибка при построении графика: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:680 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." @@ -1917,7 +1991,7 @@ msgstr "" "Произошла ошибка при установке активной вкладки. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:949 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." @@ -1925,7 +1999,7 @@ msgstr "" "Произошла ошибка при настройке автозапуска вкладки. Пожалуйста, свяжитесь" " с администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:885 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." @@ -1933,8 +2007,8 @@ msgstr "" "Произошла ошибка при установке ID базы данных для вкладки. Пожалуйста, " "свяжитесь с администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:978 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1102 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 msgid "" "An error occurred while setting the tab name. Please contact your " "administrator." @@ -1942,7 +2016,7 @@ msgstr "" "Произошла ошибка при настройке заголовка вкладки. Пожалуйста, свяжитесь с" " администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:916 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." @@ -1950,7 +2024,7 @@ msgstr "" "Произошла ошибка при настройке схемы. Пожалуйста, свяжитесь с " "администратором." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." @@ -1958,12 +2032,12 @@ msgstr "" "Произошла ошибка при установке параметров шаблона вкладки. Пожалуйста, " "свяжитесь с администратором." -#: superset-frontend/src/explore/actions/exploreActions.ts:88 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "Произошла ошибка при добавлении графика в избранное" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:249 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:275 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." @@ -1971,7 +2045,7 @@ msgstr "" "Возникла ошибка при попытке сохранения ID последнего запроса на сервере. " "Пожалуйста, обратитесь к вашему администратору, если проблема останется." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1069 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " @@ -1994,7 +2068,7 @@ msgstr "Произошла ошибка при вставке значения." msgid "An unexpected error occurred" msgstr "Произошла неожиданная ошибка" -#: superset/views/core.py:732 +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "Произошла неизвестная ошибка. Пожалуйста, свяжитесь с администратором." @@ -2014,23 +2088,23 @@ msgstr "Угол, с которого начинается ось прогрес msgid "Animation" msgstr "Анимация" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:216 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:249 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "Аннотация" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:259 +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 #, python-format msgid "Annotation Layer %s" msgstr "Слой аннотаций %s" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 -#: superset/initialization/__init__.py:400 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Слои аннотаций" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:513 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "Настройки аннотации из графика" @@ -2046,9 +2120,9 @@ msgstr "Не удалось обновить аннотацию" msgid "Annotation delete failed." msgstr "Не удалось удалить аннотацию" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:429 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:262 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:319 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "Слой аннотаций" @@ -2068,7 +2142,7 @@ msgstr "Не удалось обновить слой аннотации." msgid "Annotation layer delete failed." msgstr "Не удалось удалить слой аннотаций" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:565 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "Описательные столбцы слоя аннотаций." @@ -2077,11 +2151,11 @@ msgstr "Описательные столбцы слоя аннотаций." msgid "Annotation layer has associated annotations." msgstr "Слои аннотаций имеет связанные аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:540 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "Конечный интервал слоя аннотации" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:251 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "Имя слоя аннотаций" @@ -2089,7 +2163,7 @@ msgstr "Имя слоя аннотаций" msgid "Annotation layer not found." msgstr "Слой аннотации не найден" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:682 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "Непрозрачность слоя аннотации" @@ -2097,40 +2171,40 @@ msgstr "Непрозрачность слоя аннотации" msgid "Annotation layer parameters are invalid." msgstr "Параметры слоя аннотаций недействительны" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "Штрих слоя аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "Тип слоя аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:554 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "Название столбца слоя аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:796 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "Тип слоя аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:450 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "Значение слоя аннотации" #: superset-frontend/src/explore/controlPanels/sections.tsx:83 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:71 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:335 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "Слои аннотаций" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:58 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "Слои аннотаций загружаются." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:291 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "Имя аннотации" @@ -2142,19 +2216,19 @@ msgstr "Аннотация не найдена." msgid "Annotation parameters are invalid." msgstr "Параметры аннотации недействительны." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:808 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 msgid "Annotation source" msgstr "Источник аннотации" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:805 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "Тип источника аннотации" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:154 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 msgid "Annotation template created" msgstr "Шаблон аннотации создан" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:139 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 msgid "Annotation template updated" msgstr "Шаблон аннотации обновлен" @@ -2171,17 +2245,17 @@ msgstr "Аннотации и слои" msgid "Annotations could not be deleted." msgstr "Не удалось удалить аннотации." -#: superset-frontend/src/pages/ChartList/index.tsx:566 -#: superset-frontend/src/pages/ChartList/index.tsx:675 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:459 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:527 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:574 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "Любой" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:628 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "Любые дополнительные сведения для всплывающей подсказки" @@ -2193,13 +2267,13 @@ msgstr "" "Любая палитра, выбранная здесь, будет перезаписывать цвета, применённые к" " отдельным графикам этого дашборда" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:903 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть " "добавлены. " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:917 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " @@ -2212,22 +2286,22 @@ msgstr "" msgid "Append" msgstr "Добавить" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:187 -#, python-format -msgid "Applied Cross Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" msgstr "Применено кросс-фильтров: (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:211 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" msgstr "Применено фильтров: (%d)" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:191 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 #, python-format msgid "Applied filters: %s" msgstr "Применены фильтры: %s" -#: superset/viz.py:245 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." @@ -2235,9 +2309,9 @@ msgstr "" "Применное скользязее окно не вернуло данных. Убедитесь, что исходный " "запрос удовлетворяет минимальному количеству периодов скользящего окна." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:103 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:839 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 #: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" @@ -2247,7 +2321,7 @@ msgstr "Применить" msgid "Apply conditional color formatting to metrics" msgstr "Применить условное цветовое форматирование к мерам" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:501 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "Применить условное цветовое форматирование к столбцам" @@ -2259,11 +2333,11 @@ msgstr "Применить фильтры" msgid "Apply metrics on" msgstr "Применить меры к" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:122 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "Применить ко всем панелям" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "Применить к выбранным панелям" @@ -2283,48 +2357,56 @@ msgstr "Вы уверены, что хотите перезаписать эти msgid "Are you sure you want to cancel?" msgstr "Вы уверены, что хотите отменить?" -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:83 -#: superset-frontend/src/pages/ChartList/index.tsx:479 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:107 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:373 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "Вы уверены, что хотите удалить" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 #, python-format msgid "Are you sure you want to delete %s?" msgstr "Вы уверены, что хотите удалить %s?" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:585 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "Вы уверены, что хотите удалить выбранные %s?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:298 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "Вы уверены, что хотите удалить выбранные аннотации?" -#: superset-frontend/src/pages/ChartList/index.tsx:797 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "Вы уверены, что хотите удалить выбранные графики?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:651 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "Вы уверены, что хотите удалить выбранные дашборды?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:769 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "Вы уверены, что хотите удалить выбранные датасеты?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:358 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "Вы уверены, что хотите удалить выбранные слои?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:504 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "Вы уверены, что хотите удалить выбранные запросы?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:328 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "Вы уверены, что хотите удалить выбранные %s?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "Вы уверены, что хотите удалить выбранные шаблоны?" @@ -2336,18 +2418,13 @@ msgstr "Вы уверены, что хотите перезаписать это msgid "Are you sure you want to proceed?" msgstr "Вы уверены, что хотите продолжить?" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:500 -#, fuzzy -msgid "Are you sure you want to remove the last temporal filter?" -msgstr "Вы уверены, что хотите удалить выбранные шаблоны?" - -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:170 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "Вы уверены, что хотите сохранить и применить изменения?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "Диаграмма с областями" @@ -2359,13 +2436,13 @@ msgstr "Диаграмма с областями (устарело)" msgid "Area chart" msgstr "Диаграмма с областями" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "Непрозрачность диаграммы с областями" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 msgid "" "Area charts are similar to line charts in that they represent variables " "with the same scale, but area charts stack the metrics on top of each " @@ -2383,7 +2460,7 @@ msgstr "Стрела" msgid "Assign a set of parameters as" msgstr "Задайте набор параметров в формате" -#: superset/connectors/sqla/views.py:477 +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "Связанные графики" @@ -2391,9 +2468,9 @@ msgstr "Связанные графики" msgid "Async Execution" msgstr "Асинхронное выполнение" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:306 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:472 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "Асинхронное выполнение запросов" @@ -2410,19 +2487,19 @@ msgstr "Автоматически" msgid "Auto Zoom" msgstr "Авто масштабирование" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:508 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "Автозаполнение" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:874 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "Фильтры автозаполнения" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "Предикат запроса автозаполнения" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:709 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 msgid "Automatic Color" msgstr "Автоматический цвет" @@ -2435,20 +2512,25 @@ msgstr "Доступные режимы сортировки:" msgid "Average" msgstr "Среднее" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Целевое значение" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "Ось" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 msgid "Axis Bounds" msgstr "Границы оси" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 msgid "Axis Format" msgstr "Формат Оси" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 msgid "Axis Title" msgstr "Название оси" @@ -2460,24 +2542,24 @@ msgstr "Ось по возрастанию" msgid "Axis descending" msgstr "Ось по убыванию" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:140 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 msgid "BOOLEAN" msgstr "Булевый (BOOLEAN)" #: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:989 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1026 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "Назад" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:181 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:262 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:264 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 msgid "Back to all" msgstr "Вернуться ко всем" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:297 +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 #: superset/views/database/mixins.py:200 msgid "Backend" msgstr "Драйвер" @@ -2487,24 +2569,24 @@ msgstr "Драйвер" msgid "Backward values" msgstr "Предыдущие значения" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 msgid "Bad formula." msgstr "Неверная формула." -#: superset/viz.py:2506 superset/viz.py:2542 +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "Неподходящий пространственный ключ" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "Столбчатая" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "Столбчатая диаграмма" @@ -2512,7 +2594,7 @@ msgstr "Столбчатая диаграмма" msgid "Bar Chart (legacy)" msgstr "Столбчатая диаграмма (устарело)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 msgid "Bar Charts are used to show metrics as a series of bars." msgstr "" "Столбчатые диаграммы используются для отображения показателей в виде " @@ -2522,7 +2604,7 @@ msgstr "" msgid "Bar Values" msgstr "Значения столбцов" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 msgid "Bar orientation" msgstr "Направление столбцов" @@ -2541,16 +2623,20 @@ msgstr "" "Основываясь на группировке времени, количество периодов времени для " "сравнения" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:848 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1534 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "Базовая настройка" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:581 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:242 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:287 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:235 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "Основная информация" @@ -2563,7 +2649,7 @@ msgstr "Множественное редактирование фильтров msgid "Battery level over time" msgstr "Уровень заряда батареи с течением времени" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1335 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "Будьте осторожны." @@ -2573,7 +2659,7 @@ msgid "Before" msgstr "До" #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 -#: superset/viz.py:1283 +#: superset/viz.py:1286 msgid "Big Number" msgstr "Карточка" @@ -2582,11 +2668,11 @@ msgid "Big Number Font Size" msgstr "Размер шрифта числа" #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 -#: superset/viz.py:1249 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "Карточка с трендовой линией" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "Снизу" @@ -2616,10 +2702,10 @@ msgstr "Снизу вверх" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:261 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " @@ -2631,7 +2717,7 @@ msgstr "" "Обратите внимание, что эта функция только расширит диапазон осей. Она не " "изменит размер графика." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 msgid "" "Bounds for the axis. When left empty, the bounds are dynamically defined " "based on the min/max of the data. Note that this feature will only expand" @@ -2643,7 +2729,7 @@ msgstr "" "изменит размер графика." #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "Ящик с усами" @@ -2654,7 +2740,7 @@ msgid "Breakdowns" msgstr "Дата создания" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 -#: superset/viz.py:1168 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "Пузырьковая диаграмма" @@ -2675,23 +2761,24 @@ msgstr "Размер маркера" msgid "Bucket break points" msgstr "" -#: superset-frontend/src/views/components/RightMenu.tsx:527 +#: superset-frontend/src/features/home/RightMenu.tsx:511 msgid "Build" msgstr "Сборка" -#: superset-frontend/src/pages/ChartList/index.tsx:748 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:226 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:274 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:600 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:168 +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "Множественный выбор" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 -#: superset/viz.py:1219 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "Диаграмма-шкала" @@ -2700,14 +2787,14 @@ msgstr "Диаграмма-шкала" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "Бизнес" -#: superset/connectors/sqla/views.py:166 +#: superset/connectors/sqla/views.py:165 msgid "Business Data Type" msgstr "Тип данных бизнеса" @@ -2738,37 +2825,37 @@ msgstr "По ключу: использовать имена строк как msgid "By value: use metric values as sorting key" msgstr "По значению: использовать значения мер как ключ сортировки" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:242 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:327 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "ОТМЕНА" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1356 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 msgid "CREATE DATASET" msgstr "СОЗДАТЬ ДАТАСЕТ" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:563 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:574 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "CREATE VIEW AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "Выражение CREATE VIEW" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:83 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 msgid "CRON Schedule" msgstr "CRON расписание" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:94 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "CRON выражение" #: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 -#: superset/views/dashboard/mixin.py:88 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" @@ -2776,7 +2863,7 @@ msgstr "CSS" msgid "CSS Styles" msgstr "CSS стили" -#: superset/initialization/__init__.py:282 superset/views/css_templates.py:38 +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSS шаблоны" @@ -2784,7 +2871,7 @@ msgstr "CSS шаблоны" msgid "CSS applied to the chart" msgstr "CSS, примененный к графику" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "CSS шаблон" @@ -2792,7 +2879,7 @@ msgstr "CSS шаблон" msgid "CSS template could not be deleted." msgstr "Не удалось удалить CSS шаблон." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:239 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "Имя CSS шаблона" @@ -2800,8 +2887,8 @@ msgstr "Имя CSS шаблона" msgid "CSS template not found." msgstr "CSS шаблон не найден." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "CSS шаблоны" @@ -2822,11 +2909,11 @@ msgstr "" msgid "CSV to Database configuration" msgstr "Конфигурация CSV файла для импорта в базу данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:341 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "Загрузка CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:130 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "СХЕМА CTAS & CVAS" @@ -2862,7 +2949,7 @@ msgstr "CVAS (CREATE VIEW AS SELECT) запрос содержит больше msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "CVAS (CREATE VIEW AS SELECT) запрос не является SELECT запросом." -#: superset/connectors/sqla/views.py:487 superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "Время жизни кэша" @@ -2871,8 +2958,8 @@ msgstr "Время жизни кэша" msgid "Cache Timeout (seconds)" msgstr "Время жизни кэша (секунды)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:291 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "Время жизни кэша" @@ -2880,27 +2967,27 @@ msgstr "Время жизни кэша" msgid "Cached" msgstr "Добавлено в кэш" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "Добавлено в кэш %s" -#: superset/viz.py:559 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "Кэшированное значение не найдено" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 msgid "Calculate contribution per series or row" msgstr "" "Вычислить вклад в общую сумму (долю) по категории или строке. " "Установливает формат показателя в проценты" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:829 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "Для вычисляемого столбца [%s] требуется выражение" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1403 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "Вычисляемые столбцы" @@ -2913,7 +3000,7 @@ msgid "Calculation type" msgstr "Тип расчёта" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 -#: superset/viz.py:1077 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "Календарная тепловая карта" @@ -2926,41 +3013,48 @@ msgstr "Невозможно перенести вкладку верхнего msgid "Can select multiple values" msgstr "Можно выбрать несколько значений" -#: superset/viz.py:1807 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:207 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:737 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:222 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 #: superset-frontend/src/components/Modal/Modal.tsx:262 -#: superset-frontend/src/components/ReportModal/index.tsx:214 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:92 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:200 -#: superset-frontend/src/explore/components/SaveModal.tsx:368 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:826 -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Footer/index.tsx:121 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "Отмена" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:314 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "Отменять запрос при закрытии вкладки" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "" + #: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "Невозможно удалить базу данных с подключенными датасетами" -#: superset/views/core.py:721 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -2969,8 +3063,8 @@ msgstr "" "Невозможно импортировать дашборд: %(db_error)s.\n" "Убедитесь, что база даннах создана перед импортированием дашборда." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:288 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1193 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "Невозможно загрузить фильтр" @@ -2983,9 +3077,9 @@ msgstr "Не удается разобрать временную строку [ #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "Категориальный" @@ -2995,7 +3089,7 @@ msgstr "Категориальный" msgid "Categorical Color" msgstr "Цвет категории" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "Категории для группировки по оси x" @@ -3004,35 +3098,40 @@ msgstr "Категории для группировки по оси x" msgid "Category" msgstr "Категория" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 msgid "Category Name" msgstr "Имя категории" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 msgid "Category and Percentage" msgstr "Категория и процентная доля" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 msgid "Category and Value" msgstr "Категория и значение" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Имя категории" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "Категория целевых вершин" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:98 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 msgid "Category, Value and Percentage" msgstr "Категория, значение и процентная доля" @@ -3048,7 +3147,7 @@ msgstr "Радиус ячейки" msgid "Cell Size" msgstr "Размер ячейки" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:424 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "Гистограммы в ячейках" @@ -3068,37 +3167,37 @@ msgstr "По центру" msgid "Centroid (Longitude and Latitude): " msgstr "Центроид (Долгота и Широта): " -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:608 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:265 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "Утверждение" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:342 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1229 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:622 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:279 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "Детали утверждения" -#: superset-frontend/src/pages/ChartList/index.tsx:669 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "Утверждено" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:326 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "Кем утверждено" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:331 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:613 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:267 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:268 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "Кем утверждено" @@ -3116,7 +3215,7 @@ msgstr "Сменить порядок столбцов." msgid "Change order of rows." msgstr "Сменить порядок строк." -#: superset/connectors/sqla/views.py:479 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "Кем изменено" @@ -3137,7 +3236,7 @@ msgstr "" "если график использует несуществующие в целевом датасете столбцы или " "метаданные" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1336 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -3159,11 +3258,11 @@ msgstr "Запрещено изменять этот график" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 #: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "Изменение этого элемента применяется сразу" @@ -3181,7 +3280,7 @@ msgstr "Запрещено изменять этот датасет" msgid "Changing this datasource is forbidden" msgstr "Запрещено изменять этот источник данных" -#: superset/reports/commands/exceptions.py:277 +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "Запрещено изменять эту рассылку" @@ -3193,17 +3292,18 @@ msgstr "Символ десятичного разделителя" msgid "Character to interpret as decimal point." msgstr "Символ десятичного разделителя" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:432 -#: superset-frontend/src/pages/ChartList/index.tsx:360 -#: superset-frontend/src/pages/ChartList/index.tsx:758 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:418 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:191 -#: superset-frontend/src/views/components/RightMenu.tsx:217 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:90 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "График" -#: superset/views/core.py:1713 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "График %(id)s не найден" @@ -3212,7 +3312,7 @@ msgstr "График %(id)s не найден" msgid "Chart Cache Timeout" msgstr "Время жизни кэша графика" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:454 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 #, python-format msgid "Chart Data: %s" msgstr "Данные графика: %s" @@ -3242,24 +3342,24 @@ msgstr "ID графика" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:300 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 #: superset-frontend/src/explore/fixtures.tsx:34 #: superset-frontend/src/explore/fixtures.tsx:77 @@ -3267,7 +3367,7 @@ msgstr "ID графика" msgid "Chart Options" msgstr "Свойства графика" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:267 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 msgid "Chart Orientation" msgstr "Ориентация графика" @@ -3280,13 +3380,13 @@ msgstr[0] "Владелец графика: %s" msgstr[1] "Владельцы графика: %s" msgstr[2] "Владельцы графика: %s" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:611 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 #, fuzzy msgid "Chart Source" msgstr "Источник графика" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "Название графика" @@ -3305,19 +3405,19 @@ msgstr "График [%s] сохранен" msgid "Chart [%s] was added to dashboard [%s]" msgstr "График [%s] добавлен в дашборд [%s]" -#: superset/views/core.py:1072 +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "График [{}] перезаписан" -#: superset/views/core.py:1068 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "График [{}] сохранен" -#: superset/views/core.py:1097 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "График [{}] добавлен в дашборд [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:228 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "Время жизни кэша графика" @@ -3353,7 +3453,7 @@ msgstr "Не удалось обновить график" msgid "Chart does not exist" msgstr "График не существует" -#: superset/charts/data/api.py:129 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" "На графике не сохранен контекст запроса. Пожалуйста, сохраните диаграмму " @@ -3363,11 +3463,21 @@ msgstr "" msgid "Chart height" msgstr "Высота графика" -#: superset-frontend/src/pages/ChartList/index.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:228 msgid "Chart imported" msgstr "График импортирован" -#: superset-frontend/src/explore/components/SaveModal.tsx:314 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Последнее изменение" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Автор изменений %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "Имя графика" @@ -3376,11 +3486,16 @@ msgstr "Имя графика" msgid "Chart options" msgstr "Свойства графика" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Владелец графика: %s" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "Параметры графика недопустимы." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:165 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 msgid "Chart properties updated" msgstr "Свойства графика обновлены" @@ -3388,11 +3503,11 @@ msgstr "Свойства графика обновлены" msgid "Chart title" msgstr "Название графика" -#: superset-frontend/src/pages/ChartList/index.tsx:622 +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "Тип графика" -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:314 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 msgid "Chart type requires a dataset" msgstr "Для данного типа графика необходим датасет" @@ -3401,13 +3516,14 @@ msgid "Chart width" msgstr "Ширина графика" #: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:65 -#: superset-frontend/src/pages/ChartList/index.tsx:786 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 #: superset-frontend/src/profile/components/CreatedContent.tsx:104 -#: superset-frontend/src/profile/components/Favorites.tsx:87 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:390 -#: superset/initialization/__init__.py:253 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Графики" @@ -3415,9 +3531,9 @@ msgstr "Графики" msgid "Charts could not be deleted." msgstr "Не удалось удалить графики." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:182 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:516 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:533 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "Проверить конфигурацию" @@ -3438,11 +3554,11 @@ msgstr "" msgid "Check out this chart in dashboard:" msgstr "Посмотреть этот график в дашборде:" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:499 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "Посмотреть график: " -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:241 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "Посмотреть дашборд: " @@ -3470,15 +3586,15 @@ msgstr "" msgid "Child label position" msgstr "Положение метки дочернего элемента" -#: superset/viz.py:2367 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "[Метка] должна присутствовать в [Группировать по]" -#: superset/viz.py:2375 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "[Радиус точки] должен присутствовать в [Группировать по]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "Выберите файл" @@ -3487,12 +3603,12 @@ msgstr "Выберите файл" msgid "Choose a chart or dashboard not both" msgstr "Выберите график или дашборд, не обоих" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:874 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "Выберите базу данных..." -#: superset-frontend/src/pages/ChartCreation/index.tsx:377 -#: superset-frontend/src/pages/ChartCreation/index.tsx:388 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "Выберите датасет" @@ -3522,15 +3638,15 @@ msgstr "Выберите источник и цель" msgid "Choose a target" msgstr "Выберите цель" -#: superset/connectors/sqla/views.py:328 +#: superset/connectors/sqla/views.py:327 msgid "Choose a unique name" msgstr "" -#: superset-frontend/src/pages/ChartCreation/index.tsx:397 +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "Выберите тип графика" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:723 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 msgid "Choose one of the available databases from the panel on the left." msgstr "Выберите одну из доступных баз данных из панели слева." @@ -3542,7 +3658,7 @@ msgstr "Выберите один или несколько графиков д msgid "Choose one or more charts for right axis" msgstr "Выберите один или несколько графиков для правой оси" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:795 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "Выбрать тип слоя аннотации" @@ -3554,7 +3670,7 @@ msgstr "Выберите формат значений легенды" msgid "Choose the position of the legend" msgstr "Выберите позицию легенды" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:807 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "Выберите источник аннотаций" @@ -3584,7 +3700,7 @@ msgstr "Круг -> Стрелка" msgid "Circle -> Circle" msgstr "Круг -> Круг" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "Круглая форма радара" @@ -3592,7 +3708,7 @@ msgstr "Круглая форма радара" #: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "Круглая форма" @@ -3600,7 +3716,7 @@ msgstr "Круглая форма" msgid "Classic chart that visualizes how metrics change over time." msgstr "Классическая диаграмма для визуализации изменения показателей со временем." -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." @@ -3608,7 +3724,7 @@ msgstr "" "Классическое представление таблицы. Используйте таблицы для демонстрации " "отображения исходных или агрегированных данных." -#: superset/connectors/sqla/views.py:366 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "Оператор" @@ -3620,7 +3736,7 @@ msgstr "Очистить" msgid "Clear all" msgstr "Сбросить фильтры" -#: superset-frontend/src/components/Table/index.tsx:264 +#: superset-frontend/src/components/Table/index.tsx:206 msgid "Clear all data" msgstr "Очистить все данные" @@ -3628,7 +3744,11 @@ msgstr "Очистить все данные" msgid "Clear form" msgstr "Очистить форму" -#: superset-frontend/src/components/Chart/Chart.jsx:292 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 msgid "" "Click on \"Create chart\" button in the control panel on the left to " "preview a visualization or" @@ -3636,20 +3756,15 @@ msgstr "" "Нажмите на кнопку \"Создать график\" на панели управления слева для " "просмотра графика или" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:251 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:293 -msgid "Click the button above to add a filter to the dashboard" -msgstr "Нажмите кнопку выше для добавления фильтров в дашборд" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1012 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "Нажмите на замок для внесения изменений" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1015 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "Нажмите на замок для запрета на внос изменений." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." @@ -3657,7 +3772,7 @@ msgstr "" "Нажмите для переключения на альтернативную форму подключения, которая " "позволит вам вручную ввести SQLAlchemy URL для данной базы данных." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1573 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." @@ -3666,14 +3781,10 @@ msgstr "" "позволит вам ввести все данные в соответствующую форму для данной базы " "данных." -#: superset-frontend/src/components/Table/index.tsx:271 +#: superset-frontend/src/components/Table/index.tsx:213 msgid "Click to cancel sorting" msgstr "Нажмите для отмены сортировки" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:256 -msgid "Click to clear emitted filters" -msgstr "Нажмите для сброса кросс-фильтра" - #: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "Нажмите для редактирования" @@ -3698,7 +3809,7 @@ msgstr "Нажмите для редактирования графика." msgid "Click to edit label" msgstr "Нажмите для редактирования метки" -#: superset-frontend/src/components/FaveStar/index.tsx:79 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "Добавить в избранное" @@ -3710,24 +3821,25 @@ msgstr "Нажмите для принудительного обновлени msgid "Click to see difference" msgstr "Нажмите для просмотра изменений" -#: superset-frontend/src/components/Table/index.tsx:270 +#: superset-frontend/src/components/Table/index.tsx:212 msgid "Click to sort ascending" msgstr "Нажмите для сортировки по возрастанию" -#: superset-frontend/src/components/Table/index.tsx:269 +#: superset-frontend/src/components/Table/index.tsx:211 msgid "Click to sort descending" msgstr "Нажмите для сортировки по убыванию" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 #: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:223 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 #: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:406 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:487 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 #: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1047 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "Закрыть" @@ -3760,24 +3872,24 @@ msgstr "Свернуть всё" msgid "Collapse data panel" msgstr "Свернуть панель управления" -#: superset-frontend/src/components/Table/index.tsx:268 +#: superset-frontend/src/components/Table/index.tsx:210 msgid "Collapse row" msgstr "Свернуть строку" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:595 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 msgid "Collapse tab content" msgstr "Свернуть содержимое вкладки" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:198 +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "Свернуть предпросмотр таблицы" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:696 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "Цвет" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:450 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "Раскрасить +/-" @@ -3824,16 +3936,16 @@ msgid "" "cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:427 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "Цвета" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:352 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:248 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 @@ -3841,7 +3953,7 @@ msgstr "Цвета" #: superset-frontend/src/filters/components/Range/controlPanel.ts:39 #: superset-frontend/src/filters/components/Select/controlPanel.ts:49 #: superset-frontend/src/filters/components/Time/controlPanel.ts:37 -#: superset/connectors/sqla/views.py:156 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "Столбец" @@ -3911,7 +4023,7 @@ msgstr "" msgid "Column name" msgstr "Имя столбца" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:814 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "Имя столбца [%s] является дубликатом" @@ -3921,7 +4033,7 @@ msgstr "Имя столбца [%s] является дубликатом" msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "Столбец, на который ссылается агрегат, не определен: %(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:129 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "Выбор столбца" @@ -3965,11 +4077,12 @@ msgstr "Конфигурация столбчатого файла для имп #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1367 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:431 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 #: superset-frontend/src/explore/controls.jsx:244 #: superset-frontend/src/explore/fixtures.tsx:97 -#: superset/connectors/sqla/views.py:73 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "Столбцы" @@ -3981,12 +4094,12 @@ msgstr "Список столбцов, которые должны быть ин msgid "Columns To Read" msgstr "Столбцы для чтения" -#: superset/common/query_context_processor.py:130 +#: superset/common/query_context_processor.py:132 #, python-format msgid "Columns missing in dataset: %(invalid_columns)s" msgstr "Столбцы отсутствуют в датасете: %(invalid_columns)s" -#: superset/viz.py:574 +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "Столбцы отсутствуют в источнике данных: %(invalid_columns)s" @@ -3995,7 +4108,7 @@ msgstr "Столбцы отсутствуют в источнике данных msgid "Columns subtotal position" msgstr "Расположение столбцов подытогов" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 msgid "Columns to calculate distribution across." msgstr "" @@ -4051,7 +4164,7 @@ msgstr "" "Границы интервала, разделенные запятой, например, 2,4,5 для интервалов " "0-2, 2-4 и 4-5. Последнее число должно быть равно заданному максиму." -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:372 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" @@ -4101,11 +4214,11 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 #: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" @@ -4135,12 +4248,12 @@ msgstr "" msgid "Compute the contribution to the total" msgstr "Вычислить вклад в общую сумму (долю)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:404 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "Условие" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:500 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "Условное форматирование" @@ -4152,7 +4265,7 @@ msgstr "Доверительный интервал" msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "Доверительный интервал должен быть между 0 и 1 (не включая концы)" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:289 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "Конфигурация" @@ -4176,7 +4289,7 @@ msgstr "Установить пользовательский временной msgid "Configure filter scopes" msgstr "Настроить область действия фильтра" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:768 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "Настройте слой аннотации." @@ -4184,7 +4297,7 @@ msgstr "Настройте слой аннотации." msgid "Configure this dashboard to embed it into an external web application." msgstr "Настройте этот дашборд для встраивания во внешнее веб-приложение" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:664 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "Настройка отображения слоя аннотации поверх графика." @@ -4192,41 +4305,41 @@ msgstr "Настройка отображения слоя аннотации п msgid "Confirm overwrite" msgstr "Подтвердить перезапись" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:176 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "Подтвердить сохранение" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:997 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1035 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1467 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1506 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1701 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "Подключить" -#: superset-frontend/src/views/components/RightMenu.tsx:185 +#: superset-frontend/src/features/home/RightMenu.tsx:184 msgid "Connect Google Sheet" msgstr "Подключить Google Таблицы" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "Подключить Google Таблицы как таблицы для этой базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1511 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1705 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "Подключиться к базе данных" -#: superset-frontend/src/views/components/RightMenu.tsx:175 +#: superset-frontend/src/features/home/RightMenu.tsx:173 msgid "Connect database" msgstr "Подключиться к базе данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1570 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "Подключиться к этой базе, используя динамичную форму" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "Подключиться к этой базе через SQLAlchemy URI" @@ -4235,11 +4348,11 @@ msgid "Connection" msgstr "База данных" #: superset/databases/commands/exceptions.py:107 -#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1418 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "Сбой подключения, пожалуйста, проверьте настройки вашего подключения" -#: superset-frontend/src/views/CRUD/hooks.ts:653 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "Соединение в порядке!" @@ -4263,7 +4376,7 @@ msgstr "Непрерывный" msgid "Contribution" msgstr "Режим относительных значений" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:38 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "Режим относительных значений" @@ -4271,16 +4384,16 @@ msgstr "Режим относительных значений" msgid "Control" msgstr "Элемент" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:513 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "Значение с именем " -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:513 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "Значения с именами " #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "Координаты" @@ -4295,15 +4408,15 @@ msgstr "Скопировано в буфер обмена" msgid "Copy" msgstr "Копировать" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:221 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "Скопировать выражение SELECT в буфер обмена" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "Скопировать и вставить JSON данные" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "Скопировать и вставить .json файл сервисного аккаунта сюда" @@ -4315,8 +4428,8 @@ msgstr "Скопировать ссылку" msgid "Copy message" msgstr "Скопировать сообщение" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:653 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1443 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 #: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" @@ -4326,13 +4439,13 @@ msgstr "Копия %s" msgid "Copy partition query to clipboard" msgstr "Скопировать часть запроса в буфер обмена" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:335 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 msgid "Copy permalink to clipboard" msgstr "Скопировать ссылку в буфер обмена" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:391 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "Скопировать ссылку на запрос" @@ -4340,20 +4453,20 @@ msgstr "Скопировать ссылку на запрос" msgid "Copy query link to your clipboard" msgstr "Скопировать ссылку на запрос в буфер обмена" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "Впишите имя профиля базы данных, к которой вы пытаетесь подключиться." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 #, fuzzy msgid "Copy the name of the HTTP Path of your cluster." msgstr "Скопировать имя HTTP пути вашего кластера." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 msgid "Copy the name of the database you are trying to connect to." msgstr "Впишите имя базы данных, к которой вы пытаетесь подключиться" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:270 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "Скопировать в буфер обмена" @@ -4373,16 +4486,16 @@ msgstr "Корреляция" msgid "Cost estimate" msgstr "Прогноз затрат" -#: superset/views/utils.py:497 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "Не удалось определить тип источника данных" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:127 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "Не удалось получить все сохраненные графики" -#: superset/views/utils.py:513 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "Не удалось найти объект визуализации" @@ -4390,7 +4503,7 @@ msgstr "Не удалось найти объект визуализации" msgid "Could not load database driver" msgstr "Не удалось загрузить драйвер базы данных" -#: superset/views/core.py:1401 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "Не удалось загрузить драйвер базы данных: %(driver_name)s" @@ -4438,12 +4551,12 @@ msgid "Country Field Type" msgstr "Тип поля страны" #: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 -#: superset/viz.py:2041 +#: superset/viz.py:2044 msgid "Country Map" msgstr "Карта Стран" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:754 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "Создать" @@ -4452,20 +4565,16 @@ msgstr "Создать" msgid "Create Chart" msgstr "Создать график" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Footer/index.tsx:113 -msgid "Create Dataset" -msgstr "Создать датасет" - -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:379 -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:330 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:319 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:330 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:354 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:395 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 msgid "Create a dataset" msgstr "Создать датасет" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 msgid "" "Create a dataset to begin visualizing your data as a chart or go to\n" " SQL Lab to query your data." @@ -4475,7 +4584,7 @@ msgstr "" #: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 #: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 -#: superset-frontend/src/pages/ChartCreation/index.tsx:374 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "Создать новый график" @@ -4484,12 +4593,22 @@ msgstr "Создать новый график" msgid "Create chart" msgstr "Создать график" -#: superset-frontend/src/views/components/RightMenu.tsx:180 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +#, fuzzy +msgid "Create chart with dataset" +msgstr "Создать датасет" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 msgid "Create dataset" msgstr "Создать датасет" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:306 -#: superset-frontend/src/pages/ChartCreation/index.tsx:423 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "Добавить датасет и создать график" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "Создать новый график" @@ -4497,11 +4616,11 @@ msgstr "Создать новый график" msgid "Create new filter set" msgstr "Создать новый набор фильтров" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "Создать или выбрать схему..." -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "Создано" @@ -4510,21 +4629,23 @@ msgid "Created On" msgstr "Дата создания" #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 -#: superset-frontend/src/pages/ChartList/index.tsx:452 -#: superset-frontend/src/pages/ChartList/index.tsx:600 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:314 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:209 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:283 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:338 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:500 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:362 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "Кем создано" -#: superset/charts/filters.py:116 superset/dashboards/filters.py:54 +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 msgid "Created by me" msgstr "Создано мной" @@ -4533,9 +4654,9 @@ msgid "Created content" msgstr "Созданный контент" #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:202 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:350 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "Дата создания" @@ -4547,8 +4668,8 @@ msgstr "Не удалось создать SSH туннель по неизве msgid "Creating a data source and creating a new tab" msgstr "Создание источника данных и добавление новой вкладки..." -#: superset/connectors/sqla/views.py:367 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:193 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 #: superset/views/database/mixins.py:189 msgid "Creator" msgstr "Автор" @@ -4557,12 +4678,18 @@ msgstr "Автор" msgid "Crimson" msgstr "Малиновый" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:77 -msgid "Cross Filter Scoping" -msgstr "Область действия кросс-фильтра" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "Не применено ни одного фильтра к данному дашборду." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" msgstr "Задать область действия кросс-фильтра" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 @@ -4586,19 +4713,19 @@ msgstr "Пользовательский плагин" msgid "Custom Plugins" msgstr "Пользовательские плагины" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:383 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:232 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:451 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:454 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "Через SQL" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:447 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "Пользовательские ad-hoc меры SQL не разрешены для этого датасета" -#: superset/connectors/sqla/utils.py:193 superset/errors.py:145 -#: superset/models/helpers.py:128 superset/models/helpers.py:849 +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 msgid "Custom SQL fields cannot contain sub-queries." msgstr "Пользовательские поля SQL не могут содержать подзапросы." @@ -4610,25 +4737,25 @@ msgstr "Пользовательский плагин фильтра време msgid "Customize" msgstr "Кастомизация" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "Настроить меры" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:478 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "Настроить столбцы" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:435 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 msgid "Cyclic dependency detected" msgstr "Обнаружена циклическая зависимость" -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "Формат даты/времени" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "Формат даты/времени" @@ -4638,23 +4765,24 @@ msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "Формат D3: https://github.com/d3/d3-format." #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 +#, fuzzy msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" "Числовой формат D3 для чисел от -1 до 1, полезно, если вы работаете как с" " маленькими числами, где нужна точность, так и с большими целыми числами" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "Формат времени D3 для столбцов типа дата/время" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "Формат времени D3: https://github.com/d3/d3-time-format." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:139 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 msgid "DATETIME" msgstr "Дата/Время (DATETIME/TIMESTAMP)" @@ -4668,11 +4796,11 @@ msgid "DEC" msgstr "ДЕК" #: superset-frontend/src/components/DeleteModal/index.tsx:69 -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:241 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "УДАЛИТЬ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:329 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "DML" @@ -4693,11 +4821,11 @@ msgstr "Темно-голубой" msgid "Dark mode" msgstr "Темная тема" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:417 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:621 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:189 -#: superset-frontend/src/views/components/RightMenu.tsx:226 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:191 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "Дашборд" @@ -4706,7 +4834,7 @@ msgstr "Дашборд" msgid "Dashboard [%s] just got created and chart [%s] was added to it" msgstr "Дашборд [%s] был только что создан и график [%s] был добавлен в него" -#: superset/views/core.py:1117 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "Дашборд [{}] был только что создан и график [{}] был добавлен в него" @@ -4726,7 +4854,7 @@ msgstr "Не удалось обновить дашборд" msgid "Dashboard does not exist" msgstr "Дашборд не существует" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:152 +#: superset-frontend/src/pages/DashboardList/index.tsx:170 msgid "Dashboard imported" msgstr "Дашборд импортирован" @@ -4734,11 +4862,11 @@ msgstr "Дашборд импортирован" msgid "Dashboard parameters are invalid." msgstr "Неверные параметры дашборда" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:538 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "Свойства дашборда" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 msgid "Dashboard properties updated" msgstr "Свойства дашборда обновлены" @@ -4746,7 +4874,7 @@ msgstr "Свойства дашборда обновлены" msgid "Dashboard scheme" msgstr "Схема дашборда" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:813 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 msgid "" "Dashboard time range filters apply to temporal columns defined in\n" " the filter section of each chart. Add temporal columns to the " @@ -4754,22 +4882,28 @@ msgid "" " filters to have this dashboard filter impact those charts." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:518 +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 msgid "Dashboard title" msgstr "Название дашборда" -#: superset-frontend/src/pages/ChartList/index.tsx:658 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "дашборды(ов)" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 #: superset-frontend/src/profile/components/CreatedContent.tsx:101 -#: superset-frontend/src/profile/components/Favorites.tsx:84 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:648 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:376 -#: superset/initialization/__init__.py:245 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "Дашборды" #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 -#: superset-frontend/src/pages/ChartList/index.tsx:402 +#: superset-frontend/src/pages/ChartList/index.tsx:411 msgid "Dashboards added to" msgstr "Добавлено в дашборды" @@ -4781,13 +4915,13 @@ msgstr "Не удалось удалить дашборды." msgid "Dashboards do not exist" msgstr "Дашборды не существуют" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:673 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 msgid "Dashed" msgstr "Штрих" #: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 -#: superset-frontend/src/views/components/RightMenu.tsx:171 -#: superset/initialization/__init__.py:240 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Данные" @@ -4795,17 +4929,21 @@ msgstr "Данные" msgid "Data Table" msgstr "Таблица" +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:310 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:157 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "Масштабирование графика" -#: superset/sqllab/commands/results.py:117 superset/views/core.py:2170 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" @@ -4815,7 +4953,7 @@ msgstr "" " что привело к потере старых данных. Вам нужно повторно запустить " "исходный запрос." -#: superset/sqllab/commands/results.py:76 superset/views/core.py:2123 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." @@ -4827,18 +4965,18 @@ msgstr "" msgid "Data has no time steps" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:233 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "Предпросмотр данных" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:288 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 msgid "Data refreshed" msgstr "Данные обновлены" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:266 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:269 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:354 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "Тип данных" @@ -4850,17 +4988,17 @@ msgstr "" msgid "DataFrame must include temporal column" msgstr "Датафрейм должен включать временной столбец" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:264 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:293 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:353 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:524 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:241 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:349 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:278 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:425 -#: superset/connectors/sqla/views.py:480 superset/connectors/sqla/views.py:481 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 #: superset/views/database/forms.py:137 superset/views/database/forms.py:305 #: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 @@ -4898,11 +5036,11 @@ msgstr "" "предназначена для загрузки Excel файлов. Пожалуйста, свяжитесь с " "администратором." -#: superset/initialization/__init__.py:237 +#: superset/initialization/__init__.py:241 msgid "Database Connections" msgstr "Базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1294 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "Ошибка создания базы данных" @@ -4910,10 +5048,10 @@ msgstr "Ошибка создания базы данных" msgid "Database URL" msgstr "URL базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:122 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:780 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:799 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1085 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 msgid "Database connected" msgstr "Соединение с базой данных установлено" @@ -4939,7 +5077,7 @@ msgstr "База данных не позволяет изменять свои msgid "Database does not exist" msgstr "База данных не существует" -#: superset/connectors/sqla/models.py:1766 superset/models/helpers.py:1951 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "База данных не поддерживает подзапросы" @@ -4951,7 +5089,7 @@ msgstr "" "Драйвер базы данных для импорта может быть не установлен. Изучите " "документацию Суперсета для инструкций по установке: " -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:426 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "Ошибка базы данных" @@ -4963,8 +5101,9 @@ msgstr "База данных сейчас оффлайн." msgid "Database is required for alerts" msgstr "Для оповещений требуется база данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 -#: superset/db_engine_specs/base.py:1741 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "Имя базы данных" @@ -4976,7 +5115,7 @@ msgstr "База данных недоступна для изменений" msgid "Database not found." msgstr "База данных не найдена." -#: superset/views/core.py:1174 +#: superset/views/core.py:1179 #, python-format msgid "Database not found: %(id)s" msgstr "База данных не найдена: %(id)s" @@ -4985,21 +5124,22 @@ msgstr "База данных не найдена: %(id)s" msgid "Database parameters are invalid." msgstr "Параметры базы данных недействительны." -#: superset-frontend/src/components/ImportModal/index.tsx:219 +#: superset-frontend/src/components/ImportModal/index.tsx:291 msgid "Database passwords" msgstr "Пароли базы данных" -#: superset/db_engine_specs/base.py:1738 +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 #: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "Порт базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:764 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 msgid "Database settings updated" msgstr "Обновлены настройки базы данных" +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 #: superset-frontend/src/profile/components/Security.tsx:47 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:255 #: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Базы данных" @@ -5010,14 +5150,14 @@ msgid "Dataframe Index" msgstr "Индекс датафрейма" #: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:852 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/pages/ChartCreation/index.tsx:383 -#: superset-frontend/src/pages/ChartList/index.tsx:382 -#: superset-frontend/src/pages/ChartList/index.tsx:648 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:630 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "Датасет" @@ -5026,7 +5166,7 @@ msgstr "Датасет" msgid "Dataset %(name)s already exists" msgstr "Датасет %(name)s уже существует" -#: superset-frontend/src/explore/components/SaveModal.tsx:325 +#: superset-frontend/src/explore/components/SaveModal.tsx:331 msgid "Dataset Name" msgstr "Имя датасета" @@ -5059,11 +5199,11 @@ msgstr "Не удалось обновить датасет" msgid "Dataset does not exist" msgstr "Датасет не существует" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:183 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 msgid "Dataset imported" msgstr "Импортирован датасет" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "Требуется датасет" @@ -5075,8 +5215,8 @@ msgstr "Не удалось удалить меру датасета." msgid "Dataset metric not found." msgstr "Мера датасета не найдена." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1073 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "Имя датасета" @@ -5084,7 +5224,7 @@ msgstr "Имя датасета" msgid "Dataset parameters are invalid." msgstr "Параметры датасета неверны." -#: superset/dashboards/api.py:405 +#: superset/dashboards/api.py:430 #, python-format msgid "Dataset schema is invalid, caused by: %(error)s" msgstr "Схема датасета невалидна, причина: %(error)s" @@ -5093,13 +5233,13 @@ msgstr "Схема датасета невалидна, причина: %(error) msgid "Dataset(s) could not be bulk deleted." msgstr "Датасет(ы) не могут быть массово удалены." +#: superset-frontend/src/pages/DatasetList/index.tsx:589 #: superset-frontend/src/profile/components/Security.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:593 -#: superset/initialization/__init__.py:261 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Датасеты" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:42 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 msgid "" "Datasets can be created from database tables or SQL queries. Select a " "database table to the left or " @@ -5107,12 +5247,12 @@ msgstr "" "Датасеты могут быть созданы из таблиц базы данных или SQL запросов. " "Выберите таблицу из базы данных слева или " -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:792 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "Датасет не содержит столбца формата дата/время" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 -#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:80 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "Источник данных" @@ -5146,11 +5286,11 @@ msgstr "Временной фильтр" #: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" @@ -5164,11 +5304,11 @@ msgstr "Формат временной строки" msgid "Date/Time" msgstr "Дата/Время" -#: superset/connectors/sqla/views.py:164 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "Формат даты и времени" -#: superset/connectors/sqla/models.py:1219 superset/models/helpers.py:1412 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -5176,11 +5316,11 @@ msgstr "" "Столбец даты/времени не предусмотрен в настройках таблицы и является " "обязательным для этого типа графика" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:294 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "Формат даты/времени" -#: superset/db_engine_specs/base.py:110 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "День" @@ -5193,7 +5333,7 @@ msgstr "День (част=D)" msgid "Days %s" msgstr "Дней %s" -#: superset/connectors/sqla/models.py:1890 superset/models/helpers.py:973 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "драйвер базы данных вернул не все запрошенные столбцы" @@ -5205,45 +5345,49 @@ msgstr "Выключить" msgid "December" msgstr "Декабрь" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + #: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "Десятичный разделитель" -#: superset/viz.py:2740 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "Deck.gl - 3D сетка" -#: superset/viz.py:2856 +#: superset/viz.py:2859 #, fuzzy msgid "Deck.gl - 3D HEX" msgstr "Deck.gl - 3D HEX" -#: superset/viz.py:2896 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "Deck.gl - Дуга" -#: superset/viz.py:2877 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "Deck.gl - GeoJSON" -#: superset/viz.py:2465 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "Deck.gl - Многослойный" -#: superset/viz.py:2772 +#: superset/viz.py:2775 #, fuzzy msgid "Deck.gl - Paths" msgstr "Deck.gl - Paths" -#: superset/viz.py:2823 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "Deck.gl - Полигон" -#: superset/viz.py:2659 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "Deck.gl - Точечная диаграмма" -#: superset/viz.py:2711 +#: superset/viz.py:2714 #, fuzzy msgid "Deck.gl - Screen Grid" msgstr "Deck.gl - Screen Grid" @@ -5252,26 +5396,26 @@ msgstr "Deck.gl - Screen Grid" msgid "Default" msgstr "По умолчанию" -#: superset/connectors/sqla/views.py:485 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "Эндпоинт по умолчанию" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:865 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "URL по умолчанию" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:866 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" "URL по умолчанию, на который будет выполнен редирект при доступе из " "страницы со списком датасетов" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1156 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "Значение по умолчанию" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:357 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:365 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 msgid "Default datetime" msgstr "Дата и время по умолчанию" @@ -5292,7 +5436,7 @@ msgstr "" "может быть больше, чем указанная, если остальным столбцам не будет " "хватать места." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1185 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "Требуется значение по умолчанию" @@ -5383,7 +5527,7 @@ msgstr "" "Определяет размер функции скользящего окна относительно выбранной " "детализации по времени" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" @@ -5392,87 +5536,89 @@ msgstr "" " двумя точками данных" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:106 -#: superset-frontend/src/pages/ChartList/index.tsx:488 -#: superset-frontend/src/pages/ChartList/index.tsx:805 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:395 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:596 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:307 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:338 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:130 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:382 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:661 -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:59 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:422 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:779 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:512 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:220 -#: superset/views/base.py:659 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "Удалить" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:580 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "Удалить %s?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:293 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "Удалить аннотацию?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:526 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "Удалить базу данных?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:751 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "Удалить датасет?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "Удалить слой?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:489 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:243 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "Удалить запрос?" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:322 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "Удалить рассылку?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:323 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "Удалить шаблон?" -#: superset/views/base.py:659 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "Действительно удалить все?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:195 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "Удалить аннотацию" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:224 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "Удалить вкладку дашборда?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:402 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "Удалить базу данных" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:219 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:257 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "Удалить рассылку по email" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:405 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "Удалить запрос" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:236 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "Удалить шаблон" @@ -5496,7 +5642,7 @@ msgstr[0] "Удалален %(num)d слой аннотаций" msgstr[1] "Удалалены %(num)d слоя аннотаций" msgstr[2] "Удалалено %(num)d слоев аннотаций" -#: superset/charts/api.py:501 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" @@ -5512,7 +5658,7 @@ msgstr[0] "Удален %(num)d CSS шаблон" msgstr[1] "Удалены %(num)d CSS шаблона" msgstr[2] "Удалено %(num)d CSS шаблонов" -#: superset/dashboards/api.py:735 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" @@ -5520,7 +5666,7 @@ msgstr[0] "Удален %(num)d дашборд" msgstr[1] "Удалены %(num)d дашборда" msgstr[2] "Удалено %(num)d дашбордов" -#: superset/datasets/api.py:780 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" @@ -5536,7 +5682,7 @@ msgstr[0] "Удалено %(num)d расписание рассылок" msgstr[1] "Удалены %(num)d расписания рассылок" msgstr[2] "Удалено %(num)d расписаний рассылок" -#: superset/queries/saved_queries/api.py:213 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" @@ -5544,22 +5690,22 @@ msgstr[0] "Удален %(num)d сохраненный запрос" msgstr[1] "Удалены %(num)d сохраненных запроса" msgstr[2] "Удалено %(num)d сохраненных запросов" -#: superset-frontend/src/reports/actions/reports.js:156 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:184 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:117 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:90 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:158 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:675 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:233 -#: superset-frontend/src/views/CRUD/utils.tsx:268 -#: superset-frontend/src/views/CRUD/utils.tsx:307 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "Удалено: %s" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:227 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 msgid "" "Deleting a tab will remove all content within it. You may still reverse " "this action with the" @@ -5575,7 +5721,7 @@ msgstr "Долгота и широта в одном столбце" msgid "Delimiter" msgstr "Разделитель" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "Способ оповещения" @@ -5591,7 +5737,7 @@ msgstr "Демография" msgid "Density" msgstr "Концентрация" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:90 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 msgid "Dependent on" msgstr "Зависит от" @@ -5605,34 +5751,34 @@ msgstr "Устарело" #: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:158 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 #: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1200 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1204 -#: superset-frontend/src/components/ReportModal/index.tsx:288 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1125 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:256 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:398 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:161 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:154 -#: superset/connectors/sqla/views.py:158 superset/connectors/sqla/views.py:252 -#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:492 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab/views.py:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "Описание" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "Описание (будет видно в списке)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:568 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "Описательные столбцы" @@ -5640,21 +5786,21 @@ msgstr "Описательные столбцы" msgid "Description text that shows up below your Big Number" msgstr "Описание, отображаемое под Карточкой" -#: superset-frontend/src/components/ListView/ListView.tsx:358 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "Снять выделение" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:338 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "Детали утверждения" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "Определяет формулу расчета \"усов\" и выбросов." -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" @@ -5696,13 +5842,13 @@ msgid "Dimension to use on y-axis." msgstr "Измерение для использования на оси Y" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 #: superset-frontend/src/explore/controls.jsx:123 #: superset-frontend/src/explore/controls.jsx:380 msgid "Dimensions" msgstr "Измерения" -#: superset/viz.py:2002 +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" @@ -5712,11 +5858,11 @@ msgstr "" msgid "Directional" msgstr "Направленный" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 msgid "Disable SQL Lab data preview queries" msgstr "Отключить предпросмотр данных в Лаборатории SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:205 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 msgid "" "Disable data preview when fetching table metadata in SQL Lab. Useful to " "avoid browser performance issues when using databases with very wide " @@ -5736,8 +5882,8 @@ msgstr "Выключить встраивание?" msgid "Disabled" msgstr "Отключено" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 #: superset-frontend/src/dashboard/components/Header/index.jsx:598 -#: superset-frontend/src/dashboard/components/Header/index.jsx:600 msgid "Discard" msgstr "Отменить изменения" @@ -5745,8 +5891,8 @@ msgstr "Отменить изменения" msgid "Discrete" msgstr "Обособленный" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:57 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "Отображаемое имя" @@ -5754,7 +5900,7 @@ msgstr "Отображаемое имя" msgid "Display column level total" msgstr "Отображать общий итог по столбцу" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:663 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "Настройки отображения" @@ -5787,19 +5933,19 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 #, fuzzy msgid "Distribute across" msgstr "Выполнить выбранный запрос" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "Распределение" -#: superset/viz.py:1798 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "Распределение - Столбчатая диаграмма" @@ -5808,12 +5954,12 @@ msgstr "Распределение - Столбчатая диаграмма" msgid "Divider" msgstr "Разделитель" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "Круговая/кольцевая диаграмма" -#: superset-frontend/src/views/components/RightMenu.tsx:547 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "Документация" @@ -5821,34 +5967,34 @@ msgstr "Документация" msgid "Domain" msgstr "Блок" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 msgid "Donut" msgstr "Кольцевая диаграмма" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:675 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 msgid "Dotted" msgstr "Пунктир" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:508 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 msgid "Download" msgstr "Сохранить" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:323 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:532 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "Сохранить как изображение" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:261 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "Сохранить в CSV" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:316 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:530 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "Черновик" @@ -5862,54 +6008,69 @@ msgid "Drag and drop components to this tab" msgstr "Переместите элементы оформления и графики в эту вкладку" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:141 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:128 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "Отобразить маркеры на данных. Применимо только для линий." #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:95 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "Отобразить область под кривыми. Применимо только для линий\"" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "Проводит линию от диаграммы к метке, когда метки находятся снаружи" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 msgid "Draw split lines for minor axis ticks" msgstr "Рисует разделительные линии для небольших отметок оси" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "Рисует разделительные линии для небольших отметок оси Y" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:142 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:157 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Сорт. по %s" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 msgid "Drill to detail" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:166 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:179 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:198 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:229 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 msgid "Drill to detail by" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:168 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:144 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 msgid "" "Drill to detail is disabled because this chart does not group data by " "dimension value." @@ -5956,11 +6117,11 @@ msgstr[2] "Перетащите столбцы или меры сюда" msgid "Drop columns here" msgstr "Перетащите столбцы сюда" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:417 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 msgid "Drop columns or metrics here" msgstr "Перетащите столбцы или меры сюда" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:416 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 msgid "Drop columns/metrics here or click" msgstr "Перетащите столбцы/меры сюда" @@ -5973,8 +6134,8 @@ msgstr "Перетащите столбец формата дата/время msgid "Dual Line Chart" msgstr "Bullet Chart" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:476 -#: superset-frontend/src/views/CRUD/data/dataset/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 msgid "Duplicate" msgstr "Дублировать" @@ -5992,7 +6153,7 @@ msgstr "" "Повторяющиеся метки столбцов/мер: %(labels)s. Пожалуйста, убедитесь, что " "все столбцы и меры имеют уникальную метку." -#: superset-frontend/src/views/CRUD/data/dataset/DuplicateDatasetModal.tsx:61 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 msgid "Duplicate dataset" msgstr "Дублировать датасет" @@ -6000,11 +6161,23 @@ msgstr "Дублировать датасет" msgid "Duplicate tab" msgstr "Дублировать вкладку" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:138 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "Продолжительность" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:239 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." +msgstr "" +"Продолжительность (в секундах) таймаута кэша для графиков этой базы " +"данных. Таймаут 0 означает, что кэш никогда не очистится. Обратите " +"внимание, что если значение не задано, применяется значение по умолчанию " +"из основной конфигурации." + #: superset/views/database/mixins.py:172 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." @@ -6016,25 +6189,27 @@ msgstr "" "внимание, что если значение не задано, применяется значение по умолчанию " "из основной конфигурации." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:295 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"defaults to the datasource/table timeout if undefined." msgstr "" "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите " -"внимание, что если значение не задано, применяется значение таймаута " -"датасета." +"внимание, что если значение не задано, применяется значение источника " +"данных/таблицы." -#: superset/views/chart/mixin.py:70 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the datasource/table timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите " -"внимание, что если значение не задано, применяется значение источника " -"данных/таблицы." +"внимание, что если значение не задано, применяется значение таймаута " +"датасета." -#: superset/connectors/sqla/views.py:463 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " @@ -6043,7 +6218,7 @@ msgstr "" "Продолжительность (в секундах) таймаута кэша для этой таблицы. Обратите " "внимание, что если значение не задано, применяется значение базы данных." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:261 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." @@ -6051,7 +6226,7 @@ msgstr "" "Продолжительность (в секундах) таймаута кэша для схем этой базы данных. " "Обратите внимание, что если значение не задано, кэш никогда не очистится." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:282 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " @@ -6060,7 +6235,7 @@ msgstr "" " Обратите внимание, что если значение не задано, кэш никогда не " "очистится." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "Продолжительность в мс (1.40008 => 1ms 400µs 80ns)" @@ -6068,12 +6243,12 @@ msgstr "Продолжительность в мс (1.40008 => 1ms 400µs 80ns)" msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" msgstr "Продолжительность в мс (100.40008 => 100ms 400µs 80ns)" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 #: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "Продолжительность в мс (66000 => 1m 6s)" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "Продолжительность: %s" @@ -6086,27 +6261,27 @@ msgstr "Динамическая агрегирующая функция" msgid "Dynamically search all filter values" msgstr "Динамически искать все значения фильтра" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "Графики Apache" -#: superset/reports/notifications/email.py:131 +#: superset/reports/notifications/email.py:130 #, fuzzy msgid "EMAIL_REPORTS_CTA" msgstr "Включить рассылки" @@ -6121,7 +6296,7 @@ msgstr "КОНЕЦ (НЕ ВКЛЮЧИТЕЛЬНО)" msgid "ERROR" msgstr "ОШИБКА" -#: superset-frontend/src/views/CRUD/hooks.ts:656 +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "ОШИБКА: %s" @@ -6142,26 +6317,26 @@ msgstr "Оформление ребер" msgid "Edge width" msgstr "Толщина ребра" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:211 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 #: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:131 -#: superset-frontend/src/pages/ChartList/index.tsx:523 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:386 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:84 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:416 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:428 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:456 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:201 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "Редактировать" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:392 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "Редактировать оповещение" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:285 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "Редактировать CSS" @@ -6169,23 +6344,23 @@ msgstr "Редактировать CSS" msgid "Edit CSS Template" msgstr "Редактировать CSS шаблон" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:229 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "Редактировать свойств CSS шаблона" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "Редактировать график" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:190 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 msgid "Edit Chart Properties" msgstr "Редактировать свойства графика" -#: superset/connectors/sqla/views.py:76 +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "Редактировать столбец" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "Редактировать дашборд" @@ -6193,7 +6368,7 @@ msgstr "Редактировать дашборд" msgid "Edit Database" msgstr "Редактировать Базу Данных" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:195 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "Редактировать датасет " @@ -6201,7 +6376,7 @@ msgstr "Редактировать датасет " msgid "Edit Log" msgstr "Редактировать запись" -#: superset/connectors/sqla/views.py:211 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "Редактировать меру" @@ -6209,11 +6384,11 @@ msgstr "Редактировать меру" msgid "Edit Plugin" msgstr "Редактировать плагин" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:391 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "Редактировать отчет" -#: superset/connectors/sqla/views.py:294 +#: superset/connectors/sqla/views.py:293 #, fuzzy msgid "Edit Row level security filter" msgstr "Безопасность на уровне строк" @@ -6222,12 +6397,12 @@ msgstr "Безопасность на уровне строк" msgid "Edit Saved Query" msgstr "Редактировать сохраненный запрос" -#: superset/connectors/sqla/views.py:388 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "Редактировать таблицу" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:188 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:282 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "Редактировать аннотацию" @@ -6235,13 +6410,14 @@ msgstr "Редактировать аннотацию" msgid "Edit annotation layer" msgstr "Редактировать слой аннотации" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:241 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "Редактировать свойства слоя аннотаций" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 #: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:216 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:422 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 msgid "Edit chart" msgstr "Редактировать график" @@ -6249,12 +6425,12 @@ msgstr "Редактировать график" msgid "Edit chart properties" msgstr "Редактировать свойства графика" +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 #: superset-frontend/src/dashboard/components/Header/index.jsx:632 -#: superset-frontend/src/dashboard/components/Header/index.jsx:634 msgid "Edit dashboard" msgstr "Редактировать дашборд" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1511 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "Редактировать Базу Данных" @@ -6262,9 +6438,9 @@ msgstr "Редактировать Базу Данных" msgid "Edit dataset" msgstr "Редактировать датасет" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:216 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:251 -#: superset-frontend/src/components/ReportModal/index.tsx:206 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "Редактировать рассылку" @@ -6273,16 +6449,16 @@ msgstr "Редактировать рассылку" msgid "Edit formatter" msgstr "Формат D3" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "Редактировать свойства" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:384 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "Редактировать запрос" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:227 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "Редактировать шаблон" @@ -6295,11 +6471,11 @@ msgstr "Редактировать параметры шаблонизации J msgid "Edit the dashboard" msgstr "Редактировать дашборд" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:346 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "Изменить временной интервал" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:153 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "Редактировано" @@ -6315,7 +6491,7 @@ msgstr "Редактирование набора фильтров:" msgid "Either the database is spelled incorrectly or does not exist." msgstr "Неверное или несуществующее имя базы данных." -#: superset/db_engine_specs/mysql.py:148 superset/db_engine_specs/presto.py:627 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 #: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." @@ -6339,8 +6515,8 @@ msgstr "Неверное имя пользователя или пароль" msgid "Elevation" msgstr "Продолжительность" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:212 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:241 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "Включить рассылки" @@ -6353,7 +6529,7 @@ msgstr "Встроить" msgid "Embed code" msgstr "Встроенный код" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:350 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 msgid "Embed dashboard" msgstr "Встроить дашборд" @@ -6366,10 +6542,6 @@ msgstr "Встраивание отключено" msgid "Emit Filter Events" msgstr "Фильтрующийся" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:179 -msgid "Emitted values" -msgstr "Отображаемые значения" - #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "Акцент" @@ -6391,11 +6563,11 @@ msgstr "Пустая коллекция" msgid "Empty column" msgstr "Показывать пустые столбцы" -#: superset/charts/data/api.py:362 +#: superset/charts/data/api.py:363 msgid "Empty query result" msgstr "Пустой ответ запроса" -#: superset/connectors/sqla/models.py:1225 superset/models/helpers.py:1418 +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "Пустой запрос?" @@ -6403,14 +6575,14 @@ msgstr "Пустой запрос?" msgid "Empty row" msgstr "" -#: superset-frontend/src/views/components/RightMenu.tsx:305 -#: superset-frontend/src/views/components/SubMenu.tsx:304 +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 msgid "Enable 'Allow file uploads to database' in any database's settings" msgstr "" "Включите \"Разрешить загрузку файлов в базу данных\" в настройках любой " "базы данных" -#: superset/connectors/sqla/views.py:483 +#: superset/connectors/sqla/views.py:482 #, fuzzy msgid "Enable Filter Select" msgstr "Настроить области действия фильтра" @@ -6421,12 +6593,12 @@ msgid "Enable cross-filtering" msgstr "Задать область действия кросс-фильтра" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:173 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "Включить элементы управления масштабированием данных" @@ -6451,7 +6623,7 @@ msgstr "Включить перемещение по графику" msgid "Enable node dragging" msgstr "Разрешить перемещение вершин" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:170 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "Разрешить оценку стоимости запроса" @@ -6460,15 +6632,15 @@ msgstr "Разрешить оценку стоимости запроса" msgid "Enable server side pagination of results (experimental feature)" msgstr "Включить серверную пагинацию результатов (экспериментально)" -#: superset/viz.py:2564 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "Конец" @@ -6489,7 +6661,7 @@ msgid "End angle" msgstr "Конечный угол" #: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:307 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 #, fuzzy msgid "End date" msgstr "Отправить текстом" @@ -6508,22 +6680,22 @@ msgstr "Конечная дата должна быть после началь msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "Не удается настроить драйвер \"%(engine)s\" при данных параметрах." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:476 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:480 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "Параметры драйвера" -#: superset/databases/schemas.py:293 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "Введите CA_BUNDLE" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 msgid "Enter Primary Credentials" msgstr "Введите основные учетные данные" @@ -6531,7 +6703,7 @@ msgstr "Введите основные учетные данные" msgid "Enter a delimiter for this data" msgstr "Введите разделитель этих данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "Введите название для этого листа" @@ -6539,19 +6711,19 @@ msgstr "Введите название для этого листа" msgid "Enter a new title for the tab" msgstr "Введите новое название для вкладки" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:234 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:255 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:276 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "Введите время в секундах" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:271 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:384 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "Полноэкранный режим" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:141 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:184 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 #, python-format msgid "Enter the required %(dbModelName)s credentials" msgstr "Введите обязательные данные для %(dbModelName)s" @@ -6573,42 +6745,42 @@ msgstr "Одинаковые размеры дат" msgid "Equal to (=)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:136 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:120 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:279 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 #: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:72 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:65 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 msgid "Error" msgstr "Ошибка" -#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1828 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "Ошибка в jinja выражении в операторе HAVING: %(msg)s" -#: superset/connectors/sqla/models.py:1129 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "Ошибка в jinja выражении в RLS фильтрах: %(msg)s" -#: superset/connectors/sqla/models.py:1606 superset/models/helpers.py:1816 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "Ошибка в jinja выражении в операторе WHERE: %(msg)s" -#: superset/connectors/sqla/models.py:824 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "Ошибка в jinja выражении в предикате выборки значений: %(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:356 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" "Ошибка загрузки источников данных для графиков. Фильтры могут работать " "некорректно." -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "Сообщение об ошибке" @@ -6623,7 +6795,7 @@ msgstr "Возникла ошибка при получении графиков msgid "Error while fetching data: %s" msgstr "Возникла ошибка при получении данных: %s" -#: superset/connectors/sqla/models.py:944 superset/models/helpers.py:1014 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "Произошла ошибка при выполнении запроса виртуального датасета: %(msg)s" @@ -6633,12 +6805,12 @@ msgstr "Произошла ошибка при выполнении запрос msgid "Error: %(error)s" msgstr "Ошибка: %(error)s" -#: superset/views/core.py:818 superset/views/core.py:1897 +#: superset/views/core.py:820 superset/views/core.py:1918 #, python-format msgid "Error: %(msg)s" msgstr "Ошибка: %(msg)s" -#: superset/views/core.py:815 +#: superset/views/core.py:817 msgid "Error: permalink state not found" msgstr "" @@ -6650,7 +6822,7 @@ msgstr "Оценить стоимость запроса" msgid "Estimate selected query cost" msgstr "Оценить стоимость выбранного запроса" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:599 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "Спрогнозировать стоимость до выполнения запроса" @@ -6672,12 +6844,12 @@ msgstr "Имена событий" msgid "Event definition" msgstr "Определение события" -#: superset/viz.py:2930 +#: superset/viz.py:2933 #, fuzzy msgid "Event flow" msgstr "Event flow" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:526 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "Столбец формата дата/время" @@ -6692,18 +6864,18 @@ msgstr "Каждый(ая)" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:49 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "Динамика" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "Точное" @@ -6716,7 +6888,7 @@ msgid "Example" msgstr "Пример" #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:214 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "Примеры" @@ -6745,15 +6917,15 @@ msgstr "Исключить выбранные значения" msgid "Executed SQL" msgstr "Исполненный SQL" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:164 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "Выполненный запрос" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:108 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "ID исполнения" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:377 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "Журнал Действий" @@ -6761,12 +6933,12 @@ msgstr "Журнал Действий" msgid "Existing dataset" msgstr "Существующий датасет" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:270 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:383 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "Выйти из полноэкранного режима" -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 msgid "Expand" msgstr "Расширить" @@ -6778,11 +6950,11 @@ msgstr "Расширить все" msgid "Expand data panel" msgstr "Расширить панель данных" -#: superset-frontend/src/components/Table/index.tsx:267 +#: superset-frontend/src/components/Table/index.tsx:209 msgid "Expand row" msgstr "Развернуть строку" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:198 +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "Расширить предпросмотр таблицы" @@ -6790,7 +6962,7 @@ msgstr "Расширить предпросмотр таблицы" msgid "Expand tool bar" msgstr "Показать панель инструментов" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:443 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 msgid "" "Expects a formula with depending time parameter 'x'\n" " in milliseconds since epoch. mathjs is used to evaluate the " @@ -6804,7 +6976,7 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -6815,11 +6987,11 @@ msgid "Experimental" msgstr "Экспериментальный" #: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 -#: superset/views/core.py:985 +#: superset/views/core.py:987 msgid "Explore" msgstr "Исследовать" -#: superset/views/core.py:983 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "Исследовать - %(table)s" @@ -6829,16 +7001,16 @@ msgstr "Исследовать - %(table)s" msgid "Explore the result set in the data exploration view" msgstr "Создать новый график на основе этих данных" -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:119 -#: superset-frontend/src/pages/ChartList/index.tsx:507 -#: superset-frontend/src/pages/ChartList/index.tsx:813 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:97 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:400 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:669 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:412 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:438 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:787 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:520 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 #: superset/views/dashboard/views.py:65 msgid "Export" msgstr "Экспортировать" @@ -6847,11 +7019,11 @@ msgstr "Экспортировать" msgid "Export dashboards?" msgstr "Экспортировать дашборды?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:398 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 msgid "Export query" msgstr "Экспорт запроса" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:513 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 msgid "Export to .CSV" msgstr "Экспорт в .CSV" @@ -6865,15 +7037,15 @@ msgstr "Экспорт в .JSON" msgid "Export to Excel" msgstr "Экспорт в YAML" -#: superset/views/base.py:602 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "Экспорт в YAML" -#: superset/views/base.py:602 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "Экспортировать в YAML?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:524 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 msgid "Export to full .CSV" msgstr "Экспорт в целый .CSV" @@ -6885,12 +7057,12 @@ msgstr "Экспорт исходных данных в .CSV" msgid "Export to pivoted .CSV" msgstr "Экспорт сводной таблицы в .CSV" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "Предоставить доступ к базе в Лаборатории SQL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:351 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:457 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 #: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "Доступен в SQL редакторе" @@ -6899,18 +7071,18 @@ msgstr "Доступен в SQL редакторе" msgid "Expose this DB in SQL Lab" msgstr "Предоставить доступ к базе в Лаборатории SQL" -#: superset/connectors/sqla/views.py:162 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "Выражение" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:902 -#: superset/connectors/sqla/views.py:258 superset/connectors/sqla/views.py:495 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 #: superset/views/database/mixins.py:193 msgid "Extra" msgstr "Дополнительные параметры" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "Дополнительные элементы управления" @@ -6922,7 +7094,7 @@ msgstr "Доп. параметры" msgid "Extra data for JS" msgstr "Доп. данные для JS" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:903 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -6980,23 +7152,23 @@ msgstr "Число, на которое умножается мера" msgid "Fail" msgstr "Ошибка" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:120 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:126 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "Ошибка" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:208 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:324 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "Невозможно выполнить запрос" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:470 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "Не удалось остановить запрос. %s" -#: superset-frontend/src/components/ReportModal/index.tsx:337 +#: superset-frontend/src/components/ReportModal/index.tsx:343 msgid "Failed to create report" msgstr "Не удалось создать рассылку" @@ -7005,11 +7177,11 @@ msgstr "Не удалось создать рассылку" msgid "Failed to execute %(query)s" msgstr "" -#: superset-frontend/src/explore/ExplorePage.tsx:57 +#: superset-frontend/src/pages/Chart/index.tsx:57 msgid "Failed to load chart data" msgstr "Не удалось загрузить данные графика" -#: superset-frontend/src/explore/ExplorePage.tsx:69 +#: superset-frontend/src/pages/Chart/index.tsx:69 msgid "Failed to load chart data." msgstr "Не удалось загрузить данные графика." @@ -7017,11 +7189,11 @@ msgstr "Не удалось загрузить данные графика." msgid "Failed to retrieve advanced type" msgstr "Не удалось получить расширенный тип" -#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:190 +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "Не удалось запустить удаленный запрос на сервере." -#: superset-frontend/src/components/ReportModal/index.tsx:336 +#: superset-frontend/src/components/ReportModal/index.tsx:342 msgid "Failed to update report" msgstr "Не удалось обновить отчет" @@ -7030,10 +7202,10 @@ msgstr "Не удалось обновить отчет" msgid "Failed to verify select options: %s" msgstr "Ошибка при проверке вариантов выбора: %s" -#: superset-frontend/src/pages/ChartList/index.tsx:560 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:453 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:145 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:151 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "Избранное" @@ -7045,20 +7217,20 @@ msgstr "Избранное" msgid "February" msgstr "Февраль" -#: superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:535 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "Получить данные для просмотра" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:369 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "Получено %s" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:138 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 msgid "Fetching" msgstr "Получение данных" @@ -7067,7 +7239,7 @@ msgstr "Получение данных" msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "поле не может быть декодировано с помощью JSON. %(json_error)s" -#: superset/databases/schemas.py:194 superset/databases/schemas.py:209 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "Поле не может быть декодировано с помощью JSON. %(msg)s" @@ -7085,7 +7257,7 @@ msgstr "Файл" msgid "Fill Color" msgstr "Цвет заливки" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1231 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "Установить все требуемые флаги для включения \"Значения по умолчанию\"" @@ -7104,7 +7276,7 @@ msgstr "С заливкой" msgid "Filter" msgstr "Фильтр" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:288 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 msgid "Filter Configuration" msgstr "Конфигурация фильтра" @@ -7112,11 +7284,11 @@ msgstr "Конфигурация фильтра" msgid "Filter List" msgstr "Список фильтров" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:292 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 msgid "Filter Settings" msgstr "Настройки фильтра" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:770 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "Тип фильтра" @@ -7124,6 +7296,11 @@ msgstr "Тип фильтра" msgid "Filter box" msgstr "Фильтр-виджет" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Поиск" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "Настройки фильтра" @@ -7132,11 +7309,11 @@ msgstr "Настройки фильтра" msgid "Filter configuration for the filter box" msgstr "Настройки фильтра для \"Фильтр-виджета\"" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1139 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "Фильтр имеет значение по умолчанию" -#: superset-frontend/src/components/Table/index.tsx:255 +#: superset-frontend/src/components/Table/index.tsx:197 #, fuzzy msgid "Filter menu" msgstr "Имя фильтра" @@ -7145,17 +7322,17 @@ msgstr "Имя фильтра" msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "Метаданные фильтра изменились в дашборде. Они не будут применены." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:760 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "Имя фильтра" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:92 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 msgid "Filter only displays values relevant to selections made in other filters." msgstr "" "Фильтр предлагает только те значения, которые отобраны выбранными " "фильтрами" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:286 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "Фильтровать результаты" @@ -7168,17 +7345,17 @@ msgstr "Набор фильтров уже существует" msgid "Filter set with this name already exists" msgstr "Набор фильтров с этим именем уже существует" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:269 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "Наборы фильтров (%(filterSetCount)d)" #: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:774 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "Тип фильтра" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:530 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "Фильтровать значения (зависит от регистра)" @@ -7191,15 +7368,15 @@ msgstr "Фильтровать значения (зависит от регис msgid "Filter value is required" msgstr "Требуется значение фильтра" -#: superset/connectors/sqla/models.py:1522 superset/models/helpers.py:1739 +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "Список для фильтрации не может быть пуст" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:311 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "Поиск" -#: superset/connectors/sqla/views.py:160 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "Фильтруемый" @@ -7207,7 +7384,7 @@ msgstr "Фильтруемый" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 #: superset-frontend/src/explore/controls.jsx:446 #: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -#: superset/viz.py:2139 +#: superset/viz.py:2142 msgid "Filters" msgstr "Фильтры" @@ -7216,11 +7393,11 @@ msgstr "Фильтры" msgid "Filters (%d)" msgstr "Фильтры (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "Фильтры по столбцам" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "Фильтры по мерам" @@ -7228,12 +7405,12 @@ msgstr "Фильтры по мерам" msgid "Filters configuration" msgstr "Конфигурация фильтров" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:83 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "Фильтры вне рамок дашборда (%d)" -#: superset/connectors/sqla/views.py:343 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -7245,9 +7422,9 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1015 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1063 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1701 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "Завершить" @@ -7308,7 +7485,7 @@ msgstr "Размер шрифта для наибольшего значения msgid "Font size for the smallest value in the list" msgstr "Размер шрифта для наименьшего значения в списке" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" "For Bigquery, Presto and Postgres, shows a button to compute cost before " "running a query." @@ -7326,7 +7503,7 @@ msgid "" "function, refer to the" msgstr "" -#: superset/connectors/sqla/views.py:337 +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " @@ -7337,7 +7514,7 @@ msgstr "" msgid "Force" msgstr "Силовой алгоритм" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." @@ -7350,15 +7527,15 @@ msgstr "" msgid "Force date format" msgstr "Принудительный перевод к формату дата/время" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:398 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "Обновить" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:313 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "Принудительно обновить список схем" -#: superset-frontend/src/components/TableSelector/index.tsx:340 +#: superset-frontend/src/components/TableSelector/index.tsx:317 msgid "Force refresh table list" msgstr "Принудительно обновить список таблиц" @@ -7374,21 +7551,21 @@ msgstr "Внешний ключ" msgid "Forest Green" msgstr "Лесной зеленый" -#: superset/explore/commands/get.py:87 superset/views/core.py:832 +#: superset/explore/commands/get.py:87 superset/views/core.py:834 msgid "Form data not found in cache, reverting to chart metadata." msgstr "Данные формы не найдены в кэше, возвращение к метаданным графика." -#: superset/explore/commands/get.py:95 superset/views/core.py:838 +#: superset/explore/commands/get.py:95 superset/views/core.py:840 msgid "Form data not found in cache, reverting to dataset metadata." msgstr "Данные формы не найдены в кэше, возвращение к метаданным датасета." #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 msgid "Formattable" msgstr "Форматируемый" -#: superset-frontend/src/components/ReportModal/index.tsx:249 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "Форматированный CSV, прикрепленный к письму" @@ -7396,16 +7573,16 @@ msgstr "Форматированный CSV, прикрепленный к пис msgid "Formatted date" msgstr "Форматированная дата" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:137 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 msgid "Formatted value" msgstr "Форматированное значение" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 msgid "Formatting" msgstr "Форматирование" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:442 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 #: superset-frontend/src/modules/AnnotationTypes.js:32 msgid "Formula" msgstr "Формула" @@ -7415,7 +7592,7 @@ msgstr "Формула" msgid "Forward values" msgstr "Будущие значения" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" @@ -7439,7 +7616,7 @@ msgstr "Сила трения между вершинами" msgid "Friday" msgstr "Пятница" -#: superset/utils/date_parser.py:267 superset/viz.py:390 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "Дата начала не может быть позже даты конца" @@ -7447,23 +7624,24 @@ msgstr "Дата начала не может быть позже даты ко msgid "Full name" msgstr "Полное имя" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "Воронка" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:479 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "Дальнейшая настройка отображения каждого столбца" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "Дальнейшая настройка отображения каждой меры" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:38 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 msgid "GROUP BY" msgstr "GROUP BY" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "Индикаторная диаграмма" @@ -7475,7 +7653,7 @@ msgstr "Основные свойства" msgid "Generating link, please wait.." msgstr "Генерация ссылки, пожалуйста, ждите..." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Generic Chart" msgstr "Общая диаграмма" @@ -7516,11 +7694,11 @@ msgstr "Перейдите в режим редактирования для и msgid "Gold" msgstr "Золотой" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "Имя или URL Google Таблицы" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:415 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "Перерыв между оповещением" @@ -7554,7 +7732,7 @@ msgstr "Сетка" msgid "Grid Size" msgstr "Размер сетки" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "Группировать по" @@ -7563,7 +7741,7 @@ msgstr "Группировать по" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:924 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "Измерения и Столбцы не могут повторяться" @@ -7572,11 +7750,11 @@ msgstr "Измерения и Столбцы не могут повторять msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "Измерения, Меры или Процентные меры должны иметь значение" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "Группировать по" -#: superset/connectors/sqla/views.py:159 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "Группируемый" @@ -7594,7 +7772,7 @@ msgid "" "when the normalization is applied against the whole heatmap." msgstr "" -#: superset/charts/filters.py:104 superset/dashboards/filters.py:242 +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 msgid "Has created by" msgstr "Создан(а)" @@ -7607,7 +7785,7 @@ msgid "Header Row" msgstr "Строка заголовка" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2246 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "Тепловая карта" @@ -7627,20 +7805,19 @@ msgstr "Высота" msgid "Height of the sparkline" msgstr "Высота спарклайна" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:734 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 msgid "Hide Line" msgstr "Скрыть линию" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:411 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 msgid "Hide chart description" msgstr "Скрыть описание графика" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:780 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "Скрыть слой" #: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:196 msgid "Hide password." msgstr "Скрыть пароль." @@ -7648,22 +7825,22 @@ msgstr "Скрыть пароль." msgid "Hide tool bar" msgstr "Скрыть панель инструментов" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:735 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 msgid "Hides the Line for the time series" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "Иерархия" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1740 +#: superset/viz.py:1743 msgid "Histogram" msgstr "Гистограмма" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:345 -#: superset/initialization/__init__.py:229 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Главная" @@ -7672,12 +7849,12 @@ msgstr "Главная" msgid "Horizon Chart" msgstr "Horizon Charts" -#: superset/viz.py:2307 +#: superset/viz.py:2310 #, fuzzy msgid "Horizon Charts" msgstr "Horizon Charts" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 msgid "Horizontal" msgstr "Горизонтально" @@ -7689,15 +7866,16 @@ msgstr "Горизонтально (сверху)" msgid "Horizontal alignment" msgstr "Выравнивание по горизонтали" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "Хост" -#: superset/db_engine_specs/base.py:1735 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "Имя хоста или IP адрес" -#: superset/db_engine_specs/base.py:108 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "Час" @@ -7706,11 +7884,11 @@ msgstr "Час" msgid "Hours %s" msgstr "Часов %s" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:947 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "Смещение времени" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" @@ -7745,7 +7923,7 @@ msgstr "Огромный" msgid "ISO 3166-2 Codes" msgstr "Коды ISO 3166-2" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "ISO 8601" @@ -7757,7 +7935,7 @@ msgstr "ID" msgid "Id of root node of the tree." msgstr "Id корневой вершины дерева." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:391 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -7791,7 +7969,7 @@ msgstr "" msgid "If Table Already Exists" msgstr "Если таблица уже существует" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1043 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "Если мера задана, сортировка будет произведена на основании значений меры" @@ -7818,7 +7996,7 @@ msgstr "" "делать), Заменить (удалить и воссоздать таблицу) или Добавить (вставить " "данные)." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:422 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 msgid "Ignore cache when generating screenshot" msgstr "Игнорировать кэш при создании скриншота" @@ -7830,7 +8008,7 @@ msgstr "Игнорировать пустые локации" msgid "Ignore time" msgstr "Игнорировать время" -#: superset-frontend/src/components/ReportModal/index.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "Изображение (PNG), встроенное в email" @@ -7838,7 +8016,7 @@ msgstr "Изображение (PNG), встроенное в email" msgid "Image download failed, please refresh and try again." msgstr "Ошибка скачивания изображения, пожалуйста, обновите и попробуйте заново." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:386 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" "Имперсонировать пользователя (Presto, Trino, Drill, Hive, и Google " @@ -7848,11 +8026,11 @@ msgstr "" msgid "Impersonate the logged on user" msgstr "Имперсонировать пользователя" -#: superset-frontend/src/components/ImportModal/index.tsx:281 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "Импорт" -#: superset-frontend/src/components/ImportModal/index.tsx:285 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "Импортировать %s" @@ -7861,11 +8039,11 @@ msgstr "Импортировать %s" msgid "Import Dashboard(s)" msgstr "Импортировать дашборд(ы)" -#: superset/initialization/__init__.py:332 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Импортировать дашборды" -#: superset/connectors/sqla/views.py:387 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" @@ -7873,7 +8051,7 @@ msgstr "" msgid "Import chart failed for an unknown reason" msgstr "Не удалось импортировать график по неизвестной причине" -#: superset-frontend/src/pages/ChartList/index.tsx:772 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "Импортировать графики" @@ -7881,7 +8059,7 @@ msgstr "Импортировать графики" msgid "Import dashboard failed for an unknown reason" msgstr "Не удалось импортировать дашборд по неизвестной причине" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:635 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "Импортировать дашборды" @@ -7890,7 +8068,7 @@ msgstr "Импортировать дашборды" msgid "Import database failed for an unknown reason" msgstr "Не удалось импортировать базу данных по неизвестной причине" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1756 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 msgid "Import database from file" msgstr "Импортировать базу данных из файла" @@ -7898,11 +8076,11 @@ msgstr "Импортировать базу данных из файла" msgid "Import dataset failed for an unknown reason" msgstr "Не удалось импортировать датасет по неизвестной причине" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:642 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "Импортировать датасеты" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:189 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "Импортировать запросы" @@ -7925,7 +8103,7 @@ msgstr "в" msgid "Include Series" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:295 msgid "Include a description that will be sent with your report" msgstr "Описание, которое будет отправлено вместе с вашим отчетом" @@ -7934,15 +8112,10 @@ msgid "Include series name as an axis" msgstr "Включить имена категорий в качестве оси" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:335 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 msgid "Include time" msgstr "Включить время" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:232 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Несовместимые фильтры (%d)" - #: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 msgid "Index" msgstr "Индекс" @@ -7951,24 +8124,24 @@ msgstr "Индекс" msgid "Index Column" msgstr "Индесный столбец" -#: superset-frontend/src/views/components/RightMenu.tsx:498 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "Личные данные" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "Внутренний радиус" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "Внутренний радиус отверстия для кольца" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:175 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:192 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "Поле для ввода поддерживает пользовательские значения, например 30 для 30°" @@ -7999,7 +8172,7 @@ msgstr "Автоматически интерпретировать формат msgid "Interval" msgstr "Интервал" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "Столбец с концом интервала" @@ -8011,7 +8184,7 @@ msgstr "Граница интервала" msgid "Interval colors" msgstr "Цвета интервала" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:525 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "Столбец с началом интервала" @@ -8028,11 +8201,11 @@ msgstr "Недопустимый формат JSON" msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "Невалидный расширенный тип данных: %(advanced_data_type)s" -#: superset/databases/schemas.py:181 superset/exceptions.py:196 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "Неверный сертификат" -#: superset/views/core.py:1410 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -8040,7 +8213,7 @@ msgstr "" "Недопустимая строка для подключения, валидная строка соответствует " "шаблону: ДРАЙВЕР://ИМЯ-ПОЛЬЗОВАТЕЛЯ:ПАРОЛЬ@ХОСТ/ИМЯ-БАЗЫ-ДАННЫХ" -#: superset/databases/schemas.py:159 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " "backend+driver://user:password@database-host/database-name" @@ -8068,15 +8241,15 @@ msgstr "Недопустимое CRON выражение" msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:182 superset/datasets/schemas.py:44 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "Недопустимый формат дата/время" -#: superset/viz.py:2157 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "Неверная конфигурация фильтра, пожалуйста, выберите столбец" -#: superset/connectors/sqla/models.py:1596 superset/models/helpers.py:1805 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" @@ -8101,7 +8274,7 @@ msgstr "Неверная конфигурация широты и долготы msgid "Invalid longitude/latitude" msgstr "Недопустимые долгота/широта" -#: superset/utils/core.py:1363 +#: superset/utils/core.py:1364 #, python-format msgid "Invalid metric object: %(metric)s" msgstr "" @@ -8120,7 +8293,7 @@ msgstr "Недопустимые настройки для %(rolling_type)s: %(o msgid "Invalid permalink key" msgstr "" -#: superset/common/query_actions.py:230 +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "Недопустимый тип ответа: %(result_type)s" @@ -8130,7 +8303,7 @@ msgstr "Недопустимый тип ответа: %(result_type)s" msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2527 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" @@ -8149,17 +8322,17 @@ msgstr "" msgid "Inverse selection" msgstr "Выбрать противоположные значения" -#: superset-frontend/src/components/Table/index.tsx:263 +#: superset-frontend/src/components/Table/index.tsx:205 msgid "Invert current page" msgstr "" -#: superset/charts/filters.py:65 superset/dashboards/filters.py:216 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 #: superset/datasets/filters.py:39 msgid "Is certified" msgstr "Одобрено" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:355 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "Является измерением" @@ -8168,12 +8341,12 @@ msgstr "Является измерением" msgid "Is false" msgstr "Отключено" -#: superset/views/base_api.py:138 +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "В избранном" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:366 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "Фильтруемый" @@ -8187,9 +8360,14 @@ msgstr "Не пусто" msgid "Is null" msgstr "Не пусто" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:356 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 -#: superset/connectors/sqla/views.py:163 +#: superset/views/base_api.py:171 +#, fuzzy +msgid "Is tagged" +msgstr "Запущен" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "Содержит дату/время" @@ -8206,7 +8384,7 @@ msgstr "Ошибка 1000 - Источник данных слишком вел msgid "Issue 1001 - The database is under an unusual load." msgstr "Ошибка 1001 - Нетипичная загрузка базы данных." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 msgid "It’s not recommended to truncate axis in Bar chart." msgstr "Не рекомендуется урезать интервал оси в столбчатой диаграмме" @@ -8220,20 +8398,20 @@ msgstr "ЯНВ" msgid "JSON" msgstr "JSON" -#: superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "JSON Метаданные" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:648 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "JSON метаданные" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:314 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 msgid "JSON metadata is invalid!" msgstr "JSON метаданные не валидны!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -8258,15 +8436,18 @@ msgid "January" msgstr "Январь" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 -msgid "Javascript data interceptor" +#, fuzzy +msgid "JavaScript data interceptor" msgstr "Javascript редактор данных" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 -msgid "Javascript onClick href" +#, fuzzy +msgid "JavaScript onClick href" msgstr "Javascript onClick href" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 -msgid "Javascript tooltip generator" +#, fuzzy +msgid "JavaScript tooltip generator" msgstr "Javascript генератор всплывающих подсказок" #: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 @@ -8319,8 +8500,8 @@ msgstr "Июнь" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "KPI" @@ -8332,10 +8513,15 @@ msgstr "Оставить прежние настройки?" msgid "Keep editing" msgstr "Продолжить редактирование" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 msgid "Key" msgstr "Ключ" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 +#, fuzzy +msgid "Keys for table" +msgstr "Обновить таблицы" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 msgid "Kilometers" msgstr "Километры" @@ -8347,27 +8533,27 @@ msgstr "ОГРАНИЧЕНИЕ" #: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 #: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 #: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:245 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:249 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1192 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:157 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 #: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "Метка" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "Линия метки" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:98 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:111 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "Тип метки" @@ -8379,7 +8565,7 @@ msgstr "Метка уже существует" msgid "Label for your query" msgstr "Метка для вашего запроса" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 msgid "Label position" msgstr "Положение метки" @@ -8391,11 +8577,11 @@ msgstr "Порог метки" msgid "Labelling" msgstr "Маркировка" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "Метки" @@ -8422,11 +8608,11 @@ msgstr "Большой" msgid "Last" msgstr "Последний" -#: superset/connectors/sqla/views.py:482 superset/views/database/mixins.py:190 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "Дата изменения" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "Дата изменения" @@ -8446,19 +8632,19 @@ msgid "Last available value seen on %s" msgstr "Последнее доступное значение: %s" #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 -#: superset-frontend/src/pages/ChartList/index.tsx:436 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:177 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:377 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "Последнее изменение" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "Автор изменений %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:268 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "Последнее изменение" @@ -8471,7 +8657,7 @@ msgstr "Широта" msgid "Latitude of default viewport" msgstr "Широта для области просмотра" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:767 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "Настройки слоя" @@ -8499,14 +8685,15 @@ msgid "" "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:708 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:567 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "Измененные давно" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "Слева" @@ -8575,7 +8762,7 @@ msgstr "Устарел" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "Легенда" @@ -8583,7 +8770,7 @@ msgstr "Легенда" msgid "Legend Format" msgstr "Формат легенды" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 msgid "Legend Orientation" msgstr "Ориентация легенды" @@ -8591,7 +8778,7 @@ msgstr "Ориентация легенды" msgid "Legend Position" msgstr "Расположение легенды" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "Тип легенды" @@ -8634,7 +8821,7 @@ msgstr "Достигнут предел" msgid "Limit selector values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:98 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 msgid "Limit type" msgstr "Тип ограничения" @@ -8671,17 +8858,17 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "Линейный" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "Линейный график" @@ -8694,7 +8881,7 @@ msgstr "Линейный график (устарело)" msgid "Line Style" msgstr "Тип линии" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 msgid "" "Line chart is used to visualize measurements taken over a given category." " Line chart is a type of chart which displays information as a series of " @@ -8712,7 +8899,7 @@ msgid "Line interpolation as defined by d3.js" msgstr "Линейная интерполяция, определенная в d3.js" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:715 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "Толщина линии" @@ -8740,8 +8927,8 @@ msgstr "Столбец с временем" msgid "Lines encoding" msgstr "Направление сортировки" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:217 -#: superset-frontend/src/views/CRUD/hooks.ts:629 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 msgid "Link Copied!" msgstr "Ссылка скопирована" @@ -8754,7 +8941,8 @@ msgid "List Unique Values" msgstr "Список уникальных значений" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 -msgid "List of extra columns made available in Javascript functions" +#, fuzzy +msgid "List of extra columns made available in JavaScript functions" msgstr "Список дополнительных столбцов, доступных в функциях Javascript" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 @@ -8773,12 +8961,7 @@ msgstr "" "Список числовых значений для отображения в виде треугольников на графике." " Например, 10,20,30" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:251 -#, fuzzy -msgid "List refreshed" -msgstr "Данные обновлены" - -#: superset-frontend/src/components/TableSelector/index.tsx:190 +#: superset-frontend/src/components/TableSelector/index.tsx:187 msgid "List updated" msgstr "Список обновлен" @@ -8802,29 +8985,34 @@ msgstr "Данные загружены в кэш" msgid "Loaded from cache" msgstr "Загружено из кэша" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 msgid "Loading" msgstr "Загрузка" #: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 #: superset-frontend/src/components/Select/AsyncSelect.tsx:495 -#: superset-frontend/src/components/Select/Select.tsx:452 +#: superset-frontend/src/components/Select/Select.tsx:470 #: superset-frontend/src/components/Select/utils.tsx:152 #: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 #: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "Загрузка..." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "создать новый график" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "Логарифмическая шкала" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:411 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "Хранение журнала" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:199 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 msgid "Logarithmic axis" msgstr "Логарифмическая ось" @@ -8839,28 +9027,28 @@ msgstr "Логарифмическая шкала для вторичной ос #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:223 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "Логарифмическая ось Y" -#: superset-frontend/src/views/components/RightMenu.tsx:578 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "Вход в систему" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:155 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 msgid "Login with" msgstr "Войти при помощи" -#: superset-frontend/src/views/components/RightMenu.tsx:502 +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "Выход из системы" @@ -8868,7 +9056,7 @@ msgstr "Выход из системы" msgid "Logs" msgstr "Записи" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:674 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 msgid "Long dashed" msgstr "Длинный штрих" @@ -8907,11 +9095,11 @@ msgstr "МАЙ" msgid "MON" msgstr "ПН" -#: superset/connectors/sqla/views.py:491 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "Основной столбец с временем" -#: superset-frontend/src/components/Chart/ChartRenderer.jsx:282 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 msgid "" "Make sure that the controls are configured properly and the datasource " "contains data for the selected time range" @@ -8919,31 +9107,31 @@ msgstr "" "Убедитесь, что настройки графика верно сконфигурированы и источник данных" " содержит данные для выбранного временного интервала." -#: superset/views/core.py:1703 +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "Некорректный запрос. Ожидаются аргументы slice_id или table_name и db_name" -#: superset/initialization/__init__.py:273 -#: superset/initialization/__init__.py:285 -#: superset/initialization/__init__.py:336 -#: superset/initialization/__init__.py:392 -#: superset/initialization/__init__.py:405 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Управление" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:357 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 msgid "Manage email report" msgstr "Управление рассылкой по почте" -#: superset-frontend/src/components/EmptyState/index.tsx:236 +#: superset-frontend/src/components/EmptyState/index.tsx:230 msgid "Manage your databases" msgstr "Управляйте своими базами данных" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:776 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:814 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "Обязательно" @@ -8988,7 +9176,7 @@ msgstr "Стиль карты" msgid "MapBox" msgstr "Mapbox" -#: superset/viz.py:2319 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "Mapbox" @@ -8996,28 +9184,28 @@ msgstr "Mapbox" msgid "March" msgstr "Март" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "Отступ" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:346 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 msgid "Mark a column as temporal in \"Edit datasource\" modal" msgstr "Присвойте столбцу формат даты/времени в настройках датасета" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:138 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "Маркер" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "Размер маркера" @@ -9046,7 +9234,7 @@ msgid "Markup type" msgstr "Тип разметки" #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 #: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "Максимум" @@ -9061,7 +9249,7 @@ msgid "Max Events" msgstr "Лимит событий" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1108 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "Максимум" @@ -9073,19 +9261,25 @@ msgstr "Максимальный размер шрифта" msgid "Maximum Radius" msgstr "Максимальный радиус" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 -msgid "Maximum value on the gauge axis" -msgstr "Максимальное значение индикатора" - #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +#, fuzzy msgid "" -"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"Maximum radius size of the circle, in pixels. As the zoom level changes, " "this insures that the circle respects this maximum radius." msgstr "" "Максимальный размер радиуса окружности (в пикселях). При изменении уровня" " масштабирования это гарантирует, что окружность соответствует этому " "максимальному радиусу" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Суммарные значения" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 +msgid "Maximum value on the gauge axis" +msgstr "Максимальное значение индикатора" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 msgid "May" msgstr "Май" @@ -9132,8 +9326,8 @@ msgstr "Средний" msgid "Menu actions trigger" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:231 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:416 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "Содержимое сообщения" @@ -9141,12 +9335,12 @@ msgstr "Содержимое сообщения" msgid "Metadata" msgstr "Метаданные" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:450 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:454 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "Параметры метаданных" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "Метаданные синхронизированы" @@ -9163,17 +9357,17 @@ msgstr "Метод" #: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1191 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:122 -#: superset/connectors/sqla/views.py:251 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "Мера" -#: superset/connectors/sqla/models.py:1246 -#: superset/connectors/sqla/models.py:1801 superset/models/helpers.py:1177 -#: superset/models/helpers.py:1433 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "Мера '%(metric)s' не существует" @@ -9212,7 +9406,7 @@ msgstr "Мера для значений вершин" msgid "Metric name" msgstr "Имя меры" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "Дубль имени меры [%s]" @@ -9273,10 +9467,11 @@ msgid "" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1356 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:394 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/sqla/views.py:208 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "Меры" @@ -9289,7 +9484,7 @@ msgstr "" "Меры, для которых должен отображаться процент от общего числа. " "Вычисляется только из данных в пределах ограничения по строкам." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 msgid "Middle" msgstr "Середина" @@ -9322,19 +9517,19 @@ msgstr "Минимальная ширина" msgid "Min periods" msgstr "Минимальный период" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 msgid "Min/max (no outliers)" msgstr "Мин/макс (без выбросов)" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:153 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:251 +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "Мои" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1102 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "Минимум" @@ -9359,12 +9554,17 @@ msgstr "" "масштаба это гарантирует, что окружность соответствует этому минимальному" " радиусу." -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "Минимальный порог в процентных пунктах для отображения меток" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Суммарные значения" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "Минимальное значение метки для отображения на графике." @@ -9374,16 +9574,16 @@ msgid "Minimum value on the gauge axis" msgstr "Минимальное значение индикатора" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:219 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "Разметка полотна линиями" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "Минута" @@ -9402,40 +9602,42 @@ msgstr "Пропущенные параметры URL" msgid "Missing dataset" msgstr "Отсутствующий датасет" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Chart" msgstr "Смешанный график" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "Смешанная диаграмма временных рядов" #: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:327 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:368 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:360 -#: superset/connectors/sqla/views.py:368 superset/connectors/sqla/views.py:496 -#: superset/views/dashboard/mixin.py:86 superset/views/dashboard/views.py:194 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 #: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "Изменено" -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:158 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:163 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:123 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "Изменено %s" #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 -#: superset-frontend/src/pages/ChartList/index.tsx:422 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:306 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:378 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "Кем изменено" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:766 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "Изменённые столбцы: %s" @@ -9444,7 +9646,7 @@ msgstr "Изменённые столбцы: %s" msgid "Monday" msgstr "Понедельник" -#: superset/db_engine_specs/base.py:112 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "Месяц" @@ -9453,11 +9655,11 @@ msgstr "Месяц" msgid "Months %s" msgstr "Месяцев %s" -#: superset-frontend/src/components/DropdownContainer/index.tsx:122 +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 msgid "More" msgstr "Подробнее" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:182 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 #, fuzzy msgid "More filters" msgstr "Временной фильтр" @@ -9486,17 +9688,17 @@ msgstr "Многослойный" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "Многоуровневый" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 #: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "Несколько переменных" @@ -9547,15 +9749,19 @@ msgstr "Должно быть уникальным" msgid "Must choose either a chart or a dashboard" msgstr "Выберите график или дашборд" -#: superset/viz.py:2343 +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1749 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "Должен быть указан хотя бы один числовой столбец" -#: superset/connectors/sqla/models.py:1555 superset/models/helpers.py:1765 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "Необходимо указать значение для фильтров с операторами сравнения" @@ -9572,12 +9778,12 @@ msgstr "Мой столбец" msgid "My metric" msgstr "Моя мера" -#: superset-frontend/src/constants.ts:147 +#: superset-frontend/src/constants.ts:139 #: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "Пусто" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 msgid "NOT GROUPED BY" msgstr "" @@ -9589,28 +9795,29 @@ msgstr "НОЯ" msgid "NOW" msgstr "СЕЙЧАС" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:138 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 msgid "NUMERIC" msgstr "Числовой (NUMERIC/DECIMAL)" #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:150 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:760 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:772 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:130 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:338 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:274 -#: superset/connectors/sqla/views.py:362 superset/views/chart/mixin.py:86 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "Имя" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:762 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "Имя обязательно" @@ -9642,7 +9849,7 @@ msgstr "Имя столбца id" msgid "Name of the source nodes" msgstr "Имя исходных вершин" -#: superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "Имя таблицы, которая существует в базе данных" @@ -9650,15 +9857,15 @@ msgstr "Имя таблицы, которая существует в базе msgid "Name of the target nodes" msgstr "Имя конечных вершин" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:66 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "Дайте имя базе данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:100 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 msgid "Need help? Learn how to connect your database" msgstr "Нужна помощь? Узнайте, как подключаться к вашей базе данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:146 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 msgid "Need help? Learn more about" msgstr "Нужна помощь? Узнайте больше о" @@ -9666,8 +9873,8 @@ msgstr "Нужна помощь? Узнайте больше о" msgid "Network error" msgstr "Ошибка сети" -#: superset-frontend/src/components/Chart/chartReducer.ts:107 -#: superset-frontend/src/components/Chart/chartReducer.ts:168 +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 msgid "Network error." msgstr "Ошибка сети." @@ -9675,16 +9882,16 @@ msgstr "Ошибка сети." msgid "New chart" msgstr "Новый график" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:776 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "Добавленные столбцы: %s" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:36 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 msgid "New dataset" msgstr "Новый датасет" -#: superset-frontend/src/views/CRUD/data/dataset/DuplicateDatasetModal.tsx:66 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 msgid "New dataset name" msgstr "Новое имя датасета" @@ -9697,7 +9904,7 @@ msgstr "Новый набор фильтров" msgid "New header" msgstr "Подзаголовок" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:320 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "Новая вкладка" @@ -9711,8 +9918,8 @@ msgstr "Новая вкладка (CTRL + Q)" msgid "New tab (Ctrl + t)" msgstr "Новая вкладка (CTRL + T)" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:134 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:114 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "Следующий" @@ -9725,17 +9932,17 @@ msgstr "Диаграмма Найтингейл" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 #: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 -#: superset-frontend/src/pages/ChartList/index.tsx:569 -#: superset-frontend/src/pages/ChartList/index.tsx:678 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:462 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:544 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:465 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:485 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:577 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "Нет" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:440 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "Пока нет %s" @@ -9744,7 +9951,7 @@ msgstr "Пока нет %s" msgid "No Access!" msgstr "Нет доступа!" -#: superset-frontend/src/components/ListView/ListView.tsx:417 +#: superset-frontend/src/components/ListView/ListView.tsx:420 #: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "Нет данных" @@ -9753,31 +9960,32 @@ msgstr "Нет данных" msgid "No Results" msgstr "Нет результатов" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:114 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 msgid "No annotation layers" msgstr "Нет слоев аннотаций" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:314 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "Пока нет слоев аннотаций" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:242 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "Пока нет аннотаций" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:186 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 msgid "No applied filters" msgstr "Фильтры не применены" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:148 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 msgid "No available filters." msgstr "Нет доступных фильтров." +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 #: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "Нет графиков" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:34 +#: superset-frontend/src/features/home/EmptyState.tsx:34 #, fuzzy msgid "No charts yet" msgstr "Нет графиков" @@ -9786,16 +9994,21 @@ msgstr "Нет графиков" msgid "No columns" msgstr "Нет столбцов" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Столбцы формата дата/время не найдены" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "Не найдено подходящих столбцов" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:93 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 #, fuzzy msgid "No compatible datasets found" msgstr "Не найдено подходящих столбцов" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:324 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 #, fuzzy msgid "No compatible schema found" msgstr "Не найдено подходящих столбцов" @@ -9804,14 +10017,14 @@ msgstr "Не найдено подходящих столбцов" msgid "No dashboards" msgstr "Нет дашбордов" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:35 +#: superset-frontend/src/features/home/EmptyState.tsx:35 #, fuzzy msgid "No dashboards yet" msgstr "Нет дашбордов" #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 -#: superset-frontend/src/components/Table/index.tsx:261 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:263 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 #: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "Нет данных" @@ -9826,11 +10039,11 @@ msgstr "" msgid "No data in file" msgstr "В файле нет данных" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:247 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 msgid "No database tables found" msgstr "Не найдено таблиц в базе данных" -#: superset-frontend/src/components/EmptyState/index.tsx:234 +#: superset-frontend/src/components/EmptyState/index.tsx:228 msgid "No databases match your search" msgstr "Нет баз данных, удовлетворяющих вашему поиску" @@ -9838,19 +10051,23 @@ msgstr "Нет баз данных, удовлетворяющих вашему msgid "No description available." msgstr "Описание отсутствует." -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" "Пока нет избранных графиков, для добавления в избранное нажмите на " "звездочку рядом с графиком" -#: superset-frontend/src/profile/components/Favorites.tsx:74 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" "Пока нет избранных дашбордов, для добавления в избранное нажмите на " "звездочку рядом с дашбордом" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:948 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 #: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" @@ -9860,16 +10077,11 @@ msgstr "Без фильтрации" msgid "No filter is selected." msgstr "Не выбраны фильтры." -#: superset-frontend/src/components/Table/index.tsx:258 +#: superset-frontend/src/components/Table/index.tsx:200 msgid "No filters" msgstr "Нет фильтров" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:247 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:289 -msgid "No filters are currently added" -msgstr "Не применено ни одного фильтра" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:121 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 msgid "No filters are currently added to this dashboard." msgstr "Не применено ни одного фильтра к данному дашборду." @@ -9877,7 +10089,12 @@ msgstr "Не применено ни одного фильтра к данном msgid "No form settings were maintained" msgstr "Конфигурация графика не сохранилась" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +#, fuzzy +msgid "No global filters are currently added" +msgstr "Не применено ни одного фильтра" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #, fuzzy msgid "No matching records found" msgstr "Записи не найдены" @@ -9886,12 +10103,12 @@ msgstr "Записи не найдены" msgid "No of Bins" msgstr "Количество столбцов" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:36 +#: superset-frontend/src/features/home/EmptyState.tsx:36 #, fuzzy msgid "No recents yet" msgstr "недавние(их)" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:201 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "Записи не найдены" @@ -9906,11 +10123,11 @@ msgstr "Нет результатов" msgid "No results found" msgstr "Записи не найдены" -#: superset-frontend/src/components/ListView/ListView.tsx:408 +#: superset-frontend/src/components/ListView/ListView.tsx:411 msgid "No results match your filter criteria" msgstr "Не найдено результатов по вашим критериям" -#: superset-frontend/src/components/Chart/ChartRenderer.jsx:279 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 #: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 msgid "No results were returned for this query" msgstr "Не было получено данных по этому запросу" @@ -9925,7 +10142,7 @@ msgstr "" "результаты, убедитесь, что все фильтры настроены правильно и источник " "данных содержит записи для заданного временного интервала." -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:291 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 msgid "No rows were returned for this dataset" msgstr "Не было получено данных для этого датасета" @@ -9933,17 +10150,17 @@ msgstr "Не было получено данных для этого датас msgid "No samples were returned for this dataset" msgstr "Не было получено данных для этого датасета" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:291 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:309 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 msgid "No saved expressions found" msgstr "Не найдено сохраненных выражений" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:376 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 msgid "No saved metrics found" msgstr "Не найдено сохраненных мер" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:37 +#: superset-frontend/src/features/home/EmptyState.tsx:37 #, fuzzy msgid "No saved queries yet" msgstr "сохраненные(ых) запросы(ов)" @@ -9952,20 +10169,20 @@ msgstr "сохраненные(ых) запросы(ов)" msgid "No stored results found, you need to re-run your query" msgstr "Не найдены сохраненные результаты, необходимо повторно выполнить запрос" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:338 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" "Такой столбец не найден. Чтобы фильтровать по мере, попробуйте " "использовать вкладку Свой SQL." -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:67 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 #, fuzzy msgid "No table columns" msgstr "Нет столбцов формата дата/время" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:290 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:308 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:343 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 msgid "No temporal columns found" msgstr "Столбцы формата дата/время не найдены" @@ -9994,7 +10211,7 @@ msgid "Node size" msgstr "Размер вершины" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 @@ -10004,15 +10221,15 @@ msgstr "Размер вершины" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:83 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 #: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:559 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 #: superset-frontend/src/explore/controlPanels/sections.tsx:134 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:120 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "Пусто" @@ -10046,9 +10263,9 @@ msgstr "Не временные ряды" msgid "Not added to any dashboard" msgstr "Не добавлен ни в один дашборд" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:328 #: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 #: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 msgid "Not available" msgstr "Не доступно" @@ -10061,11 +10278,11 @@ msgstr "Не равно (≠)" msgid "Not in" msgstr "аннотация" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:113 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "Не пусто" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:66 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "Условие не выполнялось" @@ -10073,13 +10290,13 @@ msgstr "Условие не выполнялось" msgid "Not up to date" msgstr "Не актуально" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "Не срабатывало" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:303 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:423 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "Способ уведомления" @@ -10126,16 +10343,16 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "Числовой формат" @@ -10196,7 +10413,7 @@ msgstr "" msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:316 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "Числовой диапазон" @@ -10204,15 +10421,15 @@ msgstr "Числовой диапазон" msgid "OCT" msgstr "ОКТ" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 #: superset-frontend/src/components/Modal/Modal.tsx:231 -#: superset-frontend/src/components/Table/index.tsx:256 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:848 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "ОК" -#: superset-frontend/src/components/ImportModal/index.tsx:209 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1206 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "ПЕРЕЗАПИСАТЬ" @@ -10220,16 +10437,16 @@ msgstr "ПЕРЕЗАПИСАТЬ" msgid "October" msgstr "Октябрь" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:144 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:178 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "Оффлайн" -#: superset/connectors/sqla/views.py:486 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "Смещение" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:67 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "На перерыве" @@ -10318,13 +10535,13 @@ msgstr "" msgid "One or more parameters specified in the query are missing." msgstr "Один или несколько параметров, указанных в запросе, отсутствуют" -#: superset/views/core.py:1970 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:59 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "Один или несколько слоев аннотации не удалось загрузить." @@ -10332,19 +10549,27 @@ msgstr "Один или несколько слоев аннотации не у msgid "Only SELECT statements are allowed against this database." msgstr "Только SELECT запросы доступны для этой базы данных." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "Только общий итог" -#: superset/connectors/sqla/utils.py:122 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "Доступны только SELECT запросы" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "Фильтр будет применён только к выбранным панелям" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" @@ -10352,7 +10577,7 @@ msgstr "" "Показывать только общий итог для столбцов с накоплением, и не показывать " "промежуточные итоги для каждой категории внутри столбца." -#: superset/connectors/sqla/utils.py:131 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "Поддерживаются только одиночные запросы" @@ -10369,13 +10594,13 @@ msgstr "Произошла ошибка!" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "Прозрачность" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" @@ -10391,21 +10616,21 @@ msgstr "Непрозрачность диаграммы областей" msgid "Opacity, expects values between 0 and 100" msgstr "Непрозрачность, принимаются значения от 0 до 100" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:643 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "Открыть вкладку источника данных" #: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:142 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:122 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "Открыть в SQL редакторе" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:335 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "Открыть в SQL редакторе" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 #: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " @@ -10428,7 +10653,7 @@ msgstr "Оператор" msgid "Operator undefined for aggregator: %(name)s" msgstr "Оператор не определен для агрегатора: %(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:371 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." @@ -10448,17 +10673,11 @@ msgstr "Формат числовой строки" msgid "Optional name of the data column." msgstr "Необязательное имя столбца данныхэ" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:977 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1242 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "Необязательное предупреждение об использовании этой меры" -#: superset/connectors/sqla/views.py:329 +#: superset/connectors/sqla/views.py:328 msgid "Optionally add a detailed description" msgstr "" @@ -10470,13 +10689,14 @@ msgstr "" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:374 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:67 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "Опции" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:868 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "Или выберите из списка других поддерживаемых баз данных:" @@ -10494,11 +10714,11 @@ msgstr "Упорядочить результаты по выбранным ст msgid "Ordering" msgstr "Упорядочивание" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 msgid "Orientation" msgstr "Ориентация" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 msgid "Orientation of bar chart" msgstr "Ориентация диаграммы" @@ -10515,12 +10735,12 @@ msgstr "Ориентация дерева" msgid "Original" msgstr "Исходные данные" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:212 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "Расположение столбцов как в исходной таблице" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:135 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 #: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 #: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" @@ -10533,8 +10753,9 @@ msgstr "Перпендикулярно" # здесь идет речь про прочие категории графиков, помимо основных категорий #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:443 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:888 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 #: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "Прочее" @@ -10544,11 +10765,11 @@ msgstr "Прочее" msgid "Outdoors" msgstr "Туристический режим" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:205 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "Внешний радиус" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "Внешний радиус круговой диаграммы" @@ -10584,29 +10805,29 @@ msgid "" "boundary of each cell." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 msgid "Override time grain" msgstr "Переопределить единицу времени" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 msgid "Override time range" msgstr "Переопределить временной интервал" -#: superset-frontend/src/components/ImportModal/index.tsx:281 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 #: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:245 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "Перезаписать" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:246 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:193 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "Перезаписать и исследовать" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:183 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "Перезаписать дашборд [%s]" @@ -10619,35 +10840,39 @@ msgstr "Перезаписать повторяющиеся столбцы" msgid "Overwrite existing" msgstr "Перезаписать существующий" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:272 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "Вставить этот запрос в редактор SQL" -#: superset-frontend/src/pages/ChartList/index.tsx:578 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:478 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:504 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "Владелец" #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:406 -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:420 -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:439 -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:453 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:407 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:410 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:454 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:457 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:174 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:397 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:349 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:393 -#: superset/connectors/sqla/views.py:490 superset/views/chart/mixin.py:83 -#: superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "Владельцы" @@ -10656,12 +10881,12 @@ msgstr "Владельцы" msgid "Owners are invalid" msgstr "Неверный список владельцев" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "Владельцы – это список пользователей, которые могут изменять дашборд." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:468 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." @@ -10669,7 +10894,7 @@ msgstr "" "Владельцы – это список пользователей, которые могут изменять дашборд. " "Можно искать по имени или никнейму." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:399 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "Размер страницы" @@ -10696,7 +10921,7 @@ msgid "Pandas resample rule" msgstr "Правило ресемплирования данных библиотеки Pandas" #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 -#: superset/viz.py:2216 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -10705,7 +10930,7 @@ msgid "Parameter error" msgstr "Ошибка параметра" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset/views/chart/mixin.py:84 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "Параметры" @@ -10728,10 +10953,10 @@ msgstr "Парсинг дат" #: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "Покомпонентное сравнение" @@ -10740,7 +10965,7 @@ msgstr "Покомпонентное сравнение" msgid "Partition Chart" msgstr "Partition Diagram" -#: superset/viz.py:3069 +#: superset/viz.py:3071 #, fuzzy msgid "Partition Diagram" msgstr "Partition Diagram" @@ -10759,29 +10984,30 @@ msgid "" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:168 -#: superset/db_engine_specs/base.py:1734 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "Пароль" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:221 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 msgid "Paste Private Key here" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 #, fuzzy msgid "Paste content of service credentials JSON file here" msgstr "Скопировать и вставить .json файл сервисного аккаунта сюда" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "Паттерн" @@ -10789,9 +11015,9 @@ msgstr "Паттерн" msgid "Percent Change" msgstr "Процентное изменение" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 msgid "Percentage" msgstr "Процентная доля" @@ -10810,9 +11036,9 @@ msgstr "Процентное изменение" msgid "Percentage metrics" msgstr "Процентные меры" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "Процентный порог" @@ -10824,13 +11050,13 @@ msgstr "Процентный порог" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 #: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "Проценты" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:219 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 msgid "Performance" msgstr "Производительность" @@ -10851,29 +11077,30 @@ msgstr "Периоды" msgid "Periods must be a whole number" msgstr "Периоды должны быть целым числом" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:271 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "Лицо или группа, которые утвердили этот график" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:617 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "Лицо или группа, которые утвердили этот дашборд" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:327 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1218 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "Лицо или группа, которые утвердили этот показатель" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1108 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:564 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "Физический" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "Физический (таблица или представление)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:277 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "Физический датасет" @@ -10882,37 +11109,37 @@ msgstr "Физический датасет" msgid "Pick a dimension from which categorical colors are defined" msgstr "Выберите измерение, на основе которого определяются категориальные цвета" -#: superset/viz.py:766 +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" "Выберите степень детализации в разделе Время или снимите флажок " "\"Включить время\"." -#: superset/viz.py:1602 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "Выберите меру для левой оси" -#: superset/viz.py:1604 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "Выберите меру для правой оси" -#: superset/viz.py:1192 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "Выберите меру для x, y и размера" -#: superset/viz.py:1231 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "Выберите меру для отображения" -#: superset/viz.py:1257 superset/viz.py:1291 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "Выберите меру!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "Выберите имя для базы данных." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 msgid "Pick a nickname for how the database will display in Superset." msgstr "Выберите имя для базы данных, которое будет отображаться в Суперсете." @@ -10920,27 +11147,27 @@ msgstr "Выберите имя для базы данных, которое б msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1387 superset/viz.py:1650 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "Выберите временную детализацию для вашего временного ряда" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:558 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "Выберите название для вашей аннотации" -#: superset/viz.py:1812 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:854 superset/viz.py:1810 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "Выберите хотя бы одну меру" -#: superset/viz.py:1940 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:569 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -10953,11 +11180,11 @@ msgid "Pick your favorite markup language" msgstr "Выберите свой любимый язык разметки" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "Круговая диаграмма" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "Форма круговой диаграммы" @@ -10969,8 +11196,8 @@ msgstr "Закрепить" msgid "Pivot Options" msgstr "Параметры сводной таблицы" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 -#: superset/viz.py:891 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "Сводная таблица" @@ -10998,11 +11225,11 @@ msgstr "Высота каждого ряда (в пикселях)" msgid "Pixels" msgstr "Пиксели" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 msgid "Plain" msgstr "Отобразить все" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:667 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 msgid "Please DO NOT overwrite the \"filter_scopes\" key." msgstr "" @@ -11010,7 +11237,7 @@ msgstr "" msgid "Please apply filter changes" msgstr "Пожалуйста, примените изменения фильтров" -#: superset/sqllab/query_render.py:121 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " @@ -11021,9 +11248,9 @@ msgstr "" "Затем попробуйте повторно выполнить запрос." #: superset/db_engine_specs/athena.py:56 -#: superset/db_engine_specs/bigquery.py:191 -#: superset/db_engine_specs/postgres.py:140 -#: superset/db_engine_specs/snowflake.py:113 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " @@ -11032,7 +11259,7 @@ msgstr "" "Пожалуйста, проверьте ваш запрос на синтаксические ошибки возле символа " "\"%(syntax_error)s\". Затем выполните запрос заново." -#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:168 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " @@ -11041,7 +11268,7 @@ msgstr "" "Пожалуйста, проверьте ваш запрос на наличие синтаксических ошибок рядом с" " \"%(server_error)s\". Затем выполните запрос заново" -#: superset/sqllab/query_render.py:38 superset/views/core.py:197 +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 msgid "" "Please check your template parameters for syntax errors and make sure " "they match across your SQL query and Set Parameters. Then, try running " @@ -11051,35 +11278,39 @@ msgstr "" "ошибок и убедитесь, что они совпадают с вашим SQL-запросом и заданными " "параметрами. Затем попробуйте выполнить свой запрос еще раз." -#: superset/viz.py:908 +#: superset/viz.py:911 msgid "Please choose at least one 'Group by' field" msgstr "Выберите хотя бы одно поле \"Группировать по\"" -#: superset/viz.py:3227 +#: superset/viz.py:3229 #, fuzzy msgid "Please choose at least one groupby" msgstr "Выберите хотя бы одно поле \"Группировать по\"" -#: superset/viz.py:920 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "Выберите хотя бы одну меру" -#: superset/viz.py:1607 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "Выберите разные меры для левой и правой осей" -#: superset-frontend/src/pages/ChartList/ChartCard.tsx:80 -#: superset-frontend/src/pages/ChartList/index.tsx:476 -#: superset-frontend/src/pages/ChartList/index.tsx:796 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:297 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:357 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:327 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:104 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:370 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:650 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:768 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:503 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "Пожалуйста, подтвердите действие" @@ -11087,7 +11318,7 @@ msgstr "Пожалуйста, подтвердите действие" msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:597 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "Введите SQLAlchemy URI для тестирования" @@ -11095,11 +11326,11 @@ msgstr "Введите SQLAlchemy URI для тестирования" msgid "Please filter set name" msgstr "Введите имя набора фильтров" -#: superset/db_engine_specs/postgres.py:104 +#: superset/db_engine_specs/postgres.py:125 msgid "Please re-enter the password." msgstr "Пожалуйста, введите пароль еще раз" -#: superset-frontend/src/views/CRUD/hooks.ts:423 +#: superset-frontend/src/views/CRUD/hooks.ts:435 msgid "Please re-export your file and try importing again" msgstr "" @@ -11127,11 +11358,11 @@ msgstr "" "Пожалуйста, сначала сохраните дашборд перед тем, как создавать новую " "рассылку." -#: superset-frontend/src/pages/ChartCreation/index.tsx:415 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "Пожалуйста, для продолжения выберите и датасет, и тип графика" -#: superset/viz.py:1190 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "" @@ -11146,7 +11377,7 @@ msgid "" "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:271 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "Плагины" @@ -11218,13 +11449,13 @@ msgstr "Скопировать ссылку" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:57 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "Популярно" @@ -11237,19 +11468,19 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 msgid "Port" msgstr "Порт" #: superset/db_engine_specs/mssql.py:98 -#: superset/db_engine_specs/postgres.py:114 -#: superset/db_engine_specs/presto.py:645 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 #: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "Порт %(port)s хоста \"%(hostname)s\" отказал в подключении." -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 #, fuzzy msgid "Position JSON" msgstr "" @@ -11263,30 +11494,31 @@ msgid "Position of column level subtotal" msgstr "Расположение промежуточного итога на уровне столбца" #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 -msgid "Position of intermidiate node label on tree" -msgstr "" +#, fuzzy +msgid "Position of intermediate node label on tree" +msgstr "Расположение метки дочерней вершины на дереве" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "Расположение промежуточного итога на уровне строки" -#: superset-frontend/src/views/components/RightMenu.tsx:512 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "На базе Apache Superset" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:937 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "Предварительная фильтрация" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:902 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "Предварительно выбрать доступные значения для фильтра" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:652 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "Предварительная фильтрация обязательна" -#: superset/connectors/sqla/views.py:441 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -11295,13 +11527,13 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "Прогноз" @@ -11323,12 +11555,12 @@ msgid "Preview: `%s`" msgstr "Предпросмотр «%s»" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:126 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:106 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "Предыдущий" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 msgid "Previous Line" msgstr "Предыдущая строка" @@ -11337,7 +11569,7 @@ msgid "Primary" msgstr "Первичная" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "Основная мера" @@ -11353,15 +11585,15 @@ msgstr "Первичная или вторичная ось Y" msgid "Primary y-axis format" msgstr "Формат первичной оси Y" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:217 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 msgid "Private Key" msgstr "Приватный ключ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 msgid "Private Key & Password" msgstr "Приватный ключ и пароль" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 msgid "Private Key Password" msgstr "Пароль приватного ключа" @@ -11369,7 +11601,7 @@ msgstr "Пароль приватного ключа" msgid "Proceed" msgstr "Продолжить" -#: superset-frontend/src/views/components/RightMenu.tsx:493 +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "Профиль" @@ -11378,11 +11610,12 @@ msgid "Profile picture provided by Gravatar" msgstr "Изображение профиля, сгенерированное сервисом Gravatar" #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "Прогресс" #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "Постепенный" @@ -11397,24 +11630,24 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "Пропорция" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:316 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "Опубликовано" @@ -11422,16 +11655,16 @@ msgstr "Опубликовано" msgid "Purple" msgstr "Фиолетовый" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "Вынести метки наружу" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "Вынести метки за пределы диаграммы" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "Вынести метки за пределы диаграммы" @@ -11439,15 +11672,15 @@ msgstr "Вынести метки за пределы диаграммы" msgid "Put your code here" msgstr "Введите произвольный текст в формате html или markdown" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "Шаблон строки даты и времени Python" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1367 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:113 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "Квартал" @@ -11456,6 +11689,11 @@ msgstr "Квартал" msgid "Quarters %s" msgstr "Кварталов %s" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "запросы" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 @@ -11491,37 +11729,37 @@ msgstr "Кварталов %s" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1453 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:62 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 #: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:177 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 #: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "Запрос" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:378 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "Запрос %s: %s" @@ -11536,7 +11774,7 @@ msgstr "Запрос А" msgid "Query B" msgstr "Запрос Б" -#: superset/initialization/__init__.py:361 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "История запросов" @@ -11545,16 +11783,16 @@ msgid "Query does not exist" msgstr "Запрос не существует" #: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:95 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "История запросов" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:128 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 msgid "Query imported" msgstr "Запрос импортирован" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:462 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "Запрос в отдельной вкладке" @@ -11567,28 +11805,28 @@ msgstr "Запрос слишком тяжелый для выполнения msgid "Query mode" msgstr "Режим запроса" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:127 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "Имя запроса" #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:377 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "Предпросмотр запроса" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:419 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "Запрос прерван" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:468 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "Запрос прерван" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:284 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:286 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "ТИП ИНТЕРВАЛА" @@ -11596,15 +11834,15 @@ msgstr "ТИП ИНТЕРВАЛА" msgid "RGB Color" msgstr "Цвет RGB" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "Радар" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "Диаграмма радар" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" @@ -11625,18 +11863,18 @@ msgstr "Радиус в метрах" msgid "Radius in miles" msgstr "Радиус в милях" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:292 +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "Запущен %s" #: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Range" msgstr "Интервал" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:316 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "Диапазон" @@ -11660,7 +11898,7 @@ msgstr "Диапазоны для выделения с помощью зате #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "Ранжирование" @@ -11691,28 +11929,29 @@ msgstr "" msgid "Recent activity" msgstr "Последние действия" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:95 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "Недавно созданные графики, дашборды и сохраненные запросы" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:106 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "Недавно измененные графики, дашборды и сохраненные запросы" -#: superset-frontend/src/pages/ChartList/index.tsx:702 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:561 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "Измененные недавно" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:90 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "Недавно просмотренные графики, дашборды и сохраненные запросы" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:359 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "Недавние" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "Получатели, разделенные \",\" или \";\"" @@ -11728,11 +11967,11 @@ msgstr "Кол-во записей" msgid "Rectangle" msgstr "Прямоугольник" -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:573 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 msgid "Redo the action" msgstr "Повторить действие" @@ -11750,7 +11989,7 @@ msgstr "" "Уменьшает количество отрисованных делений на оси X. Если флажок " "установлен, некоторые метки могут быть не отображены. " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "Обратитесь к" @@ -11758,7 +11997,7 @@ msgstr "Обратитесь к" msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:546 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "Выполнить запрос повторно" @@ -11766,7 +12005,7 @@ msgstr "Выполнить запрос повторно" msgid "Refresh" msgstr "Обновить" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:261 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "Обновить дашборд" @@ -11783,23 +12022,23 @@ msgstr "Интервал обновления" msgid "Refresh interval saved" msgstr "Интервал обновления сохранен" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:250 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 msgid "Refresh table list" msgstr "Обновить список таблиц" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:251 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 msgid "Refresh tables" msgstr "Обновить таблицы" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1225 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "Обновить значения по умолчанию" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:168 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 msgid "Refreshing charts" msgstr "Обновление графиков" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 msgid "Refreshing columns" msgstr "Обновление столбцов" @@ -11808,7 +12047,7 @@ msgstr "Обновление столбцов" msgid "Regex" msgstr "Зеленая" -#: superset/connectors/sqla/views.py:330 +#: superset/connectors/sqla/views.py:329 #, fuzzy msgid "" "Regular filters add where clauses to queries if a user belongs to a role " @@ -11858,10 +12097,15 @@ msgstr "Обновить" msgid "Remind me in 24 hours" msgstr "Напомните мне через 24 часа" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:830 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "Удалить" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Задать область действия кросс-фильтра" + #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "Удалить недействующие фильтры" @@ -11870,15 +12114,15 @@ msgstr "Удалить недействующие фильтры" msgid "Remove item" msgstr "Удалить элемент" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:288 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "Удалить запрос из истории" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:240 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "Убрать предпросмотр таблицы" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "Удалённые столбцы: %s" @@ -11901,17 +12145,17 @@ msgstr "Заменить" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:57 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:574 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "Отчет" -#: superset-frontend/src/components/ReportModal/index.tsx:276 +#: superset-frontend/src/components/ReportModal/index.tsx:282 msgid "Report Name" msgstr "Имя отчета" @@ -11967,43 +12211,43 @@ msgstr "Параметры расписания отчета неверны." msgid "Report Schedule reached a working timeout." msgstr "Достигнут таймаут для отчета" -#: superset/reports/commands/exceptions.py:257 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "Состояние расписания отчета не найдено" -#: superset-frontend/src/views/components/RightMenu.tsx:564 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "Сообщить об ошибке" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "Рассылка не удалась" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:395 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "Имя отчета" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:407 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "Расписание отчета" -#: superset/reports/commands/exceptions.py:268 +#: superset/reports/commands/exceptions.py:273 msgid "Report schedule client error" msgstr "Возникла ошибка расписания отчета на стороне клиента" -#: superset/reports/commands/exceptions.py:262 +#: superset/reports/commands/exceptions.py:267 msgid "Report schedule system error" msgstr "Возникла ошибка расписания отчета на стороне системы" -#: superset/reports/commands/exceptions.py:272 +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "Неожиданная ошибка расписания отчета" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "Отчет выполняется" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "Отчет отправлен" @@ -12011,7 +12255,7 @@ msgstr "Отчет отправлен" msgid "Report updated" msgstr "Отчет обновлен" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:542 +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "Отчеты" @@ -12027,13 +12271,13 @@ msgstr "Сила отталкивания вершин" msgid "Request Permissions" msgstr "" -#: superset/charts/data/api.py:152 superset/charts/data/api.py:242 -#: superset/charts/data/api.py:308 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "Неверный запрос: %(error)s" -#: superset/charts/data/api.py:229 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "Запрос не является JSON" @@ -12052,7 +12296,7 @@ msgstr "Вышло время запроса" msgid "Required" msgstr "Обязательно" -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:341 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 msgid "Required control values have been removed" msgstr "Обязательные значения были удалены" @@ -12073,11 +12317,11 @@ msgstr "" msgid "Resample operation requires DatetimeIndex" msgstr "Для ресемплирования требуется индекс формата дата/время" -#: superset-frontend/src/components/Table/index.tsx:257 +#: superset-frontend/src/components/Table/index.tsx:199 msgid "Reset" msgstr "Сбросить" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:289 +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "Сбросить текущее состояние" @@ -12093,6 +12337,7 @@ msgstr "Источник не был найден." msgid "Restore Filter" msgstr "Восстановить фильтр" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 #: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 #: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 #: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 @@ -12105,8 +12350,8 @@ msgstr "Результаты" msgid "Results %s" msgstr "Результаты %s" -#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:60 -#: superset/views/core.py:2108 +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "Results backend не нестроен" @@ -12132,12 +12377,12 @@ msgstr "Поменять местами широту и долготу" msgid "Rich Tooltip" msgstr "Расширенная всплывающая подсказка" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "Расширенная всплывающая подсказка" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "Справа" @@ -12166,46 +12411,47 @@ msgstr "Справа налево" msgid "Right value" msgstr "Правое значение" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:231 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 msgid "Right-click on a dimension value to drill to detail by that value." msgstr "" -#: superset/dashboards/filters.py:199 +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "Роль" -#: superset/views/core.py:405 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" "Роль %(r)s была расширена для предоставления доступа к источнику данных " "%(ds)s" -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:373 -#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:387 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:474 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:365 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "Роли" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:488 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 +#, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " "access to a dashboard will bypass dataset level checks. If no roles are " -"defined, then the dashboard is available to all roles." +"defined, regular access permissions apply." msgstr "" "Список ролей, определяющий доступ к дашборду. Предоставляя доступ " "определенной роли, пользователь сможет обойти ограничения своей роли. " "Если роли не указаны, дашборд доступен всем ролям." -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 #, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " "access to a dashboard will bypass dataset level checks.If no roles are " -"defined then the dashboard is available to all roles." +"defined, regular access permissions apply." msgstr "" "Список ролей, определяющий доступ к дашборду. Предоставляя доступ " "определенной роли, пользователь сможет обойти ограничения своей роли. " @@ -12239,7 +12485,7 @@ msgstr "Скользящая средняя" msgid "Rolling window" msgstr "Скользящее окно" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 #: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "Корневой сертификат" @@ -12248,15 +12494,15 @@ msgstr "Корневой сертификат" msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 msgid "Rotate axis label" msgstr "Повернуть метки осей" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:128 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "Повернуть метку оси X" @@ -12269,12 +12515,12 @@ msgstr "Вращение для применения к словам в обла msgid "Round cap" msgstr "Закругление на концах" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "Строка" -#: superset/initialization/__init__.py:291 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "Безопасность на уровне строк" @@ -12296,7 +12542,7 @@ msgstr "" "(0, если первая строка в данных). Оставьте пустым, если заголовки " "отсутствуют." -#: superset/connectors/sqla/views.py:291 +#: superset/connectors/sqla/views.py:290 #, fuzzy msgid "Row level security filter" msgstr "Безопасность на уровне строк" @@ -12308,13 +12554,14 @@ msgstr "Лимит строк" #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:307 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "Строки" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:402 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "Строчек на странице, 0 означает все строки" @@ -12335,7 +12582,7 @@ msgstr "Строки для чтения" msgid "Rule" msgstr "Правило" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:53 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "Выполнить" @@ -12352,25 +12599,25 @@ msgstr "Выполните запрос для отображения резул msgid "Run in SQL Lab" msgstr "Открыть в SQL редакторе" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:300 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:310 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "Выполнить запрос" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:132 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "Выполнить запрос (Ctrl + Enter)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:281 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "Выполнить запрос на новой вкладке" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:51 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "Выполнить выбранное" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:132 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:173 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "Выполняется" @@ -12387,38 +12634,39 @@ msgstr "СБ" msgid "SEP" msgstr "СЕН" -#: superset-frontend/src/views/components/RightMenu.tsx:522 +#: superset-frontend/src/features/home/RightMenu.tsx:506 msgid "SHA" msgstr "" #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1082 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:312 -#: superset/initialization/__init__.py:349 -#: superset/initialization/__init__.py:357 -#: superset/initialization/__init__.py:366 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "SQL запрос скопирован!" -#: superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "SQL выражение" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:73 -#: superset/initialization/__init__.py:344 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "Лаборатория SQL" -#: superset/connectors/sqla/views.py:493 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:152 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -12440,40 +12688,44 @@ msgstr "" " Обратите внимание, что перед этим вам нужно будет закрыть другие окна " "Лаборатории SQL." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:402 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "SQL запрос" #: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1193 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "Выражение SQL" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:141 -#: superset-frontend/src/views/components/RightMenu.tsx:210 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "SQL запрос" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:76 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 #: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "SQLAlchemy URI" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 msgid "SSH Host" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:186 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 msgid "SSH Password" msgstr "Пароль SSH" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:121 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 msgid "SSH Port" msgstr "SSH порт" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 msgid "SSH Tunnel configuration parameters" msgstr "Параметры конфигурации SSH туннеля" @@ -12497,7 +12749,7 @@ msgstr "Параметры SSH туннеля недопустимы." msgid "SSH Tunneling is not enabled" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "Будет использовано шифрование SSL" @@ -12507,16 +12759,16 @@ msgstr "Будет использовано шифрование SSL" msgid "START (INCLUSIVE)" msgstr "НАЧАЛО (ВКЛЮЧИТЕЛЬНО)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:117 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:135 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:164 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:178 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 #, python-format msgid "STEP %(stepCurr)s OF %(stepLast)s" msgstr "ШАГ %(stepCurr)s ИЗ %(stepLast)s" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:137 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 msgid "STRING" msgstr "Строчный (STRING/VARCHAR)" @@ -12544,7 +12796,7 @@ msgstr "Не удалось получить примеры записей да msgid "Samples for datasource could not be retrieved." msgstr "Не удалось получить примеры записей для источника данных." -#: superset/viz.py:1932 +#: superset/viz.py:1935 msgid "Sankey" msgstr "Санкей" @@ -12572,59 +12824,58 @@ msgstr "Суббота" #: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 #: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:200 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:215 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:242 -#: superset-frontend/src/components/ReportModal/index.tsx:223 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:100 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 #: superset-frontend/src/dashboard/components/Header/index.jsx:609 -#: superset-frontend/src/dashboard/components/Header/index.jsx:611 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:103 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:216 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 #: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:491 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 #: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:457 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:218 -#: superset-frontend/src/explore/components/SaveModal.tsx:402 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:416 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 #: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:262 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:497 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:244 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:389 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:272 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:218 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1506 -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Сохранить" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:245 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "Сохранить и исследовать" -#: superset-frontend/src/explore/components/SaveModal.tsx:383 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "Сохранить и перейти к дашборду" -#: superset-frontend/src/explore/components/SaveModal.tsx:382 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 msgid "Save & go to new dashboard" msgstr "Сохранить и перейти к дашборду" -#: superset-frontend/src/explore/components/SaveModal.tsx:302 +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "Сохранить (Перезаписать)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:200 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:312 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Сохранить как" @@ -12637,19 +12888,19 @@ msgid "Save as dataset" msgstr "Сохранить как датасет" #: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:215 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "Сохранить как новый" -#: superset-frontend/src/explore/components/SaveModal.tsx:399 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "Сохранить как новый график" -#: superset-frontend/src/explore/components/SaveModal.tsx:310 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 msgid "Save as..." msgstr "Сохранить как..." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "Сохранить как:" @@ -12657,15 +12908,15 @@ msgstr "Сохранить как:" msgid "Save changes" msgstr "Сохранить изменения" -#: superset-frontend/src/explore/components/SaveModal.tsx:419 +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "Сохранить график" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:174 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "Сохранить дашборд" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:107 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 msgid "Save dataset" msgstr "Сохранить датасет" @@ -12677,7 +12928,7 @@ msgstr "Сохранить на время текущей сессии" msgid "Save or Overwrite Dataset" msgstr "Сохранить или перезаписать датасет" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:203 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "Сохранить запрос" @@ -12685,37 +12936,37 @@ msgstr "Сохранить запрос" msgid "Save the query to enable this feature" msgstr "Сохраните запрос для включения этой опции" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:247 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 #: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 msgid "Save this query as a virtual dataset to continue exploring" msgstr "Сохраните данный запрос как виртуальный датасет для создания графика" -#: superset-frontend/src/explore/components/SaveModal.tsx:401 +#: superset-frontend/src/explore/components/SaveModal.tsx:414 msgid "Save to new dashboard" msgstr "Сохранить в новый дашборд" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:263 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:358 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "Сохранено" -#: superset/initialization/__init__.py:353 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Сохраненные запросы" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:247 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "Сохраненные выражения" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:360 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "Сохраненная мера" -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:106 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:405 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "Сохраненные запросы" @@ -12746,17 +12997,17 @@ msgstr "Только масштабирование" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "Точечный" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "Точечная диаграмма" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 msgid "" "Scatter Plot has the horizontal axis in linear units, and the points are " "connected in order. It shows a statistical relationship between two " @@ -12764,16 +13015,16 @@ msgid "" msgstr "" #: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 -#: superset-frontend/src/components/ReportModal/index.tsx:300 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:277 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "Расписание" -#: superset-frontend/src/components/ReportModal/index.tsx:206 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Schedule a new email report" msgstr "Запланировать новую рассылку по почте" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:284 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "Запланировать рассылку по почте" @@ -12781,21 +13032,21 @@ msgstr "Запланировать рассылку по почте" msgid "Schedule query" msgstr "Сохранить запрос" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:410 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "Настройки расписания" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:502 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "Запланировать периодическое выполнение запроса" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:150 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:156 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:186 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "Запланировано" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:120 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "Запланировано на (часовой пояс UTC)" @@ -12803,43 +13054,43 @@ msgstr "Запланировано на (часовой пояс UTC)" msgid "Scheduled task executor not found" msgstr "Исполнитель регулярных отчетов не найден" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:320 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:540 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:288 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:446 -#: superset/connectors/sqla/views.py:484 superset/views/database/forms.py:144 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 #: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "Схема" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:247 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "Время жизни кэша схемы" -#: superset/views/core.py:1159 +#: superset/views/core.py:1164 msgid "Schema undefined" msgstr "Схема не определена" -#: superset/connectors/sqla/views.py:430 +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:419 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 msgid "Schemas allowed for File upload" msgstr "Схемы, в которые разрешена загрузка файлов" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:72 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 msgid "Scope" msgstr "Область" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:281 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "Область применения" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 msgid "Scroll" msgstr "Прокрутка" @@ -12847,17 +13098,18 @@ msgstr "Прокрутка" msgid "Scroll down to the bottom to enable overwriting changes. " msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:157 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 #: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 -#: superset-frontend/src/pages/ChartList/index.tsx:682 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:508 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:303 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:293 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:489 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:581 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:464 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "Поиск" @@ -12866,7 +13118,7 @@ msgstr "Поиск" msgid "Search / Filter" msgstr "Поиск / Фильтр" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:361 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "Поиск по мерам и столбцам" @@ -12878,20 +13130,25 @@ msgstr "Поиск по всем графикам" msgid "Search all filter options" msgstr "Поиск по всем фильтрам" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:414 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "Строка поиска" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:410 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "Поиск по тексту запроса" -#: superset-frontend/src/components/Table/index.tsx:260 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "Используемые столбцы" + +#: superset-frontend/src/components/Table/index.tsx:202 #, fuzzy msgid "Search in filters" msgstr "Поиск / Фильтр" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:252 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 #, fuzzy msgid "Search tables" msgstr "Показать в виде таблицы" @@ -12900,7 +13157,7 @@ msgstr "Показать в виде таблицы" msgid "Search..." msgstr "Поиск..." -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "Секунда" @@ -12909,7 +13166,7 @@ msgid "Secondary" msgstr "Вторичная" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "Вторичная мера" @@ -12930,15 +13187,15 @@ msgstr "Секунд %s" msgid "Secure Extra" msgstr "Доп. безопасность" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:336 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "Безопасность" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:329 -#: superset/initialization/__init__.py:293 -#: superset/initialization/__init__.py:375 -#: superset/initialization/__init__.py:413 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Безопасность" @@ -12946,7 +13203,7 @@ msgstr "Безопасность" msgid "Security & Access" msgstr "Безопасность и Доступ" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:173 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "Список %(tableName)s" @@ -12961,28 +13218,28 @@ msgstr "Скрыть подробности" msgid "See more" msgstr "Подробнее" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:409 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 msgid "See query details" msgstr "Показать детали запроса" -#: superset-frontend/src/components/TableSelector/index.tsx:311 +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "Таблица" -#: superset-frontend/src/explore/components/SaveModal.tsx:353 -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:135 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "Выбрать" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 #: superset-frontend/src/components/Select/AsyncSelect.tsx:123 -#: superset-frontend/src/components/Select/Select.tsx:100 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 #: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Выбрать ..." -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "Выберите способ оповещения" @@ -12998,23 +13255,23 @@ msgstr "Выберите файл столбчатого формата, кот msgid "Select a Excel file to be uploaded to a database." msgstr "Выберите Excel файл для загрузки в базу данных" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "Выберите столбец" -#: superset-frontend/src/explore/components/SaveModal.tsx:347 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 msgid "Select a dashboard" msgstr "Выбрать дашборд" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:39 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 msgid "Select a database table and create dataset" msgstr "Выберите базу данных и создайте датасет" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Footer/index.tsx:91 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 msgid "Select a database table." msgstr "Выберите таблицу в базе данных." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:169 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 msgid "Select a database to connect" msgstr "Выберите базу данных для подключения" @@ -13022,7 +13279,7 @@ msgstr "Выберите базу данных для подключения" msgid "Select a database to upload the file to" msgstr "Выберите базу данных для загрузки файла" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:722 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 msgid "Select a database to write a query" msgstr "Выберите базу данных для написания запроса" @@ -13038,19 +13295,19 @@ msgstr "Выберите файл для загрузки в базу данны msgid "Select a schema if the database supports this" msgstr "Укажите схему, если она поддерживается базой данных" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:134 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "Выберите тип визуализации" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:309 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "Выберите настройки агрегации" -#: superset-frontend/src/components/Table/index.tsx:265 +#: superset-frontend/src/components/Table/index.tsx:207 msgid "Select all data" msgstr "Выбрать все данные" -#: superset-frontend/src/components/Table/index.tsx:259 +#: superset-frontend/src/components/Table/index.tsx:201 msgid "Select all items" msgstr "Выбрать все записи" @@ -13069,29 +13326,30 @@ msgid "Select color scheme" msgstr "Выберите цветовую схему" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:300 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "Выберите столбец" -#: superset-frontend/src/components/Table/index.tsx:262 +#: superset-frontend/src/components/Table/index.tsx:204 msgid "Select current page" msgstr "Выбрать текущую страницу" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:245 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 msgid "Select database & schema" msgstr "Выберите базу данных и схему" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:301 -msgid "Select database or type database name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" msgstr "Выберите базу данных или введите ее имя" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:249 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 msgid "Select database table" msgstr "Выберите таблицу из базы данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1635 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " @@ -13101,15 +13359,15 @@ msgstr "" "настройка для успешного подключения. Вы можете ознакомиться с " "требованиями к вашей базе данных " -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:66 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 msgid "Select dataset source" msgstr "Выберите источник датасета" -#: superset-frontend/src/components/ImportModal/index.tsx:300 +#: superset-frontend/src/components/ImportModal/index.tsx:445 msgid "Select file" msgstr "Выбрать файл" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:315 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "Селектор" @@ -13122,7 +13380,7 @@ msgstr "" msgid "Select first filter value by default" msgstr "Сделать первое значение фильтра значением по умолчанию" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:363 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "Выбрать оператор" @@ -13135,17 +13393,18 @@ msgstr "Выберите значение" msgid "Select or type dataset name" msgstr "Выберите/введите имя датасета" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:555 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 msgid "Select owners" msgstr "Выбрать владельцев" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:318 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "Выберите сохраненные меры" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:318 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:325 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +#, fuzzy +msgid "Select schema or type to search schemas" msgstr "Выберите схему или введите ее имя" #: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 @@ -13156,16 +13415,17 @@ msgstr "Выберите схему" msgid "Select start and end date" msgstr "Выберите дату начала" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:335 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:318 -#: superset-frontend/src/components/TableSelector/index.tsx:329 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" msgstr "Выберите таблицу или введите ее имя" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:430 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 msgid "Select the Annotation Layer you would like to use." msgstr "Выбрать слой аннотации, который вы хотите использовать." @@ -13191,15 +13451,15 @@ msgstr "" "Выберите значения в обязательных полях на панели управления. Затем " "запустите запрос, нажав на кнопку %s." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:420 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "Отправить в формате CSV" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:419 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "Отправить в формате PNG" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:421 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "Отправить текстом" @@ -13211,12 +13471,12 @@ msgstr "" msgid "September" msgstr "Сентябрь" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "Последовательность" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "Ряд" @@ -13233,14 +13493,19 @@ msgstr "Сортировка категорий по" msgid "Series Limit Sort Descending" msgstr "Сортировать" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "категории" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" msgstr "Стиль категорий" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" @@ -13265,35 +13530,35 @@ msgstr "Серверный размер страницы" msgid "Server pagination" msgstr "Серверная пагинация" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "Сервисный аккаунт" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:400 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "Задать интервал обновления" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:386 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "Установить действие фильтра" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:228 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:232 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 msgid "Set up an email report" msgstr "Запланировать рассылку по почте" -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 msgid "" "Sets the hierarchy levels of the chart. Each level is\n" " represented by one ring with the innermost circle as the top of " "the hierarchy." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 #: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:277 -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:58 -#: superset-frontend/src/views/components/RightMenu.tsx:455 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "Настройки" @@ -13301,23 +13566,23 @@ msgstr "Настройки" msgid "Settings for time series" msgstr "Настройки временных рядов" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:331 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:492 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:211 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "Поделиться" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:497 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "Поделиться графиком по email" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:336 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 msgid "Share permalink by email" msgstr "Поделиться ссылкой по email" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1403 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "Общедоступный запрос" @@ -13329,7 +13594,7 @@ msgstr "Поля общедоступного запроса" msgid "Sheet Name" msgstr "Имя листа" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:510 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 msgid "Shift + Click to sort by multiple columns" msgstr "Shift + Нажать для сортировки по нескольким столбцам" @@ -13370,7 +13635,7 @@ msgstr "%s строка" msgid "Show Bubbles" msgstr "Показать пузыри" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:233 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "Показать выражение CREATE VIEW" @@ -13378,15 +13643,15 @@ msgstr "Показать выражение CREATE VIEW" msgid "Show CSS Template" msgstr "Показать CSS шаблон" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "Показать график" -#: superset/connectors/sqla/views.py:74 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "Показать столбец" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "Показать дашборд" @@ -13394,16 +13659,16 @@ msgstr "Показать дашборд" msgid "Show Database" msgstr "Показать базу данных" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 #: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "Показывать метки" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:459 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "Показать меньше..." @@ -13412,11 +13677,11 @@ msgid "Show Log" msgstr "Показать запись" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:724 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "Показать маркеры" -#: superset/connectors/sqla/views.py:209 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "Показатель меру" @@ -13428,7 +13693,7 @@ msgstr "Показать имена мер" msgid "Show Range Filter" msgstr "Показать фильтр Диапазон" -#: superset/connectors/sqla/views.py:292 +#: superset/connectors/sqla/views.py:291 #, fuzzy msgid "Show Row level security filter" msgstr "Безопасность на уровне строк" @@ -13437,7 +13702,7 @@ msgstr "Безопасность на уровне строк" msgid "Show Saved Query" msgstr "Показать сохраненный запрос" -#: superset/connectors/sqla/views.py:386 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "Показать таблицу" @@ -13445,8 +13710,8 @@ msgstr "Показать таблицу" msgid "Show Timestamp" msgstr "Показать метку времени" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 msgid "Show Total" msgstr "Показать общий итог" @@ -13454,11 +13719,11 @@ msgstr "Показать общий итог" msgid "Show Trend Line" msgstr "Показать трендовую линию" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 msgid "Show Upper Labels" msgstr "Показать верхние метки" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "Показать значение" @@ -13482,8 +13747,8 @@ msgstr "Показывать ось Y на спарклайне." msgid "Show all columns" msgstr "Показать все столбцы" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:422 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:459 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "Показать все..." @@ -13495,7 +13760,7 @@ msgstr "Показывать деления на оси" msgid "Show cell bars" msgstr "Наложить гистограммы на ячейки" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:412 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 msgid "Show chart description" msgstr "Показать описание графика" @@ -13512,10 +13777,11 @@ msgstr "" msgid "Show empty columns" msgstr "Показывать пустые столбцы" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +#, fuzzy msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" "Показывает иерархические взаимосвязи данных со значением, представленным " "областью, показывая пропорцию и вклад в целое." @@ -13524,15 +13790,15 @@ msgstr "" msgid "Show info tooltip" msgstr "Показать информационную подсказку" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:786 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "Показывать метку" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 msgid "Show labels when the node has children." msgstr "Показывать метки, когда у вершины есть дочерние элементы." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "Показывать легенду" @@ -13540,12 +13806,15 @@ msgstr "Показывать легенду" msgid "Show less columns" msgstr "Показать меньше столбцов" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:422 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "Показать меньше..." +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + #: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:200 msgid "Show password." msgstr "Показать пароль." @@ -13565,7 +13834,7 @@ msgstr "Показывать прогресс" msgid "Show rows total" msgstr "Показать общий итог по строкам" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "Показать значения категорий на графике" @@ -13587,7 +13856,7 @@ msgid "Show time grain dropdown" msgstr "Включить фильтр на определенный интервал времени" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." @@ -13597,7 +13866,7 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:361 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "Показывать общий итог" @@ -13620,7 +13889,7 @@ msgstr "" "чтобы привлечь внимание к KPI наряду с его изменением с течением времени " "или другим измерением." -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -13644,17 +13913,17 @@ msgstr "" "Демонстрирует прогресс одного показателя по отношению к заданной цели. " "Чем больше заполнение, тем ближе показатель к целевому показателю." -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:398 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:435 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "Отображено %s из %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "Показывает список всех данных, доступных в определенный момент времени" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:725 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 msgid "Shows or hides markers for the time series" msgstr "Показывает или скрывает маркеры для временных рядов" @@ -13670,14 +13939,14 @@ msgstr "" msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:339 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:213 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:412 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:415 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "Столбец" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" @@ -13690,7 +13959,7 @@ msgstr "Один" msgid "Single Metric" msgstr "Одна мера" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "Единственное значение" @@ -13698,7 +13967,7 @@ msgstr "Единственное значение" msgid "Single value" msgstr "Единственное значение" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1093 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "Тип единственного значения" @@ -13707,11 +13976,11 @@ msgid "Size of edge symbols" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:157 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "Размер маркера. Также применяется к прогнозным значениям." @@ -13739,7 +14008,7 @@ msgstr "Пропускать пустые строки, вместо их пер msgid "Skip spaces after delimiter" msgstr "Пропускать пробелы после разделителя" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Читаемый URL" @@ -13754,20 +14023,20 @@ msgid "Small number format" msgstr "Форматирование маленьких чисел" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 msgid "Smooth Line" msgstr "Гладкая линия" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 msgid "" "Smooth-line is a variation of the line chart. Without angles and hard " "edges, Smooth-line sometimes looks smarter and more professional." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:672 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:687 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 msgid "Solid" msgstr "Сплошной" @@ -13779,12 +14048,12 @@ msgstr "Некоторые роли не существуют" msgid "Something went wrong." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:814 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "К сожалению, произошла ошибка при получении информации о базе данных: %s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:131 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "Извините, произошла ошибка при загрузке графиков: " @@ -13831,9 +14100,9 @@ msgstr "Извините, произошла ошибка при сохране msgid "Sorry, there was an error saving this dashboard: %s" msgstr "Извините, произошла ошибка при сохранении дашборда: %s" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:220 -#: superset-frontend/src/views/CRUD/hooks.ts:632 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" "Извините, Ваш браузер не поддерживание копирование. Используйте сочетание" @@ -13847,7 +14116,7 @@ msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 -#: superset-frontend/src/components/Table/index.tsx:266 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "Сортировка" @@ -13861,10 +14130,20 @@ msgstr "Сортировать столбцы" msgid "Sort Descending" msgstr "Сортировать по убыванию" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1040 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "Мера для сортировки" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Сортировать по возрастанию" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Сортировка строк по" + #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "Сортировка оси X" @@ -13873,7 +14152,7 @@ msgstr "Сортировка оси X" msgid "Sort Y Axis" msgstr "Сортировка оси Y" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1030 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" @@ -13884,12 +14163,12 @@ msgid "Sort bars by x labels." msgstr "Сортировать столбцы по меткам на оси X" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:325 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 #: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "Сортировка" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:322 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "Сорт. по %s" @@ -13899,16 +14178,16 @@ msgstr "Сорт. по %s" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "Сортировка по мере" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "Отсортировать столбцы в алфавитном порядке" @@ -13917,16 +14196,16 @@ msgid "Sort columns by" msgstr "Сортировать столбцы по" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:348 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1031 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "Сортировка по убыванию" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "Сортировать отфильтрованные значения" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1053 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" @@ -13936,13 +14215,17 @@ msgstr "Показатель для сортировки" msgid "Sort rows by" msgstr "Сортировка строк по" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1023 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "Тип сортировки" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1349 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "Источник" @@ -13963,7 +14246,7 @@ msgstr "Исходная категория" msgid "Sparkline" msgstr "Спарклайн" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:972 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" @@ -13979,15 +14262,15 @@ msgstr "Укажите схему (если она поддерживается msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "Обозначить повторяющиеся столбцы как \"X.0, X.1\"." -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:689 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 msgid "Specify name to CREATE TABLE AS schema in: public" msgstr "Укажите имя новой таблицы для CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:688 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 msgid "Specify name to CREATE VIEW AS schema in: public" msgstr "Укажите имя нового представления для CREATE VIEW AS" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:515 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." @@ -14011,7 +14294,7 @@ msgstr "Квадратные метры" msgid "Square miles" msgstr "Квадратные мили" -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 msgid "Stack" msgstr "" @@ -14020,13 +14303,12 @@ msgid "Stack Trace:" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:119 msgid "Stack series" msgstr "Использовать накопление" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "Совместить столбцы в один с накоплением" @@ -14034,9 +14316,9 @@ msgstr "Совместить столбцы в один с накопление #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "С наполнением" @@ -14045,7 +14327,8 @@ msgid "Stacked Bars" msgstr "Столбцы с накоплением" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 #: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -14058,8 +14341,8 @@ msgstr "" msgid "Standard time series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:73 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "Начало" @@ -14080,12 +14363,12 @@ msgstr "Начать предпросмотр" msgid "Start angle" msgstr "Начальный угол" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:128 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "Время начала (UTC)" #: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:307 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 #, fuzzy msgid "Start date" msgstr "Начальный угол" @@ -14107,8 +14390,14 @@ msgstr "" "Начать ось Y в нуле. Снимите флаг, чтобы ось Y начиналась на минимальном " "значении данных" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:97 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:367 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Запущен" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "Состояние" @@ -14118,45 +14407,45 @@ msgid "Statement %(statement_num)s out of %(statement_count)s" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "Статистический учет" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:487 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:522 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "Статус" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 msgid "Step - end" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 msgid "Step - middle" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 msgid "Step - start" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 #, fuzzy msgid "Step type" msgstr "Таблица Данных" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 #, fuzzy msgid "Stepped Line" msgstr "Таблица временных рядов" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 msgid "" "Stepped-line graph (also called step chart) is a variation of line chart " "but with the line forming a series of steps between data points. A step " @@ -14164,20 +14453,20 @@ msgid "" "irregular intervals." msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:46 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 #: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "Стоп" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:328 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "Остановить запрос" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 msgid "Stop running (Ctrl + e)" msgstr "Остановить выполнение (CTRL + X)" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "Остановить выполнение (CTRL + X)" @@ -14185,6 +14474,11 @@ msgstr "Остановить выполнение (CTRL + X)" msgid "Stopped an unsafe database connection" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "поток" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 msgid "Streets" @@ -14219,7 +14513,7 @@ msgstr "С обводкой" msgid "Structural" msgstr "Структура" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:669 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "Стиль" @@ -14243,16 +14537,16 @@ msgstr "Размер шрифта подзаголовка" msgid "Submit" msgstr "Отправить" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:466 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:666 -#: superset/charts/post_processing.py:160 -#: superset/charts/post_processing.py:177 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 msgid "Subtotal" msgstr "Подытог" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:114 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:63 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:154 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "Успешно" @@ -14289,7 +14583,7 @@ msgstr "Сумма значений за обозначенный период" msgid "Sum values" msgstr "Суммарные значения" -#: superset/viz.py:1885 +#: superset/viz.py:1888 msgid "Sunburst" msgstr "Диаграмма Солнечные лучи" @@ -14297,7 +14591,7 @@ msgstr "Диаграмма Солнечные лучи" msgid "Sunburst Chart" msgstr "Диаграмма Солнечные лучи" -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 #, fuzzy msgid "Sunburst Chart v2" msgstr "Диаграмма Солнечные лучи" @@ -14315,11 +14609,11 @@ msgid "Superset Embedded SDK documentation." msgstr "" #: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:498 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "График Superset" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:239 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "Дашборд Superset" @@ -14331,7 +14625,7 @@ msgstr "Суперсет столкнулся с ошибкой во время msgid "Superset encountered an unexpected error." msgstr "Суперсет столкнулся с неожиданной ошибкой." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:870 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "Поддерживаемые базы данных" @@ -14353,14 +14647,14 @@ msgstr "Сменить датасет" msgid "Swap rows and columns" msgstr "Поменять местами строки и столбцы" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 msgid "" "Swiss army knife for visualizing data. Choose between step, line, " "scatter, and bar charts. This viz type has many customization options as " "well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 msgid "" "Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " @@ -14380,7 +14674,7 @@ msgstr "" msgid "Symbol size" msgstr "Размер маркера" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1383 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "Синхронизировать столбцы из источника" @@ -14392,8 +14686,8 @@ msgstr "Синхронизировать столбцы из источника" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:268 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:306 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "ТАБЛИЦЫ" @@ -14415,8 +14709,8 @@ msgstr "ЧТ" msgid "TUE" msgstr "ВТ" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:236 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:147 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "Имя вкладки" @@ -14426,17 +14720,17 @@ msgid "Tab title" msgstr "Имя вкладки" #: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:313 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 #: superset-frontend/src/visualizations/TimeTable/index.ts:26 -#: superset/connectors/sqla/views.py:161 superset/connectors/sqla/views.py:256 -#: superset/connectors/sqla/views.py:478 superset/views/chart/mixin.py:87 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "Таблица" -#: superset/views/core.py:1726 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" @@ -14445,12 +14739,12 @@ msgstr "" msgid "Table Exists" msgstr "Таблица существует" -#: superset/connectors/sqla/views.py:488 superset/views/database/forms.py:128 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 #: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "Имя таблицы" -#: superset/viz.py:695 +#: superset/viz.py:698 #, fuzzy msgid "Table View" msgstr "Убрать предпросмотр таблицы" @@ -14464,7 +14758,7 @@ msgstr "" "Не удается найти таблицу \"%(table_name)s\", пожалуйста, проверьте ваше " "соединение с базой данных, схему и имя таблицы" -#: superset/views/base.py:293 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" @@ -14472,15 +14766,15 @@ msgstr "" "Не удается найти таблицу \"%(table)s\", пожалуйста, проверьте ваше " "соединение с базой данных, схему и имя таблицы, ошибка: {}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:268 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "Время жизни кэша таблицы" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 msgid "Table columns" msgstr "Столбцы таблицы" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:246 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 #, fuzzy msgid "Table loading" msgstr "Загрузка таблицы" @@ -14502,26 +14796,60 @@ msgstr "" "Таблица, визуализирующая парные t-тесты, которые используются для " "нахождения статистических различий между группами." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:325 -#: superset/connectors/sqla/views.py:364 superset/connectors/sqla/views.py:385 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "Таблицы" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "Вкладки" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:57 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 #: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "Таблицы" +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Не удалось создать датасет" + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Не удалось удалить датасет" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Параметры датасета неверны." + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Не удалось удалить датасет" + #: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "Теги" @@ -14557,8 +14885,8 @@ msgid "Template Name" msgstr "Имя шаблона" #: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:956 -#: superset/connectors/sqla/views.py:494 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "Параметры шаблона" @@ -14570,7 +14898,7 @@ msgstr "" "Шаблонная ссылка, можно включить {{ metric }} или другие значения, " "поступающие из элементов управления." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:317 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -14584,7 +14912,7 @@ msgstr "" msgid "Test Connection" msgstr "Тестовое соединение" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "Тестовое соединение" @@ -14597,11 +14925,17 @@ msgstr "Текст" msgid "Text align" msgstr "Выравнивание текста" -#: superset-frontend/src/components/ReportModal/index.tsx:242 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "Текст, включенный в email" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" @@ -14629,11 +14963,11 @@ msgstr "" msgid "The URL is missing the dataset_id or slice_id parameters." msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:307 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:309 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" "The X-axis is not on the filters list which will prevent it from being " "used in\n" @@ -14641,15 +14975,15 @@ msgid "" " the filters list?" msgstr "" -#: superset/views/core.py:370 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "Аннотация сохранена" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "Аннотация обновлена" @@ -14661,15 +14995,15 @@ msgstr "" "Категория исходных вершин предназначена для задания цветов. Если вершина " "связана более, чем с одной категорией, только первая будет использована." -#: superset/common/query_context_processor.py:582 +#: superset/common/query_context_processor.py:586 msgid "The chart datasource does not exist" msgstr "Источник данных графика не существует" -#: superset/common/query_context_processor.py:580 +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "График не существует" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -14711,22 +15045,22 @@ msgid "" "[country] column" msgstr "Код страны, который Суперсет ожидает найти в столбце со страной" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:392 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "Дашборд сохранен" -#: superset/views/core.py:195 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "Источник данных, похоже, был удален" -#: superset/connectors/sqla/views.py:116 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:512 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -14744,6 +15078,11 @@ msgstr "" msgid "The database columns that contains lines information" msgstr "" +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Не удалось найти базу данных" + #: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "В настоящий момент база данных обрабатывает слишком много запросов." @@ -14752,7 +15091,7 @@ msgstr "В настоящий момент база данных обрабат msgid "The database is under an unusual load." msgstr "Нетипично высокая загрузка базы данных" -#: superset/sqllab/commands/execute.py:168 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." @@ -14768,11 +15107,11 @@ msgstr "База данных вернула неожиданную ошибку msgid "The database was deleted." msgstr "База данных была удалена" -#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:1980 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "Не удалось найти базу данных" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:738 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -14783,12 +15122,12 @@ msgstr "" " %s дашборде(-ах). Вы уверены, что хотите продолжить? Удаление датасета " "приведёт к неработоспособности этих объектов." -#: superset-frontend/src/components/Chart/Chart.jsx:84 -#: superset/views/utils.py:273 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "Датасет, связанный с этим графиком, больше не существует" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:164 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -14802,8 +15141,8 @@ msgstr "" " может иметь неожиданный эффект\n" " на другие графики." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:125 -#: superset-frontend/src/pages/ChartCreation/index.tsx:252 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "Датасет сохранен" @@ -14811,7 +15150,7 @@ msgstr "Датасет сохранен" msgid "The dataset linked to this chart may have been deleted." msgstr "Датасет, связанный с этим графиком, похоже, был удален." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1470 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "Невозможно загрузить источник данных" @@ -14819,7 +15158,7 @@ msgstr "Невозможно загрузить источник данных" msgid "The datasource is too large to query." msgstr "Источник данных слишком велик для запроса." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:260 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -14831,8 +15170,11 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "Расстояние между ячейками (в пикселях)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:940 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "Количество секунд до истечения срока действия кэша" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 @@ -14840,7 +15182,7 @@ msgstr "Количество секунд до истечения срока д msgid "The encoding format of the lines" msgstr "Показатель, по которому сортировать результаты" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:495 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." @@ -14857,14 +15199,14 @@ msgstr "" msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/db_engine_specs/mysql.py:158 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "Хост \"%(hostname)s\" возможно, отключен, и с ним невозможно связаться" #: superset/db_engine_specs/mssql.py:103 -#: superset/db_engine_specs/postgres.py:119 -#: superset/db_engine_specs/presto.py:637 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 #: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" @@ -14879,8 +15221,8 @@ msgid "The host might be down, and can't be reached on the provided port." msgstr "Хост возможно, отключен, и с ним невозможно связаться по заданному порту." #: superset/db_engine_specs/mssql.py:93 -#: superset/db_engine_specs/postgres.py:109 -#: superset/db_engine_specs/presto.py:632 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 #: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." @@ -14895,7 +15237,7 @@ msgstr "Не удалось обнаружить хост." msgid "The id of the active chart" msgstr "Идентификатор активного графика" -#: superset/connectors/sqla/views.py:419 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -14916,11 +15258,11 @@ msgid "" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "Максимальное значение мер. Это необязательная настройка" -#: superset/databases/schemas.py:217 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " @@ -14934,7 +15276,7 @@ msgid "" "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:469 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." @@ -14962,7 +15304,7 @@ msgstr "" msgid "The number color \"steps\"" msgstr "Количество цветов в цветовой схеме" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:949 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." @@ -14971,7 +15313,7 @@ msgstr "" "формата дата/время. Это может быть использовано для приведения часового " "пояса UTC к местному времени." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:305 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -14982,7 +15324,7 @@ msgstr "" "DISPLAY_MAX_ROWS. Пожалуйста, добавьте дополнительные ограничения/фильтры" " или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:311 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -14993,22 +15335,22 @@ msgstr "" "добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы " "увидеть больше строк до предела %(limit)d.\"" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:362 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 #, fuzzy, python-format msgid "The number of rows displayed is limited to %(rows)d by the dropdown." msgstr "Количество отображаемых строк ограничено: не более %(rows)d." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:331 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "Количество отображаемых строк ограничено: не более %(rows)d." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:323 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "Количество отображаемых строк ограничено: не более %(rows)d." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:336 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " @@ -15024,7 +15366,7 @@ msgstr "Количество секунд до истечения срока д msgid "The object does not exist in the given database." msgstr "Объект не существует в этой базе данных." -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." @@ -15032,7 +15374,7 @@ msgstr[0] "Параметр %(parameters)s в вашем запросе неоп msgstr[1] "Следующие параметры неопределены в вашем запросе: %(parameters)s" msgstr[2] "Следующие параметры неопределены в вашем запросе: %(parameters)s" -#: superset/db_engine_specs/postgres.py:99 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "Неверный пароль для пользователя \"%(username)s\"." @@ -15041,7 +15383,7 @@ msgstr "Неверный пароль для пользователя \"%(userna msgid "The password provided when connecting to a database is not valid." msgstr "Неверный пароль для базы данных." -#: superset-frontend/src/pages/ChartList/index.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -15055,7 +15397,7 @@ msgstr "" "экспортируемых файлов и должны быть добавлены вручную после импорта, если" " необходимо." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -15069,7 +15411,7 @@ msgstr "" "экспортируемых файлах и должны быть добавлены вручную после импорта, если" " необходимо." -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -15082,7 +15424,7 @@ msgstr "" " \"Утверждение\" конфигурации базы данных отсутствуют в экспортируемых " "файлах и должны быть добавлены после импорта вручную, если необходимо." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:57 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -15096,7 +15438,7 @@ msgstr "" "экспортируемых файлах и должны быть добавлены вручную после импорта, если" " необходимо." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1169 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " @@ -15108,7 +15450,7 @@ msgstr "" "настройках конфигурации базы данных отсутствуют в импортируемых файлах и " "должны быть добавлены вручную после импорта, если необходимо." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:298 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "Шаблон формата отметки времени (таймштампа). Для строк используйте " @@ -15126,7 +15468,7 @@ msgstr "" msgid "The pixel radius" msgstr "Радиус ячейки (в пикселях)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1149 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" @@ -15145,11 +15487,11 @@ msgid "The port number is invalid." msgstr "Недействительный порт." #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "Основная мера используется для определения размера сегмента дуги" -#: superset/views/core.py:2187 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" @@ -15157,13 +15499,14 @@ msgstr "" msgid "The query associated with the results was deleted." msgstr "Запрос, связанный с результатами, был удален." -#: superset/sqllab/commands/results.py:92 superset/views/core.py:2137 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:118 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" @@ -15171,11 +15514,20 @@ msgstr "" msgid "The query couldn't be loaded" msgstr "Запрос невозможно загрузить" +#: superset/sqllab/commands/estimate.py:86 +#, fuzzy, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" +"Запрос был прерван после %(sqllab_timeout)s секунд. Он мог быть слишком " +"сложным, или база данных находилась под большой нагрузкой." + #: superset/errors.py:135 msgid "The query has a syntax error." msgstr "Запрос имеет синтаксическую ошибку." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:516 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "Запрос не вернул данных" @@ -15229,14 +15581,14 @@ msgstr "" "Расширенная всплывающая подсказка показывает список всех категорий для " "этой точки." -#: superset/db_engine_specs/bigquery.py:183 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:619 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " @@ -15265,7 +15617,7 @@ msgstr "Загруженные данные имеют некорректный msgid "The submitted payload has the incorrect schema." msgstr "Загруженные данные имеют некорректную схему." -#: superset/db_engine_specs/bigquery.py:170 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" @@ -15274,7 +15626,7 @@ msgstr "" "Таблица \"%(table)s\" не существует. Для выполнения запроса должна " "использоваться существующая таблица" -#: superset/db_engine_specs/presto.py:611 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " @@ -15283,7 +15635,7 @@ msgstr "" "Таблица \"%(table_name)s\" не существует. Для выполнения запроса должна " "использоваться существующая таблица" -#: superset/connectors/sqla/views.py:517 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." @@ -15376,11 +15728,11 @@ msgstr "Выберите необходимый тип визуализации" msgid "The unit of measure for the specified point radius" msgstr "Единица измерения для указанного радиуса маркера" -#: superset/views/core.py:196 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "Пользователь, похоже, был удален" -#: superset/db_engine_specs/postgres.py:94 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "Пользователь \"%(username)s\" не существует." @@ -15390,7 +15742,7 @@ msgid "The username provided when connecting to a database is not valid." msgstr "Имя пользователя, указанное при подключении к базе данных, недействительно" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "Способ расположения делений по оси X" @@ -15408,7 +15760,7 @@ msgid "There are associated alerts or reports" msgstr "Есть связанные оповещения или отчеты" #: superset/charts/commands/bulk_delete.py:62 -#: superset/charts/commands/delete.py:66 +#: superset/charts/commands/delete.py:71 #: superset/dashboards/commands/bulk_delete.py:63 #: superset/dashboards/commands/delete.py:64 #: superset/databases/commands/delete.py:63 @@ -15425,7 +15777,7 @@ msgstr "В этот дашборд еще не добавлен ни один г msgid "There are no components added to this tab" msgstr "В этой вкладке нет компонентов" -#: superset-frontend/src/components/EmptyState/index.tsx:235 +#: superset-frontend/src/components/EmptyState/index.tsx:229 msgid "There are no databases available" msgstr "Нет доступных баз данных" @@ -15459,28 +15811,45 @@ msgstr "" "Недостаточно пространства для этого компонента. Попробуйте уменьшить " "ширину или увеличить целевую ширину." -#: superset-frontend/src/views/CRUD/hooks.ts:547 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "К сожалению, произошла ошибка при получении информации о базе данных: %s" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "К сожалению, произошла ошибка при получении информации о базе данных: %s" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Возникла ошибка при загрузке таблиц" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "Произошла ошибка при получении статуса избранного: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:205 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "Произошла ошибка при получении вашей недавней активности:" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:375 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 msgid "There was an error loading the dataset metadata" msgstr "Возникла ошибка при загрузке метаданных датасета" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:258 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "Возникла ошибка при загрузке схем" -#: superset-frontend/src/components/TableSelector/index.tsx:197 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "Возникла ошибка при загрузке таблиц" -#: superset-frontend/src/views/CRUD/hooks.ts:568 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "Произошла ошибка при сохранении статуса избранного: %s" @@ -15489,73 +15858,73 @@ msgstr "Произошла ошибка при сохранении статус msgid "There was an error with your request" msgstr "Произошла ошибка с вашим запросом" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:187 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:121 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:93 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:164 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:679 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:236 -#: superset-frontend/src/views/CRUD/utils.tsx:311 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "Произошла ошибка при удалении %s: %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:202 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "Произошла ошибка при удалении выбранных %s: %s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:141 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "Произошла ошибка при удалении выбранных аннотаций: %s" -#: superset-frontend/src/pages/ChartList/index.tsx:254 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "Произошла ошибка при удалении выбранных графиков: %s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:238 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "Произошла ошибка при удалении выбранных дашбордов: " -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:697 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "Произошла ошибка при удалении выбранных датасетов: %s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:110 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "Произошла ошибка при удалении выбранных слоёв: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:263 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "Произошла ошибка при удалении выбранных запросов: %s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "Произошла ошибка при удалении выбранных шаблонов: %s" -#: superset-frontend/src/views/CRUD/utils.tsx:271 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "Произошла ошибка при удалении: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:705 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 msgid "There was an issue duplicating the dataset." msgstr "Произошла ошибка при дублировании датасета." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:721 +#: superset-frontend/src/pages/DatasetList/index.tsx:699 #, python-format msgid "There was an issue duplicating the selected datasets: %s" msgstr "Произошла ошибка при дублировании выбранных датасетов: %s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:121 +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "Произошла ошибка при добавлении этого дашборда в избранное." @@ -15563,47 +15932,47 @@ msgstr "Произошла ошибка при добавлении этого msgid "There was an issue fetching reports attached to this dashboard." msgstr "Произошла ошибка с получением рассылок, связанных с этим дашбордом." -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "Произошла ошибка с получением статуса избранного для этого дашборда." -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:287 +#: superset-frontend/src/pages/Home/index.tsx:281 #, python-format msgid "There was an issue fetching your chart: %s" msgstr "Произошла ошибка при получении вашего графика: %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:276 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format msgid "There was an issue fetching your dashboards: %s" msgstr "Произошла ошибка при получении вашего дашборда: %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:254 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "Произошла ошибка при получении вашей последней активности: %s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:299 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format msgid "There was an issue fetching your saved queries: %s" msgstr "Произошла ошибка при получении ваших сохраненных запросов: %s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:151 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "Произошла ошибка при предпросмотре выбранного запроса %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:115 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "Произошла ошибка при предпросмотре выбранного запроса: %s" -#: superset/viz.py:1989 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:336 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "Это таблицы, к которым будет применен этот фильтр." @@ -15611,7 +15980,7 @@ msgstr "Это таблицы, к которым будет применен э msgid "These filters apply to the values available in the dropdowns" msgstr "Эти фильтры применяются к значениям, доступным в выпадающих списках" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -15621,8 +15990,8 @@ msgstr "" "Эти параметры генерируются автоматически при нажатии кнопки сохранения. " "Опытные пользователи могут изменить определенные объекты в формате JSON." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " @@ -15631,26 +16000,26 @@ msgstr "" "Этот JSON-объект генерируется автоматически при сохранении или перезаписи" " дашборда. Он размещён здесь справочно и для опытных пользователей." -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:311 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:569 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "Это действие навсегда удалит %s." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:345 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "Это действие навсегда удалит слой." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:479 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:231 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "Это действие навсегда удалит сохранённый запрос." -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:315 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "Это действие навсегда удалит шаблон." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." @@ -15658,11 +16027,17 @@ msgstr "" "Это может быть как IP адрес (например, 127.0.0.1), так и доменное имя " "(например, моябазаданных.рф)." +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + #: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "Этот график был перемещён в другой набор фильтров." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:211 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 msgid "This chart is managed externally, and can't be edited in Superset" msgstr "" @@ -15670,7 +16045,7 @@ msgstr "" msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "Этот график может быть несовместим с этим фильтром (датасеты не совпадают)" -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:321 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 msgid "" "This chart type is not supported when using an unsaved query as a chart " "source. " @@ -15678,7 +16053,7 @@ msgstr "" #: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" +"This color scheme is being overridden by custom label colors.\n" " Check the JSON metadata in the Advanced settings" msgstr "" @@ -15686,12 +16061,12 @@ msgstr "" msgid "This column might be incompatible with current dataset" msgstr "Этот график может быть несовместим с этим датасетом" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:528 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:544 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "В этом столбец должны быть данные формата дата/время." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:583 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 msgid "" "This controls whether the \"time_range\" field from the current\n" " view should be passed down to the chart containing the " @@ -15700,7 +16075,7 @@ msgstr "" "Должен ли временной интервал из этого представления переписать временной " "интервал графика, содержащего данные аннотации." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:601 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 msgid "" "This controls whether the time grain field from the current\n" " view should be passed down to the chart containing the " @@ -15718,7 +16093,7 @@ msgstr "" "В настоящий момент дашборд обновляется; следующее обновление будет через " "%s" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:560 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 msgid "This dashboard is managed externally, and can't be edited in Superset" msgstr "" @@ -15740,11 +16115,11 @@ msgstr "" "Этот дашборд не опубликован, он не будет отображён в списке дашбордов. " "Нажмите, чтобы опубликовать этот дашборд." -#: superset-frontend/src/dashboard/actions/dashboardState.js:146 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "Дашборд теперь скрыт" -#: superset-frontend/src/dashboard/actions/dashboardState.js:145 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "Дашборд теперь опубликован" @@ -15758,7 +16133,7 @@ msgid "" " id to the SDK:" msgstr "" -#: superset/views/core.py:1311 +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." @@ -15771,20 +16146,24 @@ msgstr "" msgid "This dashboard was saved successfully." msgstr "Дашборд успешно сохранен" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1057 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 msgid "This database is managed externally, and can't be edited in Superset" msgstr "Эта база данных управляется извне и не может быть изменена в Суперсете" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:68 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 msgid "" "This database table does not contain any data. Please select a different " "table." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:236 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 msgid "This dataset is managed externally, and can't be edited in Superset" msgstr "Этот датасет управляется извне и не может быть изменена в Суперсете" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 #: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" @@ -15794,7 +16173,7 @@ msgstr "Элемент, который будет отражен на графи msgid "This defines the level of the hierarchy" msgstr "Определяет уровень иерархии" -#: superset/connectors/sqla/views.py:437 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." @@ -15804,13 +16183,6 @@ msgstr "" msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "Этот фильтр не существует в дашборде. Он не будет применен." -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:503 -msgid "" -"This filter is the last temporal filter. If you proceed,\n" -" this chart won't be affected by time range filters in " -"dashboards." -msgstr "" - #: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 msgid "This filter might be incompatible with current dataset" msgstr "Этот фильтр может быть несовместим с этим датасетом" @@ -15824,7 +16196,7 @@ msgstr "Этот набор фильтров идентичен \"%s\"" msgid "This functionality is disabled in your environment for security reasons." msgstr "Эта функция отключена в вашей среде по соображениям безопасности." -#: superset/connectors/sqla/views.py:353 +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -15838,7 +16210,7 @@ msgstr "" "если пользователь не принадлежит к роли фильтра RLS, можно создать " "базовый фильтр с предложением `1 = 0` (всегда false)." -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " @@ -15847,11 +16219,11 @@ msgstr "" "Этот JSON объект описывает расположение графиков в дашборде. Он " "генерируется динамически при изменении и перемещении графиков в дашборде." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:84 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "Этот компонент содержит ошибки." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "Этот компонент содержит ошибки. Пожалуйста, отмените последние изменения." @@ -15864,7 +16236,7 @@ msgstr "Возможные причины:" msgid "This metric might be incompatible with current dataset" msgstr "Эта мера может быть несовместима с этим датасетом" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:514 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 #, fuzzy msgid "" "This section allows you to configure how to use the slice\n" @@ -15896,11 +16268,11 @@ msgid "" " the guest token is being generated correctly." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 msgid "This table already has a dataset" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 msgid "" "This table already has a dataset associated with it. You can only " "associate one dataset with a table.\n" @@ -15914,7 +16286,12 @@ msgstr "Это значение должно быть больше чем лев msgid "This value should be smaller than the right target value" msgstr "Это значение должно быть больше чем правое целевое значение" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:66 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Этот тип визуализации не поддерживается." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "Этот тип визуализации не поддерживается." @@ -15933,11 +16310,11 @@ msgstr "" msgid "Threshold alpha level for determining significance" msgstr "Пороговый альфа-уровень для определения значимости" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:406 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 msgid "Threshold value should be double precision number" msgstr "Пороговое значение должно быть числом двойной точности" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:349 +#: superset-frontend/src/pages/Home/index.tsx:343 msgid "Thumbnails" msgstr "Миниатюры" @@ -15954,15 +16331,15 @@ msgstr "Четверг" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 #: superset-frontend/src/explore/controlPanels/sections.tsx:65 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:200 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "Время" @@ -16006,41 +16383,41 @@ msgstr "Соотношение времени" msgid "Time Series" msgstr "Временной ряд" -#: superset/viz.py:1667 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "Столбчатая диаграмма (временные ряды)" -#: superset/viz.py:1593 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "Диаграмма с двумя осями (временные ряды)" -#: superset/viz.py:1305 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "Линейная диаграмма (временные ряды)" -#: superset/viz.py:1515 +#: superset/viz.py:1518 #, fuzzy msgid "Time Series - Multiple Line Charts" msgstr "Multiple Line Charts (временные ряды)" -#: superset/viz.py:3034 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "Диаграмма Найтингейл (временные ряды)" -#: superset/viz.py:2962 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "Парный t-test (временные ряды)" -#: superset/viz.py:1722 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "Процентное изменение (временные ряды)" -#: superset/viz.py:1676 +#: superset/viz.py:1679 #, fuzzy msgid "Time Series - Period Pivot" msgstr "Period Pivot (временные ряды)" -#: superset/viz.py:1730 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "Диаграмма с накоплением (временные ряды)" @@ -16051,23 +16428,23 @@ msgstr "Настройки временных рядов" #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:623 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "Временной сдвиг" -#: superset/viz.py:846 +#: superset/viz.py:849 #, fuzzy msgid "Time Table View" msgstr "Убрать предпросмотр таблицы" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:974 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 #: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "Столбец даты/времени" -#: superset/connectors/sqla/models.py:1374 superset/models/helpers.py:1560 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "Столбец формата дата/время \"%(col)s\" не существует в датасете" @@ -16076,13 +16453,21 @@ msgstr "Столбец формата дата/время \"%(col)s\" не су msgid "Time column filter plugin" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 #: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "Столбец с датой" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:624 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 msgid "" "Time delta in natural language\n" " (example: 24 hours, 7 days, 56 weeks, 365 days)" @@ -16099,7 +16484,7 @@ msgstr "" "Неоднозначный временной сдвиг. Пожалуйста, укажите [%(human_readable)s " "до] или [%(human_readable)s после]." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:317 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "Временной фильтр" @@ -16108,7 +16493,7 @@ msgstr "Временной фильтр" msgid "Time format" msgstr "Формат даты/времени" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 #: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" @@ -16127,7 +16512,7 @@ msgstr "Единица времени отсутствует" msgid "Time granularity" msgstr "Гранулярность времени" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:413 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "Время в секундах" @@ -16135,10 +16520,10 @@ msgstr "Время в секундах" msgid "Time lag" msgstr "Временной лаг" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:317 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:946 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 #: superset-frontend/src/explore/constants.ts:132 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:403 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 msgid "Time range" msgstr "Временной интервал" @@ -16174,11 +16559,11 @@ msgstr "" "Временная строка неоднозначна. Пожалуйста, укажите [%(human_readable)s " "до] или [%(human_readable)s после]." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "Диаграмма с областями (временные ряды)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " @@ -16188,7 +16573,7 @@ msgstr "" "представляют переменные с одинаковым масштабом, но диаграммы с " "наполнением накладывают показатели друг на друга." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "Столбчатая диаграмма" @@ -16196,7 +16581,7 @@ msgstr "Столбчатая диаграмма" msgid "Time-series Bar Chart (legacy)" msgstr "Столбчатая диаграмма (устарело)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." @@ -16204,11 +16589,11 @@ msgstr "" "Столбчатые диаграммы временных рядов используются для отображения " "изменений меры с течением времени в виде серии столбцов." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "Диаграмма (временные ряды)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "Линейная диаграмма (временные ряды)" @@ -16221,11 +16606,11 @@ msgstr "Процентное изменение (временные ряды)" msgid "Time-series Period Pivot" msgstr "Time Series - Period Pivot" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "Точечная Диаграмма" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " @@ -16235,22 +16620,22 @@ msgstr "" "единицах, а точки соединяются по порядку. Он показывает статистическую " "зависимость между двумя переменными." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "Плавная линейная диаграмма (временные ряды)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" "Time-series Smooth-line is a variation of the line chart. Without angles " "and hard edges, Smooth-line sometimes looks smarter and more " "professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "Диаграмма шагов (временные ряды)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -16262,7 +16647,7 @@ msgstr "" msgid "Time-series Table" msgstr "Таблица временных рядов" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -16279,16 +16664,16 @@ msgstr "" msgid "Timeout error" msgstr "Ошибка таймаута" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "Формат даты и времени" -#: superset-frontend/src/components/ReportModal/index.tsx:320 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:409 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "Часовой пояс" -#: superset/connectors/sqla/views.py:428 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "Смещение часового пояса (в часах) для этого источника данных" @@ -16303,14 +16688,14 @@ msgstr "Крошечный" #: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 #: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:586 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:288 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:192 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "Заголовок" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "Столбец с названием" @@ -16318,19 +16703,19 @@ msgstr "Столбец с названием" msgid "Title is required" msgstr "Название обязательно" -#: superset/dashboards/filters.py:38 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "Название или читаемый URL" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:348 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "Для фильтрации по мере используйте вкладку Свой SQL." -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "Для получения читаемого URL-адреса дашборда" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:285 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 msgid "Too many columns to filter" msgstr "Слишком много столбцов для фильтрации" @@ -16338,22 +16723,22 @@ msgstr "Слишком много столбцов для фильтрации" msgid "Tools" msgstr "Инструменты" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "Всплывающая подсказка" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "Сортировка данных подсказки по мере" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "Формат времени всплывающей подсказки" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "Сверху" @@ -16370,41 +16755,46 @@ msgstr "Сверху справа" msgid "Top to Bottom" msgstr "Сверху вниз" -#: superset/charts/post_processing.py:72 +#: superset/charts/post_processing.py:73 #, python-format msgid "Total (%(aggfunc)s)" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:491 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:556 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:772 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 #, python-format msgid "Total (%(aggregatorName)s)" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Фактическое значение" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 #: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 #, python-format msgid "Total: %s" msgstr "Итого: %s" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:550 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "Общая сумма" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:408 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "Отслеживать работу" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "Трансформируемый" @@ -16432,8 +16822,8 @@ msgstr "Оформление дерева" msgid "Tree orientation" msgstr "Ориентация дерева" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -#: superset/viz.py:1032 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "Плоское дерево" @@ -16448,7 +16838,7 @@ msgstr "Плоское дерево (устарело)" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 #: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 #: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "Тенденция" @@ -16457,11 +16847,11 @@ msgstr "Тенденция" msgid "Triangle" msgstr "Треугольник" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:403 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "Оповестить, если..." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 msgid "Truncate Axis" msgstr "Настройка интервала оси" @@ -16475,19 +16865,19 @@ msgid "Truncate Metric" msgstr "Убрать имя меры" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:244 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:175 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "Урезать интервал оси Y" #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" @@ -16509,11 +16899,11 @@ msgstr "" "Попробуйте использовать другие фильтры или убедитесь, что в вашем " "источнике данных есть данные" -#: superset-frontend/src/components/ListView/ListView.tsx:409 +#: superset-frontend/src/components/ListView/ListView.tsx:412 msgid "Try different criteria to display results." msgstr "Попробуйте использовать другии критерии фильтрации" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/LeftPanel/index.tsx:248 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 msgid "Try selecting a different schema" msgstr "" @@ -16521,27 +16911,27 @@ msgstr "" msgid "Tuesday" msgstr "Вторник" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 #, fuzzy msgid "Tukey" msgstr "запрос" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:347 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:556 -#: superset/connectors/sqla/views.py:165 superset/connectors/sqla/views.py:254 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "Тип" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:252 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1232 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "Введите \"%s\" для подтверждения" @@ -16550,7 +16940,7 @@ msgstr "Введите \"%s\" для подтверждения" msgid "Type a value" msgstr "Введите значение" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:379 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "Введите значение здесь" @@ -16558,7 +16948,7 @@ msgstr "Введите значение здесь" msgid "Type is required" msgstr "Поле обязательно" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "Допустимый тип Google Таблиц" @@ -16593,28 +16983,28 @@ msgstr "Параметры URL" msgid "URL parameters" msgstr "Параметры URL" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:595 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "Читаемый URL" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:592 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" "Не удается добавить новую вкладку на сервер. Пожалуйста, свяжитесь с " "администратором." -#: superset/db_engine_specs/presto.py:650 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:163 -#: superset/db_engine_specs/postgres.py:127 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "Невозможно подключиться к базе данных \"%(database)s\"." -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:177 msgid "" "Unable to connect. Verify that the following roles are set on the service" " account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " @@ -16631,7 +17021,7 @@ msgstr "" msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "Не удалось найти такой праздник: [%(holiday)s]" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:72 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 msgid "" "Unable to load columns for the selected table. Please select a different " "table." @@ -16639,7 +17029,7 @@ msgstr "" "Не удалось загрузить столбцы для выбранной таблицы. Пожалуйста, выберите " "другую таблицу." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:559 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -16648,7 +17038,7 @@ msgstr "" "повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, " "если эта проблема не устранена." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:513 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." @@ -16657,7 +17047,7 @@ msgstr "" "попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта " "проблема не устранена." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:495 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." @@ -16666,11 +17056,6 @@ msgstr "" " попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта " "проблема не устранена." -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/WorldMap.js:128 -#, python-format -msgid "Unable to process right-click on %s. Check you chart configuration." -msgstr "Не удалось обработать ПКМ на %s. Проверьте настройки графика." - #: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 msgid "Unable to retrieve dashboard colors" msgstr "Не удалось получать цветовую схему дашборда" @@ -16703,7 +17088,7 @@ msgstr "" "Не удалось загрузить Excel файл \"%(filename)s\" в таблицу " "\"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:94 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 #: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "Не определено" @@ -16712,7 +17097,7 @@ msgstr "Не определено" msgid "Undefined window for rolling operation" msgstr "Неопределенное окно для скольжения" -#: superset-frontend/src/dashboard/components/Header/index.jsx:553 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 msgid "Undo the action" msgstr "Отменить действие" @@ -16726,7 +17111,7 @@ msgid "Unexpected error" msgstr "Неожиданная ошибка" #: superset/databases/commands/exceptions.py:137 -#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1426 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" "Возникла неожиданная ошибка, пожалуйста, проверьте историю действий для " @@ -16741,30 +17126,30 @@ msgstr "Неожиданная ошибка: " msgid "Unexpected time range: %s" msgstr "Неожиданная ошибка: " -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:88 +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "Неизвестно" -#: superset/db_engine_specs/mysql.py:153 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "Неизвестный хост MySQL \"%(hostname)s\"." -#: superset/db_engine_specs/presto.py:1281 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "Неизвестная ошибка Presto" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:162 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "Неизвестный статус" -#: superset/connectors/sqla/models.py:1299 superset/models/helpers.py:1483 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "Неизвестный столбец использован для упорядочивания: %(col)s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:372 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:450 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "Неизвестная ошибка" @@ -16786,17 +17171,12 @@ msgstr "Небезопасный возвращаемый тип для функ msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "Небезопасное значение шаблона для ключа %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:256 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Сбросить фильтры (%d)" - -#: superset/utils/core.py:1103 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "Неподдерживаемый оператор: %(clause)s" -#: superset/common/query_object.py:438 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "Неподдерживаемая операция постобработки: %(operation)s" @@ -16825,11 +17205,11 @@ msgstr "Безымянный датасет" msgid "Untitled Query" msgstr "Безымянный запрос" -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "Безымянный запрос" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:224 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "Обновить" @@ -16838,7 +17218,7 @@ msgstr "Обновить" msgid "Update chart" msgstr "Обновить график" -#: superset-frontend/src/components/Chart/chartReducer.ts:83 +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "Обновление графика остановлено" @@ -16846,15 +17226,15 @@ msgstr "Обновление графика остановлено" msgid "Upload" msgstr "Загрузить" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:199 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 msgid "Upload CSV" msgstr "Загрузить CSV" -#: superset-frontend/src/views/components/RightMenu.tsx:190 +#: superset-frontend/src/features/home/RightMenu.tsx:189 msgid "Upload CSV to database" msgstr "Загрузить файл CSV в базу данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "Загрузить учетные данные" @@ -16862,36 +17242,41 @@ msgstr "Загрузить учетные данные" msgid "Upload Enabled" msgstr "Загрузка включена" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:213 +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 msgid "Upload Excel file" msgstr "Загрузить файл Excel" -#: superset-frontend/src/views/components/RightMenu.tsx:202 +#: superset-frontend/src/features/home/RightMenu.tsx:203 msgid "Upload Excel file to database" msgstr "Загрузить файл Excel в базу данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "Загрузить JSON файл" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:206 +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 msgid "Upload columnar file" msgstr "Загрузить файл столбчатого формата" -#: superset-frontend/src/views/components/RightMenu.tsx:196 +#: superset-frontend/src/features/home/RightMenu.tsx:196 msgid "Upload columnar file to database" msgstr "Загрузить файл столбчатого формата в базу данных" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:196 +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 msgid "Upload file to database" msgstr "Загрузить файл в базу данных" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:674 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Огромный" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 #, python-format msgid "Use \"%(menuName)s\" menu instead." msgstr "Использовать меню \"%(menuName)s\" взамен." -#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:34 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 #, python-format msgid "Use %s to open in a new tab." msgstr "Используйте %s для открытия в отдельной вкладке." @@ -16918,12 +17303,13 @@ msgstr "Использовать логарифмическую шкалу дл msgid "Use a log scale for the Y-axis" msgstr "Использовать логарифмическую шкалу для оси Y" -#: superset/db_engine_specs/base.py:1746 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 #: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "Использовать зашифрованное соединение к Базе Данных" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:438 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 #, python-format msgid "" "Use another existing chart as a source for annotations and overlays.\n" @@ -16937,7 +17323,7 @@ msgstr "" "Использовать перевод к формату дата/время даже если мера представляет " "другой тип данных" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:213 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "Использовать старый редактор" @@ -16953,7 +17339,7 @@ msgstr "Используйте только одно значение." msgid "Use the Advanced Analytics options below" msgstr "Используйте настройки Расширенной аналитики ниже" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." @@ -16963,11 +17349,12 @@ msgstr "" msgid "Use the edit button to change this field" msgstr "Используйте кнопку редактирования для изменения поля" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 msgid "Use this section if you want to query atomic rows" msgstr "" @@ -16997,7 +17384,7 @@ msgstr "" "возрасту и местоположению.\n" " Этот график устарел, рекомендуется использовать график Сводная Таблица 2." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -17009,9 +17396,9 @@ msgstr "" "месяцам, задачи по статусу и назначенному лицу, активные пользователи по " "возрасту и местоположению." -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:293 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:385 -#: superset-frontend/src/views/components/RightMenu.tsx:490 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 #: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 #: superset/views/sql_lab/views.py:82 msgid "User" @@ -17038,17 +17425,18 @@ msgstr "Для использования фильтра пользовател msgid "User must select a value for this filter" msgstr "Для использования фильтра пользователь будет обязан выбрать значение" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:156 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "Пользовательский запрос" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:138 -#: superset/db_engine_specs/base.py:1733 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "Имя пользователя" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -17059,7 +17447,7 @@ msgstr "" " на индикаторе представляет целевое значение." #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -17067,15 +17455,15 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:315 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:405 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:143 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "Значение" @@ -17096,7 +17484,7 @@ msgstr "Ограничения для значения" msgid "Value format" msgstr "Формат значения" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "Значение обязательно" @@ -17106,15 +17494,15 @@ msgstr "Значение обязательно" msgid "Value must be greater than 0" msgstr "Значение должно быть больше 0" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:194 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 msgid "Values are dependent on other filters" msgstr "Значения зависят от других фильтров" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 msgid "Values dependent on" msgstr "Значения зависят от" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:197 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 msgid "" "Values selected in other filters will affect the filter options to only " "show relevant values" @@ -17124,23 +17512,23 @@ msgstr "" msgid "Vehicle Types" msgstr "" -#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:253 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "Удобочитаемое имя" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:503 -#: superset-frontend/src/views/components/RightMenu.tsx:517 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "Версия" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:509 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "Номер версии" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:279 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "Вертикально" @@ -17152,26 +17540,26 @@ msgstr "Вертикально (слева)" msgid "Video game consoles" msgstr "Игровые приставки" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:230 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:386 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 msgid "View" msgstr "Показать" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:198 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:270 +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "Смотреть все »" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 msgid "View Dataset" msgstr "Посмотреть датасет" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:128 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 msgid "View all charts" msgstr "Показать все графики" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:451 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 msgid "View as table" msgstr "Показать в виде таблицы" @@ -17180,23 +17568,23 @@ msgstr "Показать в виде таблицы" msgid "View in SQL Lab" msgstr "Открыть в Лаборатории SQL" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:195 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "Показать ключи и индексы (%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:432 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 #: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "Показать SQL запрос" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:172 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "Просмотрено" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:117 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, python-format msgid "Viewed %s" msgstr "Просмотрено %s" @@ -17207,28 +17595,29 @@ msgstr "Просмотрено %s" msgid "Viewport" msgstr "Область просмотра" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:563 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 msgid "Virtual" msgstr "Виртуальный" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "Виртуальный (SQL)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:285 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "Виртуальный датасет" -#: superset/connectors/sqla/models.py:951 superset/connectors/sqla/utils.py:110 -#: superset/models/helpers.py:1021 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "Запрос виртуального датасета не может быть пустым" -#: superset/connectors/sqla/models.py:954 superset/models/helpers.py:1024 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "Запрос виртуального датасета не может содержать несколько запросов" -#: superset/connectors/sqla/models.py:919 superset/models/helpers.py:1047 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "Запрос виртуального датасета должен быть доступен только для чтения" @@ -17237,15 +17626,15 @@ msgid "Visual Tweaks" msgstr "Визуальные настройки" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 -#: superset/views/chart/mixin.py:88 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "Тип визуализации" -#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "Тип визуализации" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -17282,7 +17671,7 @@ msgid "" "structure." msgstr "Визуализирует несколько уровней иерархии, используя древовидную структуру." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" "Visualize two different series using the same x-axis. Note that both " "series can be visualized with a different chart type (e.g. 1 using bars " @@ -17296,7 +17685,7 @@ msgid "" "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 msgid "" "Visualize two different time series using the same x-axis. Note that each" " time series can be visualized differently (e.g. 1 using bars and 1 using" @@ -17340,7 +17729,7 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" @@ -17380,15 +17769,17 @@ msgstr "Тип визуализации" msgid "WED" msgstr "СР" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:898 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "Хотите добавить новую базу данных?" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1240 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "Предупреждение" -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "Предупреждение" @@ -17409,7 +17800,7 @@ msgstr "" msgid "Was unable to check your query" msgstr "Не удалось проверить запрос" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1295 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 msgid "" "We are unable to connect to your database. Click \"See more\" for " "database-provided information that may help troubleshoot the issue." @@ -17417,7 +17808,7 @@ msgstr "" "Не удалось подключиться к базе данных. Нажмите \"Подробнее\" для " "информации, предоставленной базой данных в ответ, для решения проблемы." -#: superset/db_engine_specs/bigquery.py:178 +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "Не удалось обнаружить столбец \"%(column)s\" в строке %(location)s." @@ -17427,8 +17818,8 @@ msgstr "Не удалось обнаружить столбец \"%(column)s\" msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "Не удалось обнаружить столбец \"%(column_name)s\"" -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:603 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " @@ -17461,7 +17852,7 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "Сеть" @@ -17469,31 +17860,31 @@ msgstr "Сеть" msgid "Wednesday" msgstr "Среда" -#: superset/db_engine_specs/base.py:111 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "Неделя" -#: superset/db_engine_specs/base.py:117 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "Неделя, заканчивающаяся в субботу" -#: superset/db_engine_specs/base.py:116 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "Неделя, начинающаяся в понедельник" -#: superset/db_engine_specs/base.py:115 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "Неделя, начинающаяся в воскресенье" -#: superset/db_engine_specs/base.py:118 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "Неделя, заканчивающаяся в воскресенье" -#: superset-frontend/src/components/ReportModal/index.tsx:120 +#: superset-frontend/src/components/ReportModal/index.tsx:123 msgid "Weekly Report" msgstr "Еженедельный отчет" -#: superset-frontend/src/components/ReportModal/index.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:122 #, python-format msgid "Weekly Report for %s" msgstr "Еженедельный отчет для %s" @@ -17548,12 +17939,12 @@ msgstr[2] "" "Возникла проблема при загрузке этой визуализации. Для запросов установлен" " тайм-аут %s секунд." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "Текст, отображаемый на метке" @@ -17570,7 +17961,7 @@ msgstr "" "устанавливается в `.1%`" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" "Когда предоставляется вторичная мера, используется линейная цветовая " @@ -17590,20 +17981,20 @@ msgstr "" "Если отмечено, карта будет смасштабирована к вашим данным после каждого " "запроса" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" "Если этот параметр включен, пользователи могут смотреть ответ запросов " "Лаборатории SQL в режиме исследования." #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" "Когда предоставляется только основная мера, используется категориальная " "цветовая схема." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1083 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " @@ -17613,7 +18004,7 @@ msgstr "" "будет использовать это выражение в подзапросе, при необходимости " "группировки и фильтрации." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:882 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -17628,10 +18019,14 @@ msgstr "" "относительного временного фильтра к секционированному или " "индексированному полю типа дата/время." -#: superset/viz.py:858 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "При использовании 'GROUP BY' вы ограничены использованием одной меры" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + #: superset-frontend/src/filters/components/Select/controlPanel.ts:110 msgid "When using this option, default value can’t be set" msgstr "При включении этой опции нельзя установить значение по умолчанию" @@ -17640,17 +18035,17 @@ msgstr "При включении этой опции нельзя устано msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "Индикатор прогресса накладывается при наличии нескольких групп данных" -#: superset/connectors/sqla/views.py:456 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:112 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:441 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" @@ -17660,7 +18055,7 @@ msgstr "" msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "Выравнивание гистограммы внутри ячеек по горизонтали слева" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "Всегда показывать метку аннотации" @@ -17677,16 +18072,16 @@ msgid "Whether to apply filter when items are clicked" msgstr "Применять фильтр при щелчке по элементам" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "Окрашивать ячейки с числами в зависимости от их знака" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "Отображать гистограмм в колонках таблицы" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "Отображать легенду для графика" @@ -17694,8 +18089,8 @@ msgstr "Отображать легенду для графика" msgid "Whether to display bubbles on top of countries" msgstr "Отображать пузыри поверх стран" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 msgid "Whether to display the aggregate count" msgstr "Отображать совокупное количество" @@ -17704,17 +18099,18 @@ msgid "Whether to display the interactive data table" msgstr "Отображать интерактивную таблицу с данными" #: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "Отображать метки" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +#, fuzzy msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" "Отображать метки. Обратите внимание, что метка отображается только при " "достижении порогового значения 5%." @@ -17778,7 +18174,7 @@ msgstr "Использовать заливку для объектов" msgid "Whether to ignore locations that are null" msgstr "Игнорировать местоположения, которые не содержат данных о расположении" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:417 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "Отображение строки поиска" @@ -17791,7 +18187,7 @@ msgid "Whether to include the percentage in the tooltip" msgstr "Отображение процентной доли во всплывающей подсказке" #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" "Добавляет столбец даты/времени с группировкой дат, как определено в " @@ -17805,7 +18201,7 @@ msgstr "Сделать сетку 3D" msgid "Whether to make the histogram cumulative" msgstr "Сделать гистограмму нарастающей" -#: superset/connectors/sqla/views.py:107 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" @@ -17815,11 +18211,11 @@ msgstr "" msgid "Whether to normalize the histogram" msgstr "Нормализовать гистограмму" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:875 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "Распространить настройки фильтров автозаполнения" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " @@ -17827,7 +18223,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." @@ -17851,11 +18247,16 @@ msgstr "" msgid "Whether to show the split lines on the axis" msgstr "Отображение линий разделения на оси" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Сортировка по убыванию или по возрастанию для оси X" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 #: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 #: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:350 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "Сортировка по убыванию или по возрастанию" @@ -17865,26 +18266,21 @@ msgstr "" "Сортировка по убыванию или по возрастанию, если есть ограничение на " "количество категорий" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:63 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:119 -msgid "Whether to sort descending or ascending on the X-Axis." -msgstr "Сортировка по убыванию или по возрастанию для оси X" - #: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "Сортировка результатов по выбранной мере в порядке убывания" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "Сортировка выбранных мер по убыванию во всплывающей подсказке" @@ -17902,7 +18298,7 @@ msgstr "Выбор страны для графика" msgid "Which relatives to highlight on hover" msgstr "Подсвечивается при наведении" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "Настройки усов/выбросов" @@ -17941,16 +18337,16 @@ msgstr "Облако слов" msgid "Word Rotation" msgstr "Поворот текста" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:64 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "Обрабатывается" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:412 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "Время на рассылку" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2076 +#: superset/viz.py:2079 msgid "World Map" msgstr "Карта Мира" @@ -17986,13 +18382,13 @@ msgstr "Отступ снизу названия оси X" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:178 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:318 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 #: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "Ось X" @@ -18015,7 +18411,7 @@ msgid "X Log Scale" msgstr "Логарифмическая ось X" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "Расположение делений оси X" @@ -18024,11 +18420,11 @@ msgstr "Расположение делений оси X" msgid "X bounds" msgstr "Показывать границы оси X" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 msgid "X-Axis Sort Ascending" msgstr "Сортировать по возрастанию оси X" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:62 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 msgid "X-Axis Sort By" msgstr "" @@ -18063,12 +18459,12 @@ msgstr "Положение названия оси Y" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 #: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" @@ -18088,10 +18484,10 @@ msgstr "Границы оси Y 2" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "Границы оси Y" @@ -18126,6 +18522,15 @@ msgstr "Логарифмическая ось Y" msgid "Y bounds" msgstr "Показывать границы оси Y" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Сортировать по возрастанию оси X" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 msgid "Y-axis" msgstr "Ось Y" @@ -18139,7 +18544,7 @@ msgstr "Границы оси Y" msgid "YScale Interval" msgstr "Интервал обновления" -#: superset/db_engine_specs/base.py:114 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "Год" @@ -18160,13 +18565,13 @@ msgstr "Лет %s" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 -#: superset-frontend/src/pages/ChartList/index.tsx:568 -#: superset-frontend/src/pages/ChartList/index.tsx:677 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:461 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:543 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:464 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:484 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:576 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "Да" @@ -18179,7 +18584,7 @@ msgstr "Да, отменить" msgid "Yes, overwrite changes" msgstr "Да, перезаписать изменения" -#: superset-frontend/src/pages/ChartList/index.tsx:96 +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -18189,7 +18594,7 @@ msgstr "" "Перезапись может привести к потере части вашей работы. Вы уверены, что " "хотите перезаписать?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -18199,7 +18604,7 @@ msgstr "" "Перезапись может привести к потере части вашей работы. Вы уверены, что " "хотите перезаписать?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1221 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -18209,7 +18614,7 @@ msgstr "" "Перезапись может привести к потере части вашей работы. Вы уверены, что " "хотите перезаписать?" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " @@ -18219,7 +18624,7 @@ msgstr "" "Перезапись может привести к потере части вашей работы. Вы уверены, что " "хотите продолжить?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:64 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " @@ -18229,7 +18634,7 @@ msgstr "" "существуют. Перезапись может привести к потере части вашей работы. Вы " "уверены, что хотите продолжить?" -#: superset/views/core.py:2152 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." @@ -18249,6 +18654,18 @@ msgstr "Вы можете добавить компоненты в" msgid "You can add the components in the edit mode." msgstr "Вы можете добавить компоненты в режиме редактирования." +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 +msgid "" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." +msgstr "" + #: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 #: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" @@ -18262,13 +18679,24 @@ msgstr "" msgid "You can preview the list of dashboards in the chart settings dropdown." msgstr "" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +#, fuzzy +msgid "You can't apply cross-filter on this data point." +msgstr "Недостаточно прав для доступа к этому датасету." + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 +msgid "" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" "Вы не можете использовать расположение делений под углом 45° при " "использовании временного фильтра" -#: superset/viz.py:720 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." @@ -18281,14 +18709,15 @@ msgstr "" msgid "You do not have permission to edit this %s" msgstr "У вас нет прав на редактирование этого графика" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:69 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "У вас нет прав на редактирование этого графика" +#: superset-frontend/src/components/Tags/utils.tsx:69 #: superset-frontend/src/dashboard/actions/dashboardState.js:366 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:115 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:117 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "У вас нет прав на редактирование этого дашборда" @@ -18297,7 +18726,7 @@ msgstr "У вас нет прав на редактирование этого msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "У вас нет доступа этого источника данных: %(name)s." -#: superset-frontend/src/dashboard/actions/dashboardState.js:154 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "У вас нет прав на редактирование этого дашборда." @@ -18317,7 +18746,7 @@ msgstr "Недостаточно прав для доступа к этому д msgid "You don't have access to this embedded dashboard config." msgstr "У вас нет прав на редактирование этого встраиваемого дашборда." -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:160 +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "У вас пока нет избранных!" @@ -18326,16 +18755,16 @@ msgstr "У вас пока нет избранных!" msgid "You don't have permission to modify the value." msgstr "Недостаточно прав для редактирования этого значения." -#: superset/security/manager.py:2219 +#: superset/security/manager.py:2267 #, python-format msgid "You don't have the rights to alter %(resource)s" msgstr "Недостаточно прав для изменения %(resource)s" -#: superset/views/core.py:921 +#: superset/views/core.py:923 msgid "You don't have the rights to alter this chart" msgstr "Недостаточно прав для изменения графика" -#: superset/views/core.py:1092 +#: superset/views/core.py:1097 msgid "You don't have the rights to alter this dashboard" msgstr "Недостаточно прав для изменения дашборда" @@ -18343,19 +18772,19 @@ msgstr "Недостаточно прав для изменения дашбор msgid "You don't have the rights to alter this title." msgstr "Недостаточно прав для изменения названия." -#: superset/views/core.py:927 +#: superset/views/core.py:929 msgid "You don't have the rights to create a chart" msgstr "Недостаточно прав для создания графика" -#: superset/views/core.py:1108 +#: superset/views/core.py:1113 msgid "You don't have the rights to create a dashboard" msgstr "Недостаточно прав для создания дашборда" -#: superset/views/core.py:642 +#: superset/views/core.py:644 msgid "You don't have the rights to download as csv" msgstr "Недостаточно прав для скачивания в CSV" -#: superset/views/core.py:422 +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "Недостаточно прав для одобрения этого запроса" @@ -18367,7 +18796,7 @@ msgstr "Вы удалили фильтр." msgid "You have unsaved changes." msgstr "У вас есть несохраненные изменения." -#: superset-frontend/src/dashboard/actions/dashboardState.js:655 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 #, python-format msgid "" "You have used all %(historyLength)s undo slots and will not be able to " @@ -18376,7 +18805,7 @@ msgid "" msgstr "" #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:457 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 msgid "" "You must be a dataset owner in order to edit. Please reach out to a " "dataset owner to request modifications or edit access." @@ -18388,7 +18817,7 @@ msgstr "" msgid "You must pick a name for the new dashboard" msgstr "Вы должны выбрать имя для нового дашборда" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:503 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "Сначала необходимо успешно выполнить запрос" @@ -18396,7 +18825,7 @@ msgstr "Сначала необходимо успешно выполнить з msgid "You need to configure HTML sanitization to use CSS" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:349 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 msgid "" "You updated the values in the control panel, but the chart was not " "updated automatically. Run the query by clicking on the \"Update chart\" " @@ -18413,11 +18842,11 @@ msgstr "" "Вы изменили датасеты. Все элементы управления с данными (столбцами, " "мерами), которые соответствуют новому датасету, были сохранены." -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 msgid "Your chart is not up to date" msgstr "Ваш график не актуален" -#: superset-frontend/src/components/Chart/Chart.jsx:289 +#: superset-frontend/src/components/Chart/Chart.jsx:283 msgid "Your chart is ready to go!" msgstr "Ваш график готов!" @@ -18427,7 +18856,7 @@ msgstr "" "Дашборд слишком большой. Пожалуйста, уменьшите его размер перед " "сохранением." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1010 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "Не удалось сохранить ваш запрос" @@ -18435,7 +18864,7 @@ msgstr "Не удалось сохранить ваш запрос" msgid "Your query could not be scheduled" msgstr "Не удалось запланировать ваш запрос" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1045 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "Не удалось обновить ваш запрос" @@ -18447,19 +18876,19 @@ msgstr "" "Запрос был запланирован. Чтобы посмотреть детали запроса, перейдите в " "Сохраненные запросы" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1025 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 msgid "Your query was not properly saved" msgstr "Ваш запрос не был сохранен должным образом" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1028 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "Ваш запрос был сохранен" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1041 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "Ваш запрос был сохранен" -#: superset-frontend/src/reports/actions/reports.js:152 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "Не удается удалить рассылку" @@ -18476,28 +18905,28 @@ msgstr "Масштабирование" msgid "Zoom level of the map" msgstr "Уровень масштабирования карты" -#: superset-frontend/src/dashboard/actions/dashboardState.js:254 +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 msgid "[ untitled dashboard ]" msgstr "[ безымянный дашборд ]" -#: superset/viz.py:2383 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "Столбцы [Долгота] и [Широта] должны присутствовать в [Группировать по]" -#: superset/viz.py:2333 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "[Долгота] и [Широта] должны быть заданы" -#: superset/explore/commands/get.py:121 superset/views/core.py:868 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "[отсутствующий датасет]" -#: superset/utils/core.py:907 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Суперсет] Предоставлен доступ к источнику данных %(name)s" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:87 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "[Без названия]" @@ -18511,7 +18940,7 @@ msgstr "Базовая настройка" msgid "[copy]" msgstr "Копировать" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:195 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[имя дашборда]" @@ -18520,7 +18949,7 @@ msgid "[desc]" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " @@ -18530,7 +18959,7 @@ msgstr "" "доли по отношению к основной мере. Если не выбрано, цвет задается " "согласно имени категории" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:265 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 msgid "[untitled]" msgstr "[без названия]" @@ -18542,7 +18971,7 @@ msgstr "" msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:567 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "`доверительный_интервал` должен быть между 0 и 1 (не включая концы)" @@ -18553,7 +18982,7 @@ msgid "" "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:434 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" @@ -18565,37 +18994,37 @@ msgstr "" msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1109 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1116 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:967 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:431 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "агрегатная функция" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "оповещение" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:112 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "оповещений" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:218 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 #: superset-frontend/src/explore/controls.jsx:254 msgid "all" msgstr "Все" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:205 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "также копировать (дублировать) графики" @@ -18607,12 +19036,12 @@ msgstr "предок" msgid "and" msgstr "и" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:78 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "аннотация" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:104 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "слой_аннотации" @@ -18634,8 +19063,8 @@ msgstr "в" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:117 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 msgid "auto" msgstr "Автоматически" @@ -18682,7 +19111,7 @@ msgstr "" msgid "bottom" msgstr "снизу" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 msgid "button (cmd + z) until you save your changes." msgstr "(CTRL + Z), пока вы не сохраните изменения." @@ -18704,26 +19133,27 @@ msgstr "Ошибка" msgid "change" msgstr "изменение" -#: superset-frontend/src/pages/ChartList/index.tsx:183 -#: superset-frontend/src/pages/ChartList/index.tsx:851 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:89 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "график" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:27 msgid "charts" msgstr "графики(ов)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "выберите WHERE или HAVING..." -#: superset-frontend/src/components/ListView/ListView.tsx:412 +#: superset-frontend/src/components/ListView/ListView.tsx:415 msgid "clear all filters" msgstr "Сбросить все фильтры" -#: superset-frontend/src/components/Chart/Chart.jsx:296 -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:353 +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 msgid "click here" msgstr "нажмите сюда" @@ -18739,11 +19169,11 @@ msgstr "Код ISO 3166-1 alpha-3 (cca3)" msgid "code International Olympic Committee (cioc)" msgstr "Код Международного Олимпийского Комитета (cioc)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:420 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "столбец" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:152 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 #, python-format msgid "connecting to %(dbModelName)s." msgstr "подключении к %(dbModelName)s" @@ -18753,7 +19183,7 @@ msgstr "подключении к %(dbModelName)s" msgid "count" msgstr "количество" -#: superset-frontend/src/explore/components/SaveModal.tsx:355 +#: superset-frontend/src/explore/components/SaveModal.tsx:365 msgid "create" msgstr "создать" @@ -18761,15 +19191,15 @@ msgstr "создать" msgid "create a new chart" msgstr "создать новый график" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/MessageContent.tsx:45 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 msgid "create dataset from SQL query" msgstr "создайте датасет из SQL запроса" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:251 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "css" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "шаблон_css" @@ -18786,36 +19216,35 @@ msgid "cumulative" msgstr "кумулятивно" #: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:121 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:717 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:75 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "дашборд" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/features/home/EmptyState.tsx:28 msgid "dashboards" msgstr "дашборды(ов)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:91 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:537 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:665 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "база данных" #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 #: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Footer/index.tsx:60 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:71 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:153 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:850 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "датасет" -#: superset-frontend/src/views/CRUD/data/dataset/AddDataset/Header/index.tsx:83 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 msgid "dataset name" msgstr "Имя датасета" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:303 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "дата" @@ -18903,8 +19332,8 @@ msgid "descendant" msgstr "потомок" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "описание" @@ -18913,11 +19342,11 @@ msgstr "описание" msgid "deviation" msgstr "Продолжительность" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "диалект+драйвер://пользователь:пароль@хост:порт/схема" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:152 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "черновик" @@ -18925,50 +19354,50 @@ msgstr "черновик" msgid "dttm" msgstr "Дата/время" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:190 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:238 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "например, ********" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:111 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "например, 127.0.0.1" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "например, 5432" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 msgid "e.g. AccountAdmin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx:143 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "например, Analytics" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 msgid "e.g. compute_wh" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "например, параметр1=значение1&параметр2=значение2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 msgid "e.g. sql/protocolv1/o/12345" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:630 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "например, health_medicine" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:628 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 msgid "e.g. xy12345.us-east-2.aws" msgstr "" @@ -18985,7 +19414,7 @@ msgstr "режиме редактирования" msgid "entries" msgstr "категории" -#: superset/connectors/sqla/models.py:1510 superset/models/helpers.py:1727 +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 #, fuzzy msgid "error_message" msgstr "Сообщение об ошибке" @@ -19044,7 +19473,6 @@ msgid "ffill" msgstr "ffill (заполняет пропуски следующими значениями)" #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:262 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." @@ -19053,13 +19481,13 @@ msgstr "" " замените его фильтрами в левой панели дашборда." #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:101 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr " за подробной информацией по тому, как структурировать ваш URI" @@ -19083,12 +19511,12 @@ msgstr "тепловая карта" msgid "heatmap: values are normalized across the entire heatmap" msgstr "тепловая карта: значения нормализованы внутри всей карты" -#: superset-frontend/src/components/EmptyState/index.tsx:237 +#: superset-frontend/src/components/EmptyState/index.tsx:231 #: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:123 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx:106 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:925 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1644 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "здесь" @@ -19130,7 +19558,7 @@ msgstr "Ожидается целое число" msgid "joined" msgstr "Присоединился" -#: superset/views/base.py:591 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "JSON не валиден" @@ -19186,11 +19614,11 @@ msgstr "" msgid "linear" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:66 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "журнал" -#: superset/charts/schemas.py:639 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." @@ -19228,7 +19656,7 @@ msgstr "Среднее" msgid "median" msgstr "Медиана" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:59 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 #: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 msgid "metric" msgstr "мера" @@ -19323,11 +19751,16 @@ msgstr "Оффлайн" msgid "on" msgstr "по" +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "час" + #: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 msgid "or use existing ones from the panel on the right" msgstr "или использовать уже существующие из панели справа" -#: superset/charts/schemas.py:1138 +#: superset/charts/schemas.py:1143 #, fuzzy msgid "orderby column must be populated" msgstr "Ваш запрос не может быть сохранен" @@ -19362,11 +19795,11 @@ msgstr "p99" msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:195 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:175 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" @@ -19386,7 +19819,7 @@ msgid "" " first is lower than the second value" msgstr "" -#: superset/views/core.py:1900 +#: superset/views/core.py:1921 msgid "permalink state not found" msgstr "" @@ -19406,7 +19839,7 @@ msgstr "предыдущая календарная неделя" msgid "previous calendar year" msgstr "предыдущий календарный год" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:152 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "опубликовано" @@ -19415,11 +19848,11 @@ msgstr "опубликовано" msgid "quarter" msgstr "Квартал" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:547 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "запросы" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:131 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "запрос" @@ -19435,7 +19868,7 @@ msgstr "обновить" msgid "recent" msgstr "недавние" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "недавние(их)" @@ -19443,19 +19876,19 @@ msgstr "недавние(их)" msgid "red" msgstr "Красная" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:111 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:544 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "рассылка" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:112 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:139 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:148 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:75 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "рассылки" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:432 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 msgid "restore zoom" msgstr "восстановить масштабирование" @@ -19470,11 +19903,16 @@ msgstr "справа" msgid "running" msgstr "Выполняется" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:30 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "сохраненные(ых) запросы(ов)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:414 +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +#, fuzzy +msgid "search by tags" +msgstr "Показать в виде таблицы" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 msgid "seconds" msgstr "секунд" @@ -19501,7 +19939,7 @@ msgid "stack" msgstr "С наполнением" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 #, fuzzy msgid "staggered" @@ -19565,6 +20003,10 @@ msgstr "Сумма" msgid "syntax." msgstr "" +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 msgid "temporal type icon" msgstr "" @@ -19582,7 +20024,7 @@ msgstr "по" msgid "top" msgstr "сверху" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 msgid "undo" msgstr "отмены" @@ -19590,7 +20032,7 @@ msgstr "отмены" msgid "unknown type icon" msgstr "" -#: superset/charts/schemas.py:654 +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." @@ -19620,7 +20062,12 @@ msgstr "Дисперсия" msgid "variance" msgstr "Дисперсия" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1042 +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Время в секундах" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "Виртуальный" @@ -19628,7 +20075,7 @@ msgstr "Виртуальный" msgid "viz type" msgstr "тип визуализации" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:455 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "создан(а)" @@ -19677,6 +20124,6 @@ msgstr "год" msgid "yellow" msgstr "Желтая" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:431 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 msgid "zoom area" -msgstr "область масштабирования" +msgstr "" diff --git a/superset/translations/sk/LC_MESSAGES/messages.json b/superset/translations/sk/LC_MESSAGES/messages.json index 4418cabbf8530..8470e98d795ef 100644 --- a/superset/translations/sk/LC_MESSAGES/messages.json +++ b/superset/translations/sk/LC_MESSAGES/messages.json @@ -2,2275 +2,4672 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2)", "lang": "sk" }, - "Home": ["Domov"], - "Annotation Layers": ["Anotačná vrstva"], - "Manage": ["Spravovať"], - "Databases": ["Databázy"], - "Data": ["Dáta"], - "Datasets": ["Datasety"], - "Charts": ["Grafy"], - "Dashboards": [""], - "Plugins": ["Pluginy"], - "CSS Templates": ["CSS šablóny"], - "Row level security": ["Bezpečnosť na úrovni riadkov"], - "Security": ["Bezpečnosť"], - "Import Dashboards": ["Importovať dashboard"], - "SQL Editor": [""], - "SQL Lab": [""], - "Saved Queries": ["Uložené dotazy"], - "Query History": ["História dotazov"], - "Upload a CSV": ["Nahrať CSV"], - "Upload Excel": ["Nahrať Excel"], - "Action Log": [""], - "Dashboard Emails": [""], - "Chart Email Schedules": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Access requests": [""], - "Druid Datasources": [""], - "Druid Clusters": [""], - "Scan New Datasources": [""], - "Refresh Druid Metadata": [""], - "Issue 1000 - The datasource is too large to query.": [""], - "Issue 1001 - The database is under an unusual load.": [""], - "Issue 1002 - The database returned an unexpected error.": [""], - "Issue 1003 - There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "Issue 1004 - The column was deleted or renamed in the database.": [""], - "Issue 1005 - The table was deleted or renamed in the database.": [""], - "Issue 1005 - The schema was deleted or renamed in the database.": [""], - "Issue 1006 - One or more parameters specified in the query are missing.": [ + "\n Error: %(text)s\n ": [""], + " (excluded)": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "Issue 1007 - The hostname provided can't be resolved.": [""], - "Issue 1008 - The port is closed.": [""], - "Issue 1009 - The host might be down, and can't be reached on the provided port.": [ + " a new one": [""], + " expression which needs to adhere to the ": [""], + " source code of Superset's sandboxed parser": [""], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "" ], - "Issue 1010 - Superset encountered an error while running a command.": [ + " to add calculated columns": [""], + " to add metrics": [""], + " to edit or add columns and metrics.": [""], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%(name)s.csv": [""], + "%(object)s does not exist in this database.": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "%(other)s saved queries will appear here": [""], + "%(prefix)s %(title)s": [""], + "%(rows)d rows returned": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "" ], - "Issue 1011 - Superset encountered an unexpected error.": [""], - "Issue 1012 - The username provided when connecting to a database is not valid.": [ + "%(user)s's profile": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Issue 1013 - The password provided when connecting to a database is not valid.": [ + "%s Error": [""], + "%s PASSWORD": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": [""], + "%s Selected (%s Physical, %s Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (Virtual)": [""], + "%s aggregates(s)": [""], + "%s column(s)": [""], + "%s operator(s)": [""], + "%s option(s)": [""], + "%s row": ["", "%s rows", "%s rows"], + "%s saved metric(s)": [""], + "%s updated": [""], + "%s%s": [""], + "%s-%s of %s": [""], + "(Removed)": [""], + "(deleted or invalid type)": [""], + "(no description, click to see stack trace)": [""], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "" ], - "Issue 1014 - Either the username or the password is wrong.": [""], - "Issue 1015 - Either the database is spelled incorrectly or does not exist.": [ + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Issue 1017 - User doesn't have the proper permissions.": [""], - "Invalid certificate": [""], - "Unsafe return type for function %(func)s: %(value_type)s": [""], - "Unsupported return value for method %(name)s": [""], - "Unsafe template value for key %(key)s: %(value_type)s": [""], - "Unsupported template value for key %(key)s": [""], - "SQL Lab timeout. This environment's policy is to kill queries after {} seconds.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "Only `SELECT` statements are allowed against this database": [""], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + ".": [""], + "0 Selected": [""], + "1 calendar day frequency": [""], + "1 day": [""], + "1 day ago": [""], + "1 hour": [""], + "1 hourly frequency": [""], + "1 minute": [""], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week": [""], + "1 week ago": [""], + "1 week starting Monday (freq=W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 year": [""], + "1 year ago": [""], + "1 year end frequency": [""], + "1 year start frequency": [""], + "10 minute": [""], + "104 weeks": [""], + "104 weeks ago": [""], + "15 minute": [""], + "156 weeks": [""], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days": [""], + "28 days ago": [""], + "2D": [""], + "3 letter code of the country": [""], + "3 years": [""], + "3 years ago": [""], + "30 days": [""], + "30 days ago": [""], + "30 minute": [""], + "30 minutes": [""], + "30 second": [""], + "30 seconds": [""], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], + "5 minute": [""], + "5 minutes": [""], + "5 second": [""], + "5 seconds": [""], + "52 weeks": [""], + "52 weeks ago": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "6 hour": [""], + "60 days": [""], + "7 calendar day frequency": [""], + "7 days": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": [""], + ":": [""], + "< (Smaller than)": [""], + "<= (Smaller or equal)": [""], + "": [""], + "": [""], + "": [""], + "": [""], + "": [""], + "== (Is equal)": [""], + "> (Larger than)": [""], + ">= (Larger or equal)": [""], + "A Big Number": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "A database with the same name already exists.": [""], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "Viz is missing a datasource": [""], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "A handlebars template that is applied to the data": [""], + "A human-friendly name": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "From date cannot be larger than to date": [""], - "Cached value not found": [""], - "Columns missing in datasource: %(invalid_columns)s": [""], - "Table View": [""], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "A list of tags that have been applied to this chart.": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [""], - "Time Table View": [""], - "Pick at least one metric": [""], - "When using 'Group By' you are limited to use a single metric": [""], - "Pivot Table": [""], - "Please choose at least one 'Group by' field ": [""], - "Please choose at least one metric": [""], - "Group By' and 'Columns' can't overlap": [""], - "Treemap": [""], - "Calendar Heatmap": [""], - "Bubble Chart": [""], - "Please use 3 different metric labels": [""], - "Pick a metric for x, y and size": [""], - "Bullet Chart": [""], - "Pick a metric to display": [""], - "Big Number with Trendline": [""], - "Pick a metric!": [""], - "Big Number": [""], - "Time Series - Line Chart": [""], - "Pick a time granularity for your time series": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "A map of the world, that can indicate values in different countries.": [ "" ], - "Time Series - Multiple Line Charts": [""], - "Time Series - Dual Axis Line Chart": [""], - "Pick a metric for left axis!": [""], - "Pick a metric for right axis!": [""], - "Please choose different metrics on left and right axis": [""], - "Time Series - Bar Chart": [""], - "Time Series - Period Pivot": [""], - "Time Series - Percent Change": [""], - "Time Series - Stacked": [""], - "Histogram": [""], - "Must have at least one numeric column specified": [""], - "Distribution - Bar Chart": [""], - "Can't have overlap between Series and Breakdowns": [""], - "Pick at least one field for [Series]": [""], - "Sunburst": [""], - "Sankey": [""], - "Pick exactly 2 columns as [Source / Target]": [""], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "Directed Force Layout": [""], - "Country Map": [""], - "World Map": [""], - "Filters": [""], - "Invalid filter configuration, please select a column": [""], - "Parallel Coordinates": [""], - "Heatmap": [""], - "Horizon Charts": [""], - "Mapbox": [""], - "[Longitude] and [Latitude] must be set": [""], - "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": [""], - "Invalid spatial point encountered: %s": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "A metric to use for color": [""], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ "" ], - "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": [""], - "Deleted %(num)d annotation layer": [ - "", - "Deleted %(num)d annotation layers", - "Deleted %(num)d annotation layers" + "A readable URL for your dashboard": [""], + "A reference to the [Time] configuration, taking granularity into account": [ + "" ], - "All Text": [""], - "Deleted %(num)d annotation": [ - "", - "Deleted %(num)d annotations", - "Deleted %(num)d annotations" + "A report named \"%(name)s\" already exists": [""], + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [""], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "" ], - "End date must be after start date": [""], - "Short description must be unique for this layer": [""], - "Annotations could not be deleted.": [""], - "Annotation not found.": [""], - "Annotation parameters are invalid.": [""], - "Annotation could not be created.": [""], - "Annotation could not be updated.": [""], - "Annotation delete failed.": [""], - "Annotation layer parameters are invalid.": [""], - "Annotation layer could not be deleted.": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "Annotation layer not found.": [""], - "Annotation layer delete failed.": [""], - "Annotation layer has associated annotations.": [""], - "Name must be unique": [""], - "Deleted %(num)d chart": [ - "", - "Deleted %(num)d charts", - "Deleted %(num)d charts" + "A time column must be specified when using a Time Comparison.": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" ], - "Request is not JSON": [""], - "Request is incorrect: %(error)s": [""], - "`confidence_interval` must be between 0 and 1 (exclusive)": [""], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "A timeout occurred while executing the query.": [""], + "A timeout occurred while generating a csv.": [""], + "A timeout occurred while generating a dataframe.": [""], + "A timeout occurred while taking a screenshot.": [""], + "A valid color scheme is required": [""], + "APPLY": [""], + "APR": [""], + "AQE": [""], + "AUG": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "About": [""], + "Access": [""], + "Access requests": [""], + "Access to user activity data is restricted": [""], + "Access token": [""], + "Access was requested": [""], + "Action": [""], + "Action Log": [""], + "Actions": [""], + "Active": [""], + "Actual Values": [""], + "Actual time range": [""], + "Actual value": [""], + "Actual values": [""], + "Adaptive formatting": [""], + "Add": [""], + "Add Alert": [""], + "Add CSS Template": [""], + "Add CSS template": [""], + "Add Chart": [""], + "Add Column": [""], + "Add Dashboard": [""], + "Add Database": [""], + "Add Log": [""], + "Add Metric": [""], + "Add Report": [""], + "Add Row level security filter": [""], + "Add Saved Query": [""], + "Add a Plugin": [""], + "Add a dataset": [""], + "Add a new tab": [""], + "Add a new tab to create SQL Query": [""], + "Add additional custom parameters": [""], + "Add an item": [""], + "Add and edit filters": [""], + "Add annotation": [""], + "Add annotation layer": [""], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "Add cross-filter": [""], + "Add delivery method": [""], + "Add extra connection information.": [""], + "Add filter": [""], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ "" ], - "`width` must be greater or equal to 0": [""], - "`row_limit` must be greater than or equal to 0": [""], - "`row_offset` must be greater than or equal to 0": [""], - "There are associated alerts or reports: %s,": [""], - "Time string is unclear. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Add filters and dividers": [""], + "Add item": [""], + "Add metric": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Add new color formatter": [""], + "Add new formatter": [""], + "Add notification method": [""], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], + "Add sheet": [""], + "Add the name of the chart": [""], + "Add the name of the dashboard": [""], + "Add to dashboard": [""], + "Add/Edit Filters": [""], + "Added": [""], + "Additional Parameters": [""], + "Additional fields may be required": [""], + "Additional information": [""], + "Additional metadata": [""], + "Additional padding for legend.": [""], + "Additional parameters": [""], + "Additional settings.": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Additive": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": [""], + "Advanced Analytics": [""], + "Advanced Data type": [""], + "Advanced analytics": [""], + "Advanced analytics Query A": [""], + "Advanced analytics Query B": [""], + "Advanced data type": [""], + "Advanced-Analytics": [""], + "Aesthetic": [""], + "After": [""], + "Aggregate": [""], + "Aggregate Mean": [""], + "Aggregate Sum": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "Cannot parse time string [%(human_readable)s]": [""], - "Database does not exist": [""], - "Dashboards do not exist": [""], - "Datasource type is required when datasource_id is given": [""], - "Chart parameters are invalid.": [""], - "Chart could not be created.": [""], - "Chart could not be updated.": [""], - "Chart could not be deleted.": [""], - "There are associated alerts or reports": [""], - "Changing this chart is forbidden": [""], - "Charts could not be deleted.": [""], - "Import chart failed for an unknown reason": [""], - "Owners are invalid": [""], - "Some roles do not exist": [""], - "Dataset does not exist": [""], - "Invalid result type: %(result_type)": [""], - "The chart does not exist": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "`operation` property of post processing object undefined": [""], - "Unsupported post processing operation: %(operation)s": [""], - "Adding new datasource [{}]": [""], - "Refreshing datasource [{}]": [""], - "Metric(s) {} must be aggregations.": [""], - "Unsupported extraction function: ": [""], - "Columns": [""], - "Show Druid Column": [""], - "Add Druid Column": [""], - "Edit Druid Column": [""], - "Column": [""], - "Type": [""], - "Datasource": [""], - "Groupable": [""], - "Filterable": [""], - "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "Metrics": [""], - "Show Druid Metric": [""], - "Add Druid Metric": [""], - "Edit Druid Metric": [""], - "Metric": [""], - "Description": [""], - "Verbose Name": [""], - "JSON": [""], - "Druid Datasource": [""], - "Warning Message": [""], - "Show Druid Cluster": [""], - "Add Druid Cluster": [""], - "Edit Druid Cluster": [""], - "Cluster Name": [""], - "Broker Host": [""], - "Broker Port": [""], - "Broker Username": [""], - "Broker Password": [""], - "Broker Endpoint": [""], - "Cache Timeout": [""], - "Metadata Last Refreshed": [""], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Aggregation function": [""], + "Alert": [""], + "Alert Triggered, In Grace Period": [""], + "Alert condition": [""], + "Alert condition schedule": [""], + "Alert ended grace period.": [""], + "Alert failed": [""], + "Alert fired during grace period.": [""], + "Alert found an error while executing a query.": [""], + "Alert name": [""], + "Alert on grace period": [""], + "Alert query returned a non-number value.": [""], + "Alert query returned more than one column.": [""], + "Alert query returned more than one column. %s columns returned": [""], + "Alert query returned more than one row.": [""], + "Alert query returned more than one row. %s rows returned": [""], + "Alert running": [""], + "Alert triggered, notification sent": [""], + "Alert validator config error.": [""], + "Alerts": [""], + "Alerts & Reports": [""], + "Alerts & reports": [""], + "Align +/-": [""], + "All": [""], + "All Entities": [""], + "All Text": [""], + "All charts": [""], + "All filters": [""], + "All filters (%(filterCount)d)": [""], + "All panels": [""], + "All panels with this column will be affected by this filter": [""], + "Allow CREATE TABLE AS": [""], + "Allow CREATE TABLE AS option in SQL Lab": [""], + "Allow CREATE VIEW AS": [""], + "Allow CREATE VIEW AS option in SQL Lab": [""], + "Allow Csv Upload": [""], + "Allow DML": [""], + "Allow columns to be rearranged": [""], + "Allow creation of new tables based on queries": [""], + "Allow creation of new views based on queries": [""], + "Allow data manipulation language": [""], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ "" ], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "Allow file uploads to database": [""], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "Show Druid Datasource": [""], - "Add Druid Datasource": [""], - "Edit Druid Datasource": [""], - "The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'": [ + "Allow multiple selections": [""], + "Allow node selections": [""], + "Allow sending multiple polygons as a filter event": [""], + "Allow this database to be explored": [""], + "Allow this database to be queried in SQL Lab": [""], + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ "" ], - "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": [ + "Allowed Domains (comma separated)": [""], + "Alphabetical": [""], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "" ], - "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": [ + "Altered": [""], + "An Error Occurred": [""], + "An alert named \"%(name)s\" already exists": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "An error has occurred": [""], + "An error occurred": [""], + "An error occurred saving dataset": [""], + "An error occurred while accessing the value.": [""], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "Associated Charts": [""], - "Data Source": [""], - "Cluster": [""], - "Owners": [""], - "Is Hidden": [""], - "Enable Filter Select": [""], - "Default Endpoint": [""], - "Time Offset": [""], - "Datasource Name": [""], - "Fetch Values From": [""], - "Changed By": [""], - "Modified": [""], - "Refreshed metadata from cluster [{}]": [""], - "Only `SELECT` statements are allowed": [""], - "Only single queries supported": [""], - "Error in jinja expression in fetch values predicate: %(msg)s": [""], - "Virtual dataset query must be read-only": [""], - "Error while rendering virtual dataset query: %(msg)s": [""], - "Virtual dataset query cannot be empty": [""], - "Virtual dataset query cannot consist of multiple statements": [""], - "Error in jinja expression in RLS filters: %(msg)s": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "An error occurred while creating %ss: %s": [""], + "An error occurred while creating the data source": [""], + "An error occurred while creating the value.": [""], + "An error occurred while deleting the value.": [""], + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "Empty query?": [""], - "Metric '%(metric)s' does not exist": [""], - "Unknown column used in orderby: %(col)s": [""], - "Time column \"%(col)s\" does not exist in dataset": [""], - "Filter value list cannot be empty": [""], - "Must specify a value for filters with comparison operators": [""], - "Invalid filter operation type: %(op)s": [""], - "Error in jinja expression in WHERE clause: %(msg)s": [""], - "Error in jinja expression in HAVING clause: %(msg)s": [""], - "Database does not support subqueries": [""], - "Db engine did not return all queried columns": [""], - "Show Column": [""], - "Add Column": [""], - "Edit Column": [""], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while fetching available CSS templates": [""], + "An error occurred while fetching chart created by values: %s": [""], + "An error occurred while fetching chart owners values: %s": [""], + "An error occurred while fetching created by values: %s": [""], + "An error occurred while fetching dashboard created by values: %s": [""], + "An error occurred while fetching dashboard owner values: %s": [""], + "An error occurred while fetching dashboards": [""], + "An error occurred while fetching dashboards: %s": [""], + "An error occurred while fetching database related data: %s": [""], + "An error occurred while fetching database values: %s": [""], + "An error occurred while fetching dataset datasource values: %s": [""], + "An error occurred while fetching dataset owner values: %s": [""], + "An error occurred while fetching dataset related data": [""], + "An error occurred while fetching dataset related data: %s": [""], + "An error occurred while fetching datasets: %s": [""], + "An error occurred while fetching function names.": [""], + "An error occurred while fetching owners values: %s": [""], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching tab state": [""], + "An error occurred while fetching table metadata": [""], + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "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.": [ + "An error occurred while fetching tag created by values: %s": [""], + "An error occurred while fetching user values: %s": [""], + "An error occurred while hiding the left bar. Please contact your administrator.": [ "" ], - "Table": [""], - "Expression": [""], - "Is temporal": [""], - "Datetime Format": [""], - "Invalid date/timestamp format": [""], - "Show Metric": [""], - "Add Metric": [""], - "Edit Metric": [""], - "SQL Expression": [""], - "D3 Format": [""], - "Extra": [""], - "Row level security filter": [""], - "Show Row level security filter": [""], - "Add Row level security filter": [""], - "Edit Row level security filter": [""], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "An error occurred while importing %s: %s": [""], + "An error occurred while loading the SQL": [""], + "An error occurred while opening Explore": [""], + "An error occurred while parsing the key.": [""], + "An error occurred while pruning logs ": [""], + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "These are the tables this filter will be applied to.": [""], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "An error occurred while rendering the visualization: %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "Tables": [""], - "Roles": [""], - "Clause": [""], - "Creator": [""], - "Show Table": [""], - "Import a table definition": [""], - "Edit Table": [""], - "Name of the table that exists in the source database": [""], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "An error occurred while setting the tab autorun. Please contact your administrator.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "An error occurred while setting the tab database ID. Please contact your administrator.": [ "" ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "An error occurred while setting the tab name. Please contact your administrator.": [ "" ], - "Redirects to this endpoint when clicking on the table from the table list": [ + "An error occurred while setting the tab schema. Please contact your administrator.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ + "An error occurred while starring this chart": [""], + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ "" ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ "" ], - "Database": [""], - "Last Changed": [""], - "Schema": [""], - "Offset": [""], - "Table Name": [""], - "Fetch Values Predicate": [""], - "Main Datetime Column": [""], - "SQL Lab View": [""], - "Template parameters": [""], - "The table was created. As part of this two-phase configuration process, you should now click the edit button by the new table to configure it.": [ + "An error occurred while updating the value.": [""], + "An error occurred while upserting the value.": [""], + "An unexpected error occurred": [""], + "An unknown error occurred. Please contact your Superset administrator": [ "" ], - "Refresh Metadata": [""], - "Refresh column metadata": [""], - "Metadata refreshed for the following table(s): %(tables)s": [""], - "The following tables added new columns: %(tables)s": [""], - "The following tables removed columns: %(tables)s": [""], - "The following tables update column metadata: %(tables)s": [""], - "Unable to refresh metadata for the following table(s): %(tables)s": [""], - "Deleted %(num)d css template": [ - "", - "Deleted %(num)d css templates", - "Deleted %(num)d css templates" - ], - "CSS template could not be deleted.": [""], - "CSS template not found.": [""], - "Deleted %(num)d dashboard": [ - "", - "Deleted %(num)d dashboards", - "Deleted %(num)d dashboards" - ], - "Title or Slug": [""], - "Role": [""], - "Must be unique": [""], - "Dashboard parameters are invalid.": [""], - "Dashboard not found.": [""], - "Dashboard could not be created.": [""], - "Dashboards could not be deleted.": [""], - "Dashboard could not be updated.": [""], - "Dashboard could not be deleted.": [""], - "Changing this Dashboard is forbidden": [""], - "Import dashboard failed for an unknown reason": [""], - "You don't have access to this dashboard.": [""], - "No data in file": [""], - "Table name undefined": [""], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "Anchor to": [""], + "Angle at which to end progress axis": [""], + "Angle at which to start progress axis": [""], + "Animation": [""], + "Annotation": [""], + "Annotation Layers": ["Anotačná vrstva"], + "Annotation Slice Configuration": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotation delete failed.": [""], + "Annotation layer": [""], + "Annotation layer could not be created.": [""], + "Annotation layer could not be deleted.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer delete failed.": [""], + "Annotation layer description columns": [""], + "Annotation layer has associated annotations.": [""], + "Annotation layer name": [""], + "Annotation layer not found.": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer type": [""], + "Annotation layers": [""], + "Annotation layers are still loading.": [""], + "Annotation name": [""], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotations and layers": [""], + "Annotations could not be deleted.": [""], + "Any": [""], + "Any additional detail to show in the certification tooltip.": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "Field cannot be decoded by JSON. %(msg)s": [""], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "An engine must be specified when passing individual parameters to a database.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "Engine \"%(engine)s\" is not a valid engine.": [""], - "Engine spec \"%(engine_spec)s\" does not support being configured via individual parameters.": [ + "Append": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], + "Applied filters: %s": [""], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "" ], - "Database parameters are invalid.": [""], - "A database with the same name already exists": [""], - "Field is required": [""], - "Field cannot be decoded by JSON. %{json_error}s": [""], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Apply": [""], + "Apply conditional color formatting to metrics": [""], + "Apply conditional color formatting to numeric columns": [""], + "Apply filters": [""], + "Apply metrics on": [""], + "Apply to all panels": [""], + "Apply to specific panels": [""], + "April": [""], + "Arc": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Are you sure you want to cancel?": [""], + "Are you sure you want to delete": [""], + "Are you sure you want to delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Are you sure you want to delete the selected charts?": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "Are you sure you want to delete the selected datasets?": [""], + "Are you sure you want to delete the selected layers?": [""], + "Are you sure you want to delete the selected queries?": [""], + "Are you sure you want to delete the selected tags?": [""], + "Are you sure you want to delete the selected templates?": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Are you sure you want to proceed?": [""], + "Are you sure you want to save and apply changes?": [""], + "Area Chart": [""], + "Area Chart (legacy)": [""], + "Area chart": [""], + "Area chart opacity": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ "" ], - "Database not found.": [""], - "Database could not be created.": [""], - "Database could not be updated.": [""], - "Connection failed, please check your connection settings": [""], - "Cannot delete a database that has tables attached": [""], - "Database could not be deleted.": [""], - "Stopped an unsafe database connection": [""], - "Could not load database driver": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Import database failed for an unknown reason": [""], - "Could not load database driver: {}": [""], - "Deleted %(num)d dataset": [ - "", - "Deleted %(num)d datasets", - "Deleted %(num)d datasets" - ], - "Null or Empty": [""], - "Dataset column not found.": [""], - "Dataset column delete failed.": [""], - "Changing this dataset is forbidden.": [""], - "Dataset %(name)s already exists": [""], - "Database not allowed to change": [""], - "One or more columns do not exist": [""], - "One or more columns are duplicated": [""], - "One or more columns already exist": [""], - "One or more metrics do not exist": [""], - "One or more metrics are duplicated": [""], - "One or more metrics already exist": [""], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Arrow": [""], + "Assign a set of parameters as": [""], + "Associated Charts": [""], + "Async Execution": [""], + "Asynchronous query execution": [""], + "August": [""], + "Auto": [""], + "Auto Zoom": [""], + "Autocomplete": [""], + "Autocomplete filters": [""], + "Autocomplete query predicate": [""], + "Automatic Color": [""], + "Available sorting modes:": [""], + "Axis": [""], + "Axis Bounds": [""], + "Axis Format": [""], + "Axis Title": [""], + "Axis ascending": [""], + "Axis descending": [""], + "BOOLEAN": [""], + "Back": [""], + "Back to all": [""], + "Backend": [""], + "Backward values": [""], + "Bad formula.": [""], + "Bad spatial key": [""], + "Bar": [""], + "Bar Chart": [""], + "Bar Chart (legacy)": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Values": [""], + "Bar orientation": [""], + "Base layer map style": [""], + "Based on a metric": [""], + "Based on granularity, number of time periods to compare against": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Basic": [""], + "Basic information": [""], + "Batch editing %d filters:": [""], + "Battery level over time": [""], + "Be careful.": [""], + "Before": [""], + "Big Number": [""], + "Big Number Font Size": [""], + "Big Number with Trendline": [""], + "Bottom": [""], + "Bottom Margin": [""], + "Bottom left": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Bottom right": [""], + "Bottom to Top": [""], + "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.": [ "" ], - "Dataset parameters are invalid.": [""], - "Dataset could not be created.": [""], - "Dataset could not be updated.": [""], - "Dataset could not be deleted.": [""], - "Dataset(s) could not be bulk deleted.": [""], - "Changing this dataset is forbidden": [""], - "Import dataset failed for an unknown reason": [""], - "Dataset metric not found.": [""], - "Dataset metric delete failed.": [""], - "Original value": [""], - "Second": [""], - "Minute": [""], - "5 minute": [""], - "10 minute": [""], - "15 minute": [""], - "Half hour": [""], - "Hour": [""], - "Day": [""], - "Week": [""], - "Month": [""], - "Quarter": [""], - "Year": [""], - "Week starting sunday": [""], - "Week starting monday": [""], - "Week ending saturday": [""], - "Week_ending sunday": [""], - "Username": [""], - "Password": [""], - "Hostname or IP address": [""], - "Database port": [""], - "Database name": [""], - "Additinal parameters": [""], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ + "Bounds for the 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.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Box Plot": [""], + "Breakdowns": [""], + "Bubble Chart": [""], + "Bubble Color": [""], + "Bubble Size": [""], + "Bubble size": [""], + "Bucket break points": [""], + "Build": [""], + "Bulk select": [""], + "Bullet Chart": [""], + "Business": [""], + "Business Data Type": [""], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ "" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "By key: use column names as sorting key": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "CANCEL": [""], + "CREATE DATASET": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "CREATE VIEW statement": [""], + "CRON Schedule": [""], + "CRON expression": [""], + "CSS": [""], + "CSS Styles": [""], + "CSS Templates": ["CSS šablóny"], + "CSS applied to the chart": [""], + "CSS template": [""], + "CSS template could not be deleted.": [""], + "CSS template name": [""], + "CSS template not found.": [""], + "CSS templates": [""], + "CSV Upload": [""], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "CSV to Database configuration": [""], + "CSV upload": [""], + "CTAS & CVAS SCHEMA": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "CTAS Schema": [""], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ "" ], - "Unknown MySQL server host \"%(hostname)s\".": [""], - "The host \"%(hostname)s\" might be down and can't be reached.": [""], - "Unable to connect to database \"%(database)s\".": [""], - "The username \"%(username)s\" does not exist.": [""], - "The password provided for username \"%(username)s\" is incorrect.": [""], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Cache Timeout": [""], + "Cache Timeout (seconds)": [""], + "Cache timeout": [""], + "Cached": [""], + "Cached %s": [""], + "Cached value not found": [""], + "Calculate contribution per series or row": [""], + "Calculated column [%s] requires an expression": [""], + "Calculated columns": [""], + "Calculation type": [""], + "Calendar Heatmap": [""], + "Can not move top level tab into nested tabs": [""], + "Can select multiple values": [""], + "Can't have overlap between Series and Breakdowns": [""], + "Cancel": [""], + "Cancel query on window unload event": [""], + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Cannot load filter": [""], + "Cannot parse time string [%(human_readable)s]": [""], + "Categorical": [""], + "Categorical Color": [""], + "Categories to group by on the x-axis.": [""], + "Category": [""], + "Category Name": [""], + "Category and Percentage": [""], + "Category and Value": [""], + "Category of target nodes": [""], + "Category, Value and Percentage": [""], + "Cell Padding": [""], + "Cell Radius": [""], + "Cell Size": [""], + "Cell bars": [""], + "Cell content": [""], + "Cell limit": [""], + "Center": [""], + "Centroid (Longitude and Latitude): ": [""], + "Certification": [""], + "Certification details": [""], + "Certified": [""], + "Certified By": [""], + "Certified by": [""], + "Certified by %s": [""], + "Change order of columns.": [""], + "Change order of rows.": [""], + "Changed By": [""], + "Changed on": [""], + "Changes saved.": [""], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ "" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [""], - "Unknown Presto Error": [""], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Changing this Dashboard is forbidden": [""], + "Changing this chart is forbidden": [""], + "Changing this control takes effect instantly": [""], + "Changing this dataset is forbidden": [""], + "Changing this dataset is forbidden.": [""], + "Changing this datasource is forbidden": [""], + "Changing this report is forbidden": [""], + "Character to interpret as decimal point": [""], + "Character to interpret as decimal point.": [""], + "Chart": [""], + "Chart %(id)s not found": [""], + "Chart Cache Timeout": [""], + "Chart ID": [""], + "Chart Options": [""], + "Chart Orientation": [""], + "Chart Title": [""], + "Chart [%s] has been overwritten": [""], + "Chart [%s] has been saved": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Chart cache timeout": [""], + "Chart changes": [""], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ "" ], - "Temporal expression not supported for type: %(col_type)s": [""], - "Deleted %(num)d saved query": [ - "", - "Deleted %(num)d saved queries", - "Deleted %(num)d saved queries" + "Chart could not be created.": [""], + "Chart could not be deleted.": [""], + "Chart could not be updated.": [""], + "Chart does not exist": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Chart height": [""], + "Chart imported": [""], + "Chart last modified": [""], + "Chart last modified by": [""], + "Chart name": [""], + "Chart options": [""], + "Chart parameters are invalid.": [""], + "Chart properties updated": [""], + "Chart title": [""], + "Chart type": [""], + "Chart type requires a dataset": [""], + "Chart width": [""], + "Charts": ["Grafy"], + "Charts could not be deleted.": [""], + "Check configuration": [""], + "Check for sorting ascending": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "Saved queries could not be deleted.": [""], - "Saved query not found.": [""], - "Import saved query failed for an unknown reason.": [""], - "Saved query parameters are invalid.": [""], - "Deleted %(num)d report schedule": [ - "", - "Deleted %(num)d report schedules", - "Deleted %(num)d report schedules" + "Check out this chart in dashboard:": [""], + "Check out this chart: ": [""], + "Check out this dashboard: ": [""], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "" ], - "Value must be greater than 0": [""], - "Alert query returned more than one row. %s rows returned": [""], - "Alert query returned more than one column. %s columns returned": [""], - "Dashboard does not exist": [""], - "Chart does not exist": [""], - "Database is required for alerts": [""], - "Type is required": [""], + "Check to force date partitions to have the same height": [""], + "Check to include time column dropdown": [""], + "Check to include time grain dropdown": [""], + "Child label position": [""], + "Choice of [Label] must be present in [Group By]": [""], + "Choice of [Point Radius] must be present in [Group By]": [""], + "Choose File": [""], "Choose a chart or dashboard not both": [""], - "Report Schedule parameters are invalid.": [""], - "Report Schedule could not be deleted.": [""], - "Report Schedule could not be created.": [""], - "Report Schedule could not be updated.": [""], - "Report Schedule not found.": [""], - "Report Schedule delete failed.": [""], - "Report Schedule log prune failed.": [""], - "Report Schedule execution failed when generating a screenshot.": [""], - "Report Schedule execution failed when generating a csv.": [""], - "Report Schedule execution got an unexpected error.": [""], - "Report Schedule is still working, refusing to re-compute.": [""], - "Report Schedule reached a working timeout.": [""], - "Alert query returned more than one row.": [""], - "Alert validator config error.": [""], - "Alert query returned more than one column.": [""], - "Alert query returned a non-number value.": [""], - "Alert found an error while executing a query.": [""], - "A timeout occurred while executing the query.": [""], - "A timeout occurred while taking a screenshot.": [""], - "A timeout occurred while generating a csv.": [""], - "Alert fired during grace period.": [""], - "Alert ended grace period.": [""], - "Alert on grace period": [""], - "Report Schedule sellenium user not found": [""], - "Report Schedule state not found": [""], - "Report schedule unexpected error": [""], - "Changing this report is forbidden": [""], - "An error occurred while pruning logs ": [""], - "\n Error: %(text)s\n ": [""], - "\n

%(description)s

\n Explore in Superset

\n %(img_tag)s\n ": [ + "Choose a database...": [""], + "Choose a dataset": [""], + "Choose a metric for left axis": [""], + "Choose a metric for right axis": [""], + "Choose a number format": [""], + "Choose a source": [""], + "Choose a source and a target": [""], + "Choose a target": [""], + "Choose a unique name": [""], + "Choose chart type": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Choose one or more charts for left axis": [""], + "Choose one or more charts for right axis": [""], + "Choose the annotation layer type": [""], + "Choose the format for legend values": [""], + "Choose the position of the legend": [""], + "Choose the source of your annotations": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "%(name)s.csv": [""], - "%(prefix)s %(title)s": [""], - "\n *%(name)s*\n\n %(description)s\n\n Error: %(text)s\n ": [ + "Chord Diagram": [""], + "Chosen non-numeric column": [""], + "Circle": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Circle radar shape": [""], + "Circular": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ "" ], - "\n *%(name)s*\n\n %(description)s\n\n <%(url)s|Explore in Superset>\n ": [ + "Clause": [""], + "Clear": [""], + "Clear all": [""], + "Clear all data": [""], + "Clear form": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "%(dialect)s cannot be used as a data source for security reasons.": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "Explore in Superset

": [""], - "\n Explore in Superset

\n \n ": [ + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ "" ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "" ], - "[Alert] %(label)s": [""], - "New": [""], - "SQL Query": [""], - "Chart": [""], - "Dashboard": [""], - "Profile": [""], - "Info": [""], - "Logout": [""], - "Login": [""], - "Record Count": [""], - "No records found": [""], - "Filter List": [""], - "Search": [""], - "Refresh": [""], - "Import dashboards": [""], - "Import Dashboard(s)": [""], - "File": [""], - "Choose File": [""], - "Upload": [""], - "No Access!": [""], - "You do not have permissions to access the datasource(s): %(name)s.": [ + "Click to cancel sorting": [""], + "Click to edit": [""], + "Click to edit %s in a new tab": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Click to edit label": [""], + "Click to favorite/unfavorite": [""], + "Click to force-refresh": [""], + "Click to see difference": [""], + "Click to sort ascending": [""], + "Click to sort descending": [""], + "Close": [""], + "Close all other tabs": [""], + "Close tab": [""], + "Cluster label aggregator": [""], + "Clustering Radius": [""], + "Code": [""], + "Collapse all": [""], + "Collapse data panel": [""], + "Collapse row": [""], + "Collapse tab content": [""], + "Collapse table preview": [""], + "Color": [""], + "Color +/-": [""], + "Color Metric": [""], + "Color Scheme": [""], + "Color Steps": [""], + "Color bounds": [""], + "Color by": [""], + "Color metric": [""], + "Color of the target location": [""], + "Color scheme": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Request Permissions": [""], - "Cancel": [""], - "Use the edit buttom to change this field": [""], - "Test Connection": [""], - "[Superset] Access to the datasource %(name)s was granted": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Referenced columns not available in DataFrame.": [""], - "Column referenced by aggregate is undefined: %(column)s": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Invalid numpy function: %(operator)s": [""], - "Pivot operation requires at least one index": [""], - "Pivot operation must include at least one aggregate": [""], - "Undefined window for rolling operation": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid options for %(rolling_type)s: %(options)s": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid geohash string": [""], - "Invalid longitude/latitude": [""], - "Invalid geodetic string": [""], + "Colors": [""], + "Column": [""], "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ "" ], - "`rename_columns` must have the same length as `columns`.": [""], - "`prophet` package not installed": [""], - "Time grain missing": [""], - "Unsupported time grain: %(time_grain)s": [""], - "Periods must be a positive integer value": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [""], - "DataFrame must include temporal column": [""], - "DataFrame include at least one series": [""], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "" - ], - "User": [""], - "User Roles": [""], - "Database URL": [""], - "Roles to grant": [""], - "Created On": [""], - "List Observations": [""], - "Show Observation": [""], - "Error Message": [""], - "Log Retentions (days)": [""], - "A semicolon ';' delimited list of email addresses": [""], - "How long to keep the logs around for this alert": [""], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "" - ], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "Column Configuration": [""], + "Column Formatting": [""], + "Column Label(s)": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ + "Column containing latitude data": [""], + "Column containing longitude data": [""], + "Column header tooltip": [""], + "Column is required": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "annotation start time or end time is required.": [""], - "Annotation end time must be no earlier than start time.": [""], - "Annotations": [""], - "Show Annotation": [""], - "Add Annotation": [""], - "Edit Annotation": [""], - "Layer": [""], - "Label": [""], - "Start": [""], - "End": [""], - "JSON Metadata": [""], - "Show Annotation Layer": [""], - "Add Annotation Layer": [""], - "Edit Annotation Layer": [""], - "Name": [""], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "json isn't valid": [""], - "Export to YAML": [""], - "Export to YAML?": [""], - "Delete": [""], - "Delete all Really?": [""], - "Is favorite": [""], - "The data source seems to have been deleted": [""], - "The user seems to have been deleted": [""], - "Access was requested": [""], - "The access requests seem to have been deleted": [""], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Column name": [""], + "Column name [%s] is duplicated": [""], + "Column referenced by aggregate is undefined: %(column)s": [""], + "Column select": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "You have no permission to approve this request": [""], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Columnar File": [""], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "An unknown error occurred. Please contact your Superset administrator": [ + "Columnar to Database configuration": [""], + "Columns": [""], + "Columns To Be Parsed as Dates": [""], + "Columns To Read": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Columns subtotal position": [""], + "Columns to calculate distribution across.": [""], + "Columns to display": [""], + "Columns to group by": [""], + "Columns to group by on the columns": [""], + "Columns to group by on the rows": [""], + "Columns to show": [""], + "Combine Metrics": [""], + "Combine metrics": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ "" ], - "[Missing Dataset]": [""], - "You don't have the rights to ": [""], - "alter this ": [""], - "chart": [""], - "create a ": [""], - "Explore - %(table)s": [""], - "Explore": [""], - "Chart [{}] has been saved": [""], - "Chart [{}] has been overwritten": [""], - "dashboard": [""], - "Chart [{}] was added to dashboard [{}]": [""], - "Dashboard [{}] just got created and chart [{}] was added to it": [""], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ "" ], - "Could not load database driver: %(driver_name)s": [""], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Comparator option": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ "" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Compare the same summarized metric across multiple groups.": [""], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ "" ], - "Chart %(id)s not found": [""], - "Table %(table)s wasn't found in the database %(db)s": [""], - "Can't find User '%(name)s', please ask your admin to create one.": [""], - "Can't find DruidCluster with cluster_name = '%(name)s'": [""], - "Data could not be deserialized. You may want to re-run the query.": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ "" ], - "Failed to start remote query on a worker. Tell your administrator to verify the availability of the message queue.": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "Query record was not created as expected.": [""], - "The parameter %(parameters)s in your query is undefined.": [ - "", - "The following parameters in your query are undefined: %(parameters)s.", - "The following parameters in your query are undefined: %(parameters)s." - ], - "%(user)s's profile": [""], - "Show CSS Template": [""], - "Add CSS Template": [""], - "Edit CSS Template": [""], - "Template Name": [""], - "Request missing data field.": [""], - "Duplicate column name(s): %(columns)s": [""], - "A human-friendly name": [""], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Comparison": [""], + "Comparison Period Lag": [""], + "Comparison suffix": [""], + "Compose multiple layers together to form complex visuals.": [""], + "Compute the contribution to the total": [""], + "Condition": [""], + "Conditional formatting": [""], + "Confidence interval": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "Configuration": [""], + "Configure Advanced Time Range ": [""], + "Configure Time Range: Last...": [""], + "Configure Time Range: Previous...": [""], + "Configure custom time range": [""], + "Configure filter scopes": [""], + "Configure the basics of your Annotation Layer.": [""], + "Configure this dashboard to embed it into an external web application.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Configure your how you overlay is displayed here.": [""], + "Confirm overwrite": [""], + "Confirm save": [""], + "Connect": [""], + "Connect Google Sheet": [""], + "Connect Google Sheets as tables to this database": [""], + "Connect a database": [""], + "Connect database": [""], + "Connect this database using the dynamic form instead": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Connection": [""], + "Connection failed, please check your connection settings": [""], + "Connection looks good!": [""], + "Continue": [""], + "Continuous": [""], + "Contribution": [""], + "Contribution Mode": [""], + "Control": [""], + "Control labeled ": [""], + "Controls labeled ": [""], + "Coordinates": [""], + "Copied to clipboard!": [""], + "Copy": [""], + "Copy SELECT statement to the clipboard": [""], + "Copy and Paste JSON credentials": [""], + "Copy and paste the entire service account .json file here": [""], + "Copy link": [""], + "Copy message": [""], + "Copy of %s": [""], + "Copy partition query to clipboard": [""], + "Copy permalink to clipboard": [""], + "Copy query URL": [""], + "Copy query link to your clipboard": [""], + "Copy the account name of that database you are trying to connect to.": [ "" ], - "Custom Plugins": [""], - "Custom Plugin": [""], - "Add a Plugin": [""], - "Edit Plugin": [""], - "Schedule Email Reports for Dashboards": [""], - "Manage Email Reports for Dashboards": [""], - "Changed On": [""], - "Active": [""], - "Crontab": [""], - "Recipients": [""], - "Slack Channel": [""], - "Deliver As Group": [""], - "Delivery Type": [""], - "Schedule Email Reports for Charts": [""], - "Manage Email Reports for Charts": [""], - "Email Format": [""], - "List Saved Query": [""], - "Show Saved Query": [""], - "Add Saved Query": [""], - "Edit Saved Query": [""], - "End Time": [""], - "Pop Tab Link": [""], - "Changed on": [""], - "The dataset associated with this chart no longer exists": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Copy to Clipboard": [""], + "Copy to clipboard": [""], + "Correlation": [""], + "Cost estimate": [""], "Could not determine datasource type": [""], + "Could not fetch all saved charts": [""], "Could not find viz object": [""], - "Show Chart": [""], - "Add Chart": [""], - "Edit Chart": [""], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "" - ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Could not load database driver": [""], + "Could not load database driver: %(driver_name)s": [""], + "Could not load database driver: {}": [""], + "Count": [""], + "Count Unique Values": [""], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country": [""], + "Country Color Scheme": [""], + "Country Column": [""], + "Country Field Type": [""], + "Country Map": [""], + "Create": [""], + "Create Chart": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "Last Modified": [""], - "Parameters": [""], - "Visualization Type": [""], - "Show Dashboard": [""], - "Add Dashboard": [""], - "Edit Dashboard": [""], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "Create a new chart": [""], + "Create chart": [""], + "Create chart with dataset": [""], + "Create dataset": [""], + "Create dataset and create chart": [""], + "Create new chart": [""], + "Create new filter set": [""], + "Create or select schema...": [""], + "Created": [""], + "Created On": [""], + "Created by": [""], + "Created by me": [""], + "Created content": [""], + "Created on": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "Creating a data source and creating a new tab": [""], + "Creator": [""], + "Crimson": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Cross-filtering is not enabled for this dashboard.": [""], + "Cross-filters": [""], + "Cumulative": [""], + "Currently rendered: %s": [""], + "Custom": [""], + "Custom Plugin": [""], + "Custom Plugins": [""], + "Custom SQL": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "Custom time filter plugin": [""], + "Customize": [""], + "Customize Metrics": [""], + "Customize columns": [""], + "Cyclic dependency detected": [""], + "D3 Format": [""], + "D3 format": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different significant digits for small and large numbers": [ "" ], - "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.": [ + "D3 time format for datetime columns": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "DATETIME": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": [""], + "DELETE": [""], + "DML": [""], + "Daily seasonality": [""], + "Dark": [""], + "Dark Cyan": [""], + "Dark mode": [""], + "Dashboard": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Dashboard could not be created.": [""], + "Dashboard could not be deleted.": [""], + "Dashboard could not be updated.": [""], + "Dashboard does not exist": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard properties": [""], + "Dashboard properties updated": [""], + "Dashboard scheme": [""], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ "" ], - "Owners is a list of users who can alter the dashboard.": [""], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ + "Dashboards": [""], + "Dashboards could not be deleted.": [""], + "Dashboards do not exist": [""], + "Data": ["Dáta"], + "Data Table": [""], + "Data URI is not allowed.": [""], + "Data Zoom": [""], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "Title": [""], - "Slug": [""], - "Published": [""], - "Position JSON": [""], - "CSS": [""], - "Underlying Tables": [""], - "Export": [""], - "Export dashboards?": [""], - "Name of table to be created from csv data.": [""], - "CSV File": [""], - "Select a CSV file to be uploaded to a database.": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Data has no time steps": [""], + "Data preview": [""], + "Data refreshed": [""], + "Data type": [""], + "DataFrame include at least one series": [""], + "DataFrame must include temporal column": [""], + "Database": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Specify a schema (if database flavor supports this).": [""], - "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).": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "Fail": [""], - "Replace": [""], - "Append": [""], - "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.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Index Column": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Database Connections": [""], + "Database Creation Error": [""], + "Database URL": [""], + "Database connected": [""], + "Database could not be created.": [""], + "Database could not be deleted.": [""], + "Database could not be updated.": [""], + "Database does not allow data manipulation.": [""], + "Database does not exist": [""], + "Database does not support subqueries": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "Mangle Duplicate Columns": [""], - "Specify duplicate columns as \"X.0, X.1\".": [""], - "Skip Initial Space": [""], - "Skip spaces after delimiter.": [""], - "Skip Rows": [""], - "Number of rows to skip at start of file.": [""], - "Rows to Read": [""], - "Number of rows of file to read.": [""], - "Skip Blank Lines": [""], - "Skip blank lines rather than interpreting them as NaN values.": [""], - "Parse Dates": [""], - "A comma separated list of columns that should be parsed as dates.": [""], - "Infer Datetime Format": [""], - "Use Pandas to interpret the datetime format automatically.": [""], - "Decimal Character": [""], - "Character to interpret as decimal point.": [""], + "Database error": [""], + "Database is offline.": [""], + "Database is required for alerts": [""], + "Database name": [""], + "Database not allowed to change": [""], + "Database not found.": [""], + "Database not found: %(id)s": [""], + "Database parameters are invalid.": [""], + "Database passwords": [""], + "Database port": [""], + "Database settings updated": [""], + "Databases": ["Databázy"], "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.": [ + "Dataset": [""], + "Dataset %(name)s already exists": [""], + "Dataset column delete failed.": [""], + "Dataset column not found.": [""], + "Dataset could not be created.": [""], + "Dataset could not be deleted.": [""], + "Dataset could not be duplicated.": [""], + "Dataset could not be updated.": [""], + "Dataset does not exist": [""], + "Dataset imported": [""], + "Dataset is required": [""], + "Dataset metric delete failed.": [""], + "Dataset metric not found.": [""], + "Dataset name": [""], + "Dataset parameters are invalid.": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [""], + "Datasets": ["Datasety"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "Null values": [""], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ - "" - ], - "Name of table to be created from excel data.": [""], - "Excel File": [""], - "Select a Excel file to be uploaded to a database.": [""], - "Sheet Name": [""], - "Strings used for sheet names (default is the first sheet).": [""], - "Show Database": [""], - "Add Database": [""], - "Edit Database": [""], - "Expose this DB in SQL Lab": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Datasets do not contain a temporal column": [""], + "Datasource": [""], + "Datasource & Chart Type": [""], + "Datasource does not exist": [""], + "Datasource type is invalid": [""], + "Datasource type is required when datasource_id is given": [""], + "Date Time Format": [""], + "Date filter": [""], + "Date format": [""], + "Date format string": [""], + "Date/Time": [""], + "Datetime Format": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Allow CREATE TABLE AS option in SQL Lab": [""], - "Allow CREATE VIEW AS option in SQL Lab": [""], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Datetime format": [""], + "Day": [""], + "Day (freq=D)": [""], + "Days %s": [""], + "Db engine did not return all queried columns": [""], + "Deactivate": [""], + "December": [""], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Arc": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Multiple Layers": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Default": [""], + "Default Endpoint": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Default Value": [""], + "Default datetime": [""], + "Default latitude": [""], + "Default longitude": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Default value is required": [""], + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "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.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "Expose in SQL Lab": [""], - "Allow CREATE TABLE AS": [""], - "Allow CREATE VIEW AS": [""], - "Allow DML": [""], - "CTAS Schema": [""], - "SQLAlchemy URI": [""], - "Chart Cache Timeout": [""], - "Secure Extra": [""], - "Root certificate": [""], - "Async Execution": [""], - "Impersonate the logged on user": [""], - "Allow Csv Upload": [""], - "Allow Multi Schema Metadata Fetch": [""], - "Backend": [""], - "Extra field cannot be decoded by JSON. %(msg)s": [""], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "CSV to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "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.": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Defines how each series is broken down": [""], + "Defines the grid size in pixels": [""], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "Excel to Database configuration": [""], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "" + "Delete": [""], + "Delete %s?": [""], + "Delete Annotation?": [""], + "Delete Database?": [""], + "Delete Dataset?": [""], + "Delete Layer?": [""], + "Delete Query?": [""], + "Delete Report?": [""], + "Delete Template?": [""], + "Delete all Really?": [""], + "Delete annotation": [""], + "Delete dashboard tab?": [""], + "Delete database": [""], + "Delete email report": [""], + "Delete query": [""], + "Delete template": [""], + "Delete this container and save to remove this message.": [""], + "Deleted %(num)d annotation": [ + "", + "Deleted %(num)d annotations", + "Deleted %(num)d annotations" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers", + "Deleted %(num)d annotation layers" ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "" + "Deleted %(num)d chart": [ + "", + "Deleted %(num)d charts", + "Deleted %(num)d charts" ], - "Logs": [""], - "Show Log": [""], - "Add Log": [""], - "Edit Log": [""], - "Action": [""], - "dttm": [""], - "Add item": [""], - "The query couldn't be loaded": [""], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "" + "Deleted %(num)d css template": [ + "", + "Deleted %(num)d css templates", + "Deleted %(num)d css templates" ], - "Your query could not be scheduled": [""], - "Failed at retrieving results": [""], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "" + "Deleted %(num)d dashboard": [ + "", + "Deleted %(num)d dashboards", + "Deleted %(num)d dashboards" ], - "Unknown error": [""], - "Query was stopped.": [""], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "" + "Deleted %(num)d dataset": [ + "", + "Deleted %(num)d datasets", + "Deleted %(num)d datasets" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "" + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules", + "Deleted %(num)d report schedules" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "" + "Deleted %(num)d saved query": [ + "", + "Deleted %(num)d saved queries", + "Deleted %(num)d saved queries" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Deleted: %s": [""], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "Copy of %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "Delimited long & lat single column": [""], + "Delimiter": [""], + "Delivery method": [""], + "Demographics": [""], + "Density": [""], + "Dependent on": [""], + "Deprecated": [""], + "Description": [""], + "Description (this can be seen in the list)": [""], + "Description Columns": [""], + "Description text that shows up below your Big Number": [""], + "Deselect all": [""], + "Details of the certification": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ "" ], - "An error occurred while fetching tab state": [""], - "An error occurred while hiding the left bar. Please contact your administrator.": [ + "Diamond": [""], + "Did you mean:": [""], + "Difference": [""], + "Dim Gray": [""], + "Dimension": [""], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], + "Dimensions": [""], + "Directed Force Layout": [""], + "Directional": [""], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ "" ], - "An error occurred while removing tab. Please contact your administrator.": [ + "Disable embedding?": [""], + "Disabled": [""], + "Discard": [""], + "Discrete": [""], + "Display Name": [""], + "Display column level total": [""], + "Display configuration": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "An error occurred while removing query. Please contact your administrator.": [ + "Display row level total": [""], + "Display settings": [""], + "Display total row/column": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ "" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Distribute across": [""], + "Distribution": [""], + "Distribution - Bar Chart": [""], + "Divider": [""], + "Do you want a donut or a pie?": [""], + "Documentation": [""], + "Domain": [""], + "Donut": [""], + "Dotted": [""], + "Download": [""], + "Download as image": [""], + "Download to CSV": [""], + "Draft": [""], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Draw line from Pie to label when labels outside?": [""], + "Draw split lines for minor axis ticks": [""], + "Draw split lines for minor y-axis ticks": [""], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by: %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], + "Drop a temporal column here or click": [""], + "Drop columns here": [""], + "Drop columns or metrics here": [""], + "Drop columns/metrics here or click": [""], + "Drop temporal column here": [""], + "Dual Line Chart": [""], + "Duplicate": [""], + "Duplicate column name(s): %(columns)s": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Duplicate dataset": [""], + "Duplicate tab": [""], + "Duration": [""], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ "" ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ "" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "" ], - "Your query was saved": [""], - "Your query could not be saved": [""], - "Your query was updated": [""], - "Your query could not be updated": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.": [ "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "" ], - "An error occurred while fetching table metadata": [""], - "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration: %s": [""], + "Dynamic Aggregation Function": [""], + "Dynamically search all filter values": [""], + "EMAIL_REPORTS_CTA": [""], + "END (EXCLUSIVE)": [""], + "ERROR": [""], + "ERROR: %s": [""], + "Edge length": [""], + "Edge length between nodes": [""], + "Edge symbols": [""], + "Edge width": [""], + "Edit": [""], + "Edit Alert": [""], + "Edit CSS": [""], + "Edit CSS Template": [""], + "Edit CSS template properties": [""], + "Edit Chart": [""], + "Edit Chart Properties": [""], + "Edit Column": [""], + "Edit Dashboard": [""], + "Edit Database": [""], + "Edit Dataset ": [""], + "Edit Log": [""], + "Edit Metric": [""], + "Edit Plugin": [""], + "Edit Report": [""], + "Edit Row level security filter": [""], + "Edit Saved Query": [""], + "Edit Table": [""], + "Edit annotation": [""], + "Edit annotation layer": [""], + "Edit annotation layer properties": [""], + "Edit chart properties": [""], + "Edit dashboard": [""], + "Edit database": [""], + "Edit dataset": [""], + "Edit email report": [""], + "Edit formatter": [""], + "Edit properties": [""], + "Edit query": [""], + "Edit template": [""], + "Edit template parameters": [""], + "Edit time range": [""], + "Edited": [""], + "Editing 1 filter:": [""], + "Editing filter set:": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Shared query": [""], - "The datasource couldn't be loaded": [""], - "An error occurred while creating the data source": [""], - "An error occurred while fetching function names.": [""], - "SQL Lab uses your browser's local storage to store queries and results.\n Currently, you are using ${currentUsage.toFixed(\n 2,\n )} KB out of ${LOCALSTORAGE_MAX_USAGE_KB} KB. storage space.\n To keep SQL Lab from crashing, please delete some query tabs.\n You can re-access these queries by using the Save feature before you delete the tab. Note that you will need to close other SQL Lab windows before you do this.": [ + "Either the username or the password is wrong.": [""], + "Elevation": [""], + "Email reports active": [""], + "Embed": [""], + "Embed code": [""], + "Embedding deactivated.": [""], + "Emit Filter Events": [""], + "Emphasis": [""], + "Employment and education": [""], + "Empty circle": [""], + "Empty collection": [""], + "Empty column": [""], + "Empty query result": [""], + "Empty query?": [""], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "Estimate selected query cost": [""], - "Estimate cost": [""], - "Cost estimate": [""], - "Creating a data source and creating a new tab": [""], - "An error occurred": [""], - "Explore the result set in the data exploration view": [""], - "This query took %s seconds to run, ": [""], - "and the explore view times out at %s seconds ": [""], - "following this flow will most likely lead to your query timing out. ": [ + "Enable Filter Select": [""], + "Enable cross-filtering": [""], + "Enable data zooming controls": [""], + "Enable embedding": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Enable graph roaming": [""], + "Enable node dragging": [""], + "Enable query cost estimation": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "We recommend your summarize your data further before following that flow. ": [ + "End": [""], + "End (Longitude, Latitude): ": [""], + "End Longitude & Latitude": [""], + "End Time": [""], + "End angle": [""], + "End date": [""], + "End date excluded from time range": [""], + "End date must be after start date": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Engine Parameters": [""], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "If activated you can use the ": [""], - "feature to store a summarized data set that you can then explore.": [""], - "Column name(s) ": [""], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ + "Enter CA_BUNDLE": [""], + "Enter a delimiter for this data": [""], + "Enter a name for this sheet": [""], + "Enter a new title for the tab": [""], + "Enter duration in seconds": [""], + "Enter fullscreen": [""], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": [""], + "Entity ID": [""], + "Equal Date Sizes": [""], + "Equal to (=)": [""], + "Error": [""], + "Error in jinja expression in HAVING clause: %(msg)s": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Error message": [""], + "Error while fetching charts": [""], + "Error while fetching data: %s": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], + "Error: permalink state not found": [""], + "Estimate cost": [""], + "Estimate selected query cost": [""], + "Estimate the cost before running a query": [""], + "Event": [""], + "Event Flow": [""], + "Event Names": [""], + "Event definition": [""], + "Event flow": [""], + "Event time column": [""], + "Every": [""], + "Evolution": [""], + "Exact": [""], + "Example": [""], + "Examples": [""], + "Excel File": [""], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Excel to Database configuration": [""], + "Exclude selected values": [""], + "Executed SQL": [""], + "Executed query": [""], + "Execution ID": [""], + "Execution log": [""], + "Existing dataset": [""], + "Exit fullscreen": [""], + "Expand": [""], + "Expand all": [""], + "Expand data panel": [""], + "Expand row": [""], + "Expand table preview": [""], + "Expand tool bar": [""], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" + ], + "Experimental": [""], + "Explore": [""], + "Explore - %(table)s": [""], + "Explore the result set in the data exploration view": [""], + "Export": [""], + "Export dashboards?": [""], + "Export query": [""], + "Export to .CSV": [""], + "Export to .JSON": [""], + "Export to Excel": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Export to full .CSV": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Expose database in SQL Lab": [""], + "Expose in SQL Lab": [""], + "Expose this DB in SQL Lab": [""], + "Expression": [""], + "Extra": [""], + "Extra Controls": [""], + "Extra Parameters": [""], + "Extra data for JS": [""], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" + ], + "Extra field cannot be decoded by JSON. %(msg)s": [""], + "Extra parameters for use in jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" + ], + "Extra url parameters for use in Jinja templated queries": [""], + "Extruded": [""], + "FEB": [""], + "FRI": [""], + "Factor": [""], + "Factor to multiply the metric by": [""], + "Fail": [""], + "Failed": [""], + "Failed at retrieving results": [""], + "Failed at stopping query. %s": [""], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to retrieve advanced type": [""], + "Failed to start remote query on a worker.": [""], + "Failed to update report": [""], + "Failed to verify select options: %s": [""], + "Favorite": [""], + "Favorites": [""], + "February": [""], + "Fetch Values Predicate": [""], + "Fetch data preview": [""], + "Fetched %s": [""], + "Fetching": [""], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "Field cannot be decoded by JSON. %(msg)s": [""], + "Field is required": [""], + "File": [""], + "Fill Color": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "Fill method": [""], + "Filled": [""], + "Filter": [""], + "Filter Configuration": [""], + "Filter List": [""], + "Filter Settings": [""], + "Filter Type": [""], + "Filter box": [""], + "Filter configuration": [""], + "Filter configuration for the filter box": [""], + "Filter has default value": [""], + "Filter menu": [""], + "Filter metadata changed in dashboard. It will not be applied.": [""], + "Filter name": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Source SQL": [""], - "Raw SQL": [""], - "SQL": [""], - "No query history yet...": [""], - "An error occurred when refreshing queries": [""], - "It seems you don't have access to any database": [""], - "Filter by user": [""], - "Filter by database": [""], - "Query search string": [""], - "[From]-": [""], - "[To]-": [""], - "Filter by status": [""], - "Edit": [""], - "View results": [""], - "Data preview": [""], - "Overwrite text in the editor with a query on this table": [""], - "Run query in a new tab": [""], - "Remove query from log": [""], - "An error occurred saving dataset": [""], - "Download to CSV": [""], - "Copy to Clipboard": [""], "Filter results": [""], - "%s rows returned": [""], - "The number of results displayed is limited to %s. Please add\n additional limits/filters or download to csv to see more rows up to\n the %s limit.": [ + "Filter set already exists": [""], + "Filter set with this name already exists": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Filter type": [""], + "Filter value (case sensitive)": [""], + "Filter value is required": [""], + "Filter value list cannot be empty": [""], + "Filter your charts": [""], + "Filterable": [""], + "Filters": [""], + "Filters (%d)": [""], + "Filters by columns": [""], + "Filters by metrics": [""], + "Filters configuration": [""], + "Filters out of scope (%d)": [""], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Finish": [""], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Fix to selected Time Range": [""], + "Fixed": [""], + "Fixed Color": [""], + "Fixed color": [""], + "Fixed point radius": [""], + "Flow": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Font size for the biggest value in the list": [""], + "Font size for the smallest value in the list": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Force": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Force date format": [""], + "Force refresh": [""], + "Force refresh schema list": [""], + "Force refresh table list": [""], + "Forecast periods": [""], + "Foreign key": [""], + "Forest Green": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Formattable": [""], + "Formatted CSV attached in email": [""], + "Formatted date": [""], + "Formatted value": [""], + "Formatting": [""], + "Formula": [""], + "Forward values": [""], + "Found invalid orderby options": [""], + "Fraction digits": [""], + "Frequency": [""], + "Friction": [""], + "Friction between nodes": [""], + "Friday": [""], + "From date cannot be larger than to date": [""], + "Full name": [""], + "Funnel Chart": [""], + "Further customize how to display each column": [""], + "Further customize how to display each metric": [""], + "GROUP BY": [""], + "Gauge Chart": [""], + "General": [""], + "Generating link, please wait..": [""], + "Generic Chart": [""], + "Geo": [""], + "GeoJson Column": [""], + "GeoJson Settings": [""], + "Geohash": [""], + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], + "Google Sheet Name and URL": [""], + "Grace period": [""], + "Graph Chart": [""], + "Graph layout": [""], + "Gravity": [""], + "Greater or equal (>=)": [""], + "Greater than (>)": [""], + "Grid": [""], + "Grid Size": [""], + "Group By": [""], + "Group By filter plugin": [""], + "Group By' and 'Columns' can't overlap": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Group by": [""], + "Groupable": [""], + "Handlebars": [""], + "Handlebars Template": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Has created by": [""], + "Header": [""], + "Header Row": [""], + "Heatmap": [""], + "Heatmap Options": [""], + "Height": [""], + "Height of the sparkline": [""], + "Hide Line": [""], + "Hide chart description": [""], + "Hide layer": [""], + "Hide password.": [""], + "Hide tool bar": [""], + "Hides the Line for the time series": [""], + "Hierarchy": [""], + "Histogram": [""], + "Home": ["Domov"], + "Horizon Chart": [""], + "Horizon Charts": [""], + "Horizontal": [""], + "Horizontal (Top)": [""], + "Horizontal alignment": [""], + "Host": [""], + "Hostname or IP address": [""], + "Hour": [""], + "Hours %s": [""], + "Hours offset": [""], + "How do you want to enter service account credentials?": [""], + "How many buckets should the data be grouped in.": [""], + "How many periods into the future do we want to predict": [""], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Huge": [""], + "ISO 3166-2 Codes": [""], + "ISO 8601": [""], + "Id": [""], + "Id of root node of the tree.": [""], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "If Table Already Exists": [""], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" + ], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Ignore cache when generating screenshot": [""], + "Ignore null locations": [""], + "Ignore time": [""], + "Image (PNG) embedded in email": [""], + "Image download failed, please refresh and try again.": [""], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "Impersonate the logged on user": [""], + "Import": [""], + "Import %s": [""], + "Import Dashboard(s)": [""], + "Import Dashboards": ["Importovať dashboard"], + "Import a table definition": [""], + "Import chart failed for an unknown reason": [""], + "Import charts": [""], + "Import dashboard failed for an unknown reason": [""], + "Import dashboards": [""], + "Import database failed for an unknown reason": [""], + "Import database from file": [""], + "Import dataset failed for an unknown reason": [""], + "Import datasets": [""], + "Import queries": [""], + "Import saved query failed for an unknown reason.": [""], + "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.": [ + "" + ], + "In": [""], + "Include Series": [""], + "Include a description that will be sent with your report": [""], + "Include series name as an axis": [""], + "Include time": [""], + "Index": [""], + "Index Column": [""], + "Info": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Instant filtering": [""], + "Intensity": [""], + "Interpret Datetime Format Automatically": [""], + "Interpret the datetime format automatically": [""], + "Interval": [""], + "Interval End column": [""], + "Interval bounds": [""], + "Interval colors": [""], + "Interval start column": [""], + "Intervals": [""], + "Invalid JSON": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Invalid certificate": [""], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "" + ], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "" + ], + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "" + ], + "Invalid cron expression": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid date/timestamp format": [""], + "Invalid filter configuration, please select a column": [""], + "Invalid filter operation type: %(op)s": [""], + "Invalid geodetic string": [""], + "Invalid geohash string": [""], + "Invalid input": [""], + "Invalid lat/long configuration.": [""], + "Invalid longitude/latitude": [""], + "Invalid metric object: %(metric)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Invalid permalink key": [""], + "Invalid result type: %(result_type)s": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid spatial point encountered: %s": [""], + "Invalid state.": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": [""], + "Invert current page": [""], + "Is certified": [""], + "Is dimension": [""], + "Is false": [""], + "Is favorite": [""], + "Is filterable": [""], + "Is not null": [""], + "Is null": [""], + "Is tagged": [""], + "Is temporal": [""], + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "JAN": [""], + "JSON": [""], + "JSON Metadata": [""], + "JSON metadata": [""], + "JSON metadata is invalid!": [""], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" + ], + "JUL": [""], + "JUN": [""], + "January": [""], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], + "Jinja templating": [""], + "Json list of the column names that should be read": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "" + ], + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" + ], + "July": [""], + "June": [""], + "KPI": [""], + "Keep control settings?": [""], + "Keep editing": [""], + "Key": [""], + "Keys for table": [""], + "Kilometers": [""], + "LIMIT": [""], + "Label": [""], + "Label Line": [""], + "Label Type": [""], + "Label already exists": [""], + "Label for your query": [""], + "Label position": [""], + "Label threshold": [""], + "Labelling": [""], + "Labels": [""], + "Labels for the marker lines": [""], + "Labels for the markers": [""], + "Labels for the ranges": [""], + "Large": [""], + "Last": [""], + "Last Changed": [""], + "Last Modified": [""], + "Last Updated %s": [""], + "Last Updated %s by %s": [""], + "Last available value seen on %s": [""], + "Last modified": [""], + "Last modified by %s": [""], + "Last run": [""], + "Latitude": [""], + "Latitude of default viewport": [""], + "Layer configuration": [""], + "Layout": [""], + "Layout elements": [""], + "Layout type of graph": [""], + "Layout type of tree": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" + ], + "Least recently modified": [""], + "Left": [""], + "Left Axis Format": [""], + "Left Axis Metric": [""], + "Left Axis chart(s)": [""], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Left to Right": [""], + "Left value": [""], + "Legacy": [""], + "Legend": [""], + "Legend Format": [""], + "Legend Orientation": [""], + "Legend Position": [""], + "Legend type": [""], + "Less or equal (<=)": [""], + "Less than (<)": [""], + "Lift percent precision": [""], + "Light": [""], + "Light mode": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Limit reached": [""], + "Limit selector values": [""], + "Limit type": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" + ], + "Limits the number of cells that get retrieved.": [""], + "Limits the number of rows that get displayed.": [""], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" + ], + "Line": [""], + "Line Chart": [""], + "Line Chart (legacy)": [""], + "Line Style": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Line interpolation as defined by d3.js": [""], + "Line width": [""], + "Linear Color Scheme": [""], + "Linear color scheme": [""], + "Linear interpolation": [""], + "Lines column": [""], + "Lines encoding": [""], + "Link Copied!": [""], + "List Saved Query": [""], + "List Unique Values": [""], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "List of values to mark with lines": [""], + "List of values to mark with triangles": [""], + "List updated": [""], + "Live CSS editor": [""], + "Live render": [""], + "Load a CSS template": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Loading": [""], + "Loading...": [""], + "Locate the chart": [""], + "Log Scale": [""], + "Log retention": [""], + "Logarithmic axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Logarithmic scale on secondary y-axis": [""], + "Logarithmic y-axis": [""], + "Login": [""], + "Login with": [""], + "Logout": [""], + "Logs": [""], + "Long dashed": [""], + "Longitude": [""], + "Longitude & Latitude": [""], + "Longitude & Latitude columns": [""], + "Longitude and Latitude": [""], + "Longitude of default viewport": [""], + "MAR": [""], + "MAY": [""], + "MON": [""], + "Main Datetime Column": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "" + ], + "Manage": ["Spravovať"], + "Manage email report": [""], + "Manage your databases": [""], + "Mandatory": [""], + "Mangle Duplicate Columns": [""], + "Manually set min/max values for the y-axis.": [""], + "Map": [""], + "Map Style": [""], + "MapBox": [""], + "Mapbox": [""], + "March": [""], + "Margin": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Marker": [""], + "Marker Size": [""], + "Marker labels": [""], + "Marker line labels": [""], + "Marker lines": [""], + "Marker size": [""], + "Markers": [""], + "Markup type": [""], + "Max": [""], + "Max Bubble Size": [""], + "Max Events": [""], + "Maximum": [""], + "Maximum Font Size": [""], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], + "Maximum value": [""], + "Maximum value on the gauge axis": [""], + "May": [""], + "Mean of values over specified period": [""], + "Mean values": [""], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Median values": [""], + "Medium": [""], + "Menu actions trigger": [""], + "Message content": [""], + "Metadata": [""], + "Metadata Parameters": [""], + "Metadata has been synced": [""], + "Method": [""], + "Metric": [""], + "Metric '%(metric)s' does not exist": [""], + "Metric ascending": [""], + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Metric change in value from `since` to `until`": [""], + "Metric descending": [""], + "Metric factor change from `since` to `until`": [""], + "Metric for node values": [""], + "Metric name": [""], + "Metric name [%s] is duplicated": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric that defines the size of the bubble": [""], + "Metric to display bottom title": [""], + "Metric to sort the results by": [""], + "Metric used as a weight for the grid's coloring": [""], + "Metric used to calculate bubble size": [""], + "Metric used to control height": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Metrics": [""], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Middle": [""], + "Midnight": [""], + "Miles": [""], + "Min": [""], + "Min Periods": [""], + "Min Width": [""], + "Min periods": [""], + "Min/max (no outliers)": [""], + "Mine": [""], + "Minimum": [""], + "Minimum Font Size": [""], + "Minimum Radius": [""], + "Minimum leaf node event count": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], + "Minimum threshold in percentage points for showing labels.": [""], + "Minimum value": [""], + "Minimum value for label to be displayed on graph.": [""], + "Minimum value on the gauge axis": [""], + "Minor Split Line": [""], + "Minute": [""], + "Minutes %s": [""], + "Missing URL parameters": [""], + "Missing dataset": [""], + "Mixed Chart": [""], + "Mixed Time-Series": [""], + "Modified": [""], + "Modified %s": [""], + "Modified by": [""], + "Modified columns: %s": [""], + "Monday": [""], + "Month": [""], + "Months %s": [""], + "More": [""], + "More filters": [""], + "Move only": [""], + "Moves the given set of dates by a specified interval.": [""], + "Multi-Dimensions": [""], + "Multi-Layers": [""], + "Multi-Levels": [""], + "Multi-Variables": [""], + "Multiple": [""], + "Multiple Line Charts": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Multiple filtering": [""], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "" + ], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" + ], + "Multiplier": [""], + "Must be unique": [""], + "Must choose either a chart or a dashboard": [""], + "Must have a [Group By] column to have 'count' as the [Label]": [""], + "Must have at least one numeric column specified": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [""], + "My beautiful colors": [""], + "My column": [""], + "My metric": [""], + "N/A": [""], + "NOT GROUPED BY": [""], + "NOV": [""], + "NOW": [""], + "NUMERIC": [""], + "Name": [""], + "Name is required": [""], + "Name must be unique": [""], + "Name of table to be created from columnar data.": [""], + "Name of table to be created from excel data.": [""], + "Name of table to be created with CSV file": [""], + "Name of the column containing the id of the parent node": [""], + "Name of the id column": [""], + "Name of the source nodes": [""], + "Name of the table that exists in the source database": [""], + "Name of the target nodes": [""], + "Name your database": [""], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error": [""], + "Network error.": [""], + "New chart": [""], + "New columns added: %s": [""], + "New dataset name": [""], + "New filter set": [""], + "New header": [""], + "New tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Next": [""], + "Nightingale Rose Chart": [""], + "No": [""], + "No %s yet": [""], + "No Access!": [""], + "No Data": [""], + "No Results": [""], + "No annotation layers yet": [""], + "No annotation yet": [""], + "No applied filters": [""], + "No available filters.": [""], + "No charts": [""], + "No columns": [""], + "No columns found": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "No compatible schema found": [""], + "No dashboards": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ + "" + ], + "No data in file": [""], + "No database tables found": [""], + "No databases match your search": [""], + "No description available.": [""], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [""], + "No favorite dashboards yet, go click on stars!": [""], + "No filter": [""], + "No filter is selected.": [""], + "No filters": [""], + "No filters are currently added to this dashboard.": [""], + "No form settings were maintained": [""], + "No global filters are currently added": [""], + "No matching records found": [""], + "No of Bins": [""], + "No recents yet": [""], + "No records found": [""], + "No results": [""], + "No results found": [""], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No rows were returned for this dataset": [""], + "No samples were returned for this dataset": [""], + "No saved metrics found": [""], + "No stored results found, you need to re-run your query": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "" + ], + "No table columns": [""], + "No temporal columns found": [""], + "No time columns": [""], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], + "Node label position": [""], + "Node select mode": [""], + "Node size": [""], + "None": [""], + "None -> Arrow": [""], + "None -> None": [""], + "Normal": [""], + "Normalize Across": [""], + "Normalized": [""], + "Not Time Series": [""], + "Not added to any dashboard": [""], + "Not available": [""], + "Not equal to (≠)": [""], + "Not in": [""], + "Not null": [""], + "Not triggered": [""], + "Not up to date": [""], + "Nothing triggered": [""], + "Notification method": [""], + "November": [""], + "Now": [""], + "Null Values": [""], + "Null imputation": [""], + "Null or Empty": [""], + "Null values": [""], + "Number Format": [""], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], + "Number format": [""], + "Number format string": [""], + "Number of buckets to group data": [""], + "Number of decimal digits to round numbers to": [""], + "Number of decimal places with which to display lift values": [""], + "Number of decimal places with which to display p-values": [""], + "Number of periods to compare against": [""], + "Number of periods to ratio against": [""], + "Number of rows of file to read": [""], + "Number of rows of file to read.": [""], + "Number of rows to skip at start of file": [""], + "Number of rows to skip at start of file.": [""], + "Number of split segments on the axis": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Numerical range": [""], + "OCT": [""], + "OK": [""], + "OVERWRITE": [""], + "October": [""], + "Offline": [""], + "Offset": [""], + "On Grace": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to pivot as columns": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "One or many controls to pivot as columns": [""], + "One or many metrics to display": [""], + "One or more columns already exist": [""], + "One or more columns are duplicated": [""], + "One or more columns do not exist": [""], + "One or more metrics already exist": [""], + "One or more metrics are duplicated": [""], + "One or more metrics do not exist": [""], + "One or more parameters needed to configure a database are missing.": [ + "" + ], + "One or more parameters specified in the query are malformatted.": [""], + "One or more parameters specified in the query are missing.": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists contact your administrator.": [ + "" + ], + "One ore more annotation layers failed loading.": [""], + "Only SELECT statements are allowed against this database.": [""], + "Only Total": [""], + "Only `SELECT` statements are allowed": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "Only single queries supported": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "" + ], + "Oops! An error occurred!": [""], + "Opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "Opacity of area chart.": [""], + "Opacity, expects values between 0 and 100": [""], + "Open Datasource tab": [""], + "Open in SQL Lab": [""], + "Open query in SQL Lab": [""], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Operator": [""], + "Operator undefined for aggregator: %(name)s": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Optional d3 date format string": [""], + "Optional d3 number format string": [""], + "Optional name of the data column.": [""], + "Optional warning about use of this metric": [""], + "Optionally add a detailed description": [""], + "Options": [""], + "Or choose from a list of other databases we support:": [""], + "Order by entity id": [""], + "Order results by selected columns": [""], + "Ordering": [""], + "Orientation": [""], + "Orientation of bar chart": [""], + "Orientation of filter bar": [""], + "Orientation of tree": [""], + "Original": [""], + "Original table column order": [""], + "Original value": [""], + "Orthogonal": [""], + "Other": [""], + "Outdoors": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Overlap": [""], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "Override time grain": [""], + "Override time range": [""], + "Overwrite": [""], + "Overwrite & Explore": [""], + "Overwrite Dashboard [%s]": [""], + "Overwrite Duplicate Columns": [""], + "Overwrite existing": [""], + "Overwrite text in the editor with a query on this table": [""], + "Owned Created or Favored": [""], + "Owner": [""], + "Owners": [""], + "Owners are invalid": [""], + "Owners is a list of users who can alter the dashboard.": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "" + ], + "Page length": [""], + "Paired t-test Table": [""], + "Pandas resample method": [""], + "Pandas resample rule": [""], + "Parallel Coordinates": [""], + "Parameter error": [""], + "Parameters": [""], + "Parameters ": [""], + "Parameters related to the view and perspective on the map": [""], + "Parent": [""], + "Parse Dates": [""], + "Part of a Whole": [""], + "Partition Chart": [""], + "Partition Diagram": [""], + "Partition Limit": [""], + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" + ], + "Password": [""], + "Paste Private Key here": [""], + "Paste content of service credentials JSON file here": [""], + "Paste the shareable Google Sheet URL here": [""], + "Pattern": [""], + "Percent Change": [""], + "Percentage": [""], + "Percentage change": [""], + "Percentage metrics": [""], + "Percentage threshold": [""], + "Percentages": [""], + "Performance": [""], + "Period average": [""], + "Periods": [""], + "Periods must be a whole number": [""], + "Person or group that has certified this chart.": [""], + "Person or group that has certified this dashboard.": [""], + "Person or group that has certified this metric": [""], + "Physical": [""], + "Physical (table or view)": [""], + "Physical dataset": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Pick a granularity in the Time section or uncheck 'Include Time'": [""], + "Pick a metric for left axis!": [""], + "Pick a metric for right axis!": [""], + "Pick a metric for x, y and size": [""], + "Pick a metric to display": [""], + "Pick a metric!": [""], + "Pick a name to help you identify this database.": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Pick a time granularity for your time series": [""], + "Pick a title for you annotation.": [""], + "Pick at least one field for [Series]": [""], + "Pick at least one metric": [""], + "Pick exactly 2 columns as [Source / Target]": [""], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Pick your favorite markup language": [""], + "Pie Chart": [""], + "Pie shape": [""], + "Pin": [""], + "Pivot Options": [""], + "Pivot Table": [""], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [""], + "Pivot operation requires at least one index": [""], + "Pivoted": [""], + "Pixel height of each series": [""], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Please check your template parameters for syntax errors and make sure they match across your SQL query and Set Parameters. Then, try running your query again.": [ + "" + ], + "Please choose at least one 'Group by' field": [""], + "Please choose at least one groupby": [""], + "Please choose at least one metric": [""], + "Please choose different metrics on left and right axis": [""], + "Please confirm": [""], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [""], + "Please filter set name": [""], + "Please re-enter the password.": [""], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [""], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Please select both a Dataset and a Chart type to proceed": [""], + "Please use 3 different metric labels": [""], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Plugins": ["Pluginy"], + "Point Color": [""], + "Point Radius": [""], + "Point Radius Scale": [""], + "Point Radius Unit": [""], + "Point Size": [""], + "Point Unit": [""], + "Point to your spatial columns": [""], + "Points": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Polygon Column": [""], + "Polygon Encoding": [""], + "Polygon Settings": [""], + "Polyline": [""], + "Pop Tab Link": [""], + "Popular": [""], + "Populate \"Default value\" to enable this control": [""], + "Population age data": [""], + "Port": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" + ], + "Position JSON": [""], + "Position of child node label on tree": [""], + "Position of column level subtotal": [""], + "Position of intermediate node label on tree": [""], + "Position of row level subtotal": [""], + "Powered by Apache Superset": [""], + "Pre-filter": [""], + "Pre-filter available values": [""], + "Pre-filter is required": [""], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "" + ], + "Predictive": [""], + "Predictive Analytics": [""], + "Prefix metric name with slice name": [""], + "Preview": [""], + "Preview: `%s`": [""], + "Previous": [""], + "Previous Line": [""], + "Primary": [""], + "Primary Metric": [""], + "Primary key": [""], + "Primary or secondary y-axis": [""], + "Primary y-axis format": [""], + "Private Key": [""], + "Private Key & Password": [""], + "Private Key Password": [""], + "Proceed": [""], + "Profile": [""], + "Profile picture provided by Gravatar": [""], + "Progress": [""], + "Progressive": [""], + "Propagate": [""], + "Proportional": [""], + "Public and privately shared sheets": [""], + "Publicly shared sheets only": [""], + "Published": [""], + "Purple": [""], + "Put labels outside": [""], + "Put the labels outside of the pie?": [""], + "Put the labels outside the pie?": [""], + "Put your code here": [""], + "Python datetime string pattern": [""], + "QUERY DATA IN SQL LAB": [""], + "Quarter": [""], + "Quarters %s": [""], + "Query": [""], + "Query %s: %s": [""], + "Query A": [""], + "Query B": [""], + "Query History": ["História dotazov"], + "Query does not exist": [""], + "Query history": [""], + "Query imported": [""], + "Query in a new tab": [""], + "Query is too complex and takes too long to run.": [""], + "Query mode": [""], + "Query name": [""], + "Query preview": [""], + "Query was stopped": [""], + "Query was stopped.": [""], + "RANGE TYPE": [""], + "RGB Color": [""], + "Radar": [""], + "Radar Chart": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Radial": [""], + "Radius in kilometers": [""], + "Radius in meters": [""], + "Radius in miles": [""], + "Ran %s": [""], + "Range filter": [""], + "Range filter plugin using AntD": [""], + "Range labels": [""], + "Ranges to highlight with shading": [""], + "Ranking": [""], + "Ratio": [""], + "Raw records": [""], + "Ready to review filters in this dashboard?": [""], + "Rebuild": [""], + "Recent activity": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently modified": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recents": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Recommended tags": [""], + "Record Count": [""], + "Rectangle": [""], + "Redirects to this endpoint when clicking on the table from the table list": [ + "" + ], + "Redo the action": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "Refer to the": [""], + "Referenced columns not available in DataFrame.": [""], + "Refetch results": [""], + "Refresh": [""], + "Refresh dashboard": [""], + "Refresh frequency": [""], + "Refresh interval": [""], + "Refresh interval saved": [""], + "Refresh table list": [""], + "Refresh tables": [""], + "Refresh the default values": [""], + "Refreshing charts": [""], + "Refreshing columns": [""], + "Regex": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "Relational": [""], + "Relationships between community channels": [""], + "Relative Date/Time": [""], + "Relative period": [""], + "Relative quantity": [""], + "Reload": [""], + "Remind me in 24 hours": [""], + "Remove": [""], + "Remove cross-filter": [""], + "Remove invalid filters": [""], + "Remove item": [""], + "Remove query from log": [""], + "Remove table preview": [""], + "Removed columns: %s": [""], + "Rename tab": [""], + "Rendering": [""], + "Replace": [""], + "Report": [""], + "Report Name": [""], + "Report Schedule could not be created.": [""], + "Report Schedule could not be deleted.": [""], + "Report Schedule could not be updated.": [""], + "Report Schedule delete failed.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution failed when generating a screenshot.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule log prune failed.": [""], + "Report Schedule not found.": [""], + "Report Schedule parameters are invalid.": [""], + "Report Schedule reached a working timeout.": [""], + "Report Schedule state not found": [""], + "Report a bug": [""], + "Report failed": [""], + "Report name": [""], + "Report schedule": [""], + "Report schedule client error": [""], + "Report schedule system error": [""], + "Report schedule unexpected error": [""], + "Report sending": [""], + "Report sent": [""], + "Report updated": [""], + "Reports": [""], + "Repulsion": [""], + "Repulsion strength between nodes": [""], + "Request Permissions": [""], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Request missing data field.": [""], + "Request timed out": [""], + "Required": [""], + "Required control values have been removed": [""], + "Resample": [""], + "Resample method should in ": [""], + "Resample operation requires DatetimeIndex": [""], + "Reset": [""], + "Reset state": [""], + "Resource already has an attached report.": [""], + "Resource was not found.": [""], + "Restore Filter": [""], + "Results": [""], + "Results %s": [""], + "Results backend is not configured.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Return to specific datetime.": [""], + "Reverse Lat & Long": [""], + "Reverse lat/long ": [""], + "Rich Tooltip": [""], + "Rich tooltip": [""], + "Right": [""], + "Right Axis Format": [""], + "Right Axis Metric": [""], + "Right Axis chart(s)": [""], + "Right axis metric": [""], + "Right to Left": [""], + "Right value": [""], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], + "Role": [""], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "" + ], + "Roles": [""], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ + "" + ], + "Roles to grant": [""], + "Rolling Function": [""], + "Rolling Window": [""], + "Rolling function": [""], + "Rolling window": [""], + "Root certificate": [""], + "Root node id": [""], + "Rotate axis label": [""], + "Rotate x axis label": [""], + "Rotation to apply to words in the cloud": [""], + "Round cap": [""], + "Row": [""], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "" + ], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "" + ], + "Row level security filter": [""], + "Row limit": [""], + "Rows": [""], + "Rows per page, 0 means no pagination": [""], + "Rows subtotal position": [""], + "Rows to Read": [""], + "Rule": [""], + "Run": [""], + "Run a query to display query history": [""], + "Run a query to display results": [""], + "Run in SQL Lab": [""], + "Run query": [""], + "Run query (Ctrl + Return)": [""], + "Run query in a new tab": [""], + "Run selection": [""], + "Running": [""], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": [""], + "SEP": [""], + "SHA": [""], + "SQL": [""], + "SQL Copied!": [""], + "SQL Expression": [""], + "SQL Lab": [""], + "SQL Lab View": [""], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "SQL Query": [""], + "SQL expression": [""], + "SQL query": [""], + "SQLAlchemy URI": [""], + "SSH Host": [""], + "SSH Password": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunnel could not be deleted.": [""], + "SSH Tunnel could not be updated.": [""], + "SSH Tunnel not found.": [""], + "SSH Tunnel parameters are invalid.": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [""], + "START (INCLUSIVE)": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "STRING": [""], + "SUN": [""], + "Sample Standard Deviation": [""], + "Sample Variance": [""], + "Samples": [""], + "Samples for dataset could not be retrieved.": [""], + "Samples for datasource could not be retrieved.": [""], + "Sankey": [""], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Satellite": [""], + "Satellite Streets": [""], + "Saturday": [""], + "Save": [""], + "Save & Explore": [""], + "Save & go to dashboard": [""], + "Save & go to new dashboard": [""], + "Save (Overwrite)": [""], + "Save as": [""], + "Save as Dataset": [""], + "Save as dataset": [""], + "Save as new": [""], + "Save as new chart": [""], + "Save as...": [""], + "Save as:": [""], + "Save changes": [""], + "Save chart": [""], + "Save dashboard": [""], + "Save for this session": [""], + "Save or Overwrite Dataset": [""], + "Save query": [""], + "Save the query to enable this feature": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Save to new dashboard": [""], + "Saved": [""], + "Saved Queries": ["Uložené dotazy"], + "Saved metric": [""], + "Saved queries": [""], + "Saved queries could not be deleted.": [""], + "Saved query not found.": [""], + "Saved query parameters are invalid.": [""], + "Scale and Move": [""], + "Scale only": [""], + "Scatter": [""], + "Scatter Plot": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Schedule": [""], + "Schedule a new email report": [""], + "Schedule email report": [""], + "Schedule query": [""], + "Schedule settings": [""], + "Schedule the query periodically": [""], + "Scheduled": [""], + "Scheduled at (UTC)": [""], + "Scheduled task executor not found": [""], + "Schema": [""], + "Schema cache timeout": [""], + "Schema undefined": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "" + ], + "Schemas allowed for File upload": [""], + "Scope": [""], + "Scoping": [""], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": [""], + "Search / Filter": [""], + "Search Metrics & Columns": [""], + "Search all charts": [""], + "Search all filter options": [""], + "Search box": [""], + "Search by query text": [""], + "Search columns": [""], + "Search in filters": [""], + "Search tables": [""], + "Search...": [""], + "Second": [""], + "Secondary": [""], + "Secondary Metric": [""], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Seconds %s": [""], + "Secure Extra": [""], + "Secure extra": [""], + "Security": ["Bezpečnosť"], + "Security & Access": [""], + "See all %(tableName)s": [""], + "See less": [""], + "See more": [""], + "See table schema": [""], + "Select": [""], + "Select ...": [""], + "Select Delivery Method": [""], + "Select Viz Type": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Select a column": [""], + "Select a database table and create dataset": [""], + "Select a database table.": [""], + "Select a database to connect": [""], + "Select a database to upload the file to": [""], + "Select a database to write a query": [""], + "Select a dimension": [""], + "Select a file to be uploaded to the database": [""], + "Select a schema if the database supports this": [""], + "Select a visualization type": [""], + "Select aggregate options": [""], + "Select all data": [""], + "Select all items": [""], + "Select any columns for metadata inspection": [""], + "Select charts": [""], + "Select color scheme": [""], + "Select column": [""], + "Select current page": [""], + "Select database & schema": [""], + "Select database or type to search databases": [""], + "Select database table": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Select dataset source": [""], + "Select file": [""], + "Select filter": [""], + "Select filter plugin using AntD": [""], + "Select first filter value by default": [""], + "Select operator": [""], + "Select or type a value": [""], + "Select or type dataset name": [""], + "Select owners": [""], + "Select saved metrics": [""], + "Select schema or type to search schemas": [""], + "Select scheme": [""], + "Select start and end date": [""], + "Select subject": [""], + "Select table or type to search tables": [""], + "Select the Annotation Layer you would like to use.": [""], + "Select the geojson column": [""], + "Select the number of bins for the histogram": [""], + "Select the numeric columns to draw the histogram": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Send as CSV": [""], + "Send as PNG": [""], + "Send as text": [""], + "Send range filter events to other charts": [""], + "September": [""], + "Sequential": [""], + "Series": [""], + "Series Height": [""], + "Series Limit Sort By": [""], + "Series Limit Sort Descending": [""], + "Series Style": [""], + "Series chart type (line, bar etc)": [""], + "Series limit": [""], + "Series type": [""], + "Server Page Length": [""], + "Server pagination": [""], + "Service Account": [""], + "Set auto-refresh interval": [""], + "Set filter mapping": [""], + "Set up an email report": [""], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], + "Settings": [""], + "Settings for time series": [""], + "Share": [""], + "Share chart by email": [""], + "Share permalink by email": [""], + "Shared query": [""], + "Sheet Name": [""], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Show": [""], + "Show Bubbles": [""], + "Show CREATE VIEW statement": [""], + "Show CSS Template": [""], + "Show Chart": [""], + "Show Column": [""], + "Show Dashboard": [""], + "Show Database": [""], + "Show Labels": [""], + "Show Less...": [""], + "Show Log": [""], + "Show Markers": [""], + "Show Metric": [""], + "Show Metric Names": [""], + "Show Range Filter": [""], + "Show Row level security filter": [""], + "Show Saved Query": [""], + "Show Table": [""], + "Show Timestamp": [""], + "Show Total": [""], + "Show Trend Line": [""], + "Show Upper Labels": [""], + "Show Value": [""], + "Show Values": [""], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], + "Show all columns": [""], + "Show all...": [""], + "Show axis line ticks": [""], + "Show cell bars": [""], + "Show chart description": [""], + "Show columns total": [""], + "Show data points as circle markers on the lines": [""], + "Show empty columns": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Show info tooltip": [""], + "Show label": [""], + "Show labels when the node has children.": [""], + "Show legend": [""], + "Show less columns": [""], + "Show less...": [""], + "Show only my charts": [""], + "Show password.": [""], + "Show percentage": [""], + "Show pointer": [""], + "Show progress": [""], + "Show rows total": [""], + "Show series values on the chart": [""], + "Show split lines": [""], + "Show the value on top of the bar": [""], + "Show time column": [""], + "Show time grain dropdown": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Show totals": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Showing %s of %s": [""], + "Shows a list of all series available at that point in time": [""], + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Significance Level": [""], + "Simple": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "Single": [""], + "Single Metric": [""], + "Single Value": [""], + "Single value": [""], + "Single value type": [""], + "Size of edge symbols": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Sizes of vehicles": [""], + "Skip Blank Lines": [""], + "Skip Initial Space": [""], + "Skip Rows": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "" + ], + "Skip spaces after delimiter": [""], + "Slug": [""], + "Small": [""], + "Small number format": [""], + "Smooth Line": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Solid": [""], + "Some roles do not exist": [""], + "Something went wrong.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Sorry, An error occurred": [""], + "Sorry, an error occurred": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Try again later.": [""], + "Sorry, there appears to be no data": [""], + "Sorry, there was an error saving this %s: %s": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "Sorry, your browser does not support copying.": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "Sort": [""], + "Sort Descending": [""], + "Sort Metric": [""], + "Sort Series Ascending": [""], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Sort ascending": [""], + "Sort bars by x labels.": [""], + "Sort by": [""], + "Sort by %s": [""], + "Sort by metric": [""], + "Sort columns alphabetically": [""], + "Sort columns by": [""], + "Sort descending": [""], + "Sort filter values": [""], + "Sort metric": [""], + "Sort rows by": [""], + "Sort series in ascending order": [""], + "Sort type": [""], + "Source": [""], + "Source / Target": [""], + "Source SQL": [""], + "Source category": [""], + "Sparkline": [""], + "Spatial": [""], + "Specific Date/Time": [""], + "Specify a schema (if database flavor supports this).": [""], + "Specify duplicate columns as \"X.0, X.1\".": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Split number": [""], + "Square kilometers": [""], + "Square meters": [""], + "Square miles": [""], + "Stack": [""], + "Stack Trace:": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Stacked": [""], + "Stacked Bars": [""], + "Stacked Style": [""], + "Stacked style": [""], + "Standard time series": [""], + "Start": [""], + "Start (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Start Review": [""], + "Start angle": [""], + "Start at (UTC)": [""], + "Start date": [""], + "Start date included in time range": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "Started": [""], + "State": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": [""], + "Status": [""], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Step type": [""], + "Stepped Line": [""], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stop": [""], + "Stop query": [""], + "Stop running (Ctrl + e)": [""], + "Stop running (Ctrl + x)": [""], + "Stopped an unsafe database connection": [""], + "Stream": [""], + "Streets": [""], + "Strength to pull the graph toward center": [""], + "Stretched style": [""], + "Strings used for sheet names (default is the first sheet).": [""], + "Stroke Color": [""], + "Stroke Width": [""], + "Stroked": [""], + "Structural": [""], + "Style": [""], + "Style the ends of the progress bar with a round cap": [""], + "Subdomain": [""], + "Subheader": [""], + "Subheader Font Size": [""], + "Submit": [""], + "Subtotal": [""], + "Success": [""], + "Successfully changed dataset!": [""], + "Suffix to apply after the percentage display": [""], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": [""], + "Sum values": [""], + "Sunburst": [""], + "Sunburst Chart": [""], + "Sunburst Chart v2": [""], + "Sunday": [""], + "Superset Chart": [""], + "Superset Embedded SDK documentation.": [""], + "Superset chart": [""], + "Superset dashboard": [""], + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "Supported databases": [""], + "Survey Responses": [""], + "Swap Groups and Columns": [""], + "Swap rows and columns": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Symbol": [""], + "Symbol of two ends of edge line": [""], + "Symbol size": [""], + "Sync columns from source": [""], + "Syntax": [""], + "TABLES": [""], + "TEMPORAL X-AXIS": [""], + "TEMPORAL_RANGE": [""], + "THU": [""], + "TUE": [""], + "Tab name": [""], + "Tab title": [""], + "Table": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "Table Exists": [""], + "Table Name": [""], + "Table View": [""], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" + ], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "" + ], + "Table cache timeout": [""], + "Table columns": [""], + "Table loading": [""], + "Table name cannot contain a schema": [""], + "Table name undefined": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Tables": [""], + "Tabs": [""], + "Tabular": [""], + "Tag could not be created.": [""], + "Tag could not be deleted.": [""], + "Tag name is invalid (cannot contain ':')": [""], + "Tag parameters are invalid.": [""], + "Tagged Object could not be deleted.": [""], + "Tags": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Target": [""], + "Target Color": [""], + "Target aspect ratio for treemap tiles.": [""], + "Target category": [""], + "Target value": [""], + "Template Name": [""], + "Template parameters": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Test Connection": [""], + "Test connection": [""], + "Text": [""], + "Text align": [""], + "Text embedded in email": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "" + ], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" + ], + "The access requests seem to have been deleted": [""], + "The annotation has been saved": [""], + "The annotation has been updated": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "The chart datasource does not exist": [""], + "The chart does not exist": [""], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The color for points and clusters in RGB": [""], + "The color scheme for rendering chart": [""], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "The column header label": [""], + "The column was deleted or renamed in the database.": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "The dashboard has been saved": [""], + "The data source seems to have been deleted": [""], + "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.": [ + "" + ], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "The database columns that contains lines information": [""], + "The database could not be found": [""], + "The database is currently running too many queries.": [""], + "The database is under an unusual load.": [""], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The database returned an unexpected error.": [""], + "The database was deleted.": [""], + "The database was not found.": [""], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" + ], + "The dataset associated with this chart no longer exists": [""], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "" + ], + "The dataset has been saved": [""], + "The dataset linked to this chart may have been deleted.": [""], + "The datasource couldn't be loaded": [""], + "The datasource is too large to query.": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "The distance between cells, in pixels": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "" + ], + "The encoding format of the lines": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "The function to use when aggregating points into groups": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" + ], + "The host might be down, and can't be reached on the provided port.": [ + "" + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "The hostname provided can't be resolved.": [""], + "The id of the active chart": [""], + "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'": [ + "" + ], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "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": [ + "" + ], + "The number color \"steps\"": [""], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" + ], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "The number of seconds before expiring the cache": [""], + "The object does not exist in the given database.": [""], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s.", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "The password provided when connecting to a database is not valid.": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "" + ], + "The pattern of timestamp format. For strings use ": [""], + "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.": [ + "" + ], + "The pixel radius": [""], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" + ], + "The port is closed.": [""], + "The port number is invalid.": [""], + "The primary metric is used to define the arc segment sizes": [""], + "The provided `rows` argument is not a valid integer.": [""], + "The query associated with the results was deleted.": [""], + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" + ], + "The query contains one or more malformed template parameters.": [""], + "The query couldn't be loaded": [""], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The query has a syntax error.": [""], + "The query returned no data": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ + "" + ], + "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [ + "" + ], + "The report has been created": [""], + "The results backend no longer has the data from the query.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" + ], + "The rich tooltip shows a list of all series for that point in time": [ + "" + ], + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "The schema was deleted or renamed in the database.": [""], + "The size of the square cell, in pixels": [""], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" + ], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "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.": [ + "" + ], + "The table was deleted or renamed in the database.": [""], + "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": [ + "" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ + "" + ], + "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [ + "" + ], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" + ], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "The time unit used for the grouping of blocks": [""], + "The type of visualization to display": [""], + "The unit of measure for the specified point radius": [""], + "The user seems to have been deleted": [""], + "The username \"%(username)s\" does not exist.": [""], + "The username provided when connecting to a database is not valid.": [""], + "The way the ticks are laid out on the X-axis": [""], + "The width of the lines": [""], + "There are associated alerts or reports": [""], + "There are associated alerts or reports: %s,": [""], + "There are no charts added to this dashboard": [""], + "There are no components added to this tab": [""], + "There are no databases available": [""], + "There are no filters in this dashboard.": [""], + "There are unsaved changes.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "" + ], + "There is no chart definition associated with this component, could it have been deleted?": [ + "" + ], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "" + ], + "There was an error fetching dataset": [""], + "There was an error fetching dataset's related objects": [""], + "There was an error fetching tables": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an error loading the dataset metadata": [""], + "There was an error loading the schemas": [""], + "There was an error loading the tables": [""], + "There was an error saving the favorite status: %s": [""], + "There was an error with your request": [""], + "There was an issue deleting %s: %s": [""], + "There was an issue deleting the selected %s: %s": [""], + "There was an issue deleting the selected annotations: %s": [""], + "There was an issue deleting the selected charts: %s": [""], + "There was an issue deleting the selected dashboards: ": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue deleting the selected layers: %s": [""], + "There was an issue deleting the selected queries: %s": [""], + "There was an issue deleting the selected templates: %s": [""], + "There was an issue deleting: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating the selected datasets: %s": [""], + "There was an issue favoriting this dashboard.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "There was an issue fetching the favorite status of this dashboard.": [ + "" + ], + "There was an issue fetching your chart: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "There was an issue previewing the selected query %s": [""], + "There was an issue previewing the selected query. %s": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "" + ], + "These are the tables this filter will be applied to.": [""], + "These filters apply to the values available in the dropdowns": [""], + "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.": [ + "" + ], + "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.": [ + "" + ], + "This action will permanently delete %s.": [""], + "This action will permanently delete the layer.": [""], + "This action will permanently delete the saved query.": [""], + "This action will permanently delete the template.": [""], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" + ], + "This chart has been moved to a different filter scope.": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" + ], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" + ], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" + ], + "This column might be incompatible with current dataset": [""], + "This column must contain date/time information.": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "" + ], + "This dashboard is managed externally, and can't be edited in Superset": [ + "" + ], + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "" + ], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "" + ], + "This dashboard is now hidden": [""], + "This dashboard is now published": [""], + "This dashboard is published. Click to make it a draft.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" + ], + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" + ], + "This dashboard was saved successfully.": [""], + "This database is managed externally, and can't be edited in Superset": [ + "" + ], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "" + ], + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [""], + "This defines the level of the hierarchy": [""], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "" + ], + "This filter doesn't exist in dashboard. It will not be applied.": [""], + "This filter might be incompatible with current dataset": [""], + "This filter set is identical to: \"%s\"": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" + ], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "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": [ + "" + ], + "This markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ + "" + ], + "This may be triggered by:": [""], + "This metric might be incompatible with current dataset": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "" + ], + "This section contains options that allow for advanced analytical post processing of query results": [ + "" + ], + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" + ], + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This value should be greater than the left target value": [""], + "This value should be smaller than the right target value": [""], + "This visualization type does not support cross-filtering.": [""], + "This visualization type is not supported.": [""], + "This will remove your current embed configuration.": [""], + "Threshold alpha level for determining significance": [""], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], + "Thursday": [""], + "Time": [""], + "Time Column": [""], + "Time Comparison": [""], + "Time Format": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time Lag": [""], + "Time Range": [""], + "Time Ratio": [""], + "Time Series": [""], + "Time Series - Bar Chart": [""], + "Time Series - Dual Axis Line Chart": [""], + "Time Series - Line Chart": [""], + "Time Series - Multiple Line Charts": [""], + "Time Series - Nightingale Rose Chart": [""], + "Time Series - Paired t-test": [""], + "Time Series - Percent Change": [""], + "Time Series - Period Pivot": [""], + "Time Series - Stacked": [""], + "Time Series Options": [""], + "Time Shift": [""], + "Time Table View": [""], + "Time column": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "Time column filter plugin": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": [""], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" + ], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Time filter": [""], + "Time format": [""], + "Time grain": [""], + "Time grain filter plugin": [""], + "Time grain missing": [""], + "Time granularity": [""], + "Time in seconds": [""], + "Time lag": [""], + "Time range": [""], + "Time ratio": [""], + "Time related form attributes": [""], + "Time series": [""], + "Time series columns": [""], + "Time shift": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Time-series Area Chart": [""], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ "" ], - "Query was stopped": [""], - "Database error": [""], - "was created": [""], - "Query in a new tab": [""], - "The query returned no data": [""], - "Fetch data preview": [""], - "Refetch results": [""], - "Track job": [""], - "Stop": [""], - "Run selection": [""], - "Run": [""], - "Stop running (Ctrl + x)": [""], - "Stop running (Ctrl + e)": [""], - "Run query (Ctrl + Return)": [""], - "Save & Explore": [""], - "Overwrite & Explore": [""], - "Undefined": [""], - "Save": [""], - "Save as": [""], - "Save query": [""], - "Save as new": [""], - "Update": [""], - "Label for your query": [""], - "Write a description for your query": [""], - "Schedule query": [""], - "Schedule": [""], - "There was an error with your request": [""], - "Please save the query to enable sharing": [""], - "Copy query link to your clipboard": [""], - "Save the query to enable this feature": [""], - "Copy link": [""], - "Run query": [""], - "New tab": [""], - "Untitled query": [""], - "Stop query": [""], - "Schedule the query periodically": [""], - "You must run the query successfully first": [""], - "Autocomplete": [""], - "CREATE TABLE AS": [""], - "CREATE VIEW AS": [""], - "Estimate the cost before running a query": [""], - "Reset state": [""], - "Enter a new title for the tab": [""], - "Untitled Query %s": [""], - "Close tab": [""], - "Rename tab": [""], - "Expand tool bar": [""], - "Hide tool bar": [""], - "Close all other tabs": [""], - "Duplicate tab": [""], - "New tab (Ctrl + q)": [""], - "New tab (Ctrl + t)": [""], - "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 the clipboard": [""], - "Show CREATE VIEW statement": [""], - "CREATE VIEW statement": [""], - "Remove table preview": [""], - "Edit template parameters": [""], - "Invalid JSON": [""], - "No stored results found, you need to re-run your query": [""], - "Run a query to display results here": [""], - "Preview: `%s`": [""], - "Results": [""], - "Query history": [""], - "Create a new chart": [""], - "Choose a dataset": [""], - "If the dataset you are looking for is not available in the list, follow the instructions on how to add it in the Superset tutorial.": [ + "Time-series Bar Chart": [""], + "Time-series Bar Chart (legacy)": [""], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "" ], - "Choose a visualization type": [""], - "Create new chart": [""], - "An error occurred while loading the SQL": [""], - "Click to see difference": [""], - "Altered": [""], - "Chart changes": [""], - "Superset chart": [""], - "Check out this chart in dashboard:": [""], - "Select ...": [""], - "Loaded data cached": [""], - "Loaded from cache": [""], - "Click to force-refresh": [""], - "cached": [""], - "Certified by %s": [""], - "Copy to clipboard": [""], - "Copied to clipboard!": [""], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], - "every": [""], - "every month": [""], - "every day of the month": [""], - "day of the month": [""], - "every day of the week": [""], - "day of the week": [""], - "every hour": [""], - "every minute UTC": [""], - "year": [""], - "month": [""], - "week": [""], - "day": [""], - "hour": [""], - "minute": [""], - "reboot": [""], - "Every": [""], - "in": [""], - "on": [""], - "and": [""], - "at": [""], - ":": [""], - "minute(s) UTC": [""], - "Invalid cron expression": [""], - "Clear": [""], - "Sunday": [""], - "Monday": [""], - "Tuesday": [""], - "Wednesday": [""], - "Thursday": [""], - "Friday": [""], - "Saturday": [""], - "January": [""], - "February": [""], - "March": [""], - "April": [""], - "May": [""], - "June": [""], - "July": [""], - "August": [""], - "September": [""], - "October": [""], - "November": [""], - "December": [""], - "SUN": [""], - "MON": [""], - "TUE": [""], - "WED": [""], - "THU": [""], - "FRI": [""], - "SAT": [""], - "JAN": [""], - "FEB": [""], - "MAR": [""], - "APR": [""], - "MAY": [""], - "JUN": [""], - "JUL": [""], - "AUG": [""], - "SEP": [""], - "OCT": [""], - "NOV": [""], - "DEC": [""], - "Error while fetching schema list": [""], - "Error while fetching database list": [""], - "Database:": [""], - "Select a database": [""], - "Force refresh schema list": [""], - "Select a schema (%s)": [""], - "Schema:": [""], - "datasource": [""], - "schema": [""], - "delete": [""], - "Type \"%s\" to confirm": [""], - "DELETE": [""], - "Click to edit": [""], - "You don't have the rights to alter this title.": [""], - "Unexpected error": [""], - "This may be triggered by:": [""], - "Please reach out to the Chart Owner for assistance.": [""], - "Chart Owner: %s": [""], - "%s Error": [""], - "See more": [""], - "See less": [""], - "Copy message": [""], - "Close": [""], - "This was triggered by:": [""], - "Did you mean:": [""], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], - "Parameter error": [""], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "Time-series Chart": [""], + "Time-series Line Chart": [""], + "Time-series Percent Change": [""], + "Time-series Period Pivot": [""], + "Time-series Scatter Plot": [""], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "Time-series Smooth Line": [""], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Time-series Stepped Line": [""], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Time-series Table": [""], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ "" ], "Timeout error": [""], - "Click to favorite/unfavorite": [""], - "Cell content": [""], - "The import was successful": [""], - "OVERWRITE": [""], - "Overwrite": [""], - "Import": [""], - "Import %s": [""], - "Last Updated %s": [""], - "Sort:": [""], - "%s Selected": [""], - "Deselect all": [""], - "No Data": [""], - "%s-%s of %s": [""], - "Settings": [""], - "About": [""], - "SQL query": [""], - "OK": [""], - "Error while fetching table list": [""], - "Select table or type table name": [""], - "Type to search ...": [""], - "Select table ": [""], - "Force refresh table list": [""], - "See table schema": [""], - "%s%s": [""], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Timestamp format": [""], + "Timezone": [""], + "Timezone offset (in hours) for this datasource": [""], + "Timezone selector": [""], + "Tiny": [""], + "Title": [""], + "Title Column": [""], + "Title is required": [""], + "Title or Slug": [""], + "To filter on a metric, use Custom SQL tab.": [""], + "To get a readable URL for your dashboard": [""], + "Too many columns to filter": [""], + "Tools": [""], + "Tooltip": [""], + "Tooltip sort by metric": [""], + "Tooltip time format": [""], + "Top": [""], + "Top left": [""], + "Top right": [""], + "Top to Bottom": [""], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": [""], + "Totals": [""], + "Track job": [""], + "Transformable": [""], + "Transparent": [""], + "Transpose Pivot": [""], + "Transpose pivot": [""], + "Tree Chart": [""], + "Tree layout": [""], + "Tree orientation": [""], + "Treemap": [""], + "Treemap (legacy)": [""], + "Trend": [""], + "Triangle": [""], + "Trigger Alert If...": [""], + "Truncate Axis": [""], + "Truncate Cells": [""], + "Truncate Metric": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Can not move top level tab into nested tabs": [""], - "This chart has been moved to a different filter scope.": [""], - "There was an issue fetching the favorite status of this dashboard.": [ + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ "" ], - "There was an issue favoriting this dashboard.": [""], - "This dashboard is now ${nowPublished}": [""], - "You do not have permissions to edit this dashboard.": [""], - "This dashboard was saved successfully.": [""], - "Could not fetch all saved charts": [""], - "Sorry there was an error fetching saved charts: ": [""], - "Visualization": [""], - "Data source": [""], - "Added": [""], - "Components": [""], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Color scheme": [""], - "You have unsaved changes.": [""], - "There is no chart definition associated with this component, could it have been deleted?": [ + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], + "Tuesday": [""], + "Tukey": [""], + "Type": [""], + "Type \"%s\" to confirm": [""], + "Type a value": [""], + "Type a value here": [""], + "Type is required": [""], + "Type of Google Sheets allowed": [""], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": [""], + "UI Configuration": [""], + "URL": [""], + "URL Parameters": [""], + "URL parameters": [""], + "URL slug": [""], + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "Delete this container and save to remove this message.": [""], - "Don't refresh": [""], - "10 seconds": [""], - "30 seconds": [""], - "1 minute": [""], - "5 minutes": [""], - "30 minutes": [""], - "1 hour": [""], - "6 hours": [""], - "12 hours": [""], - "24 hours": [""], - "Refresh interval": [""], - "Refresh frequency": [""], - "Are you sure you want to proceed?": [""], - "Save for this session": [""], - "You must pick a name for the new dashboard": [""], - "Save dashboard": [""], - "Overwrite Dashboard [%s]": [""], - "Save as:": [""], - "[dashboard name]": [""], - "also copy (duplicate) charts": [""], - "Filter your charts": [""], - "Cross Filter Scoping": [""], - "Load a template": [""], - "Load a CSS template": [""], - "Live CSS editor": [""], - "Applied Cross Filters (%d)": [""], - "Applied Filters (%d)": [""], - "Incompatible Filters (%d)": [""], - "Unset Filters (%d)": [""], - "This dashboard is currently force refreshing; the next force refresh will be in %s.": [ + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ "" ], - "Your dashboard is too large. Please reduce the size before save it.": [ + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "Discard changes": [""], - "Edit dashboard": [""], - "An error occurred while fetching available CSS templates": [""], - "Superset dashboard": [""], - "Check out this dashboard: ": [""], - "Copy dashboard URL": [""], - "Share dashboard by email": [""], - "Refresh dashboard": [""], - "Set auto-refresh interval": [""], - "Set filter mapping": [""], - "Edit dashboard properties": [""], - "Edit CSS": [""], - "Download as image": [""], - "Toggle fullscreen": [""], - "An error has occurred": [""], - "You do not have permission to edit this dashboard": [""], - "A valid color scheme is required": [""], - "The dashboard has been saved": [""], - "Access": [""], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Colors": [""], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles defined then the dashboard is available to all roles.": [ + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Apply": [""], - "Dashboard properties": [""], - "Basic information": [""], - "URL slug": [""], - "A readable URL for your dashboard": [""], - "Advanced": [""], - "JSON metadata": [""], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Unable to retrieve dashboard colors": [""], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "This dashboard is published. Click to make it a draft.": [""], - "Draft": [""], - "Annotation layers are still loading.": [""], - "One ore more annotation layers failed loading.": [""], - "Emitted values": [""], - "Cached %s": [""], - "Fetched %s": [""], - "Minimize chart": [""], - "Maximize chart": [""], - "Force refresh": [""], - "Toggle chart description": [""], - "View chart in Explore": [""], - "Copy chart URL": [""], - "Share chart by email": [""], - "Export CSV": [""], - "Cross-filter scoping": [""], - "Search...": [""], - "No filter is selected.": [""], - "Editing 1 filter:": [""], - "Batch editing %d filters:": [""], - "Configure filter scopes": [""], - "There are no filters in this dashboard.": [""], - "Expand all": [""], - "Collapse all": [""], - "This markdown component has an error.": [""], - "This markdown component has an error. Please revert your recent changes.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Delete dashboard tab?": [""], - "Divider": [""], - "Header": [""], - "Row": [""], - "Tabs": [""], - "Preview": [""], - "Sorry, your browser does not support copying.": [""], - "Sorry, something went wrong. Try again later.": [""], - "All Filters (${filterValues.length})": [""], - "Filter Sets (${filterSetFilterValues.length})": [""], - "Select parent filters": [""], - "Check configuration": [""], - "Cannot load filter": [""], - "Editing filter set:": [""], - "Filter set with this name already exists": [""], - "Filter set already exists": [""], - "This filter set is identical to: \"%s\"": [""], - "Remove invalid filters": [""], - "Rebuild": [""], - "Filters (%d)": [""], - "This filter doesn't exist in dashboard. It will not be applied.": [""], - "Filter metadata changed in dashboard. It will not be applied.": [""], - "None": [""], - "Please filter set name": [""], - "Create": [""], - "Create new filter set": [""], - "New filter set": [""], - "Clear all": [""], - "Add filter": [""], - "(Removed)": [""], + "Undefined": [""], + "Undefined window for rolling operation": [""], + "Undo the action": [""], "Undo?": [""], - "New filter": [""], - "Filters configuration and scoping": [""], - "Filter name": [""], - "Name is required": [""], - "Filter Type": [""], - "Dataset": [""], - "Dataset is required": [""], - "Parent filter": [""], - "Default Value": [""], - "Apply changes instantly": [""], - "You have removed this filter.": [""], - "Restore Filter": [""], - "Scoping": [""], - "Apply to all panels": [""], - "Apply to specific panels": [""], - "Only selected panels will be affected by this filter": [""], - "All panels with this column will be affected by this filter": [""], - "Yes, cancel": [""], - "Keep editing": [""], - "Are you sure you want to cancel?": [""], - "will not be saved.": [""], - "All filters": [""], - "All charts": [""], - "Tab title": [""], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Unexpected error": [""], + "Unexpected error occurred, please check your logs for details": [""], + "Unexpected error: ": [""], + "Unexpected time range: %s": [""], + "Unknown": [""], + "Unknown MySQL server host \"%(hostname)s\".": [""], + "Unknown Presto Error": [""], + "Unknown Status": [""], + "Unknown column used in orderby: %(col)s": [""], + "Unknown error": [""], + "Unknown input format": [""], + "Unknown value": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [""], + "Unsafe template value for key %(key)s: %(value_type)s": [""], + "Unsupported clause type: %(clause)s": [""], + "Unsupported post processing operation: %(operation)s": [""], + "Unsupported return value for method %(name)s": [""], + "Unsupported template value for key %(key)s": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Untitled Dataset": [""], + "Untitled Query": [""], + "Untitled query": [""], + "Update": [""], + "Update chart": [""], + "Updating chart was stopped": [""], + "Upload": [""], + "Upload CSV to database": [""], + "Upload Excel file to database": [""], + "Upload JSON file": [""], + "Upload columnar file": [""], + "Upload columnar file to database": [""], + "Upload file to database": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "Use %s to open in a new tab.": [""], + "Use Area Proportions": [""], + "Use Columns": [""], + "Use a log scale": [""], + "Use a log scale for the X-axis": [""], + "Use a log scale for the Y-axis": [""], + "Use an encrypted connection to the database": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], + "Use legacy datasource editor": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Use only a single value.": [""], + "Use the Advanced Analytics options below": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Use the edit button to change this field": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "Use this to define a static color for all circles": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "dataset": [""], - "Change dataset": [""], - "Warning!": [""], - "Search / Filter": [""], - "Physical (table or view)": [""], - "Virtual (SQL)": [""], - "SQL expression": [""], - "Data type": [""], - "Datetime format": [""], - "The pattern of timestamp format. For strings use ": [""], - "Python datetime string pattern": [""], - " expression which needs to adhere to the ": [""], - "ISO 8601": [""], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ "" ], - "Is dimension": [""], - "Is filterable": [""], - "Modified columns: %s": [""], - "Removed columns: %s": [""], - "New columns added: %s": [""], - "Metadata has been synced": [""], - "Column name [%s] is duplicated": [""], - "Metric name [%s] is duplicated": [""], - "Calculated column [%s] requires an expression": [""], - "Basic": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ "" ], - "Autocomplete filters": [""], - "Whether to populate autocomplete filters options": [""], - "Autocomplete query predicate": [""], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "User": [""], + "User Roles": [""], + "User doesn't have the proper permissions.": [""], + "User must select a value before applying the filter": [""], + "User must select a value for this filter": [""], + "User query": [""], + "Username": [""], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ "" ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ "" ], - "Owners of the dataset": [""], - "Cache timeout": [""], - "The duration of time in seconds before the cache is invalidated": [""], - "Hours offset": [""], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "Value": [""], + "Value Domain": [""], + "Value Format": [""], + "Value bounds": [""], + "Value format": [""], + "Value is required": [""], + "Value must be greater than 0": [""], + "Values are dependent on other filters": [""], + "Values dependent on": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "Spatial": [""], - "virtual": [""], - "Dataset name": [""], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Vehicle Types": [""], + "Verbose Name": [""], + "Version": [""], + "Version number": [""], + "Vertical": [""], + "Vertical (Left)": [""], + "Video game consoles": [""], + "View": [""], + "View All »": [""], + "View all charts": [""], + "View as table": [""], + "View in SQL Lab": [""], + "View keys & indexes (%s)": [""], + "View query": [""], + "Viewed": [""], + "Viewed %s": [""], + "Viewport": [""], + "Virtual": [""], + "Virtual (SQL)": [""], + "Virtual dataset": [""], + "Virtual dataset query cannot be empty": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Virtual dataset query must be read-only": [""], + "Visual Tweaks": [""], + "Visualization Type": [""], + "Visualization type": [""], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ "" ], - "The JSON metric or post aggregation definition.": [""], - "Physical": [""], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "" ], - "Click the lock to make changes.": [""], - "Click the lock to prevent further changes.": [""], - "D3 format": [""], - "Certified by": [""], - "Person or group that has certified this metric": [""], - "Certification details": [""], - "Details of the certification": [""], - "Warning": [""], - "Optional warning about use of this metric": [""], - "Be careful.": [""], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "Source": [""], - "Sync columns from source": [""], - "Calculated columns": [""], - "The dataset has been saved": [""], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "" ], - "Are you sure you want to save and apply changes?": [""], - "Confirm save": [""], - "Edit Dataset ": [""], - "Use legacy datasource editor": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Group by": [""], - "One or many controls to group by": [""], - "One or many metrics to display": [""], - "Visualization type": [""], - "The type of visualization to display": [""], - "Fixed color": [""], - "Use this to define a static color for all circles": [""], - "Right axis metric": [""], - "Choose a metric for right axis": [""], - "Linear color scheme": [""], - "Color metric": [""], - "A metric to use for color": [""], - "One or many controls to pivot as columns": [""], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ "" ], - "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`": [ + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "" ], - "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": [ + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ "" ], - "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.": [ + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ "" ], - "Last week": [""], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "" ], - "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).": [ + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ "" ], - "Sort by": [""], - "Metric used to define the top series": [""], - "Series": [""], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "" ], - "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": [""], - "Y Axis Format": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ "" ], - "The color scheme for rendering chart": [""], - "Color map": [""], - "description": [""], - "bolt": [""], - "Changing this control takes effect instantly": [""], - "Customize": [""], - "Height": [""], - "Width": [""], - "Copy chart URL to clipboard": [""], - "Loading...": [""], - "Superset Chart": [""], - "Export to .JSON format": [""], - "Export to .CSV format": [""], - "%s - untitled": [""], - "Edit chart properties": [""], - "Control labeled ": [""], - "Open Datasource tab": [""], - "rows": [""], - "Limit reached": [""], - "**Select** a dashboard OR **create** a new one": [""], - "Please enter a chart name": [""], - "Save chart": [""], - "Save & go to dashboard": [""], - "Save as new chart": [""], - "Save (Overwrite)": [""], - "Save as ...": [""], - "Chart name": [""], - "Add to dashboard": [""], - "rows retrieved": [""], - "Sorry, An error occurred": [""], - "No data": [""], - "View samples": [""], - "Search Metrics & Columns": [""], - "Showing %s of %s": [""], - "New chart": [""], - "Edit properties": [""], - "View query": [""], - "Run in SQL Lab": [""], - "You do not have permission to edit this chart": [""], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Configuration": [""], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ "" ], - "A list of users who can alter the chart. Searchable by name or username.": [ + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" + ], + "Viz is missing a datasource": [""], + "Viz type": [""], + "WED": [""], + "Want to add a new database?": [""], + "Warning": [""], + "Warning Message": [""], + "Warning!": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "" + ], + "Was unable to check your query": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" + ], + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "" ], - "`Min` value should be numeric or empty": [""], - "`Max` value should be numeric or empty": [""], - "Min": [""], - "Max": [""], - "No results found": [""], - "%s option(s)": [""], - "Invalid lat/long configuration.": [""], - "Reverse lat/long ": [""], - "Longitude & Latitude columns": [""], - "Delimited long & lat single column": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "We have the following keys: %s": [""], + "We were unable to active or deactivate this report.": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "Geohash": [""], - "textarea": [""], - "in modal": [""], - "This visualization type is not supported.": [""], - "Click to change visualization type": [""], - "Select a visualization type": [""], - "Failed to verify select options: %s": [""], - "Annotation Slice Configuration": [""], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ "" ], - "Display configuration": [""], - "Configure your how you overlay is displayed here.": [""], - "Style": [""], - "Opacity": [""], - "Color": [""], - "Line width": [""], - "Layer configuration": [""], - "Configure the basics of your Annotation Layer.": [""], - "Mandatory": [""], - "Hide layer": [""], - "Choose the annotation layer type": [""], - "Annotation layer type": [""], - "Remove": [""], - "Edit annotation layer": [""], - "Add annotation layer": [""], - "Empty collection": [""], - "Add an item": [""], - "Remove item": [""], - "Edit dataset": [""], - "View in SQL Lab": [""], - "More dataset related options": [""], - "Missing dataset": [""], - "The dataset linked to this chart may have been deleted.": [""], - "RANGE TYPE": [""], - "Actual time range": [""], - "CANCEL": [""], - "APPLY": [""], - "Edit time range": [""], - "Configure Advanced Time Range ": [""], - "START (INCLUSIVE)": [""], - "Start date included in time range": [""], - "END (EXCLUSIVE)": [""], - "End date excluded from time range": [""], - "Configure Time Range: Previous...": [""], - "Configure Time Range: Last...": [""], - "Configure custom time range": [""], - "Relative quantity": [""], - "Anchor to": [""], - "NOW": [""], - "Date/Time": [""], - "Return to specific datetime.": [""], - "Syntax": [""], - "Example": [""], - "Moves the given set of dates by a specified interval.": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Web": [""], + "Wednesday": [""], + "Week": [""], + "Week ending Saturday": [""], + "Week starting Monday": [""], + "Week starting Sunday": [""], + "Week_ending Sunday": [""], + "Weekly Report": [""], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], + "Weeks %s": [""], + "Weight": [""], + "What should be shown on the label?": [""], + "What should happen if the table already exists": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "Get the last date by the date unit.": [""], - "Get the specify date for the holiday": [""], - "Drop columns or metrics": [""], - "Drop columns": [""], - "Default": [""], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "Sort metric": [""], - "Metric to sort the results by": [""], - "Sort ascending": [""], - "Check for sorting ascending": [""], - "Allow multiple selections": [""], - "Multiple selections allowed, otherwise filter is limited to a single value": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "Search all filter options": [""], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "When checked, the map will zoom to your data after each query": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "Required": [""], - "User must select a value for this filter": [""], - "Filter configuration": [""], - "Simple": [""], - "Custom SQL": [""], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "%s column(s) and metric(s)": [""], - "%s column(s)": [""], - "To filter on a metric, use Custom SQL tab.": [""], - "%s operator(s)": [""], - "Type a value here": [""], - "Filter value (case sensitive)": [""], - "choose WHERE or HAVING...": [""], - "Filters by columns": [""], - "Filters by metrics": [""], - "Fixed": [""], - "Based on a metric": [""], - "My metric": [""], - "Add metric": [""], - "%s aggregates(s)": [""], - "%s saved metric(s)": [""], - "Saved": [""], - "Saved metric": [""], - "column": [""], - "aggregate": [""], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ "" ], - "Error while fetching data": [""], - "Time series columns": [""], - "Code": [""], - "Markup type": [""], - "Pick your favorite markup language": [""], - "Put your code here": [""], - "Query": [""], - "URL": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ "" ], - "Time": [""], - "Time related form attributes": [""], - "Chart type": [""], - "Chart ID": [""], - "The id of the active chart": [""], - "Cache Timeout (seconds)": [""], - "The number of seconds before expiring the cache": [""], - "URL parameters": [""], - "Extra parameters for use in jinja templated queries": [""], - "Time range endpoints": [""], - "Time range endpoints (SIP-15)": [""], - "Annotations and layers": [""], - "Sort descending": [""], - "Whether to sort descending or ascending": [""], - "Contribution": [""], - "Compute the contribution to the total": [""], - "Advanced analytics": [""], - "This section contains options that allow for advanced analytical post processing of query results": [ + "When using 'Group By' you are limited to use a single metric": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "Rolling window": [""], - "Rolling function": [""], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "Periods": [""], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "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": [ + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Time comparison": [""], - "Time shift": [""], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Calculation type": [""], - "How to display time shifts: as individual lines; as the absolute difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Whether to always show the annotation label": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "Python functions": [""], - "Rule": [""], - "Pandas resample rule": [""], - "Method": [""], - "Pandas resample method": [""], - "No columns": [""], - "%s option": [""], - "Chosen non-numeric column": [""], - "No time columns": [""], - "Favorites": [""], - "Created content": [""], - "Recent activity": [""], - "Security & Access": [""], - "No charts": [""], - "No dashboards": [""], - "No favorite charts yet, go click on stars!": [""], - "No favorite dashboards yet, go click on stars!": [""], - "Profile picture provided by Gravatar": [""], - "joined": [""], - "id:": [""], - "There was an error fetching your recent activity:": [""], - "Deleted: %s": [""], - "There was an issue deleting: %s": [""], - "There was an issue deleting %s: %s": [""], - "report": [""], - "alert": [""], - "reports": [""], - "alerts": [""], - "There was an issue deleting the selected %s: %s": [""], - "Last run": [""], - "Notification method": [""], - "Execution log": [""], - "Actions": [""], - "Bulk select": [""], - "No %s yet": [""], - "Created by": [""], - "An error occurred while fetching created by values: %s": [""], - "Status": [""], - "${AlertState.success}": [""], - "${AlertState.working}": [""], - "${AlertState.error}": [""], - "${AlertState.noop}": [""], - "${AlertState.grace}": [""], - "Alerts & reports": [""], - "Reports": [""], - "This action will permanently delete %s.": [""], - "Delete %s?": [""], - "Please confirm": [""], - "Are you sure you want to delete the selected %s?": [""], - "< (Smaller than)": [""], - "> (Larger than)": [""], - "<= (Smaller or equal)": [""], - ">= (Larger or equal)": [""], - "== (Is equal)": [""], - "!= (Is not equal)": [""], - "Not null": [""], - "30 days": [""], - "60 days": [""], - "90 days": [""], - "Add notification method": [""], - "Add delivery method": [""], - "Add": [""], - "Edit ${isReport ? 'Report' : 'Alert'}": [""], - "Add ${isReport ? 'Report' : 'Alert'}": [""], - "Report name": [""], - "Alert name": [""], - "Alert condition": [""], - "Trigger Alert If...": [""], - "Value": [""], - "Report schedule": [""], - "Alert condition schedule": [""], - "Schedule settings": [""], - "Log retention": [""], - "Working timeout": [""], - "Time in seconds": [""], - "Grace period": [""], - "Message content": [""], - "log": [""], - "State": [""], - "Execution ID": [""], - "Scheduled at (UTC)": [""], - "Start at (UTC)": [""], - "Duration": [""], - "Error message": [""], - "${alertResource?.type}": [""], - "CRON expression": [""], - "Report sent": [""], - "Alert triggered, notification sent": [""], - "Report sending": [""], - "Alert running": [""], - "Report failed": [""], - "Alert failed": [""], - "Nothing triggered": [""], - "Alert Triggered, In Grace Period": [""], - "Recipients are separated by \",\" or \";\"": [""], - "${RecipientIconName.email}": [""], - "${RecipientIconName.slack}": [""], - "annotation": [""], - "There was an issue deleting the selected annotations: %s": [""], - "Edit annotation": [""], - "Delete annotation": [""], - "Annotation": [""], - "No annotation yet": [""], - "Annotation Layer ${annotationLayerName}": [""], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "Delete Annotation?": [""], - "Are you sure you want to delete the selected annotations?": [""], - "Add annotation": [""], - "Annotation name": [""], - "date": [""], - "Additional information": [""], - "Description (this can be seen in the list)": [""], - "annotation_layer": [""], - "Edit annotation layer properties": [""], - "Annotation layer name": [""], - "Annotation layers": [""], - "There was an issue deleting the selected layers: %s": [""], - "Last modified": [""], - "Created on": [""], - "Edit template": [""], - "Delete template": [""], - "Annotation layer": [""], - "An error occurred while fetching dataset datasource values: %s": [""], - "No annotation layers yet": [""], - "This action will permanently delete the layer.": [""], - "Delete Layer?": [""], - "Are you sure you want to delete the selected layers?": [""], - "Are you sure you want to delete": [""], - "Last modified %s": [""], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to apply filter when items are clicked": [""], + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to display a bar chart background in table columns": [""], + "Whether to display a legend for the chart": [""], + "Whether to display bubbles on top of countries": [""], + "Whether to display the aggregate count": [""], + "Whether to display the interactive data table": [""], + "Whether to display the labels.": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "There was an issue deleting the selected charts: %s": [""], - "Modified by": [""], - "Owner": [""], - "All": [""], - "An error occurred while fetching chart owners values: %s": [""], - "An error occurred while fetching chart created by values: %s": [""], - "Viz type": [""], - "An error occurred while fetching chart dataset values: %s": [""], - "Favorite": [""], - "Any": [""], - "Yes": [""], - "No": [""], - "Alphabetical": [""], - "Recently modified": [""], - "Least recently modified": [""], - "Import charts": [""], - "Are you sure you want to delete the selected charts?": [""], - "css_template": [""], - "Edit CSS template properties": [""], - "Add CSS template": [""], - "CSS template name": [""], - "css": [""], - "CSS templates": [""], - "There was an issue deleting the selected templates: %s": [""], - "Last modified by %s": [""], - "CSS template": [""], - "This action will permanently delete the template.": [""], - "Delete Template?": [""], - "Are you sure you want to delete the selected templates?": [""], - "published": [""], - "draft": [""], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to display the legend (toggles)": [""], + "Whether to display the metric name as a title": [""], + "Whether to display the min and max values of the X-axis": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the stroke": [""], + "Whether to display the time range interactive selector": [""], + "Whether to display the timestamp": [""], + "Whether to display the trend line": [""], + "Whether to enable changing graph position and scaling.": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Whether to fill the objects": [""], + "Whether to ignore locations that are null": [""], + "Whether to include a client-side search box": [""], + "Whether to include a time filter": [""], + "Whether to include the percentage in the tooltip": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to make the grid 3D": [""], + "Whether to make the histogram cumulative": [""], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ "" ], - "An error occurred while fetching dashboards: %s": [""], - "There was an issue deleting the selected dashboards: ": [""], - "An error occurred while fetching dashboard owner values: %s": [""], - "An error occurred while fetching dashboard created by values: %s": [""], - "Are you sure you want to delete the selected dashboards?": [""], - "SQL Copied!": [""], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Whether to normalize the histogram": [""], + "Whether to populate autocomplete filters options": [""], + "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": [ "" ], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "database": [""], - "An error occurred while fetching database related data: %s": [""], - "Import databases": [""], - "Asynchronous query execution": [""], - "AQE": [""], - "Allow data manipulation language": [""], - "DML": [""], - "CSV upload": [""], - "Delete database": [""], - "The database %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Whether to show minor ticks on the axis": [""], + "Whether to show the pointer": [""], + "Whether to show the progress of gauge chart": [""], + "Whether to show the split lines on the axis": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Whether to sort descending or ascending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "Delete Database?": [""], - "Please enter a SQLAlchemy URI to test": [""], - "Sorry there was an error fetching database information: %s": [""], - "Edit database": [""], - "Add database": [""], - "Display Name": [""], - "Name your dataset": [""], - "Pick a name to help you identify this database.": [""], - "dialect+driver://username:password@host:port/database": [""], - "Refer to the ": [""], - " for more information on how to structure your URI.": [""], - "Test connection": [""], - "Allow this database to be queried in SQL Lab": [""], - "Allow creation of new tables based on queries": [""], - "Allow creation of new views based on queries": [""], - "CTAS & CVAS SCHEMA": [""], - "Search or select schema": [""], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema.": [ + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "Allow multi schema metadata fetch": [""], - "Chart cache timeout": [""], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Whether to truncate metrics": [""], + "Which country to plot the map for?": [""], + "Which relatives to highlight on hover": [""], + "Whisker/outlier options": [""], + "White": [""], + "Width": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Width of the sparkline": [""], + "Window must be > 0": [""], + "With a subheader": [""], + "Word Cloud": [""], + "Word Rotation": [""], + "Working": [""], + "Working timeout": [""], + "World Map": [""], + "Write a description for your query": [""], + "Write a handlebars template to render the data": [""], + "Write dataframe index as a column": [""], + "Write dataframe index as a column.": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "X Axis": [""], + "X Axis Format": [""], + "X Axis Label": [""], + "X Axis Title": [""], + "X Log Scale": [""], + "X Tick Layout": [""], + "X bounds": [""], + "X-Axis Sort Ascending": [""], + "X-Axis Sort By": [""], + "X-axis": [""], + "XScale Interval": [""], + "Y 2 bounds": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Y Axis": [""], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Y Axis 2 Bounds": [""], + "Y Axis Bounds": [""], + "Y Axis Format": [""], + "Y Axis Label": [""], + "Y Axis Left": [""], + "Y Axis Right": [""], + "Y Axis Title": [""], + "Y Log Scale": [""], + "Y bounds": [""], + "Y-Axis Sort Ascending": [""], + "Y-Axis Sort By": [""], + "Y-axis": [""], + "Y-axis bounds": [""], + "YScale Interval": [""], + "Year": [""], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Years %s": [""], + "Yes": [""], + "Yes, cancel": [""], + "Yes, overwrite changes": [""], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Secure extra": [""], - "JSON string containing additional connection configuration.": [""], - "This is used to provide connection information for systems like Hive, Presto, and BigQuery, which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Impersonate Logged In User (Presto & Hive)": [""], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "Allow data upload": [""], - "If selected, please set the schemas allowed for data upload in Extra.": [ + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "" ], - "JSON string containing extra configuration elements.": [""], - "1. The engine_params object gets unpacked into the sqlalchemy.create_engine call, while the metadata_params gets unpacked into the sqlalchemy.MetaData call.": [ + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "" ], - "2. The metadata_cache_timeout is a cache timeout setting in seconds for metadata fetch of this database. Specify it as \"metadata_cache_timeout\": {\"schema_cache_timeout\": 600, \"table_cache_timeout\": 600}. If unset, cache will not be enabled for the functionality. A timeout of 0 indicates that the cache never expires.": [ + "You can": [""], + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ "" ], - "3. The schemas_allowed_for_csv_upload is a comma separated list of schemas that CSVs are allowed to upload to. Specify it as \"schemas_allowed_for_csv_upload\": [\"public\", \"csv_upload\"]. If database flavor does not support schema or any schema is allowed to be accessed, just leave the list empty.": [ + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "4. The version field is a string specifying this db's version. This should be used with Presto DBs so that the syntax is correct.": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "5. The allows_virtual_table_explore field is a boolean specifying whether or not the Explore button in SQL Lab results is shown.": [ + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "Add dataset": [""], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ "" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You do not have permission to edit this %s": [""], + "You do not have permission to edit this chart": [""], + "You do not have permission to edit this dashboard": [""], + "You do not have permissions to access the datasource(s): %(name)s.": [ "" ], - "An error occurred while fetching dataset related data": [""], - "An error occurred while fetching dataset related data: %s": [""], - "Physical dataset": [""], - "Virtual dataset": [""], - "An error occurred while fetching dataset owner values: %s": [""], - "An error occurred while fetching datasets: %s": [""], - "An error occurred while fetching schema values: %s": [""], - "Import datasets": [""], - "There was an issue deleting the selected datasets: %s": [""], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "You do not have permissions to edit this dashboard.": [""], + "You don't have access to this chart.": [""], + "You don't have access to this dashboard.": [""], + "You don't have access to this dataset.": [""], + "You don't have access to this embedded dashboard config.": [""], + "You don't have any favorites yet!": [""], + "You don't have permission to modify the value.": [""], + "You don't have the rights to alter %(resource)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to alter this dashboard": [""], + "You don't have the rights to alter this title.": [""], + "You don't have the rights to create a chart": [""], + "You don't have the rights to create a dashboard": [""], + "You don't have the rights to download as csv": [""], + "You have no permission to approve this request": [""], + "You have removed this filter.": [""], + "You have unsaved changes.": [""], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ "" ], - "Delete Dataset?": [""], - "Are you sure you want to delete the selected datasets?": [""], - "0 Selected": [""], - "%s Selected (Virtual)": [""], - "%s Selected (Physical)": [""], - "%s Selected (%s Physical, %s Virtual)": [""], - "There was an issue previewing the selected query. %s": [""], - "Success": [""], - "Failed": [""], - "Running": [""], - "Offline": [""], - "Scheduled": [""], - "Duration: %s": [""], - "Tab name": [""], - "TABLES": [""], - "Rows": [""], - "Open query in SQL Lab": [""], - "An error occurred while fetching database values: %s": [""], - "Time range": [""], - "Search by query text": [""], - "Query preview": [""], - "Previous": [""], - "Next": [""], - "Open in SQL Lab": [""], - "User query": [""], - "Executed query": [""], - "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "You must pick a name for the new dashboard": [""], + "You must run the query successfully first": [""], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ "" ], - "Saved queries": [""], - "There was an issue previewing the selected query %s": [""], - "Import queries": [""], - "Link Copied!": [""], - "There was an issue deleting the selected queries: %s": [""], - "Edit query": [""], - "Copy query URL": [""], - "Export query": [""], - "Delete query": [""], - "This action will permanently delete the saved query.": [""], - "Delete Query?": [""], - "Are you sure you want to delete the selected queries?": [""], - "queries": [""], - "Query name": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Your chart is not up to date": [""], + "Your chart is ready to go!": [""], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" + ], + "Your query could not be saved": [""], + "Your query could not be scheduled": [""], + "Your query could not be updated": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "" + ], + "Your query was not properly saved": [""], + "Your query was saved": [""], + "Your query was updated": [""], + "Your report could not be deleted": [""], + "Zero imputation": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "[ untitled dashboard ]": [""], + "[Longitude] and [Latitude] columns must be present in [Group By]": [""], + "[Longitude] and [Latitude] must be set": [""], + "[Missing Dataset]": [""], + "[Superset] Access to the datasource %(name)s was granted": [""], "[Untitled]": [""], - "Unknown": [""], - "Edited": [""], - "Created": [""], - "Viewed": [""], - "Examples": [""], - "Mine": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "[asc]": [""], + "[copy]": [""], + "[dashboard name]": [""], + "[desc]": [""], + "[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": [ "" ], - "Recently created charts, dashboards, and saved queries will appear here": [ + "[untitled]": [""], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [""], + "`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.": [ "" ], - "Recent example charts, dashboards, and saved queries will appear here": [ + "`operation` property of post processing object undefined": [""], + "`prophet` package not installed": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "`row_limit` must be greater than or equal to 0": [""], + "`row_offset` must be greater than or equal to 0": [""], + "`width` must be greater or equal to 0": [""], + "aggregate": [""], + "alert": [""], + "alerts": [""], + "all": [""], + "also copy (duplicate) charts": [""], + "ancestor": [""], + "and": [""], + "annotation": [""], + "annotation_layer": [""], + "asfreq": [""], + "at": [""], + "auto": [""], + "auto (Smooth)": [""], + "background": [""], + "basis": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": [""], + "boolean type icon": [""], + "bottom": [""], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": [""], + "cardinal": [""], + "chart": [""], + "choose WHERE or HAVING...": [""], + "clear all filters": [""], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": [""], + "connecting to %(dbModelName)s.": [""], + "count": [""], + "create": [""], + "create a new chart": [""], + "create dataset from SQL query": [""], + "css": [""], + "css_template": [""], + "cumsum": [""], + "cumulative": [""], + "dashboard": [""], + "database": [""], + "dataset": [""], + "date": [""], + "day": [""], + "day of the month": [""], + "day of the week": [""], + "deck.gl 3D Hexagon": [""], + "deck.gl Arc": [""], + "deck.gl Geojson": [""], + "deck.gl Grid": [""], + "deck.gl Multiple Layers": [""], + "deck.gl Path": [""], + "deck.gl Polygon": [""], + "deck.gl Scatterplot": [""], + "deck.gl Screen Grid": [""], + "deckGL": [""], + "default": [""], + "delete": [""], + "descendant": [""], + "description": [""], + "deviation": [""], + "dialect+driver://username:password@host:port/database": [""], + "draft": [""], + "dttm": [""], + "e.g. ********": [""], + "e.g. 127.0.0.1": [""], + "e.g. 5432": [""], + "e.g. AccountAdmin": [""], + "e.g. Analytics": [""], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": [""], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": [""], + "edit mode": [""], + "entries": [""], + "error_message": [""], + "every": [""], + "every day of the month": [""], + "every day of the week": [""], + "every hour": [""], + "every minute": [""], + "every month": [""], + "expand": [""], + "explore": [""], + "failed": [""], + "fetching": [""], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "flat": [""], + "for more information on how to structure your URI.": [""], + "function type icon": [""], + "geohash (square)": [""], + "green": [""], + "heatmap": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "here": [""], + "hour": [""], + "id": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "in": [""], + "in modal": [""], + "is expected to be a number": [""], + "is expected to be an integer": [""], + "joined": [""], + "json isn't valid": [""], + "key a-z": [""], + "key z-a": [""], + "label": [""], + "last day": [""], + "last month": [""], + "last quarter": [""], + "last week": [""], + "last year": [""], + "latest partition:": [""], + "left": [""], + "less than {min} {name}": [""], + "linear": [""], + "log": [""], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ "" ], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "max": [""], + "mean": [""], + "median": [""], + "metric": [""], + "min": [""], + "minute": [""], + "minute(s)": [""], + "monotone": [""], + "month": [""], + "more than {max} {name}": [""], + "must have a value": [""], + "no SQL validator is configured": [""], + "no SQL validator is configured for {}": [""], + "numeric type icon": [""], + "nvd3": [""], + "of parent": [""], + "of total": [""], + "offline": [""], + "on": [""], + "or": [""], + "or use existing ones from the panel on the right": [""], + "orderby column must be populated": [""], + "overall": [""], + "p-value precision": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": [""], + "page_size.entries": [""], + "page_size.show": [""], + "pending": [""], + "percentile (exclusive)": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "You don't have any favorites yet!": [""], - "SQL Lab queries": [""], - "${tableName}": [""], + "permalink state not found": [""], + "pixelated (Sharp)": [""], + "previous calendar month": [""], + "previous calendar week": [""], + "previous calendar year": [""], + "published": [""], + "quarter": [""], + "queries": [""], "query": [""], - "Share": [""], - "Last run %s": [""], - "There was an issue fetching your recent activity: %s": [""], - "There was an issues fetching your dashboards: %s": [""], - "There was an issues fetching your chart: %s": [""], - "There was an issues fetching your saved queries: %s": [""], - "Recents": [""], - "Select start and end date": [""], - "Type or Select [%s]": [""], - "Filter box": [""], - "Filters configuration": [""], - "Filter configuration for the filter box": [""], - "Date filter": [""], - "Whether to include a time filter": [""], - "Instant filtering": [""], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "random": [""], + "reboot": [""], + "recent": [""], + "recents": [""], + "red": [""], + "report": [""], + "reports": [""], + "restore zoom": [""], + "right": [""], + "running": [""], + "search by tags": [""], + "seconds": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "square": [""], + "stack": [""], + "staggered": [""], + "std": [""], + "step-after": [""], + "step-before": [""], + "stopped": [""], + "stream": [""], + "string type icon": [""], + "success": [""], + "sum": [""], + "syntax.": [""], + "tag": [""], + "temporal type icon": [""], + "textarea": [""], + "to": [""], + "top": [""], + "undo": [""], + "unknown type icon": [""], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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": [""], - "Limit selector values": [""], - "These filters apply to the values available in the dropdowns": [""], - "Time-series Table": [""] + "use latest_partition template": [""], + "value ascending": [""], + "value descending": [""], + "var": [""], + "variance": [""], + "view instructions": [""], + "virtual": [""], + "viz type": [""], + "was created": [""], + "week": [""], + "week ending Saturday": [""], + "week starting Sunday": [""], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": [""], + "yellow": [""], + "zoom area": [""] } } } diff --git a/superset/translations/sk/LC_MESSAGES/messages.po b/superset/translations/sk/LC_MESSAGES/messages.po index 9e8eea66a469c..e035fdaa5747f 100644 --- a/superset/translations/sk/LC_MESSAGES/messages.po +++ b/superset/translations/sk/LC_MESSAGES/messages.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2021-05-24 15:59+0200\n" "Last-Translator: FULL NAME \n" "Language: sk\n" @@ -28,8 +28,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -37,16 +37,7 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -54,35 +45,35 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" msgstr "" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Importovať dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +msgid " a new one" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -100,17 +91,33 @@ msgid "" " database/column name level via the extra parameter." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +msgid " to add calculated columns" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +msgid " to add metrics" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" msgstr "" #: superset/security/analytics_db_safety.py:44 @@ -118,7 +125,7 @@ msgstr "" msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" @@ -126,25 +133,44 @@ msgid "" "%(issues)s" msgstr "" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, python-format +msgid "%(other)s charts will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, python-format +msgid "%(other)s dashboards will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, python-format +msgid "%(other)s recents will appear here" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, python-format +msgid "%(other)s saved queries will appear here" +msgstr "" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "" @@ -158,23 +184,28 @@ msgid "" msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -182,98 +213,129 @@ msgid "" "Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format -msgid "%s - untitled" +msgid "%s Error" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 #, python-format -msgid "%s Error" +msgid "%s PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "" +msgid_plural "%s options" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "" @@ -283,7 +345,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -295,7 +361,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -305,103 +371,344 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +msgid "1 day" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +msgid "1 hourly frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +msgid "1 week" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +msgid "1 year" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "1 year end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 year start frequency" +msgstr "" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +msgid "104 weeks" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +msgid "156 weeks" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +msgid "2 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +msgid "28 days" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "3 years" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "30 days ago" +msgstr "" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +msgid "52 weeks" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +msgid "7 days" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "" @@ -409,47 +716,61 @@ msgstr "" msgid ":" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 msgid "A Big Number" msgstr "" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." +#: superset/views/database/forms.py:184 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" #: superset/databases/commands/exceptions.py:42 @@ -462,11 +783,26 @@ msgid "" "on a CDN for example)" msgstr "" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +msgid "A list of tags that have been applied to this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" @@ -474,66 +810,84 @@ msgstr "" msgid "A map of the world, that can indicate values in different countries." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "" +#: superset/common/query_context_processor.py:417 +msgid "A time column must be specified when using a Time Comparison." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "" @@ -541,8 +895,8 @@ msgstr "" msgid "APR" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "" @@ -550,21 +904,38 @@ msgstr "" msgid "AUG" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Access token" +msgstr "" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "" @@ -572,76 +943,85 @@ msgstr "" msgid "Action" msgstr "" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +msgid "Actual Values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 -msgid "Adaptive formatting" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +msgid "Actual value" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 -msgid "Add" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +msgid "Actual values" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 -msgid "Add Alert" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" msgstr "" -#: superset/views/annotations.py:60 -msgid "Add Annotation" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" msgstr "" -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +msgid "Add Alert" msgstr "" -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "" @@ -649,39 +1029,23 @@ msgstr "" msgid "Add Database" msgstr "" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "" @@ -689,44 +1053,99 @@ msgstr "" msgid "Add a Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +msgid "Add a dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 msgid "Add additional custom parameters" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "" + #: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +msgid "Add cross-filter" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +msgid "Add extra connection information." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "" @@ -735,255 +1154,355 @@ msgstr "" msgid "Add new formatter" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 -msgid "Added" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" msgstr "" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Importovať dashboard" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +msgid "Additional settings." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 msgid "After" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 msgid "Aggregate" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +msgid "Alert" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +msgid "All Entities" +msgstr "" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "" @@ -991,7 +1510,7 @@ msgstr "" msgid "All filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" @@ -1000,67 +1519,64 @@ msgstr "" msgid "All panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1070,35 +1586,39 @@ msgstr "" msgid "Allow multiple selections" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1106,345 +1626,375 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +msgid "An Error Occurred" +msgstr "" + +#: superset/reports/commands/exceptions.py:188 +#, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 msgid "An error occurred while accessing the value." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 msgid "An error occurred while creating the value." msgstr "" -#: superset/key_value/commands/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 msgid "An error occurred while deleting the value." msgstr "" -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "" + +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." +msgstr "" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 msgid "" -"An error occurred while setting the tab schema. Please contact your " +"An error occurred while setting the tab name. Please contact your " "administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +"An error occurred while setting the tab schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." msgstr "" -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 msgid "An error occurred while updating the value." msgstr "" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +msgid "An error occurred while upserting the value." +msgstr "" + +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 msgid "Animation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "Anotačná vrstva" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Anotačná vrstva" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -#, fuzzy -msgid "Annotation Source" -msgstr "Anotačná vrstva" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "" @@ -1457,12 +2007,9 @@ msgstr "" msgid "Annotation delete failed." msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "" @@ -1482,7 +2029,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "" @@ -1491,12 +2038,12 @@ msgstr "" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 #, fuzzy msgid "Annotation layer interval end" msgstr "Anotačná vrstva" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "" @@ -1504,7 +2051,7 @@ msgstr "" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 #, fuzzy msgid "Annotation layer opacity" msgstr "Anotačná vrstva" @@ -1513,41 +2060,42 @@ msgstr "Anotačná vrstva" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 #, fuzzy msgid "Annotation layer stroke" msgstr "Anotačná vrstva" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 #, fuzzy msgid "Annotation layer time column" msgstr "Anotačná vrstva" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 #, fuzzy msgid "Annotation layer title column" msgstr "Anotačná vrstva" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 #, fuzzy msgid "Annotation layer value" msgstr "Anotačná vrstva" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "" @@ -1559,23 +2107,33 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "Anotačná vrstva" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 #, fuzzy msgid "Annotation source type" msgstr "Anotačná vrstva" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "Anotačná vrstva" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "Anotačná vrstva" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 #, fuzzy msgid "Annotations and Layers" msgstr "Anotačná vrstva" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "" @@ -1583,16 +2141,17 @@ msgstr "" msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "" @@ -1602,62 +2161,71 @@ msgid "" "dashboard's individual charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, python-format +msgid "Applied cross-filters (%d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Applied Cross Filters (%d)" +msgid "Applied filters (%d)" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 #, python-format -msgid "Applied Filters (%d)" +msgid "Applied filters: %s" msgstr "" -#: superset/viz.py:237 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "" @@ -1665,95 +2233,128 @@ msgstr "" msgid "April" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +msgid "Are you sure you want to delete the selected tags?" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +msgid "Area Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 msgid "Area chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" +msgstr "" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "" @@ -1761,62 +2362,137 @@ msgstr "" msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +msgid "Auto" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Spravovať" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Spravovať" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +msgid "Axis Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Backward values" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +msgid "Bad formula." +msgstr "" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Bar Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Bar orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "" @@ -1824,25 +2500,28 @@ msgstr "" msgid "Based on a metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "" @@ -1851,140 +2530,148 @@ msgstr "" msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Bottom left" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 msgid "Breakdowns" msgstr "" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +msgid "Build" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -1992,49 +2679,66 @@ msgid "" " add stress to your database)." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +msgid "CREATE DATASET" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" +msgstr "" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSS šablóny" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "" @@ -2042,7 +2746,7 @@ msgstr "" msgid "CSS template could not be deleted." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "" @@ -2050,172 +2754,172 @@ msgstr "" msgid "CSS template not found." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "" -#: superset/views/database/forms.py:101 -msgid "CSV File" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" msgstr "" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " "last statement. Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " "statement. Then, try running your query again." msgstr "" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" msgstr "" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" "Make sure to create the database before importing the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "" @@ -2224,29 +2928,68 @@ msgstr "" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +msgid "Category Name" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category and Percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +msgid "Category and Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Datasety" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "" @@ -2259,90 +3002,93 @@ msgstr "" msgid "Cell Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" msgstr "" -#: superset/views/sql_lab.py:75 -msgid "Changed on" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2352,21 +3098,26 @@ msgstr "" msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "" @@ -2375,126 +3126,156 @@ msgstr "" msgid "Changing this dataset is forbidden." msgstr "" -#: superset/reports/commands/exceptions.py:238 -msgid "Changing this report is forbidden" +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" msgstr "" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 -msgid "Character to interpret as decimal point." +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" +#: superset/views/database/forms.py:196 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "Grafy" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 msgid "Chart Options" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "" +msgid_plural "Chart Owners: %s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Grafy" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, python-format +msgid "Chart [%s] has been overwritten" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, python-format +msgid "Chart [%s] has been saved" +msgstr "" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2518,48 +3299,87 @@ msgstr "" msgid "Chart could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +msgid "Chart last modified" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +msgid "Chart last modified by" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 msgid "Chart options" msgstr "" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Grafy" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +msgid "Chart title" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" +msgstr "" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "Grafy" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "" @@ -2568,81 +3388,71 @@ msgstr "" msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "" @@ -2650,34 +3460,40 @@ msgstr "" msgid "Choose a metric for left axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 msgid "Choose a source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 msgid "Choose a source and a target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 msgid "Choose a target" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "" @@ -2686,43 +3502,57 @@ msgstr "" msgid "Choose one or more charts for right axis" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "" @@ -2730,13 +3560,13 @@ msgstr "" msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "" @@ -2744,47 +3574,77 @@ msgstr "" msgid "Clear" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +msgid "Clear all data" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 -msgid "Click to edit" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, python-format +msgid "Click to edit %s." +msgstr "" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +msgid "Click to edit chart." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "" @@ -2792,41 +3652,45 @@ msgstr "" msgid "Click to force-refresh" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 -msgid "Close" +#: superset-frontend/src/components/Table/index.tsx:212 +msgid "Click to sort ascending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 -msgid "Close all other tabs" +#: superset-frontend/src/components/Table/index.tsx:211 +msgid "Click to sort descending" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 -msgid "Close tab" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" msgstr "" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" msgstr "" -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "" @@ -2839,26 +3703,37 @@ msgstr "" msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:210 +msgid "Collapse row" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +msgid "Collapse tab content" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 msgid "Color Metric" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "" @@ -2866,197 +3741,256 @@ msgstr "" msgid "Color Steps" msgstr "" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +msgid "Color bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +msgid "Column Configuration" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset/views/database/forms.py:223 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +msgid "Column name" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 #, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +msgid "Columns To Be Parsed as Dates" +msgstr "" + +#: superset/views/database/forms.py:231 +msgid "Columns To Read" +msgstr "" + +#: superset/common/query_context_processor.py:132 +#, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +msgid "Columns to show" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 msgid "Combine Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 msgid "Combine metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "" @@ -3067,67 +4001,71 @@ msgid "" "and color." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "" @@ -3135,12 +4073,11 @@ msgstr "" msgid "Confidence interval" msgstr "" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "" @@ -3148,7 +4085,7 @@ msgstr "" msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "" @@ -3156,246 +4093,330 @@ msgstr "" msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +msgid "Count" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Count Unique Values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 msgid "Country" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 msgid "Country Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +msgid "Create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "" @@ -3403,68 +4424,89 @@ msgstr "" msgid "Create new filter set" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" +msgstr "" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +msgid "Crimson" msgstr "" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +msgid "Cross-filtering is not enabled for this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +msgid "Cross-filters" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "" @@ -3477,108 +4519,125 @@ msgstr "" msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +msgid "DATETIME" +msgstr "" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 -msgid "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" msgstr "" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -3594,31 +4653,66 @@ msgstr "" msgid "Dashboard could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "Importovať dashboard" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 msgid "Dashboard scheme" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "Importovať dashboard" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "Importovať dashboard" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "Importovať dashboard" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "" @@ -3627,162 +4721,180 @@ msgstr "" msgid "Dashboards do not exist" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "Importovať dashboard" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "Dáta" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 +msgid "Data Table" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 -msgid "Data Table" +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +msgid "Database Connections" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "" @@ -3790,38 +4902,53 @@ msgstr "" msgid "Database not allowed to change" msgstr "" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "" +#: superset/views/core.py:1179 +#, python-format +msgid "Database not found: %(id)s" +msgstr "" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +msgid "Database passwords" +msgstr "" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "Databázy" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "" @@ -3830,6 +4957,11 @@ msgstr "" msgid "Dataset %(name)s already exists" msgstr "" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Datasety" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "" @@ -3846,17 +4978,24 @@ msgstr "" msgid "Dataset could not be deleted." msgstr "" +#: superset/datasets/commands/exceptions.py:193 +msgid "Dataset could not be duplicated." +msgstr "" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "" @@ -3868,8 +5007,8 @@ msgstr "" msgid "Dataset metric not found." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "" @@ -3877,134 +5016,162 @@ msgstr "" msgid "Dataset parameters are invalid." msgstr "" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "Datasety" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 msgid "Datasource & Chart Type" msgstr "" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" +#: superset/commands/exceptions.py:131 +msgid "Datasource does not exist" msgstr "" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +msgid "Date format string" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format msgid "Days %s" msgstr "" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "" @@ -4012,184 +5179,204 @@ msgstr "" msgid "Default" msgstr "" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "" @@ -4197,7 +5384,7 @@ msgstr "" msgid "Delete this container and save to remove this message." msgstr "" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" @@ -4205,7 +5392,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" @@ -4213,7 +5400,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" @@ -4221,7 +5408,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" @@ -4229,7 +5416,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" @@ -4237,7 +5424,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" @@ -4245,7 +5432,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" @@ -4253,7 +5440,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" @@ -4261,42 +5448,36 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "" @@ -4306,76 +5487,82 @@ msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 msgid "Deprecated" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "" @@ -4383,63 +5570,113 @@ msgstr "" msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 msgid "Disabled" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4447,31 +5684,32 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "" @@ -4479,301 +5717,378 @@ msgstr "" msgid "Domain" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +msgid "Donut" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 -msgid "Donut" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +msgid "Dotted" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 -msgid "Drop a column here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 -msgid "Drop column here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, python-format +msgid "Drill by: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 -msgid "Drop columns here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -msgid "Drop temporal column here" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +msgid "Drop a temporal column here or click" msgstr "" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" msgstr "" -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" msgstr "" -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" msgstr "" -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 msgid "Dual Line Chart" msgstr "" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +msgid "Duplicate" +msgstr "" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +msgid "Duplicate dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 #, fuzzy msgid "ECharts" msgstr "Grafy" +#: superset/reports/notifications/email.py:130 +msgid "EMAIL_REPORTS_CTA" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +msgid "ERROR" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +msgid "Edit Chart Properties" +msgstr "" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "" @@ -4781,35 +6096,15 @@ msgstr "" msgid "Edit Database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "" @@ -4817,57 +6112,63 @@ msgstr "" msgid "Edit Plugin" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "Grafy" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "" @@ -4875,90 +6176,98 @@ msgstr "" msgid "Edit formatter" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "Importovať dashboard" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "" -#: superset/views/schedules.py:326 -msgid "Email Format" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" +msgstr "Importovať dashboard" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "" @@ -4966,7 +6275,7 @@ msgstr "" msgid "Employment and education" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "" @@ -4974,24 +6283,49 @@ msgstr "" msgid "Empty collection" msgstr "" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +msgid "Empty column" +msgstr "" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +msgid "Enable cross-filtering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "" @@ -5000,45 +6334,59 @@ msgstr "" msgid "Enable forecasting" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "End date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "" @@ -5046,99 +6394,115 @@ msgstr "" msgid "End date must be after start date" msgstr "" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Nahrať Excel" + +#: superset/views/database/forms.py:151 +msgid "Enter a delimiter for this data" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Error" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" msgstr "" -#: superset/views/alerts.py:83 -msgid "Error Message" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" msgstr "" -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 msgid "Error while fetching charts" @@ -5149,40 +6513,59 @@ msgstr "" msgid "Error while fetching data: %s" msgstr "" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +msgid "Event" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 msgid "Event Names" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "" @@ -5192,23 +6575,23 @@ msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "" @@ -5220,33 +6603,27 @@ msgstr "" msgid "Example" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" " database \"%(db_name)s\"" msgstr "" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "" @@ -5254,35 +6631,64 @@ msgstr "" msgid "Executed SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +msgid "Existing dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +msgid "Expand row" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5292,106 +6698,114 @@ msgstr "" msgid "Experimental" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +msgid "Export query" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 -msgid "Export query" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Export to .JSON" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +msgid "Export to Excel" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5399,25 +6813,29 @@ msgid "" "\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "" @@ -5426,44 +6844,73 @@ msgstr "" msgid "FRI" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Factor" msgstr "" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "" @@ -5475,34 +6922,35 @@ msgstr "" msgid "February" msgstr "" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "" @@ -5510,126 +6958,161 @@ msgstr "" msgid "File" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Grafy" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" +#: superset-frontend/src/components/Table/index.tsx:197 +msgid "Filter menu" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5641,19 +7124,23 @@ msgid "" " 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "" @@ -5661,65 +7148,84 @@ msgstr "" msgid "Fixed" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "" @@ -5727,41 +7233,76 @@ msgstr "" msgid "Force refresh table list" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +msgid "Forest Green" +msgstr "" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 msgid "Formattable" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +msgid "Formula" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +msgid "Forward values" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 msgid "Frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 msgid "Friction" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "" @@ -5769,34 +7310,64 @@ msgstr "" msgid "Friday" msgstr "" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +msgid "Full name" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -5809,27 +7380,51 @@ msgstr "" msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 msgid "Graph Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +msgid "Greater or equal (>=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:66 +msgid "Greater than (>)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" @@ -5838,71 +7433,106 @@ msgstr "" msgid "Group By filter plugin" msgstr "" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +msgid "Has created by" +msgstr "" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hide Line" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +msgid "Hide chart description" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +msgid "Hide password." +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +msgid "Hides the Line for the time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "Domov" @@ -5910,80 +7540,89 @@ msgstr "Domov" msgid "Horizon Chart" msgstr "" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +msgid "Horizontal (Top)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format msgid "Hours %s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -5992,7 +7631,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6001,60 +7640,63 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset/views/database/forms.py:164 +msgid "If Table Already Exists" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset/views/database/mixins.py:180 -msgid "If selected, please set the schemas allowed for csv upload in Extra." +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +msgid "Ignore cache when generating screenshot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "" @@ -6063,19 +7705,19 @@ msgstr "" msgid "Import Dashboard(s)" msgstr "" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "Importovať dashboard" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "" @@ -6083,28 +7725,28 @@ msgstr "" msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" msgstr "" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "" @@ -6112,126 +7754,132 @@ msgstr "" msgid "Import saved query failed for an unknown reason." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 -msgid "Include Series" +#: superset-frontend/src/explore/constants.ts:71 +msgid "In" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 -msgid "Include series name as an axis" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 -msgid "Include time" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" msgstr "" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 -msgid "Index Column" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" msgstr "" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +msgid "Interpret Datetime Format Automatically" +msgstr "" + +#: superset/views/database/forms.py:191 +msgid "Interpret the datetime format automatically" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +msgid "Interval" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 msgid "Intervals" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" msgstr "" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "" #: superset/views/database/validators.py:40 @@ -6246,134 +7894,177 @@ msgstr "" msgid "Invalid cron expression" msgstr "" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" +#: superset-frontend/src/components/Table/index.tsx:205 +msgid "Invert current page" msgstr "" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 msgid "Is certified" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +msgid "Is false" +msgstr "" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +msgid "Is not null" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:83 +msgid "Is null" +msgstr "" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +msgid "JSON metadata is invalid!" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6393,13 +8084,40 @@ msgstr "" msgid "January" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +msgid "Jinja templating" +msgstr "" + +#: superset/views/database/forms.py:233 +msgid "Json list of the column names that should be read" +msgstr "" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6414,46 +8132,70 @@ msgstr "" msgid "June" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +msgid "Key" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +msgid "Kilometers" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +msgid "LIMIT" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "" @@ -6461,17 +8203,18 @@ msgstr "" msgid "Label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "" @@ -6488,21 +8231,22 @@ msgstr "" msgid "Labels for the ranges" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "" @@ -6511,70 +8255,80 @@ msgstr "" msgid "Last Updated %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, python-format +msgid "Last Updated %s by %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "" @@ -6591,96 +8345,136 @@ msgstr "" msgid "Left Axis chart(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +msgid "Legend Orientation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +msgid "Less or equal (<=)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +msgid "Light" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +msgid "Like (case insensitive)" +msgstr "" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6689,63 +8483,93 @@ msgid "" "query complexity and cost." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "List Unique Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "" @@ -6754,15 +8578,19 @@ msgstr "" msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "" @@ -6774,59 +8602,69 @@ msgstr "" msgid "Loaded from cache" msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "" -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +msgid "Locate the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "" @@ -6834,15 +8672,30 @@ msgstr "" msgid "Logs" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "" @@ -6858,51 +8711,78 @@ msgstr "" msgid "MON" msgstr "" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "Spravovať" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" msgstr "" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +msgid "Manually set min/max values for the y-axis." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 msgid "Map" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "" @@ -6910,7 +8790,7 @@ msgstr "" msgid "MapBox" msgstr "" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "" @@ -6918,26 +8798,28 @@ msgstr "" msgid "March" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "" @@ -6953,7 +8835,7 @@ msgstr "" msgid "Marker lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "" @@ -6965,34 +8847,45 @@ msgstr "" msgid "Markup type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +msgid "Maximum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "" @@ -7000,136 +8893,138 @@ msgstr "" msgid "May" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +msgid "Mean values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Median values" +msgstr "" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -msgid "Metric for node values" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +msgid "Metric name" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "" @@ -7137,155 +9032,205 @@ msgstr "" msgid "Metric to sort the results by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +msgid "Middle" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 -msgid "Mine" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +msgid "Minimum value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format msgid "Minutes %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "" @@ -7294,21 +9239,25 @@ msgstr "" msgid "Monday" msgstr "" -#: superset/db_engine_specs/base.py:98 +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format msgid "Months %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +msgid "More" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +msgid "More filters" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "" @@ -7317,219 +9266,269 @@ msgid "Moves the given set of dates by a specified interval." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 msgid "Multiple Line Charts" msgstr "" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" "Multiple formats accepted, look the geopy.points Python library for more " "details" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +msgid "Must choose either a chart or a dashboard" +msgstr "" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +msgid "NUMERIC" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." msgstr "" -#: superset/views/database/forms.py:247 -msgid "Name of table to be created from excel data." +#: superset/views/database/forms.py:129 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Datasety" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +msgid "New dataset name" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +msgid "New header" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "" @@ -7538,176 +9537,335 @@ msgstr "" msgid "No Access!" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 msgid "No Results" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "Anotačná vrstva" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +msgid "No applied filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Grafy" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +msgid "No columns found" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +msgid "No compatible datasets found" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +msgid "No compatible schema found" +msgstr "" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Importovať dashboard" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +msgid "No database tables found" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +msgid "No filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "No matching records found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No recents yet" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "Uložené dotazy" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "Uložené dotazy" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +msgid "No table columns" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +msgid "Not added to any dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:60 +msgid "Not equal to (≠)" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:72 +msgid "Not in" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "" @@ -7715,15 +9873,24 @@ msgstr "" msgid "November" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "" +#: superset/views/database/forms.py:201 +msgid "Null Values" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +msgid "Null imputation" +msgstr "" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "" @@ -7731,57 +9898,91 @@ msgstr "" msgid "Number Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 -msgid "Number of decimal digits to round numbers to" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +msgid "Number format string" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 -msgid "Number of decimal places with which to display lift values" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 +msgid "Number of decimal digits to round numbers to" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 +msgid "Number of decimal places with which to display lift values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +msgid "Number of periods to compare against" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +msgid "Number of periods to ratio against" +msgstr "" + +#: superset/views/database/forms.py:255 +msgid "Number of rows of file to read" +msgstr "" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +msgid "Number of rows to skip at start of file" +msgstr "" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "" @@ -7789,12 +9990,15 @@ msgstr "" msgid "OCT" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "" @@ -7802,26 +10006,19 @@ msgstr "" msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -7829,30 +10026,28 @@ msgid "" "series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "" @@ -7881,102 +10076,113 @@ msgstr "" msgid "One or more metrics do not exist" msgstr "" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -7984,176 +10190,246 @@ msgid "" " Refer to the installation docs for more information." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 msgid "Operator" msgstr "" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +msgid "Optional d3 date format string" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +msgid "Optional d3 number format string" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +msgid "Orientation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 msgid "Original" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "Override time grain" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "Override time range" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +msgid "Overwrite Duplicate Columns" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "" @@ -8161,24 +10437,26 @@ msgstr "" msgid "Paired t-test Table" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "" @@ -8186,196 +10464,240 @@ msgstr "" msgid "Parameter error" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 msgid "Partition Chart" msgstr "" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 msgid "Percent Change" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +msgid "Percentage change" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Percentage metrics" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +msgid "Pick a nickname for how the database will display in Superset." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." @@ -8386,202 +10708,269 @@ msgid "Pick your favorite markup language" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 msgid "Pivoted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" + +#: superset/viz.py:911 +msgid "Please choose at least one 'Group by' field" msgstr "" -#: superset/viz.py:891 -msgid "Please choose at least one metric" +#: superset/viz.py:3229 +msgid "Please choose at least one groupby" msgstr "" -#: superset/viz.py:1578 -msgid "Please choose different metrics on left and right axis" +#: superset/viz.py:923 +msgid "Please choose at least one metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "Pluginy" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "" @@ -8589,55 +10978,55 @@ msgstr "" msgid "Population age data" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +msgid "Port" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8645,15 +11034,14 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "" @@ -8669,35 +11057,59 @@ msgstr "" msgid "Preview" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +msgid "Proceed" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "" @@ -8705,56 +11117,62 @@ msgstr "" msgid "Profile picture provided by Gravatar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "" @@ -8762,183 +11180,209 @@ msgstr "" msgid "Put your code here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format msgid "Quarters %s" msgstr "" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "Uložené dotazy" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 msgid "Query A" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 msgid "Query B" msgstr "" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "História dotazov" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +msgid "Query does not exist" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 msgid "Query mode" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "Radius in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 #, fuzzy msgid "Range" msgstr "Spravovať" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "" @@ -8960,19 +11404,24 @@ msgstr "Spravovať" msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 msgid "Ratio" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "" @@ -8980,7 +11429,7 @@ msgstr "" msgid "Ready to review filters in this dashboard?" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "" @@ -8988,36 +11437,33 @@ msgstr "" msgid "Recent activity" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "" @@ -9025,25 +11471,23 @@ msgstr "" msgid "Record Count" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9051,15 +11495,15 @@ msgid "" "scroll." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "" -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "" @@ -9067,44 +11511,48 @@ msgstr "" msgid "Refresh" msgstr "" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 -msgid "Refresh dashboard" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 -msgid "Refresh frequency" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +msgid "Refresh table list" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh interval" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +msgid "Refresh tables" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +msgid "Refreshing charts" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +msgid "Regex" +msgstr "" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9113,9 +11561,10 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 msgid "Relational" msgstr "" @@ -9125,29 +11574,37 @@ msgstr "" msgid "Relationships between community channels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +msgid "Reload" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +msgid "Remove cross-filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "" @@ -9155,143 +11612,156 @@ msgstr "" msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +msgid "Report Name" +msgstr "" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +msgid "Report schedule client error" +msgstr "" + +#: superset/reports/commands/exceptions.py:267 +msgid "Report schedule system error" +msgstr "" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +msgid "Report updated" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 msgid "Repulsion" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "" @@ -9299,54 +11769,91 @@ msgstr "" msgid "Request Permissions" msgstr "" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "" + +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:199 +msgid "Reset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +msgid "Resource was not found." +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, python-format +msgid "Results %s" +msgstr "" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "" @@ -9354,31 +11861,35 @@ msgstr "" msgid "Return to specific datetime." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 msgid "Right Axis Metric" msgstr "" @@ -9386,190 +11897,217 @@ msgstr "" msgid "Right Axis chart(s)" msgstr "" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +msgid "Rotate axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 #, fuzzy msgid "Row Level Security" msgstr "Bezpečnosť na úrovni riadkov" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "" @@ -9578,34 +12116,39 @@ msgstr "" msgid "SEP" msgstr "" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9617,42 +12160,115 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +msgid "SSH Tunnel could not be deleted." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +msgid "SSH Tunnel could not be updated." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +msgid "SSH Tunnel not found." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "STRING" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sample Standard Deviation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "" + +#: superset/datasets/commands/exceptions.py:177 +msgid "Samples for dataset could not be retrieved." +msgstr "" + +#: superset/explore/exceptions.py:45 +msgid "Samples for datasource could not be retrieved." +msgstr "" + +#: superset/viz.py:1935 msgid "Sankey" msgstr "" @@ -9664,113 +12280,167 @@ msgstr "" msgid "Sankey Diagram with Loops" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Satellite" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +msgid "Save & go to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +msgid "Save as Dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +msgid "Save as dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +msgid "Save as..." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +msgid "Save changes" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Datasety" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +msgid "Save to new dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "Uložené dotazy" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 #, fuzzy msgid "Saved expressions" msgstr "Uložené dotazy" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "" @@ -9786,188 +12456,217 @@ msgstr "" msgid "Saved query parameters are invalid." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +msgid "Schema undefined" +msgstr "" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +msgid "Schemas allowed for File upload" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +msgid "Search columns" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:202 +msgid "Search in filters" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +msgid "Search tables" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "" -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "Bezpečnosť" @@ -9975,104 +12674,169 @@ msgstr "Bezpečnosť" msgid "Security & Access" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "Uložené dotazy" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "" - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 -#, fuzzy, python-format +#: superset-frontend/src/explore/components/SaveModal.tsx:357 +#, fuzzy msgid "Select a dashboard" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +msgid "Select a database table." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" +msgstr "" + +#: superset/views/database/forms.py:138 +msgid "Select a database to upload the file to" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "" + +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" +msgstr "" + +#: superset/views/database/forms.py:145 +msgid "Select a schema if the database supports this" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +msgid "Select all data" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:201 +msgid "Select all items" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 msgid "Select charts" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +msgid "Select current page" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +msgid "Select database & schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +msgid "Select database or type to search databases" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +msgid "Select database table" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +msgid "Select dataset source" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +msgid "Select file" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "" @@ -10081,76 +12845,90 @@ msgstr "" msgid "Select filter plugin using AntD" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +msgid "Select table or type to search tables" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 -msgid "Select the number of bins for the histogram" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +msgid "Select the Annotation Layer you would like to use." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 -msgid "Select the numeric columns to draw the histogram" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 -msgid "Send as CSV" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 +msgid "Select the number of bins for the histogram" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 -msgid "Send as PNG" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 +msgid "Send as CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 +msgid "Send as PNG" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "" @@ -10158,145 +12936,179 @@ msgstr "" msgid "September" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "Uložené dotazy" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 msgid "Series type" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "Uložené dotazy" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 msgid "Show Bubbles" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "" @@ -10304,39 +13116,16 @@ msgstr "" msgid "Show Database" msgstr "" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "" @@ -10344,11 +13133,12 @@ msgstr "" msgid "Show Log" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "" @@ -10356,39 +13146,32 @@ msgstr "" msgid "Show Metric Names" msgstr "" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 msgid "Show Range Filter" msgstr "" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +msgid "Show Total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "" @@ -10396,52 +13179,71 @@ msgstr "" msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 msgid "Show Values" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 msgid "Show all columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +msgid "Show chart description" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 msgid "Show columns total" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +msgid "Show empty columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "" @@ -10449,80 +13251,90 @@ msgstr "" msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 msgid "Show less columns" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +msgid "Show password." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 msgid "Show progress" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10535,22 +13347,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10559,22 +13375,22 @@ msgid "" "hierarchically." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "" @@ -10583,29 +13399,28 @@ msgstr "" msgid "Single Metric" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "" @@ -10613,64 +13428,101 @@ msgstr "" msgid "Sizes of vehicles" msgstr "" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "" - -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:178 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset/views/database/forms.py:174 +msgid "Skip spaces after delimiter" msgstr "" -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +msgid "Sorry, an unknown error occurred" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -10678,142 +13530,143 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 #, fuzzy msgid "Sort Bars" msgstr "Importovať dashboard" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +msgid "Sort Series Ascending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Uložené dotazy" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "" @@ -10821,62 +13674,96 @@ msgstr "" msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Square kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +msgid "Square meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +msgid "Square miles" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "" @@ -10884,80 +13771,146 @@ msgstr "" msgid "Stacked style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 msgid "Start angle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +msgid "Start date" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +msgid "Started" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 msgid "Step type" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +msgid "Stream" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "" @@ -10965,20 +13918,32 @@ msgstr "" msgid "Stretched style" msgstr "" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "" @@ -10986,29 +13951,65 @@ msgstr "" msgid "Subdomain" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +msgid "Successfully changed dataset!" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +msgid "Sum values" +msgstr "" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "" @@ -11016,32 +14017,40 @@ msgstr "" msgid "Sunburst Chart" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +msgid "Sunburst Chart v2" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "" -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "" @@ -11049,34 +14058,48 @@ msgstr "" msgid "Survey Responses" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "Datasety" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "" @@ -11088,11 +14111,19 @@ msgstr "" msgid "Syntax" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +msgid "TEMPORAL X-AXIS" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:91 +msgid "TEMPORAL_RANGE" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "" @@ -11101,43 +14132,42 @@ msgstr "" msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "" @@ -11148,17 +14178,30 @@ msgid "" "database connection, schema, and table name" msgstr "" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +msgid "Table columns" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +msgid "Table loading" +msgstr "" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "" @@ -11168,24 +14211,56 @@ msgid "" "statistical differences between groups." msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +msgid "Tag could not be created." +msgstr "" + +#: superset/tags/commands/exceptions.py:38 +msgid "Tag could not be deleted." +msgstr "" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +msgid "Tag parameters are invalid." +msgstr "" + +#: superset/tags/commands/exceptions.py:42 +msgid "Tagged Object could not be deleted." +msgstr "" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "" @@ -11195,45 +14270,44 @@ msgid "" "densest areas of information lie" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 msgid "Target" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11244,68 +14318,91 @@ msgstr "" msgid "Test Connection" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "" -#: superset/views/dashboard/mixin.py:53 -msgid "" -"The CSS for individual dashboards can be altered here, or in the " +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 +msgid "" +"The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " "Then, try running your query again." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +msgid "The chart datasource does not exist" +msgstr "" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11316,47 +14413,51 @@ msgid "" "type instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" +msgstr "" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " @@ -11364,33 +14465,42 @@ msgid "" "want to continue? Deleting the database will break those objects." msgstr "" -#: superset/errors.py:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/sqllab/commands/estimate.py:58 +msgid "The database could not be found" +msgstr "" + +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "" -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "" -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11398,11 +14508,12 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11411,24 +14522,24 @@ msgid "" " in undesirable ways." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "" -#: superset/errors.py:92 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11438,83 +14549,70 @@ msgstr "" msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." msgstr "" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr "" -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" msgstr "" -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "" - -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11523,46 +14621,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11575,13 +14673,13 @@ msgstr "" msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " @@ -11589,7 +14687,7 @@ msgid "" "download to csv to see more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11597,38 +14695,38 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." @@ -11636,16 +14734,16 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11654,7 +14752,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11663,7 +14761,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11672,7 +14770,7 @@ msgid "" "needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11681,19 +14779,19 @@ msgid "" " they are needed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11705,115 +14803,120 @@ msgstr "" msgid "The pixel radius" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "" -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." msgstr "" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "" @@ -11821,56 +14924,66 @@ msgstr "" msgid "The size of the square cell, in pixels" msgstr "" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -11878,8 +14991,8 @@ msgid "" "in the Superset source code." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -11900,52 +15013,70 @@ msgstr "" msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "" @@ -11953,7 +15084,7 @@ msgstr "" msgid "There are unsaved changes." msgstr "" -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -11965,96 +15096,123 @@ msgid "" "have been deleted?" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +msgid "There was an error fetching dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +msgid "There was an error fetching dataset's related objects" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +msgid "There was an error fetching tables" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +msgid "There was an issue duplicating the dataset." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "" @@ -12062,55 +15220,55 @@ msgstr "" msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 #, python-format -msgid "There was an issue fetching your recent activity: %s" +msgid "There was an issue fetching your chart: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:270 #, python-format -msgid "There was an issue previewing the selected query %s" +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format -msgid "There was an issue previewing the selected query. %s" +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 +#: superset-frontend/src/pages/Home/index.tsx:293 #, python-format -msgid "There was an issues fetching your chart: %s" +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format -msgid "There was an issues fetching your dashboards: %s" +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format -msgid "There was an issues fetching your saved queries: %s" +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12118,65 +15276,103 @@ msgid "" "parameters." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12190,11 +15386,11 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "" @@ -12202,51 +15398,74 @@ msgstr "" msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "" -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12255,18 +15474,18 @@ msgid "" "the clause `1 = 0` (always false)." msgstr "" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "" @@ -12275,80 +15494,119 @@ msgstr "" msgid "This may be triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +msgid "This visualization type does not support cross-filtering." +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 msgid "Time Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "" @@ -12356,84 +15614,91 @@ msgstr "" msgid "Time Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +msgid "Time Lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +msgid "Time Ratio" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 msgid "Time Series" msgstr "" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" @@ -12442,11 +15707,26 @@ msgstr "" msgid "Time column filter plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12454,25 +15734,17 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 msgid "Time format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "" @@ -12481,49 +15753,49 @@ msgstr "" msgid "Time grain filter plugin" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +msgid "Time ratio" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +msgid "Time series" +msgstr "" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "" @@ -12534,40 +15806,40 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart (legacy)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 msgid "Time-series Percent Change" msgstr "" @@ -12575,32 +15847,33 @@ msgstr "" msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12608,11 +15881,11 @@ msgid "" " occur at irregular intervals." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12624,105 +15897,137 @@ msgstr "" msgid "Timeout error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 msgid "Tiny" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 msgid "Title is required" msgstr "" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +msgid "Top left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Anotačná vrstva" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "" @@ -12730,11 +16035,11 @@ msgstr "" msgid "Transparent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "" @@ -12742,107 +16047,143 @@ msgstr "" msgid "Tree Chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 msgid "Tree orientation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +msgid "Truncate Cells" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +msgid "Truncate Metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Tukey" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "" @@ -12856,77 +16197,90 @@ msgstr "" msgid "UI Configuration" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" -msgstr "" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" " database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -12934,129 +16288,141 @@ msgid "" "%(error_msg)s" msgstr "" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " "in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %s" +msgstr "" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 msgid "Unknown value" msgstr "" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +msgid "Untitled Dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset/views/sql_lab/views.py:148 +msgid "Untitled Query" +msgstr "" + +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" +msgstr "" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "" @@ -13064,83 +16430,142 @@ msgstr "" msgid "Upload" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +#, fuzzy +msgid "Upload CSV" +msgstr "Nahrať Excel" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 #, fuzzy msgid "Upload Credentials" msgstr "Nahrať Excel" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset/databases/filters.py:66 +#, fuzzy +msgid "Upload Enabled" +msgstr "Nahrať Excel" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +#, fuzzy +msgid "Upload Excel file" msgstr "Nahrať Excel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" -msgstr "Nahrať CSV" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 -msgid "Use Area Proportions" +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" msgstr "" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -msgid "Use Columns" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Spravovať" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, python-format +msgid "Use %s to open in a new tab." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" + +#: superset/views/database/forms.py:462 +msgid "Use Columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +msgid "Use the edit button to change this field" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "" @@ -13150,7 +16575,7 @@ msgid "" " from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13160,7 +16585,7 @@ msgid "" "Table V2 instead!" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13168,24 +16593,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "" @@ -13193,24 +16622,18 @@ msgstr "" msgid "User must select a value for this filter" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13218,6 +16641,7 @@ msgid "" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13225,155 +16649,187 @@ msgid "" "funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +msgid "Vertical (Left)" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Datasety" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +msgid "View as table" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 #, python-format msgid "Viewed %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +msgid "Virtual" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13387,6 +16843,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13399,49 +16861,66 @@ msgid "" "structure." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13462,11 +16941,11 @@ msgid "" "corresponds to higher frequency." msgstr "" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "" @@ -13474,68 +16953,84 @@ msgstr "" msgid "WED" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "" -#: superset/db_engine_specs/redshift.py:86 -#, python-format +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset/db_engine_specs/bigquery.py:149 +#: superset/db_engine_specs/redshift.py:90 +#, python-format msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "" @@ -13543,86 +17038,124 @@ msgstr "" msgid "Wednesday" msgstr "" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format msgid "Weeks %s" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +msgid "What should happen if the table already exists" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13631,85 +17164,103 @@ msgid "" "relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "" @@ -13717,164 +17268,171 @@ msgstr "" msgid "Whether to display the metric name as a title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "" @@ -13882,7 +17440,8 @@ msgstr "" msgid "White" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "" @@ -13890,11 +17449,15 @@ msgstr "" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "" @@ -13903,119 +17466,140 @@ msgstr "" msgid "Word Cloud" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 msgid "Word Rotation" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +msgid "Write dataframe index as a column" +msgstr "" + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +msgid "X-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "" @@ -14027,28 +17611,27 @@ msgstr "" msgid "Y Axis 2" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "" @@ -14060,35 +17643,66 @@ msgstr "" msgid "Y Axis Right" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +msgid "Y-Axis Sort Ascending" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +msgid "Y-axis bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format msgid "Years %s" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "" @@ -14096,91 +17710,121 @@ msgstr "" msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset/views/database/views.py:293 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "" @@ -14189,33 +17833,65 @@ msgstr "" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "" +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 msgid "You don't have permission to modify the value." msgstr "" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset/security/manager.py:2267 +#, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "" + +#: superset/views/core.py:923 +msgid "You don't have the rights to alter this chart" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:1097 +msgid "You don't have the rights to alter this dashboard" +msgstr "" + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/views/core.py:406 +#: superset/views/core.py:929 +msgid "You don't have the rights to create a chart" +msgstr "" + +#: superset/views/core.py:1113 +msgid "You don't have the rights to create a dashboard" +msgstr "" + +#: superset/views/core.py:644 +msgid "You don't have the rights to download as csv" +msgstr "" + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "" @@ -14223,161 +17899,228 @@ msgstr "" msgid "You have removed this filter." msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Zero imputation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" msgstr "" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +msgid "[asc]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +msgid "[copy]" +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "" @@ -14385,22 +18128,20 @@ msgstr "" msgid "and" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr "" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 @@ -14408,105 +18149,200 @@ msgstr "" msgid "at" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +msgid "auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "basis" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "cardinal" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Spravovať" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 #, fuzzy msgid "charts" msgstr "Grafy" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +msgid "clear all filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 msgid "count" msgstr "" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +msgid "create" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +msgid "create a new chart" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +msgid "create dataset from SQL query" +msgstr "" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 #, fuzzy msgid "dashboards" msgstr "Importovať dashboard" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Datasety" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "" @@ -14519,30 +18355,88 @@ msgstr "" msgid "day of the week" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "Grafy" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +msgid "default" +msgstr "" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +msgid "deviation" msgstr "" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "" @@ -14550,34 +18444,69 @@ msgstr "" msgid "dttm" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +msgid "entries" +msgstr "" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14603,47 +18532,89 @@ msgstr "" msgid "every month" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +msgid "explore" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +msgid "failed" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +msgid "flat" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +msgid "heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 msgid "here" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +msgid "id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -14653,7 +18624,7 @@ msgstr "" msgid "in" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "" @@ -14671,21 +18642,21 @@ msgstr "" msgid "joined" msgstr "" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 msgid "label" msgstr "" @@ -14709,25 +18680,76 @@ msgstr "" msgid "last year" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 msgid "left" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +msgid "linear" +msgstr "" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +msgid "max" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +msgid "min" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "" @@ -14736,61 +18758,149 @@ msgstr "" msgid "minute(s)" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +msgid "monotone" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Spravovať" + +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "" + +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +msgid "of parent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +msgid "of total" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "offline" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +msgid "or" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "pending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "" +#: superset/views/core.py:1921 +msgid "permalink state not found" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "" @@ -14799,116 +18909,287 @@ msgstr "" msgid "previous calendar week" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +msgid "quarter" +msgstr "" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "random" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" +msgstr "" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "running" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 #, fuzzy msgid "saved queries" msgstr "Uložené dotazy" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "seconds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "Uložené dotazy" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +msgid "square" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +msgid "step-after" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +msgid "stopped" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +msgid "success" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." +msgstr "" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 msgid "top" msgstr "" -#: superset/charts/schemas.py:639 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +msgid "use latest_partition template" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "variance" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +msgid "view instructions" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +msgid "viz type" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 msgid "year" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 msgid "yellow" msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/sl/LC_MESSAGES/messages.json b/superset/translations/sl/LC_MESSAGES/messages.json index ca9a838bf28df..2a3cbc38d74d5 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.json +++ b/superset/translations/sl/LC_MESSAGES/messages.json @@ -2,5499 +2,5541 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", - "plural_forms": "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3);", + "plural_forms": "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3)", "lang": "sl_SI" }, - "The datasource is too large to query.": [ - "Podatkovni vir je prevelik za poizvedbo." - ], - "The database is under an unusual load.": [ - "Podatkovni vir je neobičajno obremenjen." - ], - "The database returned an unexpected error.": [ - "Podatkovna baza je vrnila nepričakovano napako." + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Ta filter izvira iz konteksta nadzorne plošče.\n Pri shranjevanju grafikona se ne bo shranil.\n " ], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "V SQL-poizvedbi je sintaktična napaka. Mogoče ste se zatipkali." + "\n Error: %(text)s\n ": [ + "\n Napaka: %(text)s\n " ], - "The column was deleted or renamed in the database.": [ - "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." + " (excluded)": [" (ni vključeno)"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + " Nastavite prosojnost na 0, če želite obdržati barvo določeno v GeoJSON" ], - "The table was deleted or renamed in the database.": [ - "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." + " expression which needs to adhere to the ": [" , ki mora upoštevati "], + " source code of Superset's sandboxed parser": [ + " izvorno kodo za Supersetov \"sandboxed parser\"" ], - "One or more parameters specified in the query are missing.": [ - "En ali več parametrov v SQL-poizvedbi manjka." + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + " standard, ki zagotavlja, de se leksikografsko razvrščanje\n sklada s kronološkim razvrščanjem. Če oblika\n časovne značke ni v skladu s standardom ISO 8601,\n boste morali definirati izraz in tip za transformacijo\n znakovnega niza v datum ali časovno značko.\n Trenutno časovni pasovi niso podprti.\n Če je čas shranjen v obliki epohe, dodajte `epoch_s` ali `epoch_ms`.\n Če ni podan vzorec, se uporabijo privzete vrednosti na podlagi imena\n podatkovne baze oz. stolpca s pomočjo dodatnega parametra." ], - "The hostname provided can't be resolved.": [ - "Imena gostitelja ni mogoče razrešiti." + " to edit or add columns and metrics.": [ + " za urejanje ali dodajanje stolpcev in mer." ], - "The port is closed.": ["Vrata so zaprta."], - "The host might be down, and can't be reached on the provided port.": [ - "Gostitelj mogoče ne deluje in ga ni mogoče doseči preko podanih vrat." + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], + "!= (Is not equal)": ["!= (ni enako)"], + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih razlogov." ], - "Superset encountered an error while running a command.": [ - "Superset je naletel na napako pri izvajanju ukaza." + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nTo je lahko sproženo z/s: \n%(issues)s" ], - "Superset encountered an unexpected error.": [ - "Superset je naletel na nepričakovano napako." + "%(name)s.csv": ["%(name)s.csv"], + "%(object)s does not exist in this database.": [ + "%(object)s ne obstaja v tej podatkovni bazi." ], - "The username provided when connecting to a database is not valid.": [ - "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "%(rows)d rows returned": ["%(rows)d vrnjenih vrstic"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nTo je lahko sproženo z/s: \n %(issue)s" ], - "The password provided when connecting to a database is not valid.": [ - "Geslo za povezavo s podatkovno bazo je neveljavno." + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "Uporabniku %(user)s je bila dodeljena vloga %(role)s, ki omogoča dostop do %(datasource)s" ], - "Either the username or the password is wrong.": [ - "Uporabniško ime ali/in geslo sta napačna." + "%(user)s's profile": ["Profil uporabnika: %(user)s"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s ni mogel preveriti vaše poizvedbe.\nPonovno preverite poizvedbo.\nIzjema: %(ex)s" ], - "Either the database is spelled incorrectly or does not exist.": [ - "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." + "%s Error": ["%s napaka"], + "%s PASSWORD": ["%s GESLO"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "%s Selected": ["Izbranih: %s"], + "%s Selected (%s Physical, %s Virtual)": [ + "Izbranih: %s (fizični: %s, virtualni: %s)" ], - "The schema was deleted or renamed in the database.": [ - "Shema je bila izbrisana ali preimenovana v podatkovni bazi." + "%s Selected (Physical)": ["Izbranih: %s (fizični)"], + "%s Selected (Virtual)": ["Izbranih: %s (virtualni)"], + "%s aggregates(s)": ["Agreg. funkcije: %s"], + "%s column(s)": ["Stolpci: %s"], + "%s operator(s)": ["Operatorji: %s"], + "%s option(s)": ["Možnosti: %s"], + "%s saved metric(s)": ["Shranjene mere: %s"], + "%s updated": ["%s posodobljeni"], + "%s%s": ["%s%s"], + "%s-%s of %s": ["%s-%s od %s"], + "(Removed)": ["(Odstranjeno)"], + "(deleted or invalid type)": ["(izbrisan ali neveljaven tip)"], + "(no description, click to see stack trace)": [ + "(ni opisa, kliknite za ogled zapisov)" ], - "User doesn't have the proper permissions.": [ - "Uporabnik nima ustreznih dovoljenj." + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "(opcijsko) privzeta vrednost za filter, če uporabite opcijo izbire večih , lahko uporabite seznam nastavitev ločen s podpičji." ], - "One or more parameters needed to configure a database are missing.": [ - "En ali več parametrov, potrebnih za nastavitev podatkovne baze, manjka." + "), and they become available in your SQL (example:": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Razišči v Supersetu>\n\n%(table)s\n" ], - "The submitted payload has the incorrect format.": [ - "Podani podatki so v neustrezni obliki." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nnapaka: %(text)s\n" ], - "The submitted payload has the incorrect schema.": [ - "Podani podatki imajo neustrezno shemo." + "+ %s more": [""], + ",": [""], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "-- Opomba: Če ne shranite poizvedbe, se ti zavihki NE bodo ohranili, ko boste počistili piškote ali zamenjali brskalnik.\n\n" ], - "Results backend needed for asynchronous queries is not configured.": [ - "Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni konfiguriran." + ".": [""], + "0 Selected": ["Izbranih: 0"], + "1 calendar day frequency": [""], + "1 day ago": [""], + "1 hour": ["1 ura"], + "1 minute": ["1 minuta"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 year ago": [""], + "10 minute": ["10 minut"], + "104 weeks ago": [""], + "15 minute": ["15 minut"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], + "2D": ["2D"], + "3 letter code of the country": ["Tričrkovna oznaka države"], + "3 years ago": [""], + "30 days": ["30 dni"], + "30 minute": ["30 minut"], + "30 minutes": ["30 minut"], + "30 second": ["30 sekund"], + "30 seconds": ["30 sekund"], + "3D": ["3D"], + "4 weeks (freq=4W-MON)": [""], + "5 minute": ["5 minut"], + "5 minutes": ["5 minut"], + "5 second": ["5 sekund"], + "52 weeks ago": [""], + "6 hour": ["6 ur"], + "60 days": ["60 dni"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], + "90 days": ["90 dni"], + ":": [":"], + "< (Smaller than)": ["< (manjše kot)"], + "<= (Smaller or equal)": ["<= (manjše ali enako)"], + "": [""], + "== (Is equal)": ["== (je enako)"], + "> (Larger than)": ["> (večje kot)"], + ">= (Larger or equal)": [">= (večje ali enako)"], + "A Big Number": ["Velika številka"], + "A comma separated list of columns that should be parsed as dates.": [ + "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." ], - "Database does not allow data manipulation.": [ - "Podatkovna baza ne dovoljuje manipulacije podatkov." + "A database with the same name already exists.": [ + "Podatkovna baza z enakim imenom že obstaja." ], - "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "CTAS (create table as select) na koncu nima SELECT stavka. Poskrbite, da bo v poizvedbi SELECT zadnji stavek. Potem ponovno poženite poizvedbo." + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Celoten URL, ki kaže na lokacijo zgrajenega vtičnika (lahko gostuje npr. na CDN)" ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS (create view as select) poizvedba ima več kot en stavek." + "A handlebars template that is applied to the data": [ + "Predloga za Handlebars, ki je uporabljena za podatke" ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS (create view as select) poizvedba ni SELECT stavek." + "A human-friendly name": ["Človeku prijazno ime"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Seznam imen domen, ki lahko vgradijo to nadzorno ploščo. Če polje ostane prazno, je vgrajevanje dovoljeno iz vseh domen." ], - "Query is too complex and takes too long to run.": [ - "Poizvedba je prekompleksna in se izvaja predolgo." + "A list of users who can alter the chart. Searchable by name or username.": [ + "Seznam uporabnikov, ki lahko spreminjajo ta grafikon. Možno je iskanje po imenu ali uporabniškem imenu." ], - "The database is currently running too many queries.": [ - "Podatkovna baza trenutno izvaja preveč poizvedb." + "A map of the world, that can indicate values in different countries.": [ + "Zemljevid sveta, ki lahko prikazuje vrednosti po državah." ], - "One or more parameters specified in the query are malformatted.": [ - "En ali več parametrov v SQL-poizvedbi ima napačno obliko." + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Zemljevid, ki na zemljepisnih koordinatah prikazuje kroge s spremenljivim polmerom" ], - "The object does not exist in the given database.": [ - "Objekt ne obstaja v podani podatkovni bazi." + "A metric to use for color": ["Mera za barvo"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "Grafikon s polarnimi koordinatami, kjer je krog razdeljen na enakokotne izseke, vrednosti pa so ponazorjene s ploščino izseka (namesto polmera ali kota)." ], - "The query has a syntax error.": ["Poizvedba ima sintaktično napako."], - "The results backend no longer has the data from the query.": [ - "Zaledni sistem rezultatov nima več podatkov iz poizvedbe." + "A readable URL for your dashboard": [ + "Berljiv URL za vašo nadzorno ploščo" ], - "The query associated with the results was deleted.": [ - "Poizvedba, povezana z rezultati, je bila izbrisana." + "A reference to the [Time] configuration, taking granularity into account": [ + "Sklic na nastavitve za [Čas], ki upošteva granulacijo" ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Rezultati v zalednem sistemu so bili shranjeni v drugačni obliki in jih ni več mogoče deserializirati." + "A report named \"%(name)s\" already exists": [ + "Poročilo poimenovano %(name)s že obstaja" ], - "The port number is invalid.": ["Številka vrat je neveljavna."], - "Failed to start remote query on a worker.": [ - "Na delavcu ni bilo mogoče zagnati oddaljene poizvedbe." + "A reusable dataset will be saved with your chart.": [""], + "A screenshot of the dashboard will be sent to your email at": [ + "Zaslonska slika nadzorne plošče bo poslana na vaš e-naslov ob" ], - "The database was deleted.": ["Podatkovna baza je bila izbrisana."], - "Custom SQL fields cannot contain sub-queries.": [ - "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo sintakse za Jinja predloge" ], - "Invalid certificate": ["Neveljaven certifikat"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Nevaren tip rezultata, ki ga vrne funkcija %(func)s: %(value_type)s" + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "Grafikon časovne vrste, ki prikaže kako se povezane mere skupin spreminjajo skozi čas. Vsaka skupina je prikazana s svojo barvo." ], - "Unsupported return value for method %(name)s": [ - "Nepodprt rezultat vračanja za metodo %(name)s" + "A timeout occurred while executing the query.": [ + "Pri izvajanju poizvedbe je potekel čas." ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Nevaren vzorec za ključ %(key)s: %(value_type)s" + "A timeout occurred while generating a csv.": [ + "Pri ustvarjanju csv je potekel čas." ], - "Unsupported template value for key %(key)s": [ - "Nepodprta vrednost vzorca za ključ %(key)s" + "A timeout occurred while generating a dataframe.": [ + "Pri ustvarjanju podatkovnega okvira je potekel čas." ], - "Only SELECT statements are allowed against this database.": [ - "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." + "A timeout occurred while taking a screenshot.": [ + "Pri ustvarjanju zaslonske slike je potekel čas." ], - "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ - "Poizvedba je bila ustavljena po %(sqllab_timeout)s sekundah. Lahko je prekompleksna ali pa je podatkovna baza preobremenjena." + "A valid color scheme is required": [ + "Zahtevana je veljavna barvna shema" ], - "Results backend is not configured.": [ - "Zaledni sistem rezultatov ni konfiguriran." + "APPLY": ["UPORABI"], + "APR": ["APR"], + "AQE": ["AQE"], + "AUG": ["AVG"], + "AXIS TITLE MARGIN": ["OBROBA OZNAKE OSI"], + "AXIS TITLE POSITION": ["POLOŽAJ OZNAKE OSI"], + "About": ["O programu"], + "Access": ["Dostop"], + "Access requests": ["Zahteve za dostop"], + "Access to user activity data is restricted": [ + "Dostop do aktivnosti uporabnikov je omejen" ], - "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ - "CTAS (create table as select) lahko izvajate le v poizvedbah, kjer je zadnji stavek SELECT. Poskrbite, da bo zadnji stavek v vaši poizvedbi SELECT in poskusite ponovno zagnati poizvedbo." + "Access was requested": ["Zahtevan je bil dostop"], + "Action": ["Aktivnost"], + "Action Log": ["Dnevnik aktivnosti"], + "Actions": ["Aktivnosti"], + "Active": ["Aktiven"], + "Actual time range": ["Dejansko časovno obdobje"], + "Adaptive formatting": ["Adaptivno oblikovanje"], + "Add": ["Dodaj"], + "Add Alert": ["Dodaj opozorilo"], + "Add CSS Template": ["Dodaj CSS predlogo"], + "Add CSS template": ["Dodaj CSS predlogo"], + "Add Chart": ["Dodaj grafikon"], + "Add Column": ["Dodaj stolpec"], + "Add Dashboard": ["Dodaj nadzorno ploščo"], + "Add Database": ["Dodaj podatkovno bazo"], + "Add Log": ["Dodaj dnevnik"], + "Add Metric": ["Dodaj mero"], + "Add Report": ["Dodaj poročilo"], + "Add Row level security filter": [ + "Dodaj filter za varnost na nivoju vrstic" ], - "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ - "CVAS (create view as select) lahko izvajate le v poizvedbah z enim SELECT stavkom. Poskrbite, da bo v vaši poizvedbi le en SELECT stavek in poskusite ponovno zagnati poizvedbo." + "Add Saved Query": ["Dodaj shranjeno poizvedbo"], + "Add a Plugin": ["Dodaj vtičnik"], + "Add a new tab": ["Dodaj nov zavihek"], + "Add a new tab to create SQL Query": [ + "Dodaj nov zavihek za SQL-poizvedbo" ], - "Viz is missing a datasource": ["Vizualizaciji manjka podatkovni vir"], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ - "Izbrano drseče okno ni vrnilo podatkov. Poskrbite, da izvorna poizvedba ustreza minimalni periodi drsečega okna." + "Add additional custom parameters": ["Dodaj dodatne parametre po meri"], + "Add an annotation layer": ["Dodaj sloj z oznakami"], + "Add an item": ["Dodaj element"], + "Add and edit filters": ["Dodaj in uredi filtre"], + "Add annotation": ["Dodaj oznako"], + "Add annotation layer": ["Dodaj sloj z oznakami"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Dodaj izračunan stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" ], - "From date cannot be larger than to date": [ - "Začetni datum ne sme biti večji od končnega datuma" + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Dodaj izračunan časovni stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" ], - "Cached value not found": ["Predpomnjena vrednost ni najdena"], - "Columns missing in datasource: %(invalid_columns)s": [ - "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" + "Add delivery method": ["Dodajte način dostave"], + "Add filter": ["Dodaj filter"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" ], - "Table View": ["Tabelarični pogled"], - "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ - "Ne smete uporabiti [Stolpci] v kombinaciji z [Združevanje]/[Mere]/[Procentualne mere]. Izberite eno ali drugo." + "Add filters and dividers": ["Dodaj filtre in ločilnike"], + "Add item": ["Dodaj"], + "Add metric": ["Dodaj mero"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Dodaj mero v podatkovni set v oknu \"Uredi podatkovni vir\"" ], - "Pick a granularity in the Time section or uncheck 'Include Time'": [ - "Izberite granulacijo v razdelku 'Čas' ali odstranite 'Vključi čas'" + "Add new color formatter": ["Dodaj novo oblikovanje barve"], + "Add new formatter": ["Dodaj novo oblikovanje"], + "Add notification method": ["Dodajte način obveščanja"], + "Add required control values to preview chart": [ + "Dodaj potrebne parametre za predogled grafikona" ], - "Time Table View": ["Pogled urnika"], - "Pick at least one metric": ["Izberite vsaj eno mero"], - "When using 'Group By' you are limited to use a single metric": [ - "Ko uporabljate 'Group By', ste omejeni na uporabo ene mere" + "Add required control values to save chart": [ + "Dodaj potrebne parametre za shranjenje grafikona" ], - "Pivot Table": ["Vrtilna tabela"], - "Please choose at least one 'Group by' field ": [ - "Izberite vsaj eno 'Group by' polje " + "Add sheet": ["Dodaj preglednico"], + "Add the name of the chart": ["Dodajte naslov grafikona"], + "Add the name of the dashboard": ["Dodajte naziv nadzorne plošče"], + "Add to dashboard": ["Dodaj na nadzorno ploščo"], + "Add/Edit Filters": ["Dodaj/uredi filter"], + "Added": ["Dodano"], + "Additional Parameters": ["Dodatni parametri"], + "Additional fields may be required": [""], + "Additional information": ["Dodatne informacije"], + "Additional metadata": ["Dodatni metapodatki"], + "Additional padding for legend.": ["Dodatni razmak za legendo."], + "Additional parameters": ["Dodatni parametri"], + "Additional text to add before or after the value, e.g. unit": [ + "Dodatno besedilo, ki ga dodate pred ali za vrednost, npr. enota" ], - "Please choose at least one metric": ["Izberite vsaj eno mero"], - "Group By' and 'Columns' can't overlap": [ - "'Združevanje' in 'Stolpci' se ne smeta prekrivati" + "Additive": ["Aditivno"], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], + "Advanced": ["Napredno"], + "Advanced Analytics": ["Napredna analitika"], + "Advanced Data type": ["Napredni podatkovni tip"], + "Advanced analytics": ["Napredna analitika"], + "Advanced analytics Query A": ["Poizvedba A za napredno analitiko"], + "Advanced analytics Query B": ["Poizvedba B za napredno analitiko"], + "Advanced data type": ["Napredni podatkovni tip"], + "Advanced-Analytics": ["Napredna analitika"], + "Aesthetic": ["Estetika"], + "After": ["PO"], + "Aggregate": ["Agregacija"], + "Aggregate Mean": ["Agregirano povprečje"], + "Aggregate Sum": ["Agregirana vsota"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "Agregacijska funkcija za seznam točk v vsaki gruči, s katero se ustvari oznaka gruče." ], - "Treemap": ["Drevesni grafikon s pravokotniki"], - "Calendar Heatmap": ["Koledarska barvna lestvica"], - "Bubble Chart": ["Mehurčkasti grafikon"], - "Please use 3 different metric labels": [ - "Uporabite 3 različne oznake mer" + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" ], - "Pick a metric for x, y and size": ["Izberite mere za x, y in velikost"], - "Bullet Chart": ["'Bullet' grafikon"], - "Pick a metric to display": ["Izberite mero za prikaz"], - "Big Number with Trendline": ["Velika številka s trendno krivuljo"], - "Pick a metric!": ["Izberite mero!"], - "Big Number": ["Velika številka"], - "Time Series - Line Chart": ["Časovna vrsta - Črtni grafikon"], - "Pick a time granularity for your time series": [ - "Izberite granulacijo časa za časovno vrsto" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Agregira podatke znotraj meja celic in agregirane vrednosti ponazori z dinamično barvno lestvico" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "Pri časovni primerjavi mora biti določeno zaprto časovno obdobje (s časom začetka in konca)." + "Aggregation function": ["Agregacijska funkcija"], + "Alert Triggered, In Grace Period": [ + "Opozorilo sproženo, v obdobju mirovanja" ], - "Time Series - Multiple Line Charts": [ - "Časovna vrsta - Veččrtni grafikon" + "Alert condition": ["Status opozorila"], + "Alert condition schedule": ["Urnik statusov opozoril"], + "Alert ended grace period.": ["Opozorilo je končalo obdobje mirovanja."], + "Alert failed": ["Opozorilo ni uspelo"], + "Alert fired during grace period.": [ + "Opozorilo sproženo med obdobjem mirovanja." ], - "Time Series - Dual Axis Line Chart": [ - "Časovna vrsta - Črtni grafikon z dvojno osjo" + "Alert found an error while executing a query.": [ + "Opozorilo je našlo napako pri izvajanju poizvedbe." ], - "Pick a metric for left axis!": ["Izberite mero za levo os!"], - "Pick a metric for right axis!": ["Izberite mero za desno os!"], - "Please choose different metrics on left and right axis": [ - "Izberite različni meri za levo in desno os" + "Alert name": ["Naslov opozorila"], + "Alert on grace period": ["Opozorilo v obdobju mirovanja"], + "Alert query returned a non-number value.": [ + "Poizvedba za opozorilo je vrnila neštevilsko vrednost." ], - "Time Series - Bar Chart": ["Časovna vrsta - Stolpčni grafikon"], - "Time Series - Period Pivot": ["Časovna vrsta - Vrtenje period"], - "Time Series - Percent Change": [ - "Časovna vrsta - Procentualna sprememba" + "Alert query returned more than one column.": [ + "Poizvedba za opozorilo je vrnila več kot en stolpec." ], - "Time Series - Stacked": ["Časovna vrsta - Naložen graf"], - "Histogram": ["Histogram"], - "Must have at least one numeric column specified": [ - "Definiran mora biti vsaj en numerični stolpec" + "Alert query returned more than one column. %s columns returned": [ + "Poizvedba za opozorilo je vrnila več kot en stolpec. Število vrnjenih stolpcev: %s" ], - "Distribution - Bar Chart": ["Porazdelitev - Stolpčni grafikon"], - "Can't have overlap between Series and Breakdowns": [ - "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami" + "Alert query returned more than one row.": [ + "Poizvedba za opozorilo je vrnila več kot eno vrstico." ], - "Pick at least one field for [Series]": [ - "Izberite vsaj eno polje za [Serije]" + "Alert query returned more than one row. %s rows returned": [ + "Poizvedba za opozorilo je vrnila več kot eno vrstico. Št. vrnjenih vrstic: %s" ], - "Sunburst": ["Sunburst"], - "Sankey": ["Sankey"], - "Pick exactly 2 columns as [Source / Target]": [ - "Izberite natanko dva stolpca za [Izvor / Cilj]" + "Alert running": ["Opozorilo aktivno"], + "Alert triggered, notification sent": [ + "Opozorilo sproženo, obvestilo poslano" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "V 'Sankey' je zanka, določite drevo. To je okvarjena povezava: {}" + "Alert validator config error.": [ + "Napaka nastavitev potrjevalnika opozoril." ], - "Directed Force Layout": ["Izgled usmerjene sile"], - "Country Map": ["Zemljevid držav"], - "World Map": ["Zemljevid sveta"], - "Filters": ["Filtri"], - "Invalid filter configuration, please select a column": [ - "Neveljavna nastavitev filtrov, izberite stolpec" + "Alerts": ["Opozorila"], + "Alerts & Reports": ["Opozorila in poročila"], + "Alerts & reports": ["Opozorila in poročila"], + "Align +/-": ["Poravnaj +/-"], + "All": ["Vsi"], + "All Text": ["Celotno besedilo"], + "All charts": ["Vsi grafikoni"], + "All filters": ["Vsi filtri"], + "All filters (%(filterCount)d)": ["Vsi filtri (%(filterCount)d)"], + "All panels": ["Vsi paneli"], + "All panels with this column will be affected by this filter": [ + "Ta filter bo vplival na vse panele s tem stolpcem" ], - "Parallel Coordinates": ["Vzporedne koordinate"], - "Heatmap": ["Toplotni prikaz"], - "Horizon Charts": ["Horizontni grafikon"], - "Mapbox": ["Mapbox"], - "[Longitude] and [Latitude] must be set": [ - "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" + "Allow CREATE TABLE AS": ["Dovoli CREATE TABLE AS"], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Mora imeti stolpec [Združevanje], da ima število (count) kot [Oznaka]" + "Allow CREATE VIEW AS": ["Dovoli CREATE VIEW AS"], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" ], - "Choice of [Label] must be present in [Group By]": [ - "Izbira [Oznaka] mora biti prisotna v [Združevanje]" + "Allow Csv Upload": ["Dovoli nalaganje CSV"], + "Allow DML": ["Dovoli DML"], + "Allow columns to be rearranged": ["Omogoči razvrščanje stolpcev"], + "Allow creation of new tables based on queries": [ + "Dovoli ustvarjanje novih tabel s poizvedbami" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Izbran [Point Radius] mora biti prisoten v [Združevanje]" + "Allow creation of new views based on queries": [ + "Dovoli ustvarjanje novih pogledov s poizvedbami" ], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "Stolpca [Zemljepisna dolžina] in [Zemljepisna širina] morata biti prisotna v [Združevanje]" + "Allow data manipulation language": [ + "Dovoli jezik za manipulacijo podatkov (DML)" ], - "Deck.gl - Multiple Layers": ["Deck.gl - Večplastni"], - "Bad spatial key": ["Neustrezen prostorski ključ"], - "Invalid spatial point encountered: %s": [ - "Neustrezna prostorska točka: %s" + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "Uporabniku omogočite, da s potegom razvrsti stolpce. Sprememba se ne bo ohranila, ko bo grafikon ponovno naložen." ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Prišlo je do neveljavnega NULL prostorskega vnosa, poskusite ga izločiti s filtrom" + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Dovoli manipulacije podatkovne baze z uporabo ne-SELECT stavkov, kot so UPDATE, DELETE, CREATE, itd." ], - "Deck.gl - Scatter plot": ["Deck.gl - Raztreseni graf"], - "Deck.gl - Screen Grid": ["Deck.gl - Mreža"], - "Deck.gl - 3D Grid": ["Deck.gl - 3D mreža"], - "Deck.gl - Paths": ["Deck.gl - Poti"], - "Deck.gl - Polygon": ["Deck.gl - Poligon"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Arc": ["Deck.gl - Arc"], - "Event flow": ["Potek dogodkov"], - "Time Series - Paired t-test": [ - "Časovna vrsta - t-test za odvisne vzorce" + "Allow multiple selections": ["Dovoli več izbir"], + "Allow node selections": ["Dovoli izbiro vozlišča"], + "Allow sending multiple polygons as a filter event": [ + "Dovoli pošiljanje več poligonov kot dogodek filtra" ], - "Time Series - Nightingale Rose Chart": [ - "Časovna vrsta - Nightingale Rose grafikon" + "Allow this database to be explored": [ + "Dovoli raziskovanje te podatkovne baze" ], - "Partition Diagram": ["Grafikon s pravokotniki"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "Neveljaven napreden tip rezultata: %(advanced_data_type)s" + "Allow this database to be queried in SQL Lab": [ + "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" ], - "Deleted %(num)d annotation layer": [ - "Izbrisan je %(num)d sloj z oznakami", - "Izbrisana sta %(num)d sloja z oznakami", - "Izbrisanih so %(num)d sloji z oznakami", - "Izbrisanih je %(num)d slojev z oznakami" + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Dovoli uporabnikom poganjanje ne-SELECT stavkov (UPDATE, DELETE, CREATE, ...) v SQL laboratoriju" ], - "All Text": ["Celotno besedilo"], - "Deleted %(num)d annotation": [ - "Izbrisana je %(num)d oznaka", - "Izbrisani sta %(num)d oznaki", - "Izbrisane so %(num)d oznake", - "Izbrisanih je %(num)d oznak" + "Allowed Domains (comma separated)": [ + "Dovoljene domene (ločeno z vejico)" ], - "End date must be after start date": [ - "Končni datum mora biti za začetnim" + "Alphabetical": ["Po abecedi"], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "Znan tudi kot grafikon škatla z brki. prikaže primerjavo porazdelitev povezanih mer v različnih skupinah. Škatla na sredini predstavlja povprečje, mediano in notranja 2 kvartila. Brki na vsaki škatli prikazujejo minimum, maksimum, območje in zunanja dva kvartila." ], - "Short description must be unique for this layer": [ - "Kratek opis mora biti za ta sloj unikaten" + "Altered": ["Spremenjeno"], + "An alert named \"%(name)s\" already exists": [ + "Opozorilo poimenovano %(name)s že obstaja" ], - "Annotations could not be deleted.": ["Oznak ni mogoče izbrisati."], - "Annotation not found.": ["Oznaka ni najdena."], - "Annotation parameters are invalid.": ["Parametri oznak so neveljavni."], - "Annotation could not be created.": ["Oznake ni mogoče ustvariti."], - "Annotation could not be updated.": ["Oznake ni mogoče posodobiti."], - "Annotation delete failed.": ["Izbris oznake ni uspel."], - "Annotation layer parameters are invalid.": [ - "Parametri sloja z oznakami so neveljavni." - ], - "Annotation layer could not be deleted.": [ - "Sloja z oznakami ni mogoče izbrisati." + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Pri časovni primerjavi mora biti določeno zaprto časovno obdobje (s časom začetka in konca)." ], - "Annotation layer could not be created.": [ - "Sloja z oznakami ni mogoče ustvariti." + "An engine must be specified when passing individual parameters to a database.": [ + "Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen tip." ], - "Annotation layer could not be updated.": [ - "Sloja z oznakami ni mogoče posodobiti." + "An error has occurred": ["Prišlo je do napake"], + "An error occurred": ["Prišlo je do napake"], + "An error occurred saving dataset": [ + "Pri shranjevanju podatkovnega seta je prišlo do napake" ], - "Annotation layer not found.": ["Sloja z oznakami ni mogoče najti."], - "Annotation layer delete failed.": ["Izbris sloja z oznakami ni uspel."], - "Annotation layer has associated annotations.": [ - "Sloj z oznakami ima povezane oznake." + "An error occurred while accessing the value.": [ + "Pri dostopanju do vednosti je prišlo do težave." ], - "Name must be unique": ["Ime mora biti unikatno"], - "Deleted %(num)d chart": [ - "Izbrisan je %(num)d grafikon", - "Izbrisana sta %(num)d grafikona", - "Izbrisani so %(num)d grafikoni", - "Izbrisanih je %(num)d grafikonov" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Is certified": ["Certificiran"], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` mora biti med 0 in 1 (odprt)" + "An error occurred while creating %ss: %s": [ + "Napaka pri ustvarjanju %s: %s" ], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "spodnji percentil mora biti večji od 0 in manjši od 100 ter mora biti manjši od zgornjega percentila." + "An error occurred while creating the data source": [ + "Pri ustvarjanju podatkovnega vira je prišlo do težave" ], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "zgornji percentil mora biti večji od 0 in manjši od 100 ter mora biti večji od spodnjega percentila." + "An error occurred while creating the value.": [ + "Pri ustvarjanju vrednosti je prišlo do težave." ], - "`width` must be greater or equal to 0": [ - "`width` mora biti večja ali enaka 0" + "An error occurred while deleting the value.": [ + "Pri brisanju vrednosti je prišlo do napake." ], - "`row_limit` must be greater than or equal to 0": [ - "`row_limit` mora biti večja ali enaka 0" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` mora biti večja ali enaka 1" + "An error occurred while fetching %s info: %s": [ + "Napaka pri pridobivanju informacij za %s: %s" ], - "orderby column must be populated": [ - "stolpec za razvrščanje (orderby) mora biti izpolnjen" + "An error occurred while fetching %ss: %s": [ + "Napaka pri pridobivanju informacij za %s: %s" ], - "There are associated alerts or reports: %s,": [ - "Prisotna so opozorila in poročila: %s," + "An error occurred while fetching available CSS templates": [ + "Pri pridobivanju CSS predlog je prišlo do napake" ], - "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "Časovni niz je nejasen. Podajte [%(human_readable)s ago] ali [%(human_readable)s later]." + "An error occurred while fetching chart created by values: %s": [ + "Pri pridobivanju polja Grafikon ustvaril je prišlo do napake: %s" ], - "Cannot parse time string [%(human_readable)s]": [ - "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]" + "An error occurred while fetching chart owners values: %s": [ + "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "Časovna razlika je nejasna. Podajte [%(human_readable)s ago] ali [%(human_readable)s later]." + "An error occurred while fetching created by values: %s": [ + "Pri pridobivanju vrednosti \"Ustvaril\" je prišlo do napake: %s" ], - "Database does not exist": ["Podatkovna baza ne obstaja"], - "Dashboards do not exist": ["Nadzorna plošča ne obstaja"], - "Datasource type is required when datasource_id is given": [ - "Ko se podaja datasource_id, je potreben tip podatkovnega vira" + "An error occurred while fetching dashboard created by values: %s": [ + "Pri pridobivanju polja Nadzorno ploščo ustvaril je prišlo do napake: %s" ], - "Chart parameters are invalid.": ["Parametri grafikona so neveljavni."], - "Chart could not be created.": ["Grafikona ni mogoče ustvariti."], - "Chart could not be updated.": ["Grafikona ni mogoče posodobiti."], - "Chart could not be deleted.": ["Grafikona ni mogoče izbrisati."], - "There are associated alerts or reports": [ - "Prisotna so povezana opozorila in poročila" + "An error occurred while fetching dashboard owner values: %s": [ + "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" ], - "You don't have access to this chart.": [ - "Nimate dostopa do tega grafikona." + "An error occurred while fetching dashboards: %s": [ + "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" ], - "Changing this chart is forbidden": [ - "Spreminjanje tega grafikona ni dovoljeno" + "An error occurred while fetching database related data: %s": [ + "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" ], - "Charts could not be deleted.": ["Grafikonov ni mogoče izbrisati."], - "Import chart failed for an unknown reason": [ - "Uvoz grafikona ni uspel zaradi neznanega razloga" + "An error occurred while fetching database values: %s": [ + "Pri pridobivanju vrednosti podatkovne baze je prišlo do napake: %s" ], - "Chart has no query context saved. Please save the chart again.": [ - "Grafikon nima shranjenega konteksta poizvedbe. Ponovno shranite grafikon." + "An error occurred while fetching dataset datasource values: %s": [ + "Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo do napake: %s" ], - "Request is incorrect: %(error)s": ["Zahtevek je napačen: %(error)s"], - "Request is not JSON": ["Zahtevek ni JSON"], - "Empty query result": ["Rezultat prazne poizvedbe"], - "Owners are invalid": ["Lastniki niso veljavni"], - "Some roles do not exist": ["Nekatere vloge ne obstajajo"], - "Datasource type is invalid": ["Neveljaven tip podatkovnega vira"], - "Datasource does not exist": ["Podatkovni vir ne obstaja"], - "Query does not exist": ["Poizvedba ne obstaja"], - "Invalid result type: %(result_type)s": [ - "Neveljaven tip rezultata: %(result_type)s" + "An error occurred while fetching dataset owner values: %s": [ + "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" ], - "The chart does not exist": ["Grafikon ne obstaja"], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "Podvojene oznake stolpcev/mer: %(labels)s. Poskrbite, da bodo imeli stolpci in mere unikatne oznake." + "An error occurred while fetching dataset related data": [ + "Napaka pri pridobivanju podatkov iz podatkovnega seta" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " + "An error occurred while fetching dataset related data: %s": [ + "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" ], - "`operation` property of post processing object undefined": [ - "Lastnost `operation` poprocesirnega objekta ni definirana" + "An error occurred while fetching datasets: %s": [ + "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" ], - "Unsupported post processing operation: %(operation)s": [ - "Nepodprta poprocesirna operacija: %(operation)s" + "An error occurred while fetching function names.": [ + "Pri pridobivanju imen funkcij je prišlo do napake." ], - "Datasource id not found: %(id)s": [ - "ID podatkovnega vira ni bil najden: %(id)s" + "An error occurred while fetching owners values: %s": [ + "Pri pridobivanju polja lastnik je prišlo do napake: %s" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" + "An error occurred while fetching schema values: %s": [ + "Pri pridobivanju vrednosti shem je prišlo do napake: %s" ], - "Virtual dataset query must be read-only": [ - "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" + "An error occurred while fetching tab state": [ + "Pri pridobivanju stanja zavihka je prišlo do napake" ], - "Error while rendering virtual dataset query: %(msg)s": [ - "Napaka pri izvajanju poizvedbe virtualnega podatkovnega seta: %(msg)s" + "An error occurred while fetching table metadata": [ + "Pri pridobivanju metapodatkov tabele je prišlo do napake" ], - "Virtual dataset query cannot be empty": [ - "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Virtual dataset query cannot consist of multiple statements": [ - "Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več stavkov" + "An error occurred while fetching user values: %s": [ + "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Napaka v jinja izrazu RLS filtrov: %(msg)s" + "An error occurred while hiding the left bar. Please contact your administrator.": [ + "Pri skrivanju leve vrstice je prišlo do napake. Kontaktirajte administratorja." ], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "Stolpec datum-čas ni podan kot del tabele, čeprav mora biti za ta tip grafikona" + "An error occurred while importing %s: %s": [ + "Napaka pri uvažanju %s: %s" ], - "Empty query?": ["Prazna poizvedba?"], - "Metric '%(metric)s' does not exist": ["Mera '%(metric)s' ne obstaja"], - "Unknown column used in orderby: %(col)s": [ - "Za razvrščanje je uporabljen neznan stolpec: %(col)s" + "An error occurred while loading the SQL": [ + "Pri nalaganju SQL je prišlo do napake" ], - "Time column \"%(col)s\" does not exist in dataset": [ - "Časovni stolpec \"%(col)s\" ne obstaja v podatkovnem setu" + "An error occurred while opening Explore": [ + "Pri odpiranju Raziskovalca je prišlo do napake" ], - "error_message": ["error_message"], - "Filter value list cannot be empty": [ - "Seznam vrednosti filtra ne sme biti prazen" + "An error occurred while parsing the key.": [ + "Pri branju ključa je prišlo do težave." ], - "Must specify a value for filters with comparison operators": [ - "Potrebno je podati vrednost za filter s primerjalnim operandom" + "An error occurred while pruning logs ": [ + "Pri krajšanju dnevnikov je prišlo do napake " ], - "Invalid filter operation type: %(op)s": [ - "Neveljaven tip operacije filtra: %(op)s" + "An error occurred while removing query. Please contact your administrator.": [ + "Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte administratorja." ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Napaka v jinja izrazu WHERE stavka: %(msg)s" + "An error occurred while removing tab. Please contact your administrator.": [ + "Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Napaka v jinja izrazu HAVING stavka: %(msg)s" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Database does not support subqueries": [ - "Podatkovna baza ne podpira podpoizvedb" + "An error occurred while rendering the visualization: %s": [ + "Pri prikazovanju vizualizacije je prišlo do napake: %s" ], - "Db engine did not return all queried columns": [ - "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Pri določanju aktivnega zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "Only `SELECT` statements are allowed": [ - "Dovoljeni so le `SELECT` stavki" + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Pri določanju samodejnega zagona zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "Only single queries supported": ["Podprte so le enojne poizvedbe"], - "Columns": ["Stolpci"], - "Show Column": ["Pokaži stolpec"], - "Add Column": ["Dodaj stolpec"], - "Edit Column": ["Uredi stolpec"], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Če želite, da bo ta stolpec na razpolago kot možnost [Granulacija časa]. Stolpec mora biti tipa DATETIME ali DATETIME-like" + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Pri določanju ID-ja v podatkovne baze za zavihek je prišlo do napake. Kontaktirajte administratorja." ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Če želite, da je ta stolpec na voljo v sekciji `Filtri` v raziskovalnem pogledu." + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Pri določanju sheme zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "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.": [ - "Podatkovni tip, ki izvira iz podatkovne baze. V nekaterih primerih je potrebno ročno vnesti tip za stolpce, ki temeljijo na izrazih. V večini primerov uporabniku tega ni potrebno spreminjati." + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "Pri določanju parametrov predloge zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "Column": ["Stolpec"], - "Verbose Name": ["Podrobno ime"], - "Description": ["Opis"], - "Groupable": ["Združevanje"], - "Filterable": ["Filtriranje"], - "Table": ["Tabela"], - "Expression": ["Izraz"], - "Is temporal": ["Časoven"], - "Datetime Format": ["Oblika zapisa datuma,časa"], - "Type": ["Tip"], - "Business Data Type": ["Poslovni podatkovni tip"], - "Invalid date/timestamp format": ["Neveljaven zapis datuma/časa"], - "Metrics": ["Mere"], - "Show Metric": ["Pokaži mero"], - "Add Metric": ["Dodaj mero"], - "Edit Metric": ["Uredi mero"], - "Metric": ["Mera"], - "SQL Expression": ["SQL izraz"], - "D3 Format": ["D3 zapis"], - "Extra": ["Dodatno"], - "Warning Message": ["Opozorilo"], - "Row level security filter": ["Filter za varnost na nivoju vrstic"], - "Show Row level security filter": [ - "Prikaži filter za varnost na nivoju vrstic" + "An error occurred while starring this chart": [ + "Pri ocenjevanju grafikona je prišlo do napake" ], - "Add Row level security filter": [ - "Dodaj filter za varnost na nivoju vrstic" - ], - "Edit Row level security filter": [ - "Uredi filter za varnost na nivoju vrstic" - ], - "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ - "Navadni filtri dodajo WHERE stavek v poizvedbe, če ima uporabnik vlogo podano v filtru. Osnovni filtri filtrirajo vse poizvedbe, razen vlog, definiranih v filtru, in jih je mogoče uporabiti za nastavitev tega kaj uporabnik vidi, če v skupini filtrov ni RLS-filtrov, ki bi se nanašali nanje." - ], - "These are the tables this filter will be applied to.": [ - "To so tabele, na katere se nanaša ta filter." + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "Pri shranjevanju zadnjega id-ja poizvedbe v sistem je prišlo do napake. Če se težava ponavlja, kontaktirajte administratorja." ], - "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ - "Za regularne filtre so te vloge tiste, ki bodo filtrirane. Za osnovne filtre, so te vloge tiste, ki NE bodo filtrirane, npr. Admin, če naj administrator vidi vse podatke." + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Pri shranjevanju vaše poizvedbe v sistem je prišlo do napake. Da ne izgubite sprememb, shranite poizvedbo z gumbom \"Shrani poizvedbo\"." ], - "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ - "Filtri z enakim skupinskim ključem bodo znotraj skupine združeni z OR funkcijo, medtem ko bodo različne skupine združene z AND funkcijo. Nedefinirani skupinski ključi so obravnavani kot unikatne skupine in niso združeni v svojo skupino. Npr., če ima tabela tri filtre, pri čemer sta dva za oddelka marketinga in financ (skupinski ključ = 'oddelek') tretji pa se nanaša na regijo Evropa (skupinski ključ = 'regija'), bo filtrski izraz (oddelek = 'Finance' OR oddelek = 'Marketing') AND (regija = 'Evropa')." + "An error occurred while updating the value.": [ + "Pri posodabljanju vrednosti je prišlo do težave." ], - "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ - "To je pogoj, ki bo dodan WHERE stavku. Npr., če želite dobiti vrstice za določeno stranko, lahko definirate regularni filter z izrazom 'id_stranke = 9'. Če ne želimo prikazati vrstic, razen če uporabnik pripada RLS vlogi, lahko filter ustvarimo z izrazom `1 = 0` (vedno neresnično)." + "An unexpected error occurred": ["Prišlo je do nepričakovane napake"], + "An unknown error occurred. Please contact your Superset administrator": [ + "Zgodila se je neznana napaka. Kontaktirajte svojega administratorja za Superset" ], - "Tables": ["Tabele"], - "Roles": ["Vloge"], - "Clause": ["Stavek"], - "Creator": ["Avtor"], - "Modified": ["Spremenjeno"], - "Show Table": ["Prikaži tabelo"], - "Import a table definition": ["Uvozi definicijo tabele"], - "Edit Table": ["Uredi tabelo"], - "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'": [ - "Seznam grafikonov, povezanih s to tabelo. S spreminjanjem podatkovnega vira lahko spremenite, kako se povezani grafikoni obnašajo. Poleg tega morajo biti grafikoni povezani s podatkovnim virom. Če odstranite grafikon s podatkovnega vira ne bo mogoče shraniti tega vnosa. Če želite spremeniti podatkovni vir grafikona, prepišite grafikon v raziskovalnem pogledu." + "Anchor to": ["Sidraj na"], + "Angle at which to end progress axis": [ + "Kot, pri katerem se konča os območja" ], - "Timezone offset (in hours) for this datasource": [ - "Razlika časovnega pasu (v urah) za ta podatkovni vir" + "Angle at which to start progress axis": [ + "Kot, pri katerem se začne os območja" ], - "Name of the table that exists in the source database": [ - "Ime tabele, ki obstaja v izvorni podatkovni bazi" + "Animation": ["Animacija"], + "Annotation": ["Oznaka"], + "Annotation Layer %s": ["Sloj z oznakami %s"], + "Annotation Layers": ["Sloji z oznakami"], + "Annotation Slice Configuration": ["Nastavitve rezine z oznakami"], + "Annotation could not be created.": ["Oznake ni mogoče ustvariti."], + "Annotation could not be updated.": ["Oznake ni mogoče posodobiti."], + "Annotation delete failed.": ["Izbris oznake ni uspel."], + "Annotation layer": ["Sloj z oznakami"], + "Annotation layer could not be created.": [ + "Sloja z oznakami ni mogoče ustvariti." ], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Shema, ki se uporablja pri nekaterih podatkovnih bazah, kot so Postgres, Redshift in DB2" + "Annotation layer could not be deleted.": [ + "Sloja z oznakami ni mogoče izbrisati." ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "To polje se obnaša kot Supersetov pogled, kar pomeni, da bo Superset izvedel poizvedbo za ta niz kot podpoizvedbo." + "Annotation layer could not be updated.": [ + "Sloja z oznakami ni mogoče posodobiti." ], - "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ - "Privzeta vrednost za pridobivanje različnih vrednost pri oblikovanju filtrov. Podpira sintakso za jinja predloge. Potrebno le, ko je vključeno `Omogoči izbiro filtra`." + "Annotation layer delete failed.": ["Izbris sloja z oznakami ni uspel."], + "Annotation layer description columns": [ + "Stolpci z opisi slojev z oznakami" ], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Preusmeri v to končno točko, ko kliknete na tabelo v seznamu tabel" + "Annotation layer has associated annotations.": [ + "Sloj z oznakami ima povezane oznake." ], - "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": [ - "Če želite napolniti spustni seznam filtra v raziskovalnem pogledu filtrske sekcije z različnimi vrednostmi, pridobljenimi sproti v ozadju" + "Annotation layer interval end": ["Konec intervala sloja z oznakami"], + "Annotation layer name": ["Ime sloja z oznakami"], + "Annotation layer not found.": ["Sloja z oznakami ni mogoče najti."], + "Annotation layer opacity": ["Prosojnost sloja z oznakami"], + "Annotation layer parameters are invalid.": [ + "Parametri sloja z oznakami so neveljavni." ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL laboratoriju" + "Annotation layer stroke": ["Obroba sloja z oznakami"], + "Annotation layer time column": ["Časovni stolpec sloja z oznakami"], + "Annotation layer title column": ["Stolpec z naslovom sloja z oznakami"], + "Annotation layer type": ["Tip sloja z oznakami"], + "Annotation layer value": ["Vrednost sloja z oznakami"], + "Annotation layers": ["Sloji z oznakami"], + "Annotation layers are still loading.": [ + "Sloj z oznakami se še vedno nalaga." ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo sintakse za Jinja predloge" + "Annotation name": ["Ime oznake"], + "Annotation not found.": ["Oznaka ni najdena."], + "Annotation parameters are invalid.": ["Parametri oznak so neveljavni."], + "Annotation source": ["Vir oznak"], + "Annotation source type": ["Tip vira oznak"], + "Annotation template created": ["Predloga oznake ustvarjena"], + "Annotation template updated": ["Predloga oznake posodobljena"], + "Annotations and Layers": ["Oznake in sloji"], + "Annotations and layers": ["Oznake in sloji"], + "Annotations could not be deleted.": ["Oznak ni mogoče izbrisati."], + "Any": ["Katerikoli"], + "Any additional detail to show in the certification tooltip.": [ + "Dodatne podrobnosti za prikaz v certifikacijskem orodju." ], - "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ - "Trajanje (v sekundah) predpomnjenja za to tabelo. Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima nastavitev trajanja za podatkovno bazo." + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Na tem mestu izbrana barvna shema bo nadomestila barve posameznih grafikonov v tej nadzorni plošči" ], - "Associated Charts": ["Povezani grafikoni"], - "Changed By": ["Spremenil"], - "Database": ["Podatkovna baza"], - "Last Changed": ["Zadnja sprememba"], - "Enable Filter Select": ["Omogoči izbiro filtra"], - "Schema": ["Shema"], - "Default Endpoint": ["Privzeta končna točka"], - "Offset": ["Odmik"], - "Cache Timeout": ["Trajanje predpomnilnika"], - "Table Name": ["Ime tabele"], - "Fetch Values Predicate": ["Pridobi vrednosti predikatov"], - "Owners": ["Lastniki"], - "Main Datetime Column": ["Glavni stolpec Datum-Čas"], - "SQL Lab View": ["Pogled SQL laboratorija"], - "Template parameters": ["Parametri predlog"], - "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.": [ - "Tabela je ustvarjena. Sedaj morate v tem dvodelnem postopku klikniti gumb za urejanje nove tabele." + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-ji. " ], - "Deleted %(num)d css template": [ - "Izbrisana %(num)d css predloga", - "Izbrisani %(num)d css predlogi", - "Izbrisane %(num)d css predloge", - "Izbrisanih %(num)d css predlog" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-ji. Naučite se kako povezati gonilnik podatkovne baze " ], - "CSS template could not be deleted.": [ - "CSS predloge ni mogoče izbrisati." + "Append": ["Dodaj"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "Izbrano drseče okno ni vrnilo podatkov. Poskrbite, da izvorna poizvedba ustreza minimalni periodi drsečega okna." ], - "CSS template not found.": ["CSS predloga ni najdena."], - "Deleted %(num)d dashboard": [ - "Izbrisana je %(num)d nadzorna plošča", - "Izbrisani sta %(num)d nadzorni plošči", - "Izbrisane so %(num)d nadzorne plošče", - "Izbrisanih je %(num)d nadzornih plošč" + "Apply": ["Uporabi"], + "Apply conditional color formatting to metrics": [ + "Za mere uporabi pogojno oblikovanje z barvami" ], - "Title or Slug": ["Naslov ali `Slug`"], - "Created by me": ["Ustvarjeno z moje strani"], - "Role": ["Vloga"], - "Must be unique": ["Mora biti unikaten"], - "Dashboard parameters are invalid.": [ - "Parametri nadzorne plošče so neveljavni." + "Apply conditional color formatting to numeric columns": [ + "Za numerične stolpce uporabi pogojno oblikovanje z barvami" ], - "Dashboard could not be created.": [ - "Nadzorne plošče ni mogoče ustvariti." + "Apply filters": ["Uporabi filtre"], + "Apply metrics on": ["Uporabi mero na"], + "Apply to all panels": ["Uporabi za vse panele"], + "Apply to specific panels": ["Uporabi za določene panele"], + "April": ["April"], + "Arc": ["Lok"], + "Are you sure you want to cancel?": ["Ali želite prekiniti?"], + "Are you sure you want to delete": [ + "Ali ste prepričani, da želite izbrisati" ], - "Dashboards could not be deleted.": [ - "Nadzornih plošč ni mogoče izbrisati." + "Are you sure you want to delete %s?": [ + "Ali ste prepričani, da želite izbrisati %s?" ], - "Dashboard could not be updated.": [ - "Nadzorne plošče ni mogoče posodobiti." + "Are you sure you want to delete the selected %s?": [ + "Ali ste prepričani, da želite izbrisati izbrane %s?" ], - "Dashboard could not be deleted.": [ - "Nadzorne plošče ni mogoče izbrisati." + "Are you sure you want to delete the selected annotations?": [ + "Ali ste prepričani, da želite izbrisati izbrane oznake?" ], - "Changing this Dashboard is forbidden": [ - "Spreminjanje te nadzorne plošče ni dovoljeno" + "Are you sure you want to delete the selected charts?": [ + "Ali ste prepričani, da želite izbrisati izbrane grafikone?" ], - "Import dashboard failed for an unknown reason": [ - "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" + "Are you sure you want to delete the selected dashboards?": [ + "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" ], - "You don't have access to this dashboard.": [ - "Nimate dostopa do te nadzorne plošče." + "Are you sure you want to delete the selected datasets?": [ + "Ali ste prepričani, da želite izbrisati izbrane podatkovne sete?" ], - "No data in file": ["V datoteki ni podatkov"], - "Invalid state.": ["Neveljavno stanje."], - "An error occurred while creating the value.": [ - "Pri ustvarjanju vrednosti je prišlo do težave." + "Are you sure you want to delete the selected layers?": [ + "Ali ste prepričani, da želite izbrisati izbrane sloje?" ], - "An error occurred while accessing the value.": [ - "Pri dostopanju do vednosti je prišlo do težave." + "Are you sure you want to delete the selected queries?": [ + "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" ], - "Table name undefined": ["Ime tabele ni definirano"], - "Upload Enabled": ["Nalaganje omogočeno"], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ - "Neveljaven niz povezave - veljaven niz običajno sledi: driver://user:password@database-host/database-name" + "Are you sure you want to delete the selected templates?": [ + "Ali ste prepričani, da želite izbrisati izbrane predloge?" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Polja ni mogoče dekodirati z JSON. %(msg)s" + "Are you sure you want to overwrite this dataset?": [ + "Ali ste prepričani, da želite prepisati podatkovni set?" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %(key)s je neveljaven." + "Are you sure you want to proceed?": ["Ali želite nadaljevati?"], + "Are you sure you want to save and apply changes?": [ + "Ali resnično želite shraniti in uporabiti spremembe?" ], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "Specifikacija baze \"InvalidEngine\" ne podpira konfiguracije s posameznimi parametri." + "Area Chart": ["Ploščinski grafikon"], + "Area chart": ["Ploščinski grafikon"], + "Area chart opacity": ["Prosojnost ploščinskega grafikona"], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "Ploščinski grafikoni so podobni črtnim grafikonom, saj predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere nalagajo ena na drugo." ], - "An engine must be specified when passing individual parameters to a database.": [ - "Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen tip." + "Arrow": ["Puščica"], + "Associated Charts": ["Povezani grafikoni"], + "Async Execution": ["Asinhrono izvajanje"], + "Asynchronous query execution": ["Asinhroni zagon poizvedb"], + "August": ["Avgust"], + "Auto Zoom": ["Samodejna povečava"], + "Autocomplete": ["Samodokončaj"], + "Autocomplete filters": ["Samodokončaj filtre"], + "Autocomplete query predicate": ["Predikat za samodokončanje poizvedb"], + "Automatic Color": [""], + "Available sorting modes:": ["Razpoložljivi načini razvrščanja:"], + "Axis": ["Os"], + "Axis Bounds": ["Meje osi"], + "Axis Format": ["Oblika osi"], + "Axis Title": ["Naslov osi"], + "Axis ascending": ["Naraščajoča os"], + "Axis descending": ["Padajoča os"], + "BOOLEAN": [""], + "Back": ["Nazaj"], + "Back to all": [""], + "Backend": ["Vrsta"], + "Bad spatial key": ["Neustrezen prostorski ključ"], + "Bar": ["Stolpec"], + "Bar Chart": ["Stolpčni grafikon"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Stolpčni grafikoni se uporabljajo za prikaz mer z nizi stolpcev." ], - "Engine \"%(engine)s\" is not a valid engine.": [ - "\"%(engine)s\" ni veljaven tip podatkovne baze." + "Bar Values": ["Vrednosti stolpcev"], + "Bar orientation": ["Orientacija stolpcev"], + "Base layer map style": ["Slog osnovnega sloja zemljevida"], + "Based on a metric": ["Osnovan na meri"], + "Based on granularity, number of time periods to compare against": [ + "Na osnovi granulacije, število časovnih obdobij za primerjavo" ], - "Database parameters are invalid.": [ - "Parametri podatkovne baze so neveljavni." - ], - "A database with the same name already exists.": [ - "Podatkovna baza z enakim imenom že obstaja." - ], - "Field is required": ["Polje je obvezno"], - "Field cannot be decoded by JSON. %(json_error)s": [ - "Polja ni mogoče dekodirati z JSON. %(json_error)s" - ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %{key}s je neveljaven." + "Based on what should series be ordered on the chart and legend": [""], + "Basic": ["Osnovno"], + "Basic information": ["Osnovne informacije"], + "Batch editing %d filters:": ["Skupinsko urejanje %d filtrov:"], + "Battery level over time": ["Napolnjenost baterije skozi čas"], + "Be careful.": ["Bodite previdni."], + "Before": ["PRED"], + "Big Number": ["Velika številka"], + "Big Number Font Size": ["Velikost pisave Velike številke"], + "Big Number with Trendline": ["Velika številka s trendno krivuljo"], + "Bottom": ["Spodaj"], + "Bottom Margin": ["Spodnji rob"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "Spodnji rob, v pikslih, s katerim povečamo prostor za oznake osi" ], - "Database not found.": ["Podatkovna baza ni najdena."], - "Database could not be created.": [ - "Podatkovne baze ni mogoče ustvariti." + "Bottom to Top": ["Iz dna proti vrhu"], + "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.": [ + "Meje Y-osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." ], - "Database could not be updated.": [ - "Podatkovne baze ni mogoče posodobiti." + "Bounds for the 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.": [ + "Meje osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." ], - "Connection failed, please check your connection settings": [ - "Povezava neuspešna. Preverite nastavitve povezave" + "Box Plot": ["Box Plot"], + "Breakdowns": ["Razčlenitev"], + "Bubble Chart": ["Mehurčkasti grafikon"], + "Bubble Color": ["Barva mehurčka"], + "Bubble Size": ["Velikost mehurčka"], + "Bubble size": ["Velikost mehurčka"], + "Bucket break points": ["Točke za razčlenitev razdelkov"], + "Bulk select": ["Izberi hkrati"], + "Bullet Chart": ["'Bullet' grafikon"], + "Business": ["Aktivnost"], + "Business Data Type": ["Poslovni podatkovni tip"], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "Privzeto vsak filter pri nalaganju začetne strani naloži največ 1000 možnosti. Označite polje, če imate več kot 1000 vrednosti filtra in želite omogočiti dinamično iskanje, ki nalaga vrednosti filtra ko uporabnik tipka (to lahko preobremeni vašo podatkovno bazo)." ], - "Cannot delete a database that has datasets attached": [ - "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" + "By key: use column names as sorting key": [ + "Po ključu: za razvrščanje uporabite imena stolpcev" ], - "Database could not be deleted.": [ - "Podatkovne baze ni mogoče izbrisati." + "By key: use row names as sorting key": [ + "Po ključu: za razvrščanje uporabite imena vrstic" ], - "Stopped an unsafe database connection": [ - "Nevarna povezava s podatkovno bazo je bila ustavljena" + "By value: use metric values as sorting key": [ + "Po vrednosti: za razvrščanje uporabite vrednosti mere" ], - "Could not load database driver": [ - "Ni mogoče naložiti gonilnika podatkovne baze" + "CANCEL": ["PREKINI"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "CREATE VIEW statement": ["CREATE VIEW stavek"], + "CRON expression": ["Izraz CRON"], + "CSS": ["CSS"], + "CSS Styles": ["CSS slogi"], + "CSS Templates": ["CSS predloge"], + "CSS applied to the chart": ["CSS slogi uporabljeni za grafikon"], + "CSS template": ["CSS predloga"], + "CSS template could not be deleted.": [ + "CSS predloge ni mogoče izbrisati." ], - "Unexpected error occurred, please check your logs for details": [ - "Zgodila se je nepričakovana napaka. Podrobnosti preverite v dnevnikih" + "CSS template name": ["Ime CSS predloge"], + "CSS template not found.": ["CSS predloga ni najdena."], + "CSS templates": ["CSS predloge"], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "CSV datoteka \"%(csv_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" ], - "no SQL validator is configured": ["SQL potrjevalnik ni nastavljen"], - "No validator found (configured for the engine)": [ - "Potrjevalnik ni najden (nastavljen za podatkovno bazo)" + "CSV to Database configuration": [ + "Nastavitve pretvorbe CSV v podatkovno bazo" ], - "Was unable to check your query": ["Poizvedbe ni bilo mogoče preveriti"], - "An unexpected error occurred": ["Prišlo je do nepričakovane napake"], - "Import database failed for an unknown reason": [ - "Uvoz podatkovne baze ni uspel zaradi neznanega razloga" + "CSV upload": ["Nalaganje CSV"], + "CTAS & CVAS SCHEMA": ["CTAS & CVAS SHEMA"], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "CTAS (create table as select) lahko izvajate le v poizvedbah, kjer je zadnji stavek SELECT. Poskrbite, da bo zadnji stavek v vaši poizvedbi SELECT in poskusite ponovno zagnati poizvedbo." ], - "Could not load database driver: {}": [ - "Ni mogoče naložiti gonilnika podatkovne baze: {}" + "CTAS Schema": ["CTAS shema"], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "CVAS (create view as select) lahko izvajate le v poizvedbah z enim SELECT stavkom. Poskrbite, da bo v vaši poizvedbi le en SELECT stavek in poskusite ponovno zagnati poizvedbo." ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." + "CVAS (create view as select) query has more than one statement.": [ + "CVAS (create view as select) poizvedba ima več kot en stavek." ], - "Database is offline.": ["Podatkovna baza ni povezana."], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s ni mogel preveriti vaše poizvedbe.\nPonovno preverite poizvedbo.\nIzjema: %(ex)s" + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS (create view as select) poizvedba ni SELECT stavek." ], - "no SQL validator is configured for {}": [ - "SQL potrjevalnik ni nastavljen za {}" + "Cache Timeout": ["Trajanje predpomnilnika"], + "Cache Timeout (seconds)": ["Trajanje predpomnilnika (sekunde)"], + "Cache timeout": ["Časovna omejitev predpomnilnika"], + "Cached": ["Predpomnjeno"], + "Cached %s": ["Predpomnjeno %s"], + "Cached value not found": ["Predpomnjena vrednost ni najdena"], + "Calculate contribution per series or row": [ + "Izračunaj delež za serijo ali vrstico" ], - "No validator named {} found (configured for the {} engine)": [ - "Potrjevalnik {} ni bil najden (nastavljen za podatkovno bazo {})" + "Calculated column [%s] requires an expression": [ + "Izračunan stolpec [%s] zahteva izraz" ], - "Deleted %(num)d dataset": [ - "Izbrisan %(num)d podatkovni set", - "Izbrisana %(num)d podatkovna niza", - "Izbrisani %(num)d podatkovni nizi", - "Izbrisanih %(num)d podatkovnih nizov" + "Calculated columns": ["Izračunani stolpci"], + "Calculation type": ["Tip izračuna"], + "Calendar Heatmap": ["Koledarska barvna lestvica"], + "Can not move top level tab into nested tabs": [ + "Najvišjega zavihka ni mogoče premakniti v gnezdene zavihke" ], - "Null or Empty": ["Nič (NULL) ali prazen"], - "Dataset column not found.": ["Stolpec podatkovnega seta ni najden."], - "Dataset column delete failed.": [ - "Brisanje stolpca podatkovnega seta neuspešno." + "Can select multiple values": ["Dovoli izbiro več vrednosti"], + "Can't have overlap between Series and Breakdowns": [ + "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami" ], - "Changing this dataset is forbidden.": [ - "Spreminjanje tega podatkovnega seta ni dovoljeno." + "Cancel": ["Prekliči"], + "Cancel query on window unload event": [ + "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" ], - "Dataset %(name)s already exists": ["Podatkovni set %(name)s že obstaja"], - "Database not allowed to change": [ - "Podatkovne baze ni dovoljeno spreminjati" + "Cannot access the query": [""], + "Cannot delete a database that has datasets attached": [ + "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" ], - "One or more columns do not exist": ["En ali več stolpcev ne obstaja"], - "One or more columns are duplicated": [ - "En ali več stolpcev je podvojenih" + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Nadzorne plošče ni mogoče uvoziti: %(db_error)s.\nPred uvozom poskrbite za ustvarjenje podatkovne baze." ], - "One or more columns already exist": ["En ali več stolpcev že obstaja"], - "One or more metrics do not exist": ["Ena ali več mer ne obstaja"], - "One or more metrics are duplicated": ["Ena ali več mer je podvojenih"], - "One or more metrics already exist": ["Ena ali več mer že obstaja"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Tabele [%(table_name)s] ni mogoče najti. Preverite povezavo, shemo in ime podatkovne baze" + "Cannot load filter": ["Filtra ni mogoče naložiti"], + "Cannot parse time string [%(human_readable)s]": [ + "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]" ], - "Dataset does not exist": ["Podatkovni set ne obstaja"], - "Dataset parameters are invalid.": [ - "Parametri podatkovnega seta so neveljavni." + "Categorical": ["Kategorični"], + "Categorical Color": ["Kategorična barva"], + "Categories to group by on the x-axis.": [ + "Kategorije za združevanje po x-osi." ], - "Dataset could not be created.": [ - "Podatkovnega niza ni mogoče ustvariti." + "Category": ["Kategorija"], + "Category of target nodes": ["Kategorija ciljnih vozlišč"], + "Category, Value and Percentage": [""], + "Cell Padding": ["Razmak med celicami"], + "Cell Radius": ["Polmer celice"], + "Cell Size": ["Velikost celice"], + "Cell bars": ["Stolp. graf v celicah"], + "Cell content": ["Vsebina celice"], + "Cell limit": ["Omejitev celice"], + "Center": ["Na sredino"], + "Certification": ["Certifikacija"], + "Certification details": ["Podrobnosti certifikacije"], + "Certified": ["Certificirano"], + "Certified By": ["Certificiral/a"], + "Certified by": ["Certificiral/a"], + "Certified by %s": ["Certificiral/a %s"], + "Change order of columns.": ["Spremeni vrstni red stolpcev."], + "Change order of rows.": ["Spremeni vrstni red vrstic."], + "Changed By": ["Spremenil"], + "Changed on": ["Spremenjen"], + "Changes saved.": ["Spremembe shranjene."], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Sprememba podatkovnega seta lahko pokvari grafikon, če se le-ta zanaša na stolpce ali metapodatke, ki ne obstajajo v ciljnem podatkovnem nizu" ], - "Dataset could not be updated.": [ - "Podatkovnega niza ni mogoče posodobiti." + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Spreminjanje teh nastavitev bo vplivalo na vse grafikone, ki uporabljajo ta podatkovni set, vključno z grafikoni v lasti drugih oseb." ], - "Dataset could not be deleted.": [ - "Podatkovnega niza ni mogoče izbrisati." + "Changing this Dashboard is forbidden": [ + "Spreminjanje te nadzorne plošče ni dovoljeno" ], - "Dataset(s) could not be bulk deleted.": [ - "Podatkovnih nizov ni mogoče množično izbrisati." + "Changing this chart is forbidden": [ + "Spreminjanje tega grafikona ni dovoljeno" ], - "Samples for dataset could not be retrieved.": [ - "Vzorcev za podatkovni set ni bilo mogoče pridobiti." + "Changing this control takes effect instantly": [ + "Sprememba tega kontrolnika se odrazi takoj" ], "Changing this dataset is forbidden": [ "Spreminjanje tega podatkovnega seta ni dovoljeno" ], - "Import dataset failed for an unknown reason": [ - "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" + "Changing this dataset is forbidden.": [ + "Spreminjanje tega podatkovnega seta ni dovoljeno." ], - "You don't have access to this dataset.": [ - "Nimate dostopa do tega podatkovnega seta." + "Changing this report is forbidden": [ + "Spreminjanje tega poročila ni dovoljeno" ], - "Dataset metric not found.": ["Mer podatkovnega seta ni najdena."], - "Dataset metric delete failed.": [ - "Brisanje mere podatkovnega seta ni uspelo." + "Character to interpret as decimal point.": [ + "Znak, ki bo prepoznan kot decimalno ločilo." ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Preverite, če ima vaša poizvedba sintaktične napake pri \"%(syntax_error)s\". Potem ponovno poženite poizvedbo." + "Chart": ["Grafikon"], + "Chart %(id)s not found": ["Grafikon %(id)s ni najden"], + "Chart Cache Timeout": ["Trajanje predpomnilnika grafikona"], + "Chart Data: %s": ["Podatki grafikona: %s"], + "Chart ID": ["ID grafikona"], + "Chart Options": ["Možnosti grafikona"], + "Chart Orientation": ["Orientacija grafikona"], + "Chart Title": ["Naslov grafikona"], + "Chart [{}] has been overwritten": ["Grafikon [{}] je bil prepisan"], + "Chart [{}] has been saved": ["Grafikon [{}] je bil shranjen"], + "Chart [{}] was added to dashboard [{}]": [ + "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" ], - "Original value": ["Izvorna vrednost"], - "Second": ["Sekunda"], - "5 second": ["5 sekund"], - "30 second": ["30 sekund"], - "Minute": ["Minuta"], - "5 minute": ["5 minut"], - "10 minute": ["10 minut"], - "15 minute": ["15 minut"], - "30 minute": ["30 minut"], - "Hour": ["Ura"], - "6 hour": ["6 ur"], - "Day": ["Dan"], - "Week": ["Teden"], - "Month": ["Mesec"], - "Quarter": ["Četrtletje"], - "Year": ["Leto"], - "Week starting Sunday": ["Teden z začetkom v nedeljo"], - "Week starting Monday": ["Teden z začetkom v ponedeljek"], - "Week ending Saturday": ["Teden s koncem v soboto"], - "Week_ending Sunday": ["Teden s koncem v nedeljo"], - "Username": ["Uporabniško ime"], - "Password": ["Geslo"], - "Hostname or IP address": ["Ime gostitelja ali IP naslov"], - "Database port": ["Vrata podatkovne baze"], - "Database name": ["Ime podatkovne baze"], - "Additional parameters": ["Dodatni parametri"], - "Use an encrypted connection to the database": [ - "Uporabite šifrirano povezavo s podatkovno bazo" - ], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ - "Povezava s podatkovno bazo ni uspela. Preverite, da ima vaš dostop dodeljeni vlogi Viewer in Job User." + "Chart cache timeout": ["Trajanje predpomnilnika grafikona"], + "Chart changes": ["Spremembe grafikona"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "Komponenta grafikona, ki omogoča dodajanje vmesnika filtrov po meri v nadzorno ploščo. Ko je dodana na nadzorno ploščo, lahko uporabnik določi poljubne vrednosti ali obsege filtrov. Grafikoni, na katere se nanašajo filtri, so lahko precizno izbrani tudi v pogledu nadzorne plošče.\n\n Vedite, da bo ta vtičnik v prihodnosti zamenjan z novim konceptom filtrov, ki bodo živeli v kontekstu same nadzorne plošče in bodo zmogljivejši ter enostavnejši za uporabo!" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "Tabela \"%(table)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna tabela." + "Chart could not be created.": ["Grafikona ni mogoče ustvariti."], + "Chart could not be deleted.": ["Grafikona ni mogoče izbrisati."], + "Chart could not be updated.": ["Grafikona ni mogoče posodobiti."], + "Chart does not exist": ["Grafikon ne obstaja"], + "Chart has no query context saved. Please save the chart again.": [ + "Grafikon nima shranjenega konteksta poizvedbe. Ponovno shranite grafikon." ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "Zdi se, da ni mogoče razrešiti stolpca \"%(column)s\" v vrstici %(location)s." + "Chart height": ["Višina grafikona"], + "Chart imported": ["Grafikon uvožen"], + "Chart name": ["Ime grafikona"], + "Chart options": ["Možnosti grafikona"], + "Chart parameters are invalid.": ["Parametri grafikona so neveljavni."], + "Chart properties updated": ["Lastnosti grafikona posodobljene"], + "Chart title": ["Naslov grafikona"], + "Chart type": ["Tip grafikona"], + "Chart width": ["Širina grafikona"], + "Charts": ["Grafikoni"], + "Charts could not be deleted.": ["Grafikonov ni mogoče izbrisati."], + "Check configuration": ["Preveri nastavitve"], + "Check for sorting ascending": ["Označi za naraščajoče razvrščanje"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Če želite, da grafikon \"Rose\" uporablja površino segmenta namesto radija za proporcioniranje" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "Shema \"%(schema)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna shema." + "Check out this chart in dashboard:": [ + "Preizkusite ta grafikon v nadzorni plošči:" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" + "Check out this chart: ": ["Preizkusite ta grafikon: "], + "Check out this dashboard: ": ["Preizkusite to nadzorno ploščo: "], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Izberite za takojšnjo uporabo filtrov, ko se spremenijo, brez prikazovanja gumba Uveljavi" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "Preverite, če ima vaša poizvedba sintaktične napake pri \"%(server_error)s\". Potem ponovno poženite poizvedbo." + "Check to force date partitions to have the same height": [ + "Če želite, da imajo datumske particije enako višino" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "Uporabniško ime \"%(username)s\", geslo ali ime podatkovne baze \"%(database)s\" so napačni." + "Child label position": ["Položaj podrejene oznake"], + "Choice of [Label] must be present in [Group By]": [ + "Izbira [Oznaka] mora biti prisotna v [Združevanje]" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." + "Choice of [Point Radius] must be present in [Group By]": [ + "Izbran [Point Radius] mora biti prisoten v [Združevanje]" ], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." + "Choose File": ["Izberite datoteko"], + "Choose a chart or dashboard not both": [ + "Izberite grafikon ali nadzorno ploščo, ne obojega" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči na vratih %(port)s." + "Choose a database...": ["Izberite podatkovno bazo..."], + "Choose a dataset": ["Izberite podatkovni set"], + "Choose a metric for left axis": ["Izberite mero za levo os"], + "Choose a metric for right axis": ["Izberite mero za desno os"], + "Choose a number format": ["Izberite obliko zapisa števila"], + "Choose a source": ["Izberite izvor"], + "Choose a source and a target": ["Izberite izhodišče in cilj"], + "Choose a target": ["Izberite cilj"], + "Choose a unique name": [""], + "Choose chart type": ["Izberite tip grafikona"], + "Choose one of the available databases from the panel on the left.": [ + "Izberite eno od razpoložljivih podatkovnih baz v panelu na levi." ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Uporabniško ime \"%(username)s\" ali geslo sta napačna." + "Choose one or more charts for left axis": [ + "Izberite enega ali več grafikonov za levo os" ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Neznan MySQL strežnik \"%(hostname)s\"." + "Choose one or more charts for right axis": [ + "Izberite enega ali več grafikonov za desno os" ], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči." + "Choose the annotation layer type": ["Izberite tip sloja z oznakami"], + "Choose the format for legend values": [ + "Izberite obliko vrednosti legende" ], - "Unable to connect to database \"%(database)s\".": [ - "Povezava s podatkovno bazo \"%(database)s\" ni uspela." + "Choose the position of the legend": ["Izberite položaj legende"], + "Choose the source of your annotations": ["Izberite vir svojih oznak"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "Izberite, če želite barvanje držav glede na mero ali kategorično določeno barvno paleto" ], - "The username \"%(username)s\" does not exist.": [ - "Uporabniško ime \"%(username)s\" ne obstaja." + "Chord Diagram": ["Tetivni grafikon"], + "Chosen non-numeric column": ["Izbran ne-numeričen stolpec"], + "Circle": ["Krog"], + "Circle -> Arrow": ["Krog -> Puščica"], + "Circle -> Circle": ["Krog -> Krog"], + "Circle radar shape": ["Okrogla oblika radarja"], + "Circular": ["Krožno"], + "Classic chart that visualizes how metrics change over time.": [ + "Standardni grafikon za prikaz spreminjanje mere skozi čas." ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Geslo za uporabniško ime \"%(username)s\" je napačno." + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "Standardna razpredelnica za prikaz podatkovnega seta." ], - "Please re-enter the password.": ["Ponovno vpišite geslo."], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\" v vrstici %(location)s." + "Clause": ["Stavek"], + "Clear": ["Počisti"], + "Clear all": ["Počisti vse"], + "Clear form": ["Počisti polja"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "Tabela \"%(table_name)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna tabela." + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Kliknite na gumb \"Ustvari grafikon\" v kontrolni plošči na levi za predogled ali" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "Shema \"%(schema_name)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna shema." + "Click the lock to make changes.": [ + "Kliknite ključavnico, da omogočite spreminjanje." ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Povezava na katalog \"%(catalog_name)s\" ni uspela." + "Click the lock to prevent further changes.": [ + "Kliknite ključavnico, da onemogočite spreminjanje." ], - "Unknown Presto Error": ["Neznana Presto napaka"], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "Povezava s podatkovno bazo \"%(database)s\" ni uspela. Preverite ime podatkovne baze in poskusite ponovno." + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Kliknite to povezavo za drugo vnosno formo, ki omogoča ročni vnos SQLAlchemy URL-ja za to podatkovno bazo." ], - "%(object)s does not exist in this database.": [ - "%(object)s ne obstaja v tej podatkovni bazi." + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Kliknite to povezavo za drugo vnosno formo, ki prikaže samo zahtevana polja za povezavo s podatkovno bazo." ], - "You don't have access to this embedded dashboard config.": [ - "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." + "Click to cancel sorting": [""], + "Click to edit": ["Kliknite za urejanje"], + "Click to edit %s in a new tab": [ + "Kliknite za urejanje %s v novem zavihku" ], - "Home": ["Domov"], - "Annotation Layers": ["Sloji z oznakami"], - "Manage": ["Upravljaj"], - "Dashboards": ["Nadzorne plošče"], - "Charts": ["Grafikoni"], - "Plugins": ["Vtičniki"], - "CSS Templates": ["CSS predloge"], - "Row Level Security": ["Varnost na nivoju vrstic"], - "Security": ["Varnost"], - "Import Dashboards": ["Uvozi nadzorne plošče"], - "SQL Editor": ["SQL urejevalnik"], - "SQL Lab": ["SQL laboratorij"], - "Saved Queries": ["Shranjene poizvedbe"], - "Query History": ["Zgodovina poizvedb"], - "Databases": ["Podatkovne baze"], - "Data": ["Podatki"], - "Datasets": ["Podatkovni seti"], - "Action Log": ["Dnevnik aktivnosti"], - "Alerts & Reports": ["Opozorila in poročila"], - "Access requests": ["Zahteve za dostop"], - "An error occurred while parsing the key.": [ - "Pri branju ključa je prišlo do težave." + "Click to edit label": ["Kliknite za urejanje oznake"], + "Click to favorite/unfavorite": [ + "Kliknite za priljubljeno/nepriljubljeno" ], - "An error occurred while deleting the value.": [ - "Pri brisanju vrednosti je prišlo do napake." + "Click to force-refresh": ["Kliknite za prisilno osvežitev"], + "Click to see difference": ["Kliknite za prikaz razlike"], + "Close": ["Zapri"], + "Close all other tabs": ["Zapri vse ostale zavihke"], + "Close tab": ["Zapri zavihek"], + "Cluster label aggregator": ["Agregator za oznako gruče"], + "Clustering Radius": ["Radij gručenja"], + "Code": ["Koda"], + "Collapse all": ["Skrči vse"], + "Collapse data panel": ["Skrij podatkovni panel"], + "Collapse table preview": ["Zapri predogled tabele"], + "Color": ["Barva"], + "Color +/-": ["Barva +/-"], + "Color Metric": ["Mera za barvo"], + "Color Scheme": ["Barvna shema"], + "Color Steps": ["Barvni koraki"], + "Color by": ["Barva glede na"], + "Color metric": ["P"], + "Color of the target location": ["Barva ciljne lokacije"], + "Color scheme": ["Barvna shema"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "An error occurred while updating the value.": [ - "Pri posodabljanju vrednosti je prišlo do težave." + "Colors": ["Barve"], + "Column": ["Stolpec"], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Stolpec \"%(column)s\" ni numeričen ali ne obstaja v rezultatu poizvedbe." ], - "You don't have permission to modify the value.": [ - "Nimate dovoljenja za spreminjanje vrednosti." + "Column Formatting": ["Oblikovanje stolpca"], + "Column Label(s)": ["Naslovi stolpcev"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Stolpec, ki vsebuje ISO 3166-2 oznake regij/provinc/departmajev v vaši tabeli." ], - "Invalid permalink key": ["Neveljaven ključ povezave"], - "Deleted %(num)d saved query": [ - "Izbrisana %(num)d shranjena poizvedba", - "Izbrisani %(num)d shranjeni poizvedbi", - "Izbrisane %(num)d shranjene poizvedbe", - "Izbrisanih %(num)d shranjenih poizvedb" + "Column containing latitude data": [ + "Stolpec s podatki zemljepisne širine" ], - "Saved queries could not be deleted.": [ - "Shranjenih poizvedb ni mogoče izbrisati." + "Column containing longitude data": [ + "Stolpec s podatki zemljepisne dolžine" ], - "Saved query not found.": ["Shranjena poizvedba ni najdena."], - "Import saved query failed for an unknown reason.": [ - "Uvoz shranjene poizvedbe ni uspel zaradi neznanega razloga." + "Column is required": ["Zahtevan je stolpec"], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi Dataframe-a obstajajo, se uporabijo imena indeksov." ], - "Saved query parameters are invalid.": [ - "Parametri shranjene poizvedbe so neveljavni." + "Column name": ["Ime stolpca"], + "Column name [%s] is duplicated": ["Ime stolpca [%s] je podvojeno"], + "Column referenced by aggregate is undefined: %(column)s": [ + "Stolpec referenciran z agregacijo ni definiran: %(column)s" ], - "Deleted %(num)d report schedule": [ - "Izbrisan %(num)d urnik poročanja", - "Izbrisana %(num)d urnika poročanja", - "Izbrisani %(num)d urniki poročanja", - "Izbrisanih %(num)d urnikov poročanja" + "Column select": ["Izbira stolpca"], + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Stolpec, ki se uporabi za naslove vrstic v dataframe-u. Pustite prazno, če ni indeksnega stolpca." ], - "Value must be greater than 0": ["Vrednost mora biti večja od 0"], - "Alert query returned more than one row. %s rows returned": [ - "Poizvedba za opozorilo je vrnila več kot eno vrstico. Št. vrnjenih vrstic: %s" + "Columnar File": ["Stoplčna datoteka"], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Stolpčna datoteka \"%(columnar_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" ], - "Alert query returned more than one column. %s columns returned": [ - "Poizvedba za opozorilo je vrnila več kot en stolpec. Število vrnjenih stolpcev: %s" + "Columnar to Database configuration": [ + "Nastavitve pretvorbe Stolpci v Podatkovno bazo" ], - "Dashboard does not exist": ["Nadzorna plošča ne obstaja"], - "Chart does not exist": ["Grafikon ne obstaja"], - "Database is required for alerts": [ - "Podatkovna baza je obvezna za opozorila" + "Columns": ["Stolpci"], + "Columns missing in datasource: %(invalid_columns)s": [ + "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" ], - "Type is required": ["Tip je obvezen"], - "Choose a chart or dashboard not both": [ - "Izberite grafikon ali nadzorno ploščo, ne obojega" + "Columns subtotal position": ["Položaj delnih vsot stolpcev"], + "Columns to display": ["Stolpci za prikaz"], + "Columns to group by": ["Stolpci za združevanje"], + "Columns to group by on the columns": ["Stolpci za združevanje stolpcev"], + "Columns to group by on the rows": ["Stolpci za združevanje vrstic"], + "Combine Metrics": ["Združuj mere"], + "Combine metrics": ["Združuj mere"], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "Z vejico ločene barve za intervale, npr. 1,2,4. Cela števila predstavljajo barve iz barvne sheme (začnejo se z 1). Dolžina mora ustrezati mejam intervala." ], - "Please save your chart first, then try creating a new email report.": [ - "Najprej shranite grafikon, potem pa poskusite ustvariti novo e-poštno poročilo." + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "Z vejico ločeni intervali, npr. 2,4,5 za intervale 0-2, 2-4 in 4-5. Zadnja številka naj bo enaka vrednosti za MAX." ], - "Please save your dashboard first, then try creating a new email report.": [ - "Najprej shranite nadzorno ploščo, potem pa poskusite ustvariti novo e-poštno poročilo." + "Comparator option": ["Možnosti komparatorja"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Hitra primerjava več grafikonov časovnih vrst (sparkline način) in povezanih mer." ], - "Report Schedule parameters are invalid.": [ - "Parametri urnika poročanja so neveljavni." + "Compare the same summarized metric across multiple groups.": [ + "Primerja isto mero med različnimi skupinami." ], - "Report Schedule could not be deleted.": [ - "Urnika poročanja ni mogoče izbrisati." + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "Primerja kako se mera spreminja s časom med različnimi skupinami. Vsaka skupina predstavlja eno vrstico, časovne spremembe pa so prikazane z dolžino stolpcev in barvami." ], - "Report Schedule could not be created.": [ - "Urnika poročanja ni mogoče ustvariti." + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "Primerjava mer različnih kategorij s pomočjo stolpcev. Dolžina stolpca prestavlja višino vrednosti, z barvami pa so ločene skupine." ], - "Report Schedule could not be updated.": [ - "Urnika poročanja ni mogoče posodobiti." + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." ], - "Report Schedule not found.": ["Urnika poročanja ni najden."], - "Report Schedule delete failed.": ["Izbris urnika poročanja ni uspel."], - "Report Schedule log prune failed.": [ - "Krajšanje dnevnika urnika poročanja ni uspelo." + "Comparison": ["Primerjava"], + "Comparison Period Lag": ["Zaostanek obdobja za primerjavo"], + "Comparison suffix": ["Pripona za primerjavo"], + "Compose multiple layers together to form complex visuals.": [ + "Združi več plasti za oblikovanje kompleksnih vizualizacij." ], - "Report Schedule execution failed when generating a screenshot.": [ - "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske slike." + "Compute the contribution to the total": ["Izračunaj prispevek k celoti"], + "Condition": ["Pogoj"], + "Conditional formatting": ["Pogojno oblikovanje"], + "Confidence interval": ["Interval zaupanja"], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Interval zaupanja mora biti med 0 in 1 (odprt)" ], - "Report Schedule execution failed when generating a csv.": [ - "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju csv." + "Configuration": ["Nastavitve"], + "Configure Advanced Time Range ": ["Nastavi napredno časovno obdobje "], + "Configure Time Range: Last...": ["Nastavi časovno obdobje: Zadnji ..."], + "Configure Time Range: Previous...": [ + "Nastavi časovno obdobje: Prejšnji ..." ], - "Report Schedule execution failed when generating a dataframe.": [ - "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega okvira." + "Configure custom time range": ["Nastavi prilagojeno časovno obdobje"], + "Configure filter scopes": ["Nastavi doseg filtrov"], + "Configure the basics of your Annotation Layer.": [ + "Osnovne nastavitve sloja z oznakami." ], - "Report Schedule execution got an unexpected error.": [ - "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." + "Configure this dashboard to embed it into an external web application.": [ + "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." ], - "Report Schedule is still working, refusing to re-compute.": [ - "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." + "Configure your how you overlay is displayed here.": [ + "Nastavite kako se tukaj prikazuje vrhnja plast." ], - "Report Schedule reached a working timeout.": [ - "Urnik poročanja je dosegel mejo časa izvedbe." + "Confirm save": ["Potrdite shranjevanje"], + "Connect": ["Poveži"], + "Connect Google Sheet": ["Povežite Googlovo preglednico"], + "Connect Google Sheets as tables to this database": [ + "Googlove preglednice poveži s to podatkovno bazo kot tabele" ], - "A report named \"%(name)s\" already exists": [ - "Poročilo poimenovano %(name)s že obstaja" + "Connect a database": ["Poveži se s podatkovno bazo"], + "Connect database": ["Poveži se s podatkovno bazo"], + "Connect this database using the dynamic form instead": [ + "S podatkovno bazo se povežite z dinamičnim obrazcem" ], - "An alert named \"%(name)s\" already exists": [ - "Opozorilo poimenovano %(name)s že obstaja" + "Connect this database with a SQLAlchemy URI string instead": [ + "S to podatkovno bazo se raje povežite z SQLAlchemy URI nizom" ], - "Resource already has an attached report.": [ - "Vir že ima povezano poročilo." + "Connection": ["Povezava"], + "Connection failed, please check your connection settings": [ + "Povezava neuspešna. Preverite nastavitve povezave" ], - "Alert query returned more than one row.": [ - "Poizvedba za opozorilo je vrnila več kot eno vrstico." + "Connection looks good!": ["Povezava izgleda v redu!"], + "Continue": ["Nadaljuj"], + "Continuous": ["Zvezno"], + "Contribution": ["Prispevek"], + "Contribution Mode": ["Način deležev"], + "Control labeled ": ["Nastavitev "], + "Controls labeled ": ["Kontrolniki imenovani "], + "Coordinates": ["Koordinate"], + "Copied to clipboard!": ["Kopirano na odložišče!"], + "Copy": ["Kopiraj"], + "Copy SELECT statement to the clipboard": [ + "Kopiraj stavek SELECT na odložišče" ], - "Alert validator config error.": [ - "Napaka nastavitev potrjevalnika opozoril." + "Copy and Paste JSON credentials": [ + "Kopiraj in prilepi JSON prijavne podatke" ], - "Alert query returned more than one column.": [ - "Poizvedba za opozorilo je vrnila več kot en stolpec." + "Copy and paste the entire service account .json file here": [ + "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" ], - "Alert query returned a non-number value.": [ - "Poizvedba za opozorilo je vrnila neštevilsko vrednost." + "Copy link": ["Kopiraj povezavo"], + "Copy message": ["Kopiraj sporočilo"], + "Copy of %s": ["Kopija %s"], + "Copy partition query to clipboard": [ + "Kopiraj particijsko poizvedbo na odložišče" ], - "Alert found an error while executing a query.": [ - "Opozorilo je našlo napako pri izvajanju poizvedbe." + "Copy permalink to clipboard": ["Kopiraj povezavo v odložišče"], + "Copy query URL": ["Kopiraj URL poizvedbe"], + "Copy query link to your clipboard": [ + "Kopiraj povezavo do poizvedbe v odložišče" ], - "A timeout occurred while executing the query.": [ - "Pri izvajanju poizvedbe je potekel čas." + "Copy the account name of that database you are trying to connect to.": [ + "Kopirajte ime računa podatkovne baze, s katero se skušate povezati." ], - "A timeout occurred while taking a screenshot.": [ - "Pri ustvarjanju zaslonske slike je potekel čas." + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy to Clipboard": ["Kopiraj na odložišče"], + "Copy to clipboard": ["Kopiraj na odložišče"], + "Correlation": ["Korelacija"], + "Cost estimate": ["Ocena potratnosti"], + "Could not determine datasource type": [ + "Ni mogoče določiti tipa podatkovnega vira" ], - "A timeout occurred while generating a csv.": [ - "Pri ustvarjanju csv je potekel čas." + "Could not fetch all saved charts": [ + "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" ], - "A timeout occurred while generating a dataframe.": [ - "Pri ustvarjanju podatkovnega okvira je potekel čas." + "Could not find viz object": [ + "Ni mogoče najti vizualizacijskega objekta" ], - "Alert fired during grace period.": [ - "Opozorilo sproženo med obdobjem mirovanja." + "Could not load database driver": [ + "Ni mogoče naložiti gonilnika podatkovne baze" ], - "Alert ended grace period.": ["Opozorilo je končalo obdobje mirovanja."], - "Alert on grace period": ["Opozorilo v obdobju mirovanja"], - "Report Schedule sellenium user not found": [ - "Selenium uporabnik za urnik poročanja ni najden" + "Could not load database driver: %(driver_name)s": [ + "Gonilnika podatkovne baze ni mogoče naložiti: %(driver_name)s" ], - "Report Schedule state not found": ["Stanje urnika poročanj ni najdeno"], - "Report schedule unexpected error": [ - "Nepričakovana napaka urnika poročanja" + "Could not load database driver: {}": [ + "Ni mogoče naložiti gonilnika podatkovne baze: {}" ], - "Changing this report is forbidden": [ - "Spreminjanje tega poročila ni dovoljeno" + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], + "Country": ["Država"], + "Country Color Scheme": ["Barvna shema držav"], + "Country Column": ["Stolpec z državami"], + "Country Field Type": ["Tip polja za države"], + "Country Map": ["Zemljevid držav"], + "Create": ["Ustvari"], + "Create Chart": ["Ustvarite grafikon"], + "Create a dataset": ["Ustvarite podatkovni set"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" ], - "An error occurred while pruning logs ": [ - "Pri krajšanju dnevnikov je prišlo do napake " + "Create a new chart": ["Ustvari nov grafikon"], + "Create chart": ["Ustvari grafikon"], + "Create new chart": ["Ustvari nov grafikon"], + "Create new filter set": ["Ustvarite nov set filtrov"], + "Create or select schema...": ["Ustvarite ali izberite shemo..."], + "Created": ["Ustvarjene"], + "Created On": ["Ustvarjeno"], + "Created by": ["Ustvaril"], + "Created by me": ["Ustvarjeno z moje strani"], + "Created content": ["Ustvarjena vsebina"], + "Created on": ["Ustvarjeno"], + "Creating a data source and creating a new tab": [ + "Ustvarjanje podatkovnega vira in novega zavihka" ], - "\n Error: %(text)s\n ": [ - "\n Napaka: %(text)s\n " + "Creator": ["Avtor"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "Explore in Superset": ["Razišči v Supersetu"], - "%(name)s.csv": ["%(name)s.csv"], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Razišči v Supersetu>\n\n%(table)s\n" + "Cumulative": ["Kumulativno"], + "Currently rendered: %s": ["Trenutno izrisano: %s"], + "Custom": ["Prilagojen"], + "Custom Plugin": ["Prilagojeni vtičnik"], + "Custom Plugins": ["Prilagojeni vtičniki"], + "Custom SQL": ["Prilagojen SQL"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Ad-hoc SQL mere po meri za ta podatkovni set niso omogočene" ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nnapaka: %(text)s\n" + "Custom SQL fields cannot contain sub-queries.": [ + "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." ], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih razlogov." + "Custom time filter plugin": ["Prilagojeni vtičnik za časovni filter"], + "Customize": ["Prilagodi"], + "Customize Metrics": ["Prilagodi mere"], + "Customize columns": ["Prilagodi stolpce"], + "Cyclic dependency detected": ["Zaznana krožna odvisnost"], + "D3 Format": ["D3 zapis"], + "D3 format": ["D3 format"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "Sintaksa D3 formata: https://github.com/d3/d3-format" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "Podatkovna baza, referencirana v tej poizvedbi, ni bila najdena. Kontaktirajte administratorja za napotke ali pa poskusite znova." + "D3 time format for datetime columns": [ + "D3 oblika zapisa za časovne stolpce" ], - "The parameter %(parameters)s in your query is undefined.": [ - "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", - "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", - "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", - "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "Sintaksa D3 časovnega formata:: https://github.com/d3/d3-time-format" ], - "The query contains one or more malformed template parameters.": [ - "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "DEC": ["DEC"], + "DELETE": ["IZBRIŠI"], + "DML": ["DML"], + "Daily seasonality": [""], + "Dark Cyan": [""], + "Dark mode": ["Temni način"], + "Dashboard": ["Nadzorna plošča"], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" ], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "V poizvedbi preverite, da so vsi parametri obdani z dvojnimi oklepaji, npr. \"{{ ds }}\". Potem poskusite ponovno." + "Dashboard could not be created.": [ + "Nadzorne plošče ni mogoče ustvariti." ], - "New": ["Nov"], - "SQL Query": ["SQL poizvedba"], - "Chart": ["Grafikon"], - "Dashboard": ["Nadzorna plošča"], - "Profile": ["Profil"], - "Info": ["Informacije"], - "Logout": ["Odjava"], - "Login": ["Prijava"], - "Record Count": ["Število zapisov"], - "No records found": ["Ni zapisov"], - "Filter List": ["Seznam filtrov"], - "Search": ["Iskanje"], - "Refresh": ["Osveži"], - "Import dashboards": ["Uvozi nadzorne plošče"], - "Import Dashboard(s)": ["Uvozi nadzorne plošče"], - "File": ["Datoteka"], - "Choose File": ["Izberite datoteko"], - "Upload": ["Naloži"], - "No Access!": ["Ni dostopa!"], - "You do not have permissions to access the datasource(s): %(name)s.": [ - "Nimate dovoljenj za dostop do podatkovnih virov: %(name)s." + "Dashboard could not be deleted.": [ + "Nadzorne plošče ni mogoče izbrisati." ], - "Request Permissions": ["Zahtevaj dovoljenja"], - "Cancel": ["Prekliči"], - "Use the edit button to change this field": [ - "Za spreminjanje tega polja uporabite gumb za urejanje" + "Dashboard could not be updated.": [ + "Nadzorne plošče ni mogoče posodobiti." ], - "Test Connection": ["Preizkusi povezavo"], - "Resource was not found.": ["Vir ni bil najden."], - "[Superset] Access to the datasource %(name)s was granted": [ - "[Superset] dostop do podatkovnega vira %(name)s je odobren" + "Dashboard does not exist": ["Nadzorna plošča ne obstaja"], + "Dashboard imported": ["Nadzorna plošča uvožena"], + "Dashboard parameters are invalid.": [ + "Parametri nadzorne plošče so neveljavni." ], - "Unsupported clause type: %(clause)s": [ - "Nepodprt tip izraza: %(clause)s" + "Dashboard properties": ["Lastnosti nadzorne plošče"], + "Dashboard properties updated": [ + "Lastnosti nadzorne plošče posodobljene" ], - "Invalid metric object": ["Neveljaven objekt mere"], - "Unable to find such a holiday: [%(holiday)s]": [ - "Ni mogoče najti takšnega praznika: [%(holiday)s]" + "Dashboard scheme": ["Shema nadzorne plošče"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" ], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "percentili morajo biti tipa list ali tuple z vsaj dvema numeričnima vrednostma, pri čemer je prva manjša od druge" + "Dashboard title": ["Naziv nadzorne plošče"], + "Dashboards": ["Nadzorne plošče"], + "Dashboards could not be deleted.": [ + "Nadzornih plošč ni mogoče izbrisati." ], - "`compare_columns` must have the same length as `source_columns`.": [ - "`compare_columns` morajo imeti enako dolžino kot `source_columns`." + "Dashboards do not exist": ["Nadzorna plošča ne obstaja"], + "Data": ["Podatki"], + "Data Table": ["Tabela podatkov"], + "Data URI is not allowed.": [""], + "Data Zoom": ["Zoom funkcija"], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "Podatkov ni bilo mogoče deserializirati iz zalednega sistema rezultatov. Lahko je prišlo do spremembe oblike zapisa. Ponovno zaženite izvorno poizvedbo." ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` mora biti `difference`, `percentage` ali `ratio`" + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Podatkov ni bilo mogoče pridobiti iz zalednega sistema rezultatov. Ponovno morate zagnati izvorno poizvedbo." ], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "Stolpec \"%(column)s\" ni numeričen ali ne obstaja v rezultatu poizvedbe." + "Data has no time steps": ["Podatki nimajo časovnih korakov"], + "Data preview": ["Ogled podatkov"], + "Data refreshed": ["Podatki osveženi"], + "Data type": ["Tip podatka"], + "DataFrame include at least one series": [ + "DataFrame vsebuje vsaj eno serijo" ], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` morajo imeti enako dolžino kot `columns`." + "DataFrame must include temporal column": [ + "DataFrame mora vsebovati časovni stolpec" ], - "Invalid cumulative operator: %(operator)s": [ - "Neveljaven kumulativni operand: %(operator)s" + "Database": ["Podatkovna baza"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje stolpčnih datotek. Kontaktirajte administratorja za Superset." ], - "Invalid geohash string": ["Neveljaven niz za geohash"], - "Invalid longitude/latitude": ["Neveljavna zemljepisna dolžina/širina"], - "Invalid geodetic string": ["Neveljaven geodetski niz"], - "Pivot operation requires at least one index": [ - "Vrtilna operacija zahteva vsaj en indeks" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje CSV. Kontaktirajte administratorja za Superset." ], - "Pivot operation must include at least one aggregate": [ - "Vrtilna operacija mora vsebovati vsaj en agregat" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje Excel datotek. Kontaktirajte administratorja za Superset." ], - "`prophet` package not installed": ["Knjižnica `prophet` ni nameščena"], - "Time grain missing": ["Časovna granulacija manjka"], - "Unsupported time grain: %(time_grain)s": [ - "Nepodprta časovna granulacija: %(time_grain)s" + "Database Creation Error": ["Napaka pri ustvarjanju podatkovne baze"], + "Database URL": ["URL podatkovne baze"], + "Database connected": ["Podatkovna baza povezana"], + "Database could not be created.": [ + "Podatkovne baze ni mogoče ustvariti." ], - "Periods must be a whole number": ["Periode morajo biti celo število"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Interval zaupanja mora biti med 0 in 1 (odprt)" + "Database could not be deleted.": [ + "Podatkovne baze ni mogoče izbrisati." ], - "DataFrame must include temporal column": [ - "DataFrame mora vsebovati časovni stolpec" + "Database could not be updated.": [ + "Podatkovne baze ni mogoče posodobiti." ], - "DataFrame include at least one series": [ - "DataFrame vsebuje vsaj eno serijo" + "Database does not allow data manipulation.": [ + "Podatkovna baza ne dovoljuje manipulacije podatkov." ], - "Label already exists": ["Oznaka že obstaja"], - "Resample operation requires DatetimeIndex": [ - "Prevzorčevalna operacija zahteva indeks tipa datumčas" + "Database does not exist": ["Podatkovna baza ne obstaja"], + "Database does not support subqueries": [ + "Podatkovna baza ne podpira podpoizvedb" ], - "Resample method should in ": ["Metoda za prevzorčenje v Pandas mora "], - "Undefined window for rolling operation": [ - "Nedefinirano okno za drsečo operacijo" + "Database error": ["Napaka podatkovne baze"], + "Database is offline.": ["Podatkovna baza ni povezana."], + "Database is required for alerts": [ + "Podatkovna baza je obvezna za opozorila" ], - "Window must be > 0": ["Okno mora biti > 0"], - "Invalid rolling_type: %(type)s": ["Neveljaven rolling_type: %(type)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Neveljavne možnosti za %(rolling_type)s: %(options)s" + "Database name": ["Ime podatkovne baze"], + "Database not allowed to change": [ + "Podatkovne baze ni dovoljeno spreminjati" ], - "Referenced columns not available in DataFrame.": [ - "Referencirani stolpci niso razpoložljivi v Dataframe-u." + "Database not found.": ["Podatkovna baza ni najdena."], + "Database parameters are invalid.": [ + "Parametri podatkovne baze so neveljavni." ], - "Column referenced by aggregate is undefined: %(column)s": [ - "Stolpec referenciran z agregacijo ni definiran: %(column)s" + "Database port": ["Vrata podatkovne baze"], + "Database settings updated": ["Nastavitve podatkovne baze posodobljene"], + "Databases": ["Podatkovne baze"], + "Dataframe Index": ["Indeks dataframe-a"], + "Dataset": ["Podatkovni set"], + "Dataset %(name)s already exists": ["Podatkovni set %(name)s že obstaja"], + "Dataset column delete failed.": [ + "Brisanje stolpca podatkovnega seta neuspešno." ], - "Operator undefined for aggregator: %(name)s": [ - "Operand ni definiran za agregatorja: %(name)s" + "Dataset column not found.": ["Stolpec podatkovnega seta ni najden."], + "Dataset could not be created.": [ + "Podatkovnega niza ni mogoče ustvariti." ], - "Invalid numpy function: %(operator)s": [ - "Neveljavna numpy funkcija: %(operator)s" + "Dataset could not be deleted.": [ + "Podatkovnega niza ni mogoče izbrisati." ], - "User": ["Uporabnik"], - "User Roles": ["Vloge uporabnikov"], - "Database URL": ["URL podatkovne baze"], - "Datasource": ["Podatkovni vir"], - "Roles to grant": ["Vloge za dovoljevanje"], - "Created On": ["Ustvarjeno"], - "annotation start time or end time is required.": [ - "začetni in končni čas oznake je obvezen." + "Dataset could not be updated.": [ + "Podatkovnega niza ni mogoče posodobiti." ], - "Annotation end time must be no earlier than start time.": [ - "Končni čas oznake ne sem biti pred začetnim." + "Dataset does not exist": ["Podatkovni set ne obstaja"], + "Dataset imported": ["Podatkovni set uvožen"], + "Dataset is required": ["Zahtevan je podatkovni set"], + "Dataset metric delete failed.": [ + "Brisanje mere podatkovnega seta ni uspelo." ], - "Annotations": ["Oznake"], - "Show Annotation": ["Prikaži oznako"], - "Add Annotation": ["Dodaj oznako"], - "Edit Annotation": ["Uredi oznako"], - "Layer": ["Sloj"], - "Label": ["Naziv"], - "Start": ["Začetek"], - "End": ["Konec"], - "JSON Metadata": ["JSON metapodatki"], - "Show Annotation Layer": ["Prikaži sloj z oznakami"], - "Add Annotation Layer": ["Dodaj sloj z oznakami"], - "Edit Annotation Layer": ["Uredi sloj z oznakami"], - "Name": ["Ime"], - "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ - "Tabela [%{table}s] ni najdena. Preverite povezavo, shemo in ime tabele v podatkovni bazi. Napaka: {}" + "Dataset metric not found.": ["Mer podatkovnega seta ni najdena."], + "Dataset name": ["Ime podatkovnega seta"], + "Dataset parameters are invalid.": [ + "Parametri podatkovnega seta so neveljavni." ], - "json isn't valid": ["json ni veljaven"], - "Export to YAML": ["Izvozi v YAML"], - "Export to YAML?": ["Izvozim v YAML?"], - "Delete": ["Izbriši"], - "Delete all Really?": ["Ali resnično vse izbrišem?"], - "Is favorite": ["Je priljubljen"], - "The data source seems to have been deleted": [ - "Zdi se, da je bil podatkovni vir izbrisan" + "Dataset schema is invalid, caused by: %(error)s": [""], + "Dataset(s) could not be bulk deleted.": [ + "Podatkovnih nizov ni mogoče množično izbrisati." ], - "The user seems to have been deleted": [ - "Zdi se, da je bil uporabnik izbrisan" + "Datasets": ["Podatkovni seti"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" ], - "Access was requested": ["Zahtevan je bil dostop"], - "The access requests seem to have been deleted": [ - "Zdi se, da je bila zahteva za dostop izbrisana" + "Datasets do not contain a temporal column": [ + "Podatkovni seti ne vsebujejo časovnega stolpca" ], - "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ - "Uporabniku %(user)s je bila dodeljena vloga %(role)s, ki omogoča dostop do %(datasource)s" + "Datasource": ["Podatkovni vir"], + "Datasource & Chart Type": ["Tip podatkovnega vira in grafikona"], + "Datasource does not exist": ["Podatkovni vir ne obstaja"], + "Datasource type is invalid": ["Neveljaven tip podatkovnega vira"], + "Datasource type is required when datasource_id is given": [ + "Ko se podaja datasource_id, je potreben tip podatkovnega vira" ], - "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ - "Vloga %(r)s je bila razširjena za zagotovitev dostopa do podatkovnega vira %(ds)s" + "Date Time Format": ["Oblika zapisa Datum-Časa"], + "Date filter": ["Filter po datumu"], + "Date format": ["Oblika zapisa datuma"], + "Date/Time": ["Datum/Čas"], + "Datetime Format": ["Oblika zapisa datuma,časa"], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Stolpec datum-čas ni podan kot del tabele, čeprav mora biti za ta tip grafikona" ], - "You have no permission to approve this request": [ - "Nimate dovoljenja za odobritev te zahteve" + "Datetime format": ["Oblika datum-časa"], + "Day": ["Dan"], + "Day (freq=D)": [""], + "Days %s": ["Dnevi %s"], + "Db engine did not return all queried columns": [ + "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" ], - "You don't have the rights to ": ["Nimate pravic za "], - "download as csv": ["prenos kot csv"], - "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ - "Nadzorne plošče ni mogoče uvoziti: %(db_error)s.\nPred uvozom poskrbite za ustvarjenje podatkovne baze." + "Deactivate": ["Deaktiviraj"], + "December": ["December"], + "Decides which column to sort the base axis by.": [""], + "Decimal Character": ["Decimalno ločilo"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D mreža"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], + "Deck.gl - Arc": ["Deck.gl - Arc"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Multiple Layers": ["Deck.gl - Večplastni"], + "Deck.gl - Paths": ["Deck.gl - Poti"], + "Deck.gl - Polygon": ["Deck.gl - Poligon"], + "Deck.gl - Scatter plot": ["Deck.gl - Raztreseni graf"], + "Deck.gl - Screen Grid": ["Deck.gl - Mreža"], + "Default": ["Privzeto"], + "Default Endpoint": ["Privzeta končna točka"], + "Default URL": ["Privzeti URL"], + "Default URL to redirect to when accessing from the dataset list page": [ + "Privzeti URL za preusmeritev, ko dostopate iz strani s seznamom podatkovnih setov" ], - "An unknown error occurred. Please contact your Superset administrator": [ - "Zgodila se je neznana napaka. Kontaktirajte svojega administratorja za Superset" + "Default Value": ["Privzeta vrednost"], + "Default datetime": ["Privzet datumčas"], + "Default latitude": ["Privzeta širina"], + "Default longitude": ["Privzeta dolžina"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Privzeta min. širina stolpca v pikslih. Dejanska širina bo lahko večja, če drugi stolpci ne potrebujejo veliko prostora" ], - "Error: permalink state not found": [ - "Napaka: stanje povezave ni najdeno" + "Default value is required": ["Zahtevana je privzeta vrednost"], + "Default value must be set when \"Filter has default value\" is checked": [ + "Privzeta vrednost mora biti določena, če je izbrano \"Filter ima privzeto vrednost\"" ], - "Error: %(msg)s": ["Napaka: %(msg)s"], - "Form data not found in cache, reverting to chart metadata.": [ - "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki grafikona." + "Default value must be set when \"Filter value is required\" is checked": [ + "Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra obvezna\"" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki podatkovnega seta." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "Privzeta vrednost je samodejno izbrana, če je izbrano \"Prvi element je izbran kot privzet\"" ], - "[Missing Dataset]": ["[Manjka podatkovni set]"], - "alter this ": ["spreminjanje tega "], - "chart": ["grafikona"], - "create a ": ["ustvarite "], - "Explore - %(table)s": ["Razišči - %(table)s"], - "Explore": ["Raziskovanje"], - "Chart [{}] has been saved": ["Grafikon [{}] je bil shranjen"], - "Chart [{}] has been overwritten": ["Grafikon [{}] je bil prepisan"], - "dashboard": ["nadzorna plošča"], - "Chart [{}] was added to dashboard [{}]": [ - "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" + "Define a function that receives the input and outputs the content for a tooltip": [ + "Določite funkcijo, ki sprejme vhodne podatke in vrne vsebino opisa orodja" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" + "Define a function that returns a URL to navigate to when user clicks": [ + "Določite funkcijo, ki vrne URL za navigacijo, ko uporabnik klikne" ], - "This dashboard was changed recently. Please reload dashboard to get latest version.": [ - "Nadzorna plošča je bila pred kratkim spremenjena. Ponovno jo naložite, da dobite zadnjo verzijo." + "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.": [ + "Določite Javascript funkcijo, ki sprejme podatkovni niz za vizualizacijo in vrne spremenjeno verzijo tega niza. Lahko se uporabi za spreminjanje lastnosti podatkov, filtra ali obogatitve niza." ], - "Could not load database driver: %(driver_name)s": [ - "Gonilnika podatkovne baze ni mogoče naložiti: %(driver_name)s" + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Določi funkcijo drsečega okna. Dela skupaj s tekstovnim okvirjem [Obdobja]" ], - "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ - "Neveljaven niz povezave, veljaven niz običajno sledi:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" + "Defines how each series is broken down": [ + "Določa, kako se vsaka podatkovna serija razčleni" ], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Deformirana zahteva. Pričakovani so argumenti slice_id ali table_name in db_name" + "Defines the grid size in pixels": ["Določa velikost mreže v pikslih"], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno barvo in ima lahko prikazano legendo" ], - "Chart %(id)s not found": ["Grafikon %(id)s ni najden"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Tabela %(table)s ni bila najdena v podatkovni bazi %(db)s" + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Določi velikost funkcije drsečega okna, glede na izbrano granulacijo časa" ], - "permalink state not found": ["stanje povezave ni najdeno"], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ - "Eno ali več zahtevanih polj manjka v zahtevi. Poskusite znova, če težava ostane, kontaktirajte administratorja." + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Določa, če se na začetku, na sredini ali na koncu pojavi stopnica med dvema točkama" ], - "The database was not found.": ["Podatkovna baza ni bila najdena."], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "Podatkov ni bilo mogoče pridobiti iz zalednega sistema rezultatov. Ponovno morate zagnati izvorno poizvedbo." + "Delete": ["Izbriši"], + "Delete %s?": ["Izbrišem %s?"], + "Delete Annotation?": ["Izbrišem oznako?"], + "Delete Database?": ["Izbrišem podatkovno bazo?"], + "Delete Dataset?": ["Izbrišem podatkovni set?"], + "Delete Layer?": ["Izbrišem sloj?"], + "Delete Query?": ["Izbrišem poizvedbo?"], + "Delete Report?": ["Izbrišem poročilo?"], + "Delete Template?": ["Izbrišem predlogo?"], + "Delete all Really?": ["Ali resnično vse izbrišem?"], + "Delete annotation": ["Izbriši oznako"], + "Delete dashboard tab?": ["Ali izbrišem zavihek nadzorne plošče?"], + "Delete database": ["Izbriši podatkovno bazo"], + "Delete email report": ["Izbriši e-poštno poročilo"], + "Delete query": ["Izbriši poizvedbo"], + "Delete template": ["Izbriši predlogo"], + "Delete this container and save to remove this message.": [ + "Izbrišite ta okvir in shranite za odpravo tega sporočila." ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "Poizvedbe, povezane s temi rezultati, ni bilo mogoče najti. Ponovno morate zagnati izvorno poizvedbo." + "Deleted %(num)d annotation": [ + "Izbrisana je %(num)d oznaka", + "Izbrisani sta %(num)d oznaki", + "Izbrisane so %(num)d oznake", + "Izbrisanih je %(num)d oznak" ], - "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ - "Nimate dovoljenja za ogled te poizvedbe. Če menite, da je to napaka, kontaktirajte administratorja." + "Deleted %(num)d annotation layer": [ + "Izbrisan je %(num)d sloj z oznakami", + "Izbrisana sta %(num)d sloja z oznakami", + "Izbrisanih so %(num)d sloji z oznakami", + "Izbrisanih je %(num)d slojev z oznakami" ], - "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ - "Podatkov ni bilo mogoče deserializirati iz zalednega sistema rezultatov. Lahko je prišlo do spremembe oblike zapisa. Ponovno zaženite izvorno poizvedbo." + "Deleted %(num)d chart": [ + "Izbrisan je %(num)d grafikon", + "Izbrisana sta %(num)d grafikona", + "Izbrisani so %(num)d grafikoni", + "Izbrisanih je %(num)d grafikonov" ], - "The provided `rows` argument is not a valid integer.": [ - "Podani argument `rows` ni veljavno celo število." + "Deleted %(num)d css template": [ + "Izbrisana %(num)d css predloga", + "Izbrisani %(num)d css predlogi", + "Izbrisane %(num)d css predloge", + "Izbrisanih %(num)d css predlog" ], - "%(user)s's profile": ["Profil uporabnika: %(user)s"], - "Show CSS Template": ["Prikaži CSS predlogo"], - "Add CSS Template": ["Dodaj CSS predlogo"], - "Edit CSS Template": ["Uredi CSS predlogo"], - "Template Name": ["Ime predloge"], - "A human-friendly name": ["Človeku prijazno ime"], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Uporablja se za interno identifikacijo vtičnika. Naj bo nastavljeno na ime paketa v vtičnikovem package.json" + "Deleted %(num)d dashboard": [ + "Izbrisana je %(num)d nadzorna plošča", + "Izbrisani sta %(num)d nadzorni plošči", + "Izbrisane so %(num)d nadzorne plošče", + "Izbrisanih je %(num)d nadzornih plošč" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Celoten URL, ki kaže na lokacijo zgrajenega vtičnika (lahko gostuje npr. na CDN)" + "Deleted %(num)d dataset": [ + "Izbrisan %(num)d podatkovni set", + "Izbrisana %(num)d podatkovna niza", + "Izbrisani %(num)d podatkovni nizi", + "Izbrisanih %(num)d podatkovnih nizov" ], - "Custom Plugins": ["Prilagojeni vtičniki"], - "Custom Plugin": ["Prilagojeni vtičnik"], - "Add a Plugin": ["Dodaj vtičnik"], - "Edit Plugin": ["Uredi vtičnik"], - "List Saved Query": ["Seznam shranjenih poizvedb"], - "Show Saved Query": ["Prikaži shranjeno poizvedbo"], - "Add Saved Query": ["Dodaj shranjeno poizvedbo"], - "Edit Saved Query": ["Uredi shranjeno poizvedbo"], - "End Time": ["Končni čas"], - "Pop Tab Link": ["Prikaži povezavo zavihka"], - "Changed on": ["Spremenjen"], - "The dataset associated with this chart no longer exists": [ - "Podatkovni set, povezan s tem grafikonom, ne obstaja več" + "Deleted %(num)d report schedule": [ + "Izbrisan %(num)d urnik poročanja", + "Izbrisana %(num)d urnika poročanja", + "Izbrisani %(num)d urniki poročanja", + "Izbrisanih %(num)d urnikov poročanja" ], - "Could not determine datasource type": [ - "Ni mogoče določiti tipa podatkovnega vira" + "Deleted %(num)d saved query": [ + "Izbrisana %(num)d shranjena poizvedba", + "Izbrisani %(num)d shranjeni poizvedbi", + "Izbrisane %(num)d shranjene poizvedbe", + "Izbrisanih %(num)d shranjenih poizvedb" ], - "Could not find viz object": [ - "Ni mogoče najti vizualizacijskega objekta" + "Deleted: %s": ["Izbrisano: %s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" ], - "Show Chart": ["Prikaži grafikon"], - "Add Chart": ["Dodaj grafikon"], - "Edit Chart": ["Uredi grafikon"], - "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.": [ - "Ti parametri se ustvarijo dinamično s klikom gumba Shrani ali Prepiši v raziskovalnem pogledu. Ta JSON objekt je prikazan kot vzorec za napredne uporabnike, ki želijo spreminjati posamezne parametre." + "Delimited long & lat single column": [ + "En stolpec z ločenima zemljepisno dolžino in širino" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, je uporabljena vrednost za podatkovni vir/tabelo." + "Delimiter": ["Ločilnik"], + "Delivery method": ["Način dostave"], + "Demographics": ["Demografija"], + "Density": ["Gostota"], + "Dependent on": ["Odvisen od"], + "Deprecated": ["Zastarelo"], + "Description": ["Opis"], + "Description (this can be seen in the list)": [ + "Opis (lahko je viden na seznamu)" ], - "Last Modified": ["Zadnja sprememba"], - "Parameters": ["Parametri"], - "Visualization Type": ["Tip vizualizacije"], - "Show Dashboard": ["Prikaži nadzorno ploščo"], - "Add Dashboard": ["Dodaj nadzorno ploščo"], - "Edit Dashboard": ["Uredi nadzorno ploščo"], - "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": [ - "Ta JSON objekt opisuje postavitev pripomočkov na nadzorni plošči. Ustvari se dinamično, ko prilagajamo velikost in postavitev pripomočkov z uporabo povleci&spusti v pogledu nadzorne plošče" + "Description Columns": ["Stolpci z opisi"], + "Description text that shows up below your Big Number": [ + "Besedilo, ki se prikaže pod veliko številko" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "CSS za posamezne nadzorne plošče lahko spreminjamo tukaj ali pa v pogledu nadzorne plošče, kjer so spremembe vidne takoj" + "Deselect all": ["Počisti izbor"], + "Details of the certification": ["Podrobnosti certifikacije"], + "Determines how whiskers and outliers are calculated.": [ + "Določa kako so izračunani kvantili in izstopajoče vrednosti." ], - "To get a readable URL for your dashboard": [ - "Za pridobitev berljivega URL-ja za nadzorno ploščo" + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Določa ali je nadzorna plošča vidna na seznamu vseh nadzornih plošč" ], - "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.": [ - "Ta JSON objekt se ustvari dinamično s klikom gumba Shrani ali Prepiši v pogledu nadzorne plošče. Tukaj je prikazan kot vzorec za napredne uporabnike, ki želijo spreminjati posamezne parametre." + "Diamond": ["Karo"], + "Did you mean:": ["Ste mislili:"], + "Difference": ["Razlika"], + "Dimension": ["Dimenzija"], + "Dimension to use on x-axis.": ["Dimenzija z x-os."], + "Dimensions": ["Dimenzije"], + "Directed Force Layout": ["Izgled usmerjene sile"], + "Directional": ["Usmerjeni"], + "Disable SQL Lab data preview queries": [ + "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" ], - "Owners is a list of users who can alter the dashboard.": [ - "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Izključite predogled podatkov pri pridobivanju metapodatkov v SQL laboratoriju. S tem se zmanjša obremenitev brskalnika pri podatkovnih bazah z zelo širokimi tabelami." ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ - "\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev vloge za dostop do nadzorne plošče bo obšlo preverjanje na nivoju podatkovnega seta. Če vloga ni definirana, bo nadzorna plošča dostopna vsem vlogam." + "Disable embedding?": ["Onemogočite vgrajevanje?"], + "Disabled": ["Onemogočeno"], + "Discard": ["Zavrzi"], + "Discrete": ["Diskretno"], + "Display Name": ["Ime za prikaz"], + "Display column level total": ["Prikaži vsote na nivoju stolpcev"], + "Display configuration": ["Prikaži nastavitve"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "Prikazuj mere eno ob drugi ob vsakem stolpcu, drugače je vsak stolpec prikazan en ob drugem za vsako mero." ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Določa ali je nadzorna plošča vidna na seznamu vseh nadzornih plošč" + "Display row level total": ["Prikaži vsote na nivoju vrstic"], + "Display settings": ["Nastavitve prikaza"], + "Display total row/column": ["Pokaži vsote vrstic/stolpcev"], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "Prikaže povezave med entitetami v strukturi grafa. Uporabno za prikaz razmerij in pomembnih točk v omrežju. Grafikon je lahko krožnega tipa ali z usmerjenimi silami. Če imajo podatki geoprostorsko komponento, poskusite grafikon decl.gl - Arc." ], - "Title": ["Naslov"], - "Slug": ["Slug"], - "Published": ["Objavljeno"], - "Position JSON": ["JSON za postavitev"], - "CSS": ["CSS"], - "Export": ["Izvoz"], - "Export dashboards?": ["Izvozim nadzorne plošče?"], - "Name of table to be created from csv data.": [ - "Ime tabele, ki bo ustvarjena iz CSV podatkov." + "Distribute across": ["Porazdeli glede na"], + "Distribution": ["Porazdelitev"], + "Distribution - Bar Chart": ["Porazdelitev - Stolpčni grafikon"], + "Divider": ["Ločilnik"], + "Do you want a donut or a pie?": ["Želite kolobar ali torto?"], + "Documentation": ["Dokumentacija"], + "Domain": ["Domena"], + "Donut": ["Kolobar"], + "Download": ["Prenos"], + "Download as image": ["Izvozi kot sliko"], + "Download to CSV": ["Izvozi kot CSV"], + "Draft": ["Osnutek"], + "Drag and drop components and charts to the dashboard": [ + "Povlecite in spustite elemente in grafikone na nadzorno ploščo" ], - "Table name cannot contain a schema": [ - "Ime tabele ne sme vsebovati sheme" + "Drag and drop components to this tab": [ + "Povlecite in spustite elemente na zavihek" ], - "CSV File": ["CSV datoteka"], - "Select a CSV file to be uploaded to a database.": [ - "Izberite CSV datoteko, ki bo naložena v podatkovno bazo." + "Draw a marker on data points. Only applicable for line types.": [ + "Nariši markerje na točke grafikona. Samo za črtne grafikone." ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Dovoljene so le naslednje končnice: %(allowed_extensions)s" + "Draw area under curves. Only applicable for line types.": [ + "Izriši površino pod krivuljo. Samo za črtne grafikone." ], - "Specify a schema (if database flavor supports this).": [ - "Podajte shemo (če vrsta podatkovne baze to podpira)" + "Draw line from Pie to label when labels outside?": [ + "Ali želite črto do oznake, ko so le-te zunaj?" ], - "Delimiter": ["Ločilnik"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "Ločilnik, uporabljen v CSV datoteki (za presledek uporabi \\s+)." + "Draw split lines for minor axis ticks": [ + "Izriši ločilne črte za pomožne oznake osi" ], - "Table Exists": ["Tabela obstaja"], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Če tabela obstaja, naredite nekaj od sledečega: Prekini (ne naredi nič), Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." + "Draw split lines for minor y-axis ticks": [ + "Izriši ločilne črte za pomožne oznake y-osi" ], - "Fail": ["Prekini"], - "Replace": ["Zamenjaj"], - "Append": ["Dodaj"], - "Header Row": ["Naslovna vrstica"], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "Vrstica z naslovi, ki se uporabi za imena stolpcev (0 je prva vrstica podatkov). Pustite prazno, če ni naslovne vrstice." + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": ["Vrtaj v podrobnosti"], + "Drill to detail by value is not yet supported for this chart type.": [ + "" ], - "Index Column": ["Indeksni stolpec"], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Stolpec, ki se uporabi za naslove vrstic v dataframe-u. Pustite prazno, če ni indeksnega stolpca." + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" ], - "Mangle Duplicate Columns": ["Odstrani podvojene stolpce"], - "Specify duplicate columns as \"X.0, X.1\".": [ - "Določite podvojene stolpce kot \"X.0, X.1\"." - ], - "Use Columns": ["Uporabi stolpce"], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "JSON seznam imen stolpcev, ki morajo biti prebrani. Če ni prazen, bodo iz datoteke prebrani le ti stolpci." - ], - "Skip Initial Space": ["Izpusti začetni presledek"], - "Skip spaces after delimiter.": ["Izpusti presledek za ločilnikom."], - "Skip Rows": ["Izpusti vrstice"], - "Number of rows to skip at start of file.": [ - "Število vrstic, ki se izpustijo na začetku datoteke." + "Drop columns here": ["Spustite stolpce sem"], + "Drop columns or metrics here": ["Spustite stolpce ali mere sem"], + "Drop columns/metrics here or click": [ + "Spustite stolpce/mere sem ali kliknite" ], - "Rows to Read": ["Vrstice za branje"], - "Number of rows of file to read.": [ - "Število vrstic v datoteki za branje." + "Drop temporal column here": ["Spustite časovni stolpec sem"], + "Dual Line Chart": ["Grafikon z dvojno krivuljo"], + "Duplicate column name(s): %(columns)s": [ + "Podvojena imena stolpcev: %(columns)s" ], - "Skip Blank Lines": ["Izpusti prazne vrstice"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "Raje izpusti prazne vrstice, kot pa da so prepoznane kot NaN vrednosti." + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Podvojene oznake stolpcev/mer: %(labels)s. Poskrbite, da bodo imeli stolpci in mere unikatne oznake." ], - "Parse Dates": ["Prepoznaj datume"], - "A comma separated list of columns that should be parsed as dates.": [ - "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." + "Duplicate tab": ["Podvoji zavihek"], + "Duration": ["Trajanje"], + "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima globalno nastavitev." ], - "Infer Datetime Format": ["Prepoznaj obliko datuma/časa"], - "Use Pandas to interpret the datetime format automatically.": [ - "Uporabi Pandas za samodejno prepoznavo oblike datumov/časov." + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, je uporabljena vrednost za podatkovni vir/tabelo." ], - "Decimal Character": ["Decimalno ločilo"], - "Character to interpret as decimal point.": [ - "Znak, ki bo prepoznan kot decimalno ločilo." + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "Trajanje (v sekundah) predpomnjenja za to tabelo. Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima nastavitev trajanja za podatkovno bazo." ], - "Dataframe Index": ["Indeks dataframe-a"], - "Write dataframe index as a column.": [ - "Zapiši indeks dataframe-a kot stolpec." + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Trajanje (v sekundah) predpomnilnika metapodatkov za sheme v tej podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče." ], - "Column Label(s)": ["Naslovi stolpcev"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi Dataframe-a obstajajo, se uporabijo imena indeksov." + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Trajanje (v sekundah) predpomnilnika metapodatkov za tabele v tej podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče. " ], - "Null values": ["Prazne (Null) vrednosti"], - "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ - "JSON seznam vrednosti, ki naj bodo obravnavane kot prazne (Null). Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen znakovni niz." + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" ], - "Name of table to be created from excel data.": [ - "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." + "Duration in ms (66000 => 1m 6s)": ["Trajanje v ms (66000 => 1m 6s)"], + "Duration: %s": ["Trajanje: %s"], + "Dynamic Aggregation Function": ["Dinamična agregacijska funkcija"], + "Dynamically search all filter values": [ + "Dinamično poišče vse možnosti filtra" ], - "Excel File": ["Excel-ova datoteka"], - "Select a Excel file to be uploaded to a database.": [ - "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." + "ECharts": ["ECharts"], + "END (EXCLUSIVE)": ["KONEC (NI VKLJUČEN)"], + "ERROR: %s": ["NAPAKA: %s"], + "Edge length": ["Dolžina povezave"], + "Edge length between nodes": ["Dolžina povezave med vozlišči"], + "Edge symbols": ["Simboli povezav"], + "Edge width": ["Debelina povezave"], + "Edit": ["Urejanje"], + "Edit Alert": ["Uredi opozorilo"], + "Edit CSS": ["Uredi CSS"], + "Edit CSS Template": ["Uredi CSS predlogo"], + "Edit CSS template properties": ["Uredi lastnosti CSS predloge"], + "Edit Chart": ["Uredi grafikon"], + "Edit Column": ["Uredi stolpec"], + "Edit Dashboard": ["Uredi nadzorno ploščo"], + "Edit Database": ["Uredi podatkovno bazo"], + "Edit Dataset ": ["Uredi podatkovni set "], + "Edit Log": ["Uredi dnevnik"], + "Edit Metric": ["Uredi mero"], + "Edit Plugin": ["Uredi vtičnik"], + "Edit Report": ["Uredi poročilo"], + "Edit Row level security filter": [ + "Uredi filter za varnost na nivoju vrstic" ], - "Sheet Name": ["Ime zvezka"], - "Strings used for sheet names (default is the first sheet).": [ - "Znakovni nizi uporabljeni za imena preglednic (privzeto je prva preglednica)." + "Edit Saved Query": ["Uredi shranjeno poizvedbo"], + "Edit Table": ["Uredi tabelo"], + "Edit annotation": ["Uredi oznako"], + "Edit annotation layer": ["Uredi sloj z oznakami"], + "Edit annotation layer properties": ["Uredi lastnosti sloja z oznakami"], + "Edit chart": ["Uredi grafikon"], + "Edit chart properties": ["Uredi lastnosti grafikona"], + "Edit dashboard": ["Uredi nadzorno ploščo"], + "Edit database": ["Uredi podatkovno bazo"], + "Edit dataset": ["Uredi podatkovni set"], + "Edit email report": ["Uredi e-poštno poročilo"], + "Edit formatter": ["Uredi oblikovanje"], + "Edit properties": ["Uredi lastnosti"], + "Edit query": ["Uredi poizvedbo"], + "Edit template": ["Uredi predlogo"], + "Edit template parameters": ["Uredi parametre predloge"], + "Edit the dashboard": ["Uredi nadzorno ploščo"], + "Edit time range": ["Uredi časovno obdobje"], + "Edited": ["Urejane"], + "Editing 1 filter:": ["Urejanje enega filtra:"], + "Editing filter set:": ["Urejanje seta filtrov:"], + "Either the database is spelled incorrectly or does not exist.": [ + "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." ], - "Name of table to be created from columnar data.": [ - "Ime tabele, ki bo ustvarjena iz podatkov v stolpcih." + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Uporabniško ime \"%(username)s\" ali geslo sta napačna." ], - "Columnar File": ["Stoplčna datoteka"], - "Select a Columnar file to be uploaded to a database.": [ - "Izberite stolpčno datoteko, ki bo naložena v podatkovno bazo." + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Uporabniško ime \"%(username)s\", geslo ali ime podatkovne baze \"%(database)s\" so napačni." ], - "Show Database": ["Prikaži podatkovno bazo"], - "Add Database": ["Dodaj podatkovno bazo"], - "Edit Database": ["Uredi podatkovno bazo"], - "Expose this DB in SQL Lab": [ - "Uporabi to podatkovno bazo v SQL laboratoriju" + "Either the username or the password is wrong.": [ + "Uporabniško ime ali/in geslo sta napačna." ], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe zaženejo na oddaljenih »delavcih« in ne na samem spletnem strežniku. S tem je predpostavljeno, da imate nastavljenega »delavca« za Celery in zaledni sistem za rezultate. Več informacij je v navodilih za namestitev." + "Elevation": ["Višina"], + "Email reports active": ["E-poštna poročila aktivna"], + "Embed": ["Vgradi"], + "Embed code": ["Vgradi kodo"], + "Embed dashboard": ["Vgradi nadzorno ploščo"], + "Embedding deactivated.": ["Vgrajevanje deaktivirano."], + "Emit Filter Events": ["Oddajaj dogodke filtrov"], + "Emphasis": ["Poudari"], + "Employment and education": ["Zaposlitev in izobrazba"], + "Empty circle": ["Prazen krog"], + "Empty collection": ["Prazen izbor"], + "Empty query result": ["Rezultat prazne poizvedbe"], + "Empty query?": ["Prazna poizvedba?"], + "Empty row": [""], + "Enable Filter Select": ["Omogoči izbiro filtra"], + "Enable data zooming controls": [ + "Omogoči kontrolnik za povečavo podatkov" ], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" + "Enable embedding": ["Omogoči vgrajevanje"], + "Enable forecast": ["Omogoči napoved"], + "Enable forecasting": ["Omogoči napovedovanje"], + "Enable graph roaming": ["Omogoči preoblikovanje grafikona"], + "Enable node dragging": ["Omogoči premikanje vozlišč"], + "Enable query cost estimation": [ + "Omogoči ocenjevanje potratnosti poizvedbe" ], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" + "Enable server side pagination of results (experimental feature)": [ + "Omogoči številčenje strani rezultatov na strani strežnika (preizkusna funkcija)" ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Dovoli uporabnikom poganjanje ne-SELECT stavkov (UPDATE, DELETE, CREATE, ...) v SQL laboratoriju" + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Prišlo je do neveljavnega NULL prostorskega vnosa, poskusite ga izločiti s filtrom" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "Z dovolitvijo opcije CREATE TABLE AS v SQL laboratoriju se tabele ustvarjajo s to shemo" + "End": ["Konec"], + "End Longitude & Latitude": ["Končna Dolž. in Širina"], + "End Time": ["Končni čas"], + "End angle": ["Končni kot"], + "End date excluded from time range": [ + "Končni datum ni vključen v časovno obdobje" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "V primeru Presto se vse poizvedbe v SQL laboratoriju zaženejo pod trenutno prijavljenim uporabnikom, ki mora imeti pravice za poganjanje.
Če je omogočen Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim računom, vendar je trenutno prijavljen uporabnik predstavljen z lastnostjo hive.server2.proxy.user." + "End date must be after start date": [ + "Končni datum mora biti za začetnim" ], - "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.": [ - "Dovoli SQL laboratoriju, da pridobi seznam vseh tabel in pogledov iz vseh shem podatkovne baze. Pri velikih podatkovnih skladiščih s tisoči tabel je to lahko potratno in obremeni sistem." + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." ], - "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima globalno nastavitev." + "Engine Parameters": ["Parametri podatkovne baze"], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Specifikacija baze \"InvalidEngine\" ne podpira konfiguracije s posameznimi parametri." ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v Dodatno." + "Enter CA_BUNDLE": ["Vnesite CA_BUNDLE"], + "Enter a name for this sheet": ["Vnesite ime te preglednice"], + "Enter a new title for the tab": ["Vnesite novo naslov zavihka"], + "Enter duration in seconds": ["Vnesite trajanje v sekundah"], + "Enter fullscreen": ["Vklopi celozaslonski način"], + "Enter the required %(dbModelName)s credentials": [""], + "Entity": ["Entiteta"], + "Entity ID": ["ID entitete"], + "Equal Date Sizes": ["Enaki datumi"], + "Equal to (=)": [""], + "Error": ["Napaka"], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Napaka v jinja izrazu HAVING stavka: %(msg)s" ], - "Expose in SQL Lab": ["Uporabi v SQL laboratoriju"], - "Allow CREATE TABLE AS": ["Dovoli CREATE TABLE AS"], - "Allow CREATE VIEW AS": ["Dovoli CREATE VIEW AS"], - "Allow DML": ["Dovoli DML"], - "CTAS Schema": ["CTAS shema"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "Chart Cache Timeout": ["Trajanje predpomnilnika grafikona"], - "Secure Extra": ["Dodatna varnost"], - "Root certificate": ["Korenski certifikat"], - "Async Execution": ["Asinhrono izvajanje"], - "Impersonate the logged on user": [ - "Predstavljaj se kot prijavljeni uporabnik" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Napaka v jinja izrazu RLS filtrov: %(msg)s" ], - "Allow Csv Upload": ["Dovoli nalaganje CSV"], - "Allow Multi Schema Metadata Fetch": [ - "Dovoli pridobivanje metapodatkov z več shemami" + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Napaka v jinja izrazu WHERE stavka: %(msg)s" ], - "Backend": ["Vrsta"], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ - "Neveljaven niz povezave. Veljaven niz običajno sledi zapisu:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Primer:'postgresql://user:password@your-postgres-db/database'

" + "Error loading chart datasources. Filters may not work correctly.": [ + "Napaka pri nalaganju podatkovnih virov grafikona. Filtri lahko ne delujejo pravilno." ], - "CSV to Database configuration": [ - "Nastavitve pretvorbe CSV v podatkovno bazo" + "Error message": ["Sporočilo napake"], + "Error while fetching charts": ["Napaka pri pridobivanju grafikonov"], + "Error while fetching data: %s": ["Napaka pri pridobivanju podatkov: %s"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Napaka pri izvajanju poizvedbe virtualnega podatkovnega seta: %(msg)s" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje CSV. Kontaktirajte administratorja za Superset." + "Error: %(msg)s": ["Napaka: %(msg)s"], + "Error: permalink state not found": [ + "Napaka: stanje povezave ni najdeno" ], - "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "CSV datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" + "Estimate cost": ["Oceni potratnost"], + "Estimate selected query cost": ["Oceni potratnost izbrane poizvedbe"], + "Estimate the cost before running a query": [ + "Oceni potratnost pred zagonom poizvedbe" ], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "CSV datoteka \"%(csv_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" + "Event Flow": ["Potek dogodkov"], + "Event Names": ["Imena dogodkov"], + "Event definition": ["Definicija dogodka"], + "Event flow": ["Potek dogodkov"], + "Event time column": ["Stolpec časa dogodka"], + "Every": ["Vsak"], + "Evolution": ["Evolucija"], + "Exact": ["Natančno"], + "Example": ["Primer"], + "Examples": ["Vzorci"], + "Excel File": ["Excel-ova datoteka"], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Excel datoteka \"%(excel_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" ], "Excel to Database configuration": [ "Nastavitve pretvorbe Excel v Podatkovno bazo" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje Excel datotek. Kontaktirajte administratorja za Superset." - ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Excel datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" - ], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel datoteka \"%(excel_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" + "Exclude selected values": ["Izloči izbrane vrednosti"], + "Executed SQL": ["Izvedena poizvedba"], + "Executed query": ["Zagnana poizvedba"], + "Execution ID": ["ID izvedbe"], + "Execution log": ["Dnevnik izvajanja"], + "Exit fullscreen": ["Izhod iz celozaslonskega načina"], + "Expand": ["Razširi"], + "Expand all": ["Razširi vse"], + "Expand data panel": ["Razširi podatkovni panel"], + "Expand table preview": ["Odpri predogled tabele"], + "Expand tool bar": ["Razširi orodno vrstico"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "Columnar to Database configuration": [ - "Nastavitve pretvorbe Stolpci v Podatkovno bazo" + "Experimental": ["Eksperimentalno"], + "Explore": ["Raziskovanje"], + "Explore - %(table)s": ["Razišči - %(table)s"], + "Explore the result set in the data exploration view": [ + "Raziščite rezultate v pogledu raziskovanja podatkov" ], - "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ - "Za nalaganje stolpčnih datotek niso dovoljene različne končnice. Poskrbite, da imajo vse datoteke enake končnice." + "Export": ["Izvoz"], + "Export dashboards?": ["Izvozim nadzorne plošče?"], + "Export query": ["Izvozi poizvedbe"], + "Export to .CSV": ["Izvozi v .CSV"], + "Export to .JSON": ["Izvozi v .JSON"], + "Export to YAML": ["Izvozi v YAML"], + "Export to YAML?": ["Izvozim v YAML?"], + "Export to full .CSV": ["Izvozi v celoten .CSV"], + "Export to original .CSV": ["Izvozi v izvorni .CSV"], + "Export to pivoted .CSV": ["Izvozi v vrtilni .CSV"], + "Expose database in SQL Lab": [ + "Razkrij podatkovno bazo v SQL laboratoriju" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za nalaganje stolpčnih datotek. Kontaktirajte administratorja za Superset." + "Expose in SQL Lab": ["Uporabi v SQL laboratoriju"], + "Expose this DB in SQL Lab": [ + "Uporabi to podatkovno bazo v SQL laboratoriju" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Stolpčne datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" + "Expression": ["Izraz"], + "Extra": ["Dodatno"], + "Extra Controls": ["Dodatni kontrolniki"], + "Extra Parameters": ["Dodatni parametri"], + "Extra data for JS": ["Dodatni podatki za JS"], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "Dodatni podatki za tabelo metapodatkov. Trenutno je podprta naslednja oblika zapisa metapodatkov: `{ \"certification\": { \"certified_by\": \"Tim za razvoj\", \"details\": \"Ta tabela je vir resnice.\" }, \"warning_markdown\": \"To je opozorilo.\" }`." ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Stolpčna datoteka \"%(columnar_filename)s\" naložena v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" ], - "Request missing data field.": ["Zahtevaj manjkajoča podatkovna polja."], - "Duplicate column name(s): %(columns)s": [ - "Podvojena imena stolpcev: %(columns)s" + "Extra parameters for use in jinja templated queries": [ + "Dodatni parametri za poizvedbe z jinja predlogami" ], - "Logs": ["Dnevniki"], - "Show Log": ["Prikaži dnevnik"], - "Add Log": ["Dodaj dnevnik"], - "Edit Log": ["Uredi dnevnik"], - "Action": ["Aktivnost"], - "dttm": ["dttm"], - "JSON": ["JSON"], - "Time Range": ["Časovno obdobje"], - "Time Column": ["Časovni stolpec"], - "Time Grain": ["Granulacija časa"], - "Origin": ["Izhodišče"], - "Time Granularity": ["Granulacija časa"], - "Time": ["Čas"], - "A reference to the [Time] configuration, taking granularity into account": [ - "Sklic na nastavitve za [Čas], ki upošteva granulacijo" + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Dodatni parametri, ki jih lahko uporabi kateri koli vtičnik za poizvedbe z Jinja predlogami" ], - "Aggregate": ["Agregacija"], - "Raw records": ["Surovi podatki"], - "Certified by %s": ["Certificiral/a %s"], - "description": ["opis"], - "bolt": ["vijak"], - "Changing this control takes effect instantly": [ - "Sprememba tega kontrolnika se odrazi takoj" + "Extra url parameters for use in Jinja templated queries": [ + "Dodatni parametri za poizvedbe z Jinja predlogami" ], - "Show info tooltip": ["Prikaži opis orodja"], - "SQL expression": ["SQL izraz"], - "Column name": ["Ime stolpca"], - "Metric name": ["Ime mere"], - "unknown type icon": ["ikona neznanega tipa"], - "function type icon": ["ikona funkcijskega tipa"], - "string type icon": ["ikona znakovnega tipa"], - "numeric type icon": ["ikona numeričnega tipa"], - "boolean type icon": ["ikona binarnega tipa"], - "temporal type icon": ["ikona časovnega tipa"], - "Advanced analytics": ["Napredna analitika"], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Ta sekcija vsebuje možnosti, ki omogočajo napredno analitično poprocesiranje rezultatov poizvedb" + "Extruded": ["Relief"], + "FEB": ["FEB"], + "FRI": ["PET"], + "Factor": ["Faktor"], + "Factor to multiply the metric by": ["Faktor, s katerim množite mero"], + "Fail": ["Prekini"], + "Failed": ["Ni uspelo"], + "Failed at retrieving results": ["Napaka pri pridobivanju rezultatov"], + "Failed at stopping query. %s": ["Neuspešno ustavljanje poizvedbe. %s"], + "Failed to create report": ["Ustvarjanje poročila nesupešno"], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], + "Failed to retrieve advanced type": [ + "Napaka pri pridobivanju naprednega tipa" ], - "Rolling window": ["Drseče okno"], - "Rolling function": ["Drseča funkcija"], - "None": ["Brez"], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Določi funkcijo drsečega okna. Dela skupaj s tekstovnim okvirjem [Obdobja]" + "Failed to start remote query on a worker.": [ + "Na delavcu ni bilo mogoče zagnati oddaljene poizvedbe." ], - "Periods": ["Št. period"], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Določi velikost funkcije drsečega okna, glede na izbrano granulacijo časa" + "Failed to update report": ["Posodabljanje poročila neuspešno"], + "Failed to verify select options: %s": [ + "Preverjanje možnosti izbire ni uspelo: %s" ], - "Min periods": ["Min. št. period"], - "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": [ - "Minimalno število drsečih obdobij, potrebnih za prikaz vrednosti. Če računate kumulativno vsoto 7-dnevnega obdobja, boste nastavili \"Min. št. period\" na 7. Tako bodo vse prikazane točke skupaj obsegale 7 obdobij. To bo prikrilo rampo, ki bi trajala prvih 7 obdobij" + "Favorite": ["Priljubljene"], + "Favorites": ["Priljubljene"], + "February": ["Februar"], + "Fetch Values Predicate": ["Pridobi vrednosti predikatov"], + "Fetch data preview": ["Pridobi predogled podatkov"], + "Fetched %s": ["Pridobljeno %s"], + "Fetching": ["Pridobivam"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "Polja ni mogoče dekodirati z JSON. %(json_error)s" ], - "Time comparison": ["Časovna primerjava"], - "Time shift": ["Časovni zamik"], - "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ - "Zamaknite eno ali več časovnih vrst za relativno časovno obdobje. Vnaša se relativne časovne razlike v naravnem jeziku (npr. 24 ur, 7 dni, 52 tednov, 365 dni). Prosto besedilo je podprto." + "Field cannot be decoded by JSON. %(msg)s": [ + "Polja ni mogoče dekodirati z JSON. %(msg)s" ], - "Calculation type": ["Tip izračuna"], - "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ - "Način prikaza časovnih zamikov: kot samostojne črte; kot razlike med osnovno časovno vrsto in vsakim časovnim zamikom; kot procentualna sprememba; kot razmerje med vrsto in časovnim zamikom." + "Field is required": ["Polje je obvezno"], + "File": ["Datoteka"], + "Fill Color": ["Barva polnila"], + "Fill all required fields to enable \"Default Value\"": [ + "Izpolnite vsa polja, da omogočite \"Privzeto vrednost\"" ], - "Resample": ["Prevzorči"], - "Rule": ["Pravilo"], - "Pandas resample rule": ["Pravilo za prevzorčenje v Pandas"], "Fill method": ["Način polnjenja"], - "Pandas resample method": ["Metoda za prevzorčenje v Pandas"], - "Annotations and Layers": ["Oznake in sloji"], - "Chart Title": ["Naslov grafikona"], - "X Axis": ["X os"], - "X Axis Title": ["Naslov X osi"], - "X AXIS TITLE BOTTOM MARGIN": ["SPODNJA OBROBA NASLOVA X OSI"], - "Y Axis": ["Y os"], - "Y Axis Title": ["Naslov Y osi"], - "Y AXIS TITLE MARGIN": ["OBROBA NASLOVA Y OSI"], - "Y AXIS TITLE POSITION": ["POZICIJA NASLOVA Y OSI"], - "Predictive Analytics": ["Prediktivna analitika"], - "Enable forecast": ["Omogoči napoved"], - "Enable forecasting": ["Omogoči napovedovanje"], - "Forecast periods": ["Periode napovedi"], - "How many periods into the future do we want to predict": [ - "Za koliko period v prihodnosti želite napoved" + "Filled": ["Zapolnjeno"], + "Filter": ["Filter"], + "Filter Configuration": ["Nastavitve filtra"], + "Filter List": ["Seznam filtrov"], + "Filter Settings": ["Nastavitve filtra"], + "Filter Type": ["Tip filtra"], + "Filter box": ["Izbirnik za filtriranje"], + "Filter configuration": ["Nastavitve filtra"], + "Filter configuration for the filter box": ["Nastavitve za polje filtra"], + "Filter has default value": ["Filter ima privzeto vrednost"], + "Filter metadata changed in dashboard. It will not be applied.": [ + "Metapodatki filtra so se spremenili v nadzorni plošči. Ne bo uveljavljen." ], - "Confidence interval": ["Interval zaupanja"], - "Width of the confidence interval. Should be between 0 and 1": [ - "Širina intervala zaupanja. Mora bit med 0 in 1" + "Filter name": ["Ime filtra"], + "Filter only displays values relevant to selections made in other filters.": [ + "Filter prikazuje samo vrednosti vezane na izbire v drugih filtrih." ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Če želite letno sezonskost. Celo število določa Fourier-jev red sezonskosti." + "Filter results": ["Filtriraj rezultate"], + "Filter set already exists": ["Set filtrov že obstaja"], + "Filter set with this name already exists": [ + "Set filtrov z enakim imenom že obstaja" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Če želite tedensko sezonskost. Celo število določa Fourier-jev red sezonskosti." + "Filter sets (%(filterSetCount)d)": [ + "Nastavljeni filtri (%(filterSetCount)d)" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Če želite dnevno sezonskost. Celo število določa Fourier-jev red sezonskosti." + "Filter type": ["Tip filtra"], + "Filter value (case sensitive)": [ + "Vrednost filtra (razlik. velikih/malih črk)" ], - "Time related form attributes": ["S časom povezani atributi prikaza"], - "Datasource & Chart Type": ["Tip podatkovnega vira in grafikona"], - "Chart ID": ["ID grafikona"], - "The id of the active chart": ["Identifikator aktivnega grafikona"], - "Cache Timeout (seconds)": ["Trajanje predpomnilnika (sekunde)"], - "The number of seconds before expiring the cache": [ - "Trajanje (v sekundah) do razveljavitve predpomnilnika" + "Filter value is required": ["Vrednost filtra je obvezna"], + "Filter value list cannot be empty": [ + "Seznam vrednosti filtra ne sme biti prazen" ], - "URL Parameters": ["Parametri URL"], - "Extra url parameters for use in Jinja templated queries": [ - "Dodatni parametri za poizvedbe z Jinja predlogami" + "Filter your charts": ["Filtriraj grafikone"], + "Filterable": ["Filtriranje"], + "Filters": ["Filtri"], + "Filters (%d)": ["Filtri (%d)"], + "Filters by columns": ["Filtrira po stolpcu"], + "Filters by metrics": ["Filtrira po merah"], + "Filters configuration": ["Nastavitve filtrov"], + "Filters out of scope (%d)": ["Filtri izven dosega (%d)"], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "Filtri z enakim skupinskim ključem bodo znotraj skupine združeni z OR funkcijo, medtem ko bodo različne skupine združene z AND funkcijo. Nedefinirani skupinski ključi so obravnavani kot unikatne skupine in niso združeni v svojo skupino. Npr., če ima tabela tri filtre, pri čemer sta dva za oddelka marketinga in financ (skupinski ključ = 'oddelek') tretji pa se nanaša na regijo Evropa (skupinski ključ = 'regija'), bo filtrski izraz (oddelek = 'Finance' OR oddelek = 'Marketing') AND (regija = 'Evropa')." ], - "Extra Parameters": ["Dodatni parametri"], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "Dodatni parametri, ki jih lahko uporabi kateri koli vtičnik za poizvedbe z Jinja predlogami" + "Finish": ["Zaključi"], + "First": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Trendno črto nastavite na izbrano obdobje, v primeru, da filtrirani rezultati ne vsebujejo začetnega in/ali končnega datuma" ], - "Color Scheme": ["Barvna shema"], - "Dimensions": ["Dimenzije"], - "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ - "Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj vsebuje omejitev serij, s čimer omejite število pridobljenih in prikazanih serij." + "Fix to selected Time Range": ["Nastavi na izbrano časovno obdobje"], + "Fixed": ["Fiksno"], + "Fixed Color": ["Izbrana barva"], + "Fixed color": ["Izbrana barva"], + "Fixed point radius": ["Fiksni radij točk"], + "Flow": ["Potek"], + "Font size": ["Velikost pisave"], + "Font size for axis labels, detail value and other text elements": [ + "Velikost pisave za oznake osi, podrobnosti in druge besedilne elemente" ], - "One or many columns to pivot as columns": [ - "En ali več stolpcev za stolpčno vrtenje" + "Font size for the biggest value in the list": [ + "Velikost pisave za največjo vrednost na seznamu" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno barvo in ima lahko prikazano legendo" + "Font size for the smallest value in the list": [ + "Velikost pisave za najmanjšo vrednost na seznamu" ], - "Entity": ["Entiteta"], - "This defines the element to be plotted on the chart": [ - "Določa element, ki bo izrisan na grafikonu" + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Prikaže zgradbo podatkovnega seta na podlagi segmentacije danega pravokotnika na manjše pravokotnike, pri čemer je ploščina sorazmerna vrednostim oz. deležem. Pravokotniki se lahko dodatno hierarhično segmentirajo." ], - "One or many metrics to display": ["Ena ali več mer za prikaz"], - "Right Axis Metric": ["Mera desne osi"], - "Choose a metric for right axis": ["Izberite mero za desno os"], - "Sort by": ["Razvrščanje"], - "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." - ], - "Bubble Size": ["Velikost mehurčka"], - "Metric used to calculate bubble size": [ - "Mera za izračun velikosti mehurčkov" - ], - "Metric assigned to the [X] axis": ["Mera za [X] os"], - "Metric assigned to the [Y] axis": ["Mera za [Y] os"], - "Color Metric": ["Mera za barvo"], - "A metric to use for color": ["Mera za barvo"], - "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": [ - "Časovni stolpec za vizualizacijo. Določite lahko poljuben izraz, ki vrne DATETIME stolpec v tabeli. Spodnji filter se nanaša na ta stolpec ali izraz" + "For further instructions, consult the": [ + "Za nadaljnja navodila se posvetujte z" ], - "Drop temporal column here": ["Spustite časovni stolpec sem"], - "Enable dashboard cross filters": [ - "Omogoči medsebojne filtre nadzorne plošče" + "For more information about objects are in context in the scope of this function, refer to the": [ + "Za dodatne informacije o objektih v kontekstu te funkcije si oglejte" ], - "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ - "Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj vsebuje mero za razvrščanje in omjitev serij, s čimer omejite število pridobljenih in prikazanih serij." + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "Za regularne filtre so te vloge tiste, ki bodo filtrirane. Za osnovne filtre, so te vloge tiste, ki NE bodo filtrirane, npr. Admin, če naj administrator vidi vse podatke." ], - "The type of visualization to display": ["Tip vizualizacije za prikaz"], - "Fixed Color": ["Izbrana barva"], - "Use this to define a static color for all circles": [ - "S tem definirate določeno barvo za vse kroge" + "Force": ["Sila"], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Vsilite, da bodo vse tabele in pogledi ustvarjeni s to shemo, ko kliknete CTAS ali CVAS v SQL laboratoriju." ], - "Linear Color Scheme": ["Linearna barvna shema"], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "Določa izhodišče, kadar se začnejo časovni razdelki. Sprejema naravne zapise kot so `zdaj`, `nedelja` ali `1970-01-01`" + "Force date format": ["Vsili obliko zapisa datuma"], + "Force refresh": ["Osveži"], + "Force refresh schema list": ["Osveži seznam shem"], + "Force refresh table list": ["Osveži seznam tabel"], + "Forecast periods": ["Periode napovedi"], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [ + "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki grafikona." ], - "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`": [ - "Granulacija časa za vizualizacijo. Uporabite lahko vnos z naravnim jezikom, kot npr. `10 sekund`, `1 dni` ali `56 tednov`" + "Form data not found in cache, reverting to dataset metadata.": [ + "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki podatkovnega seta." ], - "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.": [ - "Granulacija časa za to vizualizacijo. Izvede transformacijo podatkov, ki spremeni vaš časovni stolpec in določi novo časovno granulacija. Ta možnost je definirana na ravni sistema podatkovne baze v izvorni kodi Superseta." + "Formattable": ["Prilagodljiv"], + "Formatted CSV attached in email": ["Oblikovan CSV pripet e-pošti"], + "Formatted date": ["Oblikovan datum"], + "Found invalid orderby options": [ + "Najdene so neveljavne možnosti razvrščanja" ], - "No filter": ["Brez filtra"], - "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ - "Časovno obdobje za vizualizacijo. Vsi relativni časi, kot npr. \"Zadnji mesec\", Zadnjih 7 dni\", \"Zdaj\" so izračunani na strežniku z njegovim lokalnim časom. Vsi opisi orodij in časi so izraženi v UTC. Časovne značke se nato izračunajo v podatkovni bazi z njenim lokalnim časovnim pasom. Eksplicitno lahko nastavite časovni pas v ISO 8601 formatu, če določite čas začetka ali konca." + "Fraction digits": ["Število decimalk"], + "Frequency": ["Frekvenca"], + "Friction": ["Trenje"], + "Friction between nodes": ["Trenje med vozlišči"], + "Friday": ["Petek"], + "From date cannot be larger than to date": [ + "Začetni datum ne sme biti večji od končnega datuma" ], - "Row limit": ["Omejitev števila vrstic"], - "Limits the number of rows that get displayed.": [ - "Omeji število vrstic za prikaz." + "Funnel Chart": ["Lijakasti grafikon"], + "Further customize how to display each column": [ + "Dodatne prilagoditve prikaza posameznih stolpcev" ], - "Sort Descending": ["Razvrsti padajoče"], - "Whether to sort descending or ascending": [ - "Če želite padajoče ali naraščajoče razvrščanje" + "Further customize how to display each metric": [ + "Dodatne prilagoditve prikaza posameznih mer" ], - "Series limit": ["Omejitev števila serij"], - "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ - "Omeji število časovnih vrst za prikaz. S podpoizvedbo (ali dodatno fazo, kjer podpoizvedbe niso podprte) se omeji število časovnih vrst, ki bodo pridobljene za prikaz. Ta funkcija je uporabna pri združevanju s stolpci z veliko kardinalnostjo, vendar poveča kompleksnost poizvedbe." + "GROUP BY": ["GROUP BY"], + "Gauge Chart": ["Števčni grafikon"], + "General": ["Splošno"], + "Generating link, please wait..": [ + "Ustvarjam povezavo, prosim počakajte..." ], - "Y Axis Format": ["Oblika Y osi"], - "Time format": ["Oblika zapisa časa"], - "The color scheme for rendering chart": [ - "Barvna shema za izris grafikona" + "Generic Chart": ["Generičen grafikon"], + "Geo": ["Geo"], + "GeoJson Column": ["GeoJson stolpec"], + "GeoJson Settings": ["GeoJson nastavitve"], + "Geohash": ["Geohash"], + "Get the last date by the date unit.": [ + "Pridobi zadnji datum glede na časovno enoto." ], - "Truncate Metric": ["Odstrani mero"], - "Whether to truncate metrics": ["Če želite odstraniti naziv mere"], - "Sort descending": ["Razvrsti padajoče"], - "Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set": [ - "Če želite padajoče ali naraščajoče razvrščanje. Učinkuje samo, ko je vključen \"Sort by\"" + "Get the specify date for the holiday": ["Določi datum praznika"], + "Go to the edit mode to configure the dashboard and add charts": [ + "Za nastavitve nadzorne plošče in dodajanje grafikonov pojdite v način urejanja" ], - "Show less columns": ["Prikaži manj stolpcev"], - "Show all columns": ["Prikaži vse stolpce"], - "Emit Target": ["Cilj oddajanja"], - "If you wish to specify a different target column than the original column, it can be entered here": [ - "Če želite nastaviti drug ciljni stolpec od izvornega, ga lahko vnesete tukaj" + "Gold": [""], + "Google Sheet Name and URL": ["Ime Googlove preglednice in URL"], + "Grace period": ["Obdobje mirovanja"], + "Graph Chart": ["Graf"], + "Graph layout": ["Izgled grafikona"], + "Gravity": ["Gravitacija"], + "Grid": ["Mreža"], + "Grid Size": ["Velikost mreže"], + "Group By": ["Združevanje (Group by)"], + "Group By filter plugin": ["Vtičnik za filter za združevanje"], + "Group By' and 'Columns' can't overlap": [ + "'Združevanje' in 'Stolpci' se ne smeta prekrivati" ], - "D3 format": ["D3 format"], - "Fraction digits": ["Število decimalk"], - "Number of decimal digits to round numbers to": [ - "Število decimalnih mest za zaokroževanje števil" + "Group By, Metrics or Percentage Metrics must have a value": [ + "Združevanje, Mera ali Procentualna mera morajo imeti vrednost" ], - "Min Width": ["Min. širina"], - "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ - "Privzeta min. širina stolpca v pikslih. Dejanska širina bo lahko večja, če drugi stolpci ne potrebujejo veliko prostora" + "Group by": ["Združevanje (Group by)"], + "Groupable": ["Združevanje"], + "Handlebars": ["Handlebars"], + "Handlebars Template": ["Predloga za Handlebars"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Mejne vrednosti za barvno lestvico. Upošteva se le, če je normiranje uporabljeno glede na celotni toplotni prikaz." ], - "Text align": ["Poravnava besedila"], + "Header": ["Glava"], + "Header Row": ["Naslovna vrstica"], + "Heatmap": ["Toplotni prikaz"], + "Heatmap Options": ["Možnosti toplotnega prikaza"], + "Height": ["Višina"], + "Hide chart description": ["Skrij opis grafikona"], + "Hide layer": ["Skrij sloj"], + "Hide tool bar": ["Skrij orodno vrstico"], + "Hierarchy": ["Hierarhija"], + "Histogram": ["Histogram"], + "Home": ["Domov"], + "Horizon Chart": ["Horizontni grafikon"], + "Horizon Charts": ["Horizontni grafikon"], + "Horizontal": ["Vodoravno"], "Horizontal alignment": ["Vodoravna poravnava"], - "Left": ["Levo"], - "Center": ["Na sredino"], - "Right": ["Desno"], - "Show cell bars": ["Prikaži stolp. graf v celicah"], - "Whether to display a bar chart background in table columns": [ - "Če želite omogočiti prikaz manjših stolpčnih grafikonov v ozadju stolpcev tabele" + "Host": ["Gostitelj"], + "Hostname or IP address": ["Ime gostitelja ali IP naslov"], + "Hour": ["Ura"], + "Hours %s": ["Ure %s"], + "Hours offset": ["Urni premik"], + "How do you want to enter service account credentials?": [ + "Kako želite vnesti prijavne podatke servisnega računa?" ], - "Align +/-": ["Poravnaj +/-"], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Če želite poravnati pozitivne in negativne vrednosti v stolpčnem grafikonu celic pri 0" + "How many buckets should the data be grouped in.": [ + "V koliko razdelkov bodo razvrščeni podatki." ], - "Color +/-": ["Barva +/-"], - "Whether to colorize numeric values by if they are positive or negative": [ - "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" + "How many periods into the future do we want to predict": [ + "Za koliko period v prihodnosti želite napoved" ], - "Small number format": ["Oblika zapisa majhnih števil"], - "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ - "D3 oblika zapisa za števila med -1.0 in 1.0. Uporabno, če želite različno število števk za majhna in velika števila" + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Način prikaza časovnih zamikov: kot samostojne črte; kot razlike med osnovno časovno vrsto in vsakim časovnim zamikom; kot procentualna sprememba; kot razmerje med vrsto in časovnim zamikom." ], - "D3 format syntax: https://github.com/d3/d3-format": [ - "Sintaksa D3 formata: https://github.com/d3/d3-format" + "Huge": ["Ogromna"], + "ISO 3166-2 Codes": ["Oznake po ISO 3166-2"], + "ISO 8601": ["ISO 8601"], + "Id": ["Id"], + "Id of root node of the tree.": ["Id korenskega vozlišča drevesa."], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "V primeru Presto ali Trino se vse poizvedbe v SQL laboratoriju zaženejo pod trenutno prijavljenim uporabnikom, ki mora imeti pravice za poganjanje. Če je omogočen Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim računom, vendar je trenutno prijavljen uporabnik predstavljen z lastnostjo hive.server2.proxy.user." ], - "Adaptive formatting": ["Adaptivno oblikovanje"], - "Duration in ms (66000 => 1m 6s)": ["Trajanje v ms (66000 => 1m 6s)"], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "V primeru Presto se vse poizvedbe v SQL laboratoriju zaženejo pod trenutno prijavljenim uporabnikom, ki mora imeti pravice za poganjanje.
Če je omogočen Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim računom, vendar je trenutno prijavljen uporabnik predstavljen z lastnostjo hive.server2.proxy.user." ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "Sintaksa D3 časovnega formata:: https://github.com/d3/d3-time-format" + "If a metric is specified, sorting will be done based on the metric value": [ + "Če je določena mera, bo razvrščanje izvedeno na podlagi vrednosti mere" ], - "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ - "Poizvedba ni vrnila rezultatov. Če ste pričakovali rezultate, poskrbite, da so filtri pravilno nastavljeni in podatkovni vir vsebuje podatke za izbrano časovno obdobje." + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" ], - "No Results": ["Ni rezultatov"], - "Found invalid orderby options": [ - "Najdene so neveljavne možnosti razvrščanja" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v Dodatno." ], - "is expected to be an integer": ["pričakovano je celo število"], - "is expected to be a number": ["pričakovano je število"], - "cannot be empty": ["ne sme biti prazno"], - "Query": ["Poizvedba"], - "Domain": ["Domena"], - "The time unit used for the grouping of blocks": [ - "Časovna enota za združevanje blokov" + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Če tabela obstaja, naredite nekaj od sledečega: Prekini (ne naredi nič), Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." ], - "Subdomain": ["Poddomena"], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "Časovna enota za vsak blok. Mora biti manjša enota kot domenska_granulacija. Mora biti večja ali enaka Granulaciji časa" + "Ignore null locations": ["Izpusti prazne lokacije"], + "Ignore time": ["Ne upoštevaj časa"], + "Image (PNG) embedded in email": ["Slika (PNG) vključena v e-pošto"], + "Image download failed, please refresh and try again.": [ + "Prenos slike ni uspel. Osvežite in poskusite ponovno." ], - "Chart Options": ["Možnosti grafikona"], - "Cell Size": ["Velikost celice"], - "The size of the square cell, in pixels": [ - "Velikost kvadratne celice v pikslih" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in GSheets)" ], - "Cell Padding": ["Razmak med celicami"], - "The distance between cells, in pixels": [ - "Razdalja med celicami v pikslih" + "Impersonate the logged on user": [ + "Predstavljaj se kot prijavljeni uporabnik" ], - "Cell Radius": ["Polmer celice"], - "The pixel radius": ["Polmer piksla"], - "Color Steps": ["Barvni koraki"], - "The number color \"steps\"": ["Število barvnih korakov"], - "Time Format": ["Oblika zapisa časa"], - "Legend": ["Legenda"], - "Whether to display the legend (toggles)": [ - "Preklapljanje prikaza legende" + "Import": ["Uvozi"], + "Import %s": ["Uvozi %s"], + "Import Dashboard(s)": ["Uvozi nadzorne plošče"], + "Import Dashboards": ["Uvozi nadzorne plošče"], + "Import a table definition": ["Uvozi definicijo tabele"], + "Import chart failed for an unknown reason": [ + "Uvoz grafikona ni uspel zaradi neznanega razloga" ], - "Show Values": ["Pokaži vrednosti"], - "Whether to display the numerical values within the cells": [ - "Če želite v celicah prikazati numerične vrednosti" + "Import charts": ["Uvozi grafikone"], + "Import dashboard failed for an unknown reason": [ + "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" ], - "Show Metric Names": ["Pokaži imena mer"], - "Whether to display the metric name as a title": [ - "Če želite prikazati ime mere kot naslov" + "Import dashboards": ["Uvozi nadzorne plošče"], + "Import database failed for an unknown reason": [ + "Uvoz podatkovne baze ni uspel zaradi neznanega razloga" ], - "Number Format": ["Oblika zapisa števila"], - "Correlation": ["Korelacija"], - "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ - "Prikaže kako se je mera spreminjala s časom s pomočjo barvne lestvice in koledarskega pogleda. Sive vrednosti ponazarjajo manjkajoče vrednosti. Amplituda dnevnih vrednosti je ponazorjena z linearno barvno shemo." + "Import database from file": ["Uvozi podatkovno bazo iz datoteke"], + "Import dataset failed for an unknown reason": [ + "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" ], - "Business": ["Aktivnost"], - "Comparison": ["Primerjava"], - "Intensity": ["Intenzivnost"], - "Pattern": ["Vzorec"], - "Report": ["Poročilo"], - "Trend": ["Trend"], - "Sort by metric": ["Mera za razvrščanje"], - "Whether to sort results by the selected metric in descending order.": [ - "Če želite padajoče razvrstiti rezultate z izbrano mero." - ], - "Number format": ["Oblika zapisa števila"], - "Choose a number format": ["Izberite obliko zapisa števila"], - "Source": ["Izvor"], - "Choose a source": ["Izberite izvor"], - "Target": ["Cilj"], - "Choose a target": ["Izberite cilj"], - "Flow": ["Potek"], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "Prikaže potek ali povezave med kategorijami z debelino tetiv. Vrednost in debelina sta lahko različni za vsako stran." - ], - "Relationships between community channels": [ - "Razmerja med skupnostnimi kanali" - ], - "Chord Diagram": ["Tetivni grafikon"], - "Aesthetic": ["Estetika"], - "Circular": ["Krožno"], - "Legacy": ["Staro"], - "Proportional": ["Proporcionalno"], - "Relational": ["Relacijsko"], - "Country": ["Država"], - "Which country to plot the map for?": [ - "Za katero državo želite grafikon?" - ], - "ISO 3166-2 Codes": ["Oznake po ISO 3166-2"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "Stolpec, ki vsebuje ISO 3166-2 oznake regij/provinc/departmajev v vaši tabeli." - ], - "Metric to display bottom title": ["Mera za prikaz spodnjega naslova"], - "Map": ["Zemljevid"], - "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ - "Prikaže kako se posamezna mera spreminja glede na območja države (dežele, province, itd.) na kloropletnem zemljevidu. Vsak podrazdelek se dvigne, ko z miško preidete mejo njegovega območja." + "Import datasets": ["Uvozi podatkovne sete"], + "Import queries": ["Uvozi poizvedbe"], + "Import saved query failed for an unknown reason.": [ + "Uvoz shranjene poizvedbe ni uspel zaradi neznanega razloga." ], - "2D": ["2D"], - "Geo": ["Geo"], - "Range": ["Doseg"], - "Stacked": ["Naložen"], - "Sorry, there appears to be no data": ["Ni podatkov"], - "Event definition": ["Definicija dogodka"], - "Event Names": ["Imena dogodkov"], - "Columns to display": ["Stolpci za prikaz"], - "Order by entity id": ["Uredi po ID entitete"], "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.": [ "Pomembno! Izberite, če tabela še ni razvrščena po ID entitete, v nasprotnem primeru ni nujno, da bodo vrnjeni vsi dogodki za posamezno entiteto." ], - "Minimum leaf node event count": ["Min. število dogodkov za list"], - "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ - "Listna vozlišča, ki predstavljajo manjše število dogodkov od te vrednosti, bodo v vizualizaciji skrita" + "Include Series": ["Vključi serijo"], + "Include a description that will be sent with your report": [ + "Vključite opis, ki bo vključen v poročilo" ], - "Additional metadata": ["Dodatni metapodatki"], - "Metadata": ["Metapodatki"], - "Select any columns for metadata inspection": [ - "Izberite poljubne stolpce za pregled metapodatkov" + "Include series name as an axis": [ + "Vključi ime podatkovne serije v naslov osi" ], - "Entity ID": ["ID entitete"], - "e.g., a \"user id\" column": ["t.j. stolpec \"id uporabnika\""], - "Max Events": ["Max. dogodkov"], - "The maximum number of events to return, equivalent to the number of rows": [ - "Največje število dogodkov, ki bodo vrnjeni - enako številu vrstic" + "Include time": ["Vključi čas"], + "Index Column": ["Indeksni stolpec"], + "Info": ["Informacije"], + "Inner Radius": ["Notranji polmer"], + "Inner radius of donut hole": ["Notranji polmer kolobarja"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "Vnosno polje omogoča poljubno rotacijo (vnesite 30 za 30°)" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." + "Instant filtering": ["Takojšnje filtriranje"], + "Intensity": ["Intenzivnost"], + "Interval End column": ["Stolpec konca intervala"], + "Interval bounds": ["Meje intervalov"], + "Interval colors": ["Barve intervalov"], + "Interval start column": ["Stolpec začetka intervala"], + "Intervals": ["Intervali"], + "Invalid JSON": ["Neveljaven JSON"], + "Invalid advanced data type: %(advanced_data_type)s": [ + "Neveljaven napreden tip rezultata: %(advanced_data_type)s" ], - "Event Flow": ["Potek dogodkov"], - "Progressive": ["Progresivno"], - "Axis ascending": ["Naraščajoča os"], - "Axis descending": ["Padajoča os"], - "Metric ascending": ["Naraščajoča mera"], - "Metric descending": ["Padajoča mera"], - "Heatmap Options": ["Možnosti toplotnega prikaza"], - "XScale Interval": ["Interval X-osi"], - "Number of steps to take between ticks when displaying the X scale": [ - "Število korakov med oznakami pri prikazu X-osi" + "Invalid certificate": ["Neveljaven certifikat"], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Neveljaven niz povezave, veljaven niz običajno sledi:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" ], - "YScale Interval": ["Interval Y-osi"], - "Number of steps to take between ticks when displaying the Y scale": [ - "Število korakov med oznakami pri prikazu Y-osi" + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ + "Neveljaven niz povezave. Veljaven niz običajno sledi zapisu:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Primer:'postgresql://user:password@your-postgres-db/database'

" ], - "Rendering": ["Izris"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "atribut CSS za izris objekta platna, ki določa, kako brskalnik poveča sliko" + "Invalid cron expression": ["Neveljaven cron izraz"], + "Invalid cumulative operator: %(operator)s": [ + "Neveljaven kumulativni operand: %(operator)s" ], - "Normalize Across": ["Normiraj glede na"], - "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ - "Barva bo prikazana na osnovi razmerja med celico in vsoto glede na ta kriterij" + "Invalid date/timestamp format": ["Neveljaven zapis datuma/časa"], + "Invalid filter configuration, please select a column": [ + "Neveljavna nastavitev filtrov, izberite stolpec" ], - "Left Margin": ["Levi rob"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Levi rob, v pikslih, s katerim povečamo prostor za oznake osi" + "Invalid filter operation type: %(op)s": [ + "Neveljaven tip operacije filtra: %(op)s" ], - "Bottom Margin": ["Spodnji rob"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Spodnji rob, v pikslih, s katerim povečamo prostor za oznake osi" + "Invalid geodetic string": ["Neveljaven geodetski niz"], + "Invalid geohash string": ["Neveljaven niz za geohash"], + "Invalid input": ["Neveljaven vnos"], + "Invalid lat/long configuration.": [ + "Neveljavna nastavitev zemljepisne dolžine/širine." ], - "Value bounds": ["Meje vrednosti"], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "Mejne vrednosti za barvno lestvico. Upošteva se le, če je normiranje uporabljeno glede na celotni toplotni prikaz." + "Invalid longitude/latitude": ["Neveljavna zemljepisna dolžina/širina"], + "Invalid numpy function: %(operator)s": [ + "Neveljavna numpy funkcija: %(operator)s" ], - "Sort X Axis": ["Razvrsti X-os"], - "Sort Y Axis": ["Razvrsti Y-os"], - "Show percentage": ["Prikaži procente"], - "Whether to include the percentage in the tooltip": [ - "Če želite prikaz procentov v opisu orodja" + "Invalid options for %(rolling_type)s: %(options)s": [ + "Neveljavne možnosti za %(rolling_type)s: %(options)s" ], - "Normalized": ["Normiran"], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Če želite uporabiti normalno porazdelitev glede na stopnjo na barvni lestvici" + "Invalid permalink key": ["Neveljaven ključ povezave"], + "Invalid result type: %(result_type)s": [ + "Neveljaven tip rezultata: %(result_type)s" ], - "Value Format": ["Oblika zapisa vrednosti"], - "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ - "Vizualizacija povezanih mer med pari skupin." + "Invalid rolling_type: %(type)s": ["Neveljaven rolling_type: %(type)s"], + "Invalid spatial point encountered: %s": [ + "Neustrezna prostorska točka: %s" ], - "Sizes of vehicles": ["Velikosti vozil"], - "Employment and education": ["Zaposlitev in izobrazba"], - "Density": ["Gostota"], - "Predictive": ["Prediktivno"], - "Single Metric": ["Ena mera"], - "count": ["število"], - "cumulative": ["kumulativno"], - "percentile (exclusive)": ["percentil (ekskluzivno)"], - "Select the numeric columns to draw the histogram": [ - "Izberite numerične stolpce za izris histograma" + "Invalid state.": ["Neveljavno stanje."], + "Invalid tab ids: %s(tab_ids)": [""], + "Inverse selection": ["Invertiraj izbiro"], + "Is certified": ["Certificiran"], + "Is dimension": ["Dimenzija"], + "Is favorite": ["Je priljubljen"], + "Is filterable": ["Filtriranje"], + "Is tagged": [""], + "Is temporal": ["Časoven"], + "Is true": [""], + "Issue 1000 - The dataset is too large to query.": [ + "Težava 1000 - podatkovni vir je prevelik za poizvedbo." ], - "No of Bins": ["Št. razdelkov"], - "Select the number of bins for the histogram": [ - "Izberite število razdelkov za histogram" + "Issue 1001 - The database is under an unusual load.": [ + "Težava 1001 - podatkovni vir je neobičajno obremenjen." ], - "X Axis Label": ["Naslov X osi"], - "Y Axis Label": ["Naslov Y osi"], - "Whether to normalize the histogram": ["Če želite normirati histogram"], - "Cumulative": ["Kumulativno"], - "Whether to make the histogram cumulative": [ - "Če želite kumulativni histogram" + "It’s not recommended to truncate axis in Bar chart.": [ + "V stolpčnem grafikonu ni priporočljivo omejiti osi." ], - "Distribution": ["Porazdelitev"], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "Vzame podatkovne točke in jih razporedi v razdelke, kjer se vidi območja z največjo gostoto informacij" + "JAN": ["JAN"], + "JSON": ["JSON"], + "JSON Metadata": ["JSON metapodatki"], + "JSON metadata": ["JSON metapodatki"], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "JSON niz, ki vsebuje dodatno konfiguracijo povezave. Uporablja se za zagotavljanje dodatnih informacij povezave za sisteme kot sta Presto in BigQuery, ki nista skladna s sintakso username:password, ki jo običajno uporablja SQLAlchemy." ], - "Population age data": ["Podatki starosti populacije"], - "Contribution": ["Prispevek"], - "Compute the contribution to the total": ["Izračunaj prispevek k celoti"], - "Series Height": ["Višina serije"], - "Pixel height of each series": ["Višina vsake serije v pikslih"], - "Value Domain": ["Domena vrednosti"], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ - "serije: Obravnavaj vsako podatkovno serijo neodvisno; skupno: Vse vrste uporabljajo enako skalo; razlika: Pokaži razlike glede na prvo točko vsake serije" + "JUL": ["JUL"], + "JUN": ["JUN"], + "January": ["Januar"], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "JSON seznam imen stolpcev, ki morajo biti prebrani. Če ni prazen, bodo iz datoteke prebrani le ti stolpci." ], - "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ - "Primerja kako se mera spreminja s časom med različnimi skupinami. Vsaka skupina predstavlja eno vrstico, časovne spremembe pa so prikazane z dolžino stolpcev in barvami." + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "JSON seznam vrednosti, ki naj bodo obravnavane kot prazne (Null). Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen znakovni niz." ], - "Horizon Chart": ["Horizontni grafikon"], - "Longitude": ["Dolžina"], - "Column containing longitude data": [ - "Stolpec s podatki zemljepisne dolžine" + "July": ["Julij"], + "June": ["Junij"], + "KPI": ["KPI"], + "Keep control settings?": ["Obdržim nastavitve kontrolnika?"], + "Keep editing": ["Nadaljuj z urejanjem"], + "Keys for table": ["Ključi za tabele"], + "Label": ["Naziv"], + "Label Line": ["Črta oznake"], + "Label Type": ["Oblika oznake"], + "Label already exists": ["Oznaka že obstaja"], + "Label for your query": ["Ime vaše poizvedbe"], + "Label position": ["Položaj oznake"], + "Label threshold": ["Prag oznak"], + "Labelling": ["Oznake"], + "Labels": ["Oznake"], + "Labels for the marker lines": ["Oznake za markirne črtice"], + "Labels for the markers": ["Oznake za markerje"], + "Labels for the ranges": ["Oznake za razpone"], + "Large": ["Veliko"], + "Last": ["Zadnji"], + "Last Changed": ["Zadnja sprememba"], + "Last Modified": ["Zadnja sprememba"], + "Last Updated %s": ["Zadnja posodobitev %s"], + "Last available value seen on %s": [ + "Zadnja razpoložljiva vrednost na %s" ], + "Last modified": ["Zadnja sprememba"], + "Last modified by %s": ["Nazadnje spremenil %s"], + "Last run": ["Zadnji zagon"], "Latitude": ["Širina"], - "Column containing latitude data": [ - "Stolpec s podatki zemljepisne širine" - ], - "Clustering Radius": ["Radij gručenja"], - "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.": [ - "Radij (v pikslih), s katerim algoritem definira gručo. Izberite 0 za izklop gručenja - veliko število točk (>1000) bo povzročilo upočasnitev." + "Latitude of default viewport": ["Širina privzetega pogleda"], + "Layer configuration": ["Nastavitve sloja"], + "Layout": ["Izgled"], + "Layout elements": ["Postavitev elementov"], + "Layout type of graph": ["Tip izgleda grafikona"], + "Layout type of tree": ["Način izgleda drevesa"], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Listna vozlišča, ki predstavljajo manjše število dogodkov od te vrednosti, bodo v vizualizaciji skrita" ], - "Points": ["Točke"], - "Point Radius": ["Radij točk"], - "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": [ - "Radij posameznih točk (tistih, ki niso v gruči). Numerični stolpec ali `Auto` (skalira točke na osnovi največje gruče)" + "Least recently modified": ["Zadnje spremenjeno"], + "Left": ["Levo"], + "Left Axis Format": ["Oblika leve osi"], + "Left Axis Metric": ["Mera za levo os"], + "Left Axis chart(s)": ["Grafikoni leve osi"], + "Left Margin": ["Levi rob"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Levi rob, v pikslih, s katerim povečamo prostor za oznake osi" ], - "Point Radius Unit": ["Enota radija točk"], - "The unit of measure for the specified point radius": [ - "Enota merila za definiran radij točk" + "Left to Right": ["Iz leve proti desni"], + "Left value": ["Leva vrednost"], + "Legacy": ["Staro"], + "Legend": ["Legenda"], + "Legend Format": ["Oblika legende"], + "Legend Position": ["Položaj legende"], + "Legend type": ["Tip legende"], + "Less than (<)": [""], + "Lift percent precision": ["Točnost procentualnega dviga"], + "Light mode": ["Svetli način"], + "Like": [""], + "Limit reached": ["Omejitev dosežena"], + "Limit selector values": ["Omeji vrednosti izbirnikov"], + "Limit type": ["Tip omejitve"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Omejitev vrstic lahko povzroči nepopolne podatke in zavajajoč grafikon. Premislite o uporabi filtriranja ali združevanja imen izvorov/ciljev." ], - "Labelling": ["Oznake"], - "label": ["oznaka"], - "`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.": [ - "`število` je COUNT(*), če je uporabljeno združevanje (group by). Numerični stolpci bodo agregirani z agregatorjem. Ne-numerični stolpci, bodo uporabljeni za oznake točk. Pustite prazno, da dobite število točk v posamezni gruči." + "Limits the number of cells that get retrieved.": [ + "Omeji število pridobljenih celic." ], - "Cluster label aggregator": ["Agregator za oznako gruče"], - "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ - "Agregacijska funkcija za seznam točk v vsaki gruči, s katero se ustvari oznaka gruče." + "Limits the number of rows that get displayed.": [ + "Omeji število vrstic za prikaz." ], - "Visual Tweaks": ["Nastavitve izgleda"], - "Live render": ["Sprotni izris"], - "Points and clusters will update as the viewport is being changed": [ - "Točke in gruče se bodo posodabljale, če se bo spremenil pogled" + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "Omeji število časovnih vrst za prikaz. S podpoizvedbo (ali dodatno fazo, kjer podpoizvedbe niso podprte) se omeji število časovnih vrst, ki bodo pridobljene za prikaz. Ta funkcija je uporabna pri združevanju s stolpci z veliko kardinalnostjo, vendar poveča kompleksnost poizvedbe." ], - "Map Style": ["Slog zemljevida"], - "Base layer map style": ["Slog osnovnega sloja zemljevida"], - "Opacity": ["Prosojnost"], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Prosojnost vseh gruč, točk in oznak (vrednost med 0 in 1)." + "Line": ["Črta"], + "Line Chart": ["Črtni grafikon"], + "Line Chart (legacy)": [""], + "Line Style": ["Slog črte"], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "Črtni grafikon se uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne točke so med seboj povezane z ravnimi črtami." ], - "RGB Color": ["RGB barva"], - "The color for points and clusters in RGB": [ - "Barva točk in gruč v RGB zapisu" + "Line interpolation as defined by d3.js": [ + "Interpolacija krivulje na osnovi d3.js" ], - "Viewport": ["Pogled"], - "Default longitude": ["Privzeta dolžina"], - "Longitude of default viewport": ["Dolžina privzetega pogleda"], - "Default latitude": ["Privzeta širina"], - "Latitude of default viewport": ["Širina privzetega pogleda"], - "Zoom": ["Povečava"], - "Zoom level of the map": ["Stopnja povečave zemljevida"], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Eden ali več kontrolnikov za združevanje. Pri združevanju morata biti prisotna stolpca širine in dolžine." + "Line width": ["Debelina črte"], + "Linear Color Scheme": ["Linearna barvna shema"], + "Linear color scheme": ["Linearna barvna shema"], + "Lines column": ["Stolpec črt"], + "Lines encoding": ["Kodiranje črt"], + "Link Copied!": ["Povezava kopirana!"], + "List Saved Query": ["Seznam shranjenih poizvedb"], + "List of n+1 values for bucketing metric into n buckets.": [ + "Seznam n+1 vrednosti za mero razvrščanja v n razdelkov." ], - "Light mode": ["Svetli način"], - "Dark mode": ["Temni način"], - "MapBox": ["MapBox"], - "Scatter": ["Raztreseni"], - "Transformable": ["Prilagodljiv"], - "Significance Level": ["Stopnja značilnosti"], - "Threshold alpha level for determining significance": [ - "Mejna vrednost alfa za določanje značilnosti" + "List of values to mark with lines": [ + "Seznam vrednosti, ki bodo markirane s črticami" ], - "p-value precision": ["točnost p-vrednosti"], - "Number of decimal places with which to display p-values": [ - "Število decimalnih mest za prikaz p-vrednosti" + "List of values to mark with triangles": [ + "Seznam vrednosti, ki bodo markirane s trikotniki" ], - "Lift percent precision": ["Točnost procentualnega dviga"], - "Number of decimal places with which to display lift values": [ - "Število decimalnih mest za prikaz vrednosti dviga" + "Live CSS editor": ["CSS urejevalnik v živo"], + "Live render": ["Sprotni izris"], + "Load a CSS template": ["Naloži CSS predlogo"], + "Loaded data cached": ["Podatki so naloženi v predpomnilnik"], + "Loaded from cache": ["Naloženo iz predpomnilnika"], + "Loading...": ["Nalagam ..."], + "Log Scale": ["Logaritemska skala"], + "Log retention": ["Hranjenje dnevnikov"], + "Logarithmic axis": ["Logaritemska os"], + "Logarithmic scale on primary y-axis": [ + "Logaritemska skala na primarni y-osi" ], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "Tabela, ki prikazuje uparjene t-teste, ki se uporabljajo za prikaz statističnih razlik med skupinami." + "Logarithmic scale on secondary y-axis": [ + "Logaritemska skala na sekundarni y-osi" ], - "Paired t-test Table": ["Tabela t-testa za odvisne vzorce"], - "Statistical": ["Statistično"], - "Tabular": ["Tabelarično"], - "Options": ["Možnosti"], - "Data Table": ["Tabela podatkov"], - "Whether to display the interactive data table": [ - "Če želite prikaz interaktivne podatkovne tabele" + "Logarithmic y-axis": ["Logaritemska y-os"], + "Login": ["Prijava"], + "Logout": ["Odjava"], + "Logs": ["Dnevniki"], + "Long dashed": [""], + "Longitude": ["Dolžina"], + "Longitude & Latitude": ["Dolžina in širina"], + "Longitude & Latitude columns": ["Stolpci zemljepisne dolžine in širine"], + "Longitude of default viewport": ["Dolžina privzetega pogleda"], + "MAR": ["MAR"], + "MAY": ["MAJ"], + "MON": ["PON"], + "Main Datetime Column": ["Glavni stolpec Datum-Čas"], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Poskrbite, da so kontrolniki pravilno nastavljeni in podatkovni vir vsebuje podatke za izbrano časovno obdobje" ], - "Include Series": ["Vključi serijo"], - "Include series name as an axis": [ - "Vključi ime podatkovne serije v naslov osi" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Deformirana zahteva. Pričakovani so argumenti slice_id ali table_name in db_name" ], - "Ranking": ["Rangiranje"], - "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ - "Izriše posamezne mere za vsako vrstico podatkov navpično in jih med seboj poveže kot črto. Grafikon je uporaben za primerjavo več mer med vsemi vzorci ali vrsticami podatkov." + "Manage": ["Upravljaj"], + "Manage email report": ["Upravljaj e-poštno poročilo"], + "Manage your databases": ["Upravljajte podatkovne baze"], + "Mandatory": ["Obvezno"], + "Mangle Duplicate Columns": ["Odstrani podvojene stolpce"], + "Map": ["Zemljevid"], + "Map Style": ["Slog zemljevida"], + "MapBox": ["MapBox"], + "Mapbox": ["Mapbox"], + "March": ["Marec"], + "Margin": ["Rob"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Označite stolpec kot časoven preko okna \"Uredi podatkovni vir\"" ], - "Coordinates": ["Koordinate"], - "Directional": ["Usmerjeni"], - "Time Series Options": ["Možnosti časovne vrste"], - "Not Time Series": ["Ni časovna vrsta"], - "Ignore time": ["Ne upoštevaj časa"], - "Time Series": ["Časovna vrsta"], - "Standard time series": ["Standardna časovna vrsta"], - "Aggregate Mean": ["Agregirano povprečje"], + "Marker": ["Marker"], + "Marker Size": ["Velikost markerja"], + "Marker labels": ["Oznake markerjev"], + "Marker line labels": ["Oznake markirnih črtic"], + "Marker lines": ["Markirne črtice"], + "Marker size": ["Velikost markerja"], + "Markers": ["Markerji"], + "Markup type": ["Tip označevanja"], + "Max": ["Max"], + "Max Bubble Size": ["Max. velikost mehurčka"], + "Max Events": ["Max. dogodkov"], + "Maximum": ["Maksimum"], + "Maximum Font Size": ["Max. velikost pisave"], + "Maximum Radius": ["Max. polmer"], + "Maximum value on the gauge axis": ["Največja vrednost na številčnici"], + "May": ["Maj"], "Mean of values over specified period": [ "Povprečna vrednost v dani periodi" ], - "Aggregate Sum": ["Agregirana vsota"], - "Sum of values over specified period": ["Vsota vrednosti v dani periodi"], - "Difference": ["Razlika"], + "Median": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Mediana debeline povezave. Najdebelejša povezava bo 4-krat debelejša od najtanjše." + ], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "Mediana velikosti vozlišča. Največje vozlišče bo 4-krat večje od najmanjšega" + ], + "Medium": ["Srednje"], + "Menu actions trigger": ["Preklapljanje funkcionalnosti menijev"], + "Message content": ["Vsebina sporočila"], + "Metadata": ["Metapodatki"], + "Metadata Parameters": ["Parametri metapodatkov"], + "Metadata has been synced": ["Metapodatki so sinhronizirani"], + "Method": ["Metoda"], + "Metric": ["Mera"], + "Metric '%(metric)s' does not exist": ["Mera '%(metric)s' ne obstaja"], + "Metric ascending": ["Naraščajoča mera"], + "Metric assigned to the [X] axis": ["Mera za [X] os"], + "Metric assigned to the [Y] axis": ["Mera za [Y] os"], "Metric change in value from `since` to `until`": [ "Sprememba mere od vrednosti \"OD\" do \"DO\"" ], - "Percent Change": ["Procentualna sprememba"], + "Metric descending": ["Padajoča mera"], + "Metric factor change from `since` to `until`": [ + "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" + ], + "Metric for node values": ["Mera za vrednosti vozlišč"], + "Metric name": ["Ime mere"], + "Metric name [%s] is duplicated": ["Ime mere [%s] je podvojeno"], "Metric percent change in value from `since` to `until`": [ "Procentualna sprememba mere od vrednosti \"OD\" do \"DO\"" ], - "Factor": ["Faktor"], - "Metric factor change from `since` to `until`": [ - "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" + "Metric that defines the size of the bubble": [ + "Mera, ki določa velikost mehurčka" ], - "Advanced Analytics": ["Napredna analitika"], - "Use the Advanced Analytics options below": [ - "Uporabite spodnje možnosti napredne analitike" + "Metric to display bottom title": ["Mera za prikaz spodnjega naslova"], + "Metric to sort the results by": ["Mera za razvrščanje rezultatov"], + "Metric used as a weight for the grid's coloring": [ + "Mera, ki služi kot utež za barvo mreže" ], - "Settings for time series": ["Nastavitve časovne vrste"], - "Date Time Format": ["Oblika zapisa Datum-Časa"], - "Partition Limit": ["Omejitev particij"], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "Največje število podrazdelkov posamezne skupine; nižje vrednosti so zanemarjene prve" + "Metric used to calculate bubble size": [ + "Mera za izračun velikosti mehurčkov" ], - "Partition Threshold": ["Prag particije"], - "Partitions whose height to parent height proportions are below this value are pruned": [ - "Particije z nižjim razmerjem med njihovo višino in dolžino starša so zanemarjene" + "Metric used to control height": ["Mera za določanje višine"], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." ], - "Log Scale": ["Logaritemska skala"], - "Use a log scale": ["Uporabi logaritemsko skalo"], - "Equal Date Sizes": ["Enaki datumi"], - "Check to force date partitions to have the same height": [ - "Če želite, da imajo datumske particije enako višino" + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." ], - "Rich Tooltip": ["Podroben opis orodja"], - "The rich tooltip shows a list of all series for that point in time": [ - "Podroben opis orodja prikaže seznam vseh podatkovnih serij za posamezno časovno točko" + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Mera, ki določa kako je razvrščena meja, če je določena omejitev serij. Če ni določena, se uporabi prva mera (kjer je to ustrezno)." ], - "Rolling Window": ["Drseče okno"], - "Rolling Function": ["Drseča funkcija"], - "Min Periods": ["Min. št. period"], - "Time Comparison": ["Časovna primerjava"], - "Time Shift": ["Časovni zamik"], - "Method": ["Metoda"], - "Part of a Whole": ["Del celote"], - "Compare the same summarized metric across multiple groups.": [ - "Primerja isto mero med različnimi skupinami." + "Metrics": ["Mere"], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "Mera, za katero je prikazan odstotek od celote. Izračunan je samo iz podatkov znotraj omejitve števila vrstic." ], - "Partition Chart": ["Grafikon razdelkov"], - "Categorical": ["Kategorični"], - "Pivot Options": ["Vrtilne možnosti"], - "Aggregation function": ["Agregacijska funkcija"], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" - ], - "Show totals": ["Pokaži vsote"], - "Display total row/column": ["Pokaži vsote vrstic/stolpcev"], - "Combine Metrics": ["Združuj mere"], - "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ - "Prikazuj mere eno ob drugi ob vsakem stolpcu, drugače je vsak stolpec prikazan en ob drugem za vsako mero." + "Midnight": ["Polnoč"], + "Min": ["Min"], + "Min Periods": ["Min. št. period"], + "Min Width": ["Min. širina"], + "Min periods": ["Min. št. period"], + "Min/max (no outliers)": [""], + "Mine": ["Moje"], + "Minimum": ["Minimum"], + "Minimum Font Size": ["Min. velikost pisave"], + "Minimum Radius": ["Min. polmer"], + "Minimum leaf node event count": ["Min. število dogodkov za list"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Minimalni polmer kroga v pikslih. S tem je določen minimalni polmer kroga, ko se spreminja stopnja povečave." ], - "Transpose Pivot": ["Transponirano vrtenje"], - "Swap Groups and Columns": ["Zamenjaj Skupine in Stolpce"], - "Date format": ["Oblika zapisa datuma"], - "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ - "Uporablja se za predstavitev podatkov z združevanjem različnih statistik na dveh oseh. Npr. Prodaja po regijah in mesecih, Naloge po statusih in izvajalcih, aktivni uporabniki po starosti in lokaciji.\n\n Ta grafikon se opušča. Priporočamo uporabo Vrtilne tabele V2!" + "Minimum threshold in percentage points for showing labels.": [ + "Minimalni prag v odstotnih točkah za prikaz oznak." ], - "Use Area Proportions": ["Uporabi razmerje površin"], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "Če želite, da grafikon \"Rose\" uporablja površino segmenta namesto radija za proporcioniranje" + "Minimum value for label to be displayed on graph.": [ + "Najmanjša vrednost, za katero bo na grafikonu prikazana oznaka." ], - "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ - "Grafikon s polarnimi koordinatami, kjer je krog razdeljen na enakokotne izseke, vrednosti pa so ponazorjene s ploščino izseka (namesto polmera ali kota)." + "Minimum value on the gauge axis": ["Najmanjša vrednost na številčnici"], + "Minor Split Line": ["Manjša ločilna črta"], + "Minute": ["Minuta"], + "Minutes %s": ["Minute %s"], + "Missing URL parameters": ["Manjkajo parametri URL-ja"], + "Missing dataset": ["Manjka podatkovni set"], + "Mixed Chart": ["Kombinirani grafikon"], + "Mixed Time-Series": ["Kombiniran grafikon časovne vrste"], + "Modified": ["Spremenjeno"], + "Modified %s": ["Zadnja sprememba %s"], + "Modified by": ["Spremenil"], + "Modified columns: %s": ["Spremenjeni stolpci: %s"], + "Monday": ["Ponedeljek"], + "Month": ["Mesec"], + "Months %s": ["Meseci %s"], + "Move only": ["Samo premikanje"], + "Moves the given set of dates by a specified interval.": [ + "Premakne dani nabor datumov za definirano obdobje." ], - "Nightingale Rose Chart": ["Nightingale Rose grafikon"], - "Advanced-Analytics": ["Napredna analitika"], + "Multi-Dimensions": ["Večdimenzionalni"], "Multi-Layers": ["Večplastni"], - "Source / Target": ["Izhodišče/Cilj"], - "Choose a source and a target": ["Izberite izhodišče in cilj"], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ - "Omejitev vrstic lahko povzroči nepopolne podatke in zavajajoč grafikon. Premislite o uporabi filtriranja ali združevanja imen izvorov/ciljev." + "Multi-Levels": ["Večplastni"], + "Multi-Variables": ["Več spremenljivk"], + "Multiple": ["Več"], + "Multiple Line Charts": ["Veččrtni grafikon"], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Za nalaganje stolpčnih datotek niso dovoljene različne končnice. Poskrbite, da imajo vse datoteke enake končnice." ], - "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ - "Prikaže potek vrednosti različnih skupin na različnih nivojih sistema. Novi nivoji so prikazani kot točke ali plasti. Debelina stolpcev ali povezav predstavlja prikazano mero." + "Multiple filtering": ["Večkratno filtriranje"], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Sprejema različne zapise - podrobnosti najdete v Pythonovi knjižnici geopy.points" ], - "Demographics": ["Demografija"], - "Survey Responses": ["Rezultati anket"], - "Sankey Diagram": ["Sankey grafikon"], - "Percentages": ["Procenti"], - "Sankey Diagram with Loops": ["Sankey grafikon z zankami"], - "Primary Metric": ["Primarna mera"], - "The primary metric is used to define the arc segment sizes": [ - "Primarna mera določa velikost lokov segmentov" + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "Lahko izberete več elementov, drugače pa je filter omejen na eno vrednost" ], - "Secondary Metric": ["Sekundarna mera"], - "[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": [ - "[opcijsko] sekundarna mera določa barvo kot razmerje do primarne mere. Če je izpuščena, je barva določena kategorično na podlagi oznak" + "Multiplier": ["Množitelj"], + "Must be unique": ["Mora biti unikaten"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Mora imeti stolpec [Združevanje], da ima število (count) kot [Oznaka]" ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Če je podana samo primarna metrika, je uporabljena kategorična barvna skala." + "Must have at least one numeric column specified": [ + "Definiran mora biti vsaj en numerični stolpec" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." + "Must provide credentials for the SSH Tunnel": [""], + "Must specify a value for filters with comparison operators": [ + "Potrebno je podati vrednost za filter s primerjalnim operandom" ], - "Hierarchy": ["Hierarhija"], - "This defines the level of the hierarchy": ["Določa stopnjo hierarhije"], - "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ - "S pomočjo krogov prikaže potek podatkov na različnih nivojih sistema. S premikom kurzorja prikaže vrednosti na posameznem nivoju. Uporabno za večnivojsko, večskupinsko vizualizacijo." + "My beautiful colors": ["Moje čudovite barve"], + "My column": ["Moj stolpec"], + "My metric": ["Moja mera"], + "N/A": ["N/A"], + "NOT GROUPED BY": ["NOT GROUPED BY"], + "NOV": ["NOV"], + "NOW": ["ZDAJ"], + "Name": ["Ime"], + "Name is required": ["Zahtevano je ime"], + "Name must be unique": ["Ime mora biti unikatno"], + "Name of table to be created from columnar data.": [ + "Ime tabele, ki bo ustvarjena iz podatkov v stolpcih." ], - "Sunburst Chart": ["Večnivojski tortni grafikon"], - "Multi-Levels": ["Večplastni"], - "Ratio": ["Razmerje"], - "Target aspect ratio for treemap tiles.": [ - "Ciljno razmerje za razdelke drevesnega grafikona." + "Name of table to be created from excel data.": [ + "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." ], - "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ - "Prikaže zgradbo podatkovnega seta na podlagi segmentacije danega pravokotnika na manjše pravokotnike, pri čemer je ploščina sorazmerna vrednostim oz. deležem. Pravokotniki se lahko dodatno hierarhično segmentirajo." + "Name of the column containing the id of the parent node": [ + "Ime stolpca, ki vsebuje id nadrejenega vozlišča" ], - "Country Field Type": ["Tip polja za države"], - "The country code standard that Superset should expect to find in the [country] column": [ - "Standard za oznake držav, ki bodo podane v stolpcu z državami" + "Name of the id column": ["Naziv id-stolpca"], + "Name of the source nodes": ["Imena izvornih vozlišč"], + "Name of the table that exists in the source database": [ + "Ime tabele, ki obstaja v izvorni podatkovni bazi" ], - "Show Bubbles": ["Prikaži mehurčke"], - "Whether to display bubbles on top of countries": [ - "Če želite prikaz mehurčkov nad državami" + "Name of the target nodes": ["Imena ciljnih vozlišč"], + "Name your database": ["Poimenujte podatkovno bazo"], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], + "Network error": ["Napaka omrežja"], + "Network error.": ["Napaka omrežja."], + "New chart": ["Nov grafikon"], + "New columns added: %s": ["Dodani novi stolpci: %s"], + "New filter set": ["Nov set filtrov"], + "New tab": ["Nov zavihek"], + "New tab (Ctrl + q)": ["Nov zavihek (Ctrl + q)"], + "New tab (Ctrl + t)": ["Nov zavihek (Ctrl + t)"], + "Next": ["Naslednji"], + "Nightingale Rose Chart": ["Nightingale Rose grafikon"], + "No": ["Ne"], + "No %s yet": ["%s še ne obstajajo"], + "No Access!": ["Ni dostopa!"], + "No Data": ["Ni podatkov"], + "No Results": ["Ni rezultatov"], + "No annotation layers": ["Ni slojev z oznakami"], + "No annotation layers yet": ["Slojev z oznakami še ni"], + "No annotation yet": ["Oznak še ni"], + "No available filters.": ["Ni razpoložljivih filtrov."], + "No charts": ["Ni grafikonov"], + "No columns": ["Brez stolpcev"], + "No compatible columns found": ["Ni najdenih skladnih stolpcev"], + "No dashboards": ["Ni nadzornih plošč"], + "No data": ["Ni podatkov"], + "No data after filtering or data is NULL for the latest time record": [ + "Ni podatkov po filtriranju ali pa imajo vrednost NULL za zadnji časovni zapis" ], - "Max Bubble Size": ["Max. velikost mehurčka"], - "Color by": ["Barva glede na"], - "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ - "Izberite, če želite barvanje držav glede na mero ali kategorično določeno barvno paleto" + "No data in file": ["V datoteki ni podatkov"], + "No databases match your search": [ + "Nobena podatkovna baza ne ustreza iskanju" ], - "Country Column": ["Stolpec z državami"], - "3 letter code of the country": ["Tričrkovna oznaka države"], - "Metric that defines the size of the bubble": [ - "Mera, ki določa velikost mehurčka" + "No description available.": ["Opisa ni na razpolago."], + "No dimensions available for drill by": [""], + "No favorite charts yet, go click on stars!": [ + "Priljubljenih grafikonov še ni. Kliknite na zvezdice!" ], - "Bubble Color": ["Barva mehurčka"], - "Country Color Scheme": ["Barvna shema držav"], - "A map of the world, that can indicate values in different countries.": [ - "Zemljevid sveta, ki lahko prikazuje vrednosti po državah." + "No favorite dashboards yet, go click on stars!": [ + "Priljubljenih nadzornih plošč še ni. Kliknite na zvezdice!" ], - "Multi-Dimensions": ["Večdimenzionalni"], - "Multi-Variables": ["Več spremenljivk"], - "Popular": ["Priljubljeni"], - "deck.gl charts": ["grafikoni deck.gl"], - "Pick a set of deck.gl charts to layer on top of one another": [ - "Izberite nabor deck.gl grafikonov, ki bodo nanizani en na drugem" + "No filter": ["Brez filtra"], + "No filter is selected.": ["Noben filter ni izbran."], + "No form settings were maintained": ["Nastavitve forme se niso ohranile"], + "No of Bins": ["Št. razdelkov"], + "No records found": ["Ni zapisov"], + "No results": ["Ni rezultatov"], + "No results found": ["Rezultati niso najdeni"], + "No results match your filter criteria": [ + "Noben rezultat ne ustreza vašim kriterijem" ], - "Select charts": ["Izberi grafikone"], - "Error while fetching charts": ["Napaka pri pridobivanju grafikonov"], - "Compose multiple layers together to form complex visuals.": [ - "Združi več plasti za oblikovanje kompleksnih vizualizacij." + "No results were returned for this query": [ + "Poizvedba ni vrnila rezultatov" ], - "deck.gl Multiple Layers": ["deck.gl - večplastni grafikon"], - "deckGL": ["deckGL"], - "Data has no time steps": ["Podatki nimajo časovnih korakov"], - "Start Longitude & Latitude": ["Začetna Dolž. in Širina"], - "Point to your spatial columns": [ - "Pokažite na stolpec z lokacijskimi podatki" + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "Poizvedba ni vrnila rezultatov. Če ste pričakovali rezultate, poskrbite, da so filtri pravilno nastavljeni in podatkovni vir vsebuje podatke za izbrano časovno obdobje." ], - "End Longitude & Latitude": ["Končna Dolž. in Širina"], - "Arc": ["Lok"], - "Target Color": ["Ciljna barva"], - "Color of the target location": ["Barva ciljne lokacije"], - "Categorical Color": ["Kategorična barva"], - "Pick a dimension from which categorical colors are defined": [ - "Izberite dimenzijo, ki bo določala kategorične barve" + "No samples were returned for this dataset": [ + "Za podatkovni set ni vrnjenih vzorcev" ], - "Stroke Width": ["Debelina obrobe"], - "Advanced": ["Napredno"], - "Plot the distance (like flight paths) between origin and destination.": [ - "Izriši razdalje (kot letalske koridorje) med izhodiščem in ciljem." + "No saved expressions found": ["Shranjeni izrazi niso najdeni"], + "No saved metrics found": ["Shranjene mere niso najdene"], + "No stored results found, you need to re-run your query": [ + "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" ], - "deck.gl Arc": ["deck.gl - grafikon lokov"], - "3D": ["3D"], - "Web": ["Mreža"], - "GeoJson Settings": ["GeoJson nastavitve"], - "Point Radius Scale": ["Skaliranje radija točk"], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "GeoJsonLayer uporablja podatke v formatu GeoJSON in jih izriše kot interaktivne poligone, črte in točke (krogi, ikone in/ali besedila)." + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Tak stolpec ni najden. Za filtriranje po meri uporabite prilagojen SQL zavihek." ], - "deck.gl Geojson": ["deck.gl - GeoJson grafikon"], - "Height": ["Višina"], - "Metric used to control height": ["Mera za določanje višine"], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ - "Prikaz geoprostorskih podatkov kot so 3D zgradbe, parcele ali objekti v mrežnem pogledu." + "No temporal columns found": ["Ni najdenih časovnih stolpcev"], + "No time columns": ["Ni časovnih stolpcev"], + "No validator found (configured for the engine)": [ + "Potrjevalnik ni najden (nastavljen za podatkovno bazo)" ], - "deck.gl Grid": ["deck.gl - grafikon mreže"], - "Experimental": ["Eksperimentalno"], - "Dynamic Aggregation Function": ["Dinamična agregacijska funkcija"], - "The function to use when aggregating points into groups": [ - "Funkcija za agregacijo točk v skupine" + "No validator named {} found (configured for the {} engine)": [ + "Potrjevalnik {} ni bil najden (nastavljen za podatkovno bazo {})" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ - "Prikaže šestkotno mrežo na zemljevidu in agregira podatke znotraj meja vsake celice." - ], - "deck.gl 3D Hexagon": ["deck.gl - grafikon 3D šestkotnikov"], - "Visualizes connected points, which form a path, on a map.": [ - "Na zemljevidu prikaže povezane točke, ki tvorijo pot." - ], - "deck.gl Path": ["deck.gl - grafikon poti"], - "Polygon Column": ["Stolpec poligonov"], - "Polygon Encoding": ["Kodiranje poligonov"], - "Elevation": ["Višina"], - "Polygon Settings": ["Nastavitve poligonov"], - "Opacity, expects values between 0 and 100": [ - "Prosojnost, vnesite vrednosti med 0 in 100" + "Node label position": ["Položaj oznake vozlišča"], + "Node select mode": ["Način izbire vozlišč"], + "Node size": ["Velikost vozlišča"], + "None": ["Brez"], + "None -> Arrow": ["Brez -> Puščica"], + "None -> None": ["Brez -> Brez"], + "Normal": ["Normalna"], + "Normalize Across": ["Normiraj glede na"], + "Normalized": ["Normiran"], + "Not Time Series": ["Ni časovna vrsta"], + "Not null": ["Ni nič (null)"], + "Not triggered": ["Ni sproženo"], + "Not up to date": ["Ni posodobljeno"], + "Nothing triggered": ["Ni ni sproženo"], + "Notification method": ["Način obveščanja"], + "November": ["November"], + "Now": ["Zdaj"], + "Null or Empty": ["Nič (NULL) ali prazen"], + "Null values": ["Prazne (Null) vrednosti"], + "Number Format": ["Oblika zapisa števila"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" ], + "Number format": ["Oblika zapisa števila"], "Number of buckets to group data": [ "Število razdelkov za združevanje podatkov" ], - "How many buckets should the data be grouped in.": [ - "V koliko razdelkov bodo razvrščeni podatki." - ], - "Bucket break points": ["Točke za razčlenitev razdelkov"], - "List of n+1 values for bucketing metric into n buckets.": [ - "Seznam n+1 vrednosti za mero razvrščanja v n razdelkov." - ], - "Emit Filter Events": ["Oddajaj dogodke filtrov"], - "Whether to apply filter when items are clicked": [ - "Če želite uporabiti filter, ko kliknete na elemente" - ], - "Multiple filtering": ["Večkratno filtriranje"], - "Allow sending multiple polygons as a filter event": [ - "Dovoli pošiljanje več poligonov kot dogodek filtra" + "Number of decimal digits to round numbers to": [ + "Število decimalnih mest za zaokroževanje števil" ], - "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ - "Prikaže geografsko območje kot poligone na zemljevidu zagotovljenim preko storitve Mapbox. Poligoni so lahko obarvani glede na mero." + "Number of decimal places with which to display lift values": [ + "Število decimalnih mest za prikaz vrednosti dviga" ], - "deck.gl Polygon": ["deck.gl - grafikon poligonov"], - "Point Size": ["Velikost točke"], - "Point Unit": ["Enota točke"], - "Minimum Radius": ["Min. polmer"], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ - "Minimalni polmer kroga v pikslih. S tem je določen minimalni polmer kroga, ko se spreminja stopnja povečave." + "Number of decimal places with which to display p-values": [ + "Število decimalnih mest za prikaz p-vrednosti" ], - "Maximum Radius": ["Max. polmer"], - "Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ - "Maksimalni polmer kroga v pikslih. S tem je določen maksimalni polmer kroga, ko se spreminja stopnja povečave." + "Number of rows of file to read.": [ + "Število vrstic v datoteki za branje." ], - "Point Color": ["Barva točke"], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "Zemljevid, ki na zemljepisnih koordinatah prikazuje kroge s spremenljivim polmerom" + "Number of rows to skip at start of file.": [ + "Število vrstic, ki se izpustijo na začetku datoteke." ], - "deck.gl Scatterplot": ["deck.gl - raztreseni grafikon"], - "Grid": ["Mreža"], - "Weight": ["Utež"], - "Metric used as a weight for the grid's coloring": [ - "Mera, ki služi kot utež za barvo mreže" + "Number of split segments on the axis": ["Število razdelkov na osi"], + "Number of steps to take between ticks when displaying the X scale": [ + "Število korakov med oznakami pri prikazu X-osi" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "Agregira podatke znotraj meja celic in agregirane vrednosti ponazori z dinamično barvno lestvico" + "Number of steps to take between ticks when displaying the Y scale": [ + "Število korakov med oznakami pri prikazu Y-osi" ], - "deck.gl Screen Grid": ["deck.gl - grafikon mreže"], - "For more information about objects are in context in the scope of this function, refer to the": [ - "Za dodatne informacije o objektih v kontekstu te funkcije si oglejte" + "Numerical range": ["Številski obseg"], + "OCT": ["OKT"], + "OK": ["OK"], + "OVERWRITE": ["OVERWRITE"], + "October": ["Oktober"], + "Offline": ["Offline"], + "Offset": ["Odmik"], + "On Grace": ["V mirovanju"], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj vsebuje omejitev serij, s čimer omejite število pridobljenih in prikazanih serij." ], - " source code of Superset's sandboxed parser": [ - " izvorno kodo za Supersetov \"sandboxed parser\"" + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj vsebuje mero za razvrščanje in omjitev serij, s čimer omejite število pridobljenih in prikazanih serij." ], - "This functionality is disabled in your environment for security reasons.": [ - "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." + "One or many columns to pivot as columns": [ + "En ali več stolpcev za stolpčno vrtenje" ], - "Ignore null locations": ["Izpusti prazne lokacije"], - "Whether to ignore locations that are null": [ - "Če ne želite upoštevati praznih (NULL) lokacij" + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Eden ali več kontrolnikov za združevanje. Pri združevanju morata biti prisotna stolpca širine in dolžine." ], - "Auto Zoom": ["Samodejna povečava"], - "When checked, the map will zoom to your data after each query": [ - "Če želite, da se zemljevid prilagodi vašim podatkom po vsaki poizvedbi" + "One or many controls to pivot as columns": [ + "En ali več kontrolnikov za stolpčno vrtenje" ], - "Dimension": ["Dimenzija"], - "Select a dimension": ["Izberite dimenzijo"], - "Extra data for JS": ["Dodatni podatki za JS"], - "List of extra columns made available in Javascript functions": [ - "Seznam dodatnih podatkov, ki so na razpolago v Javascript funkcijah" + "One or many metrics to display": ["Ena ali več mer za prikaz"], + "One or more columns already exist": ["En ali več stolpcev že obstaja"], + "One or more columns are duplicated": [ + "En ali več stolpcev je podvojenih" ], - "Javascript data interceptor": ["Javascript prestreznik podatkov"], - "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.": [ - "Določite Javascript funkcijo, ki sprejme podatkovni niz za vizualizacijo in vrne spremenjeno verzijo tega niza. Lahko se uporabi za spreminjanje lastnosti podatkov, filtra ali obogatitve niza." + "One or more columns do not exist": ["En ali več stolpcev ne obstaja"], + "One or more metrics already exist": ["Ena ali več mer že obstaja"], + "One or more metrics are duplicated": ["Ena ali več mer je podvojenih"], + "One or more metrics do not exist": ["Ena ali več mer ne obstaja"], + "One or more parameters needed to configure a database are missing.": [ + "En ali več parametrov, potrebnih za nastavitev podatkovne baze, manjka." ], - "Javascript tooltip generator": ["Javascript generator opisa orodja"], - "Define a function that receives the input and outputs the content for a tooltip": [ - "Določite funkcijo, ki sprejme vhodne podatke in vrne vsebino opisa orodja" + "One or more parameters specified in the query are malformatted.": [ + "En ali več parametrov v SQL-poizvedbi ima napačno obliko." ], - "Javascript onClick href": ["Javascript onClick href"], - "Define a function that returns a URL to navigate to when user clicks": [ - "Določite funkcijo, ki vrne URL za navigacijo, ko uporabnik klikne" + "One or more parameters specified in the query are missing.": [ + "En ali več parametrov v SQL-poizvedbi manjka." ], - "Legend Format": ["Oblika legende"], - "Choose the format for legend values": [ - "Izberite obliko vrednosti legende" + "One ore more annotation layers failed loading.": [ + "Eden ali več slojev z oznakami se ni naložil." ], - "Legend Position": ["Položaj legende"], - "Choose the position of the legend": ["Izberite položaj legende"], - "Lines column": ["Stolpec črt"], - "The database columns that contains lines information": [ - "Stolpec v podatkovni bazi, ki vsebuje podatke črt" + "Only SELECT statements are allowed against this database.": [ + "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." ], - "Line width": ["Debelina črte"], - "The width of the lines": ["Debelina črt"], - "Fill Color": ["Barva polnila"], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - " Nastavite prosojnost na 0, če želite obdržati barvo določeno v GeoJSON" + "Only Total": ["Samo vsota"], + "Only `SELECT` statements are allowed": [ + "Dovoljeni so le `SELECT` stavki" ], - "Stroke Color": ["Barva obrobe"], - "Filled": ["Zapolnjeno"], - "Whether to fill the objects": ["Če želite zapolniti objekte"], - "Stroked": ["Obrobljeno"], - "Whether to display the stroke": ["Če želite prikazati obrobe"], - "Extruded": ["Relief"], - "Grid Size": ["Velikost mreže"], - "Defines the grid size in pixels": ["Določa velikost mreže v pikslih"], - "Parameters related to the view and perspective on the map": [ - "Parametri povezani s pogledom in perspektivo zemljevida" + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only selected panels will be affected by this filter": [ + "Ta filter bo vplival le na izbrane panele" ], - "Longitude & Latitude": ["Dolžina in širina"], - "Fixed point radius": ["Fiksni radij točk"], - "Multiplier": ["Množitelj"], - "Factor to multiply the metric by": ["Faktor, s katerim množite mero"], - "Lines encoding": ["Kodiranje črt"], - "The encoding format of the lines": ["Oblika kodiranja črt"], - "Reverse Lat & Long": ["Zamenjaj širino in dolžino"], - "GeoJson Column": ["GeoJson stolpec"], - "Select the geojson column": ["Izberite geojson stolpec"], - "Right Axis Format": ["Oblika desne osi"], - "Show Markers": ["Prikaži markerje"], - "Show data points as circle markers on the lines": [ - "Pokaži točke kot krožne markerje na krivuljah" + "Only show the total value on the stacked chart, and not show on the selected category": [ + "Na naloženem grafikonu prikaži samo skupno vsoto, za izbrane kategorije pa ne" ], - "Y bounds": ["Y meje"], - "Whether to display the min and max values of the Y-axis": [ - "Če želite prikaz min. in max. vrednosti Y-osi" + "Only single queries supported": ["Podprte so le enojne poizvedbe"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Dovoljene so le naslednje končnice: %(allowed_extensions)s" ], - "Y 2 bounds": ["Meje Y 2"], - "Line Style": ["Slog črte"], - "Line interpolation as defined by d3.js": [ - "Interpolacija krivulje na osnovi d3.js" + "Opacity": ["Prosojnost"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "Prosojnost ploščinskega grafikona. Upošteva se tudi za interval zaupanja." ], - "Show Range Filter": ["Pokaži filter obdobja"], - "Whether to display the time range interactive selector": [ - "Če želite prikaz interaktivnega izbirnika časovnega obdobja" + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "Prosojnost vseh gruč, točk in oznak (vrednost med 0 in 1)." ], - "Extra Controls": ["Dodatni kontrolniki"], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Če želite prikaz dodatnih kontrolnikov. Dodatni kontrolniki vključujejo možnost izdelave večstolpčnih grafikonov, naloženih ali drug ob drugem." + "Opacity of area chart.": ["Prosojnost ploščinskega grafikona."], + "Opacity, expects values between 0 and 100": [ + "Prosojnost, vnesite vrednosti med 0 in 100" ], - "X Tick Layout": ["Postavitev oznak na X-osi"], - "The way the ticks are laid out on the X-axis": [ - "Način razporeditve oznak na X-osi" + "Open Datasource tab": ["Odpri zavihek s podatkovnim virom"], + "Open in SQL Lab": ["Odpri v SQL laboratoriju"], + "Open query in SQL Lab": ["Odpri poizvedbo v SQL laboratoriju"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe zaženejo na oddaljenih »delavcih« in ne na samem spletnem strežniku. S tem je predpostavljeno, da imate nastavljenega »delavca« za Celery in zaledni sistem za rezultate. Več informacij je v navodilih za namestitev." ], - "X Axis Format": ["Oblika X-osi"], - "Y Log Scale": ["Logaritemska Y-os"], - "Use a log scale for the Y-axis": ["Uporabi logaritemsko skalo za Y-os"], - "Y Axis Bounds": ["Meje Y-osi"], - "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.": [ - "Meje Y-osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." + "Operator": ["Operator"], + "Operator undefined for aggregator: %(name)s": [ + "Operand ni definiran za agregatorja: %(name)s" ], - "Y Axis 2 Bounds": ["Meje Y 2-osi"], - "X bounds": ["Meje X-osi"], - "Whether to display the min and max values of the X-axis": [ - "Če želite prikaz min. in max. vrednosti X-osi" + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Opcijska CA_BUNDLE vsebina, za potrjevanje HTTPS zahtev. Razpoložljivo le na določenih sistemih podatkovnih baz." ], - "Bar Values": ["Vrednosti stolpcev"], - "Show the value on top of the bar": [ - "Prikaži vrednosti na vrhu stolpcev" + "Optional name of the data column.": [ + "Opcijsko ime podatkovnega stolpca." ], - "Stacked Bars": ["Naloženi stolpci"], - "Reduce X ticks": ["Manj oznak X-osi"], - "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ - "Zmanjša število izrisanih oznak na X-osi. Če je vklopljeno, se x-os ne bo prelila in lahko oznake manjkajo. Če je izklopljeno, bo upoštevana min. širina stolpcev, ki pa se lahko prelije v horizontalni drsnik." + "Optional warning about use of this metric": [ + "Opcijsko opozorilo za uporabo te mere" ], - "You cannot use 45° tick layout along with the time range filter": [ - "Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45° kotom" + "Optionally add a detailed description": [""], + "Options": ["Možnosti"], + "Or choose from a list of other databases we support:": [ + "Ali izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" ], - "Stacked Style": ["Slog nalaganja"], - "Evolution": ["Evolucija"], - "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ - "Grafikon časovne vrste, ki prikaže kako se povezane mere skupin spreminjajo skozi čas. Vsaka skupina je prikazana s svojo barvo." + "Order by entity id": ["Uredi po ID entitete"], + "Order results by selected columns": [ + "Razvrsti rezultate glede na izbrani stolpec" ], - "Stretched style": ["Raztegnjen slog"], - "Stacked style": ["Naložen slog"], - "Video game consoles": ["Igralne konzole"], - "Vehicle Types": ["Vrste vozil"], - "Area Chart": ["Ploščinski grafikon"], - "Continuous": ["Zvezno"], - "Line": ["Črta"], - "nvd3": ["nvd3"], - "Deprecated": ["Zastarelo"], - "Series Limit Sort By": ["Razvrščanje omejitev serije"], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Mera, ki določa kako je razvrščena meja, če je določena omejitev serij. Če ni določena, se uporabi prva mera (kjer je to ustrezno)." + "Ordering": ["Razvrščanje"], + "Orientation of bar chart": ["Orientacija stolpčnega grafikona"], + "Orientation of tree": ["Orientacija drevesa"], + "Original": ["Izvoren"], + "Original table column order": ["Vrstni red stolpcev izvorne tabele"], + "Original value": ["Izvorna vrednost"], + "Orthogonal": ["Pravokotna"], + "Other": ["Ostali"], + "Outdoors": [""], + "Outer Radius": ["Zunanji polmer"], + "Outer edge of Pie chart": ["Zunanji rob tortnega grafikona"], + "Overlap": ["Prekrivanje"], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "Zamaknite eno ali več časovnih vrst za relativno časovno obdobje. Vnaša se relativne časovne razlike v naravnem jeziku (npr. 24 ur, 7 dni, 52 tednov, 365 dni). Prosto besedilo je podprto." ], - "Series Limit Sort Descending": ["Razvrsti padajoče"], - "Whether to sort descending or ascending if a series limit is present": [ - "Če želite padajoče ali naraščajoče razvrščanje, ko je prisotna omejitev serije" + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Prikaže šestkotno mrežo na zemljevidu in agregira podatke znotraj meja vsake celice." ], - "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ - "Prikaže spreminjanje mere skozi čas s pomočjo stolpcev. Z dodajanjem stolpcev za združevanje prikaže mere skupin in njihovo spreminjanje." + "Overwrite": ["Prepiši"], + "Overwrite & Explore": ["Prepiši & Razišči"], + "Overwrite Dashboard [%s]": ["Prepiši nadzorno ploščo [%s]"], + "Overwrite existing": ["Prepiši obstoječe"], + "Overwrite text in the editor with a query on this table": [ + "Besedilo v urejevalniku prepišite s poizvedbo na to tabelo" ], - "Time-series Bar Chart": ["Stolpčni grafikon za časovno vrsto"], - "Bar": ["Stolpec"], - "Vertical": ["Navpično"], - "Box Plot": ["Box Plot"], - "X Log Scale": ["Logaritemska X-os"], - "Use a log scale for the X-axis": ["Uporabi logaritemsko skalo za X-os"], - "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ - "Prikaže mero v treh dimenzijah podatkov na istem grafikonu (x os, y os, velikost mehurčka). Mehurčki v isti skupini so predstavljeni z barvo." + "Owned Created or Favored": [""], + "Owner": ["Lastnik"], + "Owners": ["Lastniki"], + "Owners are invalid": ["Lastniki niso veljavni"], + "Owners is a list of users who can alter the dashboard.": [ + "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." ], - "Ranges": ["Razponi"], - "Ranges to highlight with shading": ["Razponi za označitev s senčenjem"], - "Range labels": ["Oznake razponov"], - "Labels for the ranges": ["Oznake za razpone"], - "Markers": ["Markerji"], - "List of values to mark with triangles": [ - "Seznam vrednosti, ki bodo markirane s trikotniki" + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo. Iskanje je možno po imenu ali uporabniškem imenu." ], - "Marker labels": ["Oznake markerjev"], - "Labels for the markers": ["Oznake za markerje"], - "Marker lines": ["Markirne črtice"], - "List of values to mark with lines": [ - "Seznam vrednosti, ki bodo markirane s črticami" + "Page length": ["Dolžina strani"], + "Paired t-test Table": ["Tabela t-testa za odvisne vzorce"], + "Pandas resample method": ["Metoda za prevzorčenje v Pandas"], + "Pandas resample rule": ["Pravilo za prevzorčenje v Pandas"], + "Parallel Coordinates": ["Vzporedne koordinate"], + "Parameter error": ["Napaka parametra"], + "Parameters": ["Parametri"], + "Parameters ": ["Parametri "], + "Parameters related to the view and perspective on the map": [ + "Parametri povezani s pogledom in perspektivo zemljevida" ], - "Marker line labels": ["Oznake markirnih črtic"], - "Labels for the marker lines": ["Oznake za markirne črtice"], - "KPI": ["KPI"], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "Prikaže napredovanje posamezne mere glede na cilj. Večja napolnjenost, pomeni, da je mera bližje cilju." + "Parent": ["Nadrejeni"], + "Parse Dates": ["Prepoznaj datume"], + "Part of a Whole": ["Del celote"], + "Partition Chart": ["Grafikon razdelkov"], + "Partition Diagram": ["Grafikon s pravokotniki"], + "Partition Limit": ["Omejitev particij"], + "Partition Threshold": ["Prag particije"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "Particije z nižjim razmerjem med njihovo višino in dolžino starša so zanemarjene" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "Prikaže več različnih časovnih vrst na istem grafikonu. Grafikon se opušča, zato priporočamo uporabo Grafikona časovne vrste." + "Password": ["Geslo"], + "Paste Private Key here": [""], + "Paste the shareable Google Sheet URL here": [ + "Prilepite deljeni URL Googlove preglednice sem" ], - "Time-series Percent Change": ["Časovna vrsta - Procentualna sprememba"], - "Sort Bars": ["Uredi stolpce"], - "Sort bars by x labels.": ["Uredi stolpce po x-oznakah."], - "Breakdowns": ["Razčlenitev"], - "Defines how each series is broken down": [ - "Določa, kako se vsaka podatkovna serija razčleni" + "Pattern": ["Vzorec"], + "Percent Change": ["Procentualna sprememba"], + "Percentage metrics": ["Procentualne mere"], + "Percentage threshold": ["Procentualni prag"], + "Percentages": ["Procenti"], + "Performance": [""], + "Period average": [""], + "Periods": ["Št. period"], + "Periods must be a whole number": ["Periode morajo biti celo število"], + "Person or group that has certified this chart.": [ + "Oseba ali skupina, ki je certificirala ta grafikon." ], - "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ - "Primerjava mer različnih kategorij s pomočjo stolpcev. Dolžina stolpca prestavlja višino vrednosti, z barvami pa so ločene skupine." + "Person or group that has certified this dashboard.": [ + "Oseba ali skupina, ki je certificirala to nadzorno ploščo." ], - "Bar Chart": ["Stolpčni grafikon"], - "Additive": ["Aditivno"], - "Discrete": ["Diskretno"], - "Y Axis 1": ["Y-os 1"], - "Y Axis 2": ["Y-os 2"], - "Left Axis Metric": ["Mera za levo os"], - "Choose a metric for left axis": ["Izberite mero za levo os"], - "Left Axis Format": ["Oblika leve osi"], - "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ - "Prikaže dve meri na črtnem grafu z isto x-osjo. Grafikon je uporaben za primerjavo mer v istem časovnem obdobju." + "Person or group that has certified this metric": [ + "Oseba ali skupina, ki je certificirala to mero" ], - "Dual Line Chart": ["Grafikon z dvojno krivuljo"], - "Propagate": ["Razširi"], - "Send range filter events to other charts": [ - "Pošlji dogodke filtra obdobja na druge grafikone" + "Physical": ["Fizičen"], + "Physical (table or view)": ["Fizičen (tabela ali pogled)"], + "Physical dataset": ["Fizičen podatkovni set"], + "Pick a dimension from which categorical colors are defined": [ + "Izberite dimenzijo, ki bo določala kategorične barve" ], - "Classic chart that visualizes how metrics change over time.": [ - "Standardni grafikon za prikaz spreminjanje mere skozi čas." + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Izberite granulacijo v razdelku 'Čas' ali odstranite 'Vključi čas'" ], - "Battery level over time": ["Napolnjenost baterije skozi čas"], - "Line Chart": ["Črtni grafikon"], - "Prefix metric name with slice name": ["Imenu mere pripni ime rezine"], - "Y Axis Left": ["Y-os levo"], - "Left Axis chart(s)": ["Grafikoni leve osi"], - "Choose one or more charts for left axis": [ - "Izberite enega ali več grafikonov za levo os" + "Pick a metric for left axis!": ["Izberite mero za levo os!"], + "Pick a metric for right axis!": ["Izberite mero za desno os!"], + "Pick a metric for x, y and size": ["Izberite mere za x, y in velikost"], + "Pick a metric to display": ["Izberite mero za prikaz"], + "Pick a metric!": ["Izberite mero!"], + "Pick a name to help you identify this database.": [ + "Izberite ime za lažjo prepoznavo podatkovne baze." ], - "Y Axis Right": ["Y-os desno"], - "Right Axis chart(s)": ["Grafikoni desne osi"], - "Choose one or more charts for right axis": [ - "Izberite enega ali več grafikonov za desno os" + "Pick a set of deck.gl charts to layer on top of one another": [ + "Izberite nabor deck.gl grafikonov, ki bodo nanizani en na drugem" ], - "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ - "Prikaže dve različni časovni vrsti z isto x-osjo oz. časovnim obdobjem. Grafikon se opušča, zato priporočamo uporabo kombiniranega grafikona časovne vrste!" + "Pick a time granularity for your time series": [ + "Izberite granulacijo časa za časovno vrsto" ], - "Multiple Line Charts": ["Veččrtni grafikon"], - "Label Type": ["Oblika oznake"], - "What should be shown on the label?": ["Kaj bo prikazano na oznaki?"], - "Donut": ["Kolobar"], - "Do you want a donut or a pie?": ["Želite kolobar ali torto?"], - "Show Labels": ["Pokaži oznake"], - "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ - "Če želite prikazati oznake. Oznake so prikazane le pri vsaj 5-odstotnem pragu." + "Pick a title for you annotation.": ["Izberite naslov za oznako."], + "Pick at least one field for [Series]": [ + "Izberite vsaj eno polje za [Serije]" + ], + "Pick at least one metric": ["Izberite vsaj eno mero"], + "Pick exactly 2 columns as [Source / Target]": [ + "Izberite natanko dva stolpca za [Izvor / Cilj]" + ], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "Izberite enega ali več stolpcev, ki bodo prikazani v oznakah. Če ne izberete stolpca, bodo prikazani vsi." + ], + "Pick your favorite markup language": [ + "Izberite svoj priljubljen označevalni jezik" ], - "Put labels outside": ["Postavi oznake zunaj"], - "Put the labels outside the pie?": ["Postavim oznake zunaj torte?"], "Pie Chart": ["Tortni grafikon"], - "Frequency": ["Frekvenca"], - "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.": [ - "Periodičnost za vrtenje časa. Uporabnik lahko poda\n psevdonim za zamik v \"Pandas\".\n Kliknite na mehurček za podrobnosti dovoljenih izrazov za \"freq\"." + "Pie shape": ["Oblika torte"], + "Pin": ["Žebljiček"], + "Pivot Options": ["Vrtilne možnosti"], + "Pivot Table": ["Vrtilna tabela"], + "Pivot Table (legacy)": [""], + "Pivot operation must include at least one aggregate": [ + "Vrtilna operacija mora vsebovati vsaj en agregat" ], - "Time-series Period Pivot": ["Časovna serija - Vrtenje periode"], - "Stack": ["Naloži"], - "Expand": ["Razširi"], - "Show legend": ["Prikaži legendo"], - "Whether to display a legend for the chart": [ - "Če želite prikaz legende za grafikon" + "Pivot operation requires at least one index": [ + "Vrtilna operacija zahteva vsaj en indeks" ], - "Margin": ["Rob"], - "Additional padding for legend.": ["Dodatni razmak za legendo."], - "Legend type": ["Tip legende"], - "Show Value": ["Prikaži vrednost"], - "Show series values on the chart": [ - "Na grafikonu prikaži vrednosti serij" + "Pivoted": ["Vrtilni"], + "Pixel height of each series": ["Višina vsake serije v pikslih"], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Please apply filter changes": ["Potrdite spremembe filtra"], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "V poizvedbi preverite, da so vsi parametri obdani z dvojnimi oklepaji, npr. \"{{ ds }}\". Potem poskusite ponovno." ], - "Stack series": ["Nalagaj serije"], - "Stack series on top of each other": ["Nalagaj serije eno na drugo"], - "Only Total": ["Samo vsota"], - "Only show the total value on the stacked chart, and not show on the selected category": [ - "Na naloženem grafikonu prikaži samo skupno vsoto, za izbrane kategorije pa ne" + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Preverite, če ima vaša poizvedba sintaktične napake pri \"%(syntax_error)s\". Potem ponovno poženite poizvedbo." ], - "X-axis": ["X-os"], - "Dimension to use on x-axis.": ["Dimenzija z x-os."], - "Percentage threshold": ["Procentualni prag"], - "Minimum threshold in percentage points for showing labels.": [ - "Minimalni prag v odstotnih točkah za prikaz oznak." + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Preverite, če ima vaša poizvedba sintaktične napake pri \"%(server_error)s\". Potem ponovno poženite poizvedbo." ], - "Rich tooltip": ["Podroben opis orodja"], - "Shows a list of all series available at that point in time": [ - "Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno točko" + "Please choose at least one metric": ["Izberite vsaj eno mero"], + "Please choose different metrics on left and right axis": [ + "Izberite različni meri za levo in desno os" ], - "Tooltip time format": ["Oblika zapisa časa v opisu orodja"], - "Tooltip sort by metric": ["Mera za razvrščanje opisa orodja"], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Če želite padajoče razvrstiti opis orodja z izbrano mero." + "Please confirm": ["Prosim, potrdite"], + "Please confirm the overwrite values.": [""], + "Please enter a SQLAlchemy URI to test": [ + "Vnesite SQLAlchemy URI za test" ], - "Tooltip": ["Opis orodja"], - "Last available value seen on %s": [ - "Zadnja razpoložljiva vrednost na %s" + "Please filter set name": ["Vnesite ime seta filtrov"], + "Please re-enter the password.": ["Ponovno vpišite geslo."], + "Please re-export your file and try importing again": [""], + "Please save the query to enable sharing": [ + "Shranite poizvedbo za deljenje" ], - "Not up to date": ["Ni posodobljeno"], - "No data": ["Ni podatkov"], - "No data after filtering or data is NULL for the latest time record": [ - "Ni podatkov po filtriranju ali pa imajo vrednost NULL za zadnji časovni zapis" + "Please save your chart first, then try creating a new email report.": [ + "Najprej shranite grafikon, potem pa poskusite ustvariti novo e-poštno poročilo." ], - "Try applying different filters or ensuring your datasource has data": [ - "Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru podatki" + "Please save your dashboard first, then try creating a new email report.": [ + "Najprej shranite nadzorno ploščo, potem pa poskusite ustvariti novo e-poštno poročilo." ], - "Big Number Font Size": ["Velikost pisave Velike številke"], - "Tiny": ["Drobna"], - "Small": ["Majhno"], - "Normal": ["Normalna"], - "Large": ["Veliko"], - "Huge": ["Ogromna"], - "Subheader Font Size": ["Velikost pisave podnaslova"], - "Display settings": ["Nastavitve prikaza"], - "Subheader": ["Podnaslov"], - "Description text that shows up below your Big Number": [ - "Besedilo, ki se prikaže pod veliko številko" - ], - "Force date format": ["Vsili obliko zapisa datuma"], - "Use date formatting even when metric value is not a timestamp": [ - "Oblikovanje datuma uporabi tudi, ko vrednost mere ni časovna značka" - ], - "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ - "Prikaže eno vrednost. Velika številka je primerna za poudarek KPI-ja ali vrednosti, na katero želite usmeriti pozornost." - ], - "A Big Number": ["Velika številka"], - "With a subheader": ["S podnaslovom"], - "Formattable": ["Prilagodljiv"], - "Comparison Period Lag": ["Zaostanek obdobja za primerjavo"], - "Based on granularity, number of time periods to compare against": [ - "Na osnovi granulacije, število časovnih obdobij za primerjavo" + "Please select both a Dataset and a Chart type to proceed": [ + "Za nadaljevanje izberite podatkovni set in tip grafikona" ], - "Comparison suffix": ["Pripona za primerjavo"], - "Suffix to apply after the percentage display": [ - "Pripona za prikaz procenta" + "Please use 3 different metric labels": [ + "Uporabite 3 različne oznake mer" ], - "Show Timestamp": ["Prikaži časovno značko"], - "Whether to display the timestamp": [ - "Če želite prikazati časovno značko" + "Plot the distance (like flight paths) between origin and destination.": [ + "Izriši razdalje (kot letalske koridorje) med izhodiščem in ciljem." ], - "Show Trend Line": ["Pokaži trendno črto"], - "Whether to display the trend line": ["Če želite prikazati trendno črto"], - "Start y-axis at 0": ["Začni y-os z 0"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "Začni y-os z nič. Ne izberite, če želite, da se y-os začne z najmanjšo vrednostjo podatkov." + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "Izriše posamezne mere za vsako vrstico podatkov navpično in jih med seboj poveže kot črto. Grafikon je uporaben za primerjavo več mer med vsemi vzorci ali vrsticami podatkov." ], - "Fix to selected Time Range": ["Nastavi na izbrano časovno obdobje"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Trendno črto nastavite na izbrano obdobje, v primeru, da filtrirani rezultati ne vsebujejo začetnega in/ali končnega datuma" + "Plugins": ["Vtičniki"], + "Point Color": ["Barva točke"], + "Point Radius": ["Radij točk"], + "Point Radius Scale": ["Skaliranje radija točk"], + "Point Radius Unit": ["Enota radija točk"], + "Point Size": ["Velikost točke"], + "Point Unit": ["Enota točke"], + "Point to your spatial columns": [ + "Pokažite na stolpec z lokacijskimi podatki" ], - "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ - "Prikaže eno vrednost skupaj s preprostim črtnim grafikonom, za poudarek pomembne mere skupaj z njeno časovno spremembo." + "Points": ["Točke"], + "Points and clusters will update as the viewport is being changed": [ + "Točke in gruče se bodo posodabljale, če se bo spremenil pogled" ], - "Whisker/outlier options": ["Možnosti grafikona kvantilov"], - "Determines how whiskers and outliers are calculated.": [ - "Določa kako so izračunani kvantili in izstopajoče vrednosti." + "Polygon Column": ["Stolpec poligonov"], + "Polygon Encoding": ["Kodiranje poligonov"], + "Polygon Settings": ["Nastavitve poligonov"], + "Polyline": [""], + "Pop Tab Link": ["Prikaži povezavo zavihka"], + "Popular": ["Priljubljeni"], + "Populate \"Default value\" to enable this control": [ + "Izpolnite \"Privzeto vrednost\", da omogočite ta kontrolnik" ], - "Categories to group by on the x-axis.": [ - "Kategorije za združevanje po x-osi." + "Population age data": ["Podatki starosti populacije"], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." ], - "Distribute across": ["Porazdeli glede na"], - "Columns to calculate distribution across. Defaults to temporal column if left empty.": [ - "Stolpci za izračun porazdelitve. Privzeto je izbran časovni stolpec (če je prazno)." + "Position JSON": ["JSON za postavitev"], + "Position of child node label on tree": [ + "Položaj oznake podrejenega vozlišča na drevesu" ], - "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ - "Znan tudi kot grafikon škatla z brki. prikaže primerjavo porazdelitev povezanih mer v različnih skupinah. Škatla na sredini predstavlja povprečje, mediano in notranja 2 kvartila. Brki na vsaki škatli prikazujejo minimum, maksimum, območje in zunanja dva kvartila." + "Position of column level subtotal": ["Položaj vsot na nivoju stolpcev"], + "Position of row level subtotal": ["Položaj vsot na nivoju vrstic"], + "Powered by Apache Superset": ["Omogoča Apache Superset"], + "Pre-filter": ["Predfilter"], + "Pre-filter available values": ["Predfiltriraj razpoložljive vrednosti"], + "Pre-filter is required": ["Zahtevan je predfilter"], + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "Privzeta vrednost za pridobivanje različnih vrednost pri oblikovanju filtrov. Podpira sintakso za jinja predloge. Potrebno le, ko je vključeno `Omogoči izbiro filtra`." ], - "ECharts": ["ECharts"], - "Labels": ["Oznake"], - "Whether to display the labels.": ["Če želite prikaz oznak."], - "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ - "Prikaže kako se mera spreminja, ko lijak napreduje. Standardni grafikon za prikaz sprememb med nivoji v procesu ali življenjskem ciklu." + "Predictive": ["Prediktivno"], + "Predictive Analytics": ["Prediktivna analitika"], + "Prefix metric name with slice name": ["Imenu mere pripni ime rezine"], + "Preview": ["Predogled"], + "Preview: `%s`": ["Predogled: `%s`"], + "Previous": ["Prejšnji"], + "Previous Line": ["Prejšnja linija"], + "Primary": ["Primarna"], + "Primary Metric": ["Primarna mera"], + "Primary or secondary y-axis": ["Primarna ali sekundarna y-os"], + "Primary y-axis format": ["Oblika primarne y-osi"], + "Private Key": [""], + "Private Key & Password": [""], + "Private Key Password": [""], + "Profile": ["Profil"], + "Profile picture provided by Gravatar": [ + "Profilno sliko je zagotovil Gravatar" ], - "Funnel Chart": ["Lijakasti grafikon"], - "Sequential": ["Sekvenčni"], - "Columns to group by": ["Stolpci za združevanje"], - "General": ["Splošno"], - "Min": ["Min"], - "Minimum value on the gauge axis": ["Najmanjša vrednost na številčnici"], - "Max": ["Max"], - "Maximum value on the gauge axis": ["Največja vrednost na številčnici"], - "Start angle": ["Začetni kot"], - "Angle at which to start progress axis": [ - "Kot, pri katerem se začne os območja" + "Progress": ["Območje"], + "Progressive": ["Progresivno"], + "Propagate": ["Razširi"], + "Proportional": ["Proporcionalno"], + "Public and privately shared sheets": [ + "Javno in zasebno deljene preglednice" ], - "End angle": ["Končni kot"], - "Angle at which to end progress axis": [ - "Kot, pri katerem se konča os območja" + "Publicly shared sheets only": ["Samo javno deljene preglednice"], + "Published": ["Objavljeno"], + "Put labels outside": ["Postavi oznake zunaj"], + "Put the labels outside of the pie?": ["Postavim oznake zunaj torte?"], + "Put the labels outside the pie?": ["Postavim oznake zunaj torte?"], + "Put your code here": ["Vstavite svojo kodo sem"], + "Python datetime string pattern": ["Pythonov vzorec zapisa datum-časa"], + "QUERY DATA IN SQL LAB": [""], + "Quarter": ["Četrtletje"], + "Quarters %s": ["Četrtletja %s"], + "Query": ["Poizvedba"], + "Query %s: %s": ["Poizvedba %s: %s"], + "Query A": ["Poizvedba A"], + "Query B": ["Poizvedba B"], + "Query History": ["Zgodovina poizvedb"], + "Query does not exist": ["Poizvedba ne obstaja"], + "Query history": ["Zgodovina poizvedb"], + "Query imported": ["Poizvedba uvožena"], + "Query in a new tab": ["Poizvedba v novem zavihku"], + "Query is too complex and takes too long to run.": [ + "Poizvedba je prekompleksna in se izvaja predolgo." ], - "Font size": ["Velikost pisave"], - "Font size for axis labels, detail value and other text elements": [ - "Velikost pisave za oznake osi, podrobnosti in druge besedilne elemente" + "Query mode": ["Poizvedbeni način"], + "Query name": ["Ime poizvedbe"], + "Query preview": ["Predogled poizvedbe"], + "Query was stopped": ["Poizvedba je bila ustavljena"], + "Query was stopped.": ["Poizvedba je bila ustavljena."], + "RANGE TYPE": ["TIP OBDOBJA"], + "RGB Color": ["RGB barva"], + "Radar": ["Radar"], + "Radar Chart": ["Radarski grafikon"], + "Radar render type, whether to display 'circle' shape.": [ + "Način prikaza radarja - če se prikaže okrogla oblika." ], - "Value format": ["Oblika zapisa vrednosti"], - "Additional text to add before or after the value, e.g. unit": [ - "Dodatno besedilo, ki ga dodate pred ali za vrednost, npr. enota" + "Radial": ["Radialna"], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Ran %s": ["Pretečeno %s"], + "Range": ["Doseg"], + "Range filter": ["Filter obdobja"], + "Range filter plugin using AntD": [ + "Vtičnik za filter obdobja z uporabo AntD" ], - "Show pointer": ["Prikaži kazalec"], - "Whether to show the pointer": ["Če želite prikazati kazalec"], - "Animation": ["Animacija"], - "Whether to animate the progress and the value or just display them": [ - "Če želite animiran prikaz grafikona" + "Range labels": ["Oznake razponov"], + "Ranges": ["Razponi"], + "Ranges to highlight with shading": ["Razponi za označitev s senčenjem"], + "Ranking": ["Rangiranje"], + "Ratio": ["Razmerje"], + "Raw records": ["Surovi podatki"], + "Ready to review filters in this dashboard?": [ + "Ste pripravljeni za pregled filtrov v tej nadzorni plošči?" ], - "Axis": ["Os"], - "Show axis line ticks": ["Prikaži oznake na X-osi"], - "Whether to show minor ticks on the axis": [ - "Če želite prikaz manjših oznak na osi" + "Rebuild": ["Obnovi"], + "Recent activity": ["Nedavna aktivnost"], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "Show split lines": ["Prikaži razdelitvene črte"], - "Whether to show the split lines on the axis": [ - "Če želite prikazati razdelitvene črte na osi" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "Split number": ["Število razdelitev"], - "Number of split segments on the axis": ["Število razdelkov na osi"], - "Progress": ["Območje"], - "Show progress": ["Prikaži območje"], - "Whether to show the progress of gauge chart": [ - "Prikaži merilno območje števčnega grafikona" + "Recently modified": ["Nedavno spremenjeno"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "Overlap": ["Prekrivanje"], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Če želite prekrivanje območij, ko imate več skupin podatkov" + "Recents": ["Nedavno"], + "Recipients are separated by \",\" or \";\"": [ + "Prejemniki so ločeni z \",\" ali \";\"" ], - "Round cap": ["Zaobljeni konci"], - "Style the ends of the progress bar with a round cap": [ - "Zaobljena oblika koncev območja" + "Recommended tags": ["Priporočene značke"], + "Record Count": ["Število zapisov"], + "Rectangle": ["Pravokotnik"], + "Redirects to this endpoint when clicking on the table from the table list": [ + "Preusmeri v to končno točko, ko kliknete na tabelo v seznamu tabel" ], - "Intervals": ["Intervali"], - "Interval bounds": ["Meje intervalov"], - "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ - "Z vejico ločeni intervali, npr. 2,4,5 za intervale 0-2, 2-4 in 4-5. Zadnja številka naj bo enaka vrednosti za MAX." + "Redo the action": ["Ponovno uveljavi dejanje"], + "Reduce X ticks": ["Manj oznak X-osi"], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "Zmanjša število izrisanih oznak na X-osi. Če je vklopljeno, se x-os ne bo prelila in lahko oznake manjkajo. Če je izklopljeno, bo upoštevana min. širina stolpcev, ki pa se lahko prelije v horizontalni drsnik." ], - "Interval colors": ["Barve intervalov"], - "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ - "Z vejico ločene barve za intervale, npr. 1,2,4. Cela števila predstavljajo barve iz barvne sheme (začnejo se z 1). Dolžina mora ustrezati mejam intervala." + "Refer to the": ["Obrnite se na"], + "Referenced columns not available in DataFrame.": [ + "Referencirani stolpci niso razpoložljivi v Dataframe-u." ], - "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ - "Uporablja števec za prikaz napredovanja mere k ciljni vrednosti. Položaj kazalca predstavlja napredek, končna vrednost na števcu pa ciljno vrednost." + "Refetch results": ["Ponovno pridobi rezultate"], + "Refresh": ["Osveži"], + "Refresh dashboard": ["Osveži nadzorno ploščo"], + "Refresh frequency": ["Frekvenca osveževanja"], + "Refresh interval": ["Interval osveževanja"], + "Refresh interval saved": ["Interval osveževanja shranjen"], + "Refresh the default values": ["Osveži privzete vrednosti"], + "Refreshing charts": ["Osveževanje grafikonov"], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "Navadni filtri dodajo WHERE stavek v poizvedbe, če ima uporabnik vlogo podano v filtru. Osnovni filtri filtrirajo vse poizvedbe, razen vlog, definiranih v filtru, in jih je mogoče uporabiti za nastavitev tega kaj uporabnik vidi, če v skupini filtrov ni RLS-filtrov, ki bi se nanašali nanje." ], - "Gauge Chart": ["Števčni grafikon"], - "Name of the source nodes": ["Imena izvornih vozlišč"], - "Name of the target nodes": ["Imena ciljnih vozlišč"], - "Source category": ["Kategorija izvora"], - "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ - "Kategorija izvornih vozlišč, na podlagi katere je določena barva. Če je vozlišče povezano z več kot eno kategorijo, bo uporabljena samo prva." + "Relational": ["Relacijsko"], + "Relationships between community channels": [ + "Razmerja med skupnostnimi kanali" ], - "Target category": ["Kategorija cilja"], - "Category of target nodes": ["Kategorija ciljnih vozlišč"], - "Chart options": ["Možnosti grafikona"], - "Layout": ["Izgled"], - "Graph layout": ["Izgled grafikona"], - "Force": ["Sila"], - "Layout type of graph": ["Tip izgleda grafikona"], - "Edge symbols": ["Simboli povezav"], - "Symbol of two ends of edge line": ["Simbol za konca povezave"], - "None -> None": ["Brez -> Brez"], - "None -> Arrow": ["Brez -> Puščica"], - "Circle -> Arrow": ["Krog -> Puščica"], - "Circle -> Circle": ["Krog -> Krog"], - "Enable node dragging": ["Omogoči premikanje vozlišč"], - "Whether to enable node dragging in force layout mode.": [ - "Če želite omogočiti premikanje vozlišč v načinu vsiljenega prikaza." - ], - "Enable graph roaming": ["Omogoči preoblikovanje grafikona"], - "Disabled": ["Onemogočeno"], - "Scale only": ["Samo povečava"], - "Move only": ["Samo premikanje"], - "Scale and Move": ["Povečava in premikanje"], - "Whether to enable changing graph position and scaling.": [ - "Če želite omogočiti premikanje in povečevanje/zmanjševanje grafikona." + "Relative Date/Time": ["Relativen Datum/Čas"], + "Relative period": ["Relativno obdobje"], + "Relative quantity": ["Relativne vrednosti"], + "Remind me in 24 hours": ["Opomni me čez 24 ur"], + "Remove": ["Odstrani"], + "Remove invalid filters": ["Odstrani neveljavne filtre"], + "Remove item": ["Odstrani element"], + "Remove query from log": ["Odstrani poizvedbo iz dnevnika"], + "Remove table preview": ["Odstrani predogled tabele"], + "Removed columns: %s": ["Odstranjeni stolpci: %s"], + "Rename tab": ["Preimenuj zavihek"], + "Rendering": ["Izris"], + "Replace": ["Zamenjaj"], + "Report": ["Poročilo"], + "Report Schedule could not be created.": [ + "Urnika poročanja ni mogoče ustvariti." ], - "Node select mode": ["Način izbire vozlišč"], - "Single": ["Posamezno"], - "Multiple": ["Več"], - "Allow node selections": ["Dovoli izbiro vozlišča"], - "Label threshold": ["Prag oznak"], - "Minimum value for label to be displayed on graph.": [ - "Najmanjša vrednost, za katero bo na grafikonu prikazana oznaka." + "Report Schedule could not be deleted.": [ + "Urnika poročanja ni mogoče izbrisati." ], - "Node size": ["Velikost vozlišča"], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "Mediana velikosti vozlišča. Največje vozlišče bo 4-krat večje od najmanjšega" + "Report Schedule could not be updated.": [ + "Urnika poročanja ni mogoče posodobiti." ], - "Edge width": ["Debelina povezave"], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ - "Mediana debeline povezave. Najdebelejša povezava bo 4-krat debelejša od najtanjše." + "Report Schedule delete failed.": ["Izbris urnika poročanja ni uspel."], + "Report Schedule execution failed when generating a csv.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju csv." ], - "Edge length": ["Dolžina povezave"], - "Edge length between nodes": ["Dolžina povezave med vozlišči"], - "Gravity": ["Gravitacija"], - "Strength to pull the graph toward center": [ - "Sila privlačnosti med grafikonom in središčem" + "Report Schedule execution failed when generating a dataframe.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega okvira." ], - "Repulsion": ["Odbijanje"], - "Repulsion strength between nodes": ["Odbojna sila med vozlišči"], - "Friction": ["Trenje"], - "Friction between nodes": ["Trenje med vozlišči"], - "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ - "Prikaže povezave med entitetami v strukturi grafa. Uporabno za prikaz razmerij in pomembnih točk v omrežju. Grafikon je lahko krožnega tipa ali z usmerjenimi silami. Če imajo podatki geoprostorsko komponento, poskusite grafikon decl.gl - Arc." + "Report Schedule execution failed when generating a screenshot.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske slike." ], - "Graph Chart": ["Graf"], - "Structural": ["Strukturni"], - "Series type": ["Tip serije"], - "Series chart type (line, bar etc)": [ - "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" + "Report Schedule execution got an unexpected error.": [ + "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." ], - "Area chart": ["Ploščinski grafikon"], - "Draw area under curves. Only applicable for line types.": [ - "Izriši površino pod krivuljo. Samo za črtne grafikone." + "Report Schedule is still working, refusing to re-compute.": [ + "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." ], - "Opacity of area chart.": ["Prosojnost ploščinskega grafikona."], - "Marker": ["Marker"], - "Draw a marker on data points. Only applicable for line types.": [ - "Nariši markerje na točke grafikona. Samo za črtne grafikone." + "Report Schedule log prune failed.": [ + "Krajšanje dnevnika urnika poročanja ni uspelo." ], - "Marker size": ["Velikost markerja"], - "Size of marker. Also applies to forecast observations.": [ - "Velikost markerja. Upošteva se tudi za napovedi." + "Report Schedule not found.": ["Urnika poročanja ni najden."], + "Report Schedule parameters are invalid.": [ + "Parametri urnika poročanja so neveljavni." ], - "Primary": ["Primarna"], - "Secondary": ["Sekundarna"], - "Primary or secondary y-axis": ["Primarna ali sekundarna y-os"], - "Shared query fields": ["Polja deljenih poizvedb"], - "Query A": ["Poizvedba A"], - "Advanced analytics Query A": ["Poizvedba A za napredno analitiko"], - "Query B": ["Poizvedba B"], - "Advanced analytics Query B": ["Poizvedba B za napredno analitiko"], - "Data Zoom": ["Zoom funkcija"], - "Enable data zooming controls": [ - "Omogoči kontrolnik za povečavo podatkov" + "Report Schedule reached a working timeout.": [ + "Urnik poročanja je dosegel mejo časa izvedbe." ], - "Rotate x axis label": ["Zavrti oznako x-osi"], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Vnosno polje omogoča poljubno rotacijo (vnesite 30 za 30°)" + "Report Schedule state not found": ["Stanje urnika poročanj ni najdeno"], + "Report a bug": ["Sporočite napako"], + "Report failed": ["Poročilo ni uspelo"], + "Report name": ["Naslov poročila"], + "Report schedule": ["Urnik poročanja"], + "Report schedule unexpected error": [ + "Nepričakovana napaka urnika poročanja" ], - "Minor Split Line": ["Manjša ločilna črta"], - "Draw split lines for minor y-axis ticks": [ - "Izriši ločilne črte za pomožne oznake y-osi" + "Report sending": ["Pošiljanje poročila"], + "Report sent": ["Poročilo poslano"], + "Report updated": ["Poročilo posodobljeno"], + "Reports": ["Poročila"], + "Repulsion": ["Odbijanje"], + "Repulsion strength between nodes": ["Odbojna sila med vozlišči"], + "Request Permissions": ["Zahtevaj dovoljenja"], + "Request is incorrect: %(error)s": ["Zahtevek je napačen: %(error)s"], + "Request is not JSON": ["Zahtevek ni JSON"], + "Request missing data field.": ["Zahtevaj manjkajoča podatkovna polja."], + "Request timed out": ["Zahtevek pretečen"], + "Required": ["Obvezno"], + "Required control values have been removed": [ + "Zahtevane kontrolne vrednosti so bile odstranjene" ], - "Truncate Y Axis": ["Prireži Y-os"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "Prireži Y-os. Če določite spodnjo ali zgornjo mejo, preprečite prirezovanje." + "Resample": ["Prevzorči"], + "Resample method should in ": ["Metoda za prevzorčenje v Pandas mora "], + "Resample operation requires DatetimeIndex": [ + "Prevzorčevalna operacija zahteva indeks tipa datumčas" ], - "Primary y-axis format": ["Oblika primarne y-osi"], - "Logarithmic y-axis": ["Logaritemska y-os"], - "Logarithmic scale on primary y-axis": [ - "Logaritemska skala na primarni y-osi" + "Reset state": ["Ponastavi stanje"], + "Resource already has an attached report.": [ + "Vir že ima povezano poročilo." ], - "Secondary y-axis format": ["Oblika sekundarne y-osi"], - "Secondary y-axis title": ["Naslov sekundarne y-osi"], - "Logarithmic scale on secondary y-axis": [ - "Logaritemska skala na sekundarni y-osi" + "Resource was not found.": ["Vir ni bil najden."], + "Restore Filter": ["Povrni filter"], + "Results": ["Rezultati"], + "Results %s": ["Rezultati %s"], + "Results backend is not configured.": [ + "Zaledni sistem rezultatov ni konfiguriran." ], - "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ - "Prikaže dva različna niza na isti x-osi. Niza sta lahko prikazana z različnim tipom grafikona (npr. en s stolpci in drug s črto)." + "Results backend needed for asynchronous queries is not configured.": [ + "Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni konfiguriran." ], - "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ - "Prikaže dve različni časovni vrsti na isti x-osi. Časovni vrsti sta lahko prikazani različno (npr. ena s stolpci in druga s črto)." + "Return to specific datetime.": ["Vrne določen datum-čas."], + "Reverse Lat & Long": ["Zamenjaj širino in dolžino"], + "Reverse lat/long ": ["Zamenjaj zemljepisno dolžino/širino "], + "Rich Tooltip": ["Podroben opis orodja"], + "Rich tooltip": ["Podroben opis orodja"], + "Right": ["Desno"], + "Right Axis Format": ["Oblika desne osi"], + "Right Axis Metric": ["Mera desne osi"], + "Right Axis chart(s)": ["Grafikoni desne osi"], + "Right axis metric": ["Mera desne osi"], + "Right to Left": ["Iz desne proti levi"], + "Right value": ["Desna vrednost"], + "Right-click on a dimension value to drill to detail by that value.": [ + "" ], - "Mixed Chart": ["Kombinirani grafikon"], - "Mixed Time-Series": ["Kombiniran grafikon časovne vrste"], - "Put the labels outside of the pie?": ["Postavim oznake zunaj torte?"], - "Label Line": ["Črta oznake"], - "Draw line from Pie to label when labels outside?": [ - "Ali želite črto do oznake, ko so le-te zunaj?" + "Role": ["Vloga"], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Vloga %(r)s je bila razširjena za zagotovitev dostopa do podatkovnega vira %(ds)s" ], - "Show Total": ["Pokaži vsoto"], - "Whether to display the aggregate count": [ - "Če želite prikazati agregirano število" + "Roles": ["Vloge"], + "Roles to grant": ["Vloge za dovoljevanje"], + "Rolling Function": ["Drseča funkcija"], + "Rolling Window": ["Drseče okno"], + "Rolling function": ["Drseča funkcija"], + "Rolling window": ["Drseče okno"], + "Root certificate": ["Korenski certifikat"], + "Root node id": ["Id korenskega vozlišča"], + "Rotate axis label": ["Zavrti oznako osi"], + "Rotate x axis label": ["Zavrti oznako x-osi"], + "Rotation to apply to words in the cloud": [ + "Če želite vrtenje besed v oblaku" ], - "Pie shape": ["Oblika torte"], - "Outer Radius": ["Zunanji polmer"], - "Outer edge of Pie chart": ["Zunanji rob tortnega grafikona"], - "Inner Radius": ["Notranji polmer"], - "Inner radius of donut hole": ["Notranji polmer kolobarja"], - "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ - "Standardni grafikon za prikaz deležev. Tortne grafikone je težje natančno interpretirati, takrat lahko uporabite npr. stolpčni grafikon." + "Round cap": ["Zaobljeni konci"], + "Row": ["Vrstica"], + "Row Level Security": ["Varnost na nivoju vrstic"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Vrstica z naslovi, ki se uporabi za imena stolpcev (0 je prva vrstica podatkov). Pustite prazno, če ni naslovne vrstice." ], - "Total: %s": ["Vsota: %s"], - "The maximum value of metrics. It is an optional configuration": [ - "Največja vrednost mere. To je opcijska nastavitev" + "Row level security filter": ["Filter za varnost na nivoju vrstic"], + "Row limit": ["Omejitev števila vrstic"], + "Rows": ["Vrstice"], + "Rows per page, 0 means no pagination": [ + "Vrstic na stran (0 pomeni brez številčenja strani)" ], - "Label position": ["Položaj oznake"], - "Radar": ["Radar"], - "Customize Metrics": ["Prilagodi mere"], - "Further customize how to display each metric": [ - "Dodatne prilagoditve prikaza posameznih mer" + "Rows subtotal position": ["Položaj vsot vrstic"], + "Rows to Read": ["Vrstice za branje"], + "Rule": ["Pravilo"], + "Run": ["Zaženi"], + "Run a query to display query history": [ + "Za prikaz zgodovine poizvedb zaženite poizvedbo" ], - "Circle radar shape": ["Okrogla oblika radarja"], - "Radar render type, whether to display 'circle' shape.": [ - "Način prikaza radarja - če se prikaže okrogla oblika." + "Run a query to display results": [ + "Za prikaz rezultatov morate zagnati poizvedbo" ], - "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ - "Prikaže vzporedni nabor mer za različne skupine. Vsaka skupina je prikazana s svojim naborom točk in vsaka mera s povezavo na grafikonu." + "Run in SQL Lab": ["Zaženi v SQL laboratoriju"], + "Run query": ["Zaženi poizvedbo"], + "Run query (Ctrl + Return)": ["Zaženi poizvedbo (Ctrl + Return)"], + "Run query in a new tab": ["Zaženi poizvedbo v novem zavihku"], + "Run selection": ["Zaženi izbrano"], + "Running": ["V teku"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "SAT": ["SOB"], + "SEP": ["SEP"], + "SHA": [""], + "SQL": ["SQL"], + "SQL Copied!": ["SQL kopiran!"], + "SQL Expression": ["SQL izraz"], + "SQL Lab": ["SQL laboratorij"], + "SQL Lab View": ["Pogled SQL laboratorija"], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "SQL laboratorij uporablja lokalno shrambo brskalnika za shranjevanje poizvedb in rezultatov.\nTrenutno uporabljate %(currentUsage)s KB od %(maxStorage)d KB prostora.\nDa preprečite sesutje SQL laba, izbrišite nekaj zavihkov s poizvedbami.\nPoizvedbe lahko ponovno pridobite, če pred brisanjem uporabite funkcijo Shrani.\nPred tem morate zapreti druga okna SQL laboratorija." ], - "Radar Chart": ["Radarski grafikon"], - "Contribution Mode": ["Način deležev"], - "Calculate contribution per series or row": [ - "Izračunaj delež za serijo ali vrstico" + "SQL Query": ["SQL poizvedba"], + "SQL expression": ["SQL izraz"], + "SQL query": ["SQL poizvedba"], + "SQLAlchemy URI": ["SQLAlchemy URI"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], + "SSL Mode \"require\" will be used.": [ + "Uporabljen bo SSL način tipa \"require\"." ], - "Series Style": ["Slog serije"], - "Area chart opacity": ["Prosojnost ploščinskega grafikona"], - "Opacity of Area Chart. Also applies to confidence band.": [ - "Prosojnost ploščinskega grafikona. Upošteva se tudi za interval zaupanja." + "START (INCLUSIVE)": ["ZAČETEK (VKLJUČEN)"], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "SUN": ["NED"], + "Sample Variance": [""], + "Samples": ["Vzorci"], + "Samples for dataset could not be retrieved.": [ + "Vzorcev za podatkovni set ni bilo mogoče pridobiti." ], - "Marker Size": ["Velikost markerja"], - "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ - "Univerzalni grafikon za vizualizacijo podatkov. Izbirajte med stopničastimi, črtnimi, raztresenimi in stolpčnimi grafikoni. Grafikon ima širok nabor prilagoditev." + "Sankey": ["Sankey"], + "Sankey Diagram": ["Sankey grafikon"], + "Sankey Diagram with Loops": ["Sankey grafikon z zankami"], + "Satellite Streets": [""], + "Saturday": ["Sobota"], + "Save": ["Shrani"], + "Save & Explore": ["Shrani & Razišči"], + "Save & go to dashboard": ["Shrani in pojdi na nadzorno ploščo"], + "Save & go to new dashboard": ["Shrani in pojdi na novo nadzorno ploščo"], + "Save (Overwrite)": ["Shrani (prepiši)"], + "Save as": ["Shrani kot"], + "Save as dataset": ["Shrani kot podatkovni set"], + "Save as new": ["Shrani kot novo"], + "Save as new chart": ["Shrani kot nov grafikon"], + "Save as...": ["Shrani kot ..."], + "Save as:": ["Shrani kot:"], + "Save changes": ["Shrani spremembe"], + "Save chart": ["Shrani grafikon"], + "Save dashboard": ["Shrani nadzorno ploščo"], + "Save for this session": ["Shranite za to sejo"], + "Save or Overwrite Dataset": ["Shrani ali prepiši podatkovni set"], + "Save query": ["Shrani poizvedbo"], + "Save the query to enable this feature": [ + "Za omogočenje te funkcije shranite poizvedbo" ], - "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ - "Univerzalni grafikon za prikaz časovnih vrst. Izbirajte med stopničnimi, črtnimi, raztresenimi in stolpčnimi grafikoni. Grafikon ima širok nabor prilagoditev." + "Save this query as a virtual dataset to continue exploring": [ + "Shranite poizvedbo kot virtualni podatkovni set" ], - "Generic Chart": ["Generičen grafikon"], - "Time-series Chart": ["Grafikon časovne vrste"], - "zoom area": ["približaj območje"], - "restore zoom": ["ponastavi prikaz"], - "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ - "Ploščinski grafikoni so podobni črtnim grafikonom, saj predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere nalagajo ena na drugo." + "Save to new dashboard": ["Shrani v novo nadzorno ploščo"], + "Saved": ["Shranjeno"], + "Saved Queries": ["Shranjene poizvedbe"], + "Saved expressions": ["Shranjeni izrazi"], + "Saved metric": ["Shranjena mera"], + "Saved queries": ["Shranjene poizvedbe"], + "Saved queries could not be deleted.": [ + "Shranjenih poizvedb ni mogoče izbrisati." ], - "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ - "Ploščinski grafikoni časovne vrste so podobni črtnim grafikonom, saj predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere nalagajo ena na drugo." + "Saved query not found.": ["Shranjena poizvedba ni najdena."], + "Saved query parameters are invalid.": [ + "Parametri shranjene poizvedbe so neveljavni." ], - "Area Chart v2": ["Ploščinski grafikon v2"], - "Time-series Area Chart": ["Ploščinski grafikon časovne vrste"], - "Axis Title": ["Naslov osi"], - "AXIS TITLE MARGIN": ["OBROBA OZNAKE OSI"], - "AXIS TITLE POSITION": ["POLOŽAJ OZNAKE OSI"], - "Rotate axis label": ["Zavrti oznako osi"], - "Axis Format": ["Oblika osi"], - "Logarithmic axis": ["Logaritemska os"], - "Draw split lines for minor axis ticks": [ - "Izriši ločilne črte za pomožne oznake osi" + "Scale and Move": ["Povečava in premikanje"], + "Scale only": ["Samo povečava"], + "Scatter": ["Raztreseni"], + "Scatter Plot": ["Raztreseni grafikon"], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Raztreseni grafikon ima vodoravno os v linearnih enotah, prikazuje podatkovne točke v povezanem redu in prikazuje statistično razmerje med dvema spremenljivkama." ], - "Truncate Axis": ["Prireži os"], - "It’s not recommended to truncate axis in Bar chart.": [ - "V stolpčnem grafikonu ni priporočljivo omejiti osi." + "Schedule": ["Urnik"], + "Schedule a new email report": ["Dodaj novo e-poštno poročilo na urnik"], + "Schedule email report": ["Dodaj e-poštno poročilo na urnik"], + "Schedule query": ["Urnik poizvedb"], + "Schedule settings": ["Nastavitve urnika"], + "Schedule the query periodically": ["Periodično zaganjaj poizvedbo"], + "Scheduled": ["V urniku"], + "Scheduled at (UTC)": ["Izvede se ob (UTC)"], + "Schema": ["Shema"], + "Schema cache timeout": ["Trajanje prepomnilnika sheme"], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Shema, ki se uporablja pri nekaterih podatkovnih bazah, kot so Postgres, Redshift in DB2" ], - "Axis Bounds": ["Meje osi"], - "Bounds for the 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.": [ - "Meje osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." + "Scope": ["Doseg"], + "Scoping": ["Doseg"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Search": ["Iskanje"], + "Search / Filter": ["Iskanje / Filter"], + "Search Metrics & Columns": ["Iskanje mer in stolpcev"], + "Search all charts": ["Išči vse grafikone"], + "Search all filter options": ["Poišči vse možnosti filtra"], + "Search box": ["Iskalno polje"], + "Search by query text": ["Išči z besedilom poizvedbe"], + "Search...": ["Iskanje ..."], + "Second": ["Sekunda"], + "Secondary": ["Sekundarna"], + "Secondary Metric": ["Sekundarna mera"], + "Secondary y-axis format": ["Oblika sekundarne y-osi"], + "Secondary y-axis title": ["Naslov sekundarne y-osi"], + "Seconds %s": ["Sekunde %s"], + "Secure Extra": ["Dodatna varnost"], + "Secure extra": ["Dodatna varnost"], + "Security": ["Varnost"], + "Security & Access": ["Varnost in Dostopi"], + "See all %(tableName)s": ["Poglej vse %(tableName)s"], + "See less": ["Oglejte si manj"], + "See more": ["Oglejte si več"], + "See table schema": ["Ogled sheme tabele"], + "Select": ["Izberi"], + "Select ...": ["Izberite ..."], + "Select Delivery Method": ["Izberite način dostave"], + "Select Viz Type": ["Izberite tip vizualizacije"], + "Select a Columnar file to be uploaded to a database.": [ + "Izberite stolpčno datoteko, ki bo naložena v podatkovno bazo." ], - "Chart Orientation": ["Orientacija grafikona"], - "Bar orientation": ["Orientacija stolpcev"], - "Horizontal": ["Vodoravno"], - "Orientation of bar chart": ["Orientacija stolpčnega grafikona"], - "Bar Charts are used to show metrics as a series of bars.": [ - "Stolpčni grafikoni se uporabljajo za prikaz mer z nizi stolpcev." + "Select a Excel file to be uploaded to a database.": [ + "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." ], - "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ - "Stolpčni grafikoni časovne vrste se uporabljajo za prikaz sprememb mere skozi čas s pomočjo niza stolpcev." + "Select a column": ["Izberite stolpec"], + "Select a dashboard": ["Izberite nadzorno ploščo"], + "Select a database to write a query": [ + "Izberite podatkovno bazo za poizvedbo" ], - "Bar Chart v2": ["Stolpčni grafikon v2"], - "Time-series Bar Chart v2": ["Stolpčni grafikon časovne vrste v2"], - "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ - "Črtni grafikon se uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne točke so med seboj povezane z ravnimi črtami." + "Select a dimension": ["Izberite dimenzijo"], + "Select a visualization type": ["Izberite tip vizualizacije"], + "Select aggregate options": ["Izberite agregacijske možnosti"], + "Select any columns for metadata inspection": [ + "Izberite poljubne stolpce za pregled metapodatkov" ], - "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ - "Črtni grafikon časovne vrste je osnovni grafikon, ki se uporablja na različnih področjih. Uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne točke so med seboj povezane z ravnimi črtami." + "Select charts": ["Izberi grafikone"], + "Select color scheme": ["Izberite barvno shemo"], + "Select column": ["Izberite stolpec"], + "Select current page": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "Izbira podatkovnih baz za uspešno povezavo zahteva izpolnitev dodatnih polj v zavihku Napredno. Naučite se, kaj zahteva vaša podatkovna baza " ], - "Time-series Line Chart": ["Črtni grafikon časovne vrste"], - "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ - "Raztreseni grafikon ima vodoravno os v linearnih enotah, prikazuje podatkovne točke v povezanem redu in prikazuje statistično razmerje med dvema spremenljivkama." + "Select filter": ["Izbirni filter"], + "Select filter plugin using AntD": [ + "Izberite Vtičnik za filter z uporabo AntD" ], - "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ - "Raztreseni grafikon časovne vrste prikazuje podatkovne točke v povezanem redu in prikazuje statistično razmerje med spremenljivkami." + "Select first filter value by default": [ + "Izberi prvo vrednost kot privzeto" ], - "Scatter Plot": ["Raztreseni grafikon"], - "Time-series Scatter Plot": ["Raztreseni grafikon časovne vrste"], - "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ - "Zglajeni črtni grafikon je izpeljanka črtnega grafikona, ki zgladi ostre robove krivulje." + "Select operator": ["Izberite operator"], + "Select or type a value": ["Izberite ali vnesite vrednost"], + "Select or type dataset name": [ + "Izberite ali vnesite naziv podatkovnega seta" ], - "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ - "Zglajeni grafikon časovne vrste je izpeljanka črtnega grafikona, ki zgladi ostre robove krivulje." + "Select owners": ["Izberite lastnike"], + "Select saved metrics": ["Izberite shranjene mere"], + "Select scheme": ["Izberite shemo"], + "Select start and end date": ["Izberite začetni in končni datum"], + "Select subject": ["Izberite zadevo"], + "Select the geojson column": ["Izberite geojson stolpec"], + "Select the number of bins for the histogram": [ + "Izberite število razdelkov za histogram" ], - "Smooth Line": ["Zglajena črta"], - "Time-series Smooth Line": ["Zglajeni črtni grafikon časovne vrste"], - "Step type": ["Stopnični tip"], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Določa, če se na začetku, na sredini ali na koncu pojavi stopnica med dvema točkama" + "Select the numeric columns to draw the histogram": [ + "Izberite numerične stolpce za izris histograma" ], - "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ - "Stopničasti grafikon je izpeljanka črtnega grafikona, pri čemer krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb na posameznih intervalih." + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Izberite vrednosti v osvetljenih poljih na levi strani kontrolnika in zaženite poizvedbo z gumbom %s." ], - "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ - "Stopnični grafikon časovne vrste je izpeljanka črtnega grafikona, pri čemer krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb na posameznih intervalih." + "Send as CSV": ["Pošlji kot CSV"], + "Send as PNG": ["Pošlji kot PNG"], + "Send as text": ["Pošlji kot besedilo"], + "Send range filter events to other charts": [ + "Pošlji dogodke filtra obdobja na druge grafikone" ], - "Stepped Line": ["Stopničasta črta"], - "Time-series Stepped Line": ["Stopnični črtni grafikon časovne vrste"], - "Id": ["Id"], - "Name of the id column": ["Naziv id-stolpca"], - "Parent": ["Nadrejeni"], - "Name of the column containing the id of the parent node": [ - "Ime stolpca, ki vsebuje id nadrejenega vozlišča" + "September": ["September"], + "Sequential": ["Sekvenčni"], + "Series Height": ["Višina serije"], + "Series Limit Sort By": ["Razvrščanje omejitev serije"], + "Series Limit Sort Descending": ["Razvrsti padajoče"], + "Series Style": ["Slog serije"], + "Series chart type (line, bar etc)": [ + "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" ], - "Optional name of the data column.": [ - "Opcijsko ime podatkovnega stolpca." + "Series limit": ["Omejitev števila serij"], + "Series type": ["Tip serije"], + "Server Page Length": ["Dolžina strani strežnika"], + "Server pagination": ["Paginacija na strani strežnika"], + "Service Account": ["Servisni račun"], + "Set auto-refresh interval": ["Nastavi interval samodejnega osveževanja"], + "Set filter mapping": ["Nastavi shemo filtrov"], + "Set up an email report": ["Nastavite e-poštno poročilo"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" ], - "Root node id": ["Id korenskega vozlišča"], - "Id of root node of the tree.": ["Id korenskega vozlišča drevesa."], - "Metric for node values": ["Mera za vrednosti vozlišč"], - "Tree layout": ["Oblika drevesa"], - "Orthogonal": ["Pravokotna"], - "Radial": ["Radialna"], - "Layout type of tree": ["Način izgleda drevesa"], - "Tree orientation": ["Orientacija drevesa"], - "Left to Right": ["Iz leve proti desni"], - "Right to Left": ["Iz desne proti levi"], - "Top to Bottom": ["Iz vrha proti dnu"], - "Bottom to Top": ["Iz dna proti vrhu"], - "Orientation of tree": ["Orientacija drevesa"], - "Node label position": ["Položaj oznake vozlišča"], - "left": ["levo"], - "top": ["zgoraj"], - "right": ["desno"], - "bottom": ["spodaj"], - "Position of intermidiate node label on tree": [ - "Položaj vmesne oznake vozlišča na drevesu" + "Settings": ["Nastavitve"], + "Settings for time series": ["Nastavitve časovne vrste"], + "Share": ["Deljenje"], + "Share chart by email": ["Deli grafikon po e-pošti"], + "Share permalink by email": ["Deli povezavo po e-pošti"], + "Shared query": ["Deljene poizvedbe"], + "Shared query fields": ["Polja deljenih poizvedb"], + "Sheet Name": ["Ime zvezka"], + "Shift + Click to sort by multiple columns": [""], + "Short description must be unique for this layer": [ + "Kratek opis mora biti za ta sloj unikaten" ], - "Child label position": ["Položaj podrejene oznake"], - "Position of child node label on tree": [ - "Položaj oznake podrejenega vozlišča na drevesu" + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Če želite dnevno sezonskost. Celo število določa Fourier-jev red sezonskosti." ], - "Emphasis": ["Poudari"], - "ancestor": ["nadrejeni"], - "descendant": ["podrejeni"], - "Which relatives to highlight on hover": [ - "Kateri element se poudari na prehodu z miško" + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Če želite tedensko sezonskost. Celo število določa Fourier-jev red sezonskosti." ], - "Symbol": ["Simbol"], - "Empty circle": ["Prazen krog"], - "Circle": ["Krog"], - "Rectangle": ["Pravokotnik"], - "Triangle": ["Trikotnik"], - "Diamond": ["Karo"], - "Pin": ["Žebljiček"], - "Arrow": ["Puščica"], - "Symbol size": ["Velikost simbola"], - "Size of edge symbols": ["Velikost simbola povezave"], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Prikaz več hierarhičnih nivojev z drevesno strukturo." + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Če želite letno sezonskost. Celo število določa Fourier-jev red sezonskosti." ], - "Tree Chart": ["Drevesni grafikon"], + "Show Bubbles": ["Prikaži mehurčke"], + "Show CREATE VIEW statement": ["Prikaži CREATE VIEW stavek"], + "Show CSS Template": ["Prikaži CSS predlogo"], + "Show Chart": ["Prikaži grafikon"], + "Show Column": ["Pokaži stolpec"], + "Show Dashboard": ["Prikaži nadzorno ploščo"], + "Show Database": ["Prikaži podatkovno bazo"], + "Show Labels": ["Pokaži oznake"], + "Show Less...": ["Prikaži manj..."], + "Show Log": ["Prikaži dnevnik"], + "Show Markers": ["Prikaži markerje"], + "Show Metric": ["Pokaži mero"], + "Show Metric Names": ["Pokaži imena mer"], + "Show Range Filter": ["Pokaži filter obdobja"], + "Show Row level security filter": [ + "Prikaži filter za varnost na nivoju vrstic" + ], + "Show Saved Query": ["Prikaži shranjeno poizvedbo"], + "Show Table": ["Prikaži tabelo"], + "Show Timestamp": ["Prikaži časovno značko"], + "Show Total": ["Pokaži vsoto"], + "Show Trend Line": ["Pokaži trendno črto"], "Show Upper Labels": ["Prikaži zgornje oznake"], - "Show labels when the node has children.": [ - "Prikaži oznake, ko ima vozlišče podrejene elemente." + "Show Value": ["Prikaži vrednost"], + "Show Values": ["Pokaži vrednosti"], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" ], - "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ - "Prikaže hierarhična razmerja podatkov, pri čemer je vrednost ponazorjena s ploščino, in deleže oz. prispevke k celoti." + "Show all columns": ["Prikaži vse stolpce"], + "Show all...": ["Prikaži vse..."], + "Show axis line ticks": ["Prikaži oznake na X-osi"], + "Show cell bars": ["Prikaži stolp. graf v celicah"], + "Show chart description": ["Prikaži opis grafikona"], + "Show columns total": ["Prikaži vsoto stolpcev"], + "Show data points as circle markers on the lines": [ + "Pokaži točke kot krožne markerje na krivuljah" ], - "Treemap v2": ["Drevesni grafikon s pravokotniki v2"], - "page_size.all": ["page_size.all"], - "Handlebars": ["Handlebars"], - "must have a value": ["mora imeti vrednost"], - "Handlebars Template": ["Predloga za Handlebars"], - "A handlebars template that is applied to the data": [ - "Predloga za Handlebars, ki je uporabljena za podatke" + "Show info tooltip": ["Prikaži opis orodja"], + "Show label": ["Pokaži oznako"], + "Show labels when the node has children.": [ + "Prikaži oznake, ko ima vozlišče podrejene elemente." ], - "Include time": ["Vključi čas"], - "Whether to include the time granularity as defined in the time section": [ - "Če želite vključiti granulacijo časa, ki je določena v sekciji Čas" + "Show legend": ["Prikaži legendo"], + "Show less columns": ["Prikaži manj stolpcev"], + "Show less...": ["Prikaži manj..."], + "Show only my charts": [""], + "Show percentage": ["Prikaži procente"], + "Show pointer": ["Prikaži kazalec"], + "Show progress": ["Prikaži območje"], + "Show rows total": ["Prikaži vsoto vrstic"], + "Show series values on the chart": [ + "Na grafikonu prikaži vrednosti serij" ], - "Percentage metrics": ["Procentualne mere"], - "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ - "Mera, za katero je prikazan odstotek od celote. Izračunan je samo iz podatkov znotraj omejitve števila vrstic." + "Show split lines": ["Prikaži razdelitvene črte"], + "Show the value on top of the bar": [ + "Prikaži vrednosti na vrhu stolpcev" ], + "Show time grain dropdown": [""], "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "Prikaži skupno agregacijo izbrane mere. Omejitev števila vrstic ne vpliva na rezultat." ], - "Ordering": ["Razvrščanje"], - "Order results by selected columns": [ - "Razvrsti rezultate glede na izbrani stolpec" - ], - "Server pagination": ["Paginacija na strani strežnika"], - "Enable server side pagination of results (experimental feature)": [ - "Omogoči številčenje strani rezultatov na strani strežnika (preizkusna funkcija)" + "Show totals": ["Pokaži vsote"], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "Prikaže eno vrednost. Velika številka je primerna za poudarek KPI-ja ali vrednosti, na katero želite usmeriti pozornost." ], - "Server Page Length": ["Dolžina strani strežnika"], - "Rows per page, 0 means no pagination": [ - "Vrstic na stran (0 pomeni brez številčenja strani)" + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "Prikaže eno vrednost skupaj s preprostim črtnim grafikonom, za poudarek pomembne mere skupaj z njeno časovno spremembo." ], - "Query mode": ["Poizvedbeni način"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Združevanje, Mera ali Procentualna mera morajo imeti vrednost" + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "Prikaže kako se mera spreminja, ko lijak napreduje. Standardni grafikon za prikaz sprememb med nivoji v procesu ali življenjskem ciklu." ], - "CSS Styles": ["CSS slogi"], - "CSS applied to the chart": ["CSS slogi uporabljeni za grafikon"], - "Columns to group by on the columns": ["Stolpci za združevanje stolpcev"], - "Rows": ["Vrstice"], - "Columns to group by on the rows": ["Stolpci za združevanje vrstic"], - "Apply metrics on": ["Uporabi mero na"], - "Use metrics as a top level group for columns or for rows": [ - "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Prikaže potek ali povezave med kategorijami z debelino tetiv. Vrednost in debelina sta lahko različni za vsako stran." ], - "Cell limit": ["Omejitev celice"], - "Limits the number of cells that get retrieved.": [ - "Omeji število pridobljenih celic." + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Prikaže napredovanje posamezne mere glede na cilj. Večja napolnjenost, pomeni, da je mera bližje cilju." ], - "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." + "Showing %s of %s": ["Prikazanih %s od %s"], + "Shows a list of all series available at that point in time": [ + "Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno točko" ], - "Show rows total": ["Prikaži vsoto vrstic"], - "Display row level total": ["Prikaži vsote na nivoju vrstic"], - "Show columns total": ["Prikaži vsoto stolpcev"], - "Display column level total": ["Prikaži vsote na nivoju stolpcev"], - "Transpose pivot": ["Transponirano vrtenje"], - "Swap rows and columns": ["Zamenjaj vrstice in stolpce"], - "Combine metrics": ["Združuj mere"], - "D3 time format for datetime columns": [ - "D3 oblika zapisa za časovne stolpce" + "Shows or hides markers for the time series": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" ], - "Sort rows by": ["Razvrsti vrstice"], - "key a-z": ["a - ž"], - "key z-a": ["ž - a"], - "value ascending": ["0 - 9"], - "value descending": ["9 - 0"], - "Change order of rows.": ["Spremeni vrstni red vrstic."], - "Available sorting modes:": ["Razpoložljivi načini razvrščanja:"], - "By key: use row names as sorting key": [ - "Po ključu: za razvrščanje uporabite imena vrstic" + "Significance Level": ["Stopnja značilnosti"], + "Simple": ["Preprosto"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Preproste ad-hoc mere za ta podatkovni set niso omogočene" ], - "By value: use metric values as sorting key": [ - "Po vrednosti: za razvrščanje uporabite vrednosti mere" + "Single": ["Posamezno"], + "Single Metric": ["Ena mera"], + "Single Value": ["Ena vrednost"], + "Single value": ["Ena vrednost"], + "Single value type": ["Tip z eno vrednostjo"], + "Size of edge symbols": ["Velikost simbola povezave"], + "Size of marker. Also applies to forecast observations.": [ + "Velikost markerja. Upošteva se tudi za napovedi." ], - "Sort columns by": ["Razvrsti stolpce"], - "Change order of columns.": ["Spremeni vrstni red stolpcev."], - "By key: use column names as sorting key": [ - "Po ključu: za razvrščanje uporabite imena stolpcev" + "Sizes of vehicles": ["Velikosti vozil"], + "Skip Blank Lines": ["Izpusti prazne vrstice"], + "Skip Initial Space": ["Izpusti začetni presledek"], + "Skip Rows": ["Izpusti vrstice"], + "Slug": ["Slug"], + "Small": ["Majhno"], + "Small number format": ["Oblika zapisa majhnih števil"], + "Smooth Line": ["Zglajena črta"], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "Zglajeni črtni grafikon je izpeljanka črtnega grafikona, ki zgladi ostre robove krivulje." ], - "Rows subtotal position": ["Položaj vsot vrstic"], - "Top": ["Zgoraj"], - "Bottom": ["Spodaj"], - "Position of row level subtotal": ["Položaj vsot na nivoju vrstic"], - "Columns subtotal position": ["Položaj delnih vsot stolpcev"], - "Position of column level subtotal": ["Položaj vsot na nivoju stolpcev"], - "Conditional formatting": ["Pogojno oblikovanje"], - "Apply conditional color formatting to metrics": [ - "Za mere uporabi pogojno oblikovanje z barvami" + "Solid": [""], + "Some roles do not exist": ["Nekatere vloge ne obstajajo"], + "Sorry there was an error fetching database information: %s": [ + "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" ], - "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ - "Ponazori podatke na podlagi združevanja več statistik vzdolž dveh osi. Npr. prodaja po regijah in mesecih, opravila po statusih in izvajalcih, itd." + "Sorry there was an error fetching saved charts: ": [ + "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " ], - "Pivot Table v2": ["Vrtilna tabela v2"], - "Unknown input format": ["Neznana oblika vnosa"], - "search.num_records": ["search.num_records"], - "page_size.show": ["page_size.show"], - "page_size.entries": ["page_size.entries"], - "Totals": ["Vsote"], - "Timestamp format": ["Oblika zapisa časovne značke"], - "Page length": ["Dolžina strani"], - "Search box": ["Iskalno polje"], - "Whether to include a client-side search box": [ - "Če želite vključiti iskalno polje za uporabnika" + "Sorry, An error occurred": ["Prišlo je do napake"], + "Sorry, an error occurred": ["Prišlo je do napake"], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." ], - "Cell bars": ["Stolp. graf v celicah"], - "Whether to align background charts with both positive and negative values at 0": [ - "Če želite poravnati graf v ozadju celic za negativne in pozitivne vrednosti okrog 0" + "Sorry, something went wrong. Try again later.": [ + "Nekaj je šlo narobe. Poskusite ponovno kasneje." ], - "Allow columns to be rearranged": ["Omogoči razvrščanje stolpcev"], - "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ - "Uporabniku omogočite, da s potegom razvrsti stolpce. Sprememba se ne bo ohranila, ko bo grafikon ponovno naložen." + "Sorry, there appears to be no data": ["Ni podatkov"], + "Sorry, there was an error saving this dashboard: %s": [ + "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" ], - "Customize columns": ["Prilagodi stolpce"], - "Further customize how to display each column": [ - "Dodatne prilagoditve prikaza posameznih stolpcev" + "Sorry, your browser does not support copying.": [ + "Vaš brskalnik ne podpira kopiranja." ], - "Apply conditional color formatting to numeric columns": [ - "Za numerične stolpce uporabi pogojno oblikovanje z barvami" + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Vaš brskalnik ne podpira kopiranja. Uporabite Ctrl / Cmd + C!" ], - "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ - "Standardna razpredelnica za prikaz podatkovnega seta." + "Sort": ["Razvrsti"], + "Sort Bars": ["Uredi stolpce"], + "Sort Descending": ["Razvrsti padajoče"], + "Sort Metric": ["Mera za razvrščanje"], + "Sort X Axis": ["Razvrsti X-os"], + "Sort Y Axis": ["Razvrsti Y-os"], + "Sort ascending": ["Razvrsti naraščajoče"], + "Sort bars by x labels.": ["Uredi stolpce po x-oznakah."], + "Sort by": ["Razvrščanje"], + "Sort by %s": ["Razvrščanje po %s"], + "Sort by metric": ["Mera za razvrščanje"], + "Sort columns alphabetically": ["Razvrsti stolpce po abecedi"], + "Sort columns by": ["Razvrsti stolpce"], + "Sort descending": ["Razvrsti padajoče"], + "Sort filter values": ["Razvrsti vrednosti filtra"], + "Sort metric": ["Mera za razvrščanje"], + "Sort rows by": ["Razvrsti vrstice"], + "Sort series in ascending order": [""], + "Sort type": ["Način razvrščanja"], + "Source": ["Izvor"], + "Source / Target": ["Izhodišče/Cilj"], + "Source SQL": ["Izvorni SQL"], + "Source category": ["Kategorija izvora"], + "Spatial": ["Prostorski"], + "Specific Date/Time": ["Fiksen Datum/Čas"], + "Specify a schema (if database flavor supports this).": [ + "Podajte shemo (če vrsta podatkovne baze to podpira)" ], - "Word Cloud": ["Oblak besed"], - "Minimum Font Size": ["Min. velikost pisave"], - "Font size for the smallest value in the list": [ - "Velikost pisave za najmanjšo vrednost na seznamu" + "Specify duplicate columns as \"X.0, X.1\".": [ + "Določite podvojene stolpce kot \"X.0, X.1\"." ], - "Maximum Font Size": ["Max. velikost pisave"], - "Font size for the biggest value in the list": [ - "Velikost pisave za največjo vrednost na seznamu" + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "Podajte verzijo podatkovne baze. Uporablja se s Presto, za potrebe ocenjevanja potratnosti poizvedbe." ], - "Word Rotation": ["Vrtenje besed"], - "Rotation to apply to words in the cloud": [ - "Če želite vrtenje besed v oblaku" + "Split number": ["Število razdelitev"], + "Square kilometers": [""], + "Stack": ["Naloži"], + "Stack Trace:": [""], + "Stack series": ["Nalagaj serije"], + "Stack series on top of each other": ["Nalagaj serije eno na drugo"], + "Stacked": ["Naložen"], + "Stacked Bars": ["Naloženi stolpci"], + "Stacked Style": ["Slog nalaganja"], + "Stacked style": ["Naložen slog"], + "Standard time series": ["Standardna časovna vrsta"], + "Start": ["Začetek"], + "Start Longitude & Latitude": ["Začetna Dolž. in Širina"], + "Start Review": ["Začetek pregleda"], + "Start angle": ["Začetni kot"], + "Start at (UTC)": ["Zažene se ob (UTC)"], + "Start date included in time range": [ + "Začetni datum je vključen v časovno obdobje" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Prikaže besede v stolpcu, glede na pogostost pojavljanja. Večja pisava pomeni večjo frekvenco." + "Start y-axis at 0": ["Začni y-os z 0"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Začni y-os z nič. Ne izberite, če želite, da se y-os začne z najmanjšo vrednostjo podatkov." ], - "The query couldn't be loaded": ["Poizvedbe ni mogoče naložiti"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Vaša poizvedba je v urniku. Za ogled podrobnosti poizvedbe pojdite na shranjene poizvedbe" + "State": ["Status"], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "Statistical": ["Statistično"], + "Status": ["Status"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], + "Step type": ["Stopnični tip"], + "Stepped Line": ["Stopničasta črta"], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "Stopničasti grafikon je izpeljanka črtnega grafikona, pri čemer krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb na posameznih intervalih." ], - "Your query could not be scheduled": [ - "Vaše poizvedbe ni mogoče uvrstiti v urnik" + "Stop": ["Ustavi"], + "Stop query": ["Ustavi poizvedbo"], + "Stop running (Ctrl + e)": ["Ustavi (Ctrl + e)"], + "Stop running (Ctrl + x)": ["Ustavi (Ctrl + x)"], + "Stopped an unsafe database connection": [ + "Nevarna povezava s podatkovno bazo je bila ustavljena" ], - "Failed at retrieving results": ["Napaka pri pridobivanju rezultatov"], - "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ - "Pri shranjevanju zadnjega id-ja poizvedbe v sistem je prišlo do napake. Če se težava ponavlja, kontaktirajte administratorja." + "Strength to pull the graph toward center": [ + "Sila privlačnosti med grafikonom in središčem" ], - "Unknown error": ["Neznana napaka"], - "Query was stopped.": ["Poizvedba je bila ustavljena."], - "Failed at stopping query. %s": ["Neuspešno ustavljanje poizvedbe. %s"], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Stanja sheme tabele ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." + "Stretched style": ["Raztegnjen slog"], + "Strings used for sheet names (default is the first sheet).": [ + "Znakovni nizi uporabljeni za imena preglednic (privzeto je prva preglednica)." ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Stanja poizvedbe ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." + "Stroke Color": ["Barva obrobe"], + "Stroke Width": ["Debelina obrobe"], + "Stroked": ["Obrobljeno"], + "Structural": ["Strukturni"], + "Style": ["Slog"], + "Style the ends of the progress bar with a round cap": [ + "Zaobljena oblika koncev območja" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Stanja urejevalnika poizvedb ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." + "Subdomain": ["Poddomena"], + "Subheader": ["Podnaslov"], + "Subheader Font Size": ["Velikost pisave podnaslova"], + "Submit": [""], + "Subtotal": [""], + "Success": ["Uspelo"], + "Suffix to apply after the percentage display": [ + "Pripona za prikaz procenta" ], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Novega zavihka ni mogoče dodati v sistem. Kontaktirajte administratorja." + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], + "Sum of values over specified period": ["Vsota vrednosti v dani periodi"], + "Sunburst": ["Sunburst"], + "Sunburst Chart": ["Večnivojski tortni grafikon"], + "Sunday": ["Nedelja"], + "Superset Chart": ["Superset grafikon"], + "Superset Embedded SDK documentation.": [ + "Dokumentacija SDK za vgrajevanje." ], - "Copy of %s": ["Kopija %s"], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Pri določanju aktivnega zavihka je prišlo do napake. Kontaktirajte administratorja." + "Superset chart": ["Superset grafikon"], + "Superset dashboard": ["Superset nadzorna plošča"], + "Superset encountered an error while running a command.": [ + "Superset je naletel na napako pri izvajanju ukaza." ], - "An error occurred while fetching tab state": [ - "Pri pridobivanju stanja zavihka je prišlo do napake" + "Superset encountered an unexpected error.": [ + "Superset je naletel na nepričakovano napako." ], - "An error occurred while hiding the left bar. Please contact your administrator.": [ - "Pri skrivanju leve vrstice je prišlo do napake. Kontaktirajte administratorja." + "Supported databases": ["Podprte podatkovne baze"], + "Survey Responses": ["Rezultati anket"], + "Swap Groups and Columns": ["Zamenjaj Skupine in Stolpce"], + "Swap rows and columns": ["Zamenjaj vrstice in stolpce"], + "Symbol": ["Simbol"], + "Symbol of two ends of edge line": ["Simbol za konca povezave"], + "Symbol size": ["Velikost simbola"], + "Sync columns from source": ["Sinhroniziraj stolpce z virom"], + "Syntax": ["Sintaksa"], + "TABLES": ["TABELE"], + "THU": ["ČET"], + "TUE": ["TOR"], + "Tab name": ["Naslov zavihka"], + "Tab title": ["Naslov zavihka"], + "Table": ["Tabela"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Tabela %(table)s ni bila najdena v podatkovni bazi %(db)s" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte administratorja." + "Table Exists": ["Tabela obstaja"], + "Table Name": ["Ime tabele"], + "Table View": ["Tabelarični pogled"], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Tabele [%(table_name)s] ni mogoče najti. Preverite povezavo, shemo in ime podatkovne baze" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte administratorja." + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "Tabela [%{table}s] ni najdena. Preverite povezavo, shemo in ime tabele v podatkovni bazi. Napaka: {}" ], - "An error occurred while setting the tab database ID. Please contact your administrator.": [ - "Pri določanju ID-ja v podatkovne baze za zavihek je prišlo do napake. Kontaktirajte administratorja." + "Table cache timeout": ["Trajanje predpomnilnika tabele"], + "Table name cannot contain a schema": [ + "Ime tabele ne sme vsebovati sheme" ], - "An error occurred while setting the tab schema. Please contact your administrator.": [ - "Pri določanju sheme zavihka je prišlo do napake. Kontaktirajte administratorja." + "Table name undefined": ["Ime tabele ni definirano"], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Tabela, ki prikazuje uparjene t-teste, ki se uporabljajo za prikaz statističnih razlik med skupinami." ], - "An error occurred while setting the tab autorun. Please contact your administrator.": [ - "Pri določanju samodejnega zagona zavihka je prišlo do napake. Kontaktirajte administratorja." + "Tables": ["Tabele"], + "Tabs": ["Zavihki"], + "Tabular": ["Tabelarično"], + "Tag name is invalid (cannot contain ':')": [""], + "Tags": ["Značke"], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Vzame podatkovne točke in jih razporedi v razdelke, kjer se vidi območja z največjo gostoto informacij" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "Pri določanju naslova zavihka je prišlo do napake. Kontaktirajte administratorja." + "Target": ["Cilj"], + "Target Color": ["Ciljna barva"], + "Target aspect ratio for treemap tiles.": [ + "Ciljno razmerje za razdelke drevesnega grafikona." ], - "Your query could not be saved": ["Vaše poizvedbe ni mogoče shraniti"], - "Your query was not properly saved": [ - "Vaša poizvedba ni bila pravilno shranjena" + "Target category": ["Kategorija cilja"], + "Target value": ["Ciljna vrednost"], + "Template Name": ["Ime predloge"], + "Template parameters": ["Parametri predlog"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Vzorčna povezava, vključiti je mogoče {{ metric }} ali drugo vrednost iz kontrolnikov." ], - "Your query was saved": ["Vaša poizvedba je shranjena"], - "Your query was updated": ["Vaša poizvedba je posodobljena"], - "Your query could not be updated": [ - "Vaše poizvedbe ni mogoče posodobiti" + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Ustavi zagnane poizvedbe, ko se zapre okno brskalnika ali gre na drugo stran. na razpolago za Presto, Hive, MySQL, Postgres in Snowflake podatkovne baze." ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Pri shranjevanju vaše poizvedbe v sistem je prišlo do napake. Da ne izgubite sprememb, shranite poizvedbo z gumbom \"Shrani poizvedbo\"." + "Test Connection": ["Preizkusi povezavo"], + "Test connection": ["Preizkus povezave"], + "Text": ["Besedilo"], + "Text align": ["Poravnava besedila"], + "Text embedded in email": ["Besedilo vključeno v e-pošto"], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" ], - "An error occurred while setting the tab template parameters. Please contact your administrator.": [ - "Pri določanju parametrov predloge zavihka je prišlo do napake. Kontaktirajte administratorja." + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "CSS za posamezne nadzorne plošče lahko spreminjamo tukaj ali pa v pogledu nadzorne plošče, kjer so spremembe vidne takoj" ], - "An error occurred while fetching table metadata": [ - "Pri pridobivanju metapodatkov tabele je prišlo do napake" + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "CTAS (create table as select) na koncu nima SELECT stavka. Poskrbite, da bo v poizvedbi SELECT zadnji stavek. Potem ponovno poženite poizvedbo." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte administratorja." + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "GeoJsonLayer uporablja podatke v formatu GeoJSON in jih izriše kot interaktivne poligone, črte in točke (krogi, ikone in/ali besedila)." ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "The URL is missing the dataset_id or slice_id parameters.": [ + "V URL-ju manjkata parametra dataset_id ali slice_id." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "The access requests seem to have been deleted": [ + "Zdi se, da je bila zahteva za dostop izbrisana" ], - "Shared query": ["Deljene poizvedbe"], - "The datasource couldn't be loaded": [ - "Podatkovnega vira ni mogoče naložiti" + "The annotation has been saved": ["Označba je bila shranjena"], + "The annotation has been updated": ["Označba je bila posodobljena"], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "Kategorija izvornih vozlišč, na podlagi katere je določena barva. Če je vozlišče povezano z več kot eno kategorijo, bo uporabljena samo prva." ], - "An error occurred while creating the data source": [ - "Pri ustvarjanju podatkovnega vira je prišlo do težave" + "The chart does not exist": ["Grafikon ne obstaja"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "Standardni grafikon za prikaz deležev. Tortne grafikone je težje natančno interpretirati, takrat lahko uporabite npr. stolpčni grafikon." ], - "An error occurred while fetching function names.": [ - "Pri pridobivanju imen funkcij je prišlo do napake." + "The color for points and clusters in RGB": [ + "Barva točk in gruč v RGB zapisu" ], - "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ - "SQL laboratorij uporablja lokalno shrambo brskalnika za shranjevanje poizvedb in rezultatov.\nTrenutno uporabljate %(currentUsage)s KB od %(maxStorage)d KB prostora.\nDa preprečite sesutje SQL laba, izbrišite nekaj zavihkov s poizvedbami.\nPoizvedbe lahko ponovno pridobite, če pred brisanjem uporabite funkcijo Shrani.\nPred tem morate zapreti druga okna SQL laboratorija." + "The color scheme for rendering chart": [ + "Barvna shema za izris grafikona" ], - "Estimate selected query cost": ["Oceni potratnost izbrane poizvedbe"], - "Estimate cost": ["Oceni potratnost"], - "Cost estimate": ["Ocena potratnosti"], - "Creating a data source and creating a new tab": [ - "Ustvarjanje podatkovnega vira in novega zavihka" + "The column was deleted or renamed in the database.": [ + "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." ], - "An error occurred": ["Prišlo je do napake"], - "Explore the result set in the data exploration view": [ - "Raziščite rezultate v pogledu raziskovanja podatkov" + "The country code standard that Superset should expect to find in the [country] column": [ + "Standard za oznake držav, ki bodo podane v stolpcu z državami" ], - "Create Chart": ["Ustvarite grafikon"], - "Source SQL": ["Izvorni SQL"], - "Executed SQL": ["Izvedena poizvedba"], - "SQL": ["SQL"], - "Run a query to display query history": [ - "Za prikaz zgodovine poizvedb zaženite poizvedbo" + "The dashboard has been saved": ["Nadzorna plošča je bila shranjena"], + "The data source seems to have been deleted": [ + "Zdi se, da je bil podatkovni vir izbrisan" ], - "An error occurred when refreshing queries": [ - "Pri osveževanju poizvedb je prišlo do napake" + "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.": [ + "Podatkovni tip, ki izvira iz podatkovne baze. V nekaterih primerih je potrebno ročno vnesti tip za stolpce, ki temeljijo na izrazih. V večini primerov uporabniku tega ni potrebno spreminjati." ], - "It seems you don't have access to any database": [ - "Zdi se, da nimate dostopa do nobene podatkovne baz" + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "Podatkovna baza %s je povezana z grafikoni %s, ki so prisotni na nadzorni plošči %s in uporabniki imajo odprtih %s zavihkov SQL laboratorija. Ali želite nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." ], - "Filter by user": ["Filtriraj po uporabniku"], - "Filter by database": ["Filtriraj po podatkovni bazi"], - "Query search string": ["Iskalni niz za poizvedbo"], - "[From]-": ["[Od]-"], - "[To]-": ["[Do]-"], - "Filter by status": ["Filtriraj po statusu"], - "Success": ["Uspelo"], - "Failed": ["Ni uspelo"], - "Running": ["V teku"], - "Fetching": ["Pridobivam"], - "Offline": ["Offline"], - "Scheduled": ["V urniku"], - "Unknown Status": ["Neznan status"], - "Edit": ["Urejanje"], - "View": ["Pogled"], - "Data preview": ["Ogled podatkov"], - "Overwrite text in the editor with a query on this table": [ - "Besedilo v urejevalniku prepišite s poizvedbo na to tabelo" + "The database columns that contains lines information": [ + "Stolpec v podatkovni bazi, ki vsebuje podatke črt" ], - "Run query in a new tab": ["Zaženi poizvedbo v novem zavihku"], - "Remove query from log": ["Odstrani poizvedbo iz dnevnika"], - "Save & Explore": ["Shrani & Razišči"], - "Overwrite & Explore": ["Prepiši & Razišči"], - "Save this query as a virtual dataset to continue exploring": [ - "Shranite poizvedbo kot virtualni podatkovni set" + "The database is currently running too many queries.": [ + "Podatkovna baza trenutno izvaja preveč poizvedb." ], - "Download to CSV": ["Izvozi kot CSV"], - "Copy to Clipboard": ["Kopiraj na odložišče"], - "Too many columns to filter": ["Preveč stolpcev za filtriranje"], - "Filter results": ["Filtriraj rezultate"], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." + "The database is under an unusual load.": [ + "Podatkovni vir je neobičajno obremenjen." ], - "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ - "Število prikazanih rezultatov je omejeno na %(rows)d . V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "Podatkovna baza, referencirana v tej poizvedbi, ni bila najdena. Kontaktirajte administratorja za napotke ali pa poskusite znova." ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" + "The database returned an unexpected error.": [ + "Podatkovna baza je vrnila nepričakovano napako." ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." + "The database was deleted.": ["Podatkovna baza je bila izbrisana."], + "The database was not found.": ["Podatkovna baza ni bila najdena."], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "Podatkovni set %s je povezan z grafikoni %s, ki so prisotni na nadzorni plošči %s. Ali želite nadaljevati? Izbris podatkovnega seta bo pokvaril te objekte." ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo in spustnim izbirnikom omejitev." + "The dataset associated with this chart no longer exists": [ + "Podatkovni set, povezan s tem grafikonom, ne obstaja več" ], - "%(rows)d rows returned": ["%(rows)d vrnjenih vrstic"], - "The number of rows displayed is limited to %s by the dropdown.": [ - "Število prikazanih vrstic je omejeno na %s s spustnim izbirnikom." + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "Tukaj prikazane nastavitve podatkovnega seta\n vplivajo na vse grafikone, ki uporabljajo\n ta podatkovni set. Spreminjanje\n nastavitev lahko nezaželeno vpliva\n na druge grafikone." ], - "Query was stopped": ["Poizvedba je bila ustavljena"], - "Database error": ["Napaka podatkovne baze"], - "was created": ["ustvarjeno"], - "Query in a new tab": ["Poizvedba v novem zavihku"], - "The query returned no data": ["Poizvedba ni vrnila podatkov"], - "Fetch data preview": ["Pridobi predogled podatkov"], - "Refetch results": ["Ponovno pridobi rezultate"], - "Track job": ["Sledi opravilom"], - "Stop": ["Ustavi"], - "Run selection": ["Zaženi izbrano"], - "Run": ["Zaženi"], - "Stop running (Ctrl + x)": ["Ustavi (Ctrl + x)"], - "Stop running (Ctrl + e)": ["Ustavi (Ctrl + e)"], - "Run query (Ctrl + Return)": ["Zaženi poizvedbo (Ctrl + Return)"], - "An error occurred saving dataset": [ - "Pri shranjevanju podatkovnega seta je prišlo do napake" + "The dataset has been saved": ["Podatkovni set je shranjen"], + "The dataset linked to this chart may have been deleted.": [ + "Podatkovni set, povezan s tem grafikonom, je bil izbrisan." ], - "Save or Overwrite Dataset": ["Shrani ali prepiši podatkovni set"], - "Save as new": ["Shrani kot novo"], - "Overwrite existing": ["Prepiši obstoječe"], - "Select or type dataset name": [ - "Izberite ali vnesite naziv podatkovnega seta" + "The datasource couldn't be loaded": [ + "Podatkovnega vira ni mogoče naložiti" ], - "Are you sure you want to overwrite this dataset?": [ - "Ali ste prepričani, da želite prepisati podatkovni set?" + "The datasource is too large to query.": [ + "Podatkovni vir je prevelik za poizvedbo." ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Za Presto in Postgres prikaže gumb za izračun potratnosti pred zagonom poizvedbe." + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Opis je lahko prikazan kot glava gradnika in pogledu nadzorne plošče. Podpira markdown." ], - "Please save the query to enable sharing": [ - "Shranite poizvedbo za deljenje" + "The distance between cells, in pixels": [ + "Razdalja med celicami v pikslih" ], - "Copy query link to your clipboard": [ - "Kopiraj povezavo do poizvedbe v odložišče" + "The encoding format of the lines": ["Oblika kodiranja črt"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Objekt engine_params se razširi v klic sqlalchemy.create_engine." ], - "Save the query to enable this feature": [ - "Za omogočenje te funkcije shranite poizvedbo" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " ], - "Copy link": ["Kopiraj povezavo"], - "No stored results found, you need to re-run your query": [ - "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" + "The function to use when aggregating points into groups": [ + "Funkcija za agregacijo točk v skupine" ], - "Run a query to display results": [ - "Za prikaz rezultatov morate zagnati poizvedbo" + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči." ], - "Preview: `%s`": ["Predogled: `%s`"], - "Results": ["Rezultati"], - "Query history": ["Zgodovina poizvedb"], - "Run query": ["Zaženi poizvedbo"], - "New tab": ["Nov zavihek"], - "Stop query": ["Ustavi poizvedbo"], - "Previous Line": ["Prejšnja linija"], - "Schedule the query periodically": ["Periodično zaganjaj poizvedbo"], - "You must run the query successfully first": [ - "Najprej morate uspešno izvesti poizvedbo" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči na vratih %(port)s." ], - "Autocomplete": ["Samodokončaj"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "Estimate the cost before running a query": [ - "Oceni potratnost pred zagonom poizvedbe" + "The host might be down, and can't be reached on the provided port.": [ + "Gostitelj mogoče ne deluje in ga ni mogoče doseči preko podanih vrat." ], - "Select a database to write a query": [ - "Izberite podatkovno bazo za poizvedbo" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." ], - "Choose one of the available databases from the panel on the left.": [ - "Izberite eno od razpoložljivih podatkovnih baz v panelu na levi." + "The hostname provided can't be resolved.": [ + "Imena gostitelja ni mogoče razrešiti." ], - "Collapse table preview": ["Zapri predogled tabele"], - "Expand table preview": ["Odpri predogled tabele"], - "No databases match your search": [ - "Nobena podatkovna baza ne ustreza iskanju" + "The id of the active chart": ["Identifikator aktivnega grafikona"], + "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'": [ + "Seznam grafikonov, povezanih s to tabelo. S spreminjanjem podatkovnega vira lahko spremenite, kako se povezani grafikoni obnašajo. Poleg tega morajo biti grafikoni povezani s podatkovnim virom. Če odstranite grafikon s podatkovnega vira ne bo mogoče shraniti tega vnosa. Če želite spremeniti podatkovni vir grafikona, prepišite grafikon v raziskovalnem pogledu." ], - "There are no databases available": ["Podatkovnih baz ni na voljo"], - "Manage your databases": ["Upravljajte podatkovne baze"], - "here": ["tukaj"], - "Reset state": ["Ponastavi stanje"], - "Enter a new title for the tab": ["Vnesite novo naslov zavihka"], - "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ - "-- Opomba: Če ne shranite poizvedbe, se ti zavihki NE bodo ohranili, ko boste počistili piškote ali zamenjali brskalnik.\n\n" + "The maximum number of events to return, equivalent to the number of rows": [ + "Največje število dogodkov, ki bodo vrnjeni - enako številu vrstic" ], - "Close tab": ["Zapri zavihek"], - "Rename tab": ["Preimenuj zavihek"], - "Expand tool bar": ["Razširi orodno vrstico"], - "Hide tool bar": ["Skrij orodno vrstico"], - "Close all other tabs": ["Zapri vse ostale zavihke"], - "Duplicate tab": ["Podvoji zavihek"], - "Add a new tab": ["Dodaj nov zavihek"], - "New tab (Ctrl + q)": ["Nov zavihek (Ctrl + q)"], - "New tab (Ctrl + t)": ["Nov zavihek (Ctrl + t)"], - "Add a new tab to create SQL Query": [ - "Dodaj nov zavihek za SQL-poizvedbo" + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "Največje število podrazdelkov posamezne skupine; nižje vrednosti so zanemarjene prve" ], - "Copy partition query to clipboard": [ - "Kopiraj particijsko poizvedbo na odložišče" + "The maximum value of metrics. It is an optional configuration": [ + "Največja vrednost mere. To je opcijska nastavitev" ], - "latest partition:": ["zadnja particija:"], - "Keys for table": ["Ključi za tabele"], - "View keys & indexes (%s)": ["Ogled ključev in indeksov (%s)"], - "Original table column order": ["Vrstni red stolpcev izvorne tabele"], - "Sort columns alphabetically": ["Razvrsti stolpce po abecedi"], - "Copy SELECT statement to the clipboard": [ - "Kopiraj stavek SELECT na odložišče" + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %(key)s je neveljaven." ], - "Show CREATE VIEW statement": ["Prikaži CREATE VIEW stavek"], - "CREATE VIEW statement": ["CREATE VIEW stavek"], - "Remove table preview": ["Odstrani predogled tabele"], - "Edit template parameters": ["Uredi parametre predloge"], - "Parameters ": ["Parametri "], - "Invalid JSON": ["Neveljaven JSON"], - "Untitled query": ["Neimenovana poizvedba"], - "%s%s": ["%s%s"], - "Create a new chart": ["Ustvari nov grafikon"], - "Choose a dataset": ["Izberite podatkovni set"], - "Dataset": ["Podatkovni set"], - "Instructions to add a dataset are available in the Superset tutorial.": [ - "Navodila za dodajanje podatkovnega seta so v vodiču za Superset." + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %{key}s je neveljaven." ], - "Choose chart type": ["Izberite tip grafikona"], - "Please select both a Dataset and a Chart type to proceed": [ - "Za nadaljevanje izberite podatkovni set in tip grafikona" + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." ], - "Create new chart": ["Ustvari nov grafikon"], - "Click to see difference": ["Kliknite za prikaz razlike"], - "Altered": ["Spremenjeno"], - "Chart changes": ["Spremembe grafikona"], - "Select ...": ["Izberite ..."], - "Loaded data cached": ["Podatki so naloženi v predpomnilnik"], - "Loaded from cache": ["Naloženo iz predpomnilnika"], - "Click to force-refresh": ["Kliknite za prisilno osvežitev"], - "Cached": ["Predpomnjeno"], - "Add required control values to preview chart": [ - "Dodaj potrebne parametre za predogled grafikona" + "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": [ + "Minimalno število drsečih obdobij, potrebnih za prikaz vrednosti. Če računate kumulativno vsoto 7-dnevnega obdobja, boste nastavili \"Min. št. period\" na 7. Tako bodo vse prikazane točke skupaj obsegale 7 obdobij. To bo prikrilo rampo, ki bi trajala prvih 7 obdobij" ], - "Your chart is ready to go!": ["Grafikon je pripravljen!"], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ - "Kliknite na gumb \"Ustvari grafikon\" v kontrolni plošči na levi za predogled ali" + "The number color \"steps\"": ["Število barvnih korakov"], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "Število ur, negativno ali pozitivno, za zamik časovnega stolpca. Na ta način je mogoče UTC čas prestaviti na lokalni čas." ], - "click here": ["kliknite tukaj"], - "No results were returned for this query": [ - "Poizvedba ni vrnila rezultatov" + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." ], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "Poskrbite, da so kontrolniki pravilno nastavljeni in podatkovni vir vsebuje podatke za izbrano časovno obdobje" + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "Število prikazanih rezultatov je omejeno na %(rows)d . V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." ], - "An error occurred while loading the SQL": [ - "Pri nalaganju SQL je prišlo do napake" + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." ], - "Sorry, an error occurred": ["Prišlo je do napake"], - "Updating chart was stopped": [ - "Posodabljanje grafikona je bilo ustavljeno" + "The number of rows displayed is limited to %(rows)d by the query": [ + "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" ], - "An error occurred while rendering the visualization: %s": [ - "Pri prikazovanju vizualizacije je prišlo do napake: %s" + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo in spustnim izbirnikom omejitev." ], - "Network error.": ["Napaka omrežja."], - "Copy to clipboard": ["Kopiraj na odložišče"], - "Copied to clipboard!": ["Kopirano na odložišče!"], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Vaš brskalnik ne podpira kopiranja. Uporabite Ctrl / Cmd + C!" + "The number of seconds before expiring the cache": [ + "Trajanje (v sekundah) do razveljavitve predpomnilnika" ], - "every": ["vsak"], - "every month": ["vsak mesec"], - "every day of the month": ["vsak dan v mesecu"], - "day of the month": ["dan v mesecu"], - "every day of the week": ["vsak dan v tednu"], - "day of the week": ["dan v tednu"], - "every hour": ["vsako uro"], - "every minute": ["vsako minuto"], - "year": ["leto"], - "month": ["mesec"], - "week": ["teden"], - "day": ["dan"], - "hour": ["ura"], - "minute": ["minuta"], - "reboot": ["ponovni zagon"], - "Every": ["Vsak"], - "in": ["v"], - "on": ["v"], - "and": ["in"], - "at": ["ob"], - ":": [":"], - "minute(s)": ["minuta/e"], - "Invalid cron expression": ["Neveljaven cron izraz"], - "Clear": ["Počisti"], - "Sunday": ["Nedelja"], - "Monday": ["Ponedeljek"], - "Tuesday": ["Torek"], - "Wednesday": ["Sreda"], - "Thursday": ["Četrtek"], - "Friday": ["Petek"], - "Saturday": ["Sobota"], - "January": ["Januar"], - "February": ["Februar"], - "March": ["Marec"], - "April": ["April"], - "May": ["Maj"], - "June": ["Junij"], - "July": ["Julij"], - "August": ["Avgust"], - "September": ["September"], - "October": ["Oktober"], - "November": ["November"], - "December": ["December"], - "SUN": ["NED"], - "MON": ["PON"], - "TUE": ["TOR"], - "WED": ["SRE"], - "THU": ["ČET"], - "FRI": ["PET"], - "SAT": ["SOB"], - "JAN": ["JAN"], - "FEB": ["FEB"], - "MAR": ["MAR"], - "APR": ["APR"], - "MAY": ["MAJ"], - "JUN": ["JUN"], - "JUL": ["JUL"], - "AUG": ["AVG"], - "SEP": ["SEP"], - "OCT": ["OKT"], - "NOV": ["NOV"], - "DEC": ["DEC"], - "There was an error loading the schemas": ["Napaka pri nalaganju shem"], - "Select database or type database name": [ - "Izberite ali vnesite ime podatkovne baze" + "The object does not exist in the given database.": [ + "Objekt ne obstaja v podani podatkovni bazi." ], - "Force refresh schema list": ["Osveži seznam shem"], - "Select schema or type schema name": ["Izberite ali vnesite ime sheme"], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ - "Opozorilo! Sprememba podatkovnega seta lahko pokvari grafikon, če metapodatki ne obstajajo." + "The parameter %(parameters)s in your query is undefined.": [ + "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", + "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", + "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s.", + "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "Sprememba podatkovnega seta lahko pokvari grafikon, če se le-ta zanaša na stolpce ali metapodatke, ki ne obstajajo v ciljnem podatkovnem nizu" + "The password provided for username \"%(username)s\" is incorrect.": [ + "Geslo za uporabniško ime \"%(username)s\" je napačno." ], - "dataset": ["podatkovni set"], - "Connection": ["Povezava"], - "Change dataset": ["Spremeni podatkovni set"], - "Warning!": ["Opozorilo!"], - "Search / Filter": ["Iskanje / Filter"], - "Add item": ["Dodaj"], - "Physical (table or view)": ["Fizičen (tabela ali pogled)"], - "Virtual (SQL)": ["Virtualen (SQL)"], - "Data type": ["Tip podatka"], - "Advanced data type": ["Napredni podatkovni tip"], - "Advanced Data type": ["Napredni podatkovni tip"], - "Datetime format": ["Oblika datum-časa"], - "The pattern of timestamp format. For strings use ": [ - "Vzorec zapisa časovne značke. Za znakovne nize uporabite " + "The password provided when connecting to a database is not valid.": [ + "Geslo za povezavo s podatkovno bazo je neveljavno." ], - "Python datetime string pattern": ["Pythonov vzorec zapisa datum-časa"], - " expression which needs to adhere to the ": [" , ki mora upoštevati "], - "ISO 8601": ["ISO 8601"], - " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ - " standard, ki zagotavlja, de se leksikografsko razvrščanje\n sklada s kronološkim razvrščanjem. Če oblika\n časovne značke ni v skladu s standardom ISO 8601,\n boste morali definirati izraz in tip za transformacijo\n znakovnega niza v datum ali časovno značko.\n Trenutno časovni pasovi niso podprti.\n Če je čas shranjen v obliki epohe, dodajte `epoch_s` ali `epoch_ms`.\n Če ni podan vzorec, se uporabijo privzete vrednosti na podlagi imena\n podatkovne baze oz. stolpca s pomočjo dodatnega parametra." + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z grafikoni. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." ], - "Certified By": ["Certificiral/a"], - "Person or group that has certified this metric": [ - "Oseba ali skupina, ki je certificirala to mero" + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z nadzornimi ploščami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." ], - "Certified by": ["Certificiral/a"], - "Certification details": ["Podrobnosti certifikacije"], - "Details of the certification": ["Podrobnosti certifikacije"], - "Is dimension": ["Dimenzija"], - "Default datetime": ["Privzet datumčas"], - "Is filterable": ["Filtriranje"], - "Select owners": ["Izberite lastnike"], - "Modified columns: %s": ["Spremenjeni stolpci: %s"], - "Removed columns: %s": ["Odstranjeni stolpci: %s"], - "New columns added: %s": ["Dodani novi stolpci: %s"], - "Metadata has been synced": ["Metapodatki so sinhronizirani"], - "An error has occurred": ["Prišlo je do napake"], - "Column name [%s] is duplicated": ["Ime stolpca [%s] je podvojeno"], - "Metric name [%s] is duplicated": ["Ime mere [%s] je podvojeno"], - "Calculated column [%s] requires an expression": [ - "Izračunan stolpec [%s] zahteva izraz" + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s podatkovnimi seti. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." ], - "Basic": ["Osnovno"], - "Default URL": ["Privzeti URL"], - "Default URL to redirect to when accessing from the dataset list page": [ - "Privzeti URL za preusmeritev, ko dostopate iz strani s seznamom podatkovnih setov" + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s shranjenimi poizvedbami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." ], - "Autocomplete filters": ["Samodokončaj filtre"], - "Whether to populate autocomplete filters options": [ - "Če želite napolniti možnosti za samodokončanje filtrov" + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ + "Gesla za spodnje podatkovne baze so potrebna za njihov uvoz. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." ], - "Autocomplete query predicate": ["Predikat za samodokončanje poizvedb"], - "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ - "Ko uporabljate \"Samodokončaj filtre\", lahko s tem izboljšate hitrost pridobivanja rezultatov s poizvedbo. Z uporabo te možnosti dodate predikat (WHERE stavek) k poizvedbi za izbiro različnih vrednosti iz tabele. Običajno je namen omejiti poizvedbo z uporabo filtra za relativni čas na particioniranem ali indeksiranem časovnem polju." + "The pattern of timestamp format. For strings use ": [ + "Vzorec zapisa časovne značke. Za znakovne nize uporabite " ], - "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ - "Dodatni podatki za tabelo metapodatkov. Trenutno je podprta naslednja oblika zapisa metapodatkov: `{ \"certification\": { \"certified_by\": \"Tim za razvoj\", \"details\": \"Ta tabela je vir resnice.\" }, \"warning_markdown\": \"To je opozorilo.\" }`." + "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.": [ + "Periodičnost za vrtenje časa. Uporabnik lahko poda\n psevdonim za zamik v \"Pandas\".\n Kliknite na mehurček za podrobnosti dovoljenih izrazov za \"freq\"." ], - "Cache timeout": ["Časovna omejitev predpomnilnika"], - "The duration of time in seconds before the cache is invalidated": [ - "Trajanje (v sekundah) do razveljavitve predpomnilnika" + "The pixel radius": ["Polmer piksla"], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "Kazalec na fizično tabelo (ali pogled). Grafikon je povezan s to Supersetovo logično tabelo, ki kaže na tukaj referencirano fizično tabelo." ], - "Hours offset": ["Urni premik"], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "Število ur, negativno ali pozitivno, za zamik časovnega stolpca. Na ta način je mogoče UTC čas prestaviti na lokalni čas." + "The port is closed.": ["Vrata so zaprta."], + "The port number is invalid.": ["Številka vrat je neveljavna."], + "The primary metric is used to define the arc segment sizes": [ + "Primarna mera določa velikost lokov segmentov" ], - "Spatial": ["Prostorski"], - "Click the lock to make changes.": [ - "Kliknite ključavnico, da omogočite spreminjanje." + "The provided `rows` argument is not a valid integer.": [ + "Podani argument `rows` ni veljavno celo število." ], - "Click the lock to prevent further changes.": [ - "Kliknite ključavnico, da onemogočite spreminjanje." + "The query associated with the results was deleted.": [ + "Poizvedba, povezana z rezultati, je bila izbrisana." ], - "virtual": ["virtualni"], - "Dataset name": ["Ime podatkovnega seta"], - "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ - "Ko podajate SQL, se podatkovni vir obnaša kot pogled (view). Superset bo ta zapis uporabil kot podpoizvedbo, pri čemer bo združeval in filtriral na podlagi ustvarjenih starševskih poizvedb." + "The query associated with these results could not be found. You need to re-run the original query.": [ + "Poizvedbe, povezane s temi rezultati, ni bilo mogoče najti. Ponovno morate zagnati izvorno poizvedbo." ], - "The JSON metric or post aggregation definition.": [ - "JSON mera ali po-agregacijska definicija." + "The query contains one or more malformed template parameters.": [ + "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." ], - "Physical": ["Fizičen"], - "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ - "Kazalec na fizično tabelo (ali pogled). Grafikon je povezan s to Supersetovo logično tabelo, ki kaže na tukaj referencirano fizično tabelo." + "The query couldn't be loaded": ["Poizvedbe ni mogoče naložiti"], + "The query has a syntax error.": ["Poizvedba ima sintaktično napako."], + "The query returned no data": ["Poizvedba ni vrnila podatkov"], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Poizvedba je bila ustavljena po %(sqllab_timeout)s sekundah. Lahko je prekompleksna ali pa je podatkovna baza preobremenjena." ], - "Warning": ["Opozorilo"], - "Optional warning about use of this metric": [ - "Opcijsko opozorilo za uporabo te mere" + "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.": [ + "Radij (v pikslih), s katerim algoritem definira gručo. Izberite 0 za izklop gručenja - veliko število točk (>1000) bo povzročilo upočasnitev." ], - "Be careful.": ["Bodite previdni."], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "Spreminjanje teh nastavitev bo vplivalo na vse grafikone, ki uporabljajo ta podatkovni set, vključno z grafikoni v lasti drugih oseb." + "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": [ + "Radij posameznih točk (tistih, ki niso v gruči). Numerični stolpec ali `Auto` (skalira točke na osnovi največje gruče)" ], - "Sync columns from source": ["Sinhroniziraj stolpce z virom"], - "Calculated columns": ["Izračunani stolpci"], - "Settings": ["Nastavitve"], - "The dataset has been saved": ["Podatkovni set je shranjen"], - "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ - "Tukaj prikazane nastavitve podatkovnega seta\n vplivajo na vse grafikone, ki uporabljajo\n ta podatkovni set. Spreminjanje\n nastavitev lahko nezaželeno vpliva\n na druge grafikone." + "The report has been created": ["Poročilo je bilo ustvarjeno"], + "The results backend no longer has the data from the query.": [ + "Zaledni sistem rezultatov nima več podatkov iz poizvedbe." ], - "Are you sure you want to save and apply changes?": [ - "Ali resnično želite shraniti in uporabiti spremembe?" + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Rezultati v zalednem sistemu so bili shranjeni v drugačni obliki in jih ni več mogoče deserializirati." ], - "Confirm save": ["Potrdite shranjevanje"], - "Edit Dataset ": ["Uredi podatkovni set "], - "Use legacy datasource editor": [ - "Uporabi starejši urejevalnik podatkovnega vira" + "The rich tooltip shows a list of all series for that point in time": [ + "Podroben opis orodja prikaže seznam vseh podatkovnih serij za posamezno časovno točko" ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Ta podatkovni set se ne ureja znotraj Superseta" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "Shema \"%(schema)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna shema." ], - "DELETE": ["IZBRIŠI"], - "delete": ["izbriši"], - "Type \"%s\" to confirm": ["Vnesite \"%s\" za potrditev"], - "Click to edit": ["Kliknite za urejanje"], - "You don't have the rights to alter this title.": [ - "Nimate pravic za spreminjanje tega naslova." + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Shema \"%(schema_name)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna shema." ], - "Unexpected error": ["Nepričakovana napaka"], - "This may be triggered by:": ["To je lahko sproženo z/s:"], - "Please reach out to the Chart Owner for assistance.": [ - "Za pomoč se obrnite na lastnika grafikona." + "The schema was deleted or renamed in the database.": [ + "Shema je bila izbrisana ali preimenovana v podatkovni bazi." ], - "Chart Owner: %s": ["Lastnik grafikona: %s"], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nTo je lahko sproženo z/s: \n%(issues)s" + "The size of the square cell, in pixels": [ + "Velikost kvadratne celice v pikslih" ], - "%s Error": ["%s napaka"], - "Missing dataset": ["Manjka podatkovni set"], - "See more": ["Oglejte si več"], - "See less": ["Oglejte si manj"], - "Copy message": ["Kopiraj sporočilo"], - "Close": ["Zapri"], - "This was triggered by:": ["To je bilo sproženo z/s:"], - "Did you mean:": ["Ste mislili:"], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "%(suggestion)s namesto \"%(undefinedParameter)s?\"" + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" ], - "Parameter error": ["Napaka parametra"], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "Težava pri nalaganju vizualizacije. Časovni iztek poizvedb je nastavljen na %s sekund." + "The submitted payload has the incorrect format.": [ + "Podani podatki so v neustrezni obliki." ], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "Težava pri nalaganju rezultatov. Časovni iztek poizvedb je nastavljen na %s sekund." + "The submitted payload has the incorrect schema.": [ + "Podani podatki imajo neustrezno shemo." ], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ - "%(subtitle)s\nTo je lahko sproženo z/s: \n %(issue)s" + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "Tabela \"%(table)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna tabela." ], - "Timeout error": ["Napaka pretečenega časa"], - "Click to favorite/unfavorite": [ - "Kliknite za priljubljeno/nepriljubljeno" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Tabela \"%(table_name)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna tabela." ], - "Cell content": ["Vsebina celice"], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions:": [ - "Gonilnik podatkovne baze za uvoz ni nameščen. Za navodila pojdite na dokumentacijo Superseta:" + "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.": [ + "Tabela je ustvarjena. Sedaj morate v tem dvodelnem postopku klikniti gumb za urejanje nove tabele." ], - "OVERWRITE": ["OVERWRITE"], - "Overwrite": ["Prepiši"], - "Import": ["Uvozi"], - "Import %s": ["Uvozi %s"], - "Last Updated %s": ["Zadnja posodobitev %s"], - "Sort": ["Razvrsti"], - "%s Selected": ["Izbranih: %s"], - "Deselect all": ["Počisti izbor"], - "No results match your filter criteria": [ - "Noben rezultat ne ustreza vašim kriterijem" + "The table was deleted or renamed in the database.": [ + "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." ], - "Try different criteria to display results.": [ - "Za prikaz rezultatov poskusite z drugačnimi kriteriji." + "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": [ + "Časovni stolpec za vizualizacijo. Določite lahko poljuben izraz, ki vrne DATETIME stolpec v tabeli. Spodnji filter se nanaša na ta stolpec ali izraz" ], - "clear all filters": ["počisti vse filtre"], - "No Data": ["Ni podatkov"], - "%s-%s of %s": ["%s-%s od %s"], - "Type a value": ["Vnesite vrednost"], - "Filter": ["Filter"], - "Select or type a value": ["Izberite ali vnesite vrednost"], - "OK": ["OK"], - "Menu actions trigger": ["Preklapljanje funkcionalnosti menijev"], - "Weekly Report for %s": ["Tedensko poročilo za %s"], - "Weekly Report": ["Tedensko poročilo"], - "Edit email report": ["Uredi e-poštno poročilo"], - "Schedule a new email report": ["Dodaj novo e-poštno poročilo na urnik"], - "Add": ["Dodaj"], - "Message content": ["Vsebina sporočila"], - "Text embedded in email": ["Besedilo vključeno v e-pošto"], - "Image (PNG) embedded in email": ["Slika (PNG) vključena v e-pošto"], - "Formatted CSV attached in email": ["Oblikovan CSV pripet e-pošti"], - "Include a description that will be sent with your report": [ - "Vključite opis, ki bo vključen v poročilo" + "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`": [ + "Granulacija časa za vizualizacijo. Uporabite lahko vnos z naravnim jezikom, kot npr. `10 sekund`, `1 dni` ali `56 tednov`" ], - "A screenshot of the dashboard will be sent to your email at": [ - "Zaslonska slika nadzorne plošče bo poslana na vaš e-naslov ob" + "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.": [ + "Granulacija časa za to vizualizacijo. Izvede transformacijo podatkov, ki spremeni vaš časovni stolpec in določi novo časovno granulacija. Ta možnost je definirana na ravni sistema podatkovne baze v izvorni kodi Superseta." ], - "Timezone": ["Časovni pas"], - "Failed to update report": ["Posodabljanje poročila neuspešno"], - "Failed to create report": ["Ustvarjanje poročila nesupešno"], - "Email reports active": ["E-poštna poročila aktivna"], - "Delete email report": ["Izbriši e-poštno poročilo"], - "Set up an email report": ["Nastavite e-poštno poročilo"], - "Schedule email report": ["Dodaj e-poštno poročilo na urnik"], - "This action will permanently delete %s.": [ - "S tem dejanjem boste trajno izbrisali %s." + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "Časovno obdobje za vizualizacijo. Vsi relativni časi, kot npr. \"Zadnji mesec\", Zadnjih 7 dni\", \"Zdaj\" so izračunani na strežniku z njegovim lokalnim časom. Vsi opisi orodij in časi so izraženi v UTC. Časovne značke se nato izračunajo v podatkovni bazi z njenim lokalnim časovnim pasom. Eksplicitno lahko nastavite časovni pas v ISO 8601 formatu, če določite čas začetka ali konca." ], - "Delete Report?": ["Izbrišem poročilo?"], - "Loading...": ["Nalagam ..."], - "Access to user activity data is restricted": [ - "Dostop do aktivnosti uporabnikov je omejen" + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "Časovna enota za vsak blok. Mora biti manjša enota kot domenska_granulacija. Mora biti večja ali enaka Granulaciji časa" ], - "There was an error loading the tables": ["Napaka pri nalaganju tabel"], - "See table schema": ["Ogled sheme tabele"], - "Select table or type table name": ["Izberite ali vnesite ime tabele"], - "Force refresh table list": ["Osveži seznam tabel"], - "Timezone selector": ["Izbira časovnega pasa"], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Za to komponento ni dovolj prostora. Poskusite zmanjšati širino ali pa povečati širino cilja." + "The time unit used for the grouping of blocks": [ + "Časovna enota za združevanje blokov" ], - "Can not move top level tab into nested tabs": [ - "Najvišjega zavihka ni mogoče premakniti v gnezdene zavihke" + "The type of visualization to display": ["Tip vizualizacije za prikaz"], + "The unit of measure for the specified point radius": [ + "Enota merila za definiran radij točk" ], - "This chart has been moved to a different filter scope.": [ - "Ta grafikon je bil prestavljen v drug doseg filtrov." + "The user seems to have been deleted": [ + "Zdi se, da je bil uporabnik izbrisan" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Pri pridobivanju statusa \"priljubljeno\" za to nadzorno ploščo je prišlo do težave." + "The username \"%(username)s\" does not exist.": [ + "Uporabniško ime \"%(username)s\" ne obstaja." ], - "There was an issue favoriting this dashboard.": [ - "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." + "The username provided when connecting to a database is not valid.": [ + "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." ], - "This dashboard is now published": [ - "Ta nadzorna plošča je sedaj objavljena" + "The way the ticks are laid out on the X-axis": [ + "Način razporeditve oznak na X-osi" ], - "This dashboard is now hidden": ["Ta nadzorna plošča je sedaj skrita"], - "You do not have permissions to edit this dashboard.": [ - "Nimate dovoljenj za urejanje te nadzorne plošče." + "The width of the lines": ["Debelina črt"], + "There are associated alerts or reports": [ + "Prisotna so povezana opozorila in poročila" ], - "[ untitled dashboard ]": ["[ neimenovana nadzorna plošča ]"], - "This dashboard was saved successfully.": [ - "Nadzorna plošča je bila uspešno shranjena." + "There are associated alerts or reports: %s,": [ + "Prisotna so opozorila in poročila: %s," ], - "Sorry, an unknown error occured": ["Prišlo je do neznane napake"], - "Sorry, there was an error saving this dashboard: %s": [ - "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" + "There are no charts added to this dashboard": [ + "V nadzorni plošči ni grafikonov" ], - "You do not have permission to edit this dashboard": [ - "Nimate dovoljenja za urejanje te nadzorne plošče" + "There are no components added to this tab": [ + "Na zavihek niso bili dodani elementi" ], - "Could not fetch all saved charts": [ - "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" + "There are no databases available": ["Podatkovnih baz ni na voljo"], + "There are no filters in this dashboard.": [ + "V nadzorni plošči ni filtrov." ], - "Sorry there was an error fetching saved charts: ": [ - "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " + "There are unsaved changes.": ["Imate neshranjene spremembe."], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "V SQL-poizvedbi je sintaktična napaka. Mogoče ste se zatipkali." ], - "Visualization": ["Vizualizacija"], - "Data source": ["Podatkovni vir"], - "Added": ["Dodano"], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Na tem mestu izbrana barvna shema bo nadomestila barve posameznih grafikonov v tej nadzorni plošči" + "There is no chart definition associated with this component, could it have been deleted?": [ + "S to komponento ni povezana nobena definicija grafikona. Ali je bila izbrisana?" ], - "You have unsaved changes.": ["Imate neshranjene spremembe."], - "Changes saved.": ["Spremembe shranjene."], - "Disable embedding?": ["Onemogočite vgrajevanje?"], - "This will remove your current embed configuration.": [ - "To bo odstranilo trenutno konfiguracijo za vgrajevanje." + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Za to komponento ni dovolj prostora. Poskusite zmanjšati širino ali pa povečati širino cilja." ], - "Embedding deactivated.": ["Vgrajevanje deaktivirano."], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." + "There was an error fetching the favorite status: %s": [ + "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "Nadzorna plošča je pripravljena za vgradnjo. V svoji aplikaciji v SDK vključite naslednji ID:" + "There was an error fetching your recent activity:": [ + "Pri pridobivanju nedavnih aktivnosti je prišlo do napake:" ], - "Configure this dashboard to embed it into an external web application.": [ - "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." + "There was an error loading the schemas": ["Napaka pri nalaganju shem"], + "There was an error loading the tables": ["Napaka pri nalaganju tabel"], + "There was an error saving the favorite status: %s": [ + "Napaka pri shranjevanju statusa \"Priljubljeno\": %s" ], - "For further instructions, consult the": [ - "Za nadaljnja navodila se posvetujte z" + "There was an error with your request": [ + "Pri zahtevi je prišlo do napake" ], - "Superset Embedded SDK documentation.": [ - "Dokumentacija SDK za vgrajevanje." + "There was an issue deleting %s: %s": ["Težava pri brisanju %s: %s"], + "There was an issue deleting the selected %s: %s": [ + "Težava pri brisanju izbranih %s: %s" ], - "Allowed Domains (comma separated)": [ - "Dovoljene domene (ločeno z vejico)" + "There was an issue deleting the selected annotations: %s": [ + "Pri brisanju izbranih oznak je prišlo do težave: %s" ], - "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ - "Seznam imen domen, ki lahko vgradijo to nadzorno ploščo. Če polje ostane prazno, je vgrajevanje dovoljeno iz vseh domen." + "There was an issue deleting the selected charts: %s": [ + "Pri brisanju izbranih grafikonov je prišlo do težave: %s" ], - "Deactivate": ["Deaktiviraj"], - "Save changes": ["Shrani spremembe"], - "Enable embedding": ["Omogoči vgrajevanje"], - "Embed": ["Vgradi"], - "Drag and drop components and charts to the dashboard": [ - "Povlecite in spustite elemente in grafikone na nadzorno ploščo" + "There was an issue deleting the selected dashboards: ": [ + "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Ustvarite lahko nove grafikone ali uporabite obstoječe iz panela na desni" + "There was an issue deleting the selected datasets: %s": [ + "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" ], - "Drag and drop components to this tab": [ - "Povlecite in spustite elemente na zavihek" + "There was an issue deleting the selected layers: %s": [ + "Pri brisanju izbranih slojev je prišlo do težave: %s" ], - "There are no components added to this tab": [ - "Na zavihek niso bili dodani elementi" + "There was an issue deleting the selected queries: %s": [ + "Do težave je prišlo pri brisanju izbranih poizvedb: %s" ], - "You can add the components in the edit mode.": [ - "Elemente lahko dodate v načinu urejanja." + "There was an issue deleting the selected templates: %s": [ + "Pri brisanju izbranih predlog je prišlo do težave: %s" ], - "Edit the dashboard": ["Uredi nadzorno ploščo"], - "Ready to review filters in this dashboard?": [ - "Ste pripravljeni za pregled filtrov v tej nadzorni plošči?" + "There was an issue deleting: %s": ["Težava pri brisanju: %s"], + "There was an issue favoriting this dashboard.": [ + "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." ], - "Remind me in 24 hours": ["Opomni me čez 24 ur"], - "Start Review": ["Začetek pregleda"], - "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ - "Element filter_box bo v prihodnjih verzijah Superseta opuščen. Nadomestite ga s filtri nadzorne plošče." + "There was an issue fetching reports attached to this dashboard.": [ + "Pri pridobivanju poročil za to nadzorno ploščo je prišlo do težave." ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "S to komponento ni povezana nobena definicija grafikona. Ali je bila izbrisana?" + "There was an issue fetching the favorite status of this dashboard.": [ + "Pri pridobivanju statusa \"priljubljeno\" za to nadzorno ploščo je prišlo do težave." ], - "Delete this container and save to remove this message.": [ - "Izbrišite ta okvir in shranite za odpravo tega sporočila." + "There was an issue fetching your chart: %s": [ + "Prišlo je do napake pri pridobivanju grafikona: %s" ], - "Don't refresh": ["Ne osvežuj"], - "10 seconds": ["10 sekund"], - "30 seconds": ["30 sekund"], - "1 minute": ["1 minuta"], - "5 minutes": ["5 minut"], - "30 minutes": ["30 minut"], - "1 hour": ["1 ura"], - "6 hours": ["6 ur"], - "12 hours": ["12 ur"], - "24 hours": ["24 ur"], - "Refresh interval saved": ["Interval osveževanja shranjen"], - "Refresh interval": ["Interval osveževanja"], - "Refresh frequency": ["Frekvenca osveževanja"], - "Are you sure you want to proceed?": ["Ali želite nadaljevati?"], - "Save for this session": ["Shranite za to sejo"], - "You must pick a name for the new dashboard": [ - "Izbrati morate ime nove nadzorne plošče" + "There was an issue fetching your dashboards: %s": [ + "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" ], - "Save dashboard": ["Shrani nadzorno ploščo"], - "Overwrite Dashboard [%s]": ["Prepiši nadzorno ploščo [%s]"], - "Save as:": ["Shrani kot:"], - "[dashboard name]": ["[ime nadzorne plošče]"], - "also copy (duplicate) charts": ["kopiraj (podvoji) tudi grafikone"], - "Filter your charts": ["Filtriraj grafikone"], - "Sort by %s": ["Razvrščanje po %s"], - "Superset chart": ["Superset grafikon"], - "Check out this chart in dashboard:": [ - "Preizkusite ta grafikon v nadzorni plošči:" + "There was an issue fetching your recent activity: %s": [ + "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" ], - "Layout elements": ["Postavitev elementov"], - "Cross Filter Scoping": ["Doseg medsebojnega filtra"], - "Load a CSS template": ["Naloži CSS predlogo"], - "Live CSS editor": ["CSS urejevalnik v živo"], - "There are no charts added to this dashboard": [ - "V nadzorni plošči ni grafikonov" + "There was an issue previewing the selected query %s": [ + "Do težave je prišlo pri predogledu izbrane poizvedbe %s" ], - "Go to the edit mode to configure the dashboard and add charts": [ - "Za nastavitve nadzorne plošče in dodajanje grafikonov pojdite v način urejanja" + "There was an issue previewing the selected query. %s": [ + "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" ], - "Applied Cross Filters (%d)": ["Uporabljeni medsebojni filtri (%d)"], - "Applied Filters (%d)": ["Uporabljeni filtri (%d)"], - "Incompatible Filters (%d)": ["Neskladni filtri (%d)"], - "Unset Filters (%d)": ["Neuporabljeni filtri (%d)"], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "Nadzorna plošča se trenutno samodejno osvežuje. Naslednja samodejna osvežitev bo čez %s." + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "V 'Sankey' je zanka, določite drevo. To je okvarjena povezava: {}" ], - "Your dashboard is too large. Please reduce its size before saving it.": [ - "Vaša nadzorna plošča je prevelika. Pred shranjevanjem jo zmanjšajte." + "These are the tables this filter will be applied to.": [ + "To so tabele, na katere se nanaša ta filter." ], - "Add the name of the dashboard": ["Dodajte naziv nadzorne plošče"], - "Dashboard title": ["Naziv nadzorne plošče"], - "Undo the action": ["Razveljavi dejanje"], - "Redo the action": ["Ponovno uveljavi dejanje"], - "Discard": ["Zavrzi"], - "Edit dashboard": ["Uredi nadzorno ploščo"], - "An error occurred while fetching available CSS templates": [ - "Pri pridobivanju CSS predlog je prišlo do napake" + "These filters apply to the values available in the dropdowns": [ + "Ti filtri se nanašajo na vrednosti v spustnih seznamih" ], - "Refreshing charts": ["Osveževanje grafikonov"], - "Superset dashboard": ["Superset nadzorna plošča"], - "Check out this dashboard: ": ["Preizkusite to nadzorno ploščo: "], - "Refresh dashboard": ["Osveži nadzorno ploščo"], - "Exit fullscreen": ["Izhod iz celozaslonskega načina"], - "Enter fullscreen": ["Vklopi celozaslonski način"], - "Edit properties": ["Uredi lastnosti"], - "Edit CSS": ["Uredi CSS"], - "Download as image": ["Izvozi kot sliko"], - "Share": ["Deljenje"], - "Copy permalink to clipboard": ["Kopiraj povezavo v odložišče"], - "Share permalink by email": ["Deli povezavo po e-pošti"], - "Embed dashboard": ["Vgradi nadzorno ploščo"], - "Manage email report": ["Upravljaj e-poštno poročilo"], - "Set filter mapping": ["Nastavi shemo filtrov"], - "Set auto-refresh interval": ["Nastavi interval samodejnega osveževanja"], - "Apply": ["Uporabi"], - "A valid color scheme is required": [ - "Zahtevana je veljavna barvna shema" + "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.": [ + "Ti parametri se ustvarijo dinamično s klikom gumba Shrani ali Prepiši v raziskovalnem pogledu. Ta JSON objekt je prikazan kot vzorec za napredne uporabnike, ki želijo spreminjati posamezne parametre." ], - "Dashboard properties updated": [ - "Lastnosti nadzorne plošče posodobljene" + "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.": [ + "Ta JSON objekt se ustvari dinamično s klikom gumba Shrani ali Prepiši v pogledu nadzorne plošče. Tukaj je prikazan kot vzorec za napredne uporabnike, ki želijo spreminjati posamezne parametre." ], - "The dashboard has been saved": ["Nadzorna plošča je bila shranjena"], - "Access": ["Dostop"], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo. Iskanje je možno po imenu ali uporabniškem imenu." + "This action will permanently delete %s.": [ + "S tem dejanjem boste trajno izbrisali %s." ], - "Colors": ["Barve"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, then the dashboard is available to all roles.": [ - "\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev vloge za dostop do nadzorne plošče bo obšlo preverjanje na nivoju podatkovnega seta. Če vloga ni definirana, bo nadzorna plošča dostopna vsem vlogam." + "This action will permanently delete the layer.": [ + "S tem dejanjem boste trajno izbrisali sloj." ], - "Dashboard properties": ["Lastnosti nadzorne plošče"], - "This dashboard is managed externally, and can't be edited in Superset": [ - "Ta nadzorna plošča se ne ureja znotraj Superseta" + "This action will permanently delete the saved query.": [ + "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." ], - "Basic information": ["Osnovne informacije"], - "URL slug": ["URL slug"], - "A readable URL for your dashboard": [ - "Berljiv URL za vašo nadzorno ploščo" + "This action will permanently delete the template.": [ + "S tem dejanjem boste trajno izbrisali predlogo." ], - "Certification": ["Certifikacija"], - "Person or group that has certified this dashboard.": [ - "Oseba ali skupina, ki je certificirala to nadzorno ploščo." + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "To je lahko bodisi IP naslov (npr. 127.0.0.1) bodisi ime domene (npr. mydatabase.com)." ], - "Any additional detail to show in the certification tooltip.": [ - "Dodatne podrobnosti za prikaz v certifikacijskem orodju." + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" ], - "JSON metadata": ["JSON metapodatki"], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Kliknite tukaj za njeno objavo." + "This chart has been moved to a different filter scope.": [ + "Ta grafikon je bil prestavljen v drug doseg filtrov." ], - "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ - "Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Uvrstite jo med priljubljene, da jo boste videli tam, ali pa uporabite URL za neposredni dostop." + "This chart is managed externally, and can't be edited in Superset": [ + "Ta grafikon se ne ureja znotraj Superseta" ], - "This dashboard is published. Click to make it a draft.": [ - "Ta nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." + "This chart might be incompatible with the filter (datasets don't match)": [ + "Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne ujemajo)" ], - "Draft": ["Osnutek"], - "Annotation layers are still loading.": [ - "Sloj z oznakami se še vedno nalaga." + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], - "One ore more annotation layers failed loading.": [ - "Eden ali več slojev z oznakami se ni naložil." + "This column must contain date/time information.": [ + "Ta stolpec mora vsebovati informacijo o datumu/času." ], - "Emitted values": ["Oddane vrednosti"], - "Click to edit %s in a new tab": [ - "Kliknite za urejanje %s v novem zavihku" + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Click to edit chart in a new tab": [ - "Kliknite za urejanje grafikona v novem zavihku" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Click to clear emitted filters": ["S klikom počistite oddane filtre"], - "Data refreshed": ["Podatki osveženi"], - "Cached %s": ["Predpomnjeno %s"], - "Fetched %s": ["Pridobljeno %s"], - "Query %s: %s": ["Poizvedba %s: %s"], - "Force refresh": ["Osveži"], - "Hide chart description": ["Skrij opis grafikona"], - "Show chart description": ["Prikaži opis grafikona"], - "Edit chart": ["Uredi grafikon"], - "View query": ["Ogled poizvedbe"], - "Drill to detail": ["Vrtaj v podrobnosti"], - "Chart Data: %s": ["Podatki grafikona: %s"], - "Cross-filter scoping": ["Doseg medsebojnega filtra"], - "Share chart by email": ["Deli grafikon po e-pošti"], - "Check out this chart: ": ["Preizkusite ta grafikon: "], - "Download": ["Prenos"], - "Export to .CSV": ["Izvozi v .CSV"], - "Export to full .CSV": ["Izvozi v celoten .CSV"], - "Search...": ["Iskanje ..."], - "No filter is selected.": ["Noben filter ni izbran."], - "Editing 1 filter:": ["Urejanje enega filtra:"], - "Batch editing %d filters:": ["Skupinsko urejanje %d filtrov:"], - "Configure filter scopes": ["Nastavi doseg filtrov"], - "There are no filters in this dashboard.": [ - "V nadzorni plošči ni filtrov." + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "Nadzorna plošča se trenutno samodejno osvežuje. Naslednja samodejna osvežitev bo čez %s." ], - "Expand all": ["Razširi vse"], - "Collapse all": ["Skrči vse"], - "An error occurred while opening Explore": [ - "Pri odpiranju Raziskovalca je prišlo do napake" + "This dashboard is managed externally, and can't be edited in Superset": [ + "Ta nadzorna plošča se ne ureja znotraj Superseta" ], - "This markdown component has an error.": [ - "Markdown komponenta ima napako." + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Uvrstite jo med priljubljene, da jo boste videli tam, ali pa uporabite URL za neposredni dostop." ], - "This markdown component has an error. Please revert your recent changes.": [ - "Markdown komponenta ima napako. Povrnite nedavne spremembe." + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Kliknite tukaj za njeno objavo." ], - "You can": ["Lahko"], - "create a new chart": ["ustvarite nov grafikon"], - "or use existing ones from the panel on the right": [ - "ali uporabite obstoječe iz panela na desni" + "This dashboard is now hidden": ["Ta nadzorna plošča je sedaj skrita"], + "This dashboard is now published": [ + "Ta nadzorna plošča je sedaj objavljena" ], - "You can add the components in the": ["Lahko dodate elemente v"], - "edit mode": ["načinu urejanja"], - "Delete dashboard tab?": ["Ali izbrišem zavihek nadzorne plošče?"], - "Divider": ["Ločilnik"], - "Header": ["Glava"], - "Row": ["Vrstica"], - "Tabs": ["Zavihki"], - "Preview": ["Predogled"], - "Sorry, something went wrong. Try again later.": [ - "Nekaj je šlo narobe. Poskusite ponovno kasneje." + "This dashboard is published. Click to make it a draft.": [ + "Ta nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." ], - "All filters (%(filterCount)d)": ["Vsi filtri (%(filterCount)d)"], - "No filters are currently added": ["Trenutno ni dodanih filtrov"], - "Click the button above to add a filter to the dashboard": [ - "S klikom gumba zgoraj dodate filter na nadzorno ploščo" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Nadzorna plošča je pripravljena za vgradnjo. V svoji aplikaciji v SDK vključite naslednji ID:" ], - "Filter sets (%(filterSetCount)d)": [ - "Nastavljeni filtri (%(filterSetCount)d)" + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "Nadzorna plošča je bila pred kratkim spremenjena. Ponovno jo naložite, da dobite zadnjo verzijo." ], - "Apply filters": ["Uporabi filtre"], - "Clear all": ["Počisti vse"], - "Filters out of scope (%d)": ["Filtri izven dosega (%d)"], - "Check configuration": ["Preveri nastavitve"], - "Cannot load filter": ["Filtra ni mogoče naložiti"], - "Editing filter set:": ["Urejanje seta filtrov:"], - "Filter set with this name already exists": [ - "Set filtrov z enakim imenom že obstaja" + "This dashboard was saved successfully.": [ + "Nadzorna plošča je bila uspešno shranjena." ], - "Filter set already exists": ["Set filtrov že obstaja"], - "This filter set is identical to: \"%s\"": [ - "Ta set filtrov je enak: \"%s\"" + "This database is managed externally, and can't be edited in Superset": [ + "Ta podatkovna baza se ne ureja znotraj Superseta" + ], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "Ta podatkovni set se ne ureja znotraj Superseta" + ], + "This dataset is not used to power any charts.": [""], + "This defines the element to be plotted on the chart": [ + "Določa element, ki bo izrisan na grafikonu" + ], + "This defines the level of the hierarchy": ["Določa stopnjo hierarhije"], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "To polje se obnaša kot Supersetov pogled, kar pomeni, da bo Superset izvedel poizvedbo za ta niz kot podpoizvedbo." ], - "Remove invalid filters": ["Odstrani neveljavne filtre"], - "Rebuild": ["Obnovi"], - "Filters (%d)": ["Filtri (%d)"], "This filter doesn't exist in dashboard. It will not be applied.": [ "Ta filter ne obstaja v nadzorni plošči in ne bo uveljavljen." ], - "Filter metadata changed in dashboard. It will not be applied.": [ - "Metapodatki filtra so se spremenili v nadzorni plošči. Ne bo uveljavljen." - ], - "Please filter set name": ["Vnesite ime seta filtrov"], - "Create": ["Ustvari"], - "Create new filter set": ["Ustvarite nov set filtrov"], - "New filter set": ["Nov set filtrov"], - "Please apply filter changes": ["Potrdite spremembe filtra"], - "Unknown value": ["Neznana vrednost"], - "Add/Edit Filters": ["Dodaj/uredi filter"], - "Dependent on": ["Odvisen od"], - "Filter only displays values relevant to selections made in other filters.": [ - "Filter prikazuje samo vrednosti vezane na izbire v drugih filtrih." + "This filter set is identical to: \"%s\"": [ + "Ta set filtrov je enak: \"%s\"" ], - "All charts": ["Vsi grafikoni"], - "Scope": ["Doseg"], - "Filter type": ["Tip filtra"], - "Title is required": ["Naslov je obvezen"], - "(Removed)": ["(Odstranjeno)"], - "Undo?": ["Povrni?"], - "Add filters and dividers": ["Dodaj filtre in ločilnike"], - "[untitled]": ["[neimenovana]"], - "Cyclic dependency detected": ["Zaznana krožna odvisnost"], - "Add and edit filters": ["Dodaj in uredi filtre"], - "Column select": ["Izbira stolpca"], - "Select a column": ["Izberite stolpec"], - "No compatible columns found": ["Ni najdenih skladnih stolpcev"], - "Value is required": ["Zahtevana je vrednost"], - "(deleted or invalid type)": ["(izbrisan ali neveljaven tip)"], - "Limit type": ["Tip omejitve"], - "No available filters.": ["Ni razpoložljivih filtrov."], - "Add filter": ["Dodaj filter"], - "Values are dependent on other filters": [ - "Vrednosti so odvisne od drugih filtrov" + "This functionality is disabled in your environment for security reasons.": [ + "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." ], - "Values selected in other filters will affect the filter options to only show relevant values": [ - "Vrednosti izbrane v drugih filtrih bodo vplivale na možnosti filtra" + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "To je pogoj, ki bo dodan WHERE stavku. Npr., če želite dobiti vrstice za določeno stranko, lahko definirate regularni filter z izrazom 'id_stranke = 9'. Če ne želimo prikazati vrstic, razen če uporabnik pripada RLS vlogi, lahko filter ustvarimo z izrazom `1 = 0` (vedno neresnično)." ], - "Values dependent on": ["Vrednosti so odvisne od"], - "Scoping": ["Doseg"], - "Filter Configuration": ["Nastavitve filtra"], - "Filter Settings": ["Nastavitve filtra"], - "Select filter": ["Izbirni filter"], - "Value": ["Vrednost"], - "Range filter": ["Filter obdobja"], - "Numerical range": ["Številski obseg"], - "Time filter": ["Časovni filter"], - "Time range": ["Časovno obdobje"], - "Time column": ["Časovni stolpec"], - "Time grain": ["Granulacija časa"], - "Group By": ["Združevanje (Group by)"], - "Group by": ["Združevanje (Group by)"], - "Pre-filter is required": ["Zahtevan je predfilter"], - "Filter name": ["Ime filtra"], - "Name is required": ["Zahtevano je ime"], - "Filter Type": ["Tip filtra"], - "Datasets do not contain a temporal column": [ - "Podatkovni seti ne vsebujejo časovnega stolpca" + "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": [ + "Ta JSON objekt opisuje postavitev pripomočkov na nadzorni plošči. Ustvari se dinamično, ko prilagajamo velikost in postavitev pripomočkov z uporabo povleci&spusti v pogledu nadzorne plošče" ], - "Dataset is required": ["Zahtevan je podatkovni set"], - "Pre-filter available values": ["Predfiltriraj razpoložljive vrednosti"], - "Pre-filter": ["Predfilter"], - "Optional time column if time range should apply to another column than the default time column": [ - "Izbirni časovni stolpec se mora nanašati na drug stolpec kot privzeti časovni stolpec" + "This markdown component has an error.": [ + "Markdown komponenta ima napako." ], - "Sort filter values": ["Razvrsti vrednosti filtra"], - "Sort type": ["Način razvrščanja"], - "Sort ascending": ["Razvrsti naraščajoče"], - "Sort Metric": ["Mera za razvrščanje"], - "If a metric is specified, sorting will be done based on the metric value": [ - "Če je določena mera, bo razvrščanje izvedeno na podlagi vrednosti mere" + "This markdown component has an error. Please revert your recent changes.": [ + "Markdown komponenta ima napako. Povrnite nedavne spremembe." ], - "Sort metric": ["Mera za razvrščanje"], - "Single Value": ["Ena vrednost"], - "Single value type": ["Tip z eno vrednostjo"], - "Minimum": ["Minimum"], - "Exact": ["Natančno"], - "Maximum": ["Maksimum"], - "Filter has default value": ["Filter ima privzeto vrednost"], - "Default Value": ["Privzeta vrednost"], - "Default value is required": ["Zahtevana je privzeta vrednost"], - "Refresh the default values": ["Osveži privzete vrednosti"], - "Fill all required fields to enable \"Default Value\"": [ - "Izpolnite vsa polja, da omogočite \"Privzeto vrednost\"" + "This may be triggered by:": ["To je lahko sproženo z/s:"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Ta sekcija vsebuje možnosti, ki omogočajo napredno analitično poprocesiranje rezultatov poizvedb" ], - "You have removed this filter.": ["Odstranili ste ta filter."], - "Restore Filter": ["Povrni filter"], - "Column is required": ["Zahtevan je stolpec"], - "Populate \"Default value\" to enable this control": [ - "Izpolnite \"Privzeto vrednost\", da omogočite ta kontrolnik" + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "Ta seja je bila prekinjena in nekateri kontrolniki mogoče ne delujejo kot bi morali. Če ste razvijalec te aplikacije, preverite, da je žeton za gosta pravilno generiran." ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "Privzeta vrednost je samodejno izbrana, če je izbrano \"Prvi element je izbran kot privzet\"" + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra obvezna\"" + "This value should be greater than the left target value": [ + "Ta vrednost mora biti večja od leve ciljne vrednosti" ], - "Default value must be set when \"Filter has default value\" is checked": [ - "Privzeta vrednost mora biti določena, če je izbrano \"Filter ima privzeto vrednost\"" + "This value should be smaller than the right target value": [ + "Ta vrednost mora biti manjša od desne ciljne vrednosti" ], - "Apply to all panels": ["Uporabi za vse panele"], - "Apply to specific panels": ["Uporabi za določene panele"], - "Only selected panels will be affected by this filter": [ - "Ta filter bo vplival le na izbrane panele" + "This visualization type is not supported.": [ + "Ta tip vizualizacije ni podprt." ], - "All panels with this column will be affected by this filter": [ - "Ta filter bo vplival na vse panele s tem stolpcem" + "This will remove your current embed configuration.": [ + "To bo odstranilo trenutno konfiguracijo za vgrajevanje." ], - "All panels": ["Vsi paneli"], - "This chart might be incompatible with the filter (datasets don't match)": [ - "Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne ujemajo)" + "Threshold alpha level for determining significance": [ + "Mejna vrednost alfa za določanje značilnosti" ], - "Keep editing": ["Nadaljuj z urejanjem"], - "Yes, cancel": ["Da, prekini"], - "There are unsaved changes.": ["Imate neshranjene spremembe."], - "Are you sure you want to cancel?": ["Ali želite prekiniti?"], - "Error loading chart datasources. Filters may not work correctly.": [ - "Napaka pri nalaganju podatkovnih virov grafikona. Filtri lahko ne delujejo pravilno." + "Threshold value should be double precision number": [ + "Mejna vrednost naj bo število z dvojno natančnostjo (double)" ], - "Transparent": ["Prozorno"], - "White": ["Belo"], - "All filters": ["Vsi filtri"], - "Medium": ["Srednje"], - "Tab title": ["Naslov zavihka"], - "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ - "Ta seja je bila prekinjena in nekateri kontrolniki mogoče ne delujejo kot bi morali. Če ste razvijalec te aplikacije, preverite, da je žeton za gosta pravilno generiran." + "Thumbnails": [""], + "Thursday": ["Četrtek"], + "Time": ["Čas"], + "Time Column": ["Časovni stolpec"], + "Time Comparison": ["Časovna primerjava"], + "Time Format": ["Oblika zapisa časa"], + "Time Grain": ["Granulacija časa"], + "Time Granularity": ["Granulacija časa"], + "Time Range": ["Časovno obdobje"], + "Time Series": ["Časovna vrsta"], + "Time Series - Bar Chart": ["Časovna vrsta - Stolpčni grafikon"], + "Time Series - Dual Axis Line Chart": [ + "Časovna vrsta - Črtni grafikon z dvojno osjo" ], - "Time granularity": ["Granulacija časa"], - "Visualization type": ["Tip vizualizacije"], - "Fixed color": ["Izbrana barva"], - "Right axis metric": ["Mera desne osi"], - "Linear color scheme": ["Linearna barvna shema"], - "Color metric": ["P"], - "One or many controls to pivot as columns": [ - "En ali več kontrolnikov za stolpčno vrtenje" + "Time Series - Line Chart": ["Časovna vrsta - Črtni grafikon"], + "Time Series - Multiple Line Charts": [ + "Časovna vrsta - Veččrtni grafikon" ], - "Bubble size": ["Velikost mehurčka"], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Če je `Vrsta izračuna` nastavljena na \"Procentualna sprememba\", bo oblika Y-osi vsiljena na `.1%`" + "Time Series - Nightingale Rose Chart": [ + "Časovna vrsta - Nightingale Rose grafikon" ], - "Color scheme": ["Barvna shema"], - "An error occurred while starring this chart": [ - "Pri ocenjevanju grafikona je prišlo do napake" + "Time Series - Paired t-test": [ + "Časovna vrsta - t-test za odvisne vzorce" ], - "GROUP BY": ["GROUP BY"], - "Use this section if you want a query that aggregates": [ - "Ta sklop uporabite če želite poizvedbo za agregacijo" + "Time Series - Percent Change": [ + "Časovna vrsta - Procentualna sprememba" ], - "NOT GROUPED BY": ["NOT GROUPED BY"], - "Use this section if you want to query atomic rows": [ - "Ta sklop uporabite, če želite poizvedbo za posamezne vrstice" + "Time Series - Period Pivot": ["Časovna vrsta - Vrtenje period"], + "Time Series - Stacked": ["Časovna vrsta - Naložen graf"], + "Time Series Options": ["Možnosti časovne vrste"], + "Time Shift": ["Časovni zamik"], + "Time Table View": ["Pogled urnika"], + "Time column": ["Časovni stolpec"], + "Time column \"%(col)s\" does not exist in dataset": [ + "Časovni stolpec \"%(col)s\" ne obstaja v podatkovnem setu" ], - "Keep control settings?": ["Obdržim nastavitve kontrolnika?"], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "Spremenili ste podatkovne sete. Vsi kontrolniki nad podatki (stolpci, mere), ki se ujemajo z novim podatkovnim setom, se bodo ohranili." + "Time column filter plugin": ["Vtičnik za časovni filter"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Time comparison": ["Časovna primerjava"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "Continue": ["Nadaljuj"], - "Clear form": ["Počisti polja"], - "No form settings were maintained": ["Nastavitve forme se niso ohranile"], - "We were unable to carry over any controls when switching to this new dataset.": [ - "Prenos kontrolnikov pri preklopu na nov podatkovni set ni bil uspešen." + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Časovna razlika je nejasna. Podajte [%(human_readable)s ago] ali [%(human_readable)s later]." ], - "Customize": ["Prilagodi"], - "Error": ["Napaka"], - "Generating link, please wait..": [ - "Ustvarjam povezavo, prosim počakajte..." + "Time filter": ["Časovni filter"], + "Time format": ["Oblika zapisa časa"], + "Time grain": ["Granulacija časa"], + "Time grain filter plugin": ["Vtičnik za filter časovne granulacije"], + "Time grain missing": ["Časovna granulacija manjka"], + "Time granularity": ["Granulacija časa"], + "Time in seconds": ["Čas v sekundah"], + "Time range": ["Časovno obdobje"], + "Time related form attributes": ["S časom povezani atributi prikaza"], + "Time series columns": ["Stolpci s časovnimi vrstami"], + "Time shift": ["Časovni zamik"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Časovni niz je nejasen. Podajte [%(human_readable)s ago] ali [%(human_readable)s later]." ], - "Chart height": ["Višina grafikona"], - "Chart width": ["Širina grafikona"], - "Required control values have been removed": [ - "Zahtevane kontrolne vrednosti so bile odstranjene" + "Time-series Area Chart": ["Ploščinski grafikon časovne vrste"], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "Ploščinski grafikoni časovne vrste so podobni črtnim grafikonom, saj predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere nalagajo ena na drugo." ], - "Your chart is not up to date": ["Grafikon ni aktualen"], - "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ - "Posodobili ste vrednosti v kontrolni plošči, vendar se grafikon ni samodejno posodobil. Zaženite poizvedbo z gumbom \"Posodobi grafikon\" ali" + "Time-series Bar Chart": ["Stolpčni grafikon za časovno vrsto"], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "Stolpčni grafikoni časovne vrste se uporabljajo za prikaz sprememb mere skozi čas s pomočjo niza stolpcev." ], - "**Select** a dashboard OR **create** a new one": [ - "**Izberite** nadzorno ploščo ALI **ustvarite** novo" + "Time-series Chart": ["Grafikon časovne vrste"], + "Time-series Line Chart": ["Črtni grafikon časovne vrste"], + "Time-series Percent Change": ["Časovna vrsta - Procentualna sprememba"], + "Time-series Period Pivot": ["Časovna serija - Vrtenje periode"], + "Time-series Scatter Plot": ["Raztreseni grafikon časovne vrste"], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Raztreseni grafikon časovne vrste prikazuje podatkovne točke v povezanem redu in prikazuje statistično razmerje med spremenljivkami." ], - "Please enter a chart name": ["Vnesite ime grafikona"], - "Save chart": ["Shrani grafikon"], - "Save & go to new dashboard": ["Shrani in pojdi na novo nadzorno ploščo"], - "Save & go to dashboard": ["Shrani in pojdi na nadzorno ploščo"], - "Save as new chart": ["Shrani kot nov grafikon"], - "Save to new dashboard": ["Shrani v novo nadzorno ploščo"], - "Save (Overwrite)": ["Shrani (prepiši)"], - "Save as...": ["Shrani kot ..."], - "Chart name": ["Ime grafikona"], - "Add to dashboard": ["Dodaj na nadzorno ploščo"], - "Select a dashboard": ["Izberite nadzorno ploščo"], - "Copy": ["Kopiraj"], - "Formatted date": ["Oblikovan datum"], - "Column Formatting": ["Oblikovanje stolpca"], - "N/A": ["N/A"], - "Collapse data panel": ["Skrij podatkovni panel"], - "Expand data panel": ["Razširi podatkovni panel"], - "Results %s": ["Rezultati %s"], - "Samples": ["Vzorci"], - "No samples were returned for this dataset": [ - "Za podatkovni set ni vrnjenih vzorcev" + "Time-series Smooth Line": ["Zglajeni črtni grafikon časovne vrste"], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "Zglajeni grafikon časovne vrste je izpeljanka črtnega grafikona, ki zgladi ostre robove krivulje." ], - "No results": ["Ni rezultatov"], - "Search Metrics & Columns": ["Iskanje mer in stolpcev"], - "Create a dataset": ["Ustvarite podatkovni set"], - " to edit or add columns and metrics.": [ - " za urejanje ali dodajanje stolpcev in mer." + "Time-series Stepped Line": ["Stopnični črtni grafikon časovne vrste"], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "Stopnični grafikon časovne vrste je izpeljanka črtnega grafikona, pri čemer krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb na posameznih intervalih." ], - "Showing %s of %s": ["Prikazanih %s od %s"], - "Show less...": ["Prikaži manj..."], - "Show all...": ["Prikaži vse..."], - "Show Less...": ["Prikaži manj..."], - "Add the name of the chart": ["Dodajte naslov grafikona"], - "Chart title": ["Naslov grafikona"], - "Add required control values to save chart": [ - "Dodaj potrebne parametre za shranjenje grafikona" + "Time-series Table": ["Tabela s časovno vrsto"], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "Črtni grafikon časovne vrste je osnovni grafikon, ki se uporablja na različnih področjih. Uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne točke so med seboj povezane z ravnimi črtami." ], - "Controls labeled ": ["Kontrolniki imenovani "], - "Control labeled ": ["Nastavitev "], - "Open Datasource tab": ["Odpri zavihek s podatkovnim virom"], - "Original": ["Izvoren"], - "Pivoted": ["Vrtilni"], - "You do not have permission to edit this chart": [ - "Nimate dovoljenja za urejanje tega grafikona" + "Timeout error": ["Napaka pretečenega časa"], + "Timestamp format": ["Oblika zapisa časovne značke"], + "Timezone": ["Časovni pas"], + "Timezone offset (in hours) for this datasource": [ + "Razlika časovnega pasu (v urah) za ta podatkovni vir" ], - "Chart properties updated": ["Lastnosti grafikona posodobljene"], - "This chart is managed externally, and can't be edited in Superset": [ - "Ta grafikon se ne ureja znotraj Superseta" + "Timezone selector": ["Izbira časovnega pasa"], + "Tiny": ["Drobna"], + "Title": ["Naslov"], + "Title Column": ["Stolpec z naslovi"], + "Title is required": ["Naslov je obvezen"], + "Title or Slug": ["Naslov ali `Slug`"], + "To filter on a metric, use Custom SQL tab.": [ + "Za filtriranje po meri uporabite prilagojen SQL zavihek." ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "Opis je lahko prikazan kot glava gradnika in pogledu nadzorne plošče. Podpira markdown." + "To get a readable URL for your dashboard": [ + "Za pridobitev berljivega URL-ja za nadzorno ploščo" ], - "Person or group that has certified this chart.": [ - "Oseba ali skupina, ki je certificirala ta grafikon." + "Too many columns to filter": ["Preveč stolpcev za filtriranje"], + "Tools": ["Orodja"], + "Tooltip": ["Opis orodja"], + "Tooltip sort by metric": ["Mera za razvrščanje opisa orodja"], + "Tooltip time format": ["Oblika zapisa časa v opisu orodja"], + "Top": ["Zgoraj"], + "Top to Bottom": ["Iz vrha proti dnu"], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], + "Total: %s": ["Vsota: %s"], + "Totals": ["Vsote"], + "Track job": ["Sledi opravilom"], + "Transformable": ["Prilagodljiv"], + "Transparent": ["Prozorno"], + "Transpose Pivot": ["Transponirano vrtenje"], + "Transpose pivot": ["Transponirano vrtenje"], + "Tree Chart": ["Drevesni grafikon"], + "Tree layout": ["Oblika drevesa"], + "Tree orientation": ["Orientacija drevesa"], + "Treemap": ["Drevesni grafikon s pravokotniki"], + "Treemap (legacy)": [""], + "Trend": ["Trend"], + "Triangle": ["Trikotnik"], + "Trigger Alert If...": ["Sproži opozorilo v primeru ..."], + "Truncate Axis": ["Prireži os"], + "Truncate Metric": ["Odstrani mero"], + "Truncate Y Axis": ["Prireži Y-os"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Prireži Y-os. Če določite spodnjo ali zgornjo mejo, preprečite prirezovanje." ], - "Configuration": ["Nastavitve"], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, je uporabljena vrednost za podatkovni set." + "Truncate long cells to the \"min width\" set above": [""], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Zaokroži določen datum, glede na natančnost, definirano s časovno enoto." ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Seznam uporabnikov, ki lahko spreminjajo ta grafikon. Možno je iskanje po imenu ali uporabniškem imenu." + "Try applying different filters or ensuring your datasource has data": [ + "Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru podatki" ], - "%s row": ["%s vrstica"], - "Limit reached": ["Omejitev dosežena"], - "Create chart": ["Ustvari grafikon"], - "Update chart": ["Posodobi grafikon"], - "Invalid lat/long configuration.": [ - "Neveljavna nastavitev zemljepisne dolžine/širine." + "Try different criteria to display results.": [ + "Za prikaz rezultatov poskusite z drugačnimi kriteriji." ], - "Reverse lat/long ": ["Zamenjaj zemljepisno dolžino/širino "], - "Longitude & Latitude columns": ["Stolpci zemljepisne dolžine in širine"], - "Delimited long & lat single column": [ - "En stolpec z ločenima zemljepisno dolžino in širino" + "Try selecting a different schema": [""], + "Tuesday": ["Torek"], + "Type": ["Tip"], + "Type \"%s\" to confirm": ["Vnesite \"%s\" za potrditev"], + "Type a value": ["Vnesite vrednost"], + "Type a value here": ["Vnesite vrednost sem"], + "Type is required": ["Tip je obvezen"], + "Type of Google Sheets allowed": ["Dovoljeni tipi Googlovih preglednic"], + "Type of comparison, value difference or percentage": [""], + "Type or Select [%s]": ["Vnesite ali izberite [%s]"], + "UI Configuration": ["UI nastavitve"], + "URL": ["URL"], + "URL Parameters": ["Parametri URL"], + "URL parameters": ["Parametri URL"], + "URL slug": ["URL slug"], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Novega zavihka ni mogoče dodati v sistem. Kontaktirajte administratorja." ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Sprejema različne zapise - podrobnosti najdete v Pythonovi knjižnici geopy.points" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Povezava na katalog \"%(catalog_name)s\" ni uspela." ], - "Geohash": ["Geohash"], - "textarea": ["področje besedila"], - "in modal": ["v modalnem oknu"], - "Sorry, An error occurred": ["Prišlo je do napake"], - "Failed to verify select options: %s": [ - "Preverjanje možnosti izbire ni uspelo: %s" + "Unable to connect to database \"%(database)s\".": [ + "Povezava s podatkovno bazo \"%(database)s\" ni uspela." ], - "No annotation layers": ["Ni slojev z oznakami"], - "Add an annotation layer": ["Dodaj sloj z oznakami"], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ - "Uporabite enega izmed obstoječih grafikonov kot vir oznak.\n Grafikon mora biti naslednjega tipa: [%s]" + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" ], - "Annotation layer value": ["Vrednost sloja z oznakami"], - "Annotation Slice Configuration": ["Nastavitve rezine z oznakami"], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "V tem sklopu lahko nastavite način uporabe rezine\n za ustvarjanje oznak." + "Unable to create chart without a query id.": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Ni mogoče najti takšnega praznika: [%(holiday)s]" ], - "Annotation layer time column": ["Časovni stolpec sloja z oznakami"], - "Interval start column": ["Stolpec začetka intervala"], - "Event time column": ["Stolpec časa dogodka"], - "This column must contain date/time information.": [ - "Ta stolpec mora vsebovati informacijo o datumu/času." + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "Annotation layer interval end": ["Konec intervala sloja z oznakami"], - "Interval End column": ["Stolpec konca intervala"], - "Annotation layer title column": ["Stolpec z naslovom sloja z oznakami"], - "Title Column": ["Stolpec z naslovi"], - "Pick a title for you annotation.": ["Izberite naslov za oznako."], - "Annotation layer description columns": [ - "Stolpci z opisi slojev z oznakami" + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Stanja urejevalnika poizvedb ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." ], - "Description Columns": ["Stolpci z opisi"], - "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ - "Izberite enega ali več stolpcev, ki bodo prikazani v oznakah. Če ne izberete stolpca, bodo prikazani vsi." + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Stanja poizvedbe ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." ], - "Display configuration": ["Prikaži nastavitve"], - "Configure your how you overlay is displayed here.": [ - "Nastavite kako se tukaj prikazuje vrhnja plast." + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Stanja sheme tabele ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." ], - "Annotation layer stroke": ["Obroba sloja z oznakami"], - "Style": ["Slog"], - "Annotation layer opacity": ["Prosojnost sloja z oznakami"], - "Color": ["Barva"], - "Layer configuration": ["Nastavitve sloja"], - "Configure the basics of your Annotation Layer.": [ - "Osnovne nastavitve sloja z oznakami." + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "CSV datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" ], - "Mandatory": ["Obvezno"], - "Hide layer": ["Skrij sloj"], - "Show label": ["Pokaži oznako"], - "Whether to always show the annotation label": [ - "Če želite vedno prikazati naslov oznake" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Stolpčne datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" ], - "Annotation layer type": ["Tip sloja z oznakami"], - "Choose the annotation layer type": ["Izberite tip sloja z oznakami"], - "Annotation source type": ["Tip vira oznak"], - "Choose the source of your annotations": ["Izberite vir svojih oznak"], - "Annotation source": ["Vir oznak"], - "Remove": ["Odstrani"], - "Edit annotation layer": ["Uredi sloj z oznakami"], - "Add annotation layer": ["Dodaj sloj z oznakami"], - "Empty collection": ["Prazen izbor"], - "Add an item": ["Dodaj element"], - "Remove item": ["Odstrani element"], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "Barvna shema je določena s povezano nadzorno ploščo.\n Barvno shemo uredite v nastavitvah nadzorne plošče." + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Excel datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" ], - "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "Barvna shema je bila preglasovana z barvo oznake po meri.\n Preverite JSON metapodatke v naprednih nastavitvah" + "Undefined": ["Ni definirano"], + "Undefined window for rolling operation": [ + "Nedefinirano okno za drsečo operacijo" ], - "Dashboard scheme": ["Shema nadzorne plošče"], - "Select color scheme": ["Izberite barvno shemo"], - "Select scheme": ["Izberite shemo"], - "Edit formatter": ["Uredi oblikovanje"], - "Add new formatter": ["Dodaj novo oblikovanje"], - "Add new color formatter": ["Dodaj novo oblikovanje barve"], - "green": ["zelena"], - "yellow": ["rumena"], - "red": ["rdeča"], - "This value should be smaller than the right target value": [ - "Ta vrednost mora biti manjša od desne ciljne vrednosti" + "Undo the action": ["Razveljavi dejanje"], + "Undo?": ["Povrni?"], + "Unexpected error": ["Nepričakovana napaka"], + "Unexpected error occurred, please check your logs for details": [ + "Zgodila se je nepričakovana napaka. Podrobnosti preverite v dnevnikih" ], - "This value should be greater than the left target value": [ - "Ta vrednost mora biti večja od leve ciljne vrednosti" + "Unexpected error: ": ["Nepričakovana napaka: "], + "Unknown": ["Neznano"], + "Unknown MySQL server host \"%(hostname)s\".": [ + "Neznan MySQL strežnik \"%(hostname)s\"." ], - "Required": ["Obvezno"], - "Operator": ["Operator"], - "Left value": ["Leva vrednost"], - "Right value": ["Desna vrednost"], - "Target value": ["Ciljna vrednost"], - "Select column": ["Izberite stolpec"], - "Edit dataset": ["Uredi podatkovni set"], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "Za urejanje morate biti lastnik podatkovnega seta. Za dostop do urejanja kontaktirajte lastnika podatkovnega seta." + "Unknown Presto Error": ["Neznana Presto napaka"], + "Unknown Status": ["Neznan status"], + "Unknown column used in orderby: %(col)s": [ + "Za razvrščanje je uporabljen neznan stolpec: %(col)s" ], - "View in SQL Lab": ["Ogled v SQL laboratoriju"], - "Query preview": ["Predogled poizvedbe"], - "Save as dataset": ["Shrani kot podatkovni set"], - "More dataset related options": ["Več nastavitev za podatkovni set"], - "Missing URL parameters": ["Manjkajo parametri URL-ja"], - "The URL is missing the dataset_id or slice_id parameters.": [ - "V URL-ju manjkata parametra dataset_id ali slice_id." + "Unknown error": ["Neznana napaka"], + "Unknown input format": ["Neznana oblika vnosa"], + "Unknown value": ["Neznana vrednost"], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Nevaren tip rezultata, ki ga vrne funkcija %(func)s: %(value_type)s" ], - "The dataset linked to this chart may have been deleted.": [ - "Podatkovni set, povezan s tem grafikonom, je bil izbrisan." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Nevaren vzorec za ključ %(key)s: %(value_type)s" ], - "RANGE TYPE": ["TIP OBDOBJA"], - "Actual time range": ["Dejansko časovno obdobje"], - "CANCEL": ["PREKINI"], - "APPLY": ["UPORABI"], - "Edit time range": ["Uredi časovno obdobje"], - "Configure Advanced Time Range ": ["Nastavi napredno časovno obdobje "], - "START (INCLUSIVE)": ["ZAČETEK (VKLJUČEN)"], - "Start date included in time range": [ - "Začetni datum je vključen v časovno obdobje" + "Unsupported clause type: %(clause)s": [ + "Nepodprt tip izraza: %(clause)s" ], - "END (EXCLUSIVE)": ["KONEC (NI VKLJUČEN)"], - "End date excluded from time range": [ - "Končni datum ni vključen v časovno obdobje" + "Unsupported post processing operation: %(operation)s": [ + "Nepodprta poprocesirna operacija: %(operation)s" ], - "Configure Time Range: Previous...": [ - "Nastavi časovno obdobje: Prejšnji ..." + "Unsupported return value for method %(name)s": [ + "Nepodprt rezultat vračanja za metodo %(name)s" ], - "Configure Time Range: Last...": ["Nastavi časovno obdobje: Zadnji ..."], - "Configure custom time range": ["Nastavi prilagojeno časovno obdobje"], - "Relative quantity": ["Relativne vrednosti"], - "Relative period": ["Relativno obdobje"], - "Anchor to": ["Sidraj na"], - "NOW": ["ZDAJ"], - "Date/Time": ["Datum/Čas"], - "Return to specific datetime.": ["Vrne določen datum-čas."], - "Syntax": ["Sintaksa"], - "Example": ["Primer"], - "Moves the given set of dates by a specified interval.": [ - "Premakne dani nabor datumov za definirano obdobje." + "Unsupported template value for key %(key)s": [ + "Nepodprta vrednost vzorca za ključ %(key)s" ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Zaokroži določen datum, glede na natančnost, definirano s časovno enoto." + "Unsupported time grain: %(time_grain)s": [ + "Nepodprta časovna granulacija: %(time_grain)s" ], - "Get the last date by the date unit.": [ - "Pridobi zadnji datum glede na časovno enoto." + "Untitled query": ["Neimenovana poizvedba"], + "Update": ["Posodobi"], + "Update chart": ["Posodobi grafikon"], + "Updating chart was stopped": [ + "Posodabljanje grafikona je bilo ustavljeno" ], - "Get the specify date for the holiday": ["Določi datum praznika"], - "Last": ["Zadnji"], - "Previous": ["Prejšnji"], - "Custom": ["Prilagojen"], - "last day": ["zadnji dan"], - "last week": ["zadnji teden"], - "last month": ["zadnji mesec"], - "last quarter": ["zadnje četrletje"], - "last year": ["zadnje leto"], - "previous calendar week": ["prejšnji koledarski teden"], - "previous calendar month": ["prejšnji koledarski mesec"], - "previous calendar year": ["prejšnje koledarsko leto"], - "Seconds %s": ["Sekunde %s"], - "Minutes %s": ["Minute %s"], - "Hours %s": ["Ure %s"], - "Days %s": ["Dnevi %s"], - "Weeks %s": ["Tedni %s"], - "Months %s": ["Meseci %s"], - "Quarters %s": ["Četrtletja %s"], - "Years %s": ["Leta %s"], - "Before": ["PRED"], - "After": ["PO"], - "Specific Date/Time": ["Fiksen Datum/Čas"], - "Relative Date/Time": ["Relativen Datum/Čas"], - "Now": ["Zdaj"], - "Midnight": ["Polnoč"], - "Saved expressions": ["Shranjeni izrazi"], - "Saved": ["Shranjeno"], - "%s column(s)": ["Stolpci: %s"], - "No temporal columns found": ["Ni najdenih časovnih stolpcev"], - "No saved expressions found": ["Shranjeni izrazi niso najdeni"], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Dodaj izračunan časovni stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" + "Upload": ["Naloži"], + "Upload CSV": ["Naloži CSV"], + "Upload CSV to database": ["Naloži CSV v podatkovno bazo"], + "Upload Credentials": ["Naloži prijavne podatke"], + "Upload Enabled": ["Nalaganje omogočeno"], + "Upload Excel file": ["Naloži Excel-ovo datoteko"], + "Upload Excel file to database": [ + "Naloži Excel-ovo datoteko v podatkovno bazo" ], - "Add calculated columns to dataset in \"Edit datasource\" modal": [ - "Dodaj izračunan stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" + "Upload JSON file": ["Naloži JSON datoteko"], + "Upload columnar file": ["Naloži datoteko s stolpci"], + "Upload columnar file to database": [ + "Naloži datoteko s stolpci v podatkovno bazo" ], - "Simple": ["Preprosto"], - "Mark a column as temporal in \"Edit datasource\" modal": [ - "Označite stolpec kot časoven preko okna \"Uredi podatkovni vir\"" + "Upload file to database": ["Naloži datoteko v podatkovno bazo"], + "Use \"%(menuName)s\" menu instead.": [""], + "Use Area Proportions": ["Uporabi razmerje površin"], + "Use Columns": ["Uporabi stolpce"], + "Use a log scale": ["Uporabi logaritemsko skalo"], + "Use a log scale for the X-axis": ["Uporabi logaritemsko skalo za X-os"], + "Use a log scale for the Y-axis": ["Uporabi logaritemsko skalo za Y-os"], + "Use an encrypted connection to the database": [ + "Uporabite šifrirano povezavo s podatkovno bazo" ], - "Custom SQL": ["Prilagojen SQL"], - "My column": ["Moj stolpec"], - "Drop a column here or click": ["Spustite stolpec sem ali kliknite"], - "Drop column here": ["Spustite stolpec sem"], - "Click to edit label": ["Kliknite za urejanje oznake"], - "Drop columns/metrics here or click": [ - "Spustite stolpce/mere sem ali kliknite" + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "Uporabite enega izmed obstoječih grafikonov kot vir oznak.\n Grafikon mora biti naslednjega tipa: [%s]" ], - "Drop columns or metrics here": ["Spustite stolpce ali mere sem"], - "Drop a column/metric here or click": [ - "Spustite stolpec/mero sem ali kliknite" + "Use date formatting even when metric value is not a timestamp": [ + "Oblikovanje datuma uporabi tudi, ko vrednost mere ni časovna značka" ], - "Drop column or metric here": ["Spustite stolpec ali mero sem"], - "Drop columns here": ["Spustite stolpce sem"], - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n Ta filter izvira iz konteksta nadzorne plošče.\n Pri shranjevanju grafikona se ne bo shranil.\n " + "Use legacy datasource editor": [ + "Uporabi starejši urejevalnik podatkovnega vira" ], - "Default": ["Privzeto"], - "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ - "(opcijsko) privzeta vrednost za filter, če uporabite opcijo izbire večih , lahko uporabite seznam nastavitev ločen s podpičji." + "Use metrics as a top level group for columns or for rows": [ + "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" ], - "Metric to sort the results by": ["Mera za razvrščanje rezultatov"], - "Check for sorting ascending": ["Označi za naraščajoče razvrščanje"], - "Allow multiple selections": ["Dovoli več izbir"], - "Multiple selections allowed, otherwise filter is limited to a single value": [ - "Lahko izberete več elementov, drugače pa je filter omejen na eno vrednost" + "Use only a single value.": ["Uporabite le eno vrednost."], + "Use the Advanced Analytics options below": [ + "Uporabite spodnje možnosti napredne analitike" ], - "Search all filter options": ["Poišči vse možnosti filtra"], - "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ - "Privzeto vsak filter pri nalaganju začetne strani naloži največ 1000 možnosti. Označite polje, če imate več kot 1000 vrednosti filtra in želite omogočiti dinamično iskanje, ki nalaga vrednosti filtra ko uporabnik tipka (to lahko preobremeni vašo podatkovno bazo)." + "Use the JSON file you automatically downloaded when creating your service account.": [ + "Uporabite JSON datoteko, ki ste jo prenesli pri ustvarjanju servisnega računa." ], - "User must select a value for this filter": [ - "Uporabnik mora izbrati vrednost za ta filter" + "Use the edit button to change this field": [ + "Za spreminjanje tega polja uporabite gumb za urejanje" ], - "Filter configuration": ["Nastavitve filtra"], - "Custom SQL ad-hoc filters are not available for the native Druid connector": [ - "Ad-hoc SQL filtri po meri niso na voljo za nativni konektor za Druid" + "Use this section if you want a query that aggregates": [ + "Ta sklop uporabite če želite poizvedbo za agregacijo" ], - "%s option(s)": ["Možnosti: %s"], - "Select subject": ["Izberite zadevo"], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Tak stolpec ni najden. Za filtriranje po meri uporabite prilagojen SQL zavihek." + "Use this section if you want to query atomic rows": [ + "Ta sklop uporabite, če želite poizvedbo za posamezne vrstice" ], - "%s column(s) and metric(s)": ["Stolpcev in mer: %s"], - "To filter on a metric, use Custom SQL tab.": [ - "Za filtriranje po meri uporabite prilagojen SQL zavihek." + "Use this to define a static color for all circles": [ + "S tem definirate določeno barvo za vse kroge" ], - "%s operator(s)": ["Operatorji: %s"], - "Select operator": ["Izberite operator"], - "Comparator option": ["Možnosti komparatorja"], - "Type a value here": ["Vnesite vrednost sem"], - "Filter value (case sensitive)": [ - "Vrednost filtra (razlik. velikih/malih črk)" + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Uporablja se za interno identifikacijo vtičnika. Naj bo nastavljeno na ime paketa v vtičnikovem package.json" ], - "Failed to retrieve advanced type": [ - "Napaka pri pridobivanju naprednega tipa" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "Uporablja se za predstavitev podatkov z združevanjem različnih statistik na dveh oseh. Npr. Prodaja po regijah in mesecih, Naloge po statusih in izvajalcih, aktivni uporabniki po starosti in lokaciji.\n\n Ta grafikon se opušča. Priporočamo uporabo Vrtilne tabele V2!" ], - "choose WHERE or HAVING...": ["izberite WHERE ali HAVING..."], - "Filters by columns": ["Filtrira po stolpcu"], - "Filters by metrics": ["Filtrira po merah"], - "Fixed": ["Fiksno"], - "Based on a metric": ["Osnovan na meri"], - "My metric": ["Moja mera"], - "Add metric": ["Dodaj mero"], - "Select aggregate options": ["Izberite agregacijske možnosti"], - "%s aggregates(s)": ["Agreg. funkcije: %s"], - "Select saved metrics": ["Izberite shranjene mere"], - "%s saved metric(s)": ["Shranjene mere: %s"], - "Saved metric": ["Shranjena mera"], - "No saved metrics found": ["Shranjene mere niso najdene"], - "Add metrics to dataset in \"Edit datasource\" modal": [ - "Dodaj mero v podatkovni set v oknu \"Uredi podatkovni vir\"" + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "Ponazori podatke na podlagi združevanja več statistik vzdolž dveh osi. Npr. prodaja po regijah in mesecih, opravila po statusih in izvajalcih, itd." ], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "Preproste ad-hoc mere za ta podatkovni set niso omogočene" + "User": ["Uporabnik"], + "User Roles": ["Vloge uporabnikov"], + "User doesn't have the proper permissions.": [ + "Uporabnik nima ustreznih dovoljenj." ], - "column": ["stolpec"], - "aggregate": ["agregacija"], - "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ - "Ad-hoc SQL mere po meri niso na voljo za nativni konektor za Druid" + "User must select a value before applying the filter": [ + "Uporabnik mora izbrati vrednost pred uporabo filtra" ], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Ad-hoc SQL mere po meri za ta podatkovni set niso omogočene" + "User must select a value for this filter": [ + "Uporabnik mora izbrati vrednost za ta filter" ], - "Error while fetching data: %s": ["Napaka pri pridobivanju podatkov: %s"], - "Time series columns": ["Stolpci s časovnimi vrstami"], - "Select Viz Type": ["Izberite tip vizualizacije"], - "Currently rendered: %s": ["Trenutno izrisano: %s"], - "Other": ["Ostali"], - "Recommended tags": ["Priporočene značke"], - "Category": ["Kategorija"], - "Tags": ["Značke"], - "Search all charts": ["Išči vse grafikone"], - "No description available.": ["Opisa ni na razpolago."], - "Examples": ["Vzorci"], - "This visualization type is not supported.": [ - "Ta tip vizualizacije ni podprt." + "User query": ["Uporabnikova poizvedba"], + "Username": ["Uporabniško ime"], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "Uporablja števec za prikaz napredovanja mere k ciljni vrednosti. Položaj kazalca predstavlja napredek, končna vrednost na števcu pa ciljno vrednost." ], - "View all charts": ["Pokaži vse grafikone"], - "Select a visualization type": ["Izberite tip vizualizacije"], - "Select": ["Izberi"], - "Superset Chart": ["Superset grafikon"], - "New chart": ["Nov grafikon"], - "Edit chart properties": ["Uredi lastnosti grafikona"], - "Export to original .CSV": ["Izvozi v izvorni .CSV"], - "Export to pivoted .CSV": ["Izvozi v vrtilni .CSV"], - "Export to .JSON": ["Izvozi v .JSON"], - "Embed code": ["Vgradi kodo"], - "Run in SQL Lab": ["Zaženi v SQL laboratoriju"], - "Code": ["Koda"], - "Markup type": ["Tip označevanja"], - "Pick your favorite markup language": [ - "Izberite svoj priljubljen označevalni jezik" + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "S pomočjo krogov prikaže potek podatkov na različnih nivojih sistema. S premikom kurzorja prikaže vrednosti na posameznem nivoju. Uporabno za večnivojsko, večskupinsko vizualizacijo." ], - "Put your code here": ["Vstavite svojo kodo sem"], - "URL parameters": ["Parametri URL"], - "Extra parameters for use in jinja templated queries": [ - "Dodatni parametri za poizvedbe z jinja predlogami" + "Value": ["Vrednost"], + "Value Domain": ["Domena vrednosti"], + "Value Format": ["Oblika zapisa vrednosti"], + "Value bounds": ["Meje vrednosti"], + "Value format": ["Oblika zapisa vrednosti"], + "Value is required": ["Zahtevana je vrednost"], + "Value must be greater than 0": ["Vrednost mora biti večja od 0"], + "Values are dependent on other filters": [ + "Vrednosti so odvisne od drugih filtrov" ], - "Annotations and layers": ["Oznake in sloji"], - "My beautiful colors": ["Moje čudovite barve"], - "No columns": ["Brez stolpcev"], - "%s option": ["%s možnost"], - "UI Configuration": ["UI nastavitve"], - "Can select multiple values": ["Dovoli izbiro več vrednosti"], - "Filter value is required": ["Vrednost filtra je obvezna"], - "User must select a value before applying the filter": [ - "Uporabnik mora izbrati vrednost pred uporabo filtra" + "Values dependent on": ["Vrednosti so odvisne od"], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "Vrednosti izbrane v drugih filtrih bodo vplivale na možnosti filtra" ], - "Group By filter plugin": ["Vtičnik za filter za združevanje"], - "Chosen non-numeric column": ["Izbran ne-numeričen stolpec"], - "Single value": ["Ena vrednost"], - "Use only a single value.": ["Uporabite le eno vrednost."], - "Range filter plugin using AntD": [ - "Vtičnik za filter obdobja z uporabo AntD" + "Vehicle Types": ["Vrste vozil"], + "Verbose Name": ["Podrobno ime"], + "Version": ["Verzija"], + "Version number": ["Številka verzije"], + "Vertical": ["Navpično"], + "Video game consoles": ["Igralne konzole"], + "View": ["Pogled"], + "View All »": ["Poglejte vse »"], + "View all charts": ["Pokaži vse grafikone"], + "View in SQL Lab": ["Ogled v SQL laboratoriju"], + "View keys & indexes (%s)": ["Ogled ključev in indeksov (%s)"], + "View query": ["Ogled poizvedbe"], + "Viewed": ["Ogledane"], + "Viewed %s": ["Ogledane %s"], + "Viewport": ["Pogled"], + "Virtual (SQL)": ["Virtualen (SQL)"], + "Virtual dataset": ["Virtualen podatkovni set"], + "Virtual dataset query cannot be empty": [ + "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" ], - " (excluded)": [" (ni vključeno)"], - "Select first filter value by default": [ - "Izberi prvo vrednost kot privzeto" + "Virtual dataset query cannot consist of multiple statements": [ + "Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več stavkov" ], - "When using this option, default value can’t be set": [ - "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" + "Virtual dataset query must be read-only": [ + "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" ], - "Inverse selection": ["Invertiraj izbiro"], - "Exclude selected values": ["Izloči izbrane vrednosti"], - "Dynamically search all filter values": [ - "Dinamično poišče vse možnosti filtra" + "Visual Tweaks": ["Nastavitve izgleda"], + "Visualization Type": ["Tip vizualizacije"], + "Visualization type": ["Tip vizualizacije"], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "Prikaže vzporedni nabor mer za različne skupine. Vsaka skupina je prikazana s svojim naborom točk in vsaka mera s povezavo na grafikonu." ], - "Select filter plugin using AntD": [ - "Izberite Vtičnik za filter z uporabo AntD" + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "Vizualizacija povezanih mer med pari skupin." ], - "Custom time filter plugin": ["Prilagojeni vtičnik za časovni filter"], - "No time columns": ["Ni časovnih stolpcev"], - "Time column filter plugin": ["Vtičnik za časovni filter"], - "Time grain filter plugin": ["Vtičnik za filter časovne granulacije"], - "Favorites": ["Priljubljene"], - "Created content": ["Ustvarjena vsebina"], - "Recent activity": ["Nedavna aktivnost"], - "Security & Access": ["Varnost in Dostopi"], - "No charts": ["Ni grafikonov"], - "No dashboards": ["Ni nadzornih plošč"], - "No favorite charts yet, go click on stars!": [ - "Priljubljenih grafikonov še ni. Kliknite na zvezdice!" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Prikaz geoprostorskih podatkov kot so 3D zgradbe, parcele ali objekti v mrežnem pogledu." ], - "No favorite dashboards yet, go click on stars!": [ - "Priljubljenih nadzornih plošč še ni. Kliknite na zvezdice!" + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "Prikaže spreminjanje mere skozi čas s pomočjo stolpcev. Z dodajanjem stolpcev za združevanje prikaže mere skupin in njihovo spreminjanje." ], - "Profile picture provided by Gravatar": [ - "Profilno sliko je zagotovil Gravatar" + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Prikaz več hierarhičnih nivojev z drevesno strukturo." ], - "joined": ["pridružen"], - "id:": ["id:"], - "There was an issue fetching reports attached to this dashboard.": [ - "Pri pridobivanju poročil za to nadzorno ploščo je prišlo do težave." + "Visualize two different series using the same x-axis. Note that both series can be visualized with a different chart type (e.g. 1 using bars and 1 using a line).": [ + "Prikaže dva različna niza na isti x-osi. Niza sta lahko prikazana z različnim tipom grafikona (npr. en s stolpci in drug s črto)." ], - "The report has been created": ["Poročilo je bilo ustvarjeno"], - "Report updated": ["Poročilo posodobljeno"], - "We were unable to active or deactivate this report.": [ - "Aktiviranje ali deaktiviranje poročila ni uspelo." + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "Prikaže dve različni časovni vrsti z isto x-osjo oz. časovnim obdobjem. Grafikon se opušča, zato priporočamo uporabo kombiniranega grafikona časovne vrste!" ], - "Your report could not be deleted": [ - "Vašega poročila ni mogoče izbrisati" + "Visualize two different time series using the same x-axis. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "Prikaže dve različni časovni vrsti na isti x-osi. Časovni vrsti sta lahko prikazani različno (npr. ena s stolpci in druga s črto)." ], - "Deleted: %s": ["Izbrisano: %s"], - "Image download failed, please refresh and try again.": [ - "Prenos slike ni uspel. Osvežite in poskusite ponovno." + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "Prikaže dve meri na črtnem grafu z isto x-osjo. Grafikon je uporaben za primerjavo mer v istem časovnem obdobju." ], - "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ - "Izberite vrednosti v osvetljenih poljih na levi strani kontrolnika in zaženite poizvedbo z gumbom %s." + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "Prikaže mero v treh dimenzijah podatkov na istem grafikonu (x os, y os, velikost mehurčka). Mehurčki v isti skupini so predstavljeni z barvo." ], - "Invalid input": ["Neveljaven vnos"], - "Unexpected error: ": ["Nepričakovana napaka: "], - "(no description, click to see stack trace)": [ - "(ni opisa, kliknite za ogled zapisov)" + "Visualizes connected points, which form a path, on a map.": [ + "Na zemljevidu prikaže povezane točke, ki tvorijo pot." ], - "Network error": ["Napaka omrežja"], - "Request timed out": ["Zahtevek pretečen"], - "Issue 1000 - The dataset is too large to query.": [ - "Težava 1000 - podatkovni vir je prevelik za poizvedbo." + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Prikaže geografsko območje kot poligone na zemljevidu zagotovljenim preko storitve Mapbox. Poligoni so lahko obarvani glede na mero." ], - "Issue 1001 - The database is under an unusual load.": [ - "Težava 1001 - podatkovni vir je neobičajno obremenjen." + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "Prikaže kako se je mera spreminjala s časom s pomočjo barvne lestvice in koledarskega pogleda. Sive vrednosti ponazarjajo manjkajoče vrednosti. Amplituda dnevnih vrednosti je ponazorjena z linearno barvno shemo." ], - "An error occurred while fetching %s info: %s": [ - "Napaka pri pridobivanju informacij za %s: %s" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Prikaže več različnih časovnih vrst na istem grafikonu. Grafikon se opušča, zato priporočamo uporabo Grafikona časovne vrste." ], - "An error occurred while fetching %ss: %s": [ - "Napaka pri pridobivanju informacij za %s: %s" + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "Prikaže potek vrednosti različnih skupin na različnih nivojih sistema. Novi nivoji so prikazani kot točke ali plasti. Debelina stolpcev ali povezav predstavlja prikazano mero." ], - "An error occurred while creating %ss: %s": [ - "Napaka pri ustvarjanju %s: %s" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Prikaže besede v stolpcu, glede na pogostost pojavljanja. Večja pisava pomeni večjo frekvenco." ], - "An error occurred while importing %s: %s": [ - "Napaka pri uvažanju %s: %s" + "Viz is missing a datasource": ["Vizualizaciji manjka podatkovni vir"], + "WED": ["SRE"], + "Want to add a new database?": ["Želite dodati novo podatkovno bazo?"], + "Warning": ["Opozorilo"], + "Warning Message": ["Opozorilo"], + "Warning!": ["Opozorilo!"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Opozorilo! Sprememba podatkovnega seta lahko pokvari grafikon, če metapodatki ne obstajajo." ], - "There was an error fetching the favorite status: %s": [ - "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" + "Was unable to check your query": ["Poizvedbe ni bilo mogoče preveriti"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" ], - "There was an error saving the favorite status: %s": [ - "Napaka pri shranjevanju statusa \"Priljubljeno\": %s" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Zdi se, da ni mogoče razrešiti stolpca \"%(column)s\" v vrstici %(location)s." ], - "Link Copied!": ["Povezava kopirana!"], - "Sorry, your browser does not support copying.": [ - "Vaš brskalnik ne podpira kopiranja." + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" ], - "Connection looks good!": ["Povezava izgleda v redu!"], - "ERROR: %s": ["NAPAKA: %s"], - "There was an error fetching your recent activity:": [ - "Pri pridobivanju nedavnih aktivnosti je prišlo do napake:" + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\" v vrstici %(location)s." ], - "There was an issue deleting: %s": ["Težava pri brisanju: %s"], - "There was an issue deleting %s: %s": ["Težava pri brisanju %s: %s"], - "Working": ["Delam"], - "Not triggered": ["Ni sproženo"], - "On Grace": ["V mirovanju"], - "report": ["poročilo"], - "alert": ["opozorilo"], - "reports": ["poročila"], - "alerts": ["opozorila"], - "There was an issue deleting the selected %s: %s": [ - "Težava pri brisanju izbranih %s: %s" + "We have the following keys: %s": ["Imamo naslednje ključe: %s"], + "We were unable to active or deactivate this report.": [ + "Aktiviranje ali deaktiviranje poročila ni uspelo." ], - "Last run": ["Zadnji zagon"], - "Notification method": ["Način obveščanja"], - "Created by": ["Ustvaril"], - "Active": ["Aktiven"], - "Execution log": ["Dnevnik izvajanja"], - "Actions": ["Aktivnosti"], - "Bulk select": ["Izberi hkrati"], - "No %s yet": ["%s še ne obstajajo"], - "Owner": ["Lastnik"], - "An error occurred while fetching owners values: %s": [ - "Pri pridobivanju polja lastnik je prišlo do napake: %s" + "We were unable to carry over any controls when switching to this new dataset.": [ + "Prenos kontrolnikov pri preklopu na nov podatkovni set ni bil uspešen." ], - "An error occurred while fetching created by values: %s": [ - "Pri pridobivanju vrednosti \"Ustvaril\" je prišlo do napake: %s" + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Povezava s podatkovno bazo \"%(database)s\" ni uspela. Preverite ime podatkovne baze in poskusite ponovno." ], - "Status": ["Status"], - "Alerts & reports": ["Opozorila in poročila"], - "Alerts": ["Opozorila"], - "Reports": ["Poročila"], - "Delete %s?": ["Izbrišem %s?"], - "Please confirm": ["Prosim, potrdite"], - "Are you sure you want to delete the selected %s?": [ - "Ali ste prepričani, da želite izbrisati izbrane %s?" + "Web": ["Mreža"], + "Wednesday": ["Sreda"], + "Week": ["Teden"], + "Week ending Saturday": ["Teden s koncem v soboto"], + "Week starting Monday": ["Teden z začetkom v ponedeljek"], + "Week starting Sunday": ["Teden z začetkom v nedeljo"], + "Week_ending Sunday": ["Teden s koncem v nedeljo"], + "Weekly Report": ["Tedensko poročilo"], + "Weekly Report for %s": ["Tedensko poročilo za %s"], + "Weekly seasonality": [""], + "Weeks %s": ["Tedni %s"], + "Weight": ["Utež"], + "What should be shown on the label?": ["Kaj bo prikazano na oznaki?"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Če je `Vrsta izračuna` nastavljena na \"Procentualna sprememba\", bo oblika Y-osi vsiljena na `.1%`" ], - "< (Smaller than)": ["< (manjše kot)"], - "> (Larger than)": ["> (večje kot)"], - "<= (Smaller or equal)": ["<= (manjše ali enako)"], - ">= (Larger or equal)": [">= (večje ali enako)"], - "== (Is equal)": ["== (je enako)"], - "!= (Is not equal)": ["!= (ni enako)"], - "Not null": ["Ni nič (null)"], - "30 days": ["30 dni"], - "60 days": ["60 dni"], - "90 days": ["90 dni"], - "Add notification method": ["Dodajte način obveščanja"], - "Add delivery method": ["Dodajte način dostave"], - "%s updated": ["%s posodobljeni"], - "Edit Report": ["Uredi poročilo"], - "Edit Alert": ["Uredi opozorilo"], - "Add Report": ["Dodaj poročilo"], - "Add Alert": ["Dodaj opozorilo"], - "Report name": ["Naslov poročila"], - "Alert name": ["Naslov opozorila"], - "Alert condition": ["Status opozorila"], - "Trigger Alert If...": ["Sproži opozorilo v primeru ..."], - "Condition": ["Pogoj"], - "Threshold value should be double precision number": [ - "Mejna vrednost naj bo število z dvojno natančnostjo (double)" + "When a secondary metric is provided, a linear color scale is used.": [ + "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." ], - "Report schedule": ["Urnik poročanja"], - "Alert condition schedule": ["Urnik statusov opozoril"], - "Schedule settings": ["Nastavitve urnika"], - "Log retention": ["Hranjenje dnevnikov"], - "Working timeout": ["Pretek delovanja"], - "Time in seconds": ["Čas v sekundah"], - "Grace period": ["Obdobje mirovanja"], - "Send as PNG": ["Pošlji kot PNG"], - "Send as CSV": ["Pošlji kot CSV"], - "Send as text": ["Pošlji kot besedilo"], - "log": ["dnevnik"], - "State": ["Status"], - "Execution ID": ["ID izvedbe"], - "Scheduled at (UTC)": ["Izvede se ob (UTC)"], - "Start at (UTC)": ["Zažene se ob (UTC)"], - "Duration": ["Trajanje"], - "Error message": ["Sporočilo napake"], - "CRON expression": ["Izraz CRON"], - "Report sent": ["Poročilo poslano"], - "Alert triggered, notification sent": [ - "Opozorilo sproženo, obvestilo poslano" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Z dovolitvijo opcije CREATE TABLE AS v SQL laboratoriju se tabele ustvarjajo s to shemo" ], - "Report sending": ["Pošiljanje poročila"], - "Alert running": ["Opozorilo aktivno"], - "Report failed": ["Poročilo ni uspelo"], - "Alert failed": ["Opozorilo ni uspelo"], - "Nothing triggered": ["Ni ni sproženo"], - "Alert Triggered, In Grace Period": [ - "Opozorilo sproženo, v obdobju mirovanja" + "When checked, the map will zoom to your data after each query": [ + "Če želite, da se zemljevid prilagodi vašim podatkom po vsaki poizvedbi" ], - "Delivery method": ["Način dostave"], - "Select Delivery Method": ["Izberite način dostave"], - "Recipients are separated by \",\" or \";\"": [ - "Prejemniki so ločeni z \",\" ali \";\"" + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija v raziskovalcu." ], - "annotation": ["oznaka"], - "There was an issue deleting the selected annotations: %s": [ - "Pri brisanju izbranih oznak je prišlo do težave: %s" + "When only a primary metric is provided, a categorical color scale is used.": [ + "Če je podana samo primarna metrika, je uporabljena kategorična barvna skala." ], - "Edit annotation": ["Uredi oznako"], - "Delete annotation": ["Izbriši oznako"], - "Annotation": ["Oznaka"], - "No annotation yet": ["Oznak še ni"], - "Annotation Layer %s": ["Sloj z oznakami %s"], - "Are you sure you want to delete %s?": [ - "Ali ste prepričani, da želite izbrisati %s?" + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "Ko podajate SQL, se podatkovni vir obnaša kot pogled (view). Superset bo ta zapis uporabil kot podpoizvedbo, pri čemer bo združeval in filtriral na podlagi ustvarjenih starševskih poizvedb." ], - "Delete Annotation?": ["Izbrišem oznako?"], - "Are you sure you want to delete the selected annotations?": [ - "Ali ste prepričani, da želite izbrisati izbrane oznake?" + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "Ko uporabljate \"Samodokončaj filtre\", lahko s tem izboljšate hitrost pridobivanja rezultatov s poizvedbo. Z uporabo te možnosti dodate predikat (WHERE stavek) k poizvedbi za izbiro različnih vrednosti iz tabele. Običajno je namen omejiti poizvedbo z uporabo filtra za relativni čas na particioniranem ali indeksiranem časovnem polju." ], - "The annotation has been updated": ["Označba je bila posodobljena"], - "The annotation has been saved": ["Označba je bila shranjena"], - "Add annotation": ["Dodaj oznako"], - "Annotation name": ["Ime oznake"], - "date": ["datum"], - "Additional information": ["Dodatne informacije"], - "Description (this can be seen in the list)": [ - "Opis (lahko je viden na seznamu)" + "When using 'Group By' you are limited to use a single metric": [ + "Ko uporabljate 'Group By', ste omejeni na uporabo ene mere" ], - "annotation_layer": ["annotation_layer"], - "Annotation template updated": ["Predloga oznake posodobljena"], - "Annotation template created": ["Predloga oznake ustvarjena"], - "Edit annotation layer properties": ["Uredi lastnosti sloja z oznakami"], - "Annotation layer name": ["Ime sloja z oznakami"], - "Annotation layers": ["Sloji z oznakami"], - "There was an issue deleting the selected layers: %s": [ - "Pri brisanju izbranih slojev je prišlo do težave: %s" + "When using other than adaptive formatting, labels may overlap": [""], + "When using this option, default value can’t be set": [ + "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" ], - "Last modified": ["Zadnja sprememba"], - "Created on": ["Ustvarjeno"], - "Edit template": ["Uredi predlogo"], - "Delete template": ["Izbriši predlogo"], - "Annotation layer": ["Sloj z oznakami"], - "An error occurred while fetching dataset datasource values: %s": [ - "Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo do napake: %s" + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Če želite prekrivanje območij, ko imate več skupin podatkov" ], - "No annotation layers yet": ["Slojev z oznakami še ni"], - "This action will permanently delete the layer.": [ - "S tem dejanjem boste trajno izbrisali sloj." + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL laboratoriju" ], - "Delete Layer?": ["Izbrišem sloj?"], - "Are you sure you want to delete the selected layers?": [ - "Ali ste prepričani, da želite izbrisati izbrane sloje?" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Če želite, da je ta stolpec na voljo v sekciji `Filtri` v raziskovalnem pogledu." ], - "Are you sure you want to delete": [ - "Ali ste prepričani, da želite izbrisati" + "Whether to align background charts with both positive and negative values at 0": [ + "Če želite poravnati graf v ozadju celic za negativne in pozitivne vrednosti okrog 0" ], - "Modified %s": ["Zadnja sprememba %s"], - "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z grafikoni. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." + "Whether to align positive and negative values in cell bar chart at 0": [ + "Če želite poravnati pozitivne in negativne vrednosti v stolpčnem grafikonu celic pri 0" ], - "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Uvažate enega ali več grafikonov, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" + "Whether to always show the annotation label": [ + "Če želite vedno prikazati naslov oznake" ], - "Chart imported": ["Grafikon uvožen"], - "There was an issue deleting the selected charts: %s": [ - "Pri brisanju izbranih grafikonov je prišlo do težave: %s" + "Whether to animate the progress and the value or just display them": [ + "Če želite animiran prikaz grafikona" ], - "Modified by": ["Spremenil"], - "Favorite": ["Priljubljene"], - "Any": ["Katerikoli"], - "Yes": ["Da"], - "No": ["Ne"], - "All": ["Vsi"], - "An error occurred while fetching chart owners values: %s": [ - "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" + "Whether to apply a normal distribution based on rank on the color scale": [ + "Če želite uporabiti normalno porazdelitev glede na stopnjo na barvni lestvici" ], - "An error occurred while fetching chart created by values: %s": [ - "Pri pridobivanju polja Grafikon ustvaril je prišlo do napake: %s" + "Whether to apply filter when items are clicked": [ + "Če želite uporabiti filter, ko kliknete na elemente" ], - "Chart type": ["Tip grafikona"], - "Certified": ["Certificirano"], - "Alphabetical": ["Po abecedi"], - "Recently modified": ["Nedavno spremenjeno"], - "Least recently modified": ["Zadnje spremenjeno"], - "Import charts": ["Uvozi grafikone"], - "Are you sure you want to delete the selected charts?": [ - "Ali ste prepričani, da želite izbrisati izbrane grafikone?" + "Whether to colorize numeric values by if they are positive or negative": [ + "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" ], - "css_template": ["css_template"], - "Edit CSS template properties": ["Uredi lastnosti CSS predloge"], - "Add CSS template": ["Dodaj CSS predlogo"], - "CSS template name": ["Ime CSS predloge"], - "css": ["css"], - "CSS templates": ["CSS predloge"], - "There was an issue deleting the selected templates: %s": [ - "Pri brisanju izbranih predlog je prišlo do težave: %s" + "Whether to display a bar chart background in table columns": [ + "Če želite omogočiti prikaz manjših stolpčnih grafikonov v ozadju stolpcev tabele" ], - "Last modified by %s": ["Nazadnje spremenil %s"], - "CSS template": ["CSS predloga"], - "This action will permanently delete the template.": [ - "S tem dejanjem boste trajno izbrisali predlogo." + "Whether to display a legend for the chart": [ + "Če želite prikaz legende za grafikon" ], - "Delete Template?": ["Izbrišem predlogo?"], - "Are you sure you want to delete the selected templates?": [ - "Ali ste prepričani, da želite izbrisati izbrane predloge?" + "Whether to display bubbles on top of countries": [ + "Če želite prikaz mehurčkov nad državami" ], - "published": ["objavljeno"], - "draft": ["osnutek"], - "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z nadzornimi ploščami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." + "Whether to display the aggregate count": [ + "Če želite prikazati agregirano število" ], - "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Uvažate eno ali več nadzornih plošč, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" + "Whether to display the interactive data table": [ + "Če želite prikaz interaktivne podatkovne tabele" ], - "Dashboard imported": ["Nadzorna plošča uvožena"], - "An error occurred while fetching dashboards: %s": [ - "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" + "Whether to display the labels.": ["Če želite prikaz oznak."], + "Whether to display the legend (toggles)": [ + "Preklapljanje prikaza legende" ], - "There was an issue deleting the selected dashboards: ": [ - "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " + "Whether to display the metric name as a title": [ + "Če želite prikazati ime mere kot naslov" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" + "Whether to display the min and max values of the X-axis": [ + "Če želite prikaz min. in max. vrednosti X-osi" ], - "An error occurred while fetching dashboard created by values: %s": [ - "Pri pridobivanju polja Nadzorno ploščo ustvaril je prišlo do napake: %s" + "Whether to display the min and max values of the Y-axis": [ + "Če želite prikaz min. in max. vrednosti Y-osi" ], - "Are you sure you want to delete the selected dashboards?": [ - "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" + "Whether to display the numerical values within the cells": [ + "Če želite v celicah prikazati numerične vrednosti" ], - "Saved queries": ["Shranjene poizvedbe"], - "SQL Copied!": ["SQL kopiran!"], - "database": ["podatkovna baza"], - "An error occurred while fetching database related data: %s": [ - "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" + "Whether to display the stroke": ["Če želite prikazati obrobe"], + "Whether to display the time range interactive selector": [ + "Če želite prikaz interaktivnega izbirnika časovnega obdobja" ], - "Upload file to database": ["Naloži datoteko v podatkovno bazo"], - "Upload CSV": ["Naloži CSV"], - "Upload columnar file": ["Naloži datoteko s stolpci"], - "Upload Excel file": ["Naloži Excel-ovo datoteko"], - "Asynchronous query execution": ["Asinhroni zagon poizvedb"], - "AQE": ["AQE"], - "Allow data manipulation language": [ - "Dovoli jezik za manipulacijo podatkov (DML)" + "Whether to display the timestamp": [ + "Če želite prikazati časovno značko" ], - "DML": ["DML"], - "CSV upload": ["Nalaganje CSV"], - "Delete database": ["Izbriši podatkovno bazo"], - "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ - "Podatkovna baza %s je povezana z grafikoni %s, ki so prisotni na nadzorni plošči %s in uporabniki imajo odprtih %s zavihkov SQL laboratorija. Ali želite nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." + "Whether to display the trend line": ["Če želite prikazati trendno črto"], + "Whether to enable changing graph position and scaling.": [ + "Če želite omogočiti premikanje in povečevanje/zmanjševanje grafikona." ], - "Delete Database?": ["Izbrišem podatkovno bazo?"], - "Expose database in SQL Lab": [ - "Razkrij podatkovno bazo v SQL laboratoriju" + "Whether to enable node dragging in force layout mode.": [ + "Če želite omogočiti premikanje vozlišč v načinu vsiljenega prikaza." ], - "Allow this database to be queried in SQL Lab": [ - "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" + "Whether to fill the objects": ["Če želite zapolniti objekte"], + "Whether to ignore locations that are null": [ + "Če ne želite upoštevati praznih (NULL) lokacij" ], - "Allow creation of new tables based on queries": [ - "Dovoli ustvarjanje novih tabel s poizvedbami" + "Whether to include a client-side search box": [ + "Če želite vključiti iskalno polje za uporabnika" ], - "Allow creation of new views based on queries": [ - "Dovoli ustvarjanje novih pogledov s poizvedbami" + "Whether to include a time filter": [ + "Če želite vključiti časovni filter" ], - "CTAS & CVAS SCHEMA": ["CTAS & CVAS SHEMA"], - "Create or select schema...": ["Ustvarite ali izberite shemo..."], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Vsilite, da bodo vse tabele in pogledi ustvarjeni s to shemo, ko kliknete CTAS ali CVAS v SQL laboratoriju." + "Whether to include the percentage in the tooltip": [ + "Če želite prikaz procentov v opisu orodja" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Dovoli manipulacije podatkovne baze z uporabo ne-SELECT stavkov, kot so UPDATE, DELETE, CREATE, itd." + "Whether to include the time granularity as defined in the time section": [ + "Če želite vključiti granulacijo časa, ki je določena v sekciji Čas" ], - "Enable query cost estimation": [ - "Omogoči ocenjevanje potratnosti poizvedbe" + "Whether to make the histogram cumulative": [ + "Če želite kumulativni histogram" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Za Presto in Postgres prikaže gumb za izračun potratnosti pred zagonom poizvedbe." + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Če želite, da bo ta stolpec na razpolago kot možnost [Granulacija časa]. Stolpec mora biti tipa DATETIME ali DATETIME-like" ], - "Allow this database to be explored": [ - "Dovoli raziskovanje te podatkovne baze" + "Whether to normalize the histogram": ["Če želite normirati histogram"], + "Whether to populate autocomplete filters options": [ + "Če želite napolniti možnosti za samodokončanje filtrov" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija v raziskovalcu." + "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": [ + "Če želite napolniti spustni seznam filtra v raziskovalnem pogledu filtrske sekcije z različnimi vrednostmi, pridobljenimi sproti v ozadju" ], - "Disable SQL Lab data preview queries": [ - "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Če želite prikaz dodatnih kontrolnikov. Dodatni kontrolniki vključujejo možnost izdelave večstolpčnih grafikonov, naloženih ali drug ob drugem." ], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "Izključite predogled podatkov pri pridobivanju metapodatkov v SQL laboratoriju. S tem se zmanjša obremenitev brskalnika pri podatkovnih bazah z zelo širokimi tabelami." + "Whether to show minor ticks on the axis": [ + "Če želite prikaz manjših oznak na osi" ], - "Chart cache timeout": ["Trajanje predpomnilnika grafikona"], - "Enter duration in seconds": ["Vnesite trajanje v sekundah"], - "Schema cache timeout": ["Trajanje prepomnilnika sheme"], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Trajanje (v sekundah) predpomnilnika metapodatkov za sheme v tej podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče." + "Whether to show the pointer": ["Če želite prikazati kazalec"], + "Whether to show the progress of gauge chart": [ + "Prikaži merilno območje števčnega grafikona" ], - "Table cache timeout": ["Trajanje predpomnilnika tabele"], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "Trajanje (v sekundah) predpomnilnika metapodatkov za tabele v tej podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče. " + "Whether to show the split lines on the axis": [ + "Če želite prikazati razdelitvene črte na osi" ], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe zaženejo na oddaljenih »delavcih« in ne na samem spletnem strežniku. S tem je predpostavljeno, da imate nastavljenega »delavca« za Celery in zaledni sistem za rezultate. Več informacij je v navodilih za namestitev." + "Whether to sort descending or ascending": [ + "Če želite padajoče ali naraščajoče razvrščanje" ], - "Cancel query on window unload event": [ - "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" + "Whether to sort descending or ascending if a series limit is present": [ + "Če želite padajoče ali naraščajoče razvrščanje, ko je prisotna omejitev serije" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ - "Ustavi zagnane poizvedbe, ko se zapre okno brskalnika ali gre na drugo stran. na razpolago za Presto, Hive, MySQL, Postgres in Snowflake podatkovne baze." + "Whether to sort results by the selected metric in descending order.": [ + "Če želite padajoče razvrstiti rezultate z izbrano mero." ], - "Secure extra": ["Dodatna varnost"], - "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ - "JSON niz, ki vsebuje dodatno konfiguracijo povezave. Uporablja se za zagotavljanje dodatnih informacij povezave za sisteme kot sta Presto in BigQuery, ki nista skladna s sintakso username:password, ki jo običajno uporablja SQLAlchemy." + "Whether to sort tooltip by the selected metric in descending order.": [ + "Če želite padajoče razvrstiti opis orodja z izbrano mero." ], - "Enter CA_BUNDLE": ["Vnesite CA_BUNDLE"], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Opcijska CA_BUNDLE vsebina, za potrjevanje HTTPS zahtev. Razpoložljivo le na določenih sistemih podatkovnih baz." + "Whether to truncate metrics": ["Če želite odstraniti naziv mere"], + "Which country to plot the map for?": [ + "Za katero državo želite grafikon?" ], - "Schemas allowed for CSV upload": ["Dovoljene sheme za nalaganje CSV"], - "A comma-separated list of schemas that CSVs are allowed to upload to.": [ - "Z vejicami ločen seznam shem, kjer je dovoljeno nalaganje CSV-jev." + "Which relatives to highlight on hover": [ + "Kateri element se poudari na prehodu z miško" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in GSheets)" + "Whisker/outlier options": ["Možnosti grafikona kvantilov"], + "White": ["Belo"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Širina intervala zaupanja. Mora bit med 0 in 1" ], - "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "V primeru Presto ali Trino se vse poizvedbe v SQL laboratoriju zaženejo pod trenutno prijavljenim uporabnikom, ki mora imeti pravice za poganjanje. Če je omogočen Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim računom, vendar je trenutno prijavljen uporabnik predstavljen z lastnostjo hive.server2.proxy.user." + "Window must be > 0": ["Okno mora biti > 0"], + "With a subheader": ["S podnaslovom"], + "Word Cloud": ["Oblak besed"], + "Word Rotation": ["Vrtenje besed"], + "Working": ["Delam"], + "Working timeout": ["Pretek delovanja"], + "World Map": ["Zemljevid sveta"], + "Write a description for your query": ["Dodajte opis vaše poizvedbe"], + "Write dataframe index as a column.": [ + "Zapiši indeks dataframe-a kot stolpec." ], - "Allow data upload": ["Dovoli nalaganje podatkov"], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "Če je izbrano, nastavite dovoljene sheme za nalaganje podatkov v Dodatno." + "X AXIS TITLE BOTTOM MARGIN": ["SPODNJA OBROBA NASLOVA X OSI"], + "X Axis": ["X os"], + "X Axis Format": ["Oblika X-osi"], + "X Axis Label": ["Naslov X osi"], + "X Axis Title": ["Naslov X osi"], + "X Log Scale": ["Logaritemska X-os"], + "X Tick Layout": ["Postavitev oznak na X-osi"], + "X bounds": ["Meje X-osi"], + "X-Axis Sort By": [""], + "X-axis": ["X-os"], + "XScale Interval": ["Interval X-osi"], + "Y 2 bounds": ["Meje Y 2"], + "Y AXIS TITLE MARGIN": ["OBROBA NASLOVA Y OSI"], + "Y AXIS TITLE POSITION": ["POZICIJA NASLOVA Y OSI"], + "Y Axis": ["Y os"], + "Y Axis 1": ["Y-os 1"], + "Y Axis 2": ["Y-os 2"], + "Y Axis 2 Bounds": ["Meje Y 2-osi"], + "Y Axis Bounds": ["Meje Y-osi"], + "Y Axis Format": ["Oblika Y osi"], + "Y Axis Label": ["Naslov Y osi"], + "Y Axis Left": ["Y-os levo"], + "Y Axis Right": ["Y-os desno"], + "Y Axis Title": ["Naslov Y osi"], + "Y Log Scale": ["Logaritemska Y-os"], + "Y bounds": ["Y meje"], + "Y-Axis Sort By": [""], + "YScale Interval": ["Interval Y-osi"], + "Year": ["Leto"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Years %s": ["Leta %s"], + "Yes": ["Da"], + "Yes, cancel": ["Da, prekini"], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Uvažate enega ali več grafikonov, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" ], - "Metadata Parameters": ["Parametri metapodatkov"], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Uvažate eno ali več nadzornih plošč, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" ], - "Engine Parameters": ["Parametri podatkovne baze"], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "Objekt engine_params se razširi v klic sqlalchemy.create_engine." + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Uvažate eno ali več podatkovnih baz, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" ], - "Version": ["Verzija"], - "Version number": ["Številka verzije"], - "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ - "Podajte verzijo podatkovne baze. Uporablja se s Presto, za potrebe ocenjevanja potratnosti poizvedbe." + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Uvažate enega ali več podatkovnih setov, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" ], - "Display Name": ["Ime za prikaz"], - "Name your database": ["Poimenujte podatkovno bazo"], - "Pick a name to help you identify this database.": [ - "Izberite ime za lažjo prepoznavo podatkovne baze." + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Uvažate eno ali več shranjenih poizvedb, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" ], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "Nimate dovoljenja za ogled te poizvedbe. Če menite, da je to napaka, kontaktirajte administratorja." ], - "Refer to the": ["Obrnite se na"], - "for more information on how to structure your URI.": [ - "za več informacij o oblikovanju URI." + "You can": ["Lahko"], + "You can add the components in the": ["Lahko dodate elemente v"], + "You can add the components in the edit mode.": [ + "Elemente lahko dodate v načinu urejanja." ], - "Test connection": ["Preizkus povezave"], - "Please enter a SQLAlchemy URI to test": [ - "Vnesite SQLAlchemy URI za test" + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" ], - "Database settings updated": ["Nastavitve podatkovne baze posodobljene"], - "Database connected": ["Podatkovna baza povezana"], - "Sorry there was an error fetching database information: %s": [ - "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" + "You can create a new chart or use existing ones from the panel on the right": [ + "Ustvarite lahko nove grafikone ali uporabite obstoječe iz panela na desni" ], - "Or choose from a list of other databases we support:": [ - "Ali izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" ], - "Supported databases": ["Podprte podatkovne baze"], - "Choose a database...": ["Izberite podatkovno bazo..."], - "Want to add a new database?": ["Želite dodati novo podatkovno bazo?"], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-ji. " + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-ji. Naučite se kako povezati gonilnik podatkovne baze " + "You cannot use 45° tick layout along with the time range filter": [ + "Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45° kotom" ], - "Back": ["Nazaj"], - "Connect": ["Poveži"], - "Finish": ["Zaključi"], - "This database is managed externally, and can't be edited in Superset": [ - "Ta podatkovna baza se ne ureja znotraj Superseta" + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "Ne smete uporabiti [Stolpci] v kombinaciji z [Združevanje]/[Mere]/[Procentualne mere]. Izberite eno ali drugo." ], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in explore files and should be added manually after the import if they are needed.": [ - "Gesla za spodnje podatkovne baze so potrebna za njihov uvoz. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." + "You do not have permission to edit this chart": [ + "Nimate dovoljenja za urejanje tega grafikona" ], - "%s PASSWORD": ["%s GESLO"], - "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Uvažate eno ali več podatkovnih baz, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" + "You do not have permission to edit this dashboard": [ + "Nimate dovoljenja za urejanje te nadzorne plošče" ], - "TYPE \"OVERWRITE\" TO CONFIRM": ["VNESITE \"PREPIŠI\" ZA POTRDITEV"], - "Database Creation Error": ["Napaka pri ustvarjanju podatkovne baze"], - "Connect a database": ["Poveži se s podatkovno bazo"], - "Edit database": ["Uredi podatkovno bazo"], - "Connect this database using the dynamic form instead": [ - "S podatkovno bazo se povežite z dinamičnim obrazcem" + "You do not have permissions to access the datasource(s): %(name)s.": [ + "Nimate dovoljenj za dostop do podatkovnih virov: %(name)s." ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "Kliknite to povezavo za drugo vnosno formo, ki prikaže samo zahtevana polja za povezavo s podatkovno bazo." + "You do not have permissions to edit this dashboard.": [ + "Nimate dovoljenj za urejanje te nadzorne plošče." ], - "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ - "Izbira podatkovnih baz za uspešno povezavo zahteva izpolnitev dodatnih polj v zavihku Napredno. Naučite se, kaj zahteva vaša podatkovna baza " + "You don't have access to this chart.": [ + "Nimate dostopa do tega grafikona." ], - "Import database from file": ["Uvozi podatkovno bazo iz datoteke"], - "Connect this database with a SQLAlchemy URI string instead": [ - "S to podatkovno bazo se raje povežite z SQLAlchemy URI nizom" - ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "Kliknite to povezavo za drugo vnosno formo, ki omogoča ročni vnos SQLAlchemy URL-ja za to podatkovno bazo." - ], - "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ - "To je lahko bodisi IP naslov (npr. 127.0.0.1) bodisi ime domene (npr. mydatabase.com)." - ], - "e.g. 127.0.0.1": ["npr. 127.0.0.1"], - "Host": ["Gostitelj"], - "e.g. 5432": ["npr. 5432"], - "e.g. world_population": ["npr. world_population"], - "Copy the name of the database you are trying to connect to.": [ - "Kopirajte ime podatkovne baze, s katero se skušate povezati." + "You don't have access to this dashboard.": [ + "Nimate dostopa do te nadzorne plošče." ], - "e.g. Analytics": ["npr. Analitika"], - "e.g. ********": ["npr. ********"], - "Pick a nickname for this database to display as in Superset.": [ - "Izberite vzdevek za to podatkovno bazo, ki bo prikazan v Supersetu." + "You don't have access to this dataset.": [ + "Nimate dostopa do tega podatkovnega seta." ], - "e.g. param1=value1¶m2=value2": ["npr. param1=value1¶m2=value2"], - "Additional Parameters": ["Dodatni parametri"], - "Add additional custom parameters": ["Dodaj dodatne parametre po meri"], - "SSL Mode \"require\" will be used.": [ - "Uporabljen bo SSL način tipa \"require\"." + "You don't have access to this embedded dashboard config.": [ + "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." ], - "Type of Google Sheets allowed": ["Dovoljeni tipi Googlovih preglednic"], - "Publicly shared sheets only": ["Samo javno deljene preglednice"], - "Public and privately shared sheets": [ - "Javno in zasebno deljene preglednice" + "You don't have any favorites yet!": ["Priljubljenih še niste izbrali!"], + "You don't have permission to modify the value.": [ + "Nimate dovoljenja za spreminjanje vrednosti." ], - "How do you want to enter service account credentials?": [ - "Kako želite vnesti prijavne podatke servisnega računa?" + "You don't have the rights to alter this title.": [ + "Nimate pravic za spreminjanje tega naslova." ], - "Upload JSON file": ["Naloži JSON datoteko"], - "Copy and Paste JSON credentials": [ - "Kopiraj in prilepi JSON prijavne podatke" + "You have no permission to approve this request": [ + "Nimate dovoljenja za odobritev te zahteve" ], - "Service Account": ["Servisni račun"], - "Copy and paste the entire service account .json file here": [ - "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" + "You have removed this filter.": ["Odstranili ste ta filter."], + "You have unsaved changes.": ["Imate neshranjene spremembe."], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" ], - "Upload Credentials": ["Naloži prijavne podatke"], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "Uporabite JSON datoteko, ki ste jo prenesli pri ustvarjanju servisnega računa." + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Za urejanje morate biti lastnik podatkovnega seta. Za dostop do urejanja kontaktirajte lastnika podatkovnega seta." ], - "Connect Google Sheets as tables to this database": [ - "Googlove preglednice poveži s to podatkovno bazo kot tabele" + "You must pick a name for the new dashboard": [ + "Izbrati morate ime nove nadzorne plošče" ], - "Google Sheet Name and URL": ["Ime Googlove preglednice in URL"], - "Enter a name for this sheet": ["Vnesite ime te preglednice"], - "Paste the shareable Google Sheet URL here": [ - "Prilepite deljeni URL Googlove preglednice sem" + "You must run the query successfully first": [ + "Najprej morate uspešno izvesti poizvedbo" ], - "Add sheet": ["Dodaj preglednico"], - "Copy the account name of that database you are trying to connect to.": [ - "Kopirajte ime računa podatkovne baze, s katero se skušate povezati." + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "Posodobili ste vrednosti v kontrolni plošči, vendar se grafikon ni samodejno posodobil. Zaženite poizvedbo z gumbom \"Posodobi grafikon\" ali" ], - "Add dataset": ["Dodaj podatkovni set"], - "Dataset imported": ["Podatkovni set uvožen"], - "An error occurred while fetching dataset related data": [ - "Napaka pri pridobivanju podatkov iz podatkovnega seta" + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Spremenili ste podatkovne sete. Vsi kontrolniki nad podatki (stolpci, mere), ki se ujemajo z novim podatkovnim setom, se bodo ohranili." ], - "An error occurred while fetching dataset related data: %s": [ - "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" + "Your chart is not up to date": ["Grafikon ni aktualen"], + "Your chart is ready to go!": ["Grafikon je pripravljen!"], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Vaša nadzorna plošča je prevelika. Pred shranjevanjem jo zmanjšajte." ], - "Physical dataset": ["Fizičen podatkovni set"], - "Virtual dataset": ["Virtualen podatkovni set"], - "An error occurred while fetching dataset owner values: %s": [ - "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" + "Your query could not be saved": ["Vaše poizvedbe ni mogoče shraniti"], + "Your query could not be scheduled": [ + "Vaše poizvedbe ni mogoče uvrstiti v urnik" ], - "An error occurred while fetching datasets: %s": [ - "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" + "Your query could not be updated": [ + "Vaše poizvedbe ni mogoče posodobiti" ], - "An error occurred while fetching schema values: %s": [ - "Pri pridobivanju vrednosti shem je prišlo do napake: %s" + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Vaša poizvedba je v urniku. Za ogled podrobnosti poizvedbe pojdite na shranjene poizvedbe" ], - "Import datasets": ["Uvozi podatkovne sete"], - "There was an issue deleting the selected datasets: %s": [ - "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" + "Your query was not properly saved": [ + "Vaša poizvedba ni bila pravilno shranjena" ], - "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ - "Podatkovni set %s je povezan z grafikoni %s, ki so prisotni na nadzorni plošči %s. Ali želite nadaljevati? Izbris podatkovnega seta bo pokvaril te objekte." + "Your query was saved": ["Vaša poizvedba je shranjena"], + "Your query was updated": ["Vaša poizvedba je posodobljena"], + "Your report could not be deleted": [ + "Vašega poročila ni mogoče izbrisati" ], - "Delete Dataset?": ["Izbrišem podatkovni set?"], - "Are you sure you want to delete the selected datasets?": [ - "Ali ste prepričani, da želite izbrisati izbrane podatkovne sete?" + "Zoom": ["Povečava"], + "Zoom level of the map": ["Stopnja povečave zemljevida"], + "[ untitled dashboard ]": ["[ neimenovana nadzorna plošča ]"], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Stolpca [Zemljepisna dolžina] in [Zemljepisna širina] morata biti prisotna v [Združevanje]" ], - "0 Selected": ["Izbranih: 0"], - "%s Selected (Virtual)": ["Izbranih: %s (virtualni)"], - "%s Selected (Physical)": ["Izbranih: %s (fizični)"], - "%s Selected (%s Physical, %s Virtual)": [ - "Izbranih: %s (fizični: %s, virtualni: %s)" + "[Longitude] and [Latitude] must be set": [ + "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" ], - "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s podatkovnimi seti. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." + "[Missing Dataset]": ["[Manjka podatkovni set]"], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] dostop do podatkovnega vira %(name)s je odobren" ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Uvažate enega ali več podatkovnih setov, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" + "[Untitled]": ["[Neimenovana]"], + "[dashboard name]": ["[ime nadzorne plošče]"], + "[desc]": [""], + "[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": [ + "[opcijsko] sekundarna mera določa barvo kot razmerje do primarne mere. Če je izpuščena, je barva določena kategorično na podlagi oznak" ], - "There was an issue previewing the selected query. %s": [ - "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" + "[untitled]": ["[neimenovana]"], + "`compare_columns` must have the same length as `source_columns`.": [ + "`compare_columns` morajo imeti enako dolžino kot `source_columns`." ], - "Duration: %s": ["Trajanje: %s"], - "Tab name": ["Naslov zavihka"], - "TABLES": ["TABELE"], - "Open query in SQL Lab": ["Odpri poizvedbo v SQL laboratoriju"], - "An error occurred while fetching database values: %s": [ - "Pri pridobivanju vrednosti podatkovne baze je prišlo do napake: %s" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` mora biti `difference`, `percentage` ali `ratio`" ], - "An error occurred while fetching user values: %s": [ - "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` mora biti med 0 in 1 (odprt)" ], - "Search by query text": ["Išči z besedilom poizvedbe"], - "Next": ["Naslednji"], - "Open in SQL Lab": ["Odpri v SQL laboratoriju"], - "User query": ["Uporabnikova poizvedba"], - "Executed query": ["Zagnana poizvedba"], - "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s shranjenimi poizvedbami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." + "`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.": [ + "`število` je COUNT(*), če je uporabljeno združevanje (group by). Numerični stolpci bodo agregirani z agregatorjem. Ne-numerični stolpci, bodo uporabljeni za oznake točk. Pustite prazno, da dobite število točk v posamezni gruči." ], - "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ - "Uvažate eno ali več shranjenih poizvedb, ki že obstajajo. S prepisom lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" + "`operation` property of post processing object undefined": [ + "Lastnost `operation` poprocesirnega objekta ni definirana" ], - "Query imported": ["Poizvedba uvožena"], - "There was an issue previewing the selected query %s": [ - "Do težave je prišlo pri predogledu izbrane poizvedbe %s" + "`prophet` package not installed": ["Knjižnica `prophet` ni nameščena"], + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` morajo imeti enako dolžino kot `columns`." ], - "Import queries": ["Uvozi poizvedbe"], - "There was an issue deleting the selected queries: %s": [ - "Do težave je prišlo pri brisanju izbranih poizvedb: %s" + "`row_limit` must be greater than or equal to 0": [ + "`row_limit` mora biti večja ali enaka 0" ], - "Edit query": ["Uredi poizvedbo"], - "Copy query URL": ["Kopiraj URL poizvedbe"], - "Export query": ["Izvozi poizvedbe"], - "Delete query": ["Izbriši poizvedbo"], - "This action will permanently delete the saved query.": [ - "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` mora biti večja ali enaka 1" ], - "Delete Query?": ["Izbrišem poizvedbo?"], - "Are you sure you want to delete the selected queries?": [ - "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" + "`width` must be greater or equal to 0": [ + "`width` mora biti večja ali enaka 0" ], - "queries": ["poizvedbe"], - "Query name": ["Ime poizvedbe"], - "[Untitled]": ["[Neimenovana]"], - "Unknown": ["Neznano"], - "Viewed %s": ["Ogledane %s"], - "Edited": ["Urejane"], - "Created": ["Ustvarjene"], - "Viewed": ["Ogledane"], - "Mine": ["Moje"], - "View All »": ["Poglejte vse »"], + "aggregate": ["agregacija"], + "alert": ["opozorilo"], + "alerts": ["opozorila"], + "also copy (duplicate) charts": ["kopiraj (podvoji) tudi grafikone"], + "ancestor": ["nadrejeni"], + "and": ["in"], + "annotation": ["oznaka"], + "annotation_layer": ["annotation_layer"], + "asfreq": [""], + "at": ["ob"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], + "bolt": ["vijak"], + "boolean type icon": ["ikona binarnega tipa"], + "bottom": ["spodaj"], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], + "cannot be empty": ["ne sme biti prazno"], + "chart": ["grafikona"], "charts": ["grafikoni"], + "choose WHERE or HAVING...": ["izberite WHERE ali HAVING..."], + "clear all filters": ["počisti vse filtre"], + "click here": ["kliknite tukaj"], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], + "column": ["stolpec"], + "connecting to %(dbModelName)s.": [""], + "count": ["število"], + "create a new chart": ["ustvarite nov grafikon"], + "css": ["css"], + "css_template": ["css_template"], + "cumsum": [""], + "cumulative": ["kumulativno"], + "dashboard": ["nadzorna plošča"], "dashboards": ["nadzorne plošče"], - "recents": ["nedavne"], - "saved queries": ["shranjene poizvedbe"], - "No %(tableName)s yet": ["%(tableName)s še ni"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" - ], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" - ], - "Example %(tableName)s will appear here": [ - "Primer %(tableName)s se bo prikazal tukaj" - ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" - ], - "SQL query": ["SQL poizvedba"], - "You don't have any favorites yet!": ["Priljubljenih še niste izbrali!"], - "See all %(tableName)s": ["Poglej vse %(tableName)s"], - "query": ["poizvedba"], - "Ran %s": ["Pretečeno %s"], - "There was an issue fetching your recent activity: %s": [ - "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" - ], - "There was an issue fetching your dashboards: %s": [ - "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" - ], - "There was an issue fetching your chart: %s": [ - "Prišlo je do napake pri pridobivanju grafikona: %s" + "database": ["podatkovna baza"], + "dataset": ["podatkovni set"], + "date": ["datum"], + "day": ["dan"], + "day of the month": ["dan v mesecu"], + "day of the week": ["dan v tednu"], + "deck.gl 3D Hexagon": ["deck.gl - grafikon 3D šestkotnikov"], + "deck.gl Arc": ["deck.gl - grafikon lokov"], + "deck.gl Geojson": ["deck.gl - GeoJson grafikon"], + "deck.gl Grid": ["deck.gl - grafikon mreže"], + "deck.gl Multiple Layers": ["deck.gl - večplastni grafikon"], + "deck.gl Path": ["deck.gl - grafikon poti"], + "deck.gl Polygon": ["deck.gl - grafikon poligonov"], + "deck.gl Scatterplot": ["deck.gl - raztreseni grafikon"], + "deck.gl Screen Grid": ["deck.gl - grafikon mreže"], + "deck.gl charts": ["grafikoni deck.gl"], + "deckGL": ["deckGL"], + "delete": ["izbriši"], + "descendant": ["podrejeni"], + "description": ["opis"], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "There was an issues fetching your saved queries: %s": [ - "Prišlo je do napake pri pridobivanju shranjenih poizvedb: %s" + "draft": ["osnutek"], + "dttm": ["dttm"], + "e.g. ********": ["npr. ********"], + "e.g. 127.0.0.1": ["npr. 127.0.0.1"], + "e.g. 5432": ["npr. 5432"], + "e.g. AccountAdmin": [""], + "e.g. Analytics": ["npr. Analitika"], + "e.g. compute_wh": [""], + "e.g. param1=value1¶m2=value2": ["npr. param1=value1¶m2=value2"], + "e.g. sql/protocolv1/o/12345": [""], + "e.g. world_population": ["npr. world_population"], + "e.g. xy12345.us-east-2.aws": [""], + "e.g., a \"user id\" column": ["t.j. stolpec \"id uporabnika\""], + "edit mode": ["načinu urejanja"], + "error_message": ["error_message"], + "every": ["vsak"], + "every day of the month": ["vsak dan v mesecu"], + "every day of the week": ["vsak dan v tednu"], + "every hour": ["vsako uro"], + "every minute": ["vsako minuto"], + "every month": ["vsak mesec"], + "ffill": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "Element filter_box bo v prihodnjih verzijah Superseta opuščen. Nadomestite ga s filtri nadzorne plošče." ], - "Recents": ["Nedavno"], - "Connect database": ["Poveži se s podatkovno bazo"], - "Connect Google Sheet": ["Povežite Googlovo preglednico"], - "Upload CSV to database": ["Naloži CSV v podatkovno bazo"], - "Upload columnar file to database": [ - "Naloži datoteko s stolpci v podatkovno bazo" + "for more information on how to structure your URI.": [ + "za več informacij o oblikovanju URI." ], - "Upload Excel file to database": [ - "Naloži Excel-ovo datoteko v podatkovno bazo" + "function type icon": ["ikona funkcijskega tipa"], + "geohash (square)": [""], + "green": ["zelena"], + "heatmap: values are normalized across the entire heatmap": [""], + "here": ["tukaj"], + "hour": ["ura"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "atribut CSS za izris objekta platna, ki določa, kako brskalnik poveča sliko" ], - "Enable 'Allow data upload' in any database's settings": [ - "Omogoči 'Dovoli nalaganje podatkov' za vse podatkovne baze" + "in": ["v"], + "in modal": ["v modalnem oknu"], + "is expected to be a number": ["pričakovano je število"], + "is expected to be an integer": ["pričakovano je celo število"], + "joined": ["pridružen"], + "json isn't valid": ["json ni veljaven"], + "key a-z": ["a - ž"], + "key z-a": ["ž - a"], + "label": ["oznaka"], + "last day": ["zadnji dan"], + "last month": ["zadnji mesec"], + "last quarter": ["zadnje četrletje"], + "last week": ["zadnji teden"], + "last year": ["zadnje leto"], + "latest partition:": ["zadnja particija:"], + "left": ["levo"], + "less than {min} {name}": [""], + "log": ["dnevnik"], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "spodnji percentil mora biti večji od 0 in manjši od 100 ter mora biti manjši od zgornjega percentila." ], - "About": ["O programu"], - "Powered by Apache Superset": ["Omogoča Apache Superset"], - "Documentation": ["Dokumentacija"], - "Report a bug": ["Sporočite napako"], - "Select start and end date": ["Izberite začetni in končni datum"], - "Type or Select [%s]": ["Vnesite ali izberite [%s]"], - "No results found": ["Rezultati niso najdeni"], - "Tools": ["Orodja"], - "Filter box": ["Izbirnik za filtriranje"], - "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ - "Komponenta grafikona, ki omogoča dodajanje vmesnika filtrov po meri v nadzorno ploščo. Ko je dodana na nadzorno ploščo, lahko uporabnik določi poljubne vrednosti ali obsege filtrov. Grafikoni, na katere se nanašajo filtri, so lahko precizno izbrani tudi v pogledu nadzorne plošče.\n\n Vedite, da bo ta vtičnik v prihodnosti zamenjan z novim konceptom filtrov, ki bodo živeli v kontekstu same nadzorne plošče in bodo zmogljivejši ter enostavnejši za uporabo!" + "median": [""], + "minute": ["minuta"], + "minute(s)": ["minuta/e"], + "month": ["mesec"], + "more than {max} {name}": [""], + "must have a value": ["mora imeti vrednost"], + "no SQL validator is configured": ["SQL potrjevalnik ni nastavljen"], + "no SQL validator is configured for {}": [ + "SQL potrjevalnik ni nastavljen za {}" ], - "Filters configuration": ["Nastavitve filtrov"], - "Filter configuration for the filter box": ["Nastavitve za polje filtra"], - "Date filter": ["Filter po datumu"], - "Whether to include a time filter": [ - "Če želite vključiti časovni filter" + "numeric type icon": ["ikona numeričnega tipa"], + "nvd3": ["nvd3"], + "on": ["v"], + "or use existing ones from the panel on the right": [ + "ali uporabite obstoječe iz panela na desni" ], - "Instant filtering": ["Takojšnje filtriranje"], - "Check to apply filters instantly as they change instead of displaying [Apply] button": [ - "Izberite za takojšnjo uporabo filtrov, ko se spremenijo, brez prikazovanja gumba Uveljavi" + "orderby column must be populated": [ + "stolpec za razvrščanje (orderby) mora biti izpolnjen" ], - "Limit selector values": ["Omeji vrednosti izbirnikov"], - "These filters apply to the values available in the dropdowns": [ - "Ti filtri se nanašajo na vrednosti v spustnih seznamih" + "p-value precision": ["točnost p-vrednosti"], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "page_size.all": ["page_size.all"], + "page_size.entries": ["page_size.entries"], + "page_size.show": ["page_size.show"], + "percentile (exclusive)": ["percentil (ekskluzivno)"], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "percentili morajo biti tipa list ali tuple z vsaj dvema numeričnima vrednostma, pri čemer je prva manjša od druge" ], - "URL": ["URL"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Vzorčna povezava, vključiti je mogoče {{ metric }} ali drugo vrednost iz kontrolnikov." + "permalink state not found": ["stanje povezave ni najdeno"], + "pixelated (Sharp)": [""], + "previous calendar month": ["prejšnji koledarski mesec"], + "previous calendar week": ["prejšnji koledarski teden"], + "previous calendar year": ["prejšnje koledarsko leto"], + "published": ["objavljeno"], + "queries": ["poizvedbe"], + "query": ["poizvedba"], + "reboot": ["ponovni zagon"], + "recents": ["nedavne"], + "red": ["rdeča"], + "report": ["poročilo"], + "reports": ["poročila"], + "restore zoom": ["ponastavi prikaz"], + "right": ["desno"], + "saved queries": ["shranjene poizvedbe"], + "search by tags": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "serije: Obravnavaj vsako podatkovno serijo neodvisno; skupno: Vse vrste uporabljajo enako skalo; razlika: Pokaži razlike glede na prvo točko vsake serije" ], - "Time-series Table": ["Tabela s časovno vrsto"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Hitra primerjava več grafikonov časovnih vrst (sparkline način) in povezanih mer." + "std": [""], + "step-before": [""], + "string type icon": ["ikona znakovnega tipa"], + "sum": [""], + "tag": [""], + "temporal type icon": ["ikona časovnega tipa"], + "textarea": ["področje besedila"], + "top": ["zgoraj"], + "unknown type icon": ["ikona neznanega tipa"], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "zgornji percentil mora biti večji od 0 in manjši od 100 ter mora biti večji od spodnjega percentila." ], - "Text": ["Besedilo"], - "We have the following keys: %s": ["Imamo naslednje ključe: %s"] + "value ascending": ["0 - 9"], + "value descending": ["9 - 0"], + "virtual": ["virtualni"], + "was created": ["ustvarjeno"], + "week": ["teden"], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], + "year": ["leto"], + "yellow": ["rumena"], + "zoom area": [""] } } } diff --git a/superset/translations/sl/LC_MESSAGES/messages.po b/superset/translations/sl/LC_MESSAGES/messages.po index c9b76c8afe8df..5b8925cf1c3b5 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.po +++ b/superset/translations/sl/LC_MESSAGES/messages.po @@ -15,3098 +15,3110 @@ # under the License. msgid "" msgstr "" -"Project-Id-Version: Superset\n" +"Project-Id-Version: Superset\n" "Report-Msgid-Bugs-To: dkrat7 @github.com\n" -"POT-Creation-Date: 2022-06-19 18:59+0200\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2022-06-19 20:59+0200\n" "Last-Translator: dkrat7 \n" "Language: sl_SI\n" "Language-Team: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n" -"%100<=4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 " +"&& n%100<=4 ? 2 : 3)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -"X-Generator: Poedit 2.3\n" -#: superset/errors.py:95 -msgid "The datasource is too large to query." -msgstr "Podatkovni vir je prevelik za poizvedbo." - -#: superset/errors.py:96 -msgid "The database is under an unusual load." -msgstr "Podatkovni vir je neobičajno obremenjen." - -#: superset/errors.py:97 -msgid "The database returned an unexpected error." -msgstr "Podatkovna baza je vrnila nepričakovano napako." - -#: superset/errors.py:98 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" -"There is a syntax error in the SQL query. Perhaps there was a misspelling or a " -"typo." -msgstr "V SQL-poizvedbi je sintaktična napaka. Mogoče ste se zatipkali." - -#: superset/errors.py:102 -msgid "The column was deleted or renamed in the database." -msgstr "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." - -#: superset/errors.py:103 -msgid "The table was deleted or renamed in the database." -msgstr "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." - -#: superset/errors.py:104 -msgid "One or more parameters specified in the query are missing." -msgstr "En ali več parametrov v SQL-poizvedbi manjka." +"\n" +" This filter was inherited from the dashboard's context.\n" +" It won't be saved when saving the chart.\n" +" " +msgstr "" +"\n" +" Ta filter izvira iz konteksta nadzorne plošče.\n" +" Pri shranjevanju grafikona se ne bo shranil.\n" +" " -#: superset/errors.py:105 -msgid "The hostname provided can't be resolved." -msgstr "Imena gostitelja ni mogoče razrešiti." +#: superset/reports/notifications/email.py:88 +#, python-format +msgid "" +"\n" +" Error: %(text)s\n" +" " +msgstr "" +"\n" +" Napaka: %(text)s\n" +" " -#: superset/errors.py:106 -msgid "The port is closed." -msgstr "Vrata so zaprta." +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" +msgstr " (ni vključeno)" -#: superset/errors.py:107 -msgid "The host might be down, and can't be reached on the provided port." -msgstr "Gostitelj mogoče ne deluje in ga ni mogoče doseči preko podanih vrat." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr " Nastavite prosojnost na 0, če želite obdržati barvo določeno v GeoJSON" -#: superset/errors.py:108 -msgid "Superset encountered an error while running a command." -msgstr "Superset je naletel na napako pri izvajanju ukaza." +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "Shrani nadzorno ploščo" -#: superset/errors.py:109 -msgid "Superset encountered an unexpected error." -msgstr "Superset je naletel na nepričakovano napako." +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "Spremenjen" -#: superset/errors.py:110 -msgid "The username provided when connecting to a database is not valid." -msgstr "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 +msgid " expression which needs to adhere to the " +msgstr " , ki mora upoštevati " -#: superset/errors.py:111 -msgid "The password provided when connecting to a database is not valid." -msgstr "Geslo za povezavo s podatkovno bazo je neveljavno." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr " izvorno kodo za Supersetov \"sandboxed parser\"" -#: superset/errors.py:112 -msgid "Either the username or the password is wrong." -msgstr "Uporabniško ime ali/in geslo sta napačna." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 +msgid "" +" standard to ensure that the lexicographical ordering\n" +" coincides with the chronological ordering. If the\n" +" timestamp format does not adhere to the ISO 8601 " +"standard\n" +" you will need to define an expression and type for\n" +" transforming the string into a date or timestamp. " +"Note\n" +" currently time zones are not supported. If time is " +"stored\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no" +" pattern\n" +" is specified we fall back to using the optional " +"defaults on a per\n" +" database/column name level via the extra parameter." +msgstr "" +" standard, ki zagotavlja, de se leksikografsko razvrščanje\n" +" sklada s kronološkim razvrščanjem. Če oblika\n" +" časovne značke ni v skladu s standardom ISO 8601,\n" +" boste morali definirati izraz in tip za " +"transformacijo\n" +" znakovnega niza v datum ali časovno značko.\n" +" Trenutno časovni pasovi niso podprti.\n" +" Če je čas shranjen v obliki epohe, dodajte " +"`epoch_s` ali `epoch_ms`.\n" +" Če ni podan vzorec, se uporabijo privzete vrednosti" +" na podlagi imena\n" +" podatkovne baze oz. stolpca s pomočjo dodatnega " +"parametra." + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "Izračunani stolpci" -#: superset/errors.py:113 -msgid "Either the database is spelled incorrectly or does not exist." -msgstr "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "Dodaj mero" -#: superset/errors.py:114 -msgid "The schema was deleted or renamed in the database." -msgstr "Shema je bila izbrisana ali preimenovana v podatkovni bazi." +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." +msgstr " za urejanje ali dodajanje stolpcev in mer." -#: superset/errors.py:115 -msgid "User doesn't have the proper permissions." -msgstr "Uporabnik nima ustreznih dovoljenj." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" -#: superset/errors.py:116 -msgid "One or more parameters needed to configure a database are missing." -msgstr "En ali več parametrov, potrebnih za nastavitev podatkovne baze, manjka." +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." +msgstr "" -#: superset/errors.py:117 -msgid "The submitted payload has the incorrect format." -msgstr "Podani podatki so v neustrezni obliki." +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" -#: superset/errors.py:118 -msgid "The submitted payload has the incorrect schema." -msgstr "Podani podatki imajo neustrezno shemo." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (ni enako)" -#: superset/errors.py:119 -msgid "Results backend needed for asynchronous queries is not configured." +#: superset/security/analytics_db_safety.py:44 +#, python-format +msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -"Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni konfiguriran." - -#: superset/errors.py:120 -msgid "Database does not allow data manipulation." -msgstr "Podatkovna baza ne dovoljuje manipulacije podatkov." +"%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih " +"razlogov." -#: superset/errors.py:121 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 +#, python-format msgid "" -"The CTAS (create table as select) doesn't have a SELECT statement at the end. " -"Please make sure your query has a SELECT as its last statement. Then, try running " -"your query again." +"%(message)s\n" +"This may be triggered by: \n" +"%(issues)s" msgstr "" -"CTAS (create table as select) na koncu nima SELECT stavka. Poskrbite, da bo v " -"poizvedbi SELECT zadnji stavek. Potem ponovno poženite poizvedbo." - -#: superset/errors.py:126 -msgid "CVAS (create view as select) query has more than one statement." -msgstr "CVAS (create view as select) poizvedba ima več kot en stavek." - -#: superset/errors.py:127 -msgid "CVAS (create view as select) query is not a SELECT statement." -msgstr "CVAS (create view as select) poizvedba ni SELECT stavek." - -#: superset/errors.py:128 -msgid "Query is too complex and takes too long to run." -msgstr "Poizvedba je prekompleksna in se izvaja predolgo." - -#: superset/errors.py:129 -msgid "The database is currently running too many queries." -msgstr "Podatkovna baza trenutno izvaja preveč poizvedb." +"%(message)s\n" +"To je lahko sproženo z/s: \n" +"%(issues)s" -#: superset/errors.py:130 -msgid "One or more parameters specified in the query are malformatted." -msgstr "En ali več parametrov v SQL-poizvedbi ima napačno obliko." +#: superset/reports/notifications/email.py:168 +#, python-format +msgid "%(name)s.csv" +msgstr "%(name)s.csv" -#: superset/errors.py:131 -msgid "The object does not exist in the given database." -msgstr "Objekt ne obstaja v podani podatkovni bazi." +#: superset/db_engine_specs/snowflake.py:112 +#, python-format +msgid "%(object)s does not exist in this database." +msgstr "%(object)s ne obstaja v tej podatkovni bazi." -#: superset/errors.py:132 -msgid "The query has a syntax error." -msgstr "Poizvedba ima sintaktično napako." +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, fuzzy, python-format +msgid "%(other)s charts will appear here" +msgstr "Primer %(tableName)s se bo prikazal tukaj" -#: superset/errors.py:133 -msgid "The results backend no longer has the data from the query." -msgstr "Zaledni sistem rezultatov nima več podatkov iz poizvedbe." +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, fuzzy, python-format +msgid "%(other)s dashboards will appear here" +msgstr "Primer %(tableName)s se bo prikazal tukaj" -#: superset/errors.py:134 -msgid "The query associated with the results was deleted." -msgstr "Poizvedba, povezana z rezultati, je bila izbrisana." +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, fuzzy, python-format +msgid "%(other)s recents will appear here" +msgstr "Primer %(tableName)s se bo prikazal tukaj" -#: superset/errors.py:135 -msgid "" -"The results stored in the backend were stored in a different format, and no " -"longer can be deserialized." +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" msgstr "" -"Rezultati v zalednem sistemu so bili shranjeni v drugačni obliki in jih ni več " -"mogoče deserializirati." - -#: superset/errors.py:139 -msgid "The port number is invalid." -msgstr "Številka vrat je neveljavna." - -#: superset/errors.py:140 superset/sqllab/sql_json_executer.py:190 -msgid "Failed to start remote query on a worker." -msgstr "Na delavcu ni bilo mogoče zagnati oddaljene poizvedbe." - -#: superset/errors.py:141 -msgid "The database was deleted." -msgstr "Podatkovna baza je bila izbrisana." - -#: superset/connectors/sqla/utils.py:175 superset/errors.py:142 -msgid "Custom SQL fields cannot contain sub-queries." -msgstr "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." - -#: superset/databases/schemas.py:173 superset/exceptions.py:188 -msgid "Invalid certificate" -msgstr "Neveljaven certifikat" +"Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo " +"prikazane tukaj" -#: superset/jinja_context.py:348 +#: superset/reports/notifications/email.py:177 #, python-format -msgid "Unsafe return type for function %(func)s: %(value_type)s" -msgstr "Nevaren tip rezultata, ki ga vrne funkcija %(func)s: %(value_type)s" +msgid "%(prefix)s %(title)s" +msgstr "%(prefix)s %(title)s" -#: superset/jinja_context.py:359 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format -msgid "Unsupported return value for method %(name)s" -msgstr "Nepodprt rezultat vračanja za metodo %(name)s" +msgid "%(rows)d rows returned" +msgstr "%(rows)d vrnjenih vrstic" -#: superset/jinja_context.py:375 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 #, python-format -msgid "Unsafe template value for key %(key)s: %(value_type)s" -msgstr "Nevaren vzorec za ključ %(key)s: %(value_type)s" +msgid "" +"%(subtitle)s\n" +"This may be triggered by:\n" +" %(issue)s" +msgstr "" +"%(subtitle)s\n" +"To je lahko sproženo z/s: \n" +" %(issue)s" -#: superset/jinja_context.py:386 +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 +#, fuzzy, python-format +msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "%(suggestion)s namesto \"%(undefinedParameter)s?\"" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset/views/core.py:384 #, python-format -msgid "Unsupported template value for key %(key)s" -msgstr "Nepodprta vrednost vzorca za ključ %(key)s" +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" +"Uporabniku %(user)s je bila dodeljena vloga %(role)s, ki omogoča dostop " +"do %(datasource)s" -#: superset/sql_lab.py:225 -msgid "Only SELECT statements are allowed against this database." -msgstr "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." +#: superset/views/core.py:2672 +#, python-format +msgid "%(user)s's profile" +msgstr "Profil uporabnika: %(user)s" -#: superset/sql_lab.py:294 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" -"The query was killed after %(sqllab_timeout)s seconds. It might be too complex, " -"or the database might be under heavy load." +"%(validator)s was unable to check your query.\n" +"Please recheck your query.\n" +"Exception: %(ex)s" msgstr "" -"Poizvedba je bila ustavljena po %(sqllab_timeout)s sekundah. Lahko je " -"prekompleksna ali pa je podatkovna baza preobremenjena." +"%(validator)s ni mogel preveriti vaše poizvedbe.\n" +"Ponovno preverite poizvedbo.\n" +"Izjema: %(ex)s" -#: superset/sql_lab.py:404 superset/views/core.py:2178 -msgid "Results backend is not configured." -msgstr "Zaledni sistem rezultatov ni konfiguriran." +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 +#, python-format +msgid "%s Error" +msgstr "%s napaka" -#: superset/sql_lab.py:434 -msgid "" -"CTAS (create table as select) can only be run with a query where the last " -"statement is a SELECT. Please make sure your query has a SELECT as its last " -"statement. Then, try running your query again." -msgstr "" -"CTAS (create table as select) lahko izvajate le v poizvedbah, kjer je zadnji " -"stavek SELECT. Poskrbite, da bo zadnji stavek v vaši poizvedbi SELECT in " -"poskusite ponovno zagnati poizvedbo." +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, python-format +msgid "%s PASSWORD" +msgstr "%s GESLO" -#: superset/sql_lab.py:451 -msgid "" -"CVAS (create view as select) can only be run with a query with a single SELECT " -"statement. Please make sure your query has only a SELECT statement. Then, try " -"running your query again." +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" msgstr "" -"CVAS (create view as select) lahko izvajate le v poizvedbah z enim SELECT " -"stavkom. Poskrbite, da bo v vaši poizvedbi le en SELECT stavek in poskusite " -"ponovno zagnati poizvedbo." -#: superset/viz.py:140 -msgid "Viz is missing a datasource" -msgstr "Vizualizaciji manjka podatkovni vir" +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" -#: superset/viz.py:244 -msgid "" -"Applied rolling window did not return any data. Please make sure the source query " -"satisfies the minimum periods defined in the rolling window." +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" msgstr "" -"Izbrano drseče okno ni vrnilo podatkov. Poskrbite, da izvorna poizvedba ustreza " -"minimalni periodi drsečega okna." -#: superset/utils/date_parser.py:267 superset/viz.py:383 -msgid "From date cannot be larger than to date" -msgstr "Začetni datum ne sme biti večji od končnega datuma" +#: superset-frontend/src/components/ListView/ListView.tsx:245 +#, python-format +msgid "%s Selected" +msgstr "Izbranih: %s" -#: superset/viz.py:554 -msgid "Cached value not found" -msgstr "Predpomnjena vrednost ni najdena" +#: superset-frontend/src/pages/DatasetList/index.tsx:808 +#, python-format +msgid "%s Selected (%s Physical, %s Virtual)" +msgstr "Izbranih: %s (fizični: %s, virtualni: %s)" -#: superset/common/query_context_processor.py:121 superset/viz.py:569 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format -msgid "Columns missing in datasource: %(invalid_columns)s" -msgstr "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" - -#: superset/viz.py:690 -msgid "Table View" -msgstr "Tabelarični pogled" - -#: superset/viz.py:715 -msgid "" -"You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage " -"Metrics]. Please choose one or the other." -msgstr "" -"Ne smete uporabiti [Stolpci] v kombinaciji z [Združevanje]/[Mere]/[Procentualne " -"mere]. Izberite eno ali drugo." +msgid "%s Selected (Physical)" +msgstr "Izbranih: %s (fizični)" -#: superset/viz.py:761 -msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Izberite granulacijo v razdelku 'Čas' ali odstranite 'Vključi čas'" +#: superset-frontend/src/pages/DatasetList/index.tsx:794 +#, python-format +msgid "%s Selected (Virtual)" +msgstr "Izbranih: %s (virtualni)" -#: superset/viz.py:841 -msgid "Time Table View" -msgstr "Pogled urnika" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 +#, python-format +msgid "%s aggregates(s)" +msgstr "Agreg. funkcije: %s" -#: superset/viz.py:849 superset/viz.py:1805 -msgid "Pick at least one metric" -msgstr "Izberite vsaj eno mero" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 +#, python-format +msgid "%s column(s)" +msgstr "Stolpci: %s" -#: superset/viz.py:853 -msgid "When using 'Group By' you are limited to use a single metric" -msgstr "Ko uporabljate 'Group By', ste omejeni na uporabo ene mere" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 +#, python-format +msgid "%s operator(s)" +msgstr "Operatorji: %s" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:886 -msgid "Pivot Table" -msgstr "Vrtilna tabela" +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format +msgid "%s option" +msgid_plural "%s options" +msgstr[0] "%s možnost" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: superset/viz.py:903 -msgid "Please choose at least one 'Group by' field " -msgstr "Izberite vsaj eno 'Group by' polje " +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 +#, python-format +msgid "%s option(s)" +msgstr "Možnosti: %s" -#: superset/viz.py:915 -msgid "Please choose at least one metric" -msgstr "Izberite vsaj eno mero" +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s vrstica" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: superset/viz.py:919 -msgid "Group By' and 'Columns' can't overlap" -msgstr "'Združevanje' in 'Stolpci' se ne smeta prekrivati" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 +#, python-format +msgid "%s saved metric(s)" +msgstr "Shranjene mere: %s" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1027 -msgid "Treemap" -msgstr "Drevesni grafikon s pravokotniki" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, python-format +msgid "%s updated" +msgstr "%s posodobljeni" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1072 -msgid "Calendar Heatmap" -msgstr "Koledarska barvna lestvica" +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 +#, python-format +msgid "%s%s" +msgstr "%s%s" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1163 -msgid "Bubble Chart" -msgstr "Mehurčkasti grafikon" +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 +#, python-format +msgid "%s-%s of %s" +msgstr "%s-%s od %s" -#: superset/viz.py:1185 -msgid "Please use 3 different metric labels" -msgstr "Uporabite 3 različne oznake mer" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 +msgid "(Removed)" +msgstr "(Odstranjeno)" -#: superset/viz.py:1187 -msgid "Pick a metric for x, y and size" -msgstr "Izberite mere za x, y in velikost" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "(izbrisan ali neveljaven tip)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1214 -msgid "Bullet Chart" -msgstr "'Bullet' grafikon" +#: superset-frontend/src/utils/getClientErrorObject.ts:76 +msgid "(no description, click to see stack trace)" +msgstr "(ni opisa, kliknite za ogled zapisov)" -#: superset/viz.py:1226 -msgid "Pick a metric to display" -msgstr "Izberite mero za prikaz" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +msgid "" +"(optional) default value for the filter, when using the multiple option, " +"you can use a semicolon-delimited list of options." +msgstr "" +"(opcijsko) privzeta vrednost za filter, če uporabite opcijo izbire večih " +", lahko uporabite seznam nastavitev ločen s podpičji." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 -#: superset/viz.py:1244 -msgid "Big Number with Trendline" -msgstr "Velika številka s trendno krivuljo" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" -#: superset/viz.py:1252 superset/viz.py:1286 -msgid "Pick a metric!" -msgstr "Izberite mero!" +#: superset/reports/notifications/slack.py:65 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"<%(url)s|Explore in Superset>\n" +"\n" +"%(table)s\n" +msgstr "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"<%(url)s|Razišči v Supersetu>\n" +"\n" +"%(table)s\n" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 -#: superset/viz.py:1278 -msgid "Big Number" -msgstr "Velika številka" +#: superset/reports/notifications/slack.py:82 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"Error: %(text)s\n" +msgstr "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"napaka: %(text)s\n" -#: superset/viz.py:1300 -msgid "Time Series - Line Chart" -msgstr "Časovna vrsta - Črtni grafikon" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" -#: superset/viz.py:1382 superset/viz.py:1645 -msgid "Pick a time granularity for your time series" -msgstr "Izberite granulacijo časa za časovno vrsto" +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset/common/query_context_processor.py:272 superset/viz.py:1439 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" -"An enclosed time range (both start and end) must be specified when using a Time " -"Comparison." +"-- Note: Unless you save your query, these tabs will NOT persist if you " +"clear your cookies or change browsers.\n" +"\n" msgstr "" -"Pri časovni primerjavi mora biti določeno zaprto časovno obdobje (s časom začetka " -"in konca)." +"-- Opomba: Če ne shranite poizvedbe, se ti zavihki NE bodo ohranili, ko " +"boste počistili piškote ali zamenjali brskalnik.\n" +"\n" -#: superset/viz.py:1510 -msgid "Time Series - Multiple Line Charts" -msgstr "Časovna vrsta - Veččrtni grafikon" +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" -#: superset/viz.py:1588 -msgid "Time Series - Dual Axis Line Chart" -msgstr "Časovna vrsta - Črtni grafikon z dvojno osjo" +#: superset-frontend/src/pages/DatasetList/index.tsx:791 +msgid "0 Selected" +msgstr "Izbranih: 0" -#: superset/viz.py:1597 -msgid "Pick a metric for left axis!" -msgstr "Izberite mero za levo os!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" -#: superset/viz.py:1599 -msgid "Pick a metric for right axis!" -msgstr "Izberite mero za desno os!" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "dan" -#: superset/viz.py:1602 -msgid "Please choose different metrics on left and right axis" -msgstr "Izberite različni meri za levo in desno os" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" -#: superset/viz.py:1662 -msgid "Time Series - Bar Chart" -msgstr "Časovna vrsta - Stolpčni grafikon" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 +msgid "1 hour" +msgstr "1 ura" -#: superset/viz.py:1671 -msgid "Time Series - Period Pivot" -msgstr "Časovna vrsta - Vrtenje period" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "Frekvenca osveževanja" -#: superset/viz.py:1717 -msgid "Time Series - Percent Change" -msgstr "Časovna vrsta - Procentualna sprememba" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 +msgid "1 minute" +msgstr "1 minuta" -#: superset/viz.py:1725 -msgid "Time Series - Stacked" -msgstr "Časovna vrsta - Naložen graf" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1735 -msgid "Histogram" -msgstr "Histogram" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" -#: superset/viz.py:1744 -msgid "Must have at least one numeric column specified" -msgstr "Definiran mora biti vsaj en numerični stolpec" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" -#: superset/viz.py:1793 -msgid "Distribution - Bar Chart" -msgstr "Porazdelitev - Stolpčni grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "teden" -#: superset/viz.py:1802 -msgid "Can't have overlap between Series and Breakdowns" -msgstr "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" -#: superset/viz.py:1807 -msgid "Pick at least one field for [Series]" -msgstr "Izberite vsaj eno polje za [Serije]" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +#, fuzzy +msgid "1 week starting Monday (freq=W-MON)" +msgstr "Teden z začetkom v ponedeljek" -#: superset/viz.py:1880 -msgid "Sunburst" -msgstr "Sunburst" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +#, fuzzy +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "Teden z začetkom v nedeljo" -#: superset/viz.py:1927 -msgid "Sankey" -msgstr "Sankey" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "leto" -#: superset/viz.py:1935 -msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Izberite natanko dva stolpca za [Izvor / Cilj]" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" -#: superset/viz.py:1984 -msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}" -msgstr "V 'Sankey' je zanka, določite drevo. To je okvarjena povezava: {}" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "Frekvenca osveževanja" -#: superset/viz.py:1997 -msgid "Directed Force Layout" -msgstr "Izgled usmerjene sile" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "Frekvenca osveževanja" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2036 -msgid "Country Map" -msgstr "Zemljevid držav" +#: superset/db_engine_specs/base.py:101 +msgid "10 minute" +msgstr "10 minut" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2071 -msgid "World Map" -msgstr "Zemljevid sveta" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "teden" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:95 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:508 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:88 -#: superset-frontend/src/explore/controls.jsx:462 superset/viz.py:2134 -msgid "Filters" -msgstr "Filtri" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/viz.py:2152 -msgid "Invalid filter configuration, please select a column" -msgstr "Neveljavna nastavitev filtrov, izberite stolpec" +#: superset/db_engine_specs/base.py:102 +msgid "15 minute" +msgstr "15 minut" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2211 -msgid "Parallel Coordinates" -msgstr "Vzporedne koordinate" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "teden" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2241 -msgid "Heatmap" -msgstr "Toplotni prikaz" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" -#: superset/viz.py:2302 -msgid "Horizon Charts" -msgstr "Horizontni grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" -#: superset/viz.py:2314 -msgid "Mapbox" -msgstr "Mapbox" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" -#: superset/viz.py:2328 -msgid "[Longitude] and [Latitude] must be set" -msgstr "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" -#: superset/viz.py:2338 -msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "Mora imeti stolpec [Združevanje], da ima število (count) kot [Oznaka]" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" -#: superset/viz.py:2362 -msgid "Choice of [Label] must be present in [Group By]" -msgstr "Izbira [Oznaka] mora biti prisotna v [Združevanje]" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" -#: superset/viz.py:2370 -msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "Izbran [Point Radius] mora biti prisoten v [Združevanje]" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "leto" -#: superset/viz.py:2378 -msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" msgstr "" -"Stolpca [Zemljepisna dolžina] in [Zemljepisna širina] morata biti prisotna v " -"[Združevanje]" -#: superset/viz.py:2460 -msgid "Deck.gl - Multiple Layers" -msgstr "Deck.gl - Večplastni" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" -#: superset/viz.py:2501 superset/viz.py:2537 -msgid "Bad spatial key" -msgstr "Neustrezen prostorski ključ" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" -#: superset/viz.py:2522 -#, python-format -msgid "Invalid spatial point encountered: %s" -msgstr "Neustrezna prostorska točka: %s" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90 dni" -#: superset/viz.py:2559 -msgid "" -"Encountered invalid NULL spatial entry, " -"please consider filtering those out" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" msgstr "" -"Prišlo je do neveljavnega NULL prostorskega " -"vnosa, poskusite ga izločiti s filtrom" -#: superset/viz.py:2654 -msgid "Deck.gl - Scatter plot" -msgstr "Deck.gl - Raztreseni graf" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 +msgid "2D" +msgstr "2D" -#: superset/viz.py:2706 -msgid "Deck.gl - Screen Grid" -msgstr "Deck.gl - Mreža" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 +msgid "3 letter code of the country" +msgstr "Tričrkovna oznaka države" -#: superset/viz.py:2735 -msgid "Deck.gl - 3D Grid" -msgstr "Deck.gl - 3D mreža" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "leto" -#: superset/viz.py:2767 -msgid "Deck.gl - Paths" -msgstr "Deck.gl - Poti" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" -#: superset/viz.py:2818 -msgid "Deck.gl - Polygon" -msgstr "Deck.gl - Poligon" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 +msgid "30 days" +msgstr "30 dni" -#: superset/viz.py:2851 -msgid "Deck.gl - 3D HEX" -msgstr "Deck.gl - 3D HEX" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30 dni" -#: superset/viz.py:2872 -msgid "Deck.gl - GeoJSON" -msgstr "Deck.gl - GeoJSON" +#: superset/db_engine_specs/base.py:103 +msgid "30 minute" +msgstr "30 minut" -#: superset/viz.py:2891 -msgid "Deck.gl - Arc" -msgstr "Deck.gl - Arc" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 +msgid "30 minutes" +msgstr "30 minut" -#: superset/viz.py:2925 -msgid "Event flow" -msgstr "Potek dogodkov" +#: superset/db_engine_specs/base.py:98 +msgid "30 second" +msgstr "30 sekund" -#: superset/viz.py:2957 -msgid "Time Series - Paired t-test" -msgstr "Časovna vrsta - t-test za odvisne vzorce" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 +msgid "30 seconds" +msgstr "30 sekund" -#: superset/viz.py:3029 -msgid "Time Series - Nightingale Rose Chart" -msgstr "Časovna vrsta - Nightingale Rose grafikon" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "3D" -#: superset/viz.py:3064 -msgid "Partition Diagram" -msgstr "Grafikon s pravokotniki" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" -#: superset/advanced_data_type/api.py:100 -#, python-format -msgid "Invalid advanced data type: %(advanced_data_type)s" -msgstr "Neveljaven napreden tip rezultata: %(advanced_data_type)s" +#: superset/db_engine_specs/base.py:100 +msgid "5 minute" +msgstr "5 minut" -#: superset/annotation_layers/api.py:355 -#, python-format -msgid "Deleted %(num)d annotation layer" -msgid_plural "Deleted %(num)d annotation layers" -msgstr[0] "Izbrisan je %(num)d sloj z oznakami" -msgstr[1] "Izbrisana sta %(num)d sloja z oznakami" -msgstr[2] "Izbrisanih so %(num)d sloji z oznakami" -msgstr[3] "Izbrisanih je %(num)d slojev z oznakami" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 +msgid "5 minutes" +msgstr "5 minut" -#: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 -#: superset/css_templates/filters.py:28 superset/queries/saved_queries/filters.py:31 -#: superset/reports/filters.py:28 -msgid "All Text" -msgstr "Celotno besedilo" +#: superset/db_engine_specs/base.py:97 +msgid "5 second" +msgstr "5 sekund" -#: superset/annotation_layers/annotations/api.py:504 -#, python-format -msgid "Deleted %(num)d annotation" -msgid_plural "Deleted %(num)d annotations" -msgstr[0] "Izbrisana je %(num)d oznaka" -msgstr[1] "Izbrisani sta %(num)d oznaki" -msgstr[2] "Izbrisane so %(num)d oznake" -msgstr[3] "Izbrisanih je %(num)d oznak" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +#, fuzzy +msgid "5 seconds" +msgstr "5 sekund" -#: superset/annotation_layers/annotations/commands/exceptions.py:35 -msgid "End date must be after start date" -msgstr "Končni datum mora biti za začetnim" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "teden" -#: superset/annotation_layers/annotations/commands/exceptions.py:46 -msgid "Short description must be unique for this layer" -msgstr "Kratek opis mora biti za ta sloj unikaten" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:52 -msgid "Annotations could not be deleted." -msgstr "Oznak ni mogoče izbrisati." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +#, fuzzy +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "Teden z začetkom v ponedeljek" -#: superset/annotation_layers/annotations/commands/exceptions.py:56 -msgid "Annotation not found." -msgstr "Oznaka ni najdena." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" +msgstr "6 ur" -#: superset/annotation_layers/annotations/commands/exceptions.py:60 -msgid "Annotation parameters are invalid." -msgstr "Parametri oznak so neveljavni." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 +msgid "60 days" +msgstr "60 dni" -#: superset/annotation_layers/annotations/commands/exceptions.py:64 -msgid "Annotation could not be created." -msgstr "Oznake ni mogoče ustvariti." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:68 -msgid "Annotation could not be updated." -msgstr "Oznake ni mogoče posodobiti." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90 dni" -#: superset/annotation_layers/annotations/commands/exceptions.py:72 -msgid "Annotation delete failed." -msgstr "Izbris oznake ni uspel." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" -#: superset/annotation_layers/commands/exceptions.py:29 -msgid "Annotation layer parameters are invalid." -msgstr "Parametri sloja z oznakami so neveljavni." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" -#: superset/annotation_layers/commands/exceptions.py:33 -msgid "Annotation layer could not be deleted." -msgstr "Sloja z oznakami ni mogoče izbrisati." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 +msgid "90 days" +msgstr "90 dni" -#: superset/annotation_layers/commands/exceptions.py:37 -msgid "Annotation layer could not be created." -msgstr "Sloja z oznakami ni mogoče ustvariti." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 +msgid ":" +msgstr ":" -#: superset/annotation_layers/commands/exceptions.py:41 -msgid "Annotation layer could not be updated." -msgstr "Sloja z oznakami ni mogoče posodobiti." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 +msgid "< (Smaller than)" +msgstr "< (manjše kot)" -#: superset/annotation_layers/commands/exceptions.py:45 -msgid "Annotation layer not found." -msgstr "Sloja z oznakami ni mogoče najti." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 +msgid "<= (Smaller or equal)" +msgstr "<= (manjše ali enako)" -#: superset/annotation_layers/commands/exceptions.py:49 -msgid "Annotation layer delete failed." -msgstr "Izbris sloja z oznakami ni uspel." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" -#: superset/annotation_layers/commands/exceptions.py:53 -#: superset/annotation_layers/commands/exceptions.py:57 -msgid "Annotation layer has associated annotations." -msgstr "Sloj z oznakami ima povezane oznake." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "Stolpec črt" -#: superset/annotation_layers/commands/exceptions.py:66 -msgid "Name must be unique" -msgstr "Ime mora biti unikatno" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "Shranjena mera" -#: superset/charts/api.py:483 -#, python-format -msgid "Deleted %(num)d chart" -msgid_plural "Deleted %(num)d charts" -msgstr[0] "Izbrisan je %(num)d grafikon" -msgstr[1] "Izbrisana sta %(num)d grafikona" -msgstr[2] "Izbrisani so %(num)d grafikoni" -msgstr[3] "Izbrisanih je %(num)d grafikonov" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "Prostorski" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:219 -#: superset/datasets/filters.py:39 -msgid "Is certified" -msgstr "Certificiran" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "Način razvrščanja" -#: superset/charts/schemas.py:566 -msgid "`confidence_interval` must be between 0 and 1 (exclusive)" -msgstr "`confidence_interval` mora biti med 0 in 1 (odprt)" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 +msgid "== (Is equal)" +msgstr "== (je enako)" -#: superset/charts/schemas.py:638 -msgid "" -"lower percentile must be greater than 0 and less than 100. Must be lower than " -"upper percentile." -msgstr "" -"spodnji percentil mora biti večji od 0 in manjši od 100 ter mora biti manjši od " -"zgornjega percentila." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 +msgid "> (Larger than)" +msgstr "> (večje kot)" -#: superset/charts/schemas.py:653 -msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher than " -"lower percentile." -msgstr "" -"zgornji percentil mora biti večji od 0 in manjši od 100 ter mora biti večji od " -"spodnjega percentila." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 +msgid ">= (Larger or equal)" +msgstr ">= (večje ali enako)" -#: superset/charts/schemas.py:968 -msgid "`width` must be greater or equal to 0" -msgstr "`width` mora biti večja ali enaka 0" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 +msgid "A Big Number" +msgstr "Velika številka" -#: superset/charts/schemas.py:1110 -msgid "`row_limit` must be greater than or equal to 0" -msgstr "`row_limit` mora biti večja ali enaka 0" +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" +msgstr "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." -#: superset/charts/schemas.py:1117 -msgid "`row_offset` must be greater than or equal to 0" -msgstr "`row_offset` mora biti večja ali enaka 1" +#: superset/views/database/forms.py:367 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." -#: superset/charts/schemas.py:1139 -msgid "orderby column must be populated" -msgstr "stolpec za razvrščanje (orderby) mora biti izpolnjen" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +#, fuzzy +msgid "A comma-separated list of schemas that files are allowed to upload to." +msgstr "Z vejicami ločen seznam shem, kjer je dovoljeno nalaganje CSV-jev." -#: superset/charts/commands/bulk_delete.py:64 superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 -#, python-format -msgid "There are associated alerts or reports: %s," -msgstr "Prisotna so opozorila in poročila: %s," +#: superset/databases/commands/exceptions.py:42 +msgid "A database with the same name already exists." +msgstr "Podatkovna baza z enakim imenom že obstaja." -#: superset/charts/commands/exceptions.py:38 -#, python-format +#: superset/views/dynamic_plugins.py:52 msgid "" -"Time string is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +"A full URL pointing to the location of the built plugin (could be hosted " +"on a CDN for example)" msgstr "" -"Časovni niz je nejasen. Podajte [%(human_readable)s ago] ali [%(human_readable)s " -"later]." +"Celoten URL, ki kaže na lokacijo zgrajenega vtičnika (lahko gostuje npr. " +"na CDN)" -#: superset/charts/commands/exceptions.py:51 -#, python-format -msgid "Cannot parse time string [%(human_readable)s]" -msgstr "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "Predloga za Handlebars, ki je uporabljena za podatke" -#: superset/charts/commands/exceptions.py:66 -#, python-format +#: superset/views/dynamic_plugins.py:47 +msgid "A human-friendly name" +msgstr "Človeku prijazno ime" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 msgid "" -"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." msgstr "" -"Časovna razlika je nejasna. Podajte [%(human_readable)s ago] ali " -"[%(human_readable)s later]." +"Seznam imen domen, ki lahko vgradijo to nadzorno ploščo. Če polje ostane " +"prazno, je vgrajevanje dovoljeno iz vseh domen." -#: superset/charts/commands/exceptions.py:82 -#: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:36 -msgid "Database does not exist" -msgstr "Podatkovna baza ne obstaja" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +#, fuzzy +msgid "A list of tags that have been applied to this chart." +msgstr "Oseba ali skupina, ki je certificirala ta grafikon." -#: superset/charts/commands/exceptions.py:91 -msgid "Dashboards do not exist" -msgstr "Nadzorna plošča ne obstaja" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 +msgid "A list of users who can alter the chart. Searchable by name or username." +msgstr "" +"Seznam uporabnikov, ki lahko spreminjajo ta grafikon. Možno je iskanje po" +" imenu ali uporabniškem imenu." -#: superset/charts/commands/exceptions.py:101 -msgid "Datasource type is required when datasource_id is given" -msgstr "Ko se podaja datasource_id, je potreben tip podatkovnega vira" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 +msgid "A map of the world, that can indicate values in different countries." +msgstr "Zemljevid sveta, ki lahko prikazuje vrednosti po državah." -#: superset/charts/commands/exceptions.py:111 -msgid "Chart parameters are invalid." -msgstr "Parametri grafikona so neveljavni." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" +"Zemljevid, ki na zemljepisnih koordinatah prikazuje kroge s spremenljivim" +" polmerom" -#: superset/charts/commands/exceptions.py:115 -msgid "Chart could not be created." -msgstr "Grafikona ni mogoče ustvariti." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 +msgid "A metric to use for color" +msgstr "Mera za barvo" -#: superset/charts/commands/exceptions.py:119 -msgid "Chart could not be updated." -msgstr "Grafikona ni mogoče posodobiti." - -#: superset/charts/commands/exceptions.py:123 -msgid "Chart could not be deleted." -msgstr "Grafikona ni mogoče izbrisati." +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 +msgid "" +"A polar coordinate chart where the circle is broken into wedges of equal " +"angle, and the value represented by any wedge is illustrated by its area," +" rather than its radius or sweep angle." +msgstr "" +"Grafikon s polarnimi koordinatami, kjer je krog razdeljen na enakokotne " +"izseke, vrednosti pa so ponazorjene s ploščino izseka (namesto polmera " +"ali kota)." -#: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:151 -#: superset/dashboards/commands/exceptions.py:62 -#: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:119 -msgid "There are associated alerts or reports" -msgstr "Prisotna so povezana opozorila in poročila" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 +msgid "A readable URL for your dashboard" +msgstr "Berljiv URL za vašo nadzorno ploščo" -#: superset/charts/commands/exceptions.py:131 -msgid "You don't have access to this chart." -msgstr "Nimate dostopa do tega grafikona." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/src/explore/controls.jsx:113 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "Sklic na nastavitve za [Čas], ki upošteva granulacijo" -#: superset/charts/commands/exceptions.py:135 -msgid "Changing this chart is forbidden" -msgstr "Spreminjanje tega grafikona ni dovoljeno" +#: superset/reports/commands/exceptions.py:186 +#, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "Poročilo poimenovano %(name)s že obstaja" -#: superset/charts/commands/exceptions.py:139 -msgid "Charts could not be deleted." -msgstr "Grafikonov ni mogoče izbrisati." +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" -#: superset/charts/commands/exceptions.py:155 -msgid "Import chart failed for an unknown reason" -msgstr "Uvoz grafikona ni uspel zaradi neznanega razloga" +#: superset-frontend/src/components/ReportModal/index.tsx:309 +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "Zaslonska slika nadzorne plošče bo poslana na vaš e-naslov ob" -#: superset/charts/data/api.py:123 -msgid "Chart has no query context saved. Please save the chart again." -msgstr "Grafikon nima shranjenega konteksta poizvedbe. Ponovno shranite grafikon." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" +"Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo " +"sintakse za Jinja predloge" -#: superset/charts/data/api.py:143 superset/charts/data/api.py:231 -#: superset/charts/data/api.py:297 -#, python-format -msgid "Request is incorrect: %(error)s" -msgstr "Zahtevek je napačen: %(error)s" +#: superset/common/query_context_processor.py:417 +#, fuzzy +msgid "A time column must be specified when using a Time Comparison." +msgstr "" +"Pri časovni primerjavi mora biti določeno zaprto časovno obdobje (s časom" +" začetka in konca)." -#: superset/charts/data/api.py:220 -msgid "Request is not JSON" -msgstr "Zahtevek ni JSON" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +msgid "" +"A time series chart that visualizes how a related metric from multiple " +"groups vary over time. Each group is visualized using a different color." +msgstr "" +"Grafikon časovne vrste, ki prikaže kako se povezane mere skupin " +"spreminjajo skozi čas. Vsaka skupina je prikazana s svojo barvo." -#: superset/charts/data/api.py:351 -msgid "Empty query result" -msgstr "Rezultat prazne poizvedbe" +#: superset/reports/commands/exceptions.py:228 +msgid "A timeout occurred while executing the query." +msgstr "Pri izvajanju poizvedbe je potekel čas." -#: superset/commands/exceptions.py:108 superset/datasets/commands/exceptions.py:144 -msgid "Owners are invalid" -msgstr "Lastniki niso veljavni" +#: superset/reports/commands/exceptions.py:238 +msgid "A timeout occurred while generating a csv." +msgstr "Pri ustvarjanju csv je potekel čas." -#: superset/commands/exceptions.py:115 -msgid "Some roles do not exist" -msgstr "Nekatere vloge ne obstajajo" +#: superset/reports/commands/exceptions.py:243 +msgid "A timeout occurred while generating a dataframe." +msgstr "Pri ustvarjanju podatkovnega okvira je potekel čas." -#: superset/commands/exceptions.py:123 -msgid "Datasource type is invalid" -msgstr "Neveljaven tip podatkovnega vira" +#: superset/reports/commands/exceptions.py:233 +msgid "A timeout occurred while taking a screenshot." +msgstr "Pri ustvarjanju zaslonske slike je potekel čas." -#: superset/commands/exceptions.py:131 -msgid "Datasource does not exist" -msgstr "Podatkovni vir ne obstaja" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 +msgid "A valid color scheme is required" +msgstr "Zahtevana je veljavna barvna shema" -#: superset/commands/exceptions.py:138 -msgid "Query does not exist" -msgstr "Poizvedba ne obstaja" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 +msgid "APPLY" +msgstr "UPORABI" -#: superset/common/query_actions.py:202 -#, python-format -msgid "Invalid result type: %(result_type)s" -msgstr "Neveljaven tip rezultata: %(result_type)s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 +msgid "APR" +msgstr "APR" -#: superset/common/query_context_processor.py:475 -msgid "The chart does not exist" -msgstr "Grafikon ne obstaja" +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 +msgid "AQE" +msgstr "AQE" -#: superset/common/query_object.py:292 -#, python-format -msgid "" -"Duplicate column/metric labels: %(labels)s. Please make sure all columns and " -"metrics have a unique label." -msgstr "" -"Podvojene oznake stolpcev/mer: %(labels)s. Poskrbite, da bodo imeli stolpci in " -"mere unikatne oznake." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 +msgid "AUG" +msgstr "AVG" -#: superset/common/query_object.py:314 -#, python-format -msgid "" -"The following entries in `series_columns` are missing in `columns`: %(columns)s. " -msgstr "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "OBROBA OZNAKE OSI" -#: superset/common/query_object.py:416 -msgid "`operation` property of post processing object undefined" -msgstr "Lastnost `operation` poprocesirnega objekta ni definirana" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +msgid "AXIS TITLE POSITION" +msgstr "POLOŽAJ OZNAKE OSI" -#: superset/common/query_object.py:420 -#, python-format -msgid "Unsupported post processing operation: %(operation)s" -msgstr "Nepodprta poprocesirna operacija: %(operation)s" +#: superset-frontend/src/features/home/RightMenu.tsx:492 +msgid "About" +msgstr "O programu" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" -msgstr "ID podatkovnega vira ni bil najden: %(id)s" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 +msgid "Access" +msgstr "Dostop" -#: superset/connectors/sqla/models.py:899 -#, python-format -msgid "Error in jinja expression in fetch values predicate: %(msg)s" -msgstr "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" +#: superset/initialization/__init__.py:431 +msgid "Access requests" +msgstr "Zahteve za dostop" -#: superset/connectors/sqla/models.py:989 -msgid "Virtual dataset query must be read-only" -msgstr "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "Dostop do aktivnosti uporabnikov je omejen" -#: superset/connectors/sqla/models.py:1014 -#, python-format -msgid "Error while rendering virtual dataset query: %(msg)s" -msgstr "Napaka pri izvajanju poizvedbe virtualnega podatkovnega seta: %(msg)s" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#, fuzzy +msgid "Access token" +msgstr "nadrejeni" -#: superset/connectors/sqla/models.py:1021 superset/connectors/sqla/utils.py:109 -msgid "Virtual dataset query cannot be empty" -msgstr "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" +#: superset/views/core.py:317 +msgid "Access was requested" +msgstr "Zahtevan je bil dostop" -#: superset/connectors/sqla/models.py:1024 -msgid "Virtual dataset query cannot consist of multiple statements" -msgstr "" -"Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več stavkov" +#: superset/views/log/__init__.py:31 +msgid "Action" +msgstr "Aktivnost" -#: superset/connectors/sqla/models.py:1176 -#, python-format -msgid "Error in jinja expression in RLS filters: %(msg)s" -msgstr "Napaka v jinja izrazu RLS filtrov: %(msg)s" +#: superset/initialization/__init__.py:393 +msgid "Action Log" +msgstr "Dnevnik aktivnosti" -#: superset/connectors/sqla/models.py:1265 -msgid "" -"Datetime column not provided as part table configuration and is required by this " -"type of chart" -msgstr "" -"Stolpec datum-čas ni podan kot del tabele, čeprav mora biti za ta tip grafikona" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 +msgid "Actions" +msgstr "Aktivnosti" -#: superset/connectors/sqla/models.py:1271 -msgid "Empty query?" -msgstr "Prazna poizvedba?" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 +msgid "Active" +msgstr "Aktiven" -#: superset/connectors/sqla/models.py:1288 superset/connectors/sqla/models.py:1768 -#, python-format -msgid "Metric '%(metric)s' does not exist" -msgstr "Mera '%(metric)s' ne obstaja" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "Prazne (Null) vrednosti" -#: superset/connectors/sqla/models.py:1337 -#, python-format -msgid "Unknown column used in orderby: %(col)s" -msgstr "Za razvrščanje je uporabljen neznan stolpec: %(col)s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 +msgid "Actual time range" +msgstr "Dejansko časovno obdobje" -#: superset/connectors/sqla/models.py:1397 -#, python-format -msgid "Time column \"%(col)s\" does not exist in dataset" -msgstr "Časovni stolpec \"%(col)s\" ne obstaja v podatkovnem setu" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "Prazne (Null) vrednosti" -#: superset/connectors/sqla/models.py:1523 -msgid "error_message" -msgstr "error_message" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "Prazne (Null) vrednosti" -#: superset/connectors/sqla/models.py:1535 -msgid "Filter value list cannot be empty" -msgstr "Seznam vrednosti filtra ne sme biti prazen" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" +msgstr "Adaptivno oblikovanje" -#: superset/connectors/sqla/models.py:1561 -msgid "Must specify a value for filters with comparison operators" -msgstr "Potrebno je podati vrednost za filter s primerjalnim operandom" +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +msgid "Add" +msgstr "Dodaj" -#: superset/connectors/sqla/models.py:1584 -#, python-format -msgid "Invalid filter operation type: %(op)s" -msgstr "Neveljaven tip operacije filtra: %(op)s" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 +msgid "Add Alert" +msgstr "Dodaj opozorilo" -#: superset/connectors/sqla/models.py:1594 -#, python-format -msgid "Error in jinja expression in WHERE clause: %(msg)s" -msgstr "Napaka v jinja izrazu WHERE stavka: %(msg)s" +#: superset/views/css_templates.py:40 +msgid "Add CSS Template" +msgstr "Dodaj CSS predlogo" -#: superset/connectors/sqla/models.py:1606 -#, python-format -msgid "Error in jinja expression in HAVING clause: %(msg)s" -msgstr "Napaka v jinja izrazu HAVING stavka: %(msg)s" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 +msgid "Add CSS template" +msgstr "Dodaj CSS predlogo" -#: superset/connectors/sqla/models.py:1736 -msgid "Database does not support subqueries" -msgstr "Podatkovna baza ne podpira podpoizvedb" +#: superset/views/chart/mixin.py:27 +msgid "Add Chart" +msgstr "Dodaj grafikon" -#: superset/connectors/sqla/models.py:1857 -msgid "Db engine did not return all queried columns" -msgstr "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" +#: superset/connectors/sqla/views.py:74 +msgid "Add Column" +msgstr "Dodaj stolpec" -#: superset/connectors/sqla/utils.py:122 -msgid "Only `SELECT` statements are allowed" -msgstr "Dovoljeni so le `SELECT` stavki" +#: superset/views/dashboard/mixin.py:26 +msgid "Add Dashboard" +msgstr "Dodaj nadzorno ploščo" -#: superset/connectors/sqla/utils.py:131 -msgid "Only single queries supported" -msgstr "Podprte so le enojne poizvedbe" +#: superset/views/database/mixins.py:35 +msgid "Add Database" +msgstr "Dodaj podatkovno bazo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:238 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:84 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:128 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1364 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:389 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset-frontend/src/explore/fixtures.tsx:96 -#: superset/connectors/sqla/views.py:57 -msgid "Columns" -msgstr "Stolpci" +#: superset/views/log/__init__.py:23 +msgid "Add Log" +msgstr "Dodaj dnevnik" -#: superset/connectors/sqla/views.py:58 -msgid "Show Column" -msgstr "Pokaži stolpec" +#: superset/connectors/sqla/views.py:209 +msgid "Add Metric" +msgstr "Dodaj mero" -#: superset/connectors/sqla/views.py:59 -msgid "Add Column" -msgstr "Dodaj stolpec" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 +msgid "Add Report" +msgstr "Dodaj poročilo" -#: superset/connectors/sqla/views.py:60 -msgid "Edit Column" -msgstr "Uredi stolpec" +#: superset/connectors/sqla/views.py:292 +msgid "Add Row level security filter" +msgstr "Dodaj filter za varnost na nivoju vrstic" -#: superset/connectors/sqla/views.py:90 -msgid "" -"Whether to make this column available as a [Time Granularity] option, column has " -"to be DATETIME or DATETIME-like" -msgstr "" -"Če želite, da bo ta stolpec na razpolago kot možnost [Granulacija časa]. Stolpec " -"mora biti tipa DATETIME ali DATETIME-like" +#: superset/views/sql_lab/views.py:54 +msgid "Add Saved Query" +msgstr "Dodaj shranjeno poizvedbo" -#: superset/connectors/sqla/views.py:95 -msgid "Whether this column is exposed in the `Filters` section of the explore view." -msgstr "" -"Če želite, da je ta stolpec na voljo v sekciji `Filtri` v raziskovalnem pogledu." +#: superset/views/dynamic_plugins.py:60 +msgid "Add a Plugin" +msgstr "Dodaj vtičnik" -#: superset/connectors/sqla/views.py:99 -msgid "" -"The data type that was inferred by the database. It may be necessary to input a " -"type manually for expression-defined columns in some cases. In most case users " -"should not need to alter this." -msgstr "" -"Podatkovni tip, ki izvira iz podatkovne baze. V nekaterih primerih je potrebno " -"ročno vnesti tip za stolpce, ki temeljijo na izrazih. V večini primerov " -"uporabniku tega ni potrebno spreminjati." +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "Dodaj podatkovni set" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:351 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 -#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:231 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/sqla/views.py:139 -msgid "Column" -msgstr "Stolpec" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "Dodaj nov zavihek" -#: superset/connectors/sqla/views.py:140 superset/connectors/sqla/views.py:233 -msgid "Verbose Name" -msgstr "Podrobno ime" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "Dodaj nov zavihek za SQL-poizvedbo" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:85 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:116 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:137 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:254 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:258 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:852 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1205 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1209 -#: superset-frontend/src/components/ReportModal/index.tsx:288 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1102 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:255 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1118 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1124 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:161 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:156 -#: superset/connectors/sqla/views.py:141 superset/connectors/sqla/views.py:232 -#: superset/connectors/sqla/views.py:448 superset/views/annotations.py:77 -#: superset/views/annotations.py:122 superset/views/chart/mixin.py:81 -#: superset/views/sql_lab.py:76 -msgid "Description" -msgstr "Opis" - -#: superset/connectors/sqla/views.py:142 -msgid "Groupable" -msgstr "Združevanje" - -#: superset/connectors/sqla/views.py:143 -msgid "Filterable" -msgstr "Filtriranje" - -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:326 -#: superset-frontend/src/visualizations/TimeTable/index.ts:25 -#: superset/connectors/sqla/views.py:144 superset/connectors/sqla/views.py:236 -#: superset/connectors/sqla/views.py:434 superset/views/chart/mixin.py:87 -msgid "Table" -msgstr "Tabela" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +msgid "Add additional custom parameters" +msgstr "Dodaj dodatne parametre po meri" -#: superset/connectors/sqla/views.py:145 -msgid "Expression" -msgstr "Izraz" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +msgid "Add an annotation layer" +msgstr "Dodaj sloj z oznakami" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:355 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 -#: superset/connectors/sqla/views.py:146 -msgid "Is temporal" -msgstr "Časoven" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +msgid "Add an item" +msgstr "Dodaj element" -#: superset/connectors/sqla/views.py:147 -msgid "Datetime Format" -msgstr "Oblika zapisa datuma,časa" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +msgid "Add and edit filters" +msgstr "Dodaj in uredi filtre" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:320 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:509 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:234 -msgid "Type" -msgstr "Tip" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +msgid "Add annotation" +msgstr "Dodaj oznako" -#: superset/connectors/sqla/views.py:149 -msgid "Business Data Type" -msgstr "Poslovni podatkovni tip" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 +msgid "Add annotation layer" +msgstr "Dodaj sloj z oznakami" -#: superset/connectors/sqla/views.py:165 superset/datasets/schemas.py:44 -msgid "Invalid date/timestamp format" -msgstr "Neveljaven zapis datuma/časa" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "Dodaj izračunan stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1353 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:353 -#: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/sqla/views.py:188 -msgid "Metrics" -msgstr "Mere" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" +"Dodaj izračunan časovni stolpec v podatkovni set v oknu \"Uredi " +"podatkovni vir\"" -#: superset/connectors/sqla/views.py:189 -msgid "Show Metric" -msgstr "Pokaži mero" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "Dodaj filter" -#: superset/connectors/sqla/views.py:190 -msgid "Add Metric" -msgstr "Dodaj mero" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 +msgid "Add delivery method" +msgstr "Dodajte način dostave" -#: superset/connectors/sqla/views.py:191 -msgid "Edit Metric" -msgstr "Uredi mero" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "Dodatne informacije" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:129 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:171 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:172 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:118 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/controls.jsx:167 -#: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/sqla/views.py:231 -msgid "Metric" -msgstr "Mera" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" +msgstr "Dodaj filter" -#: superset/connectors/sqla/views.py:235 -msgid "SQL Expression" -msgstr "SQL izraz" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" -#: superset/connectors/sqla/views.py:237 -msgid "D3 Format" -msgstr "D3 zapis" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "Dodaj filtre in ločilnike" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:895 -#: superset/connectors/sqla/views.py:238 superset/connectors/sqla/views.py:451 -#: superset/views/database/mixins.py:199 -msgid "Extra" -msgstr "Dodatno" +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 +msgid "Add item" +msgstr "Dodaj" -#: superset/connectors/sqla/views.py:239 -msgid "Warning Message" -msgstr "Opozorilo" +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" +msgstr "Dodaj mero" -#: superset/connectors/sqla/views.py:269 -msgid "Row level security filter" -msgstr "Filter za varnost na nivoju vrstic" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "Dodaj mero v podatkovni set v oknu \"Uredi podatkovni vir\"" -#: superset/connectors/sqla/views.py:270 -msgid "Show Row level security filter" -msgstr "Prikaži filter za varnost na nivoju vrstic" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" +msgstr "Dodaj novo oblikovanje barve" -#: superset/connectors/sqla/views.py:271 -msgid "Add Row level security filter" -msgstr "Dodaj filter za varnost na nivoju vrstic" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" +msgstr "Dodaj novo oblikovanje" -#: superset/connectors/sqla/views.py:272 -msgid "Edit Row level security filter" -msgstr "Uredi filter za varnost na nivoju vrstic" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 +msgid "Add notification method" +msgstr "Dodajte način obveščanja" -#: superset/connectors/sqla/views.py:290 -msgid "" -"Regular filters add where clauses to queries if a user belongs to a role " -"referenced in the filter. Base filters apply filters to all queries except the " -"roles defined in the filter, and can be used to define what users can see if no " -"RLS filters within a filter group apply to them." -msgstr "" -"Navadni filtri dodajo WHERE stavek v poizvedbe, če ima uporabnik vlogo podano v " -"filtru. Osnovni filtri filtrirajo vse poizvedbe, razen vlog, definiranih v " -"filtru, in jih je mogoče uporabiti za nastavitev tega kaj uporabnik vidi, če v " -"skupini filtrov ni RLS-filtrov, ki bi se nanašali nanje." +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "Dodaj potrebne parametre za predogled grafikona" -#: superset/connectors/sqla/views.py:296 -msgid "These are the tables this filter will be applied to." -msgstr "To so tabele, na katere se nanaša ta filter." +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "Dodaj potrebne parametre za shranjenje grafikona" -#: superset/connectors/sqla/views.py:297 -msgid "" -"For regular filters, these are the roles this filter will be applied to. For base " -"filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if " -"admin should see all data." -msgstr "" -"Za regularne filtre so te vloge tiste, ki bodo filtrirane. Za osnovne filtre, so " -"te vloge tiste, ki NE bodo filtrirane, npr. Admin, če naj administrator vidi vse " -"podatke." - -#: superset/connectors/sqla/views.py:303 -msgid "" -"Filters with the same group key will be ORed together within the group, while " -"different filter groups will be ANDed together. Undefined group keys are treated " -"as unique groups, i.e. are not grouped together. For example, if a table has " -"three filters, of which two are for departments Finance and Marketing (group key " -"= 'department'), and one refers to the region Europe (group key = 'region'), the " -"filter clause would apply the filter (department = 'Finance' OR department = " -"'Marketing') AND (region = 'Europe')." -msgstr "" -"Filtri z enakim skupinskim ključem bodo znotraj skupine združeni z OR funkcijo, " -"medtem ko bodo različne skupine združene z AND funkcijo. Nedefinirani skupinski " -"ključi so obravnavani kot unikatne skupine in niso združeni v svojo skupino. " -"Npr., če ima tabela tri filtre, pri čemer sta dva za oddelka marketinga in financ " -"(skupinski ključ = 'oddelek') tretji pa se nanaša na regijo Evropa (skupinski " -"ključ = 'regija'), bo filtrski izraz (oddelek = 'Finance' OR oddelek = " -"'Marketing') AND (regija = 'Evropa')." - -#: superset/connectors/sqla/views.py:313 -msgid "" -"This is the condition that will be added to the WHERE clause. For example, to " -"only return rows for a particular client, you might define a regular filter with " -"the clause `client_id = 9`. To display no rows unless a user belongs to a RLS " -"filter role, a base filter can be created with the clause `1 = 0` (always false)." -msgstr "" -"To je pogoj, ki bo dodan WHERE stavku. Npr., če želite dobiti vrstice za določeno " -"stranko, lahko definirate regularni filter z izrazom 'id_stranke = 9'. Če ne " -"želimo prikazati vrstic, razen če uporabnik pripada RLS vlogi, lahko filter " -"ustvarimo z izrazom `1 = 0` (vedno neresnično)." - -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:326 -#: superset/connectors/sqla/views.py:322 superset/connectors/sqla/views.py:341 -msgid "Tables" -msgstr "Tabele" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 +msgid "Add sheet" +msgstr "Dodaj preglednico" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:439 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:442 -#: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:323 superset/views/dashboard/mixin.py:83 -msgid "Roles" -msgstr "Vloge" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +msgid "Add the name of the chart" +msgstr "Dodajte naslov grafikona" -#: superset/connectors/sqla/views.py:324 -msgid "Clause" -msgstr "Stavek" +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" +msgstr "Dodajte naziv nadzorne plošče" -#: superset/connectors/sqla/views.py:325 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:196 -#: superset/views/database/mixins.py:195 -msgid "Creator" -msgstr "Avtor" +#: superset-frontend/src/explore/components/SaveModal.tsx:351 +msgid "Add to dashboard" +msgstr "Dodaj na nadzorno ploščo" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:127 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:295 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:315 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:341 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:361 -#: superset/connectors/sqla/views.py:326 superset/connectors/sqla/views.py:452 -#: superset/views/dashboard/mixin.py:86 superset/views/dashboard/views.py:197 -#: superset/views/database/mixins.py:205 superset/views/sql_lab.py:77 -msgid "Modified" -msgstr "Spremenjeno" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" +msgstr "Dodaj/uredi filter" -#: superset/connectors/sqla/views.py:342 -msgid "Show Table" -msgstr "Prikaži tabelo" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 +msgid "Added" +msgstr "Dodano" -#: superset/connectors/sqla/views.py:343 -msgid "Import a table definition" -msgstr "Uvozi definicijo tabele" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "Dodaj na nadzorno ploščo" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: superset/connectors/sqla/views.py:344 -msgid "Edit Table" -msgstr "Uredi tabelo" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 +msgid "Additional Parameters" +msgstr "Dodatni parametri" -#: superset/connectors/sqla/views.py:375 -msgid "" -"The list of charts associated with this table. By altering this datasource, you " -"may change how these associated charts behave. Also note that charts need to " -"point to a datasource, so this form will fail at saving if removing charts from a " -"datasource. If you want to change the datasource for a chart, overwrite the chart " -"from the 'explore view'" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" msgstr "" -"Seznam grafikonov, povezanih s to tabelo. S spreminjanjem podatkovnega vira lahko " -"spremenite, kako se povezani grafikoni obnašajo. Poleg tega morajo biti grafikoni " -"povezani s podatkovnim virom. Če odstranite grafikon s podatkovnega vira ne bo " -"mogoče shraniti tega vnosa. Če želite spremeniti podatkovni vir grafikona, " -"prepišite grafikon v raziskovalnem pogledu." - -#: superset/connectors/sqla/views.py:384 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Razlika časovnega pasu (v urah) za ta podatkovni vir" -#: superset/connectors/sqla/views.py:385 -msgid "Name of the table that exists in the source database" -msgstr "Ime tabele, ki obstaja v izvorni podatkovni bazi" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 +msgid "Additional information" +msgstr "Dodatne informacije" -#: superset/connectors/sqla/views.py:386 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" -"Shema, ki se uporablja pri nekaterih podatkovnih bazah, kot so Postgres, Redshift " -"in DB2" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 +msgid "Additional metadata" +msgstr "Dodatni metapodatki" -#: superset/connectors/sqla/views.py:393 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query against " -"this string as a subquery." -msgstr "" -"To polje se obnaša kot Supersetov pogled, kar pomeni, da bo Superset izvedel " -"poizvedbo za ta niz kot podpoizvedbo." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 +msgid "Additional padding for legend." +msgstr "Dodatni razmak za legendo." -#: superset/connectors/sqla/views.py:397 -msgid "" -"Predicate applied when fetching distinct value to populate the filter control " -"component. Supports jinja template syntax. Applies only when `Enable Filter " -"Select` is on." -msgstr "" -"Privzeta vrednost za pridobivanje različnih vrednost pri oblikovanju filtrov. " -"Podpira sintakso za jinja predloge. Potrebno le, ko je vključeno `Omogoči izbiro " -"filtra`." +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 +msgid "Additional parameters" +msgstr "Dodatni parametri" -#: superset/connectors/sqla/views.py:403 -msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "Preusmeri v to končno točko, ko kliknete na tabelo v seznamu tabel" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "Pogojno oblikovanje" -#: superset/connectors/sqla/views.py:407 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter section " -"with a list of distinct values fetched from the backend on the fly" -msgstr "" -"Če želite napolniti spustni seznam filtra v raziskovalnem pogledu filtrske " -"sekcije z različnimi vrednostmi, pridobljenimi sproti v ozadju" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 +msgid "Additional text to add before or after the value, e.g. unit" +msgstr "Dodatno besedilo, ki ga dodate pred ali za vrednost, npr. enota" -#: superset/connectors/sqla/views.py:412 -msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" -msgstr "" -"Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL laboratoriju" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +msgid "Additive" +msgstr "Aditivno" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:949 -#: superset/connectors/sqla/views.py:415 -msgid "" -"A set of parameters that become available in the query using Jinja templating " -"syntax" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." msgstr "" -"Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo sintakse za " -"Jinja predloge" -#: superset/connectors/sqla/views.py:419 -msgid "" -"Duration (in seconds) of the caching timeout for this table. A timeout of 0 " -"indicates that the cache never expires. Note this defaults to the database " -"timeout if undefined." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." msgstr "" -"Trajanje (v sekundah) predpomnjenja za to tabelo. Vrednost 0 označuje, da " -"predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima nastavitev " -"trajanja za podatkovno bazo." - -#: superset/connectors/sqla/views.py:433 -msgid "Associated Charts" -msgstr "Povezani grafikoni" -#: superset/connectors/sqla/views.py:435 -msgid "Changed By" -msgstr "Spremenil" - -#: superset-frontend/src/components/DatabaseSelector/index.tsx:279 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1145 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:251 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:280 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:326 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:479 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:426 -#: superset/connectors/sqla/views.py:436 superset/connectors/sqla/views.py:437 -#: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:123 superset/views/database/forms.py:285 -#: superset/views/database/forms.py:416 superset/views/database/mixins.py:194 -#: superset/views/sql_lab.py:75 -msgid "Database" -msgstr "Podatkovna baza" - -#: superset/connectors/sqla/views.py:438 superset/views/database/mixins.py:196 -msgid "Last Changed" -msgstr "Zadnja sprememba" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 +msgid "Advanced" +msgstr "Napredno" -#: superset/connectors/sqla/views.py:439 -msgid "Enable Filter Select" -msgstr "Omogoči izbiro filtra" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 +msgid "Advanced Analytics" +msgstr "Napredna analitika" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:331 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:494 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:289 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:446 -#: superset/connectors/sqla/views.py:440 superset/views/database/forms.py:129 -#: superset/views/database/forms.py:291 superset/views/database/forms.py:422 -msgid "Schema" -msgstr "Shema" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +msgid "Advanced Data type" +msgstr "Napredni podatkovni tip" -#: superset/connectors/sqla/views.py:441 -msgid "Default Endpoint" -msgstr "Privzeta končna točka" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 +msgid "Advanced analytics" +msgstr "Napredna analitika" -#: superset/connectors/sqla/views.py:442 -msgid "Offset" -msgstr "Odmik" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +msgid "Advanced analytics Query A" +msgstr "Poizvedba A za napredno analitiko" -#: superset/connectors/sqla/views.py:443 superset/views/chart/mixin.py:77 -msgid "Cache Timeout" -msgstr "Trajanje predpomnilnika" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +msgid "Advanced analytics Query B" +msgstr "Poizvedba B za napredno analitiko" -#: superset/connectors/sqla/views.py:444 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:249 superset/views/database/forms.py:385 -msgid "Table Name" -msgstr "Ime tabele" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +msgid "Advanced data type" +msgstr "Napredni podatkovni tip" -#: superset/connectors/sqla/views.py:445 -msgid "Fetch Values Predicate" -msgstr "Pridobi vrednosti predikatov" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "Advanced-Analytics" +msgstr "Napredna analitika" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:558 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:372 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:375 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:419 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:422 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:173 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:284 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1097 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1102 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:337 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:366 -#: superset/connectors/sqla/views.py:446 superset/views/chart/mixin.py:83 -#: superset/views/dashboard/mixin.py:82 -msgid "Owners" -msgstr "Lastniki" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "Estetika" -#: superset/connectors/sqla/views.py:447 -msgid "Main Datetime Column" -msgstr "Glavni stolpec Datum-Čas" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 +msgid "After" +msgstr "PO" -#: superset/connectors/sqla/views.py:449 -msgid "SQL Lab View" -msgstr "Pogled SQL laboratorija" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 +msgid "Aggregate" +msgstr "Agregacija" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:93 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:948 -#: superset/connectors/sqla/views.py:450 -msgid "Template parameters" -msgstr "Parametri predlog" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 +msgid "Aggregate Mean" +msgstr "Agregirano povprečje" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 +msgid "Aggregate Sum" +msgstr "Agregirana vsota" -#: superset/connectors/sqla/views.py:473 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" -"The table was created. As part of this two-phase configuration process, you " -"should now click the edit button by the new table to configure it." +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -"Tabela je ustvarjena. Sedaj morate v tem dvodelnem postopku klikniti gumb za " -"urejanje nove tabele." - -#: superset/css_templates/api.py:139 -#, python-format -msgid "Deleted %(num)d css template" -msgid_plural "Deleted %(num)d css templates" -msgstr[0] "Izbrisana %(num)d css predloga" -msgstr[1] "Izbrisani %(num)d css predlogi" -msgstr[2] "Izbrisane %(num)d css predloge" -msgstr[3] "Izbrisanih %(num)d css predlog" +"Agregacijska funkcija za seznam točk v vsaki gruči, s katero se ustvari " +"oznaka gruče." -#: superset/css_templates/commands/exceptions.py:23 -msgid "CSS template could not be deleted." -msgstr "CSS predloge ni mogoče izbrisati." +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" -#: superset/css_templates/commands/exceptions.py:27 -msgid "CSS template not found." -msgstr "CSS predloga ni najdena." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" +"Agregira podatke znotraj meja celic in agregirane vrednosti ponazori z " +"dinamično barvno lestvico" -#: superset/dashboards/api.py:713 -#, python-format -msgid "Deleted %(num)d dashboard" -msgid_plural "Deleted %(num)d dashboards" -msgstr[0] "Izbrisana je %(num)d nadzorna plošča" -msgstr[1] "Izbrisani sta %(num)d nadzorni plošči" -msgstr[2] "Izbrisane so %(num)d nadzorne plošče" -msgstr[3] "Izbrisanih je %(num)d nadzornih plošč" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 +msgid "Aggregation function" +msgstr "Agregacijska funkcija" -#: superset/dashboards/filters.py:37 -msgid "Title or Slug" -msgstr "Naslov ali `Slug`" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "opozorilo" -#: superset/dashboards/filters.py:53 -msgid "Created by me" -msgstr "Ustvarjeno z moje strani" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 +msgid "Alert Triggered, In Grace Period" +msgstr "Opozorilo sproženo, v obdobju mirovanja" -#: superset/dashboards/filters.py:202 -msgid "Role" -msgstr "Vloga" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 +msgid "Alert condition" +msgstr "Status opozorila" -#: superset/dashboards/commands/exceptions.py:39 -msgid "Must be unique" -msgstr "Mora biti unikaten" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 +msgid "Alert condition schedule" +msgstr "Urnik statusov opozoril" -#: superset/dashboards/commands/exceptions.py:43 -msgid "Dashboard parameters are invalid." -msgstr "Parametri nadzorne plošče so neveljavni." +#: superset/reports/commands/exceptions.py:253 +msgid "Alert ended grace period." +msgstr "Opozorilo je končalo obdobje mirovanja." -#: superset/dashboards/commands/exceptions.py:54 -msgid "Dashboard could not be created." -msgstr "Nadzorne plošče ni mogoče ustvariti." +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 +msgid "Alert failed" +msgstr "Opozorilo ni uspelo" -#: superset/dashboards/commands/exceptions.py:58 -msgid "Dashboards could not be deleted." -msgstr "Nadzornih plošč ni mogoče izbrisati." +#: superset/reports/commands/exceptions.py:248 +msgid "Alert fired during grace period." +msgstr "Opozorilo sproženo med obdobjem mirovanja." -#: superset/dashboards/commands/exceptions.py:66 -msgid "Dashboard could not be updated." -msgstr "Nadzorne plošče ni mogoče posodobiti." +#: superset/reports/commands/exceptions.py:223 +msgid "Alert found an error while executing a query." +msgstr "Opozorilo je našlo napako pri izvajanju poizvedbe." -#: superset/dashboards/commands/exceptions.py:70 -msgid "Dashboard could not be deleted." -msgstr "Nadzorne plošče ni mogoče izbrisati." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 +msgid "Alert name" +msgstr "Naslov opozorila" -#: superset/dashboards/commands/exceptions.py:78 -msgid "Changing this Dashboard is forbidden" -msgstr "Spreminjanje te nadzorne plošče ni dovoljeno" +#: superset/reports/commands/exceptions.py:258 +msgid "Alert on grace period" +msgstr "Opozorilo v obdobju mirovanja" -#: superset/dashboards/commands/exceptions.py:82 -msgid "Import dashboard failed for an unknown reason" -msgstr "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" +#: superset/reports/commands/exceptions.py:214 +msgid "Alert query returned a non-number value." +msgstr "Poizvedba za opozorilo je vrnila neštevilsko vrednost." -#: superset/dashboards/commands/exceptions.py:86 -msgid "You don't have access to this dashboard." -msgstr "Nimate dostopa do te nadzorne plošče." +#: superset/reports/commands/exceptions.py:209 +msgid "Alert query returned more than one column." +msgstr "Poizvedba za opozorilo je vrnila več kot en stolpec." -#: superset/dashboards/commands/importers/v0.py:305 -msgid "No data in file" -msgstr "V datoteki ni podatkov" +#: superset/reports/commands/alert.py:109 +#, python-format +msgid "Alert query returned more than one column. %s columns returned" +msgstr "" +"Poizvedba za opozorilo je vrnila več kot en stolpec. Število vrnjenih " +"stolpcev: %s" -#: superset/dashboards/permalink/exceptions.py:23 -#: superset/explore/permalink/exceptions.py:23 -msgid "Invalid state." -msgstr "Neveljavno stanje." +#: superset/reports/commands/exceptions.py:199 +msgid "Alert query returned more than one row." +msgstr "Poizvedba za opozorilo je vrnila več kot eno vrstico." -#: superset/dashboards/permalink/exceptions.py:27 -#: superset/explore/permalink/exceptions.py:27 superset/key_value/exceptions.py:34 -#: superset/temporary_cache/commands/exceptions.py:29 -msgid "An error occurred while creating the value." -msgstr "Pri ustvarjanju vrednosti je prišlo do težave." +#: superset/reports/commands/alert.py:100 +#, python-format +msgid "Alert query returned more than one row. %s rows returned" +msgstr "" +"Poizvedba za opozorilo je vrnila več kot eno vrstico. Št. vrnjenih " +"vrstic: %s" -#: superset/dashboards/permalink/exceptions.py:31 -#: superset/explore/permalink/exceptions.py:31 superset/key_value/exceptions.py:38 -#: superset/temporary_cache/commands/exceptions.py:33 -msgid "An error occurred while accessing the value." -msgstr "Pri dostopanju do vednosti je prišlo do težave." +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 +msgid "Alert running" +msgstr "Opozorilo aktivno" -#: superset/databases/decorators.py:46 -msgid "Table name undefined" -msgstr "Ime tabele ni definirano" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 +msgid "Alert triggered, notification sent" +msgstr "Opozorilo sproženo, obvestilo poslano" -#: superset/databases/filters.py:66 -msgid "Upload Enabled" -msgstr "Nalaganje omogočeno" +#: superset/reports/commands/exceptions.py:204 +msgid "Alert validator config error." +msgstr "Napaka nastavitev potrjevalnika opozoril." -#: superset/databases/schemas.py:151 -msgid "" -"Invalid connection string, a valid string usually follows: driver://user:" -"password@database-host/database-name" -msgstr "" -"Neveljaven niz povezave - veljaven niz običajno sledi: driver://user:" -"password@database-host/database-name" +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 +msgid "Alerts" +msgstr "Opozorila" -#: superset/databases/schemas.py:186 superset/databases/schemas.py:201 -#, python-format -msgid "Field cannot be decoded by JSON. %(msg)s" -msgstr "Polja ni mogoče dekodirati z JSON. %(msg)s" +#: superset/initialization/__init__.py:410 +msgid "Alerts & Reports" +msgstr "Opozorila in poročila" -#: superset/databases/schemas.py:209 -#, python-format -msgid "" -"The metadata_params in Extra field is not configured correctly. The key %(key)s " -"is invalid." -msgstr "" -"Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %(key)s je " -"neveljaven." +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 +msgid "Alerts & reports" +msgstr "Opozorila in poročila" -#: superset/databases/schemas.py:275 -msgid "" -"Engine spec \"InvalidEngine\" does not support being configured via individual " -"parameters." -msgstr "" -"Specifikacija baze \"InvalidEngine\" ne podpira konfiguracije s posameznimi " -"parametri." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +msgid "Align +/-" +msgstr "Poravnaj +/-" -#: superset/databases/schemas.py:302 -msgid "" -"An engine must be specified when passing individual parameters to a database." -msgstr "" -"Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen tip." +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 +msgid "All" +msgstr "Vsi" -#: superset/databases/commands/validate.py:60 superset/databases/schemas.py:312 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "\"%(engine)s\" ni veljaven tip podatkovne baze." +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "Vsi filtri" -#: superset/databases/commands/exceptions.py:32 -msgid "Database parameters are invalid." -msgstr "Parametri podatkovne baze so neveljavni." +#: superset/annotation_layers/annotations/filters.py:28 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 +#: superset/css_templates/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 +msgid "All Text" +msgstr "Celotno besedilo" -#: superset/databases/commands/exceptions.py:42 -msgid "A database with the same name already exists." -msgstr "Podatkovna baza z enakim imenom že obstaja." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 +msgid "All charts" +msgstr "Vsi grafikoni" -#: superset/databases/commands/exceptions.py:50 -msgid "Field is required" -msgstr "Polje je obvezno" +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" +msgstr "Vsi filtri" -#: superset/databases/commands/exceptions.py:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format -msgid "Field cannot be decoded by JSON. %(json_error)s" -msgstr "Polja ni mogoče dekodirati z JSON. %(json_error)s" +msgid "All filters (%(filterCount)d)" +msgstr "Vsi filtri (%(filterCount)d)" -#: superset/databases/commands/exceptions.py:80 -#: superset/views/database/mixins.py:255 -msgid "" -"The metadata_params in Extra field is not configured correctly. The key %{key}s " -"is invalid." -msgstr "" -"Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %{key}s je " -"neveljaven." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 +msgid "All panels" +msgstr "Vsi paneli" -#: superset/databases/commands/exceptions.py:92 -msgid "Database not found." -msgstr "Podatkovna baza ni najdena." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 +msgid "All panels with this column will be affected by this filter" +msgstr "Ta filter bo vplival na vse panele s tem stolpcem" -#: superset/databases/commands/exceptions.py:96 -msgid "Database could not be created." -msgstr "Podatkovne baze ni mogoče ustvariti." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 +msgid "Allow CREATE TABLE AS" +msgstr "Dovoli CREATE TABLE AS" -#: superset/databases/commands/exceptions.py:100 -msgid "Database could not be updated." -msgstr "Podatkovne baze ni mogoče posodobiti." +#: superset/views/database/mixins.py:112 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" -#: superset/databases/commands/exceptions.py:107 -#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1403 -msgid "Connection failed, please check your connection settings" -msgstr "Povezava neuspešna. Preverite nastavitve povezave" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 +msgid "Allow CREATE VIEW AS" +msgstr "Dovoli CREATE VIEW AS" -#: superset/databases/commands/exceptions.py:111 -msgid "Cannot delete a database that has datasets attached" -msgstr "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" +#: superset/views/database/mixins.py:113 +msgid "Allow CREATE VIEW AS option in SQL Lab" +msgstr "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" -#: superset/databases/commands/exceptions.py:115 -msgid "Database could not be deleted." -msgstr "Podatkovne baze ni mogoče izbrisati." +#: superset/views/database/mixins.py:198 +msgid "Allow Csv Upload" +msgstr "Dovoli nalaganje CSV" -#: superset/databases/commands/exceptions.py:128 -msgid "Stopped an unsafe database connection" -msgstr "Nevarna povezava s podatkovno bazo je bila ustavljena" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 +msgid "Allow DML" +msgstr "Dovoli DML" -#: superset/databases/commands/exceptions.py:132 -msgid "Could not load database driver" -msgstr "Ni mogoče naložiti gonilnika podatkovne baze" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" +msgstr "Omogoči razvrščanje stolpcev" -#: superset/databases/commands/exceptions.py:137 superset/views/core.py:1411 -msgid "Unexpected error occurred, please check your logs for details" -msgstr "Zgodila se je nepričakovana napaka. Podrobnosti preverite v dnevnikih" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 +msgid "Allow creation of new tables based on queries" +msgstr "Dovoli ustvarjanje novih tabel s poizvedbami" -#: superset/databases/commands/exceptions.py:142 -msgid "no SQL validator is configured" -msgstr "SQL potrjevalnik ni nastavljen" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 +msgid "Allow creation of new views based on queries" +msgstr "Dovoli ustvarjanje novih pogledov s poizvedbami" -#: superset/databases/commands/exceptions.py:147 -msgid "No validator found (configured for the engine)" -msgstr "Potrjevalnik ni najden (nastavljen za podatkovno bazo)" +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 +msgid "Allow data manipulation language" +msgstr "Dovoli jezik za manipulacijo podatkov (DML)" -#: superset/databases/commands/exceptions.py:152 -#: superset/databases/commands/exceptions.py:162 -msgid "Was unable to check your query" -msgstr "Poizvedbe ni bilo mogoče preveriti" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" +"Uporabniku omogočite, da s potegom razvrsti stolpce. Sprememba se ne bo " +"ohranila, ko bo grafikon ponovno naložen." -#: superset/databases/commands/exceptions.py:157 -msgid "An unexpected error occurred" -msgstr "Prišlo je do nepričakovane napake" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." -#: superset/databases/commands/exceptions.py:166 -msgid "Import database failed for an unknown reason" -msgstr "Uvoz podatkovne baze ni uspel zaradi neznanega razloga" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 +msgid "" +"Allow manipulation of the database using non-SELECT statements such as " +"UPDATE, DELETE, CREATE, etc." +msgstr "" +"Dovoli manipulacije podatkovne baze z uporabo ne-SELECT stavkov, kot so " +"UPDATE, DELETE, CREATE, itd." -#: superset/databases/commands/test_connection.py:134 -msgid "Could not load database driver: {}" -msgstr "Ni mogoče naložiti gonilnika podatkovne baze: {}" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 +msgid "Allow multiple selections" +msgstr "Dovoli več izbir" -#: superset/databases/commands/validate.py:73 -#, python-format -msgid "Engine \"%(engine)s\" cannot be configured through parameters." -msgstr "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 +msgid "Allow node selections" +msgstr "Dovoli izbiro vozlišča" -#: superset/databases/commands/validate.py:140 -msgid "Database is offline." -msgstr "Podatkovna baza ni povezana." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" +msgstr "Dovoli pošiljanje več poligonov kot dogodek filtra" -#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2372 -#, python-format -msgid "" -"%(validator)s was unable to check your query.\n" -"Please recheck your query.\n" -"Exception: %(ex)s" -msgstr "" -"%(validator)s ni mogel preveriti vaše poizvedbe.\n" -"Ponovno preverite poizvedbo.\n" -"Izjema: %(ex)s" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 +msgid "Allow this database to be explored" +msgstr "Dovoli raziskovanje te podatkovne baze" -#: superset/databases/commands/validate_sql.py:101 -msgid "no SQL validator is configured for {}" -msgstr "SQL potrjevalnik ni nastavljen za {}" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 +msgid "Allow this database to be queried in SQL Lab" +msgstr "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" -#: superset/databases/commands/validate_sql.py:114 -msgid "No validator named {} found (configured for the {} engine)" -msgstr "Potrjevalnik {} ni bil najden (nastavljen za podatkovno bazo {})" +#: superset/views/database/mixins.py:114 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" +"Dovoli uporabnikom poganjanje ne-SELECT stavkov (UPDATE, DELETE, CREATE, " +"...) v SQL laboratoriju" -#: superset/datasets/api.py:680 -#, python-format -msgid "Deleted %(num)d dataset" -msgid_plural "Deleted %(num)d datasets" -msgstr[0] "Izbrisan %(num)d podatkovni set" -msgstr[1] "Izbrisana %(num)d podatkovna niza" -msgstr[2] "Izbrisani %(num)d podatkovni nizi" -msgstr[3] "Izbrisanih %(num)d podatkovnih nizov" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "Dovoljene domene (ločeno z vejico)" -#: superset/datasets/filters.py:26 -msgid "Null or Empty" -msgstr "Nič (NULL) ali prazen" +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 +msgid "Alphabetical" +msgstr "Po abecedi" -#: superset/datasets/columns/commands/exceptions.py:23 -msgid "Dataset column not found." -msgstr "Stolpec podatkovnega seta ni najden." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +msgid "" +"Also known as a box and whisker plot, this visualization compares the " +"distributions of a related metric across multiple groups. The box in the " +"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " +"around each box visualize the min, max, range, and outer 2 quartiles." +msgstr "" +"Znan tudi kot grafikon škatla z brki. prikaže primerjavo porazdelitev " +"povezanih mer v različnih skupinah. Škatla na sredini predstavlja " +"povprečje, mediano in notranja 2 kvartila. Brki na vsaki škatli " +"prikazujejo minimum, maksimum, območje in zunanja dva kvartila." -#: superset/datasets/columns/commands/exceptions.py:27 -msgid "Dataset column delete failed." -msgstr "Brisanje stolpca podatkovnega seta neuspešno." +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 +msgid "Altered" +msgstr "Spremenjeno" -#: superset/datasets/columns/commands/exceptions.py:31 -#: superset/datasets/metrics/commands/exceptions.py:31 -msgid "Changing this dataset is forbidden." -msgstr "Spreminjanje tega podatkovnega seta ni dovoljeno." +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "Prišlo je do napake" -#: superset/datasets/commands/exceptions.py:32 +#: superset/reports/commands/exceptions.py:188 #, python-format -msgid "Dataset %(name)s already exists" -msgstr "Podatkovni set %(name)s že obstaja" +msgid "An alert named \"%(name)s\" already exists" +msgstr "Opozorilo poimenovano %(name)s že obstaja" -#: superset/datasets/commands/exceptions.py:50 -msgid "Database not allowed to change" -msgstr "Podatkovne baze ni dovoljeno spreminjati" +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 +msgid "" +"An enclosed time range (both start and end) must be specified when using " +"a Time Comparison." +msgstr "" +"Pri časovni primerjavi mora biti določeno zaprto časovno obdobje (s časom" +" začetka in konca)." -#: superset/datasets/commands/exceptions.py:70 -msgid "One or more columns do not exist" -msgstr "En ali več stolpcev ne obstaja" +#: superset/databases/schemas.py:285 +msgid "" +"An engine must be specified when passing individual parameters to a " +"database." +msgstr "" +"Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen " +"tip." -#: superset/datasets/commands/exceptions.py:80 -msgid "One or more columns are duplicated" -msgstr "En ali več stolpcev je podvojenih" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 +msgid "An error has occurred" +msgstr "Prišlo je do napake" -#: superset/datasets/commands/exceptions.py:90 -msgid "One or more columns already exist" -msgstr "En ali več stolpcev že obstaja" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 +msgid "An error occurred" +msgstr "Prišlo je do napake" -#: superset/datasets/commands/exceptions.py:99 -msgid "One or more metrics do not exist" -msgstr "Ena ali več mer ne obstaja" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 +msgid "An error occurred saving dataset" +msgstr "Pri shranjevanju podatkovnega seta je prišlo do napake" -#: superset/datasets/commands/exceptions.py:109 -msgid "One or more metrics are duplicated" -msgstr "Ena ali več mer je podvojenih" +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 +msgid "An error occurred while accessing the value." +msgstr "Pri dostopanju do vednosti je prišlo do težave." -#: superset/datasets/commands/exceptions.py:119 -msgid "One or more metrics already exist" -msgstr "Ena ali več mer že obstaja" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." +msgstr "" +"Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/datasets/commands/exceptions.py:130 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format +msgid "An error occurred while creating %ss: %s" +msgstr "Napaka pri ustvarjanju %s: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 +msgid "An error occurred while creating the data source" +msgstr "Pri ustvarjanju podatkovnega vira je prišlo do težave" + +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 +msgid "An error occurred while creating the value." +msgstr "Pri ustvarjanju vrednosti je prišlo do težave." + +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 +msgid "An error occurred while deleting the value." +msgstr "Pri brisanju vrednosti je prišlo do napake." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" -"Table [%(table_name)s] could not be found, please double check your database " -"connection, schema, and table name" +"An error occurred while expanding the table schema. Please contact your " +"administrator." msgstr "" -"Tabele [%(table_name)s] ni mogoče najti. Preverite povezavo, shemo in ime " -"podatkovne baze" +"Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/datasets/commands/exceptions.py:149 -msgid "Dataset does not exist" -msgstr "Podatkovni set ne obstaja" +#: superset-frontend/src/views/CRUD/hooks.ts:106 +#, python-format +msgid "An error occurred while fetching %s info: %s" +msgstr "Napaka pri pridobivanju informacij za %s: %s" -#: superset/datasets/commands/exceptions.py:153 -msgid "Dataset parameters are invalid." -msgstr "Parametri podatkovnega seta so neveljavni." +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 +#, python-format +msgid "An error occurred while fetching %ss: %s" +msgstr "Napaka pri pridobivanju informacij za %s: %s" -#: superset/datasets/commands/exceptions.py:157 -msgid "Dataset could not be created." -msgstr "Podatkovnega niza ni mogoče ustvariti." +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 +msgid "An error occurred while fetching available CSS templates" +msgstr "Pri pridobivanju CSS predlog je prišlo do napake" -#: superset/datasets/commands/exceptions.py:161 -#: superset/datasets/commands/exceptions.py:173 -msgid "Dataset could not be updated." -msgstr "Podatkovnega niza ni mogoče posodobiti." +#: superset-frontend/src/pages/ChartList/index.tsx:641 +#, python-format +msgid "An error occurred while fetching chart created by values: %s" +msgstr "Pri pridobivanju polja Grafikon ustvaril je prišlo do napake: %s" -#: superset/datasets/commands/exceptions.py:165 -msgid "Dataset could not be deleted." -msgstr "Podatkovnega niza ni mogoče izbrisati." +#: superset-frontend/src/pages/ChartList/index.tsx:619 +#, python-format +msgid "An error occurred while fetching chart owners values: %s" +msgstr "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" -#: superset/datasets/commands/exceptions.py:169 -msgid "Dataset(s) could not be bulk deleted." -msgstr "Podatkovnih nizov ni mogoče množično izbrisati." +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 +#, python-format +msgid "An error occurred while fetching created by values: %s" +msgstr "Pri pridobivanju vrednosti \"Ustvaril\" je prišlo do napake: %s" -#: superset/datasets/commands/exceptions.py:177 -msgid "Samples for dataset could not be retrieved." -msgstr "Vzorcev za podatkovni set ni bilo mogoče pridobiti." +#: superset-frontend/src/pages/DashboardList/index.tsx:556 +#, python-format +msgid "An error occurred while fetching dashboard created by values: %s" +msgstr "Pri pridobivanju polja Nadzorno ploščo ustvaril je prišlo do napake: %s" -#: superset/datasets/commands/exceptions.py:181 -msgid "Changing this dataset is forbidden" -msgstr "Spreminjanje tega podatkovnega seta ni dovoljeno" +#: superset-frontend/src/pages/DashboardList/index.tsx:534 +#, python-format +msgid "An error occurred while fetching dashboard owner values: %s" +msgstr "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" -#: superset/datasets/commands/exceptions.py:185 -msgid "Import dataset failed for an unknown reason" -msgstr "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" +#: superset-frontend/src/pages/ChartList/index.tsx:299 +#, fuzzy +msgid "An error occurred while fetching dashboards" +msgstr "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" -#: superset/datasets/commands/exceptions.py:189 -msgid "You don't have access to this dataset." -msgstr "Nimate dostopa do tega podatkovnega seta." +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 +#, python-format +msgid "An error occurred while fetching dashboards: %s" +msgstr "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" -#: superset/datasets/metrics/commands/exceptions.py:23 -msgid "Dataset metric not found." -msgstr "Mer podatkovnega seta ni najdena." +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 +#, python-format +msgid "An error occurred while fetching database related data: %s" +msgstr "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" -#: superset/datasets/metrics/commands/exceptions.py:27 -msgid "Dataset metric delete failed." -msgstr "Brisanje mere podatkovnega seta ni uspelo." +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 +#, python-format +msgid "An error occurred while fetching database values: %s" +msgstr "Pri pridobivanju vrednosti podatkovne baze je prišlo do napake: %s" -#: superset/db_engine_specs/athena.py:55 superset/db_engine_specs/bigquery.py:181 -#: superset/db_engine_specs/postgres.py:145 -#: superset/db_engine_specs/snowflake.py:105 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format -msgid "" -"Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, " -"try running your query again." +msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -"Preverite, če ima vaša poizvedba sintaktične napake pri \"%(syntax_error)s\". " -"Potem ponovno poženite poizvedbo." +"Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo " +"do napake: %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 -#: superset/db_engine_specs/base.py:96 -msgid "Original value" -msgstr "Izvorna vrednost" +#: superset-frontend/src/pages/DatasetList/index.tsx:510 +#, python-format +msgid "An error occurred while fetching dataset owner values: %s" +msgstr "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" -#: superset/db_engine_specs/base.py:97 -msgid "Second" -msgstr "Sekunda" +#: superset-frontend/src/pages/DatasetList/index.tsx:222 +msgid "An error occurred while fetching dataset related data" +msgstr "Napaka pri pridobivanju podatkov iz podatkovnega seta" -#: superset/db_engine_specs/base.py:98 -msgid "5 second" -msgstr "5 sekund" +#: superset-frontend/src/pages/DatasetList/index.tsx:242 +#, python-format +msgid "An error occurred while fetching dataset related data: %s" +msgstr "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" -#: superset/db_engine_specs/base.py:99 -msgid "30 second" -msgstr "30 sekund" +#: superset-frontend/src/pages/DatasetList/index.tsx:530 +#, python-format +msgid "An error occurred while fetching datasets: %s" +msgstr "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" -#: superset/db_engine_specs/base.py:100 -msgid "Minute" -msgstr "Minuta" - -#: superset/db_engine_specs/base.py:101 -msgid "5 minute" -msgstr "5 minut" - -#: superset/db_engine_specs/base.py:102 -msgid "10 minute" -msgstr "10 minut" - -#: superset/db_engine_specs/base.py:103 -msgid "15 minute" -msgstr "15 minut" - -#: superset/db_engine_specs/base.py:104 -msgid "30 minute" -msgstr "30 minut" - -#: superset/db_engine_specs/base.py:105 -msgid "Hour" -msgstr "Ura" - -#: superset/db_engine_specs/base.py:106 -msgid "6 hour" -msgstr "6 ur" - -#: superset/db_engine_specs/base.py:107 -msgid "Day" -msgstr "Dan" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 +msgid "An error occurred while fetching function names." +msgstr "Pri pridobivanju imen funkcij je prišlo do napake." -#: superset/db_engine_specs/base.py:108 -msgid "Week" -msgstr "Teden" +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "Pri pridobivanju polja lastnik je prišlo do napake: %s" -#: superset/db_engine_specs/base.py:109 -msgid "Month" -msgstr "Mesec" +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 +#, python-format +msgid "An error occurred while fetching schema values: %s" +msgstr "Pri pridobivanju vrednosti shem je prišlo do napake: %s" -#: superset/db_engine_specs/base.py:110 -msgid "Quarter" -msgstr "Četrtletje" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 +msgid "An error occurred while fetching tab state" +msgstr "Pri pridobivanju stanja zavihka je prišlo do napake" -#: superset/db_engine_specs/base.py:111 -msgid "Year" -msgstr "Leto" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 +msgid "An error occurred while fetching table metadata" +msgstr "Pri pridobivanju metapodatkov tabele je prišlo do napake" -#: superset/db_engine_specs/base.py:112 -msgid "Week starting Sunday" -msgstr "Teden z začetkom v nedeljo" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." +msgstr "" +"Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/base.py:113 -msgid "Week starting Monday" -msgstr "Teden z začetkom v ponedeljek" +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "Pri pridobivanju vrednosti \"Ustvaril\" je prišlo do napake: %s" -#: superset/db_engine_specs/base.py:114 -msgid "Week ending Saturday" -msgstr "Teden s koncem v soboto" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 +#, python-format +msgid "An error occurred while fetching user values: %s" +msgstr "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" -#: superset/db_engine_specs/base.py:115 -msgid "Week_ending Sunday" -msgstr "Teden s koncem v nedeljo" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 +msgid "" +"An error occurred while hiding the left bar. Please contact your " +"administrator." +msgstr "" +"Pri skrivanju leve vrstice je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1544 -msgid "Username" -msgstr "Uporabniško ime" +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 +#, python-format +msgid "An error occurred while importing %s: %s" +msgstr "Napaka pri uvažanju %s: %s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1545 -msgid "Password" -msgstr "Geslo" +#: superset-frontend/src/components/Chart/chartAction.js:579 +msgid "An error occurred while loading the SQL" +msgstr "Pri nalaganju SQL je prišlo do napake" -#: superset/db_engine_specs/base.py:1546 -msgid "Hostname or IP address" -msgstr "Ime gostitelja ali IP naslov" +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +msgid "An error occurred while opening Explore" +msgstr "Pri odpiranju Raziskovalca je prišlo do napake" -#: superset/db_engine_specs/base.py:1549 -msgid "Database port" -msgstr "Vrata podatkovne baze" +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." +msgstr "Pri branju ključa je prišlo do težave." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1552 -msgid "Database name" -msgstr "Ime podatkovne baze" +#: superset/reports/commands/exceptions.py:286 +msgid "An error occurred while pruning logs " +msgstr "Pri krajšanju dnevnikov je prišlo do napake " -#: superset/db_engine_specs/base.py:1554 -msgid "Additional parameters" -msgstr "Dodatni parametri" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +msgid "An error occurred while removing query. Please contact your administrator." +msgstr "" +"Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/base.py:1557 -msgid "Use an encrypted connection to the database" -msgstr "Uporabite šifrirano povezavo s podatkovno bazo" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 +msgid "An error occurred while removing tab. Please contact your administrator." +msgstr "" +"Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/bigquery.py:151 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" -"We were unable to connect to your database. Please confirm that your service " -"account has the Viewer and Job User roles on the project." +"An error occurred while removing the table schema. Please contact your " +"administrator." msgstr "" -"Povezava s podatkovno bazo ni uspela. Preverite, da ima vaš dostop dodeljeni " -"vlogi Viewer in Job User." +"Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/bigquery.py:160 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "Pri prikazovanju vizualizacije je prišlo do napake: %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" -"The table \"%(table)s\" does not exist. A valid table must be used to run this " -"query." +"An error occurred while setting the active tab. Please contact your " +"administrator." msgstr "" -"Tabela \"%(table)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna " -"tabela." +"Pri določanju aktivnega zavihka je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/bigquery.py:168 -#, python-format -msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 +msgid "" +"An error occurred while setting the tab autorun. Please contact your " +"administrator." msgstr "" -"Zdi se, da ni mogoče razrešiti stolpca \"%(column)s\" v vrstici %(location)s." +"Pri določanju samodejnega zagona zavihka je prišlo do napake. " +"Kontaktirajte administratorja." -#: superset/db_engine_specs/bigquery.py:173 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" -"The schema \"%(schema)s\" does not exist. A valid schema must be used to run this " -"query." +"An error occurred while setting the tab database ID. Please contact your " +"administrator." msgstr "" -"Shema \"%(schema)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna " -"shema." - -#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 -#, python-format -msgid "We can't seem to resolve the column \"%(column_name)s\"" -msgstr "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" +"Pri določanju ID-ja v podatkovne baze za zavihek je prišlo do napake. " +"Kontaktirajte administratorja." -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:172 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy msgid "" -"Please check your query for syntax errors near \"%(server_error)s\". Then, try " -"running your query again." +"An error occurred while setting the tab name. Please contact your " +"administrator." msgstr "" -"Preverite, če ima vaša poizvedba sintaktične napake pri \"%(server_error)s\". " -"Potem ponovno poženite poizvedbo." +"Pri določanju naslova zavihka je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/mssql.py:76 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" -"Either the username \"%(username)s\", password, or database name \"%(database)s\" " -"is incorrect." +"An error occurred while setting the tab schema. Please contact your " +"administrator." msgstr "" -"Uporabniško ime \"%(username)s\", geslo ali ime podatkovne baze \"%(database)s\" " -"so napačni." - -#: superset/db_engine_specs/mssql.py:84 superset/db_engine_specs/postgres.py:114 -#: superset/db_engine_specs/presto.py:197 superset/db_engine_specs/redshift.py:68 -#, python-format -msgid "The hostname \"%(hostname)s\" cannot be resolved." -msgstr "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." - -#: superset/db_engine_specs/mssql.py:89 superset/db_engine_specs/postgres.py:119 -#: superset/db_engine_specs/presto.py:210 superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." -msgstr "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." +"Pri določanju sheme zavihka je prišlo do napake. Kontaktirajte " +"administratorja." -#: superset/db_engine_specs/mssql.py:94 superset/db_engine_specs/postgres.py:124 -#: superset/db_engine_specs/presto.py:202 superset/db_engine_specs/redshift.py:78 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" -"The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s." +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." msgstr "" -"Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči na vratih " -"%(port)s." - -#: superset/db_engine_specs/mysql.py:152 superset/db_engine_specs/presto.py:192 -#: superset/db_engine_specs/redshift.py:63 -#, python-format -msgid "Either the username \"%(username)s\" or the password is incorrect." -msgstr "Uporabniško ime \"%(username)s\" ali geslo sta napačna." - -#: superset/db_engine_specs/mysql.py:157 -#, python-format -msgid "Unknown MySQL server host \"%(hostname)s\"." -msgstr "Neznan MySQL strežnik \"%(hostname)s\"." - -#: superset/db_engine_specs/mysql.py:162 -#, python-format -msgid "The host \"%(hostname)s\" might be down and can't be reached." -msgstr "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči." - -#: superset/db_engine_specs/mysql.py:167 superset/db_engine_specs/postgres.py:132 -#, python-format -msgid "Unable to connect to database \"%(database)s\"." -msgstr "Povezava s podatkovno bazo \"%(database)s\" ni uspela." - -#: superset/db_engine_specs/postgres.py:99 -#, python-format -msgid "The username \"%(username)s\" does not exist." -msgstr "Uporabniško ime \"%(username)s\" ne obstaja." - -#: superset/db_engine_specs/postgres.py:104 -#, python-format -msgid "The password provided for username \"%(username)s\" is incorrect." -msgstr "Geslo za uporabniško ime \"%(username)s\" je napačno." +"Pri določanju parametrov predloge zavihka je prišlo do napake. " +"Kontaktirajte administratorja." -#: superset/db_engine_specs/postgres.py:109 -msgid "Please re-enter the password." -msgstr "Ponovno vpišite geslo." +#: superset-frontend/src/explore/actions/exploreActions.ts:89 +msgid "An error occurred while starring this chart" +msgstr "Pri ocenjevanju grafikona je prišlo do napake" -#: superset/db_engine_specs/postgres.py:137 superset/db_engine_specs/presto.py:168 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" -"We can't seem to resolve the column \"%(column_name)s\" at line %(location)s." +"An error occurred while storing the latest query id in the backend. " +"Please contact your administrator if this problem persists." msgstr "" -"Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\" v vrstici %(location)s." +"Pri shranjevanju zadnjega id-ja poizvedbe v sistem je prišlo do napake. " +"Če se težava ponavlja, kontaktirajte administratorja." -#: superset/db_engine_specs/presto.py:176 -#, python-format +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" -"The table \"%(table_name)s\" does not exist. A valid table must be used to run " -"this query." +"An error occurred while storing your query in the backend. To avoid " +"losing your changes, please save your query using the \"Save Query\" " +"button." msgstr "" -"Tabela \"%(table_name)s\" ne obstaja. V poizvedbi mora biti uporabljena veljavna " -"tabela." +"Pri shranjevanju vaše poizvedbe v sistem je prišlo do napake. Da ne " +"izgubite sprememb, shranite poizvedbo z gumbom \"Shrani poizvedbo\"." -#: superset/db_engine_specs/presto.py:184 -#, python-format -msgid "" -"The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run " -"this query." -msgstr "" -"Shema \"%(schema_name)s\" ne obstaja. Za poizvedbo mora biti uporabljena veljavna " -"shema." +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 +msgid "An error occurred while updating the value." +msgstr "Pri posodabljanju vrednosti je prišlo do težave." -#: superset/db_engine_specs/presto.py:215 -#, python-format -msgid "Unable to connect to catalog named \"%(catalog_name)s\"." -msgstr "Povezava na katalog \"%(catalog_name)s\" ni uspela." +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "Pri posodabljanju vrednosti je prišlo do težave." -#: superset/db_engine_specs/presto.py:1021 -msgid "Unknown Presto Error" -msgstr "Neznana Presto napaka" +#: superset/databases/commands/exceptions.py:162 +msgid "An unexpected error occurred" +msgstr "Prišlo je do nepričakovane napake" -#: superset/db_engine_specs/redshift.py:86 -#, python-format -msgid "" -"We were unable to connect to your database named \"%(database)s\". Please verify " -"your database name and try again." +#: superset/views/core.py:734 +msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" -"Povezava s podatkovno bazo \"%(database)s\" ni uspela. Preverite ime podatkovne " -"baze in poskusite ponovno." +"Zgodila se je neznana napaka. Kontaktirajte svojega administratorja za " +"Superset" -#: superset/db_engine_specs/snowflake.py:100 -#, python-format -msgid "%(object)s does not exist in this database." -msgstr "%(object)s ne obstaja v tej podatkovni bazi." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +msgid "Anchor to" +msgstr "Sidraj na" -#: superset/embedded_dashboard/commands/exceptions.py:34 -msgid "You don't have access to this embedded dashboard config." -msgstr "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 +msgid "Angle at which to end progress axis" +msgstr "Kot, pri katerem se konča os območja" -#: superset/initialization/__init__.py:221 -msgid "Home" -msgstr "Domov" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 +msgid "Angle at which to start progress axis" +msgstr "Kot, pri katerem se začne os območja" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 +msgid "Animation" +msgstr "Animacija" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 +msgid "Annotation" +msgstr "Oznaka" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, python-format +msgid "Annotation Layer %s" +msgstr "Sloj z oznakami %s" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:115 -#: superset/initialization/__init__.py:228 superset/views/annotations.py:113 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "Sloji z oznakami" -#: superset/initialization/__init__.py:231 superset/initialization/__init__.py:255 -#: superset/initialization/__init__.py:267 superset/initialization/__init__.py:316 -#: superset/initialization/__init__.py:389 -msgid "Manage" -msgstr "Upravljaj" - -#: superset-frontend/src/profile/components/CreatedContent.tsx:84 -#: superset-frontend/src/profile/components/Favorites.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:308 -#: superset/initialization/__init__.py:237 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 -msgid "Dashboards" -msgstr "Nadzorne plošče" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 +msgid "Annotation Slice Configuration" +msgstr "Nastavitve rezine z oznakami" -#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:106 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:61 -#: superset-frontend/src/profile/components/CreatedContent.tsx:87 -#: superset-frontend/src/profile/components/Favorites.tsx:88 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:677 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:320 -#: superset/initialization/__init__.py:245 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 -msgid "Charts" -msgstr "Grafikoni" +#: superset/annotation_layers/annotations/commands/exceptions.py:64 +msgid "Annotation could not be created." +msgstr "Oznake ni mogoče ustvariti." -#: superset/initialization/__init__.py:253 -msgid "Plugins" -msgstr "Vtičniki" +#: superset/annotation_layers/annotations/commands/exceptions.py:68 +msgid "Annotation could not be updated." +msgstr "Oznake ni mogoče posodobiti." -#: superset/initialization/__init__.py:264 superset/views/css_templates.py:35 -msgid "CSS Templates" -msgstr "CSS predloge" +#: superset/annotation_layers/annotations/commands/exceptions.py:72 +msgid "Annotation delete failed." +msgstr "Izbris oznake ni uspel." -#: superset/initialization/__init__.py:273 -msgid "Row Level Security" -msgstr "Varnost na nivoju vrstic" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 +msgid "Annotation layer" +msgstr "Sloj z oznakami" -#: superset/initialization/__init__.py:275 superset/initialization/__init__.py:372 -#: superset/initialization/__init__.py:399 -msgid "Security" -msgstr "Varnost" +#: superset/annotation_layers/commands/exceptions.py:37 +msgid "Annotation layer could not be created." +msgstr "Sloja z oznakami ni mogoče ustvariti." -#: superset/initialization/__init__.py:312 -msgid "Import Dashboards" -msgstr "Uvozi nadzorne plošče" +#: superset/annotation_layers/commands/exceptions.py:33 +msgid "Annotation layer could not be deleted." +msgstr "Sloja z oznakami ni mogoče izbrisati." -#: superset/initialization/__init__.py:324 -msgid "SQL Editor" -msgstr "SQL urejevalnik" +#: superset/annotation_layers/commands/exceptions.py:41 +msgid "Annotation layer could not be updated." +msgstr "Sloja z oznakami ni mogoče posodobiti." -#: superset/initialization/__init__.py:329 superset/initialization/__init__.py:344 -msgid "SQL Lab" -msgstr "SQL laboratorij" +#: superset/annotation_layers/commands/exceptions.py:49 +msgid "Annotation layer delete failed." +msgstr "Izbris sloja z oznakami ni uspel." -#: superset/initialization/__init__.py:332 -msgid "Saved Queries" -msgstr "Shranjene poizvedbe" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 +msgid "Annotation layer description columns" +msgstr "Stolpci z opisi slojev z oznakami" -#: superset/initialization/__init__.py:339 -msgid "Query History" -msgstr "Zgodovina poizvedb" +#: superset/annotation_layers/commands/exceptions.py:53 +#: superset/annotation_layers/commands/exceptions.py:57 +msgid "Annotation layer has associated annotations." +msgstr "Sloj z oznakami ima povezane oznake." -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:349 superset/views/database/mixins.py:33 -msgid "Databases" -msgstr "Podatkovne baze" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 +msgid "Annotation layer interval end" +msgstr "Konec intervala sloja z oznakami" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:492 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset-frontend/src/views/components/MenuRight.tsx:132 -#: superset/initialization/__init__.py:352 superset/initialization/__init__.py:361 -msgid "Data" -msgstr "Podatki" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 +msgid "Annotation layer name" +msgstr "Ime sloja z oznakami" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:357 -msgid "Datasets" -msgstr "Podatkovni seti" +#: superset/annotation_layers/commands/exceptions.py:45 +msgid "Annotation layer not found." +msgstr "Sloja z oznakami ni mogoče najti." -#: superset/initialization/__init__.py:370 -msgid "Action Log" -msgstr "Dnevnik aktivnosti" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 +msgid "Annotation layer opacity" +msgstr "Prosojnost sloja z oznakami" -#: superset/initialization/__init__.py:387 -msgid "Alerts & Reports" -msgstr "Opozorila in poročila" +#: superset/annotation_layers/commands/exceptions.py:29 +msgid "Annotation layer parameters are invalid." +msgstr "Parametri sloja z oznakami so neveljavni." -#: superset/initialization/__init__.py:397 -msgid "Access requests" -msgstr "Zahteve za dostop" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 +msgid "Annotation layer stroke" +msgstr "Obroba sloja z oznakami" -#: superset/key_value/exceptions.py:30 -msgid "An error occurred while parsing the key." -msgstr "Pri branju ključa je prišlo do težave." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 +msgid "Annotation layer time column" +msgstr "Časovni stolpec sloja z oznakami" -#: superset/key_value/exceptions.py:42 -#: superset/temporary_cache/commands/exceptions.py:37 -msgid "An error occurred while deleting the value." -msgstr "Pri brisanju vrednosti je prišlo do napake." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 +msgid "Annotation layer title column" +msgstr "Stolpec z naslovom sloja z oznakami" -#: superset/key_value/exceptions.py:46 -#: superset/temporary_cache/commands/exceptions.py:41 -msgid "An error occurred while updating the value." -msgstr "Pri posodabljanju vrednosti je prišlo do težave." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 +msgid "Annotation layer type" +msgstr "Tip sloja z oznakami" -#: superset/key_value/exceptions.py:50 -#: superset/temporary_cache/commands/exceptions.py:45 -msgid "You don't have permission to modify the value." -msgstr "Nimate dovoljenja za spreminjanje vrednosti." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 +msgid "Annotation layer value" +msgstr "Vrednost sloja z oznakami" -#: superset/key_value/utils.py:60 -msgid "Invalid permalink key" -msgstr "Neveljaven ključ povezave" +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 +msgid "Annotation layers" +msgstr "Sloji z oznakami" -#: superset/queries/saved_queries/api.py:201 -#, python-format -msgid "Deleted %(num)d saved query" -msgid_plural "Deleted %(num)d saved queries" -msgstr[0] "Izbrisana %(num)d shranjena poizvedba" -msgstr[1] "Izbrisani %(num)d shranjeni poizvedbi" -msgstr[2] "Izbrisane %(num)d shranjene poizvedbe" -msgstr[3] "Izbrisanih %(num)d shranjenih poizvedb" +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 +msgid "Annotation layers are still loading." +msgstr "Sloj z oznakami se še vedno nalaga." -#: superset/queries/saved_queries/commands/exceptions.py:28 -msgid "Saved queries could not be deleted." -msgstr "Shranjenih poizvedb ni mogoče izbrisati." +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 +msgid "Annotation name" +msgstr "Ime oznake" -#: superset/queries/saved_queries/commands/exceptions.py:32 -msgid "Saved query not found." -msgstr "Shranjena poizvedba ni najdena." +#: superset/annotation_layers/annotations/commands/exceptions.py:56 +msgid "Annotation not found." +msgstr "Oznaka ni najdena." -#: superset/queries/saved_queries/commands/exceptions.py:36 -msgid "Import saved query failed for an unknown reason." -msgstr "Uvoz shranjene poizvedbe ni uspel zaradi neznanega razloga." +#: superset/annotation_layers/annotations/commands/exceptions.py:60 +msgid "Annotation parameters are invalid." +msgstr "Parametri oznak so neveljavni." -#: superset/queries/saved_queries/commands/exceptions.py:40 -msgid "Saved query parameters are invalid." -msgstr "Parametri shranjene poizvedbe so neveljavni." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +msgid "Annotation source" +msgstr "Vir oznak" -#: superset/reports/api.py:492 -#, python-format -msgid "Deleted %(num)d report schedule" -msgid_plural "Deleted %(num)d report schedules" -msgstr[0] "Izbrisan %(num)d urnik poročanja" -msgstr[1] "Izbrisana %(num)d urnika poročanja" -msgstr[2] "Izbrisani %(num)d urniki poročanja" -msgstr[3] "Izbrisanih %(num)d urnikov poročanja" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 +msgid "Annotation source type" +msgstr "Tip vira oznak" -#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 -#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 -#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 -msgid "Value must be greater than 0" -msgstr "Vrednost mora biti večja od 0" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "Predloga oznake ustvarjena" -#: superset/reports/commands/alert.py:96 -#, python-format -msgid "Alert query returned more than one row. %s rows returned" -msgstr "" -"Poizvedba za opozorilo je vrnila več kot eno vrstico. Št. vrnjenih vrstic: %s" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" +msgstr "Predloga oznake posodobljena" -#: superset/reports/commands/alert.py:105 -#, python-format -msgid "Alert query returned more than one column. %s columns returned" -msgstr "" -"Poizvedba za opozorilo je vrnila več kot en stolpec. Število vrnjenih stolpcev: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 +msgid "Annotations and Layers" +msgstr "Oznake in sloji" -#: superset/reports/commands/exceptions.py:45 -msgid "Dashboard does not exist" -msgstr "Nadzorna plošča ne obstaja" +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 +msgid "Annotations and layers" +msgstr "Oznake in sloji" -#: superset/reports/commands/exceptions.py:54 -msgid "Chart does not exist" -msgstr "Grafikon ne obstaja" +#: superset/annotation_layers/annotations/commands/exceptions.py:52 +msgid "Annotations could not be deleted." +msgstr "Oznak ni mogoče izbrisati." -#: superset/reports/commands/exceptions.py:63 -msgid "Database is required for alerts" -msgstr "Podatkovna baza je obvezna za opozorila" +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 +msgid "Any" +msgstr "Katerikoli" -#: superset/reports/commands/exceptions.py:72 -msgid "Type is required" -msgstr "Tip je obvezen" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 +msgid "Any additional detail to show in the certification tooltip." +msgstr "Dodatne podrobnosti za prikaz v certifikacijskem orodju." -#: superset/reports/commands/exceptions.py:81 -msgid "Choose a chart or dashboard not both" -msgstr "Izberite grafikon ali nadzorno ploščo, ne obojega" +#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +msgid "" +"Any color palette selected here will override the colors applied to this " +"dashboard's individual charts" +msgstr "" +"Na tem mestu izbrana barvna shema bo nadomestila barve posameznih " +"grafikonov v tej nadzorni plošči" -#: superset/reports/commands/exceptions.py:91 -msgid "Please save your chart first, then try creating a new email report." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 +msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -"Najprej shranite grafikon, potem pa poskusite ustvariti novo e-poštno poročilo." +"Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL " +"Alchemy URI-ji. " -#: superset/reports/commands/exceptions.py:103 -msgid "Please save your dashboard first, then try creating a new email report." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " +"Learn about how to connect a database driver " msgstr "" -"Najprej shranite nadzorno ploščo, potem pa poskusite ustvariti novo e-poštno " -"poročilo." +"Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL " +"Alchemy URI-ji. Naučite se kako povezati gonilnik podatkovne baze " -#: superset/reports/commands/exceptions.py:111 -msgid "Report Schedule parameters are invalid." -msgstr "Parametri urnika poročanja so neveljavni." +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 +msgid "Append" +msgstr "Dodaj" -#: superset/reports/commands/exceptions.py:115 -msgid "Report Schedule could not be deleted." -msgstr "Urnika poročanja ni mogoče izbrisati." +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" +msgstr "Uporabljeni medsebojni filtri (%d)" -#: superset/reports/commands/exceptions.py:119 -msgid "Report Schedule could not be created." -msgstr "Urnika poročanja ni mogoče ustvariti." +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "Uporabljeni filtri (%d)" -#: superset/reports/commands/exceptions.py:123 -msgid "Report Schedule could not be updated." -msgstr "Urnika poročanja ni mogoče posodobiti." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" +msgstr "Uporabljeni filtri (%d)" -#: superset/reports/commands/exceptions.py:127 -msgid "Report Schedule not found." -msgstr "Urnika poročanja ni najden." +#: superset/viz.py:246 +msgid "" +"Applied rolling window did not return any data. Please make sure the " +"source query satisfies the minimum periods defined in the rolling window." +msgstr "" +"Izbrano drseče okno ni vrnilo podatkov. Poskrbite, da izvorna poizvedba " +"ustreza minimalni periodi drsečega okna." -#: superset/reports/commands/exceptions.py:131 -msgid "Report Schedule delete failed." -msgstr "Izbris urnika poročanja ni uspel." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 +msgid "Apply" +msgstr "Uporabi" -#: superset/reports/commands/exceptions.py:135 -msgid "Report Schedule log prune failed." -msgstr "Krajšanje dnevnika urnika poročanja ni uspelo." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 +msgid "Apply conditional color formatting to metrics" +msgstr "Za mere uporabi pogojno oblikovanje z barvami" -#: superset/reports/commands/exceptions.py:139 -msgid "Report Schedule execution failed when generating a screenshot." -msgstr "" -"Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske slike." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 +msgid "Apply conditional color formatting to numeric columns" +msgstr "Za numerične stolpce uporabi pogojno oblikovanje z barvami" -#: superset/reports/commands/exceptions.py:143 -msgid "Report Schedule execution failed when generating a csv." -msgstr "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju csv." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" +msgstr "Uporabi filtre" -#: superset/reports/commands/exceptions.py:147 -msgid "Report Schedule execution failed when generating a dataframe." -msgstr "" -"Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega okvira." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 +msgid "Apply metrics on" +msgstr "Uporabi mero na" -#: superset/reports/commands/exceptions.py:151 -msgid "Report Schedule execution got an unexpected error." -msgstr "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 +msgid "Apply to all panels" +msgstr "Uporabi za vse panele" -#: superset/reports/commands/exceptions.py:155 -msgid "Report Schedule is still working, refusing to re-compute." -msgstr "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +msgid "Apply to specific panels" +msgstr "Uporabi za določene panele" -#: superset/reports/commands/exceptions.py:159 -msgid "Report Schedule reached a working timeout." -msgstr "Urnik poročanja je dosegel mejo časa izvedbe." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 +msgid "April" +msgstr "April" -#: superset/reports/commands/exceptions.py:168 -#, python-format -msgid "A report named \"%(name)s\" already exists" -msgstr "Poročilo poimenovano %(name)s že obstaja" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "Lok" -#: superset/reports/commands/exceptions.py:170 -#, python-format -msgid "An alert named \"%(name)s\" already exists" -msgstr "Opozorilo poimenovano %(name)s že obstaja" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "Ali ste prepričani, da želite prepisati podatkovni set?" -#: superset/reports/commands/exceptions.py:176 -msgid "Resource already has an attached report." -msgstr "Vir že ima povezano poročilo." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" +msgstr "Ali želite prekiniti?" -#: superset/reports/commands/exceptions.py:181 -msgid "Alert query returned more than one row." -msgstr "Poizvedba za opozorilo je vrnila več kot eno vrstico." +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 +msgid "Are you sure you want to delete" +msgstr "Ali ste prepričani, da želite izbrisati" -#: superset/reports/commands/exceptions.py:186 -msgid "Alert validator config error." -msgstr "Napaka nastavitev potrjevalnika opozoril." +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" +msgstr "Ali ste prepričani, da želite izbrisati %s?" -#: superset/reports/commands/exceptions.py:190 -msgid "Alert query returned more than one column." -msgstr "Poizvedba za opozorilo je vrnila več kot en stolpec." +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 +#, python-format +msgid "Are you sure you want to delete the selected %s?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane %s?" -#: superset/reports/commands/exceptions.py:194 -msgid "Alert query returned a non-number value." -msgstr "Poizvedba za opozorilo je vrnila neštevilsko vrednost." +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 +msgid "Are you sure you want to delete the selected annotations?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane oznake?" -#: superset/reports/commands/exceptions.py:198 -msgid "Alert found an error while executing a query." -msgstr "Opozorilo je našlo napako pri izvajanju poizvedbe." +#: superset-frontend/src/pages/ChartList/index.tsx:838 +msgid "Are you sure you want to delete the selected charts?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane grafikone?" -#: superset/reports/commands/exceptions.py:202 -msgid "A timeout occurred while executing the query." -msgstr "Pri izvajanju poizvedbe je potekel čas." +#: superset-frontend/src/pages/DashboardList/index.tsx:702 +msgid "Are you sure you want to delete the selected dashboards?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" -#: superset/reports/commands/exceptions.py:206 -msgid "A timeout occurred while taking a screenshot." -msgstr "Pri ustvarjanju zaslonske slike je potekel čas." +#: superset-frontend/src/pages/DatasetList/index.tsx:741 +msgid "Are you sure you want to delete the selected datasets?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane podatkovne sete?" -#: superset/reports/commands/exceptions.py:210 -msgid "A timeout occurred while generating a csv." -msgstr "Pri ustvarjanju csv je potekel čas." +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 +msgid "Are you sure you want to delete the selected layers?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane sloje?" -#: superset/reports/commands/exceptions.py:214 -msgid "A timeout occurred while generating a dataframe." -msgstr "Pri ustvarjanju podatkovnega okvira je potekel čas." +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 +msgid "Are you sure you want to delete the selected queries?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" -#: superset/reports/commands/exceptions.py:218 -msgid "Alert fired during grace period." -msgstr "Opozorilo sproženo med obdobjem mirovanja." +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy +msgid "Are you sure you want to delete the selected tags?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane %s?" -#: superset/reports/commands/exceptions.py:222 -msgid "Alert ended grace period." -msgstr "Opozorilo je končalo obdobje mirovanja." +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 +msgid "Are you sure you want to delete the selected templates?" +msgstr "Ali ste prepričani, da želite izbrisati izbrane predloge?" -#: superset/reports/commands/exceptions.py:226 -msgid "Alert on grace period" -msgstr "Opozorilo v obdobju mirovanja" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +msgid "Are you sure you want to overwrite this dataset?" +msgstr "Ali ste prepričani, da želite prepisati podatkovni set?" -#: superset/reports/commands/exceptions.py:230 -msgid "Report Schedule sellenium user not found" -msgstr "Selenium uporabnik za urnik poročanja ni najden" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 +msgid "Are you sure you want to proceed?" +msgstr "Ali želite nadaljevati?" -#: superset/reports/commands/exceptions.py:234 -msgid "Report Schedule state not found" -msgstr "Stanje urnika poročanj ni najdeno" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 +msgid "Are you sure you want to save and apply changes?" +msgstr "Ali resnično želite shraniti in uporabiti spremembe?" -#: superset/reports/commands/exceptions.py:238 -msgid "Report schedule unexpected error" -msgstr "Nepričakovana napaka urnika poročanja" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 +msgid "Area Chart" +msgstr "Ploščinski grafikon" -#: superset/reports/commands/exceptions.py:242 -msgid "Changing this report is forbidden" -msgstr "Spreminjanje tega poročila ni dovoljeno" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "Prosojnost ploščinskega grafikona" -#: superset/reports/commands/exceptions.py:246 -msgid "An error occurred while pruning logs " -msgstr "Pri krajšanju dnevnikov je prišlo do napake " +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 +msgid "Area chart" +msgstr "Ploščinski grafikon" -#: superset/reports/notifications/email.py:62 -#, python-format +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 +msgid "Area chart opacity" +msgstr "Prosojnost ploščinskega grafikona" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 msgid "" -"\n" -" Error: %(text)s\n" -" " +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." msgstr "" -"\n" -" Napaka: %(text)s\n" -" " +"Ploščinski grafikoni so podobni črtnim grafikonom, saj predstavljajo " +"spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere" +" nalagajo ena na drugo." -#: superset/reports/notifications/email.py:98 -msgid "Explore in Superset" -msgstr "Razišči v Supersetu" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 +msgid "Arrow" +msgstr "Puščica" -#: superset/reports/notifications/email.py:140 -#, python-format -msgid "%(name)s.csv" -msgstr "%(name)s.csv" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "Manjkajo parametri URL-ja" -#: superset/reports/notifications/email.py:144 -#, python-format -msgid "%(prefix)s %(title)s" -msgstr "%(prefix)s %(title)s" +#: superset/connectors/sqla/views.py:476 +msgid "Associated Charts" +msgstr "Povezani grafikoni" -#: superset/reports/notifications/slack.py:57 -#, python-format -msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"<%(url)s|Explore in Superset>\n" -"\n" -"%(table)s\n" -msgstr "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"<%(url)s|Razišči v Supersetu>\n" -"\n" -"%(table)s\n" +#: superset/views/database/mixins.py:196 +msgid "Async Execution" +msgstr "Asinhrono izvajanje" -#: superset/reports/notifications/slack.py:74 -#, python-format -msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"Error: %(text)s\n" -msgstr "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"napaka: %(text)s\n" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 +msgid "Asynchronous query execution" +msgstr "Asinhroni zagon poizvedb" -#: superset/security/analytics_db_safety.py:44 -#, python-format -msgid "%(dialect)s cannot be used as a data source for security reasons." -msgstr "" -"%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih razlogov." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 +msgid "August" +msgstr "Avgust" -#: superset/sqllab/command.py:159 -msgid "" -"The database referenced in this query was not found. Please contact an " -"administrator for further assistance or try again." -msgstr "" -"Podatkovna baza, referencirana v tej poizvedbi, ni bila najdena. Kontaktirajte " -"administratorja za napotke ali pa poskusite znova." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "ob" -#: superset/sqllab/query_render.py:97 -#, python-format -msgid "The parameter %(parameters)s in your query is undefined." -msgid_plural "The following parameters in your query are undefined: %(parameters)s." -msgstr[0] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." -msgstr[1] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." -msgstr[2] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." -msgstr[3] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +msgid "Auto Zoom" +msgstr "Samodejna povečava" -#: superset/sqllab/query_render.py:118 -msgid "The query contains one or more malformed template parameters." -msgstr "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 +msgid "Autocomplete" +msgstr "Samodokončaj" -#: superset/sqllab/query_render.py:121 -msgid "" -"Please check your query and confirm that all template parameters are surround by " -"double braces, for example, \"{{ ds }}\". Then, try running your query again." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 +msgid "Autocomplete filters" +msgstr "Samodokončaj filtre" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 +msgid "Autocomplete query predicate" +msgstr "Predikat za samodokončanje poizvedb" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" msgstr "" -"V poizvedbi preverite, da so vsi parametri obdani z dvojnimi oklepaji, npr. " -"\"{{ ds }}\". Potem poskusite ponovno." -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "Nov" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 +msgid "Available sorting modes:" +msgstr "Razpoložljivi načini razvrščanja:" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:288 -#: superset/templates/appbuilder/navbar_right.html:38 -msgid "SQL Query" -msgstr "SQL poizvedba" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "Veliko" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:419 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1320 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1323 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:289 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:650 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:211 -#: superset-frontend/src/views/components/MenuRight.tsx:173 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:104 -msgid "Chart" -msgstr "Grafikon" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "Ciljna vrednost" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1319 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:603 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/components/MenuRight.tsx:182 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:194 -msgid "Dashboard" -msgstr "Nadzorna plošča" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 +msgid "Axis" +msgstr "Os" -#: superset-frontend/src/views/components/MenuRight.tsx:362 -#: superset/templates/appbuilder/navbar_right.html:109 -msgid "Profile" -msgstr "Profil" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +msgid "Axis Bounds" +msgstr "Meje osi" -#: superset-frontend/src/views/components/MenuRight.tsx:367 -#: superset/templates/appbuilder/navbar_right.html:110 -msgid "Info" -msgstr "Informacije" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +msgid "Axis Format" +msgstr "Oblika osi" -#: superset-frontend/src/views/components/MenuRight.tsx:371 -#: superset/templates/appbuilder/navbar_right.html:111 -msgid "Logout" -msgstr "Odjava" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +msgid "Axis Title" +msgstr "Naslov osi" -#: superset-frontend/src/views/components/MenuRight.tsx:434 -#: superset/templates/appbuilder/navbar_right.html:126 -msgid "Login" -msgstr "Prijava" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 +msgid "Axis ascending" +msgstr "Naraščajoča os" -#: superset/templates/appbuilder/general/widgets/base_list.html:55 -msgid "Record Count" -msgstr "Število zapisov" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 +msgid "Axis descending" +msgstr "Padajoča os" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:166 -#: superset/templates/appbuilder/general/widgets/base_list.html:64 -msgid "No records found" -msgstr "Ni zapisov" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:24 -msgid "Filter List" -msgstr "Seznam filtrov" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 +msgid "Back" +msgstr "Nazaj" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:122 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:453 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:304 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:575 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:524 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:474 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:532 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:463 -#: superset/templates/appbuilder/general/widgets/search.html:40 -msgid "Search" -msgstr "Iskanje" +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:57 -msgid "Refresh" -msgstr "Osveži" +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 +msgid "Backend" +msgstr "Vrsta" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:617 -#: superset/templates/superset/import_dashboards.html:21 -msgid "Import dashboards" -msgstr "Uvozi nadzorne plošče" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "Vrednosti stolpcev" -#: superset/templates/superset/import_dashboards.html:26 -msgid "Import Dashboard(s)" -msgstr "Uvozi nadzorne plošče" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "Oblika zapisa datuma" -#: superset/templates/superset/import_dashboards.html:37 -msgid "File" -msgstr "Datoteka" +#: superset/viz.py:2509 superset/viz.py:2545 +msgid "Bad spatial key" +msgstr "Neustrezen prostorski ključ" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 -#: superset/templates/superset/import_dashboards.html:47 -msgid "Choose File" -msgstr "Izberite datoteko" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 +msgid "Bar" +msgstr "Stolpec" -#: superset/templates/superset/import_dashboards.html:63 -msgid "Upload" -msgstr "Naloži" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +msgid "Bar Chart" +msgstr "Stolpčni grafikon" -#: superset/templates/superset/request_access.html:20 -msgid "No Access!" -msgstr "Ni dostopa!" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#, fuzzy +msgid "Bar Chart (legacy)" +msgstr "Prosojnost ploščinskega grafikona" -#: superset/templates/superset/request_access.html:25 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "Nimate dovoljenj za dostop do podatkovnih virov: %(name)s." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "Stolpčni grafikoni se uporabljajo za prikaz mer z nizi stolpcev." -#: superset/templates/superset/request_access.html:31 -msgid "Request Permissions" -msgstr "Zahtevaj dovoljenja" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 +msgid "Bar Values" +msgstr "Vrednosti stolpcev" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:179 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:220 -#: superset-frontend/src/components/Modal/Modal.tsx:253 -#: superset-frontend/src/components/ReportModal/index.tsx:214 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:513 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:153 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:199 -#: superset-frontend/src/explore/components/SaveModal.tsx:192 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 -#: superset/templates/superset/request_access.html:34 -msgid "Cancel" -msgstr "Prekliči" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Bar orientation" +msgstr "Orientacija stolpcev" -#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit button to change this field" -msgstr "Za spreminjanje tega polja uporabite gumb za urejanje" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 +msgid "Base layer map style" +msgstr "Slog osnovnega sloja zemljevida" -#: superset/templates/superset/models/database/macros.html:22 -msgid "Test Connection" -msgstr "Preizkusi povezavo" +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 +msgid "Based on a metric" +msgstr "Osnovan na meri" -#: superset/temporary_cache/commands/exceptions.py:49 -msgid "Resource was not found." -msgstr "Vir ni bil najden." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 +msgid "Based on granularity, number of time periods to compare against" +msgstr "Na osnovi granulacije, število časovnih obdobij za primerjavo" -#: superset/utils/core.py:881 -#, python-format -msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] dostop do podatkovnega vira %(name)s je odobren" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" -#: superset/utils/core.py:1068 -#, python-format -msgid "Unsupported clause type: %(clause)s" -msgstr "Nepodprt tip izraza: %(clause)s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 +msgid "Basic" +msgstr "Osnovno" -#: superset/utils/core.py:1306 -msgid "Invalid metric object" -msgstr "Neveljaven objekt mere" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 +msgid "Basic information" +msgstr "Osnovne informacije" -#: superset/utils/date_parser.py:393 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format -msgid "Unable to find such a holiday: [%(holiday)s]" -msgstr "Ni mogoče najti takšnega praznika: [%(holiday)s]" +msgid "Batch editing %d filters:" +msgstr "Skupinsko urejanje %d filtrov:" -#: superset/utils/pandas_postprocessing/boxplot.py:88 -msgid "" -"percentiles must be a list or tuple with two numeric values, of which the first " -"is lower than the second value" -msgstr "" -"percentili morajo biti tipa list ali tuple z vsaj dvema numeričnima vrednostma, " -"pri čemer je prva manjša od druge" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" +msgstr "Napolnjenost baterije skozi čas" -#: superset/utils/pandas_postprocessing/compare.py:53 -msgid "`compare_columns` must have the same length as `source_columns`." -msgstr "`compare_columns` morajo imeti enako dolžino kot `source_columns`." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 +msgid "Be careful." +msgstr "Bodite previdni." -#: superset/utils/pandas_postprocessing/compare.py:57 -msgid "`compare_type` must be `difference`, `percentage` or `ratio`" -msgstr "`compare_type` mora biti `difference`, `percentage` ali `ratio`" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 +msgid "Before" +msgstr "PRED" -#: superset/utils/pandas_postprocessing/contribution.py:59 -#, python-format -msgid "" -"Column \"%(column)s\" is not numeric or does not exists in the query results." -msgstr "Stolpec \"%(column)s\" ni numeričen ali ne obstaja v rezultatu poizvedbe." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 +msgid "Big Number" +msgstr "Velika številka" -#: superset/utils/pandas_postprocessing/contribution.py:69 -msgid "`rename_columns` must have the same length as `columns`." -msgstr "`rename_columns` morajo imeti enako dolžino kot `columns`." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 +msgid "Big Number Font Size" +msgstr "Velikost pisave Velike številke" -#: superset/utils/pandas_postprocessing/cum.py:55 -#, python-format -msgid "Invalid cumulative operator: %(operator)s" -msgstr "Neveljaven kumulativni operand: %(operator)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 +msgid "Big Number with Trendline" +msgstr "Velika številka s trendno krivuljo" -#: superset/utils/pandas_postprocessing/geography.py:49 -msgid "Invalid geohash string" -msgstr "Neveljaven niz za geohash" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 +msgid "Bottom" +msgstr "Spodaj" -#: superset/utils/pandas_postprocessing/geography.py:76 -msgid "Invalid longitude/latitude" -msgstr "Neveljavna zemljepisna dolžina/širina" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 +msgid "Bottom Margin" +msgstr "Spodnji rob" -#: superset/utils/pandas_postprocessing/geography.py:118 -msgid "Invalid geodetic string" -msgstr "Neveljaven geodetski niz" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "spodaj" -#: superset/utils/pandas_postprocessing/pivot.py:71 -msgid "Pivot operation requires at least one index" -msgstr "Vrtilna operacija zahteva vsaj en indeks" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 +msgid "Bottom margin, in pixels, allowing for more room for axis labels" +msgstr "Spodnji rob, v pikslih, s katerim povečamo prostor za oznake osi" -#: superset/utils/pandas_postprocessing/pivot.py:75 -msgid "Pivot operation must include at least one aggregate" -msgstr "Vrtilna operacija mora vsebovati vsaj en agregat" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "spodaj" -#: superset/utils/pandas_postprocessing/prophet.py:61 -msgid "`prophet` package not installed" -msgstr "Knjižnica `prophet` ni nameščena" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 +msgid "Bottom to Top" +msgstr "Iz dna proti vrhu" -#: superset/utils/pandas_postprocessing/prophet.py:114 -msgid "Time grain missing" -msgstr "Časovna granulacija manjka" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 +msgid "" +"Bounds for the Y-axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." +msgstr "" +"Meje Y-osi. Če je prazno, se meje nastavijo dinamično na podlagi " +"min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa" +" ostane enak." -#: superset/utils/pandas_postprocessing/prophet.py:117 -#, python-format -msgid "Unsupported time grain: %(time_grain)s" -msgstr "Nepodprta časovna granulacija: %(time_grain)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "" +"Meje osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. " +"vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane " +"enak." -#: superset/utils/pandas_postprocessing/prophet.py:126 -msgid "Periods must be a whole number" -msgstr "Periode morajo biti celo število" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 +msgid "Box Plot" +msgstr "Box Plot" -#: superset/utils/pandas_postprocessing/prophet.py:129 -msgid "Confidence interval must be between 0 and 1 (exclusive)" -msgstr "Interval zaupanja mora biti med 0 in 1 (odprt)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 +msgid "Breakdowns" +msgstr "Razčlenitev" -#: superset/utils/pandas_postprocessing/prophet.py:132 -msgid "DataFrame must include temporal column" -msgstr "DataFrame mora vsebovati časovni stolpec" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 +msgid "Bubble Chart" +msgstr "Mehurčkasti grafikon" -#: superset/utils/pandas_postprocessing/prophet.py:134 -msgid "DataFrame include at least one series" -msgstr "DataFrame vsebuje vsaj eno serijo" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 +msgid "Bubble Color" +msgstr "Barva mehurčka" -#: superset/utils/pandas_postprocessing/rename.py:53 -msgid "Label already exists" -msgstr "Oznaka že obstaja" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 +msgid "Bubble Size" +msgstr "Velikost mehurčka" -#: superset/utils/pandas_postprocessing/resample.py:43 -msgid "Resample operation requires DatetimeIndex" -msgstr "Prevzorčevalna operacija zahteva indeks tipa datumčas" +#: superset-frontend/src/explore/controls.jsx:415 +msgid "Bubble size" +msgstr "Velikost mehurčka" -#: superset/utils/pandas_postprocessing/resample.py:46 -msgid "Resample method should in " -msgstr "Metoda za prevzorčenje v Pandas mora " +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "Točke za razčlenitev razdelkov" -#: superset/utils/pandas_postprocessing/rolling.py:67 -msgid "Undefined window for rolling operation" -msgstr "Nedefinirano okno za drsečo operacijo" +#: superset-frontend/src/features/home/RightMenu.tsx:511 +#, fuzzy +msgid "Build" +msgstr "Obnovi" -#: superset/utils/pandas_postprocessing/rolling.py:69 -msgid "Window must be > 0" -msgstr "Okno mora biti > 0" +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 +msgid "Bulk select" +msgstr "Izberi hkrati" -#: superset/utils/pandas_postprocessing/rolling.py:84 -#, python-format -msgid "Invalid rolling_type: %(type)s" -msgstr "Neveljaven rolling_type: %(type)s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 +msgid "Bullet Chart" +msgstr "'Bullet' grafikon" -#: superset/utils/pandas_postprocessing/rolling.py:90 -#, python-format -msgid "Invalid options for %(rolling_type)s: %(options)s" -msgstr "Neveljavne možnosti za %(rolling_type)s: %(options)s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +msgid "Business" +msgstr "Aktivnost" -#: superset/utils/pandas_postprocessing/utils.py:141 -msgid "Referenced columns not available in DataFrame." -msgstr "Referencirani stolpci niso razpoložljivi v Dataframe-u." +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "Poslovni podatkovni tip" -#: superset/utils/pandas_postprocessing/utils.py:167 -#, python-format -msgid "Column referenced by aggregate is undefined: %(column)s" -msgstr "Stolpec referenciran z agregacijo ni definiran: %(column)s" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +msgid "" +"By default, each filter loads at most 1000 choices at the initial page " +"load. Check this box if you have more than 1000 filter values and want to" +" enable dynamically searching that loads filter values as users type (may" +" add stress to your database)." +msgstr "" +"Privzeto vsak filter pri nalaganju začetne strani naloži največ 1000 " +"možnosti. Označite polje, če imate več kot 1000 vrednosti filtra in " +"želite omogočiti dinamično iskanje, ki nalaga vrednosti filtra ko " +"uporabnik tipka (to lahko preobremeni vašo podatkovno bazo)." -#: superset/utils/pandas_postprocessing/utils.py:174 -#, python-format -msgid "Operator undefined for aggregator: %(name)s" -msgstr "Operand ni definiran za agregatorja: %(name)s" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 +msgid "By key: use column names as sorting key" +msgstr "Po ključu: za razvrščanje uporabite imena stolpcev" -#: superset/utils/pandas_postprocessing/utils.py:186 -#, python-format -msgid "Invalid numpy function: %(operator)s" -msgstr "Neveljavna numpy funkcija: %(operator)s" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 +msgid "By key: use row names as sorting key" +msgstr "Po ključu: za razvrščanje uporabite imena vrstic" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset-frontend/src/views/components/MenuRight.tsx:359 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/sql_lab.py:74 -msgid "User" -msgstr "Uporabnik" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 +msgid "By value: use metric values as sorting key" +msgstr "Po vrednosti: za razvrščanje uporabite vrednosti mere" -#: superset/views/access_requests.py:42 -msgid "User Roles" -msgstr "Vloge uporabnikov" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 +msgid "CANCEL" +msgstr "PREKINI" -#: superset/views/access_requests.py:43 -msgid "Database URL" -msgstr "URL podatkovne baze" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "Ustvarite podatkovni set" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:177 -#: superset/views/access_requests.py:44 superset/views/chart/mixin.py:80 -msgid "Datasource" -msgstr "Podatkovni vir" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 +msgid "CREATE TABLE AS" +msgstr "CREATE TABLE AS" -#: superset/views/access_requests.py:45 -msgid "Roles to grant" -msgstr "Vloge za dovoljevanje" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 +msgid "CREATE VIEW AS" +msgstr "CREATE VIEW AS" -#: superset/views/access_requests.py:46 -msgid "Created On" -msgstr "Ustvarjeno" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 +msgid "CREATE VIEW statement" +msgstr "CREATE VIEW stavek" -#: superset/views/annotations.py:39 -msgid "annotation start time or end time is required." -msgstr "začetni in končni čas oznake je obvezen." +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "Urnik poročanja" -#: superset/views/annotations.py:46 -msgid "Annotation end time must be no earlier than start time." -msgstr "Končni čas oznake ne sem biti pred začetnim." +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 +msgid "CRON expression" +msgstr "Izraz CRON" -#: superset/views/annotations.py:57 -msgid "Annotations" -msgstr "Oznake" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 +msgid "CSS" +msgstr "CSS" -#: superset/views/annotations.py:58 -msgid "Show Annotation" -msgstr "Prikaži oznako" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" +msgstr "CSS slogi" -#: superset/views/annotations.py:59 -msgid "Add Annotation" -msgstr "Dodaj oznako" +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 +msgid "CSS Templates" +msgstr "CSS predloge" -#: superset/views/annotations.py:60 -msgid "Edit Annotation" -msgstr "Uredi oznako" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "CSS slogi uporabljeni za grafikon" -#: superset/views/annotations.py:75 -msgid "Layer" -msgstr "Sloj" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 +msgid "CSS template" +msgstr "CSS predloga" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:111 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:244 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:248 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:157 -#: superset/views/annotations.py:76 superset/views/sql_lab.py:73 -msgid "Label" -msgstr "Naziv" +#: superset/css_templates/commands/exceptions.py:23 +msgid "CSS template could not be deleted." +msgstr "CSS predloge ni mogoče izbrisati." -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:169 -#: superset/views/annotations.py:78 -msgid "Start" -msgstr "Začetek" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 +msgid "CSS template name" +msgstr "Ime CSS predloge" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:178 -#: superset/views/annotations.py:79 -msgid "End" -msgstr "Konec" +#: superset/css_templates/commands/exceptions.py:27 +msgid "CSS template not found." +msgstr "CSS predloga ni najdena." -#: superset/views/annotations.py:80 superset/views/dashboard/mixin.py:89 -msgid "JSON Metadata" -msgstr "JSON metapodatki" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 +msgid "CSS templates" +msgstr "CSS predloge" -#: superset/views/annotations.py:114 -msgid "Show Annotation Layer" -msgstr "Prikaži sloj z oznakami" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "Nalaganje CSV" -#: superset/views/annotations.py:115 -msgid "Add Annotation Layer" -msgstr "Dodaj sloj z oznakami" +#: superset/views/database/views.py:287 +#, python-format +msgid "" +"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" +msgstr "" +"CSV datoteka \"%(csv_filename)s\" naložena v tabelo \"%(table_name)s\" v " +"podatkovni bazi \"%(db_name)s\"" -#: superset/views/annotations.py:116 -msgid "Edit Annotation Layer" -msgstr "Uredi sloj z oznakami" +#: superset/views/database/views.py:160 +msgid "CSV to Database configuration" +msgstr "Nastavitve pretvorbe CSV v podatkovno bazo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:129 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:242 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:244 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:759 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:232 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:130 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:311 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:275 -#: superset/views/annotations.py:122 superset/views/chart/mixin.py:86 -msgid "Name" -msgstr "Ime" +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 +msgid "CSV upload" +msgstr "Nalaganje CSV" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 +msgid "CTAS & CVAS SCHEMA" +msgstr "CTAS & CVAS SHEMA" -#: superset/views/base.py:257 +#: superset/sql_lab.py:440 msgid "" -"Table [%{table}s] could not be found, please double check your database " -"connection, schema, and table name, error: {}" +"CTAS (create table as select) can only be run with a query where the last" +" statement is a SELECT. Please make sure your query has a SELECT as its " +"last statement. Then, try running your query again." msgstr "" -"Tabela [%{table}s] ni najdena. Preverite povezavo, shemo in ime tabele v " -"podatkovni bazi. Napaka: {}" +"CTAS (create table as select) lahko izvajate le v poizvedbah, kjer je " +"zadnji stavek SELECT. Poskrbite, da bo zadnji stavek v vaši poizvedbi " +"SELECT in poskusite ponovno zagnati poizvedbo." -#: superset/views/base.py:533 -msgid "json isn't valid" -msgstr "json ni veljaven" +#: superset/views/database/mixins.py:187 +msgid "CTAS Schema" +msgstr "CTAS shema" -#: superset/views/base.py:544 -msgid "Export to YAML" -msgstr "Izvozi v YAML" +#: superset/sql_lab.py:457 +msgid "" +"CVAS (create view as select) can only be run with a query with a single " +"SELECT statement. Please make sure your query has only a SELECT " +"statement. Then, try running your query again." +msgstr "" +"CVAS (create view as select) lahko izvajate le v poizvedbah z enim SELECT" +" stavkom. Poskrbite, da bo v vaši poizvedbi le en SELECT stavek in " +"poskusite ponovno zagnati poizvedbo." -#: superset/views/base.py:544 -msgid "Export to YAML?" -msgstr "Izvozim v YAML?" +#: superset/errors.py:129 +msgid "CVAS (create view as select) query has more than one statement." +msgstr "CVAS (create view as select) poizvedba ima več kot en stavek." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:343 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:531 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:307 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:104 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:397 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:696 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:132 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:370 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:643 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:394 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:675 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:510 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:239 -#: superset/views/base.py:601 -msgid "Delete" -msgstr "Izbriši" +#: superset/errors.py:130 +msgid "CVAS (create view as select) query is not a SELECT statement." +msgstr "CVAS (create view as select) poizvedba ni SELECT stavek." -#: superset/views/base.py:601 -msgid "Delete all Really?" -msgstr "Ali resnično vse izbrišem?" +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 +msgid "Cache Timeout" +msgstr "Trajanje predpomnilnika" -#: superset/views/base_api.py:135 -msgid "Is favorite" -msgstr "Je priljubljen" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 +msgid "Cache Timeout (seconds)" +msgstr "Trajanje predpomnilnika (sekunde)" -#: superset/views/core.py:189 -msgid "The data source seems to have been deleted" -msgstr "Zdi se, da je bil podatkovni vir izbrisan" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 +msgid "Cache timeout" +msgstr "Časovna omejitev predpomnilnika" -#: superset/views/core.py:190 -msgid "The user seems to have been deleted" -msgstr "Zdi se, da je bil uporabnik izbrisan" +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" +msgstr "Predpomnjeno" -#: superset/views/core.py:307 -msgid "Access was requested" -msgstr "Zahtevan je bil dostop" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 +#, python-format +msgid "Cached %s" +msgstr "Predpomnjeno %s" -#: superset/views/core.py:363 -msgid "The access requests seem to have been deleted" -msgstr "Zdi se, da je bila zahteva za dostop izbrisana" +#: superset/viz.py:562 +msgid "Cached value not found" +msgstr "Predpomnjena vrednost ni najdena" -#: superset/views/core.py:375 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the %(datasource)s" -msgstr "" -"Uporabniku %(user)s je bila dodeljena vloga %(role)s, ki omogoča dostop do " -"%(datasource)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +msgid "Calculate contribution per series or row" +msgstr "Izračunaj delež za serijo ali vrstico" -#: superset/views/core.py:398 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" -"Vloga %(r)s je bila razširjena za zagotovitev dostopa do podatkovnega vira %(ds)s" +msgid "Calculated column [%s] requires an expression" +msgstr "Izračunan stolpec [%s] zahteva izraz" -#: superset/views/core.py:415 -msgid "You have no permission to approve this request" -msgstr "Nimate dovoljenja za odobritev te zahteve" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 +msgid "Calculated columns" +msgstr "Izračunani stolpci" -#: superset/views/core.py:633 superset/views/core.py:857 superset/views/core.py:863 -#: superset/views/core.py:1037 superset/views/core.py:1055 -msgid "You don't have the rights to " -msgstr "Nimate pravic za " +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 +msgid "Calculation type" +msgstr "Tip izračuna" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 +msgid "Calendar Heatmap" +msgstr "Koledarska barvna lestvica" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 +msgid "Can not move top level tab into nested tabs" +msgstr "Najvišjega zavihka ni mogoče premakniti v gnezdene zavihke" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "Dovoli izbiro več vrednosti" + +#: superset/viz.py:1810 +msgid "Can't have overlap between Series and Breakdowns" +msgstr "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 +#: superset/templates/superset/request_access.html:34 +msgid "Cancel" +msgstr "Prekliči" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 +msgid "Cancel query on window unload event" +msgstr "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" + +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "" + +#: superset/databases/commands/exceptions.py:111 +msgid "Cannot delete a database that has datasets attached" +msgstr "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" -#: superset/views/core.py:633 -msgid "download as csv" -msgstr "prenos kot csv" +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" -#: superset/views/core.py:713 +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -3115,13641 +3127,17402 @@ msgstr "" "Nadzorne plošče ni mogoče uvoziti: %(db_error)s.\n" "Pred uvozom poskrbite za ustvarjenje podatkovne baze." -#: superset/views/core.py:724 -msgid "An unknown error occurred. Please contact your Superset administrator" -msgstr "" -"Zgodila se je neznana napaka. Kontaktirajte svojega administratorja za Superset" - -#: superset/views/core.py:766 -msgid "Error: permalink state not found" -msgstr "Napaka: stanje povezave ni najdeno" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 +msgid "Cannot load filter" +msgstr "Filtra ni mogoče naložiti" -#: superset/views/core.py:769 superset/views/core.py:1980 +#: superset/charts/commands/exceptions.py:51 #, python-format -msgid "Error: %(msg)s" -msgstr "Napaka: %(msg)s" +msgid "Cannot parse time string [%(human_readable)s]" +msgstr "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]" -#: superset/views/core.py:783 -msgid "Form data not found in cache, reverting to chart metadata." -msgstr "" -"Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki grafikona." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "Kategorični" -#: superset/views/core.py:789 -msgid "Form data not found in cache, reverting to dataset metadata." -msgstr "" -"Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki " -"podatkovnega seta." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "Kategorična barva" -#: superset/views/core.py:817 -msgid "[Missing Dataset]" -msgstr "[Manjka podatkovni set]" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 +msgid "Categories to group by on the x-axis." +msgstr "Kategorije za združevanje po x-osi." -#: superset/views/core.py:857 superset/views/core.py:1038 -msgid "alter this " -msgstr "spreminjanje tega " +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 +msgid "Category" +msgstr "Kategorija" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:167 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:742 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:84 -#: superset/views/core.py:857 superset/views/core.py:863 -msgid "chart" -msgstr "grafikona" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "Ime poizvedbe" -#: superset/views/core.py:863 superset/views/core.py:1056 -msgid "create a " -msgstr "ustvarite " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +#, fuzzy +msgid "Category and Percentage" +msgstr "Prikaži procente" -#: superset/views/core.py:919 -#, python-format -msgid "Explore - %(table)s" -msgstr "Razišči - %(table)s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +#, fuzzy +msgid "Category and Value" +msgstr "Povečava in premikanje" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:90 -#: superset/views/core.py:921 -msgid "Explore" -msgstr "Raziskovanje" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "Ime poizvedbe" -#: superset/views/core.py:1013 -msgid "Chart [{}] has been saved" -msgstr "Grafikon [{}] je bil shranjen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 +msgid "Category of target nodes" +msgstr "Kategorija ciljnih vozlišč" -#: superset/views/core.py:1017 -msgid "Chart [{}] has been overwritten" -msgstr "Grafikon [{}] je bil prepisan" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:118 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:80 -#: superset/views/core.py:1039 superset/views/core.py:1057 -msgid "dashboard" -msgstr "nadzorna plošča" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 +msgid "Cell Padding" +msgstr "Razmak med celicami" -#: superset/views/core.py:1044 -msgid "Chart [{}] was added to dashboard [{}]" -msgstr "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 +msgid "Cell Radius" +msgstr "Polmer celice" -#: superset/views/core.py:1066 -msgid "Dashboard [{}] just got created and chart [{}] was added to it" -msgstr "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 +msgid "Cell Size" +msgstr "Velikost celice" -#: superset/views/core.py:1292 -msgid "" -"This dashboard was changed recently. Please reload dashboard to get latest " -"version." -msgstr "" -"Nadzorna plošča je bila pred kratkim spremenjena. Ponovno jo naložite, da dobite " -"zadnjo verzijo." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 +msgid "Cell bars" +msgstr "Stolp. graf v celicah" -#: superset/views/core.py:1386 -#, python-format -msgid "Could not load database driver: %(driver_name)s" -msgstr "Gonilnika podatkovne baze ni mogoče naložiti: %(driver_name)s" +#: superset-frontend/src/components/FilterableTable/index.tsx:431 +msgid "Cell content" +msgstr "Vsebina celice" -#: superset/views/core.py:1395 -msgid "" -"Invalid connection string, a valid string usually follows:\n" -"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -msgstr "" -"Neveljaven niz povezave, veljaven niz običajno sledi:\n" -"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +msgid "Cell limit" +msgstr "Omejitev celice" -#: superset/views/core.py:1788 -msgid "Malformed request. slice_id or table_name and db_name arguments are expected" -msgstr "" -"Deformirana zahteva. Pričakovani so argumenti slice_id ali table_name in db_name" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 +msgid "Center" +msgstr "Na sredino" -#: superset/views/core.py:1798 -#, python-format -msgid "Chart %(id)s not found" -msgstr "Grafikon %(id)s ni najden" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "Neveljavna zemljepisna dolžina/širina" -#: superset/views/core.py:1811 -#, python-format -msgid "Table %(table)s wasn't found in the database %(db)s" -msgstr "Tabela %(table)s ni bila najdena v podatkovni bazi %(db)s" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 +msgid "Certification" +msgstr "Certifikacija" -#: superset/views/core.py:1983 -msgid "permalink state not found" -msgstr "stanje povezave ni najdeno" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 +msgid "Certification details" +msgstr "Podrobnosti certifikacije" -#: superset/views/core.py:2053 -msgid "" -"One or more required fields are missing in the request. Please try again, and if " -"the problem persists conctact your administrator." -msgstr "" -"Eno ali več zahtevanih polj manjka v zahtevi. Poskusite znova, če težava ostane, " -"kontaktirajte administratorja." +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 +msgid "Certified" +msgstr "Certificirano" -#: superset/views/core.py:2063 -msgid "The database was not found." -msgstr "Podatkovna baza ni bila najdena." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 +msgid "Certified By" +msgstr "Certificiral/a" -#: superset/views/core.py:2193 -msgid "" -"Data could not be retrieved from the results backend. You need to re-run the " -"original query." -msgstr "" -"Podatkov ni bilo mogoče pridobiti iz zalednega sistema rezultatov. Ponovno morate " -"zagnati izvorno poizvedbo." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 +msgid "Certified by" +msgstr "Certificiral/a" -#: superset/views/core.py:2207 -msgid "" -"The query associated with these results could not be found. You need to re-run the " -"original query." -msgstr "" -"Poizvedbe, povezane s temi rezultati, ni bilo mogoče najti. Ponovno morate " -"zagnati izvorno poizvedbo." - -#: superset/views/core.py:2222 -msgid "" -"You are not authorized to see this query. If you think this is an error, please " -"reach out to your administrator." -msgstr "" -"Nimate dovoljenja za ogled te poizvedbe. Če menite, da je to napaka, " -"kontaktirajte administratorja." - -#: superset/views/core.py:2240 -msgid "" -"Data could not be deserialized from the results backend. The storage format might " -"have changed, rendering the old data stake. You need to re-run the original query." -msgstr "" -"Podatkov ni bilo mogoče deserializirati iz zalednega sistema rezultatov. Lahko je " -"prišlo do spremembe oblike zapisa. Ponovno zaženite izvorno poizvedbo." - -#: superset/views/core.py:2257 -msgid "The provided `rows` argument is not a valid integer." -msgstr "Podani argument `rows` ni veljavno celo število." - -#: superset/views/core.py:2706 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format -msgid "%(user)s's profile" -msgstr "Profil uporabnika: %(user)s" +msgid "Certified by %s" +msgstr "Certificiral/a %s" -#: superset/views/css_templates.py:36 -msgid "Show CSS Template" -msgstr "Prikaži CSS predlogo" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 +msgid "Change order of columns." +msgstr "Spremeni vrstni red stolpcev." -#: superset/views/css_templates.py:37 -msgid "Add CSS Template" -msgstr "Dodaj CSS predlogo" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +msgid "Change order of rows." +msgstr "Spremeni vrstni red vrstic." -#: superset/views/css_templates.py:38 -msgid "Edit CSS Template" -msgstr "Uredi CSS predlogo" +#: superset/connectors/sqla/views.py:478 +msgid "Changed By" +msgstr "Spremenil" -#: superset/views/css_templates.py:43 -msgid "Template Name" -msgstr "Ime predloge" +#: superset/views/sql_lab/views.py:88 +msgid "Changed on" +msgstr "Spremenjen" -#: superset/views/dynamic_plugins.py:47 -msgid "A human-friendly name" -msgstr "Človeku prijazno ime" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "Spremembe shranjene." -#: superset/views/dynamic_plugins.py:48 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" -"Used internally to identify the plugin. Should be set to the package name from " -"the pluginʼs package.json" +"Changing the dataset may break the chart if the chart relies on columns " +"or metadata that does not exist in the target dataset" msgstr "" -"Uporablja se za interno identifikacijo vtičnika. Naj bo nastavljeno na ime paketa " -"v vtičnikovem package.json" +"Sprememba podatkovnega seta lahko pokvari grafikon, če se le-ta zanaša na" +" stolpce ali metapodatke, ki ne obstajajo v ciljnem podatkovnem nizu" -#: superset/views/dynamic_plugins.py:52 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" -"A full URL pointing to the location of the built plugin (could be hosted on a CDN " -"for example)" +"Changing these settings will affect all charts using this dataset, " +"including charts owned by other people." msgstr "" -"Celoten URL, ki kaže na lokacijo zgrajenega vtičnika (lahko gostuje npr. na CDN)" +"Spreminjanje teh nastavitev bo vplivalo na vse grafikone, ki uporabljajo " +"ta podatkovni set, vključno z grafikoni v lasti drugih oseb." -#: superset/views/dynamic_plugins.py:58 -msgid "Custom Plugins" -msgstr "Prilagojeni vtičniki" +#: superset/dashboards/commands/exceptions.py:78 +msgid "Changing this Dashboard is forbidden" +msgstr "Spreminjanje te nadzorne plošče ni dovoljeno" -#: superset/views/dynamic_plugins.py:59 -msgid "Custom Plugin" -msgstr "Prilagojeni vtičnik" +#: superset/charts/commands/exceptions.py:135 +msgid "Changing this chart is forbidden" +msgstr "Spreminjanje tega grafikona ni dovoljeno" -#: superset/views/dynamic_plugins.py:60 -msgid "Add a Plugin" -msgstr "Dodaj vtičnik" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 +msgid "Changing this control takes effect instantly" +msgstr "Sprememba tega kontrolnika se odrazi takoj" -#: superset/views/dynamic_plugins.py:61 -msgid "Edit Plugin" -msgstr "Uredi vtičnik" +#: superset/datasets/commands/exceptions.py:181 +msgid "Changing this dataset is forbidden" +msgstr "Spreminjanje tega podatkovnega seta ni dovoljeno" -#: superset/views/sql_lab.py:44 -msgid "List Saved Query" -msgstr "Seznam shranjenih poizvedb" +#: superset/datasets/columns/commands/exceptions.py:31 +#: superset/datasets/metrics/commands/exceptions.py:31 +msgid "Changing this dataset is forbidden." +msgstr "Spreminjanje tega podatkovnega seta ni dovoljeno." -#: superset/views/sql_lab.py:45 -msgid "Show Saved Query" -msgstr "Prikaži shranjeno poizvedbo" +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "Spreminjanje tega podatkovnega seta ni dovoljeno" -#: superset/views/sql_lab.py:46 -msgid "Add Saved Query" -msgstr "Dodaj shranjeno poizvedbo" +#: superset/reports/commands/exceptions.py:282 +msgid "Changing this report is forbidden" +msgstr "Spreminjanje tega poročila ni dovoljeno" -#: superset/views/sql_lab.py:47 -msgid "Edit Saved Query" -msgstr "Uredi shranjeno poizvedbo" +#: superset/views/database/forms.py:196 +#, fuzzy +msgid "Character to interpret as decimal point" +msgstr "Znak, ki bo prepoznan kot decimalno ločilo." -#: superset/views/sql_lab.py:78 -msgid "End Time" -msgstr "Končni čas" +#: superset/views/database/forms.py:375 +msgid "Character to interpret as decimal point." +msgstr "Znak, ki bo prepoznan kot decimalno ločilo." -#: superset/views/sql_lab.py:79 -msgid "Pop Tab Link" -msgstr "Prikaži povezavo zavihka" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 +msgid "Chart" +msgstr "Grafikon" -#: superset/views/sql_lab.py:80 -msgid "Changed on" -msgstr "Spremenjen" +#: superset/views/core.py:1727 +#, python-format +msgid "Chart %(id)s not found" +msgstr "Grafikon %(id)s ni najden" -#: superset-frontend/src/components/Chart/Chart.jsx:80 superset/views/utils.py:271 -msgid "The dataset associated with this chart no longer exists" -msgstr "Podatkovni set, povezan s tem grafikonom, ne obstaja več" +#: superset/views/database/mixins.py:192 +msgid "Chart Cache Timeout" +msgstr "Trajanje predpomnilnika grafikona" -#: superset/views/utils.py:500 -msgid "Could not determine datasource type" -msgstr "Ni mogoče določiti tipa podatkovnega vira" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, python-format +msgid "Chart Data: %s" +msgstr "Podatki grafikona: %s" -#: superset/views/utils.py:516 -msgid "Could not find viz object" -msgstr "Ni mogoče najti vizualizacijskega objekta" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +msgid "Chart ID" +msgstr "ID grafikona" -#: superset/views/chart/mixin.py:27 -msgid "Show Chart" -msgstr "Prikaži grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 +msgid "Chart Options" +msgstr "Možnosti grafikona" -#: superset/views/chart/mixin.py:28 -msgid "Add Chart" -msgstr "Dodaj grafikon" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +msgid "Chart Orientation" +msgstr "Orientacija grafikona" -#: superset/views/chart/mixin.py:29 -msgid "Edit Chart" -msgstr "Uredi grafikon" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 +#, fuzzy, python-format +msgid "Chart Owner: %s" +msgid_plural "Chart Owners: %s" +msgstr[0] "Lastnik grafikona: %s" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "Podatkovni vir" -#: superset/views/chart/mixin.py:64 -msgid "" -"These parameters are generated dynamically when clicking the save or overwrite " -"button in the explore view. This JSON object is exposed here for reference and " -"for power users who may want to alter specific parameters." -msgstr "" -"Ti parametri se ustvarijo dinamično s klikom gumba Shrani ali Prepiši v " -"raziskovalnem pogledu. Ta JSON objekt je prikazan kot vzorec za napredne " -"uporabnike, ki želijo spreminjati posamezne parametre." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 +msgid "Chart Title" +msgstr "Naslov grafikona" -#: superset/views/chart/mixin.py:70 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this defaults " -"to the datasource/table timeout if undefined." -msgstr "" -"Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, " -"je uporabljena vrednost za podatkovni vir/tabelo." +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "Grafikon [{}] je bil prepisan" -#: superset/views/chart/mixin.py:82 -msgid "Last Modified" -msgstr "Zadnja sprememba" +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "Grafikon [{}] je bil shranjen" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset/views/chart/mixin.py:84 -msgid "Parameters" -msgstr "Parametri" +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:189 -#: superset/views/chart/mixin.py:88 -msgid "Visualization Type" -msgstr "Tip vizualizacije" +#: superset/views/core.py:1077 +msgid "Chart [{}] has been overwritten" +msgstr "Grafikon [{}] je bil prepisan" -#: superset/views/dashboard/mixin.py:26 -msgid "Show Dashboard" -msgstr "Prikaži nadzorno ploščo" +#: superset/views/core.py:1073 +msgid "Chart [{}] has been saved" +msgstr "Grafikon [{}] je bil shranjen" -#: superset/views/dashboard/mixin.py:27 -msgid "Add Dashboard" -msgstr "Dodaj nadzorno ploščo" +#: superset/views/core.py:1102 +msgid "Chart [{}] was added to dashboard [{}]" +msgstr "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" -#: superset/views/dashboard/mixin.py:28 -msgid "Edit Dashboard" -msgstr "Uredi nadzorno ploščo" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 +msgid "Chart cache timeout" +msgstr "Trajanje predpomnilnika grafikona" -#: superset/views/dashboard/mixin.py:47 -msgid "" -"This json object describes the positioning of the widgets in the dashboard. It is " -"dynamically generated when adjusting the widgets size and positions by using drag " -"& drop in the dashboard view" -msgstr "" -"Ta JSON objekt opisuje postavitev pripomočkov na nadzorni plošči. Ustvari se " -"dinamično, ko prilagajamo velikost in postavitev pripomočkov z uporabo " -"povleci&spusti v pogledu nadzorne plošče" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 +msgid "Chart changes" +msgstr "Spremembe grafikona" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" -"The CSS for individual dashboards can be altered here, or in the dashboard view " -"where changes are immediately visible" -msgstr "" -"CSS za posamezne nadzorne plošče lahko spreminjamo tukaj ali pa v pogledu " -"nadzorne plošče, kjer so spremembe vidne takoj" +"Chart component that lets you add a custom filter UI in your dashboard. " +"When added to dashboard, a filter box lets users specify specific values " +"or ranges to filter charts by. The charts that each filter box is applied" +" to can be fine tuned as well in the dashboard view.\n" +"\n" +" Note that this plugin is being replaced with the new Filters feature " +"that lives in the dashboard view itself. It's easier to use and has more " +"capabilities!" +msgstr "" +"Komponenta grafikona, ki omogoča dodajanje vmesnika filtrov po meri v " +"nadzorno ploščo. Ko je dodana na nadzorno ploščo, lahko uporabnik določi " +"poljubne vrednosti ali obsege filtrov. Grafikoni, na katere se nanašajo " +"filtri, so lahko precizno izbrani tudi v pogledu nadzorne plošče.\n" +"\n" +" Vedite, da bo ta vtičnik v prihodnosti zamenjan z novim konceptom " +"filtrov, ki bodo živeli v kontekstu same nadzorne plošče in bodo " +"zmogljivejši ter enostavnejši za uporabo!" -#: superset/views/dashboard/mixin.py:58 -msgid "To get a readable URL for your dashboard" -msgstr "Za pridobitev berljivega URL-ja za nadzorno ploščo" +#: superset/charts/commands/exceptions.py:115 +msgid "Chart could not be created." +msgstr "Grafikona ni mogoče ustvariti." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:625 -#: superset/views/dashboard/mixin.py:59 -msgid "" -"This JSON object is generated dynamically when clicking the save or overwrite " -"button in the dashboard view. It is exposed here for reference and for power " -"users who may want to alter specific parameters." -msgstr "" -"Ta JSON objekt se ustvari dinamično s klikom gumba Shrani ali Prepiši v pogledu " -"nadzorne plošče. Tukaj je prikazan kot vzorec za napredne uporabnike, ki želijo " -"spreminjati posamezne parametre." +#: superset/charts/commands/exceptions.py:123 +msgid "Chart could not be deleted." +msgstr "Grafikona ni mogoče izbrisati." -#: superset/views/dashboard/mixin.py:65 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." +#: superset/charts/commands/exceptions.py:119 +msgid "Chart could not be updated." +msgstr "Grafikona ni mogoče posodobiti." -#: superset/views/dashboard/mixin.py:66 -msgid "" -"Roles is a list which defines access to the dashboard. Granting a role access to " -"a dashboard will bypass dataset level checks.If no roles defined then the " -"dashboard is available to all roles." -msgstr "" -"\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev vloge za " -"dostop do nadzorne plošče bo obšlo preverjanje na nivoju podatkovnega seta. Če " -"vloga ni definirana, bo nadzorna plošča dostopna vsem vlogam." +#: superset/reports/commands/exceptions.py:57 +msgid "Chart does not exist" +msgstr "Grafikon ne obstaja" -#: superset/views/dashboard/mixin.py:71 -msgid "" -"Determines whether or not this dashboard is visible in the list of all dashboards" -msgstr "Določa ali je nadzorna plošča vidna na seznamu vseh nadzornih plošč" +#: superset/charts/data/api.py:130 +msgid "Chart has no query context saved. Please save the chart again." +msgstr "Grafikon nima shranjenega konteksta poizvedbe. Ponovno shranite grafikon." -#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 -#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:550 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:281 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:195 -msgid "Title" -msgstr "Naslov" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" +msgstr "Višina grafikona" -#: superset/views/dashboard/mixin.py:80 -msgid "Slug" -msgstr "Slug" +#: superset-frontend/src/pages/ChartList/index.tsx:228 +msgid "Chart imported" +msgstr "Grafikon uvožen" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:304 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:506 -#: superset/views/dashboard/mixin.py:84 -msgid "Published" -msgstr "Objavljeno" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "Zadnja sprememba" -#: superset/views/dashboard/mixin.py:87 -msgid "Position JSON" -msgstr "JSON za postavitev" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy +msgid "Chart last modified by" +msgstr "Nazadnje spremenil %s" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 -#: superset/views/dashboard/mixin.py:88 -msgid "CSS" -msgstr "CSS" +#: superset-frontend/src/explore/components/SaveModal.tsx:320 +msgid "Chart name" +msgstr "Ime grafikona" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:117 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:416 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:704 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:99 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:388 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:651 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:399 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:410 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:683 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:518 -#: superset/views/dashboard/views.py:66 -msgid "Export" -msgstr "Izvoz" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 +msgid "Chart options" +msgstr "Možnosti grafikona" -#: superset/views/dashboard/views.py:66 -msgid "Export dashboards?" -msgstr "Izvozim nadzorne plošče?" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy +msgid "Chart owners" +msgstr "Lastnik grafikona: %s" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "Ime tabele, ki bo ustvarjena iz CSV podatkov." +#: superset/charts/commands/exceptions.py:111 +msgid "Chart parameters are invalid." +msgstr "Parametri grafikona so neveljavni." -#: superset/views/database/forms.py:99 superset/views/database/forms.py:253 -#: superset/views/database/forms.py:389 -msgid "Table name cannot contain a schema" -msgstr "Ime tabele ne sme vsebovati sheme" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" +msgstr "Lastnosti grafikona posodobljene" -#: superset/views/database/forms.py:104 -msgid "CSV File" -msgstr "CSV datoteka" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +msgid "Chart title" +msgstr "Naslov grafikona" -#: superset/views/database/forms.py:105 -msgid "Select a CSV file to be uploaded to a database." -msgstr "Izberite CSV datoteko, ki bo naložena v podatkovno bazo." +#: superset-frontend/src/pages/ChartList/index.tsx:652 +msgid "Chart type" +msgstr "Tip grafikona" -#: superset/views/database/forms.py:114 superset/views/database/forms.py:268 -#: superset/views/database/forms.py:406 -#, python-format -msgid "Only the following file extensions are allowed: %(allowed_extensions)s" -msgstr "Dovoljene so le naslednje končnice: %(allowed_extensions)s" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +#, fuzzy +msgid "Chart type requires a dataset" +msgstr "Lastnosti grafikona posodobljene" -#: superset/views/database/forms.py:130 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:423 -msgid "Specify a schema (if database flavor supports this)." -msgstr "Podajte shemo (če vrsta podatkovne baze to podpira)" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" +msgstr "Širina grafikona" -#: superset/views/database/forms.py:135 -msgid "Delimiter" -msgstr "Ločilnik" +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 +msgid "Charts" +msgstr "Grafikoni" + +#: superset/charts/commands/exceptions.py:139 +msgid "Charts could not be deleted." +msgstr "Grafikonov ni mogoče izbrisati." -#: superset/views/database/forms.py:136 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "Ločilnik, uporabljen v CSV datoteki (za presledek uporabi \\s+)." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 +msgid "Check configuration" +msgstr "Preveri nastavitve" -#: superset/views/database/forms.py:141 superset/views/database/forms.py:297 -#: superset/views/database/forms.py:428 -msgid "Table Exists" -msgstr "Tabela obstaja" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 +msgid "Check for sorting ascending" +msgstr "Označi za naraščajoče razvrščanje" -#: superset/views/database/forms.py:142 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:429 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop and " -"recreate table) or Append (insert data)." +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -"Če tabela obstaja, naredite nekaj od sledečega: Prekini (ne naredi nič), Zamenjaj " -"(zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." +"Če želite, da grafikon \"Rose\" uporablja površino segmenta namesto " +"radija za proporcioniranje" -#: superset/views/database/forms.py:148 superset/views/database/forms.py:304 -#: superset/views/database/forms.py:435 -msgid "Fail" -msgstr "Prekini" - -#: superset/views/database/forms.py:149 superset/views/database/forms.py:305 -#: superset/views/database/forms.py:436 -msgid "Replace" -msgstr "Zamenjaj" +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 +msgid "Check out this chart in dashboard:" +msgstr "Preizkusite ta grafikon v nadzorni plošči:" -#: superset/views/database/forms.py:150 superset/views/database/forms.py:306 -#: superset/views/database/forms.py:437 -msgid "Append" -msgstr "Dodaj" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 +msgid "Check out this chart: " +msgstr "Preizkusite ta grafikon: " -#: superset/views/database/forms.py:155 superset/views/database/forms.py:311 -msgid "Header Row" -msgstr "Naslovna vrstica" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 +msgid "Check out this dashboard: " +msgstr "Preizkusite to nadzorno ploščo: " -#: superset/views/database/forms.py:156 superset/views/database/forms.py:312 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" -"Row containing the headers to use as column names (0 is first line of data). " -"Leave empty if there is no header row." +"Check to apply filters instantly as they change instead of displaying " +"[Apply] button" msgstr "" -"Vrstica z naslovi, ki se uporabi za imena stolpcev (0 je prva vrstica podatkov). " -"Pustite prazno, če ni naslovne vrstice." +"Izberite za takojšnjo uporabo filtrov, ko se spremenijo, brez " +"prikazovanja gumba Uveljavi" -#: superset/views/database/forms.py:165 superset/views/database/forms.py:321 -msgid "Index Column" -msgstr "Indeksni stolpec" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 +msgid "Check to force date partitions to have the same height" +msgstr "Če želite, da imajo datumske particije enako višino" -#: superset/views/database/forms.py:166 superset/views/database/forms.py:322 -msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index column." -msgstr "" -"Stolpec, ki se uporabi za naslove vrstic v dataframe-u. Pustite prazno, če ni " -"indeksnega stolpca." +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 +#, fuzzy +msgid "Check to include time column dropdown" +msgstr "Če želite vključiti časovni filter" -#: superset/views/database/forms.py:174 superset/views/database/forms.py:330 -msgid "Mangle Duplicate Columns" -msgstr "Odstrani podvojene stolpce" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 +#, fuzzy +msgid "Check to include time grain dropdown" +msgstr "Če želite vključiti časovni filter" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:331 -msgid "Specify duplicate columns as \"X.0, X.1\"." -msgstr "Določite podvojene stolpce kot \"X.0, X.1\"." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 +msgid "Child label position" +msgstr "Položaj podrejene oznake" -#: superset/views/database/forms.py:178 superset/views/database/forms.py:442 -msgid "Use Columns" -msgstr "Uporabi stolpce" +#: superset/viz.py:2370 +msgid "Choice of [Label] must be present in [Group By]" +msgstr "Izbira [Oznaka] mora biti prisotna v [Združevanje]" -#: superset/views/database/forms.py:180 superset/views/database/forms.py:444 -msgid "" -"Json list of the column names that should be read. If not None, only these " -"columns will be read from the file." -msgstr "" -"JSON seznam imen stolpcev, ki morajo biti prebrani. Če ni prazen, bodo iz " -"datoteke prebrani le ti stolpci." +#: superset/viz.py:2378 +msgid "Choice of [Point Radius] must be present in [Group By]" +msgstr "Izbran [Point Radius] mora biti prisoten v [Združevanje]" -#: superset/views/database/forms.py:187 -msgid "Skip Initial Space" -msgstr "Izpusti začetni presledek" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 +#: superset/templates/superset/import_dashboards.html:47 +msgid "Choose File" +msgstr "Izberite datoteko" -#: superset/views/database/forms.py:187 -msgid "Skip spaces after delimiter." -msgstr "Izpusti presledek za ločilnikom." +#: superset/reports/commands/exceptions.py:84 +msgid "Choose a chart or dashboard not both" +msgstr "Izberite grafikon ali nadzorno ploščo, ne obojega" -#: superset/views/database/forms.py:190 superset/views/database/forms.py:334 -msgid "Skip Rows" -msgstr "Izpusti vrstice" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 +msgid "Choose a database..." +msgstr "Izberite podatkovno bazo..." -#: superset/views/database/forms.py:191 superset/views/database/forms.py:335 -msgid "Number of rows to skip at start of file." -msgstr "Število vrstic, ki se izpustijo na začetku datoteke." +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 +msgid "Choose a dataset" +msgstr "Izberite podatkovni set" -#: superset/views/database/forms.py:196 superset/views/database/forms.py:340 -msgid "Rows to Read" -msgstr "Vrstice za branje" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 +msgid "Choose a metric for left axis" +msgstr "Izberite mero za levo os" -#: superset/views/database/forms.py:197 superset/views/database/forms.py:341 -msgid "Number of rows of file to read." -msgstr "Število vrstic v datoteki za branje." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 +msgid "Choose a metric for right axis" +msgstr "Izberite mero za desno os" -#: superset/views/database/forms.py:202 -msgid "Skip Blank Lines" -msgstr "Izpusti prazne vrstice" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 +msgid "Choose a number format" +msgstr "Izberite obliko zapisa števila" -#: superset/views/database/forms.py:203 -msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "Raje izpusti prazne vrstice, kot pa da so prepoznane kot NaN vrednosti." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 +msgid "Choose a source" +msgstr "Izberite izvor" -#: superset/views/database/forms.py:206 superset/views/database/forms.py:346 -msgid "Parse Dates" -msgstr "Prepoznaj datume" +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 +msgid "Choose a source and a target" +msgstr "Izberite izhodišče in cilj" -#: superset/views/database/forms.py:207 superset/views/database/forms.py:347 -msgid "A comma separated list of columns that should be parsed as dates." -msgstr "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 +msgid "Choose a target" +msgstr "Izberite cilj" -#: superset/views/database/forms.py:213 -msgid "Infer Datetime Format" -msgstr "Prepoznaj obliko datuma/časa" +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" -#: superset/views/database/forms.py:214 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "Uporabi Pandas za samodejno prepoznavo oblike datumov/časov." +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 +msgid "Choose chart type" +msgstr "Izberite tip grafikona" -#: superset/views/database/forms.py:217 superset/views/database/forms.py:353 -msgid "Decimal Character" -msgstr "Decimalno ločilo" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "Izberite eno od razpoložljivih podatkovnih baz v panelu na levi." -#: superset/views/database/forms.py:219 superset/views/database/forms.py:355 -msgid "Character to interpret as decimal point." -msgstr "Znak, ki bo prepoznan kot decimalno ločilo." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 +msgid "Choose one or more charts for left axis" +msgstr "Izberite enega ali več grafikonov za levo os" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:360 -#: superset/views/database/forms.py:451 -msgid "Dataframe Index" -msgstr "Indeks dataframe-a" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 +msgid "Choose one or more charts for right axis" +msgstr "Izberite enega ali več grafikonov za desno os" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:360 -#: superset/views/database/forms.py:451 -msgid "Write dataframe index as a column." -msgstr "Zapiši indeks dataframe-a kot stolpec." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 +msgid "Choose the annotation layer type" +msgstr "Izberite tip sloja z oznakami" -#: superset/views/database/forms.py:227 superset/views/database/forms.py:363 -#: superset/views/database/forms.py:454 -msgid "Column Label(s)" -msgstr "Naslovi stolpcev" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Choose the format for legend values" +msgstr "Izberite obliko vrednosti legende" -#: superset/views/database/forms.py:228 superset/views/database/forms.py:364 -#: superset/views/database/forms.py:455 -msgid "" -"Column label for index column(s). If None is given and Dataframe Index is True, " -"Index Names are used." -msgstr "" -"Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi Dataframe-a " -"obstajajo, se uporabijo imena indeksov." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Choose the position of the legend" +msgstr "Izberite položaj legende" -#: superset/views/database/forms.py:236 superset/views/database/forms.py:372 -msgid "Null values" -msgstr "Prazne (Null) vrednosti" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 +msgid "Choose the source of your annotations" +msgstr "Izberite vir svojih oznak" -#: superset/views/database/forms.py:238 superset/views/database/forms.py:374 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"], [\"None" -"\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single " -"value. Use [\"\"] for empty string." +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" msgstr "" -"JSON seznam vrednosti, ki naj bodo obravnavane kot prazne (Null). Primeri: " -"[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive " -"podpira le eno vrednost. Uporabite [\"\"] za prazen znakovni niz." - -#: superset/views/database/forms.py:250 -msgid "Name of table to be created from excel data." -msgstr "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." +"Izberite, če želite barvanje držav glede na mero ali kategorično določeno" +" barvno paleto" -#: superset/views/database/forms.py:258 -msgid "Excel File" -msgstr "Excel-ova datoteka" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "Tetivni grafikon" -#: superset/views/database/forms.py:259 -msgid "Select a Excel file to be uploaded to a database." -msgstr "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 +msgid "Chosen non-numeric column" +msgstr "Izbran ne-numeričen stolpec" -#: superset/views/database/forms.py:278 -msgid "Sheet Name" -msgstr "Ime zvezka" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 +msgid "Circle" +msgstr "Krog" -#: superset/views/database/forms.py:279 -msgid "Strings used for sheet names (default is the first sheet)." -msgstr "" -"Znakovni nizi uporabljeni za imena preglednic (privzeto je prva preglednica)." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +msgid "Circle -> Arrow" +msgstr "Krog -> Puščica" -#: superset/views/database/forms.py:386 -msgid "Name of table to be created from columnar data." -msgstr "Ime tabele, ki bo ustvarjena iz podatkov v stolpcih." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 +msgid "Circle -> Circle" +msgstr "Krog -> Krog" -#: superset/views/database/forms.py:394 -msgid "Columnar File" -msgstr "Stoplčna datoteka" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 +msgid "Circle radar shape" +msgstr "Okrogla oblika radarja" -#: superset/views/database/forms.py:395 -msgid "Select a Columnar file to be uploaded to a database." -msgstr "Izberite stolpčno datoteko, ki bo naložena v podatkovno bazo." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 +msgid "Circular" +msgstr "Krožno" -#: superset/views/database/mixins.py:34 -msgid "Show Database" -msgstr "Prikaži podatkovno bazo" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 +msgid "Classic chart that visualizes how metrics change over time." +msgstr "Standardni grafikon za prikaz spreminjanje mere skozi čas." -#: superset/views/database/mixins.py:35 -msgid "Add Database" -msgstr "Dodaj podatkovno bazo" +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 +msgid "" +"Classic row-by-column spreadsheet like view of a dataset. Use tables to " +"showcase a view into the underlying data or to show aggregated metrics." +msgstr "Standardna razpredelnica za prikaz podatkovnega seta." -#: superset/views/database/mixins.py:36 -msgid "Edit Database" -msgstr "Uredi podatkovno bazo" +#: superset/connectors/sqla/views.py:365 +msgid "Clause" +msgstr "Stavek" -#: superset/views/database/mixins.py:104 -msgid "Expose this DB in SQL Lab" -msgstr "Uporabi to podatkovno bazo v SQL laboratoriju" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 +msgid "Clear" +msgstr "Počisti" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are executed " -"on remote workers as opposed to on the web server itself. This assumes that you " -"have a Celery worker setup as well as a results backend. Refer to the " -"installation docs for more information." -msgstr "" -"Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe zaženejo " -"na oddaljenih »delavcih« in ne na samem spletnem strežniku. S tem je " -"predpostavljeno, da imate nastavljenega »delavca« za Celery in zaledni sistem za " -"rezultate. Več informacij je v navodilih za namestitev." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 +msgid "Clear all" +msgstr "Počisti vse" -#: superset/views/database/mixins.py:113 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "počisti vse filtre" -#: superset/views/database/mixins.py:114 -msgid "Allow CREATE VIEW AS option in SQL Lab" -msgstr "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +msgid "Clear form" +msgstr "Počisti polja" -#: superset/views/database/mixins.py:115 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" msgstr "" -"Dovoli uporabnikom poganjanje ne-SELECT stavkov (UPDATE, DELETE, CREATE, ...) v " -"SQL laboratoriju" -#: superset/views/database/mixins.py:120 +#: superset-frontend/src/components/Chart/Chart.jsx:286 msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to " -"be created in this schema" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" msgstr "" -"Z dovolitvijo opcije CREATE TABLE AS v SQL laboratoriju se tabele ustvarjajo s to " -"shemo" +"Kliknite na gumb \"Ustvari grafikon\" v kontrolni plošči na levi za " +"predogled ali" -#: superset/views/database/mixins.py:166 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the currently " -"logged on user who must have permission to run them.
If Hive and hive.server2." -"enable.doAs is enabled, will run the queries as service account, but impersonate " -"the currently logged on user via hive.server2.proxy.user property." -msgstr "" -"V primeru Presto se vse poizvedbe v SQL laboratoriju zaženejo pod trenutno " -"prijavljenim uporabnikom, ki mora imeti pravice za poganjanje.
Če je omogočen " -"Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim računom, vendar " -"je trenutno prijavljen uporabnik predstavljen z lastnostjo hive.server2.proxy." -"user." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 +msgid "Click the lock to make changes." +msgstr "Kliknite ključavnico, da omogočite spreminjanje." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 +msgid "Click the lock to prevent further changes." +msgstr "Kliknite ključavnico, da onemogočite spreminjanje." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:173 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all database " -"schemas. For large data warehouse with thousands of tables, this can be expensive " -"and put strain on the system." +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." msgstr "" -"Dovoli SQL laboratoriju, da pridobi seznam vseh tabel in pogledov iz vseh shem " -"podatkovne baze. Pri velikih podatkovnih skladiščih s tisoči tabel je to lahko " -"potratno in obremeni sistem." +"Kliknite to povezavo za drugo vnosno formo, ki omogoča ročni vnos " +"SQLAlchemy URL-ja za to podatkovno bazo." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:245 -#: superset/views/database/mixins.py:178 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" -"Duration (in seconds) of the caching timeout for charts of this database. A " -"timeout of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." +"Click this link to switch to an alternate form that exposes only the " +"required fields needed to connect this database." msgstr "" -"Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. Vrednost 0 " -"označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima " -"globalno nastavitev." +"Kliknite to povezavo za drugo vnosno formo, ki prikaže samo zahtevana " +"polja za povezavo s podatkovno bazo." -#: superset/views/database/mixins.py:183 -msgid "If selected, please set the schemas allowed for csv upload in Extra." -msgstr "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v Dodatno." +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:338 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:444 -#: superset/views/database/mixins.py:189 -msgid "Expose in SQL Lab" -msgstr "Uporabi v SQL laboratoriju" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" +msgstr "Kliknite za urejanje" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:190 -msgid "Allow CREATE TABLE AS" -msgstr "Dovoli CREATE TABLE AS" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s in a new tab" +msgstr "Kliknite za urejanje %s v novem zavihku" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:191 -msgid "Allow CREATE VIEW AS" -msgstr "Dovoli CREATE VIEW AS" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "Kliknite za urejanje" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:192 -msgid "Allow DML" -msgstr "Dovoli DML" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "Kliknite za urejanje" -#: superset/views/database/mixins.py:193 -msgid "CTAS Schema" -msgstr "CTAS shema" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 +msgid "Click to edit label" +msgstr "Kliknite za urejanje oznake" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:74 -#: superset/views/database/mixins.py:197 -msgid "SQLAlchemy URI" -msgstr "SQLAlchemy URI" +#: superset-frontend/src/components/FaveStar/index.tsx:76 +msgid "Click to favorite/unfavorite" +msgstr "Kliknite za priljubljeno/nepriljubljeno" -#: superset/views/database/mixins.py:198 -msgid "Chart Cache Timeout" -msgstr "Trajanje predpomnilnika grafikona" +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 +msgid "Click to force-refresh" +msgstr "Kliknite za prisilno osvežitev" -#: superset/views/database/mixins.py:200 -msgid "Secure Extra" -msgstr "Dodatna varnost" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 +msgid "Click to see difference" +msgstr "Kliknite za prikaz razlike" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -#: superset/views/database/mixins.py:201 -msgid "Root certificate" -msgstr "Korenski certifikat" +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "Označi za naraščajoče razvrščanje" -#: superset/views/database/mixins.py:202 -msgid "Async Execution" -msgstr "Asinhrono izvajanje" +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "Razvrsti padajoče" -#: superset/views/database/mixins.py:203 -msgid "Impersonate the logged on user" -msgstr "Predstavljaj se kot prijavljeni uporabnik" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 +msgid "Close" +msgstr "Zapri" -#: superset/views/database/mixins.py:204 -msgid "Allow Csv Upload" -msgstr "Dovoli nalaganje CSV" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" +msgstr "Zapri vse ostale zavihke" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:206 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "Dovoli pridobivanje metapodatkov z več shemami" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" +msgstr "Zapri zavihek" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:284 -#: superset/views/database/mixins.py:207 -msgid "Backend" -msgstr "Vrsta" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 +msgid "Cluster label aggregator" +msgstr "Agregator za oznako gruče" -#: superset/views/database/mixins.py:247 superset/views/database/mixins.py:271 -#, python-format -msgid "Extra field cannot be decoded by JSON. %(msg)s" -msgstr "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 +msgid "Clustering Radius" +msgstr "Radij gručenja" -#: superset/views/database/validators.py:40 +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" +msgstr "Koda" + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 +msgid "Collapse all" +msgstr "Skrči vse" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +msgid "Collapse data panel" +msgstr "Skrij podatkovni panel" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "Skrči vse" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "Skrij podatkovni panel" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +msgid "Collapse table preview" +msgstr "Zapri predogled tabele" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 +msgid "Color" +msgstr "Barva" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +msgid "Color +/-" +msgstr "Barva +/-" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 +msgid "Color Metric" +msgstr "Mera za barvo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 +msgid "Color Scheme" +msgstr "Barvna shema" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 +msgid "Color Steps" +msgstr "Barvni koraki" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +#, fuzzy +msgid "Color bounds" +msgstr "Y meje" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "Color by" +msgstr "Barva glede na" + +#: superset-frontend/src/explore/controls.jsx:234 +msgid "Color metric" +msgstr "P" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "Barva ciljne lokacije" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 +msgid "Color scheme" +msgstr "Barvna shema" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Invalid connection string, a valid string usually follows:'DRIVER://USER:" -"PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-" -"postgres-db/database'

" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " msgstr "" -"Neveljaven niz povezave. Veljaven niz običajno sledi zapisu:'DRIVER://USER:" -"PASSWORD@DB-HOST/DATABASE-NAME'

Primer:'postgresql://user:password@your-" -"postgres-db/database'

" -#: superset/views/database/views.py:115 -msgid "CSV to Database configuration" -msgstr "Nastavitve pretvorbe CSV v podatkovno bazo" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 +msgid "Colors" +msgstr "Barve" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 +msgid "Column" +msgstr "Stolpec" -#: superset/views/database/views.py:133 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv " -"uploads. Please contact your Superset Admin." +"Column \"%(column)s\" is not numeric or does not exists in the query " +"results." +msgstr "Stolpec \"%(column)s\" ni numeričen ali ne obstaja v rezultatu poizvedbe." + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "Preveri nastavitve" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +msgid "Column Formatting" +msgstr "Oblikovanje stolpca" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 +msgid "Column Label(s)" +msgstr "Naslovi stolpcev" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." msgstr "" -"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za " -"nalaganje CSV. Kontaktirajte administratorja za Superset." +"Stolpec, ki vsebuje ISO 3166-2 oznake regij/provinc/departmajev v vaši " +"tabeli." -#: superset/views/database/views.py:226 -#, python-format +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +msgid "Column containing latitude data" +msgstr "Stolpec s podatki zemljepisne širine" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +msgid "Column containing longitude data" +msgstr "Stolpec s podatki zemljepisne dolžine" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +#, fuzzy +msgid "Column header tooltip" +msgstr "Podroben opis orodja" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 +msgid "Column is required" +msgstr "Zahtevan je stolpec" + +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" -"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in " -"database \"%(db_name)s\". Error message: %(error_msg)s" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." msgstr "" -"CSV datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v " -"podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" +"Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi " +"Dataframe-a obstajajo, se uporabijo imena indeksov." -#: superset/views/database/views.py:238 -#, python-format +#: superset/views/database/forms.py:223 +#, fuzzy msgid "" -"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database " -"\"%(db_name)s\"" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -"CSV datoteka \"%(csv_filename)s\" naložena v tabelo \"%(table_name)s\" v " -"podatkovni bazi \"%(db_name)s\"" +"Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi " +"Dataframe-a obstajajo, se uporabijo imena indeksov." -#: superset/views/database/views.py:254 -msgid "Excel to Database configuration" -msgstr "Nastavitve pretvorbe Excel v Podatkovno bazo" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +msgid "Column name" +msgstr "Ime stolpca" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +#, python-format +msgid "Column name [%s] is duplicated" +msgstr "Ime stolpca [%s] je podvojeno" -#: superset/views/database/views.py:269 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format +msgid "Column referenced by aggregate is undefined: %(column)s" +msgstr "Stolpec referenciran z agregacijo ni definiran: %(column)s" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 +msgid "Column select" +msgstr "Izbira stolpca" + +#: superset/views/database/forms.py:211 +#, fuzzy msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for " -"excel uploads. Please contact your Superset Admin." +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" msgstr "" -"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za " -"nalaganje Excel datotek. Kontaktirajte administratorja za Superset." +"Stolpec, ki se uporabi za naslove vrstic v dataframe-u. Pustite prazno, " +"če ni indeksnega stolpca." -#: superset/views/database/views.py:363 -#, python-format +#: superset/views/database/forms.py:342 msgid "" -"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in " -"database \"%(db_name)s\". Error message: %(error_msg)s" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." msgstr "" -"Excel datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" v " -"podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" +"Stolpec, ki se uporabi za naslove vrstic v dataframe-u. Pustite prazno, " +"če ni indeksnega stolpca." + +#: superset/views/database/forms.py:414 +msgid "Columnar File" +msgstr "Stoplčna datoteka" -#: superset/views/database/views.py:375 +#: superset/views/database/views.py:565 #, python-format msgid "" -"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" +"Columnar file \"%(columnar_filename)s\" uploaded to table " +"\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -"Excel datoteka \"%(excel_filename)s\" naložena v tabelo \"%(table_name)s\" v " -"podatkovni bazi \"%(db_name)s\"" +"Stolpčna datoteka \"%(columnar_filename)s\" naložena v tabelo " +"\"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" -#: superset/views/database/views.py:391 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "Nastavitve pretvorbe Stolpci v Podatkovno bazo" -#: superset/views/database/views.py:416 -msgid "" -"Multiple file extensions are not allowed for columnar uploads. Please make sure " -"all files are of the same extension." -msgstr "" -"Za nalaganje stolpčnih datotek niso dovoljene različne končnice. Poskrbite, da " -"imajo vse datoteke enake končnice." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 +msgid "Columns" +msgstr "Stolpci" -#: superset/views/database/views.py:429 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for " -"columnar uploads. Please contact your Superset Admin." -msgstr "" -"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni dovoljena za " -"nalaganje stolpčnih datotek. Kontaktirajte administratorja za Superset." +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" +msgstr "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." -#: superset/views/database/views.py:504 -#, python-format -msgid "" -"Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in " -"database \"%(db_name)s\". Error message: %(error_msg)s" -msgstr "" -"Stolpčne datoteke \"%(filename)s\" ni mogoče naložiti v tabelo \"%(table_name)s\" " -"v podatkovni bazi \"%(db_name)s\". Sporočilo napake: %(error_msg)s" +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "Prikaži vsoto stolpcev" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" -#: superset/views/database/views.py:516 +#: superset/viz.py:577 #, python-format -msgid "" -"Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" -msgstr "" -"Stolpčna datoteka \"%(columnar_filename)s\" naložena v tabelo \"%(table_name)s\" " -"v podatkovni bazi \"%(db_name)s\"" +msgid "Columns missing in datasource: %(invalid_columns)s" +msgstr "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" -#: superset/views/datasource/views.py:71 -msgid "Request missing data field." -msgstr "Zahtevaj manjkajoča podatkovna polja." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 +msgid "Columns subtotal position" +msgstr "Položaj delnih vsot stolpcev" -#: superset/views/datasource/views.py:105 -#, python-format -msgid "Duplicate column name(s): %(columns)s" -msgstr "Podvojena imena stolpcev: %(columns)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +#, fuzzy +msgid "Columns to calculate distribution across." +msgstr "" +"Stolpci za izračun porazdelitve. Privzeto je izbran časovni stolpec (če " +"je prazno)." -#: superset/views/log/__init__.py:21 -msgid "Logs" -msgstr "Dnevniki" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 +msgid "Columns to display" +msgstr "Stolpci za prikaz" -#: superset/views/log/__init__.py:22 -msgid "Show Log" -msgstr "Prikaži dnevnik" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 +msgid "Columns to group by" +msgstr "Stolpci za združevanje" -#: superset/views/log/__init__.py:23 -msgid "Add Log" -msgstr "Dodaj dnevnik" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 +msgid "Columns to group by on the columns" +msgstr "Stolpci za združevanje stolpcev" -#: superset/views/log/__init__.py:24 -msgid "Edit Log" -msgstr "Uredi dnevnik" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 +msgid "Columns to group by on the rows" +msgstr "Stolpci za združevanje vrstic" -#: superset/views/log/__init__.py:31 -msgid "Action" -msgstr "Aktivnost" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "Stolpci za prikaz" -#: superset/views/log/__init__.py:32 -msgid "dttm" -msgstr "dttm" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 +msgid "Combine Metrics" +msgstr "Združuj mere" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1095 -#: superset/views/log/__init__.py:33 -msgid "JSON" -msgstr "JSON" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 +msgid "Combine metrics" +msgstr "Združuj mere" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 -msgid "Time Range" -msgstr "Časovno obdobje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 +msgid "" +"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " +"denote colors from the chosen color scheme and are 1-indexed. Length must" +" be matching that of interval bounds." +msgstr "" +"Z vejico ločene barve za intervale, npr. 1,2,4. Cela števila " +"predstavljajo barve iz barvne sheme (začnejo se z 1). Dolžina mora " +"ustrezati mejam intervala." -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 -msgid "Time Column" -msgstr "Časovni stolpec" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 +msgid "" +"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " +"4-5. Last number should match the value provided for MAX." +msgstr "" +"Z vejico ločeni intervali, npr. 2,4,5 za intervale 0-2, 2-4 in 4-5. " +"Zadnja številka naj bo enaka vrednosti za MAX." -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 -msgid "Time Grain" -msgstr "Granulacija časa" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 +msgid "Comparator option" +msgstr "Možnosti komparatorja" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 -#: superset-frontend/src/explore/constants.ts:122 -msgid "Origin" -msgstr "Izhodišče" +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." +msgstr "" +"Hitra primerjava več grafikonov časovnih vrst (sparkline način) in " +"povezanih mer." -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:35 -msgid "Time Granularity" -msgstr "Granulacija časa" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Compare the same summarized metric across multiple groups." +msgstr "Primerja isto mero med različnimi skupinami." -# SUPERSET UI -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 -msgid "Time" -msgstr "Čas" - -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 -#: superset-frontend/src/explore/controls.jsx:113 -msgid "A reference to the [Time] configuration, taking granularity into account" -msgstr "Sklic na nastavitve za [Čas], ki upošteva granulacijo" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 +msgid "" +"Compares how a metric changes over time between different groups. Each " +"group is mapped to a row and change over time is visualized bar lengths " +"and color." +msgstr "" +"Primerja kako se mera spreminja s časom med različnimi skupinami. Vsaka " +"skupina predstavlja eno vrstico, časovne spremembe pa so prikazane z " +"dolžino stolpcev in barvami." -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 -msgid "Aggregate" -msgstr "Agregacija" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 +msgid "" +"Compares metrics from different categories using bars. Bar lengths are " +"used to indicate the magnitude of each value and color is used to " +"differentiate groups." +msgstr "" +"Primerjava mer različnih kategorij s pomočjo stolpcev. Dolžina stolpca " +"prestavlja višino vrednosti, z barvami pa so ločene skupine." -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:59 -msgid "Raw records" -msgstr "Surovi podatki" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." -#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 -#, python-format -msgid "Certified by %s" -msgstr "Certificiral/a %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 +msgid "Comparison" +msgstr "Primerjava" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.tsx:82 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 -msgid "description" -msgstr "opis" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 +msgid "Comparison Period Lag" +msgstr "Zaostanek obdobja za primerjavo" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.tsx:92 -msgid "bolt" -msgstr "vijak" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 +msgid "Comparison suffix" +msgstr "Pripona za primerjavo" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:57 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:85 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:120 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:137 -#: superset-frontend/src/explore/components/ControlHeader.tsx:93 -msgid "Changing this control takes effect instantly" -msgstr "Sprememba tega kontrolnika se odrazi takoj" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "Združi več plasti za oblikovanje kompleksnih vizualizacij." -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 -msgid "Show info tooltip" -msgstr "Prikaži opis orodja" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 +msgid "Compute the contribution to the total" +msgstr "Izračunaj prispevek k celoti" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 -msgid "SQL expression" -msgstr "SQL izraz" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 +msgid "Condition" +msgstr "Pogoj" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 -msgid "Column name" -msgstr "Ime stolpca" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 +msgid "Conditional formatting" +msgstr "Pogojno oblikovanje" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:108 -msgid "Metric name" -msgstr "Ime mere" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 +msgid "Confidence interval" +msgstr "Interval zaupanja" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 -msgid "unknown type icon" -msgstr "ikona neznanega tipa" +#: superset/utils/pandas_postprocessing/prophet.py:129 +msgid "Confidence interval must be between 0 and 1 (exclusive)" +msgstr "Interval zaupanja mora biti med 0 in 1 (odprt)" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 -msgid "function type icon" -msgstr "ikona funkcijskega tipa" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 +msgid "Configuration" +msgstr "Nastavitve" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 -msgid "string type icon" -msgstr "ikona znakovnega tipa" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 +msgid "Configure Advanced Time Range " +msgstr "Nastavi napredno časovno obdobje " -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 -msgid "numeric type icon" -msgstr "ikona numeričnega tipa" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 +msgid "Configure Time Range: Last..." +msgstr "Nastavi časovno obdobje: Zadnji ..." -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 -msgid "boolean type icon" -msgstr "ikona binarnega tipa" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 +msgid "Configure Time Range: Previous..." +msgstr "Nastavi časovno obdobje: Prejšnji ..." -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 -msgid "temporal type icon" -msgstr "ikona časovnega tipa" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 +msgid "Configure custom time range" +msgstr "Nastavi prilagojeno časovno obdobje" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 -msgid "Advanced analytics" -msgstr "Napredna analitika" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 +msgid "Configure filter scopes" +msgstr "Nastavi doseg filtrov" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:236 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:129 -msgid "" -"This section contains options that allow for advanced analytical post processing " -"of query results" -msgstr "" -"Ta sekcija vsebuje možnosti, ki omogočajo napredno analitično poprocesiranje " -"rezultatov poizvedb" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 +msgid "Configure the basics of your Annotation Layer." +msgstr "Osnovne nastavitve sloja z oznakami." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:135 -msgid "Rolling window" -msgstr "Drseče okno" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:141 -msgid "Rolling function" -msgstr "Drseča funkcija" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 +msgid "Configure your how you overlay is displayed here." +msgstr "Nastavite kako se tukaj prikazuje vrhnja plast." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:75 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:120 -msgid "None" -msgstr "Brez" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "Potrdite shranjevanje" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:258 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:388 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 -#: superset-frontend/src/explore/controlPanels/sections.tsx:150 -msgid "" -"Defines a rolling window function to apply, works along with the [Periods] text " -"box" -msgstr "Določi funkcijo drsečega okna. Dela skupaj s tekstovnim okvirjem [Obdobja]" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 +msgid "Confirm save" +msgstr "Potrdite shranjevanje" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:270 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:400 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:194 -#: superset-frontend/src/explore/controlPanels/sections.tsx:160 -msgid "Periods" -msgstr "Št. period" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +msgid "Connect" +msgstr "Poveži" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:272 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:196 -#: superset-frontend/src/explore/controlPanels/sections.tsx:162 -msgid "" -"Defines the size of the rolling window function, relative to the time granularity " -"selected" -msgstr "Določi velikost funkcije drsečega okna, glede na izbrano granulacijo časa" +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "Povežite Googlovo preglednico" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 -#: superset-frontend/src/explore/controlPanels/sections.tsx:172 -msgid "Min periods" -msgstr "Min. št. period" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 +msgid "Connect Google Sheets as tables to this database" +msgstr "Googlove preglednice poveži s to podatkovno bazo kot tabele" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:284 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:416 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:210 -#: superset-frontend/src/explore/controlPanels/sections.tsx:174 -msgid "" -"The minimum number of rolling periods required to show a value. For instance if " -"you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so " -"that all data points shown are the total of 7 periods. This will hide the \"ramp " -"up\" taking place over the first 7 periods" -msgstr "" -"Minimalno število drsečih obdobij, potrebnih za prikaz vrednosti. Če računate " -"kumulativno vsoto 7-dnevnega obdobja, boste nastavili \"Min. št. period\" na 7. " -"Tako bodo vse prikazane točke skupaj obsegale 7 obdobij. To bo prikrilo rampo, ki " -"bi trajala prvih 7 obdobij" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 +msgid "Connect a database" +msgstr "Poveži se s podatkovno bazo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 -#: superset-frontend/src/explore/controlPanels/sections.tsx:184 -msgid "Time comparison" -msgstr "Časovna primerjava" +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "Poveži se s podatkovno bazo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 -#: superset-frontend/src/explore/controlPanels/sections.tsx:192 -msgid "Time shift" -msgstr "Časovni zamik" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 +msgid "Connect this database using the dynamic form instead" +msgstr "S podatkovno bazo se povežite z dinamičnim obrazcem" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:316 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:447 -#: superset-frontend/src/explore/controlPanels/sections.tsx:205 -msgid "" -"Overlay one or more timeseries from a relative time period. Expects relative time " -"deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free " -"text is supported." -msgstr "" -"Zamaknite eno ali več časovnih vrst za relativno časovno obdobje. Vnaša se " -"relativne časovne razlike v naravnem jeziku (npr. 24 ur, 7 dni, 52 tednov, 365 " -"dni). Prosto besedilo je podprto." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 +msgid "Connect this database with a SQLAlchemy URI string instead" +msgstr "S to podatkovno bazo se raje povežite z SQLAlchemy URI nizom" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:328 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 -#: superset-frontend/src/explore/controlPanels/sections.tsx:217 -msgid "Calculation type" -msgstr "Tip izračuna" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 +msgid "Connection" +msgstr "Povezava" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:336 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:225 -msgid "" -"How to display time shifts: as individual lines; as the difference between the " -"main time series and each time shift; as the percentage change; or as the ratio " -"between series and time shifts." -msgstr "" -"Način prikaza časovnih zamikov: kot samostojne črte; kot razlike med osnovno " -"časovno vrsto in vsakim časovnim zamikom; kot procentualna sprememba; kot " -"razmerje med vrsto in časovnim zamikom." +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 +msgid "Connection failed, please check your connection settings" +msgstr "Povezava neuspešna. Preverite nastavitve povezave" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:344 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:220 -#: superset-frontend/src/explore/controlPanels/sections.tsx:233 -msgid "Resample" -msgstr "Prevzorči" +#: superset-frontend/src/views/CRUD/hooks.ts:697 +msgid "Connection looks good!" +msgstr "Povezava izgleda v redu!" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:227 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 -msgid "Rule" -msgstr "Pravilo" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +msgid "Continue" +msgstr "Nadaljuj" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:361 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 -#: superset-frontend/src/explore/controlPanels/sections.tsx:243 -msgid "Pandas resample rule" -msgstr "Pravilo za prevzorčenje v Pandas" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +msgid "Continuous" +msgstr "Zvezno" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:182 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:249 -msgid "Fill method" -msgstr "Način polnjenja" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 +msgid "Contribution" +msgstr "Prispevek" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:194 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:379 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 -#: superset-frontend/src/explore/controlPanels/sections.tsx:261 -msgid "Pandas resample method" -msgstr "Metoda za prevzorčenje v Pandas" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 +msgid "Contribution Mode" +msgstr "Način deležev" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:104 -msgid "Annotations and Layers" -msgstr "Oznake in sloji" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "število" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:326 -msgid "Chart Title" -msgstr "Naslov grafikona" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Control labeled " +msgstr "Nastavitev " -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:33 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:162 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:449 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:99 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:97 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:327 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:330 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:355 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:140 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:201 -#: superset-frontend/src/explore/controls.jsx:417 -msgid "X Axis" -msgstr "X os" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Controls labeled " +msgstr "Kontrolniki imenovani " -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:39 -msgid "X Axis Title" -msgstr "Naslov X osi" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 +msgid "Coordinates" +msgstr "Koordinate" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:53 -msgid "X AXIS TITLE BOTTOM MARGIN" -msgstr "SPODNJA OBROBA NASLOVA X OSI" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 +msgid "Copied to clipboard!" +msgstr "Kopirano na odložišče!" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:168 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:456 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:111 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:256 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:351 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:332 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:358 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:176 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:236 -#: superset-frontend/src/explore/controls.jsx:424 -msgid "Y Axis" -msgstr "Y os" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 +msgid "Copy" +msgstr "Kopiraj" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:67 -msgid "Y Axis Title" -msgstr "Naslov Y osi" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 +msgid "Copy SELECT statement to the clipboard" +msgstr "Kopiraj stavek SELECT na odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:81 -msgid "Y AXIS TITLE MARGIN" -msgstr "OBROBA NASLOVA Y OSI" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 +msgid "Copy and Paste JSON credentials" +msgstr "Kopiraj in prilepi JSON prijavne podatke" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:96 -msgid "Y AXIS TITLE POSITION" -msgstr "POZICIJA NASLOVA Y OSI" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 +msgid "Copy and paste the entire service account .json file here" +msgstr "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 -msgid "Predictive Analytics" -msgstr "Prediktivna analitika" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 +msgid "Copy link" +msgstr "Kopiraj povezavo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 -msgid "Enable forecast" -msgstr "Omogoči napoved" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 +msgid "Copy message" +msgstr "Kopiraj sporočilo" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 -msgid "Enable forecasting" -msgstr "Omogoči napovedovanje" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 +#, python-format +msgid "Copy of %s" +msgstr "Kopija %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 -msgid "Forecast periods" -msgstr "Periode napovedi" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 +msgid "Copy partition query to clipboard" +msgstr "Kopiraj particijsko poizvedbo na odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 -msgid "How many periods into the future do we want to predict" -msgstr "Za koliko period v prihodnosti želite napoved" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +msgid "Copy permalink to clipboard" +msgstr "Kopiraj povezavo v odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 -msgid "Confidence interval" -msgstr "Interval zaupanja" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 +msgid "Copy query URL" +msgstr "Kopiraj URL poizvedbe" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 -msgid "Width of the confidence interval. Should be between 0 and 1" -msgstr "Širina intervala zaupanja. Mora bit med 0 in 1" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +msgid "Copy query link to your clipboard" +msgstr "Kopiraj povezavo do poizvedbe v odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 -msgid "" -"Should yearly seasonality be applied. An integer value will specify Fourier order " -"of seasonality." -msgstr "" -"Če želite letno sezonskost. Celo število določa Fourier-jev red sezonskosti." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +msgid "Copy the account name of that database you are trying to connect to." +msgstr "Kopirajte ime računa podatkovne baze, s katero se skušate povezati." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 -msgid "" -"Should weekly seasonality be applied. An integer value will specify Fourier order " -"of seasonality." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -"Če želite tedensko sezonskost. Celo število določa Fourier-jev red sezonskosti." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 -msgid "" -"Should daily seasonality be applied. An integer value will specify Fourier order " -"of seasonality." -msgstr "" -"Če želite dnevno sezonskost. Celo število določa Fourier-jev red sezonskosti." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +#, fuzzy +msgid "Copy the name of the database you are trying to connect to." +msgstr "Kopirajte ime podatkovne baze, s katero se skušate povezati." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:76 -msgid "Time related form attributes" -msgstr "S časom povezani atributi prikaza" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 +msgid "Copy to Clipboard" +msgstr "Kopiraj na odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 -msgid "Datasource & Chart Type" -msgstr "Tip podatkovnega vira in grafikona" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 +msgid "Copy to clipboard" +msgstr "Kopiraj na odložišče" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 -msgid "Chart ID" -msgstr "ID grafikona" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 +msgid "Correlation" +msgstr "Korelacija" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 -msgid "The id of the active chart" -msgstr "Identifikator aktivnega grafikona" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 +msgid "Cost estimate" +msgstr "Ocena potratnosti" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 -msgid "Cache Timeout (seconds)" -msgstr "Trajanje predpomnilnika (sekunde)" +#: superset/views/utils.py:498 +msgid "Could not determine datasource type" +msgstr "Ni mogoče določiti tipa podatkovnega vira" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 -msgid "The number of seconds before expiring the cache" -msgstr "Trajanje (v sekundah) do razveljavitve predpomnilnika" +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 +msgid "Could not fetch all saved charts" +msgstr "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 -msgid "URL Parameters" -msgstr "Parametri URL" +#: superset/views/utils.py:514 +msgid "Could not find viz object" +msgstr "Ni mogoče najti vizualizacijskega objekta" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 -msgid "Extra url parameters for use in Jinja templated queries" -msgstr "Dodatni parametri za poizvedbe z Jinja predlogami" +#: superset/databases/commands/exceptions.py:132 +msgid "Could not load database driver" +msgstr "Ni mogoče naložiti gonilnika podatkovne baze" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 -msgid "Extra Parameters" -msgstr "Dodatni parametri" +#: superset/views/core.py:1413 +#, python-format +msgid "Could not load database driver: %(driver_name)s" +msgstr "Gonilnika podatkovne baze ni mogoče naložiti: %(driver_name)s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 -msgid "" -"Extra parameters that any plugins can choose to set for use in Jinja templated " -"queries" -msgstr "" -"Dodatni parametri, ki jih lahko uporabi kateri koli vtičnik za poizvedbe z Jinja " -"predlogami" +#: superset/databases/commands/test_connection.py:180 +msgid "Could not load database driver: {}" +msgstr "Ni mogoče naložiti gonilnika podatkovne baze: {}" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:525 -msgid "Color Scheme" -msgstr "Barvna shema" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "število" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:34 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:74 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:116 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:123 -#: superset-frontend/src/explore/controls.jsx:396 -msgid "Dimensions" -msgstr "Dimenzije" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "Razvrsti vrednosti filtra" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:36 -#: superset-frontend/src/explore/controls.jsx:126 -msgid "" -"One or many columns to group by. High cardinality groupings should include a " -"series limit to limit the number of fetched and rendered series." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" msgstr "" -"Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj " -"vsebuje omejitev serij, s čimer omejite število pridobljenih in prikazanih serij." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:69 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:239 -msgid "One or many columns to pivot as columns" -msgstr "En ali več stolpcev za stolpčno vrtenje" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:431 -#: superset-frontend/src/explore/controls.jsx:399 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific color on the " -"chart and has a legend toggle" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" msgstr "" -"Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno barvo in " -"ima lahko prikazano legendo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:86 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:440 -#: superset-frontend/src/explore/controls.jsx:408 -msgid "Entity" -msgstr "Entiteta" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +msgid "Country" +msgstr "Država" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:90 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:444 -#: superset-frontend/src/explore/controls.jsx:412 -msgid "This defines the element to be plotted on the chart" -msgstr "Določa element, ki bo izrisan na grafikonu" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 +msgid "Country Color Scheme" +msgstr "Barvna shema držav" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:122 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:165 -#: superset-frontend/src/explore/controls.jsx:162 -msgid "One or many metrics to display" -msgstr "Ena ali več mer za prikaz" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 +msgid "Country Column" +msgstr "Stolpec z državami" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:134 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:204 -msgid "Right Axis Metric" -msgstr "Mera desne osi" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 +msgid "Country Field Type" +msgstr "Tip polja za države" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:135 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 -#: superset-frontend/src/explore/controls.jsx:217 -msgid "Choose a metric for right axis" -msgstr "Izberite mero za desno os" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 +msgid "Country Map" +msgstr "Zemljevid držav" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:140 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:412 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:307 -#: superset-frontend/src/explore/controls.jsx:380 -msgid "Sort by" -msgstr "Razvrščanje" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 +msgid "Create" +msgstr "Ustvari" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:414 -#: superset-frontend/src/explore/controls.jsx:383 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" +msgstr "Ustvarite grafikon" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +msgid "Create a dataset" +msgstr "Ustvarite podatkovni set" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 msgid "" -"Metric used to define how the top series are sorted if a series or row limit is " -"present. If undefined reverts to the first metric (where appropriate)." +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." msgstr "" -"Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali " -"vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:156 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:463 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:138 -msgid "Bubble Size" -msgstr "Velikost mehurčka" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:157 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:464 -msgid "Metric used to calculate bubble size" -msgstr "Mera za izračun velikosti mehurčkov" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 +msgid "Create a new chart" +msgstr "Ustvari nov grafikon" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:163 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 -#: superset-frontend/src/explore/controls.jsx:418 -msgid "Metric assigned to the [X] axis" -msgstr "Mera za [X] os" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" +msgstr "Ustvari grafikon" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:458 -#: superset-frontend/src/explore/controls.jsx:426 -msgid "Metric assigned to the [Y] axis" -msgstr "Mera za [Y] os" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +#, fuzzy +msgid "Create chart with dataset" +msgstr "Ustvarite podatkovni set" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:174 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:230 -msgid "Color Metric" -msgstr "Mera za barvo" +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "Ustvarite podatkovni set" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:233 -#: superset-frontend/src/explore/controls.jsx:238 -msgid "A metric to use for color" -msgstr "Mera za barvo" +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "ustvarite nov grafikon" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:182 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:290 -#: superset-frontend/src/explore/controls.jsx:297 -msgid "" -"The time column for the visualization. Note that you can define arbitrary " -"expression that return a DATETIME column in the table. Also note that the filter " -"below is applied against this column or expression" -msgstr "" -"Časovni stolpec za vizualizacijo. Določite lahko poljuben izraz, ki vrne DATETIME " -"stolpec v tabeli. Spodnji filter se nanaša na ta stolpec ali izraz" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 +msgid "Create new chart" +msgstr "Ustvari nov grafikon" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:191 -msgid "Drop temporal column here" -msgstr "Spustite časovni stolpec sem" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 +msgid "Create new filter set" +msgstr "Ustvarite nov set filtrov" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Enable dashboard cross filters" -msgstr "Omogoči medsebojne filtre nadzorne plošče" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 +msgid "Create or select schema..." +msgstr "Ustvarite ali izberite shemo..." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:122 -msgid "" -"One or many columns to group by. High cardinality groupings should include a sort " -"by metric and series limit to limit the number of fetched and rendered series." -msgstr "" -"Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo naj " -"vsebuje mero za razvrščanje in omjitev serij, s čimer omejite število " -"pridobljenih in prikazanih serij." +#: superset-frontend/src/features/home/ActivityTable.tsx:159 +msgid "Created" +msgstr "Ustvarjene" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:191 -#: superset-frontend/src/explore/controls.jsx:202 -msgid "The type of visualization to display" -msgstr "Tip vizualizacije za prikaz" +#: superset/views/access_requests.py:49 +msgid "Created On" +msgstr "Ustvarjeno" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:196 -msgid "Fixed Color" -msgstr "Izbrana barva" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 +msgid "Created by" +msgstr "Ustvaril" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:197 -#: superset-frontend/src/explore/controls.jsx:207 -msgid "Use this to define a static color for all circles" -msgstr "S tem definirate določeno barvo za vse kroge" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" +msgstr "Ustvarjeno z moje strani" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:211 -msgid "Linear Color Scheme" -msgstr "Linearna barvna shema" +#: superset-frontend/src/profile/components/App.tsx:62 +msgid "Created content" +msgstr "Ustvarjena vsebina" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:251 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in `now`, " -"`sunday` or `1970-01-01`" -msgstr "" -"Določa izhodišče, kadar se začnejo časovni razdelki. Sprejema naravne zapise kot " -"so `zdaj`, `nedelja` ali `1970-01-01`" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 +msgid "Created on" +msgstr "Ustvarjeno" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:280 -#: superset-frontend/src/explore/controls.jsx:287 -msgid "" -"The time granularity for the visualization. Note that you can type and use simple " -"natural language as in `10 seconds`, `1 day` or `56 weeks`" -msgstr "" -"Granulacija časa za vizualizacijo. Uporabite lahko vnos z naravnim jezikom, kot " -"npr. `10 sekund`, `1 dni` ali `56 tednov`" +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "Uvoz grafikona ni uspel zaradi neznanega razloga" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:329 -#: superset-frontend/src/explore/controls.jsx:326 -msgid "" -"The time granularity for the visualization. This applies a date transformation to " -"alter your time column and defines a new time granularity. The options here are " -"defined on a per database engine basis in the Superset source code." -msgstr "" -"Granulacija časa za to vizualizacijo. Izvede transformacijo podatkov, ki spremeni " -"vaš časovni stolpec in določi novo časovno granulacija. Ta možnost je definirana " -"na ravni sistema podatkovne baze v izvorni kodi Superseta." +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 +msgid "Creating a data source and creating a new tab" +msgstr "Ustvarjanje podatkovnega vira in novega zavihka" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 -msgid "No filter" -msgstr "Brez filtra" +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 +msgid "Creator" +msgstr "Avtor" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:346 -#: superset-frontend/src/explore/controls.jsx:343 -msgid "" -"The time range for the visualization. All relative times, e.g. \"Last month\", " -"\"Last 7 days\", \"now\", etc. are evaluated on the server using the server's " -"local time (sans timezone). All tooltips and placeholder times are expressed in " -"UTC (sans timezone). The timestamps are then evaluated by the database using the " -"engine's local timezone. Note one can explicitly set the timezone per the ISO " -"8601 format if specifying either the start and/or end time." -msgstr "" -"Časovno obdobje za vizualizacijo. Vsi relativni časi, kot npr. \"Zadnji mesec\", " -"Zadnjih 7 dni\", \"Zdaj\" so izračunani na strežniku z njegovim lokalnim časom. " -"Vsi opisi orodij in časi so izraženi v UTC. Časovne značke se nato izračunajo v " -"podatkovni bazi z njenim lokalnim časovnim pasom. Eksplicitno lahko nastavite " -"časovni pas v ISO 8601 formatu, če določite čas začetka ali konca." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "Dimenzija" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:362 -#: superset-frontend/src/explore/controls.jsx:356 -msgid "Row limit" -msgstr "Omejitev števila vrstic" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:366 -#: superset-frontend/src/explore/controls.jsx:360 -msgid "Limits the number of rows that get displayed." -msgstr "Omeji število vrstic za prikaz." +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "V nadzorni plošči ni filtrov." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:124 -msgid "Sort Descending" -msgstr "Razvrsti padajoče" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" +msgstr "Doseg medsebojnega filtra" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:373 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:47 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:357 -msgid "Whether to sort descending or ascending" -msgstr "Če želite padajoče ali naraščajoče razvrščanje" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 +msgid "Cumulative" +msgstr "Kumulativno" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:384 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:399 -#: superset-frontend/src/explore/controls.jsx:366 -msgid "Series limit" -msgstr "Omejitev števila serij" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "Trenutno izrisano: %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:402 -#: superset-frontend/src/explore/controls.jsx:370 -msgid "" -"Limits the number of series that get displayed. A joined subquery (or an extra " -"phase where subqueries are not supported) is applied to limit the number of " -"series that get fetched and rendered. This feature is useful when grouping by " -"high cardinality column(s) though does increase the query complexity and cost." -msgstr "" -"Omeji število časovnih vrst za prikaz. S podpoizvedbo (ali dodatno fazo, kjer " -"podpoizvedbe niso podprte) se omeji število časovnih vrst, ki bodo pridobljene za " -"prikaz. Ta funkcija je uporabna pri združevanju s stolpci z veliko " -"kardinalnostjo, vendar poveča kompleksnost poizvedbe." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" +msgstr "Prilagojen" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:472 -#: superset-frontend/src/explore/controls.jsx:438 -msgid "Y Axis Format" -msgstr "Oblika Y osi" +#: superset/views/dynamic_plugins.py:59 +msgid "Custom Plugin" +msgstr "Prilagojeni vtičnik" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:497 -msgid "Time format" -msgstr "Oblika zapisa časa" +#: superset/views/dynamic_plugins.py:58 +msgid "Custom Plugins" +msgstr "Prilagojeni vtičniki" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:529 -#: superset-frontend/src/explore/controls.jsx:480 -msgid "The color scheme for rendering chart" -msgstr "Barvna shema za izris grafikona" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 +msgid "Custom SQL" +msgstr "Prilagojen SQL" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:538 -msgid "Truncate Metric" -msgstr "Odstrani mero" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +msgstr "Ad-hoc SQL mere po meri za ta podatkovni set niso omogočene" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:540 -msgid "Whether to truncate metrics" -msgstr "Če želite odstraniti naziv mere" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:45 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:355 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1008 -msgid "Sort descending" -msgstr "Razvrsti padajoče" +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" +msgstr "Prilagojeni vtičnik za časovni filter" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set" -msgstr "" -"Če želite padajoče ali naraščajoče razvrščanje. Učinkuje samo, ko je vključen " -"\"Sort by\"" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 +msgid "Customize" +msgstr "Prilagodi" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 -msgid "Show less columns" -msgstr "Prikaži manj stolpcev" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 +msgid "Customize Metrics" +msgstr "Prilagodi mere" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 -msgid "Show all columns" -msgstr "Prikaži vse stolpce" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 +msgid "Customize columns" +msgstr "Prilagodi stolpce" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" -msgstr "Cilj oddajanja" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "Zaznana krožna odvisnost" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original column, it can " -"be entered here" -msgstr "" -"Če želite nastaviti drug ciljni stolpec od izvornega, ga lahko vnesete tukaj" +#: superset/connectors/sqla/views.py:256 +msgid "D3 Format" +msgstr "D3 zapis" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1215 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "D3 format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 -msgid "Fraction digits" -msgstr "Število decimalk" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 -msgid "Number of decimal digits to round numbers to" -msgstr "Število decimalnih mest za zaokroževanje števil" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 -msgid "Min Width" -msgstr "Min. širina" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 +msgid "D3 format syntax: https://github.com/d3/d3-format" +msgstr "Sintaksa D3 formata: https://github.com/d3/d3-format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 +#, fuzzy msgid "" -"Default minimal column width in pixels, actual width may still be larger than " -"this if other columns don't need much space" +"D3 number format for numbers between -1.0 and 1.0, useful when you want " +"to have different significant digits for small and large numbers" msgstr "" -"Privzeta min. širina stolpca v pikslih. Dejanska širina bo lahko večja, če drugi " -"stolpci ne potrebujejo veliko prostora" +"D3 oblika zapisa za števila med -1.0 in 1.0. Uporabno, če želite različno" +" število števk za majhna in velika števila" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 -msgid "Text align" -msgstr "Poravnava besedila" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 +msgid "D3 time format for datetime columns" +msgstr "D3 oblika zapisa za časovne stolpce" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 -msgid "Horizontal alignment" -msgstr "Vodoravna poravnava" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +msgstr "Sintaksa D3 časovnega formata:: https://github.com/d3/d3-time-format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 -msgid "Left" -msgstr "Levo" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "Datum/Čas" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 -msgid "Center" -msgstr "Na sredino" +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 -msgid "Right" -msgstr "Desno" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" +msgstr "DEC" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 -msgid "Show cell bars" -msgstr "Prikaži stolp. graf v celicah" +#: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 +msgid "DELETE" +msgstr "IZBRIŠI" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:435 -msgid "Whether to display a bar chart background in table columns" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +msgid "DML" +msgstr "DML" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" msgstr "" -"Če želite omogočiti prikaz manjših stolpčnih grafikonov v ozadju stolpcev tabele" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:446 -msgid "Align +/-" -msgstr "Poravnaj +/-" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +#, fuzzy +msgid "Dark" +msgstr "Radar" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 -msgid "Whether to align positive and negative values in cell bar chart at 0" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" msgstr "" -"Če želite poravnati pozitivne in negativne vrednosti v stolpčnem grafikonu celic " -"pri 0" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:458 -msgid "Color +/-" -msgstr "Barva +/-" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" +msgstr "Temni način" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:461 -msgid "Whether to colorize numeric values by if they are positive or negative" -msgstr "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 +msgid "Dashboard" +msgstr "Nadzorna plošča" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 -msgid "Small number format" -msgstr "Oblika zapisa majhnih števil" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 -msgid "" -"D3 number format for numbers between -1.0 and 1.0, useful when you want to have " -"different siginificant digits for small and large numbers" -msgstr "" -"D3 oblika zapisa za števila med -1.0 in 1.0. Uporabno, če želite različno število " -"števk za majhna in velika števila" +#: superset/views/core.py:1122 +msgid "Dashboard [{}] just got created and chart [{}] was added to it" +msgstr "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 -msgid "D3 format syntax: https://github.com/d3/d3-format" -msgstr "Sintaksa D3 formata: https://github.com/d3/d3-format" +#: superset/dashboards/commands/exceptions.py:54 +msgid "Dashboard could not be created." +msgstr "Nadzorne plošče ni mogoče ustvariti." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:51 -msgid "Adaptive formatting" -msgstr "Adaptivno oblikovanje" +#: superset/dashboards/commands/exceptions.py:70 +msgid "Dashboard could not be deleted." +msgstr "Nadzorne plošče ni mogoče izbrisati." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:42 -msgid "Duration in ms (66000 => 1m 6s)" -msgstr "Trajanje v ms (66000 => 1m 6s)" +#: superset/dashboards/commands/exceptions.py:66 +msgid "Dashboard could not be updated." +msgstr "Nadzorne plošče ni mogoče posodobiti." -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:43 -msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" -msgstr "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" +#: superset/reports/commands/exceptions.py:48 +msgid "Dashboard does not exist" +msgstr "Nadzorna plošča ne obstaja" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:46 -msgid "D3 time format syntax: https://github.com/d3/d3-time-format" -msgstr "Sintaksa D3 časovnega formata:: https://github.com/d3/d3-time-format" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +msgid "Dashboard imported" +msgstr "Nadzorna plošča uvožena" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 +#: superset/dashboards/commands/exceptions.py:43 +msgid "Dashboard parameters are invalid." +msgstr "Parametri nadzorne plošče so neveljavni." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 +msgid "Dashboard properties" +msgstr "Lastnosti nadzorne plošče" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +msgid "Dashboard properties updated" +msgstr "Lastnosti nadzorne plošče posodobljene" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 +msgid "Dashboard scheme" +msgstr "Shema nadzorne plošče" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 msgid "" -"No results were returned for this query. If you expected results to be returned, " -"ensure any filters are configured properly and the datasource contains data for " -"the selected time range." +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." msgstr "" -"Poizvedba ni vrnila rezultatov. Če ste pričakovali rezultate, poskrbite, da so " -"filtri pravilno nastavljeni in podatkovni vir vsebuje podatke za izbrano časovno " -"obdobje." -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 -msgid "No Results" -msgstr "Ni rezultatov" +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +msgid "Dashboard title" +msgstr "Naziv nadzorne plošče" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 -msgid "Found invalid orderby options" -msgstr "Najdene so neveljavne možnosti razvrščanja" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "nadzorne plošče" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 -#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 -msgid "is expected to be an integer" -msgstr "pričakovano je celo število" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 +msgid "Dashboards" +msgstr "Nadzorne plošče" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 -#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 -msgid "is expected to be a number" -msgstr "pričakovano je število" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "nadzorne plošče" -#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 -msgid "cannot be empty" -msgstr "ne sme biti prazno" +#: superset/dashboards/commands/exceptions.py:58 +msgid "Dashboards could not be deleted." +msgstr "Nadzornih plošč ni mogoče izbrisati." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:62 -#: superset-frontend/src/explore/controlPanels/sections.tsx:104 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 -msgid "Query" -msgstr "Poizvedba" +#: superset/charts/commands/exceptions.py:91 +msgid "Dashboards do not exist" +msgstr "Nadzorna plošča ne obstaja" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 -msgid "Domain" -msgstr "Domena" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "nadzorna plošča" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 -msgid "The time unit used for the grouping of blocks" -msgstr "Časovna enota za združevanje blokov" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 +msgid "Data" +msgstr "Podatki" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 -msgid "Subdomain" -msgstr "Poddomena" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 +msgid "Data Table" +msgstr "Tabela podatkov" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 +msgid "Data Zoom" +msgstr "Zoom funkcija" + +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" -"The time unit for each block. Should be a smaller unit than domain_granularity. " -"Should be larger or equal to Time Grain" +"Data could not be deserialized from the results backend. The storage " +"format might have changed, rendering the old data stake. You need to re-" +"run the original query." msgstr "" -"Časovna enota za vsak blok. Mora biti manjša enota kot domenska_granulacija. Mora " -"biti večja ali enaka Granulaciji časa" +"Podatkov ni bilo mogoče deserializirati iz zalednega sistema rezultatov. " +"Lahko je prišlo do spremembe oblike zapisa. Ponovno zaženite izvorno " +"poizvedbo." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:132 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:84 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:308 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:98 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:337 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 -#: superset-frontend/src/explore/fixtures.tsx:33 -#: superset-frontend/src/explore/fixtures.tsx:76 -#: superset-frontend/src/explore/fixtures.tsx:85 -msgid "Chart Options" -msgstr "Možnosti grafikona" +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 +msgid "" +"Data could not be retrieved from the results backend. You need to re-run " +"the original query." +msgstr "" +"Podatkov ni bilo mogoče pridobiti iz zalednega sistema rezultatov. " +"Ponovno morate zagnati izvorno poizvedbo." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 -msgid "Cell Size" -msgstr "Velikost celice" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "Podatki nimajo časovnih korakov" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 -msgid "The size of the square cell, in pixels" -msgstr "Velikost kvadratne celice v pikslih" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 +msgid "Data preview" +msgstr "Ogled podatkov" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 -msgid "Cell Padding" -msgstr "Razmak med celicami" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +msgid "Data refreshed" +msgstr "Podatki osveženi" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 -msgid "The distance between cells, in pixels" -msgstr "Razdalja med celicami v pikslih" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 +msgid "Data type" +msgstr "Tip podatka" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 -msgid "Cell Radius" -msgstr "Polmer celice" +#: superset/utils/pandas_postprocessing/prophet.py:134 +msgid "DataFrame include at least one series" +msgstr "DataFrame vsebuje vsaj eno serijo" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 -msgid "The pixel radius" -msgstr "Polmer piksla" +#: superset/utils/pandas_postprocessing/prophet.py:132 +msgid "DataFrame must include temporal column" +msgstr "DataFrame mora vsebovati časovni stolpec" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 -msgid "Color Steps" -msgstr "Barvni koraki" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 +#: superset/templates/superset/import_dashboards.html:53 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 +msgid "Database" +msgstr "Podatkovna baza" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 -msgid "The number color \"steps\"" -msgstr "Število barvnih korakov" +#: superset/views/database/views.py:478 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for columnar uploads. Please contact your Superset Admin." +msgstr "" +"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni " +"dovoljena za nalaganje stolpčnih datotek. Kontaktirajte administratorja " +"za Superset." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 -msgid "Time Format" -msgstr "Oblika zapisa časa" +#: superset/views/database/views.py:179 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for csv uploads. Please contact your Superset Admin." +msgstr "" +"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni " +"dovoljena za nalaganje CSV. Kontaktirajte administratorja za Superset." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:104 -msgid "Legend" -msgstr "Legenda" +#: superset/views/database/views.py:318 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for excel uploads. Please contact your Superset Admin." +msgstr "" +"Shema \"%(schema_name)s\" podatkovne baze \"%(database_name)s\" ni " +"dovoljena za nalaganje Excel datotek. Kontaktirajte administratorja za " +"Superset." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 -msgid "Whether to display the legend (toggles)" -msgstr "Preklapljanje prikaza legende" +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "Podatkovna baza povezana" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:197 -msgid "Show Values" -msgstr "Pokaži vrednosti" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 +msgid "Database Creation Error" +msgstr "Napaka pri ustvarjanju podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:200 -msgid "Whether to display the numerical values within the cells" -msgstr "Če želite v celicah prikazati numerične vrednosti" +#: superset/views/access_requests.py:46 +msgid "Database URL" +msgstr "URL podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 -msgid "Show Metric Names" -msgstr "Pokaži imena mer" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +msgid "Database connected" +msgstr "Podatkovna baza povezana" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 -msgid "Whether to display the metric name as a title" -msgstr "Če želite prikazati ime mere kot naslov" +#: superset/databases/commands/exceptions.py:96 +msgid "Database could not be created." +msgstr "Podatkovne baze ni mogoče ustvariti." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 -msgid "Number Format" -msgstr "Oblika zapisa števila" +#: superset/databases/commands/exceptions.py:115 +msgid "Database could not be deleted." +msgstr "Podatkovne baze ni mogoče izbrisati." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 -msgid "Correlation" -msgstr "Korelacija" +#: superset/databases/commands/exceptions.py:100 +msgid "Database could not be updated." +msgstr "Podatkovne baze ni mogoče posodobiti." + +#: superset/errors.py:123 +msgid "Database does not allow data manipulation." +msgstr "Podatkovna baza ne dovoljuje manipulacije podatkov." + +#: superset/charts/commands/exceptions.py:82 +#: superset/datasets/commands/exceptions.py:41 +#: superset/reports/commands/exceptions.py:39 +msgid "Database does not exist" +msgstr "Podatkovna baza ne obstaja" + +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 +msgid "Database does not support subqueries" +msgstr "Podatkovna baza ne podpira podpoizvedb" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +#, fuzzy msgid "" -"Visualizes how a metric has changed over a time using a color scale and a " -"calendar view. Gray values are used to indicate missing values and the linear " -"color scheme is used to encode the magnitude of each day's value." +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " msgstr "" -"Prikaže kako se je mera spreminjala s časom s pomočjo barvne lestvice in " -"koledarskega pogleda. Sive vrednosti ponazarjajo manjkajoče vrednosti. Amplituda " -"dnevnih vrednosti je ponazorjena z linearno barvno shemo." +"Gonilnik podatkovne baze za uvoz ni nameščen. Za navodila pojdite na " +"dokumentacijo Superseta:" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 -msgid "Business" -msgstr "Aktivnost" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 +msgid "Database error" +msgstr "Napaka podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/index.ts:32 -msgid "Comparison" -msgstr "Primerjava" +#: superset/databases/commands/validate.py:124 +msgid "Database is offline." +msgstr "Podatkovna baza ni povezana." -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 -msgid "Intensity" -msgstr "Intenzivnost" +#: superset/reports/commands/exceptions.py:66 +msgid "Database is required for alerts" +msgstr "Podatkovna baza je obvezna za opozorila" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 -msgid "Pattern" -msgstr "Vzorec" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 +msgid "Database name" +msgstr "Ime podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 -msgid "Report" -msgstr "Poročilo" +#: superset/datasets/commands/exceptions.py:50 +msgid "Database not allowed to change" +msgstr "Podatkovne baze ni dovoljeno spreminjati" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/index.ts:37 -msgid "Trend" -msgstr "Trend" +#: superset/databases/commands/exceptions.py:92 +msgid "Database not found." +msgstr "Podatkovna baza ni najdena." -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 -msgid "Sort by metric" -msgstr "Mera za razvrščanje" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "ID podatkovnega vira ni bil najden: %(id)s" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 -msgid "Whether to sort results by the selected metric in descending order." -msgstr "Če želite padajoče razvrstiti rezultate z izbrano mero." +#: superset/databases/commands/exceptions.py:32 +msgid "Database parameters are invalid." +msgstr "Parametri podatkovne baze so neveljavni." -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:143 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:270 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:148 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 -msgid "Number format" -msgstr "Oblika zapisa števila" +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "Vrata podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 -msgid "Choose a number format" -msgstr "Izberite obliko zapisa števila" +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 +msgid "Database port" +msgstr "Vrata podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1346 -msgid "Source" -msgstr "Izvor" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +msgid "Database settings updated" +msgstr "Nastavitve podatkovne baze posodobljene" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 -msgid "Choose a source" -msgstr "Izberite izvor" +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 +msgid "Databases" +msgstr "Podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 -msgid "Target" -msgstr "Cilj" +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 +msgid "Dataframe Index" +msgstr "Indeks dataframe-a" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 -msgid "Choose a target" -msgstr "Izberite cilj" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/explore/controls.jsx:189 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 +msgid "Dataset" +msgstr "Podatkovni set" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 -msgid "Flow" -msgstr "Potek" +#: superset/datasets/commands/exceptions.py:32 +#, python-format +msgid "Dataset %(name)s already exists" +msgstr "Podatkovni set %(name)s že obstaja" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "Ime podatkovnega seta" + +#: superset/datasets/columns/commands/exceptions.py:27 +msgid "Dataset column delete failed." +msgstr "Brisanje stolpca podatkovnega seta neuspešno." + +#: superset/datasets/columns/commands/exceptions.py:23 +msgid "Dataset column not found." +msgstr "Stolpec podatkovnega seta ni najden." + +#: superset/datasets/commands/exceptions.py:157 +msgid "Dataset could not be created." +msgstr "Podatkovnega niza ni mogoče ustvariti." + +#: superset/datasets/commands/exceptions.py:165 +msgid "Dataset could not be deleted." +msgstr "Podatkovnega niza ni mogoče izbrisati." + +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "Podatkovnega niza ni mogoče posodobiti." + +#: superset/datasets/commands/exceptions.py:161 +#: superset/datasets/commands/exceptions.py:173 +msgid "Dataset could not be updated." +msgstr "Podatkovnega niza ni mogoče posodobiti." + +#: superset/datasets/commands/exceptions.py:149 +msgid "Dataset does not exist" +msgstr "Podatkovni set ne obstaja" + +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +msgid "Dataset imported" +msgstr "Podatkovni set uvožen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 +msgid "Dataset is required" +msgstr "Zahtevan je podatkovni set" + +#: superset/datasets/metrics/commands/exceptions.py:27 +msgid "Dataset metric delete failed." +msgstr "Brisanje mere podatkovnega seta ni uspelo." + +#: superset/datasets/metrics/commands/exceptions.py:23 +msgid "Dataset metric not found." +msgstr "Mer podatkovnega seta ni najdena." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 +msgid "Dataset name" +msgstr "Ime podatkovnega seta" + +#: superset/datasets/commands/exceptions.py:153 +msgid "Dataset parameters are invalid." +msgstr "Parametri podatkovnega seta so neveljavni." + +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + +#: superset/datasets/commands/exceptions.py:169 +msgid "Dataset(s) could not be bulk deleted." +msgstr "Podatkovnih nizov ni mogoče množično izbrisati." + +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 +msgid "Datasets" +msgstr "Podatkovni seti" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 msgid "" -"Showcases the flow or link between categories using thickness of chords. The " -"value and corresponding thickness can be different for each side." +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " msgstr "" -"Prikaže potek ali povezave med kategorijami z debelino tetiv. Vrednost in " -"debelina sta lahko različni za vsako stran." -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 -msgid "Relationships between community channels" -msgstr "Razmerja med skupnostnimi kanali" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 +msgid "Datasets do not contain a temporal column" +msgstr "Podatkovni seti ne vsebujejo časovnega stolpca" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 -msgid "Chord Diagram" -msgstr "Tetivni grafikon" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 +msgid "Datasource" +msgstr "Podatkovni vir" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 -msgid "Aesthetic" -msgstr "Estetika" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 +msgid "Datasource & Chart Type" +msgstr "Tip podatkovnega vira in grafikona" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 -msgid "Circular" -msgstr "Krožno" +#: superset/commands/exceptions.py:131 +msgid "Datasource does not exist" +msgstr "Podatkovni vir ne obstaja" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 -#: superset-frontend/src/visualizations/TimeTable/index.ts:33 -msgid "Legacy" -msgstr "Staro" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "Neveljaven tip podatkovnega vira" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 -msgid "Proportional" -msgstr "Proporcionalno" +#: superset/charts/commands/exceptions.py:101 +msgid "Datasource type is required when datasource_id is given" +msgstr "Ko se podaja datasource_id, je potreben tip podatkovnega vira" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 -msgid "Relational" -msgstr "Relacijsko" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 +msgid "Date Time Format" +msgstr "Oblika zapisa Datum-Časa" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Country" -msgstr "Država" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 +msgid "Date filter" +msgstr "Filter po datumu" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 -msgid "Which country to plot the map for?" -msgstr "Za katero državo želite grafikon?" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 +msgid "Date format" +msgstr "Oblika zapisa datuma" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 -msgid "ISO 3166-2 Codes" -msgstr "Oznake po ISO 3166-2" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "Adaptivno oblikovanje" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 +msgid "Date/Time" +msgstr "Datum/Čas" + +#: superset/connectors/sqla/views.py:163 +msgid "Datetime Format" +msgstr "Oblika zapisa datuma,časa" + +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" -"Column containing ISO 3166-2 codes of region/province/department in your table." +"Datetime column not provided as part table configuration and is required " +"by this type of chart" msgstr "" -"Stolpec, ki vsebuje ISO 3166-2 oznake regij/provinc/departmajev v vaši tabeli." +"Stolpec datum-čas ni podan kot del tabele, čeprav mora biti za ta tip " +"grafikona" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 -msgid "Metric to display bottom title" -msgstr "Mera za prikaz spodnjega naslova" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 +msgid "Datetime format" +msgstr "Oblika datum-časa" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:50 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:50 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 -msgid "Map" -msgstr "Zemljevid" +#: superset/db_engine_specs/base.py:106 +msgid "Day" +msgstr "Dan" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 -msgid "" -"Visualizes how a single metric varies across a country's principal subdivisions " -"(states, provinces, etc) on a chloropleth map. Each subdivision's value is " -"elevated when you hover over the corresponding geographic boundary." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" msgstr "" -"Prikaže kako se posamezna mera spreminja glede na območja države (dežele, " -"province, itd.) na kloropletnem zemljevidu. Vsak podrazdelek se dvigne, ko z " -"miško preidete mejo njegovega območja." -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 -msgid "2D" -msgstr "2D" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#, python-format +msgid "Days %s" +msgstr "Dnevi %s" + +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 +msgid "Db engine did not return all queried columns" +msgstr "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +msgid "Deactivate" +msgstr "Deaktiviraj" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 +msgid "December" +msgstr "December" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 +msgid "Decimal Character" +msgstr "Decimalno ločilo" + +#: superset/viz.py:2743 +msgid "Deck.gl - 3D Grid" +msgstr "Deck.gl - 3D mreža" + +#: superset/viz.py:2859 +msgid "Deck.gl - 3D HEX" +msgstr "Deck.gl - 3D HEX" + +#: superset/viz.py:2899 +msgid "Deck.gl - Arc" +msgstr "Deck.gl - Arc" + +#: superset/viz.py:2880 +msgid "Deck.gl - GeoJSON" +msgstr "Deck.gl - GeoJSON" + +#: superset/viz.py:2468 +msgid "Deck.gl - Multiple Layers" +msgstr "Deck.gl - Večplastni" + +#: superset/viz.py:2775 +msgid "Deck.gl - Paths" +msgstr "Deck.gl - Poti" + +#: superset/viz.py:2826 +msgid "Deck.gl - Polygon" +msgstr "Deck.gl - Poligon" + +#: superset/viz.py:2662 +msgid "Deck.gl - Scatter plot" +msgstr "Deck.gl - Raztreseni graf" + +#: superset/viz.py:2714 +msgid "Deck.gl - Screen Grid" +msgstr "Deck.gl - Mreža" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 +msgid "Default" +msgstr "Privzeto" + +#: superset/connectors/sqla/views.py:484 +msgid "Default Endpoint" +msgstr "Privzeta končna točka" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 +msgid "Default URL" +msgstr "Privzeti URL" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 +msgid "Default URL to redirect to when accessing from the dataset list page" +msgstr "" +"Privzeti URL za preusmeritev, ko dostopate iz strani s seznamom " +"podatkovnih setov" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 +msgid "Default Value" +msgstr "Privzeta vrednost" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +msgid "Default datetime" +msgstr "Privzet datumčas" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 +msgid "Default latitude" +msgstr "Privzeta širina" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 +msgid "Default longitude" +msgstr "Privzeta dolžina" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +msgid "" +"Default minimal column width in pixels, actual width may still be larger " +"than this if other columns don't need much space" +msgstr "" +"Privzeta min. širina stolpca v pikslih. Dejanska širina bo lahko večja, " +"če drugi stolpci ne potrebujejo veliko prostora" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 +msgid "Default value is required" +msgstr "Zahtevana je privzeta vrednost" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "Default value must be set when \"Filter has default value\" is checked" +msgstr "" +"Privzeta vrednost mora biti določena, če je izbrano \"Filter ima privzeto" +" vrednost\"" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" +"Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra " +"obvezna\"" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" +"Privzeta vrednost je samodejno izbrana, če je izbrano \"Prvi element je " +"izbran kot privzet\"" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "Določite funkcijo, ki sprejme vhodne podatke in vrne vsebino opisa orodja" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "Določite funkcijo, ki vrne URL za navigacijo, ko uporabnik klikne" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" +"Določite Javascript funkcijo, ki sprejme podatkovni niz za vizualizacijo " +"in vrne spremenjeno verzijo tega niza. Lahko se uporabi za spreminjanje " +"lastnosti podatkov, filtra ali obogatitve niza." + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" +msgstr "Določi funkcijo drsečega okna. Dela skupaj s tekstovnim okvirjem [Obdobja]" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 +msgid "Defines how each series is broken down" +msgstr "Določa, kako se vsaka podatkovna serija razčleni" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "Določa velikost mreže v pikslih" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" +msgstr "" +"Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno " +"barvo in ima lahko prikazano legendo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +msgid "" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" +msgstr "Določi velikost funkcije drsečega okna, glede na izbrano granulacijo časa" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 +msgid "" +"Defines whether the step should appear at the beginning, middle or end " +"between two data points" +msgstr "" +"Določa, če se na začetku, na sredini ali na koncu pojavi stopnica med " +"dvema točkama" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 +msgid "Delete" +msgstr "Izbriši" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 +#, python-format +msgid "Delete %s?" +msgstr "Izbrišem %s?" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 +msgid "Delete Annotation?" +msgstr "Izbrišem oznako?" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 +msgid "Delete Database?" +msgstr "Izbrišem podatkovno bazo?" + +#: superset-frontend/src/pages/DatasetList/index.tsx:723 +msgid "Delete Dataset?" +msgstr "Izbrišem podatkovni set?" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 +msgid "Delete Layer?" +msgstr "Izbrišem sloj?" + +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 +msgid "Delete Query?" +msgstr "Izbrišem poizvedbo?" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 +msgid "Delete Report?" +msgstr "Izbrišem poročilo?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 +msgid "Delete Template?" +msgstr "Izbrišem predlogo?" + +#: superset/views/base.py:663 +msgid "Delete all Really?" +msgstr "Ali resnično vse izbrišem?" + +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 +msgid "Delete annotation" +msgstr "Izbriši oznako" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 +msgid "Delete dashboard tab?" +msgstr "Ali izbrišem zavihek nadzorne plošče?" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 +msgid "Delete database" +msgstr "Izbriši podatkovno bazo" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 +msgid "Delete email report" +msgstr "Izbriši e-poštno poročilo" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 +msgid "Delete query" +msgstr "Izbriši poizvedbo" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 +msgid "Delete template" +msgstr "Izbriši predlogo" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 +msgid "Delete this container and save to remove this message." +msgstr "Izbrišite ta okvir in shranite za odpravo tega sporočila." + +#: superset/annotation_layers/annotations/api.py:504 +#, python-format +msgid "Deleted %(num)d annotation" +msgid_plural "Deleted %(num)d annotations" +msgstr[0] "Izbrisana je %(num)d oznaka" +msgstr[1] "Izbrisani sta %(num)d oznaki" +msgstr[2] "Izbrisane so %(num)d oznake" +msgstr[3] "Izbrisanih je %(num)d oznak" + +#: superset/annotation_layers/api.py:355 +#, python-format +msgid "Deleted %(num)d annotation layer" +msgid_plural "Deleted %(num)d annotation layers" +msgstr[0] "Izbrisan je %(num)d sloj z oznakami" +msgstr[1] "Izbrisana sta %(num)d sloja z oznakami" +msgstr[2] "Izbrisanih so %(num)d sloji z oznakami" +msgstr[3] "Izbrisanih je %(num)d slojev z oznakami" + +#: superset/charts/api.py:524 +#, python-format +msgid "Deleted %(num)d chart" +msgid_plural "Deleted %(num)d charts" +msgstr[0] "Izbrisan je %(num)d grafikon" +msgstr[1] "Izbrisana sta %(num)d grafikona" +msgstr[2] "Izbrisani so %(num)d grafikoni" +msgstr[3] "Izbrisanih je %(num)d grafikonov" + +#: superset/css_templates/api.py:139 +#, python-format +msgid "Deleted %(num)d css template" +msgid_plural "Deleted %(num)d css templates" +msgstr[0] "Izbrisana %(num)d css predloga" +msgstr[1] "Izbrisani %(num)d css predlogi" +msgstr[2] "Izbrisane %(num)d css predloge" +msgstr[3] "Izbrisanih %(num)d css predlog" + +#: superset/dashboards/api.py:760 +#, python-format +msgid "Deleted %(num)d dashboard" +msgid_plural "Deleted %(num)d dashboards" +msgstr[0] "Izbrisana je %(num)d nadzorna plošča" +msgstr[1] "Izbrisani sta %(num)d nadzorni plošči" +msgstr[2] "Izbrisane so %(num)d nadzorne plošče" +msgstr[3] "Izbrisanih je %(num)d nadzornih plošč" + +#: superset/datasets/api.py:783 +#, python-format +msgid "Deleted %(num)d dataset" +msgid_plural "Deleted %(num)d datasets" +msgstr[0] "Izbrisan %(num)d podatkovni set" +msgstr[1] "Izbrisana %(num)d podatkovna niza" +msgstr[2] "Izbrisani %(num)d podatkovni nizi" +msgstr[3] "Izbrisanih %(num)d podatkovnih nizov" + +#: superset/reports/api.py:502 +#, python-format +msgid "Deleted %(num)d report schedule" +msgid_plural "Deleted %(num)d report schedules" +msgstr[0] "Izbrisan %(num)d urnik poročanja" +msgstr[1] "Izbrisana %(num)d urnika poročanja" +msgstr[2] "Izbrisani %(num)d urniki poročanja" +msgstr[3] "Izbrisanih %(num)d urnikov poročanja" + +#: superset/queries/saved_queries/api.py:222 +#, python-format +msgid "Deleted %(num)d saved query" +msgid_plural "Deleted %(num)d saved queries" +msgstr[0] "Izbrisana %(num)d shranjena poizvedba" +msgstr[1] "Izbrisani %(num)d shranjeni poizvedbi" +msgstr[2] "Izbrisane %(num)d shranjene poizvedbe" +msgstr[3] "Izbrisanih %(num)d shranjenih poizvedb" + +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 +#, python-format +msgid "Deleted: %s" +msgstr "Izbrisano: %s" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 +msgid "Delimited long & lat single column" +msgstr "En stolpec z ločenima zemljepisno dolžino in širino" + +#: superset/views/database/forms.py:150 +msgid "Delimiter" +msgstr "Ločilnik" + +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 +msgid "Delivery method" +msgstr "Način dostave" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" +msgstr "Demografija" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 +msgid "Density" +msgstr "Gostota" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" +msgstr "Odvisen od" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 +msgid "Deprecated" +msgstr "Zastarelo" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 +msgid "Description" +msgstr "Opis" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 +msgid "Description (this can be seen in the list)" +msgstr "Opis (lahko je viden na seznamu)" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 +msgid "Description Columns" +msgstr "Stolpci z opisi" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 +msgid "Description text that shows up below your Big Number" +msgstr "Besedilo, ki se prikaže pod veliko številko" + +#: superset-frontend/src/components/ListView/ListView.tsx:360 +msgid "Deselect all" +msgstr "Počisti izbor" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 +msgid "Details of the certification" +msgstr "Podrobnosti certifikacije" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 +msgid "Determines how whiskers and outliers are calculated." +msgstr "Določa kako so izračunani kvantili in izstopajoče vrednosti." + +#: superset/views/dashboard/mixin.py:70 +msgid "" +"Determines whether or not this dashboard is visible in the list of all " +"dashboards" +msgstr "Določa ali je nadzorna plošča vidna na seznamu vseh nadzornih plošč" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 +msgid "Diamond" +msgstr "Karo" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 +msgid "Did you mean:" +msgstr "Ste mislili:" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 +msgid "Difference" +msgstr "Razlika" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "Granulacija časa" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +msgid "Dimension" +msgstr "Dimenzija" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "Dimenzija z x-os." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Dimension to use on y-axis." +msgstr "Dimenzija z x-os." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" +msgstr "Dimenzije" + +#: superset/viz.py:2005 +msgid "Directed Force Layout" +msgstr "Izgled usmerjene sile" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +msgid "Directional" +msgstr "Usmerjeni" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" +"Izključite predogled podatkov pri pridobivanju metapodatkov v SQL " +"laboratoriju. S tem se zmanjša obremenitev brskalnika pri podatkovnih " +"bazah z zelo širokimi tabelami." + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "Onemogočite vgrajevanje?" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +msgid "Disabled" +msgstr "Onemogočeno" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" +msgstr "Zavrzi" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +msgid "Discrete" +msgstr "Diskretno" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 +msgid "Display Name" +msgstr "Ime za prikaz" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +msgid "Display column level total" +msgstr "Prikaži vsote na nivoju stolpcev" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 +msgid "Display configuration" +msgstr "Prikaži nastavitve" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 +msgid "" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." +msgstr "" +"Prikazuj mere eno ob drugi ob vsakem stolpcu, drugače je vsak stolpec " +"prikazan en ob drugem za vsako mero." + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 +msgid "Display row level total" +msgstr "Prikaži vsote na nivoju vrstic" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +msgid "Display settings" +msgstr "Nastavitve prikaza" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 +msgid "Display total row/column" +msgstr "Pokaži vsote vrstic/stolpcev" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 +msgid "" +"Displays connections between entities in a graph structure. Useful for " +"mapping relationships and showing which nodes are important in a network." +" Graph charts can be configured to be force-directed or circulate. If " +"your data has a geospatial component, try the deck.gl Arc chart." +msgstr "" +"Prikaže povezave med entitetami v strukturi grafa. Uporabno za prikaz " +"razmerij in pomembnih točk v omrežju. Grafikon je lahko krožnega tipa ali" +" z usmerjenimi silami. Če imajo podatki geoprostorsko komponento, " +"poskusite grafikon decl.gl - Arc." + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 +msgid "Distribute across" +msgstr "Porazdeli glede na" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 +msgid "Distribution" +msgstr "Porazdelitev" + +#: superset/viz.py:1801 +msgid "Distribution - Bar Chart" +msgstr "Porazdelitev - Stolpčni grafikon" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 +msgid "Divider" +msgstr "Ločilnik" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 +msgid "Do you want a donut or a pie?" +msgstr "Želite kolobar ali torto?" + +#: superset-frontend/src/features/home/RightMenu.tsx:531 +msgid "Documentation" +msgstr "Dokumentacija" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 +msgid "Domain" +msgstr "Domena" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 +msgid "Donut" +msgstr "Kolobar" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "Urejane" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +msgid "Download" +msgstr "Prenos" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 +msgid "Download as image" +msgstr "Izvozi kot sliko" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 +msgid "Download to CSV" +msgstr "Izvozi kot CSV" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 +msgid "Draft" +msgstr "Osnutek" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "Povlecite in spustite elemente in grafikone na nadzorno ploščo" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "Povlecite in spustite elemente na zavihek" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 +msgid "Draw a marker on data points. Only applicable for line types." +msgstr "Nariši markerje na točke grafikona. Samo za črtne grafikone." + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 +msgid "Draw area under curves. Only applicable for line types." +msgstr "Izriši površino pod krivuljo. Samo za črtne grafikone." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 +msgid "Draw line from Pie to label when labels outside?" +msgstr "Ali želite črto do oznake, ko so le-te zunaj?" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +msgid "Draw split lines for minor axis ticks" +msgstr "Izriši ločilne črte za pomožne oznake osi" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Draw split lines for minor y-axis ticks" +msgstr "Izriši ločilne črte za pomožne oznake y-osi" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "Razvrščanje po %s" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "Vrtaj v podrobnosti" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +#, fuzzy +msgid "Drill to detail by" +msgstr "Vrtaj v podrobnosti" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, fuzzy, python-format +msgid "Drill to detail: %s" +msgstr "Vrtaj v podrobnosti" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy +msgid "Drop a column here or click" +msgid_plural "Drop columns here or click" +msgstr[0] "Spustite stolpec sem ali kliknite" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy +msgid "Drop a column/metric here or click" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "Spustite stolpec/mero sem ali kliknite" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +#, fuzzy +msgid "Drop a temporal column here or click" +msgstr "Spustite stolpec sem ali kliknite" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy +msgid "Drop column here" +msgid_plural "Drop columns here" +msgstr[0] "Spustite stolpec sem" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy +msgid "Drop column or metric here" +msgid_plural "Drop columns or metrics here" +msgstr[0] "Spustite stolpec ali mero sem" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 +msgid "Drop columns here" +msgstr "Spustite stolpce sem" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 +msgid "Drop columns or metrics here" +msgstr "Spustite stolpce ali mere sem" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" +msgstr "Spustite stolpce/mere sem ali kliknite" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 +msgid "Drop temporal column here" +msgstr "Spustite časovni stolpec sem" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 +msgid "Dual Line Chart" +msgstr "Grafikon z dvojno krivuljo" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "Podvoji zavihek" + +#: superset/views/datasource/views.py:122 +#, python-format +msgid "Duplicate column name(s): %(columns)s" +msgstr "Podvojena imena stolpcev: %(columns)s" + +#: superset/common/query_object.py:291 +#, python-format +msgid "" +"Duplicate column/metric labels: %(labels)s. Please make sure all columns " +"and metrics have a unique label." +msgstr "" +"Podvojene oznake stolpcev/mer: %(labels)s. Poskrbite, da bodo imeli " +"stolpci in mere unikatne oznake." + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "Uredi podatkovni set" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 +msgid "Duplicate tab" +msgstr "Podvoji zavihek" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 +msgid "Duration" +msgstr "Trajanje" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." +msgstr "" +"Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. " +"Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni " +"definirano, ima globalno nastavitev." + +#: superset/views/database/mixins.py:172 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." +msgstr "" +"Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. " +"Vrednost 0 označuje, da predpomnilnik nikoli ne poteče. V primeru, da ni " +"definirano, ima globalno nastavitev." + +#: superset/views/chart/mixin.py:69 +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Note this " +"defaults to the datasource/table timeout if undefined." +msgstr "" +"Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni " +"definirana, je uporabljena vrednost za podatkovni vir/tabelo." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "" +"Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni " +"definirana, je uporabljena vrednost za podatkovni set." + +#: superset/connectors/sqla/views.py:462 +msgid "" +"Duration (in seconds) of the caching timeout for this table. A timeout of" +" 0 indicates that the cache never expires. Note this defaults to the " +"database timeout if undefined." +msgstr "" +"Trajanje (v sekundah) predpomnjenja za to tabelo. Vrednost 0 označuje, da" +" predpomnilnik nikoli ne poteče. V primeru, da ni definirano, ima " +"nastavitev trajanja za podatkovno bazo." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 +msgid "" +"Duration (in seconds) of the metadata caching timeout for schemas of this" +" database. If left unset, the cache never expires." +msgstr "" +"Trajanje (v sekundah) predpomnilnika metapodatkov za sheme v tej " +"podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 +msgid "" +"Duration (in seconds) of the metadata caching timeout for tables of this " +"database. If left unset, the cache never expires. " +msgstr "" +"Trajanje (v sekundah) predpomnilnika metapodatkov za tabele v tej " +"podatkovni bazi. Če ni nastavljeno, predpomnilnik ne poteče. " + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +msgstr "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" + +#: superset-frontend/src/explore/controls.jsx:90 +#, fuzzy +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 +msgid "Duration in ms (66000 => 1m 6s)" +msgstr "Trajanje v ms (66000 => 1m 6s)" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 +#, python-format +msgid "Duration: %s" +msgstr "Trajanje: %s" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +msgid "Dynamic Aggregation Function" +msgstr "Dinamična agregacijska funkcija" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "Dinamično poišče vse možnosti filtra" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "ECharts" +msgstr "ECharts" + +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "E-poštna poročila aktivna" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 +msgid "END (EXCLUSIVE)" +msgstr "KONEC (NI VKLJUČEN)" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "Napaka" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 +#, python-format +msgid "ERROR: %s" +msgstr "NAPAKA: %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 +msgid "Edge length" +msgstr "Dolžina povezave" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 +msgid "Edge length between nodes" +msgstr "Dolžina povezave med vozlišči" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +msgid "Edge symbols" +msgstr "Simboli povezav" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 +msgid "Edge width" +msgstr "Debelina povezave" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 +msgid "Edit" +msgstr "Urejanje" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 +msgid "Edit Alert" +msgstr "Uredi opozorilo" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 +msgid "Edit CSS" +msgstr "Uredi CSS" + +#: superset/views/css_templates.py:41 +msgid "Edit CSS Template" +msgstr "Uredi CSS predlogo" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 +msgid "Edit CSS template properties" +msgstr "Uredi lastnosti CSS predloge" + +#: superset/views/chart/mixin.py:28 +msgid "Edit Chart" +msgstr "Uredi grafikon" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "Uredi lastnosti grafikona" + +#: superset/connectors/sqla/views.py:75 +msgid "Edit Column" +msgstr "Uredi stolpec" + +#: superset/views/dashboard/mixin.py:27 +msgid "Edit Dashboard" +msgstr "Uredi nadzorno ploščo" + +#: superset/views/database/mixins.py:36 +msgid "Edit Database" +msgstr "Uredi podatkovno bazo" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 +msgid "Edit Dataset " +msgstr "Uredi podatkovni set " + +#: superset/views/log/__init__.py:24 +msgid "Edit Log" +msgstr "Uredi dnevnik" + +#: superset/connectors/sqla/views.py:210 +msgid "Edit Metric" +msgstr "Uredi mero" + +#: superset/views/dynamic_plugins.py:61 +msgid "Edit Plugin" +msgstr "Uredi vtičnik" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 +msgid "Edit Report" +msgstr "Uredi poročilo" + +#: superset/connectors/sqla/views.py:293 +msgid "Edit Row level security filter" +msgstr "Uredi filter za varnost na nivoju vrstic" + +#: superset/views/sql_lab/views.py:55 +msgid "Edit Saved Query" +msgstr "Uredi shranjeno poizvedbo" + +#: superset/connectors/sqla/views.py:387 +msgid "Edit Table" +msgstr "Uredi tabelo" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 +msgid "Edit annotation" +msgstr "Uredi oznako" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 +msgid "Edit annotation layer" +msgstr "Uredi sloj z oznakami" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 +msgid "Edit annotation layer properties" +msgstr "Uredi lastnosti sloja z oznakami" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +msgid "Edit chart" +msgstr "Uredi grafikon" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 +msgid "Edit chart properties" +msgstr "Uredi lastnosti grafikona" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +msgid "Edit dashboard" +msgstr "Uredi nadzorno ploščo" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +msgid "Edit database" +msgstr "Uredi podatkovno bazo" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 +msgid "Edit dataset" +msgstr "Uredi podatkovni set" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Edit email report" +msgstr "Uredi e-poštno poročilo" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 +msgid "Edit formatter" +msgstr "Uredi oblikovanje" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 +msgid "Edit properties" +msgstr "Uredi lastnosti" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 +msgid "Edit query" +msgstr "Uredi poizvedbo" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 +msgid "Edit template" +msgstr "Uredi predlogo" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 +msgid "Edit template parameters" +msgstr "Uredi parametre predloge" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +msgid "Edit the dashboard" +msgstr "Uredi nadzorno ploščo" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 +msgid "Edit time range" +msgstr "Uredi časovno obdobje" + +#: superset-frontend/src/features/home/ActivityTable.tsx:151 +msgid "Edited" +msgstr "Urejane" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 +msgid "Editing 1 filter:" +msgstr "Urejanje enega filtra:" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 +msgid "Editing filter set:" +msgstr "Urejanje seta filtrov:" + +#: superset/errors.py:116 +msgid "Either the database is spelled incorrectly or does not exist." +msgstr "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." + +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 +#, python-format +msgid "Either the username \"%(username)s\" or the password is incorrect." +msgstr "Uporabniško ime \"%(username)s\" ali geslo sta napačna." + +#: superset/db_engine_specs/mssql.py:85 +#, python-format +msgid "" +"Either the username \"%(username)s\", password, or database name " +"\"%(database)s\" is incorrect." +msgstr "" +"Uporabniško ime \"%(username)s\", geslo ali ime podatkovne baze " +"\"%(database)s\" so napačni." + +#: superset/errors.py:115 +msgid "Either the username or the password is wrong." +msgstr "Uporabniško ime ali/in geslo sta napačna." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +msgid "Elevation" +msgstr "Višina" + +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 +msgid "Email reports active" +msgstr "E-poštna poročila aktivna" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +msgid "Embed" +msgstr "Vgradi" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "Vgradi kodo" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +msgid "Embed dashboard" +msgstr "Vgradi nadzorno ploščo" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "Vgrajevanje deaktivirano." + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +msgid "Emit Filter Events" +msgstr "Oddajaj dogodke filtrov" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 +msgid "Emphasis" +msgstr "Poudari" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "Zaposlitev in izobrazba" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 +msgid "Empty circle" +msgstr "Prazen krog" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 +msgid "Empty collection" +msgstr "Prazen izbor" + +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "Moj stolpec" + +#: superset/charts/data/api.py:363 +msgid "Empty query result" +msgstr "Rezultat prazne poizvedbe" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 +msgid "Empty query?" +msgstr "Prazna poizvedba?" + +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +#, fuzzy +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "Omogoči 'Dovoli nalaganje podatkov' za vse podatkovne baze" + +#: superset/connectors/sqla/views.py:482 +msgid "Enable Filter Select" +msgstr "Omogoči izbiro filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +#, fuzzy +msgid "Enable cross-filtering" +msgstr "Doseg medsebojnega filtra" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 +msgid "Enable data zooming controls" +msgstr "Omogoči kontrolnik za povečavo podatkov" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +msgid "Enable embedding" +msgstr "Omogoči vgrajevanje" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 +msgid "Enable forecast" +msgstr "Omogoči napoved" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 +msgid "Enable forecasting" +msgstr "Omogoči napovedovanje" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 +msgid "Enable graph roaming" +msgstr "Omogoči preoblikovanje grafikona" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 +msgid "Enable node dragging" +msgstr "Omogoči premikanje vozlišč" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 +msgid "Enable query cost estimation" +msgstr "Omogoči ocenjevanje potratnosti poizvedbe" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 +msgid "Enable server side pagination of results (experimental feature)" +msgstr "" +"Omogoči številčenje strani rezultatov na strani strežnika (preizkusna " +"funkcija)" + +#: superset/viz.py:2567 +msgid "" +"Encountered invalid NULL spatial entry," +" please consider filtering those " +"out" +msgstr "" +"Prišlo je do neveljavnega NULL prostorskega vnosa," +" poskusite ga izločiti s filtrom" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 +msgid "End" +msgstr "Konec" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "Neveljavna zemljepisna dolžina/širina" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "Končna Dolž. in Širina" + +#: superset/views/sql_lab/views.py:86 +msgid "End Time" +msgstr "Končni čas" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 +msgid "End angle" +msgstr "Končni kot" + +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "Pošlji kot besedilo" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 +msgid "End date excluded from time range" +msgstr "Končni datum ni vključen v časovno obdobje" + +#: superset/annotation_layers/annotations/commands/exceptions.py:35 +msgid "End date must be after start date" +msgstr "Končni datum mora biti za začetnim" + +#: superset/databases/commands/validate.py:59 +#, python-format +msgid "Engine \"%(engine)s\" cannot be configured through parameters." +msgstr "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 +msgid "Engine Parameters" +msgstr "Parametri podatkovne baze" + +#: superset/databases/schemas.py:298 +msgid "" +"Engine spec \"InvalidEngine\" does not support being configured via " +"individual parameters." +msgstr "" +"Specifikacija baze \"InvalidEngine\" ne podpira konfiguracije s " +"posameznimi parametri." + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 +msgid "Enter CA_BUNDLE" +msgstr "Vnesite CA_BUNDLE" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "Naloži prijavne podatke" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "Vnesite novo naslov zavihka" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 +msgid "Enter a name for this sheet" +msgstr "Vnesite ime te preglednice" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 +msgid "Enter a new title for the tab" +msgstr "Vnesite novo naslov zavihka" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 +msgid "Enter duration in seconds" +msgstr "Vnesite trajanje v sekundah" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 +msgid "Enter fullscreen" +msgstr "Vklopi celozaslonski način" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 +msgid "Entity" +msgstr "Entiteta" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 +msgid "Entity ID" +msgstr "ID entitete" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 +msgid "Equal Date Sizes" +msgstr "Enaki datumi" + +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +msgid "Error" +msgstr "Napaka" + +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 +#, python-format +msgid "Error in jinja expression in HAVING clause: %(msg)s" +msgstr "Napaka v jinja izrazu HAVING stavka: %(msg)s" + +#: superset/connectors/sqla/models.py:1145 +#, python-format +msgid "Error in jinja expression in RLS filters: %(msg)s" +msgstr "Napaka v jinja izrazu RLS filtrov: %(msg)s" + +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 +#, python-format +msgid "Error in jinja expression in WHERE clause: %(msg)s" +msgstr "Napaka v jinja izrazu WHERE stavka: %(msg)s" + +#: superset/connectors/sqla/models.py:826 +#, python-format +msgid "Error in jinja expression in fetch values predicate: %(msg)s" +msgstr "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" + +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 +msgid "Error loading chart datasources. Filters may not work correctly." +msgstr "" +"Napaka pri nalaganju podatkovnih virov grafikona. Filtri lahko ne " +"delujejo pravilno." + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 +msgid "Error message" +msgstr "Sporočilo napake" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 +msgid "Error while fetching charts" +msgstr "Napaka pri pridobivanju grafikonov" + +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 +#, python-format +msgid "Error while fetching data: %s" +msgstr "Napaka pri pridobivanju podatkov: %s" + +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 +#, python-format +msgid "Error while rendering virtual dataset query: %(msg)s" +msgstr "Napaka pri izvajanju poizvedbe virtualnega podatkovnega seta: %(msg)s" + +#: superset/charts/data/commands/get_data_command.py:55 +#, fuzzy, python-format +msgid "Error: %(error)s" +msgstr "Napaka: %(msg)s" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "Napaka: %(msg)s" + +#: superset/views/core.py:817 +msgid "Error: permalink state not found" +msgstr "Napaka: stanje povezave ni najdeno" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 +msgid "Estimate cost" +msgstr "Oceni potratnost" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 +msgid "Estimate selected query cost" +msgstr "Oceni potratnost izbrane poizvedbe" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 +msgid "Estimate the cost before running a query" +msgstr "Oceni potratnost pred zagonom poizvedbe" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "nedavne" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 +msgid "Event Flow" +msgstr "Potek dogodkov" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 +msgid "Event Names" +msgstr "Imena dogodkov" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 +msgid "Event definition" +msgstr "Definicija dogodka" + +#: superset/viz.py:2933 +msgid "Event flow" +msgstr "Potek dogodkov" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 +msgid "Event time column" +msgstr "Stolpec časa dogodka" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 +msgid "Every" +msgstr "Vsak" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 +msgid "Evolution" +msgstr "Evolucija" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 +msgid "Exact" +msgstr "Natančno" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 +msgid "Example" +msgstr "Primer" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 +msgid "Examples" +msgstr "Vzorci" + +#: superset/views/database/forms.py:278 +msgid "Excel File" +msgstr "Excel-ova datoteka" + +#: superset/views/database/views.py:424 +#, python-format +msgid "" +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" +" database \"%(db_name)s\"" +msgstr "" +"Excel datoteka \"%(excel_filename)s\" naložena v tabelo " +"\"%(table_name)s\" v podatkovni bazi \"%(db_name)s\"" + +#: superset/views/database/views.py:303 +msgid "Excel to Database configuration" +msgstr "Nastavitve pretvorbe Excel v Podatkovno bazo" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 +msgid "Exclude selected values" +msgstr "Izloči izbrane vrednosti" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 +msgid "Executed SQL" +msgstr "Izvedena poizvedba" + +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 +msgid "Executed query" +msgstr "Zagnana poizvedba" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 +msgid "Execution ID" +msgstr "ID izvedbe" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 +msgid "Execution log" +msgstr "Dnevnik izvajanja" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "Manjka podatkovni set" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 +msgid "Exit fullscreen" +msgstr "Izhod iz celozaslonskega načina" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +msgid "Expand" +msgstr "Razširi" + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 +msgid "Expand all" +msgstr "Razširi vse" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "Razširi podatkovni panel" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "Razširi" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 +msgid "Expand table preview" +msgstr "Odpri predogled tabele" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Expand tool bar" +msgstr "Razširi orodno vrstico" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 +#: superset-frontend/src/filters/components/GroupBy/index.ts:31 +#: superset-frontend/src/filters/components/Range/index.ts:31 +#: superset-frontend/src/filters/components/Select/index.ts:32 +#: superset-frontend/src/filters/components/Time/index.ts:31 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 +msgid "Experimental" +msgstr "Eksperimentalno" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 +msgid "Explore" +msgstr "Raziskovanje" + +#: superset/views/core.py:985 +#, python-format +msgid "Explore - %(table)s" +msgstr "Razišči - %(table)s" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 +msgid "Explore the result set in the data exploration view" +msgstr "Raziščite rezultate v pogledu raziskovanja podatkov" + +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 +msgid "Export" +msgstr "Izvoz" + +#: superset/views/dashboard/views.py:65 +msgid "Export dashboards?" +msgstr "Izvozim nadzorne plošče?" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 +msgid "Export query" +msgstr "Izvozi poizvedbe" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +msgid "Export to .CSV" +msgstr "Izvozi v .CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Export to .JSON" +msgstr "Izvozi v .JSON" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "Izvozi v YAML" + +#: superset/views/base.py:606 +msgid "Export to YAML" +msgstr "Izvozi v YAML" + +#: superset/views/base.py:606 +msgid "Export to YAML?" +msgstr "Izvozim v YAML?" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +msgid "Export to full .CSV" +msgstr "Izvozi v celoten .CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "Izvozi v izvorni .CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "Izvozi v vrtilni .CSV" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 +msgid "Expose database in SQL Lab" +msgstr "Razkrij podatkovno bazo v SQL laboratoriju" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 +msgid "Expose in SQL Lab" +msgstr "Uporabi v SQL laboratoriju" + +#: superset/views/database/mixins.py:103 +msgid "Expose this DB in SQL Lab" +msgstr "Uporabi to podatkovno bazo v SQL laboratoriju" + +#: superset/connectors/sqla/views.py:161 +msgid "Expression" +msgstr "Izraz" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 +msgid "Extra" +msgstr "Dodatno" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 +msgid "Extra Controls" +msgstr "Dodatni kontrolniki" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 +msgid "Extra Parameters" +msgstr "Dodatni parametri" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "Dodatni podatki za JS" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 +msgid "" +"Extra data to specify table metadata. Currently supports metadata of the " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," +" \"details\": \"This table is the source of truth.\" }, " +"\"warning_markdown\": \"This is a warning.\" }`." +msgstr "" +"Dodatni podatki za tabelo metapodatkov. Trenutno je podprta naslednja " +"oblika zapisa metapodatkov: `{ \"certification\": { \"certified_by\": " +"\"Tim za razvoj\", \"details\": \"Ta tabela je vir resnice.\" }, " +"\"warning_markdown\": \"To je opozorilo.\" }`." + +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 +#, python-format +msgid "Extra field cannot be decoded by JSON. %(msg)s" +msgstr "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 +msgid "Extra parameters for use in jinja templated queries" +msgstr "Dodatni parametri za poizvedbe z jinja predlogami" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 +msgid "" +"Extra parameters that any plugins can choose to set for use in Jinja " +"templated queries" +msgstr "" +"Dodatni parametri, ki jih lahko uporabi kateri koli vtičnik za poizvedbe " +"z Jinja predlogami" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 +msgid "Extra url parameters for use in Jinja templated queries" +msgstr "Dodatni parametri za poizvedbe z Jinja predlogami" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +msgid "Extruded" +msgstr "Relief" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 +msgid "FEB" +msgstr "FEB" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 +msgid "FRI" +msgstr "PET" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +msgid "Factor" +msgstr "Faktor" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "Faktor, s katerim množite mero" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 +msgid "Fail" +msgstr "Prekini" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 +msgid "Failed" +msgstr "Ni uspelo" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 +msgid "Failed at retrieving results" +msgstr "Napaka pri pridobivanju rezultatov" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 +#, python-format +msgid "Failed at stopping query. %s" +msgstr "Neuspešno ustavljanje poizvedbe. %s" + +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "Ustvarjanje poročila nesupešno" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" +msgstr "Napaka pri pridobivanju naprednega tipa" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 +msgid "Failed to start remote query on a worker." +msgstr "Na delavcu ni bilo mogoče zagnati oddaljene poizvedbe." + +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "Posodabljanje poročila neuspešno" + +#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 +#, python-format +msgid "Failed to verify select options: %s" +msgstr "Preverjanje možnosti izbire ni uspelo: %s" + +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 +msgid "Favorite" +msgstr "Priljubljene" + +#: superset-frontend/src/profile/components/App.tsx:52 +msgid "Favorites" +msgstr "Priljubljene" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 +msgid "February" +msgstr "Februar" + +#: superset/connectors/sqla/views.py:488 +msgid "Fetch Values Predicate" +msgstr "Pridobi vrednosti predikatov" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 +msgid "Fetch data preview" +msgstr "Pridobi predogled podatkov" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 +#, python-format +msgid "Fetched %s" +msgstr "Pridobljeno %s" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +msgid "Fetching" +msgstr "Pridobivam" + +#: superset/databases/commands/exceptions.py:63 +#, python-format +msgid "Field cannot be decoded by JSON. %(json_error)s" +msgstr "Polja ni mogoče dekodirati z JSON. %(json_error)s" + +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 +#, python-format +msgid "Field cannot be decoded by JSON. %(msg)s" +msgstr "Polja ni mogoče dekodirati z JSON. %(msg)s" + +#: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 +msgid "Field is required" +msgstr "Polje je obvezno" + +#: superset/templates/superset/import_dashboards.html:37 +msgid "File" +msgstr "Datoteka" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +msgid "Fill Color" +msgstr "Barva polnila" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +msgid "Fill all required fields to enable \"Default Value\"" +msgstr "Izpolnite vsa polja, da omogočite \"Privzeto vrednost\"" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 +msgid "Fill method" +msgstr "Način polnjenja" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +msgid "Filled" +msgstr "Zapolnjeno" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 +msgid "Filter" +msgstr "Filter" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +msgid "Filter Configuration" +msgstr "Nastavitve filtra" + +#: superset/templates/appbuilder/general/widgets/search.html:24 +msgid "Filter List" +msgstr "Seznam filtrov" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +msgid "Filter Settings" +msgstr "Nastavitve filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 +msgid "Filter Type" +msgstr "Tip filtra" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +msgid "Filter box" +msgstr "Izbirnik za filtriranje" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "Filtriraj grafikone" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 +msgid "Filter configuration" +msgstr "Nastavitve filtra" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 +msgid "Filter configuration for the filter box" +msgstr "Nastavitve za polje filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 +msgid "Filter has default value" +msgstr "Filter ima privzeto vrednost" + +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "Ime filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 +msgid "Filter metadata changed in dashboard. It will not be applied." +msgstr "Metapodatki filtra so se spremenili v nadzorni plošči. Ne bo uveljavljen." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 +msgid "Filter name" +msgstr "Ime filtra" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "Filter prikazuje samo vrednosti vezane na izbire v drugih filtrih." + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 +msgid "Filter results" +msgstr "Filtriraj rezultate" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +msgid "Filter set already exists" +msgstr "Set filtrov že obstaja" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 +msgid "Filter set with this name already exists" +msgstr "Set filtrov z enakim imenom že obstaja" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 +#, python-format +msgid "Filter sets (%(filterSetCount)d)" +msgstr "Nastavljeni filtri (%(filterSetCount)d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 +msgid "Filter type" +msgstr "Tip filtra" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 +msgid "Filter value (case sensitive)" +msgstr "Vrednost filtra (razlik. velikih/malih črk)" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "Vrednost filtra je obvezna" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 +msgid "Filter value list cannot be empty" +msgstr "Seznam vrednosti filtra ne sme biti prazen" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 +msgid "Filter your charts" +msgstr "Filtriraj grafikone" + +#: superset/connectors/sqla/views.py:159 +msgid "Filterable" +msgstr "Filtriranje" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 +msgid "Filters" +msgstr "Filtri" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 +#, python-format +msgid "Filters (%d)" +msgstr "Filtri (%d)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 +msgid "Filters by columns" +msgstr "Filtrira po stolpcu" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +msgid "Filters by metrics" +msgstr "Filtrira po merah" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 +msgid "Filters configuration" +msgstr "Nastavitve filtrov" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 +#, python-format +msgid "Filters out of scope (%d)" +msgstr "Filtri izven dosega (%d)" + +#: superset/connectors/sqla/views.py:342 +msgid "" +"Filters with the same group key will be ORed together within the group, " +"while different filter groups will be ANDed together. Undefined group " +"keys are treated as unique groups, i.e. are not grouped together. For " +"example, if a table has three filters, of which two are for departments " +"Finance and Marketing (group key = 'department'), and one refers to the " +"region Europe (group key = 'region'), the filter clause would apply the " +"filter (department = 'Finance' OR department = 'Marketing') AND (region =" +" 'Europe')." +msgstr "" +"Filtri z enakim skupinskim ključem bodo znotraj skupine združeni z OR " +"funkcijo, medtem ko bodo različne skupine združene z AND funkcijo. " +"Nedefinirani skupinski ključi so obravnavani kot unikatne skupine in niso" +" združeni v svojo skupino. Npr., če ima tabela tri filtre, pri čemer sta " +"dva za oddelka marketinga in financ (skupinski ključ = 'oddelek') tretji " +"pa se nanaša na regijo Evropa (skupinski ključ = 'regija'), bo filtrski " +"izraz (oddelek = 'Finance' OR oddelek = 'Marketing') AND (regija = " +"'Evropa')." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 +msgid "Finish" +msgstr "Zaključi" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 +msgid "" +"Fix the trend line to the full time range specified in case filtered " +"results do not include the start or end dates" +msgstr "" +"Trendno črto nastavite na izbrano obdobje, v primeru, da filtrirani " +"rezultati ne vsebujejo začetnega in/ali končnega datuma" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 +msgid "Fix to selected Time Range" +msgstr "Nastavi na izbrano časovno obdobje" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 +msgid "Fixed" +msgstr "Fiksno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 +msgid "Fixed Color" +msgstr "Izbrana barva" + +#: superset-frontend/src/explore/controls.jsx:205 +msgid "Fixed color" +msgstr "Izbrana barva" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +msgid "Fixed point radius" +msgstr "Fiksni radij točk" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 +msgid "Flow" +msgstr "Potek" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 +msgid "Font size" +msgstr "Velikost pisave" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 +msgid "Font size for axis labels, detail value and other text elements" +msgstr "Velikost pisave za oznake osi, podrobnosti in druge besedilne elemente" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 +msgid "Font size for the biggest value in the list" +msgstr "Velikost pisave za največjo vrednost na seznamu" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 +msgid "Font size for the smallest value in the list" +msgstr "Velikost pisave za najmanjšo vrednost na seznamu" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 +msgid "" +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." +msgstr "" +"Prikaže zgradbo podatkovnega seta na podlagi segmentacije danega " +"pravokotnika na manjše pravokotnike, pri čemer je ploščina sorazmerna " +"vrednostim oz. deležem. Pravokotniki se lahko dodatno hierarhično " +"segmentirajo." + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "Za nadaljnja navodila se posvetujte z" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "Za dodatne informacije o objektih v kontekstu te funkcije si oglejte" + +#: superset/connectors/sqla/views.py:336 +msgid "" +"For regular filters, these are the roles this filter will be applied to. " +"For base filters, these are the roles that the filter DOES NOT apply to, " +"e.g. Admin if admin should see all data." +msgstr "" +"Za regularne filtre so te vloge tiste, ki bodo filtrirane. Za osnovne " +"filtre, so te vloge tiste, ki NE bodo filtrirane, npr. Admin, če naj " +"administrator vidi vse podatke." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +msgid "Force" +msgstr "Sila" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 +msgid "" +"Force all tables and views to be created in this schema when clicking " +"CTAS or CVAS in SQL Lab." +msgstr "" +"Vsilite, da bodo vse tabele in pogledi ustvarjeni s to shemo, ko kliknete" +" CTAS ali CVAS v SQL laboratoriju." + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" +msgstr "Vsili obliko zapisa datuma" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 +msgid "Force refresh" +msgstr "Osveži" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 +msgid "Force refresh schema list" +msgstr "Osveži seznam shem" + +#: superset-frontend/src/components/TableSelector/index.tsx:317 +msgid "Force refresh table list" +msgstr "Osveži seznam tabel" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 +msgid "Forecast periods" +msgstr "Periode napovedi" + +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "Frekvenca osveževanja" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" +"Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki " +"grafikona." + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" +"Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki " +"podatkovnega seta." + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Formattable" +msgstr "Prilagodljiv" + +#: superset-frontend/src/components/ReportModal/index.tsx:255 +msgid "Formatted CSV attached in email" +msgstr "Oblikovan CSV pripet e-pošti" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +msgid "Formatted date" +msgstr "Oblikovan datum" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "Oblikovan datum" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "Adaptivno oblikovanje" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "D3 format" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "Vrednosti stolpcev" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 +msgid "Found invalid orderby options" +msgstr "Najdene so neveljavne možnosti razvrščanja" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +msgid "Fraction digits" +msgstr "Število decimalk" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" +msgstr "Frekvenca" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 +msgid "Friction" +msgstr "Trenje" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 +msgid "Friction between nodes" +msgstr "Trenje med vozlišči" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" +msgstr "Petek" + +#: superset/utils/date_parser.py:267 superset/viz.py:392 +msgid "From date cannot be larger than to date" +msgstr "Začetni datum ne sme biti večji od končnega datuma" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "Ime poizvedbe" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +msgid "Funnel Chart" +msgstr "Lijakasti grafikon" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 +msgid "Further customize how to display each column" +msgstr "Dodatne prilagoditve prikaza posameznih stolpcev" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 +msgid "Further customize how to display each metric" +msgstr "Dodatne prilagoditve prikaza posameznih mer" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" +msgstr "GROUP BY" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 +msgid "Gauge Chart" +msgstr "Števčni grafikon" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 +msgid "General" +msgstr "Splošno" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "Ustvarjam povezavo, prosim počakajte..." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Generic Chart" +msgstr "Generičen grafikon" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 +msgid "Geo" +msgstr "Geo" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "GeoJson stolpec" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +msgid "GeoJson Settings" +msgstr "GeoJson nastavitve" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" +msgstr "Geohash" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 +msgid "Get the last date by the date unit." +msgstr "Pridobi zadnji datum glede na časovno enoto." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 +msgid "Get the specify date for the holiday" +msgstr "Določi datum praznika" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" +"Za nastavitve nadzorne plošče in dodajanje grafikonov pojdite v način " +"urejanja" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 +msgid "Google Sheet Name and URL" +msgstr "Ime Googlove preglednice in URL" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 +msgid "Grace period" +msgstr "Obdobje mirovanja" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 +msgid "Graph Chart" +msgstr "Graf" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 +msgid "Graph layout" +msgstr "Izgled grafikona" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 +msgid "Gravity" +msgstr "Gravitacija" + +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (večje ali enako)" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "ustvarite " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +msgid "Grid" +msgstr "Mreža" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +msgid "Grid Size" +msgstr "Velikost mreže" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +#: superset-frontend/src/filters/components/GroupBy/index.ts:28 +msgid "Group By" +msgstr "Združevanje (Group by)" + +#: superset-frontend/src/filters/components/GroupBy/index.ts:29 +msgid "Group By filter plugin" +msgstr "Vtičnik za filter za združevanje" + +#: superset/viz.py:927 +msgid "Group By' and 'Columns' can't overlap" +msgstr "'Združevanje' in 'Stolpci' se ne smeta prekrivati" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 +msgid "Group By, Metrics or Percentage Metrics must have a value" +msgstr "Združevanje, Mera ali Procentualna mera morajo imeti vrednost" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +msgid "Group by" +msgstr "Združevanje (Group by)" + +#: superset/connectors/sqla/views.py:158 +msgid "Groupable" +msgstr "Združevanje" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "Handlebars" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" +msgstr "Predloga za Handlebars" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" +"Mejne vrednosti za barvno lestvico. Upošteva se le, če je normiranje " +"uporabljeno glede na celotni toplotni prikaz." + +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "ustvarjeno" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +msgid "Header" +msgstr "Glava" + +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 +msgid "Header Row" +msgstr "Naslovna vrstica" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 +#: superset/viz.py:2249 +msgid "Heatmap" +msgstr "Toplotni prikaz" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 +msgid "Heatmap Options" +msgstr "Možnosti toplotnega prikaza" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 +msgid "Height" +msgstr "Višina" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +#, fuzzy +msgid "Height of the sparkline" +msgstr "Debelina črt" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "Skrij sloj" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +msgid "Hide chart description" +msgstr "Skrij opis grafikona" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +msgid "Hide layer" +msgstr "Skrij sloj" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "Geslo" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Hide tool bar" +msgstr "Skrij orodno vrstico" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "Nastavitve časovne vrste" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 +msgid "Hierarchy" +msgstr "Hierarhija" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 +#: superset/viz.py:1743 +msgid "Histogram" +msgstr "Histogram" + +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 +msgid "Home" +msgstr "Domov" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +msgid "Horizon Chart" +msgstr "Horizontni grafikon" + +#: superset/viz.py:2310 +msgid "Horizon Charts" +msgstr "Horizontni grafikon" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +msgid "Horizontal" +msgstr "Vodoravno" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +#, fuzzy +msgid "Horizontal (Top)" +msgstr "Vodoravno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 +msgid "Horizontal alignment" +msgstr "Vodoravna poravnava" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +msgid "Host" +msgstr "Gostitelj" + +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 +msgid "Hostname or IP address" +msgstr "Ime gostitelja ali IP naslov" + +#: superset/db_engine_specs/base.py:104 +msgid "Hour" +msgstr "Ura" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#, python-format +msgid "Hours %s" +msgstr "Ure %s" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 +msgid "Hours offset" +msgstr "Urni premik" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 +msgid "How do you want to enter service account credentials?" +msgstr "Kako želite vnesti prijavne podatke servisnega računa?" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "V koliko razdelkov bodo razvrščeni podatki." + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 +msgid "How many periods into the future do we want to predict" +msgstr "Za koliko period v prihodnosti želite napoved" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 -msgid "Geo" -msgstr "Geo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 +msgid "" +"How to display time shifts: as individual lines; as the difference " +"between the main time series and each time shift; as the percentage " +"change; or as the ratio between series and time shifts." +msgstr "" +"Način prikaza časovnih zamikov: kot samostojne črte; kot razlike med " +"osnovno časovno vrsto in vsakim časovnim zamikom; kot procentualna " +"sprememba; kot razmerje med vrsto in časovnim zamikom." -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Range" -msgstr "Doseg" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 +msgid "Huge" +msgstr "Ogromna" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 -msgid "Stacked" -msgstr "Naložen" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +msgid "ISO 3166-2 Codes" +msgstr "Oznake po ISO 3166-2" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 -msgid "Sorry, there appears to be no data" -msgstr "Ni podatkov" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 +msgid "ISO 8601" +msgstr "ISO 8601" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 -msgid "Event definition" -msgstr "Definicija dogodka" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +msgid "Id" +msgstr "Id" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -msgid "Event Names" -msgstr "Imena dogodkov" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 +msgid "Id of root node of the tree." +msgstr "Id korenskega vozlišča drevesa." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:129 -#: superset-frontend/src/explore/fixtures.tsx:98 -msgid "Columns to display" -msgstr "Stolpci za prikaz" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 +msgid "" +"If Presto or Trino, all the queries in SQL Lab are going to be executed " +"as the currently logged on user who must have permission to run them. If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" +"V primeru Presto ali Trino se vse poizvedbe v SQL laboratoriju zaženejo " +"pod trenutno prijavljenim uporabnikom, ki mora imeti pravice za " +"poganjanje. Če je omogočen Hive in hive.server2.enable.doAs, poizvedbe " +"tečejo pod servisnim računom, vendar je trenutno prijavljen uporabnik " +"predstavljen z lastnostjo hive.server2.proxy.user." + +#: superset/views/database/mixins.py:165 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" +"V primeru Presto se vse poizvedbe v SQL laboratoriju zaženejo pod " +"trenutno prijavljenim uporabnikom, ki mora imeti pravice za " +"poganjanje.
Če je omogočen Hive in hive.server2.enable.doAs, " +"poizvedbe tečejo pod servisnim računom, vendar je trenutno prijavljen " +"uporabnik predstavljen z lastnostjo hive.server2.proxy.user." + +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "Oznaka že obstaja" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 -msgid "Order by entity id" -msgstr "Uredi po ID entitete" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 +msgid "If a metric is specified, sorting will be done based on the metric value" +msgstr "Če je določena mera, bo razvrščanje izvedeno na podlagi vrednosti mere" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset/views/database/forms.py:238 msgid "" -"Important! Select this if the table is not already sorted by entity id, else " -"there is no guarantee that all events for each entity are returned." +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -"Pomembno! Izberite, če tabela še ni razvrščena po ID entitete, v nasprotnem " -"primeru ni nujno, da bodo vrnjeni vsi dogodki za posamezno entiteto." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 -msgid "Minimum leaf node event count" -msgstr "Min. število dogodkov za list" +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." +msgstr "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v Dodatno." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" -"Leaf nodes that represent fewer than this number of events will be initially " -"hidden in the visualization" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." msgstr "" -"Listna vozlišča, ki predstavljajo manjše število dogodkov od te vrednosti, bodo v " -"vizualizaciji skrita" +"Če tabela obstaja, naredite nekaj od sledečega: Prekini (ne naredi nič), " +"Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 -msgid "Additional metadata" -msgstr "Dodatni metapodatki" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "" +"Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske " +"slike." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 -msgid "Metadata" -msgstr "Metapodatki" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "Izpusti prazne lokacije" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 -msgid "Select any columns for metadata inspection" -msgstr "Izberite poljubne stolpce za pregled metapodatkov" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 +msgid "Ignore time" +msgstr "Ne upoštevaj časa" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 -msgid "Entity ID" -msgstr "ID entitete" +#: superset-frontend/src/components/ReportModal/index.tsx:252 +msgid "Image (PNG) embedded in email" +msgstr "Slika (PNG) vključena v e-pošto" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 -msgid "e.g., a \"user id\" column" -msgstr "t.j. stolpec \"id uporabnika\"" +#: superset-frontend/src/utils/downloadAsImage.ts:55 +msgid "Image download failed, please refresh and try again." +msgstr "Prenos slike ni uspel. Osvežite in poskusite ponovno." -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 -msgid "Max Events" -msgstr "Max. dogodkov" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 +msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" +msgstr "" +"Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in " +"GSheets)" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 -msgid "The maximum number of events to return, equivalent to the number of rows" -msgstr "Največje število dogodkov, ki bodo vrnjeni - enako številu vrstic" +#: superset/views/database/mixins.py:197 +msgid "Impersonate the logged on user" +msgstr "Predstavljaj se kot prijavljeni uporabnik" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 -msgid "" -"Compares the lengths of time different activities take in a shared timeline view." -msgstr "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." +#: superset-frontend/src/components/ImportModal/index.tsx:426 +msgid "Import" +msgstr "Uvozi" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 -msgid "Event Flow" -msgstr "Potek dogodkov" +#: superset-frontend/src/components/ImportModal/index.tsx:430 +#, python-format +msgid "Import %s" +msgstr "Uvozi %s" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 -msgid "Progressive" -msgstr "Progresivno" +#: superset/templates/superset/import_dashboards.html:26 +msgid "Import Dashboard(s)" +msgstr "Uvozi nadzorne plošče" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 -msgid "Axis ascending" -msgstr "Naraščajoča os" +#: superset/initialization/__init__.py:337 +msgid "Import Dashboards" +msgstr "Uvozi nadzorne plošče" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 -msgid "Axis descending" -msgstr "Padajoča os" +#: superset/connectors/sqla/views.py:386 +msgid "Import a table definition" +msgstr "Uvozi definicijo tabele" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 -msgid "Metric ascending" -msgstr "Naraščajoča mera" +#: superset/charts/commands/exceptions.py:155 +msgid "Import chart failed for an unknown reason" +msgstr "Uvoz grafikona ni uspel zaradi neznanega razloga" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 -msgid "Metric descending" -msgstr "Padajoča mera" +#: superset-frontend/src/pages/ChartList/index.tsx:813 +msgid "Import charts" +msgstr "Uvozi grafikone" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 -msgid "Heatmap Options" -msgstr "Možnosti toplotnega prikaza" +#: superset/dashboards/commands/exceptions.py:82 +msgid "Import dashboard failed for an unknown reason" +msgstr "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 -msgid "XScale Interval" -msgstr "Interval X-osi" +#: superset-frontend/src/pages/DashboardList/index.tsx:686 +#: superset/templates/superset/import_dashboards.html:21 +msgid "Import dashboards" +msgstr "Uvozi nadzorne plošče" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 -msgid "Number of steps to take between ticks when displaying the X scale" -msgstr "Število korakov med oznakami pri prikazu X-osi" +#: superset/databases/commands/exceptions.py:171 +msgid "Import database failed for an unknown reason" +msgstr "Uvoz podatkovne baze ni uspel zaradi neznanega razloga" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 -msgid "YScale Interval" -msgstr "Interval Y-osi" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" +msgstr "Uvozi podatkovno bazo iz datoteke" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 -msgid "Number of steps to take between ticks when displaying the Y scale" -msgstr "Število korakov med oznakami pri prikazu Y-osi" +#: superset/datasets/commands/exceptions.py:185 +msgid "Import dataset failed for an unknown reason" +msgstr "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 -msgid "Rendering" -msgstr "Izris" +#: superset-frontend/src/pages/DatasetList/index.tsx:620 +msgid "Import datasets" +msgstr "Uvozi podatkovne sete" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 -msgid "" -"image-rendering CSS attribute of the canvas object that defines how the browser " -"scales up the image" -msgstr "atribut CSS za izris objekta platna, ki določa, kako brskalnik poveča sliko" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 +msgid "Import queries" +msgstr "Uvozi poizvedbe" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 -msgid "Normalize Across" -msgstr "Normiraj glede na" +#: superset/queries/saved_queries/commands/exceptions.py:36 +msgid "Import saved query failed for an unknown reason." +msgstr "Uvoz shranjene poizvedbe ni uspel zaradi neznanega razloga." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of across " -"this criteria" +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." msgstr "" -"Barva bo prikazana na osnovi razmerja med celico in vsoto glede na ta kriterij" +"Pomembno! Izberite, če tabela še ni razvrščena po ID entitete, v " +"nasprotnem primeru ni nujno, da bodo vrnjeni vsi dogodki za posamezno " +"entiteto." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 -msgid "Left Margin" -msgstr "Levi rob" +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "v" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 -msgid "Left margin, in pixels, allowing for more room for axis labels" -msgstr "Levi rob, v pikslih, s katerim povečamo prostor za oznake osi" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Include Series" +msgstr "Vključi serijo" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 -msgid "Bottom Margin" -msgstr "Spodnji rob" +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "Vključite opis, ki bo vključen v poročilo" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 -msgid "Bottom margin, in pixels, allowing for more room for axis labels" -msgstr "Spodnji rob, v pikslih, s katerim povečamo prostor za oznake osi" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +msgid "Include series name as an axis" +msgstr "Vključi ime podatkovne serije v naslov osi" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 -msgid "Value bounds" -msgstr "Meje vrednosti" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 +msgid "Include time" +msgstr "Vključi čas" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 -msgid "" -"Hard value bounds applied for color coding. Is only relevant and applied when the " -"normalization is applied against the whole heatmap." -msgstr "" -"Mejne vrednosti za barvno lestvico. Upošteva se le, če je normiranje uporabljeno " -"glede na celotni toplotni prikaz." +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "Moje" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 -msgid "Sort X Axis" -msgstr "Razvrsti X-os" +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 +msgid "Index Column" +msgstr "Indeksni stolpec" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 -msgid "Sort Y Axis" -msgstr "Razvrsti Y-os" +#: superset-frontend/src/features/home/RightMenu.tsx:482 +msgid "Info" +msgstr "Informacije" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 -msgid "Show percentage" -msgstr "Prikaži procente" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 +msgid "Inner Radius" +msgstr "Notranji polmer" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 -msgid "Whether to include the percentage in the tooltip" -msgstr "Če želite prikaz procentov v opisu orodja" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 +msgid "Inner radius of donut hole" +msgstr "Notranji polmer kolobarja" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 -msgid "Normalized" -msgstr "Normiran" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 +msgid "Input field supports custom rotation. e.g. 30 for 30°" +msgstr "Vnosno polje omogoča poljubno rotacijo (vnesite 30 za 30°)" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 -msgid "Whether to apply a normal distribution based on rank on the color scale" -msgstr "" -"Če želite uporabiti normalno porazdelitev glede na stopnjo na barvni lestvici" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 +msgid "Instant filtering" +msgstr "Takojšnje filtriranje" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 +msgid "Intensity" +msgstr "Intenzivnost" + +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "Uporabi Pandas za samodejno prepoznavo oblike datumov/časov." + +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "Uporabi Pandas za samodejno prepoznavo oblike datumov/časov." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "Intervali" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 +msgid "Interval End column" +msgstr "Stolpec konca intervala" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 +msgid "Interval bounds" +msgstr "Meje intervalov" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 +msgid "Interval colors" +msgstr "Barve intervalov" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 +msgid "Interval start column" +msgstr "Stolpec začetka intervala" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 +msgid "Intervals" +msgstr "Intervali" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 +msgid "Invalid JSON" +msgstr "Neveljaven JSON" + +#: superset/advanced_data_type/api.py:100 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "Neveljaven napreden tip rezultata: %(advanced_data_type)s" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 -msgid "Value Format" -msgstr "Oblika zapisa vrednosti" +#: superset/databases/schemas.py:186 superset/exceptions.py:196 +msgid "Invalid certificate" +msgstr "Neveljaven certifikat" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +#: superset/views/core.py:1422 msgid "" -"Visualize a related metric across pairs of groups. Heatmaps excel at showcasing " -"the correlation or strength between two groups. Color is used to emphasize the " -"strength of the link between each pair of groups." -msgstr "Vizualizacija povezanih mer med pari skupin." +"Invalid connection string, a valid string usually follows:\n" +"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" +msgstr "" +"Neveljaven niz povezave, veljaven niz običajno sledi:\n" +"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 -msgid "Sizes of vehicles" -msgstr "Velikosti vozil" +#: superset/databases/schemas.py:164 +#, fuzzy +msgid "" +"Invalid connection string, a valid string usually follows: " +"backend+driver://user:password@database-host/database-name" +msgstr "" +"Neveljaven niz povezave - veljaven niz običajno sledi: " +"driver://user:password@database-host/database-name" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 -msgid "Employment and education" -msgstr "Zaposlitev in izobrazba" +#: superset/views/database/validators.py:40 +msgid "" +"Invalid connection string, a valid string usually " +"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" +"NAME'

Example:'postgresql://user:password@your-postgres-" +"db/database'

" +msgstr "" +"Neveljaven niz povezave. Veljaven niz običajno sledi " +"zapisu:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" +"NAME'

Primer:'postgresql://user:password@your-postgres-db/database'

" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 -msgid "Density" -msgstr "Gostota" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 +msgid "Invalid cron expression" +msgstr "Neveljaven cron izraz" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -msgid "Predictive" -msgstr "Prediktivno" +#: superset/utils/pandas_postprocessing/cum.py:55 +#, python-format +msgid "Invalid cumulative operator: %(operator)s" +msgstr "Neveljaven kumulativni operand: %(operator)s" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 -msgid "Single Metric" -msgstr "Ena mera" +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 +msgid "Invalid date/timestamp format" +msgstr "Neveljaven zapis datuma/časa" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 -msgid "count" -msgstr "število" +#: superset/viz.py:2160 +msgid "Invalid filter configuration, please select a column" +msgstr "Neveljavna nastavitev filtrov, izberite stolpec" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 -msgid "cumulative" -msgstr "kumulativno" +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 +#, python-format +msgid "Invalid filter operation type: %(op)s" +msgstr "Neveljaven tip operacije filtra: %(op)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 -msgid "percentile (exclusive)" -msgstr "percentil (ekskluzivno)" +#: superset/utils/pandas_postprocessing/geography.py:118 +msgid "Invalid geodetic string" +msgstr "Neveljaven geodetski niz" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 -msgid "Select the numeric columns to draw the histogram" -msgstr "Izberite numerične stolpce za izris histograma" +#: superset/utils/pandas_postprocessing/geography.py:49 +msgid "Invalid geohash string" +msgstr "Neveljaven niz za geohash" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -msgid "No of Bins" -msgstr "Št. razdelkov" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "Neveljaven vnos" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 -msgid "Select the number of bins for the histogram" -msgstr "Izberite število razdelkov za histogram" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 +msgid "Invalid lat/long configuration." +msgstr "Neveljavna nastavitev zemljepisne dolžine/širine." -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 -msgid "X Axis Label" -msgstr "Naslov X osi" +#: superset/utils/pandas_postprocessing/geography.py:76 +msgid "Invalid longitude/latitude" +msgstr "Neveljavna zemljepisna dolžina/širina" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 -msgid "Y Axis Label" -msgstr "Naslov Y osi" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" +msgstr "Neveljaven objekt mere" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 -msgid "Whether to normalize the histogram" -msgstr "Če želite normirati histogram" +#: superset/utils/pandas_postprocessing/utils.py:170 +#, python-format +msgid "Invalid numpy function: %(operator)s" +msgstr "Neveljavna numpy funkcija: %(operator)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 -msgid "Cumulative" -msgstr "Kumulativno" +#: superset/utils/pandas_postprocessing/rolling.py:90 +#, python-format +msgid "Invalid options for %(rolling_type)s: %(options)s" +msgstr "Neveljavne možnosti za %(rolling_type)s: %(options)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 -msgid "Whether to make the histogram cumulative" -msgstr "Če želite kumulativni histogram" +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "Neveljaven ključ povezave" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 -msgid "Distribution" -msgstr "Porazdelitev" +#: superset/common/query_actions.py:228 +#, python-format +msgid "Invalid result type: %(result_type)s" +msgstr "Neveljaven tip rezultata: %(result_type)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 -msgid "" -"Take your data points, and group them into \"bins\" to see where the densest " -"areas of information lie" -msgstr "" -"Vzame podatkovne točke in jih razporedi v razdelke, kjer se vidi območja z " -"največjo gostoto informacij" +#: superset/utils/pandas_postprocessing/rolling.py:84 +#, python-format +msgid "Invalid rolling_type: %(type)s" +msgstr "Neveljaven rolling_type: %(type)s" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 -msgid "Population age data" -msgstr "Podatki starosti populacije" +#: superset/viz.py:2530 +#, python-format +msgid "Invalid spatial point encountered: %s" +msgstr "Neustrezna prostorska točka: %s" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:355 -#: superset-frontend/src/explore/controlPanels/sections.tsx:117 -msgid "Contribution" -msgstr "Prispevek" +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." +msgstr "Neveljavno stanje." -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:51 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:62 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:357 -#: superset-frontend/src/explore/controlPanels/sections.tsx:119 -msgid "Compute the contribution to the total" -msgstr "Izračunaj prispevek k celoti" +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 -msgid "Series Height" -msgstr "Višina serije" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 +msgid "Inverse selection" +msgstr "Invertiraj izbiro" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 -msgid "Pixel height of each series" -msgstr "Višina vsake serije v pikslih" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "Procentualna sprememba" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 -msgid "Value Domain" -msgstr "Domena vrednosti" +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 +msgid "Is certified" +msgstr "Certificiran" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 -msgid "" -"series: Treat each series independently; overall: All series use the same scale; " -"change: Show changes compared to the first data point in each series" -msgstr "" -"serije: Obravnavaj vsako podatkovno serijo neodvisno; skupno: Vse vrste " -"uporabljajo enako skalo; razlika: Pokaži razlike glede na prvo točko vsake serije" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 +msgid "Is dimension" +msgstr "Dimenzija" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 -msgid "" -"Compares how a metric changes over time between different groups. Each group is " -"mapped to a row and change over time is visualized bar lengths and color." -msgstr "" -"Primerja kako se mera spreminja s časom med različnimi skupinami. Vsaka skupina " -"predstavlja eno vrstico, časovne spremembe pa so prikazane z dolžino stolpcev in " -"barvami." +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "Onemogočeno" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 -msgid "Horizon Chart" -msgstr "Horizontni grafikon" +#: superset/views/base_api.py:143 +msgid "Is favorite" +msgstr "Je priljubljen" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:62 -msgid "Longitude" -msgstr "Dolžina" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 +msgid "Is filterable" +msgstr "Filtriranje" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 -msgid "Column containing longitude data" -msgstr "Stolpec s podatki zemljepisne dolžine" +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "Ni nič (null)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:72 -msgid "Latitude" -msgstr "Širina" +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "Ni nič (null)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 -msgid "Column containing latitude data" -msgstr "Stolpec s podatki zemljepisne širine" +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:83 -msgid "Clustering Radius" -msgstr "Radij gručenja" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 +msgid "Is temporal" +msgstr "Časoven" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:96 -msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn " -"off clustering, but beware that a large number of points (>1000) will cause lag." +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" msgstr "" -"Radij (v pikslih), s katerim algoritem definira gručo. Izberite 0 za izklop " -"gručenja - veliko število točk (>1000) bo povzročilo upočasnitev." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 -msgid "Points" -msgstr "Točke" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:117 -msgid "Point Radius" -msgstr "Radij točk" +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." +msgstr "Težava 1000 - podatkovni vir je prevelik za poizvedbo." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:119 -msgid "" -"The radius of individual points (ones that are not in a cluster). Either a " -"numerical column or `Auto`, which scales the point based on the largest cluster" -msgstr "" -"Radij posameznih točk (tistih, ki niso v gruči). Numerični stolpec ali `Auto` " -"(skalira točke na osnovi največje gruče)" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." +msgstr "Težava 1001 - podatkovni vir je neobičajno obremenjen." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:141 -msgid "Point Radius Unit" -msgstr "Enota radija točk" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +msgid "It’s not recommended to truncate axis in Bar chart." +msgstr "V stolpčnem grafikonu ni priporočljivo omejiti osi." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 -msgid "The unit of measure for the specified point radius" -msgstr "Enota merila za definiran radij točk" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 +msgid "JAN" +msgstr "JAN" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:153 -msgid "Labelling" -msgstr "Oznake" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 +msgid "JSON" +msgstr "JSON" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:161 -msgid "label" -msgstr "oznaka" +#: superset/views/dashboard/mixin.py:88 +msgid "JSON Metadata" +msgstr "JSON metapodatki" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:163 -msgid "" -"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated " -"with the aggregator. Non-numerical columns will be used to label points. Leave " -"empty to get a count of points in each cluster." -msgstr "" -"`število` je COUNT(*), če je uporabljeno združevanje (group by). Numerični " -"stolpci bodo agregirani z agregatorjem. Ne-numerični stolpci, bodo uporabljeni za " -"oznake točk. Pustite prazno, da dobite število točk v posamezni gruči." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 +msgid "JSON metadata" +msgstr "JSON metapodatki" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:180 -msgid "Cluster label aggregator" -msgstr "Agregator za oznako gruče" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "json ni veljaven" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" -"Aggregate function applied to the list of points in each cluster to produce the " -"cluster label." +"JSON string containing additional connection configuration. This is used " +"to provide connection information for systems like Hive, Presto and " +"BigQuery which do not conform to the username:password syntax normally " +"used by SQLAlchemy." msgstr "" -"Agregacijska funkcija za seznam točk v vsaki gruči, s katero se ustvari oznaka " -"gruče." +"JSON niz, ki vsebuje dodatno konfiguracijo povezave. Uporablja se za " +"zagotavljanje dodatnih informacij povezave za sisteme kot sta Presto in " +"BigQuery, ki nista skladna s sintakso username:password, ki jo običajno " +"uporablja SQLAlchemy." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 -msgid "Visual Tweaks" -msgstr "Nastavitve izgleda" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 +msgid "JUL" +msgstr "JUL" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:208 -msgid "Live render" -msgstr "Sprotni izris" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 +msgid "JUN" +msgstr "JUN" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 +msgid "January" +msgstr "Januar" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:210 -msgid "Points and clusters will update as the viewport is being changed" -msgstr "Točke in gruče se bodo posodabljale, če se bo spremenil pogled" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +#, fuzzy +msgid "JavaScript data interceptor" +msgstr "Javascript prestreznik podatkov" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:221 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 -msgid "Map Style" -msgstr "Slog zemljevida" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +#, fuzzy +msgid "JavaScript onClick href" +msgstr "Javascript onClick href" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 -msgid "Base layer map style" -msgstr "Slog osnovnega sloja zemljevida" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +#, fuzzy +msgid "JavaScript tooltip generator" +msgstr "Javascript generator opisa orodja" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:245 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:671 -msgid "Opacity" -msgstr "Prosojnost" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "Uredi predlogo" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 -msgid "Opacity of all clusters, points, and labels. Between 0 and 1." -msgstr "Prosojnost vseh gruč, točk in oznak (vrednost med 0 in 1)." +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" +msgstr "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:260 -msgid "RGB Color" -msgstr "RGB barva" +#: superset/views/database/forms.py:464 +msgid "" +"Json list of the column names that should be read. If not None, only " +"these columns will be read from the file." +msgstr "" +"JSON seznam imen stolpcev, ki morajo biti prebrani. Če ni prazen, bodo iz" +" datoteke prebrani le ti stolpci." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 -msgid "The color for points and clusters in RGB" -msgstr "Barva točk in gruč v RGB zapisu" +#: superset/views/database/forms.py:203 +#, fuzzy +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" +"JSON seznam vrednosti, ki naj bodo obravnavane kot prazne (Null). " +"Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: " +"Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen " +"znakovni niz." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:270 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 -msgid "Viewport" -msgstr "Pogled" +#: superset/views/database/forms.py:394 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"]," +" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " +"supports only single value. Use [\"\"] for empty string." +msgstr "" +"JSON seznam vrednosti, ki naj bodo obravnavane kot prazne (Null). " +"Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: " +"Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen " +"znakovni niz." -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:278 -msgid "Default longitude" -msgstr "Privzeta dolžina" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +msgid "July" +msgstr "Julij" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:282 -msgid "Longitude of default viewport" -msgstr "Dolžina privzetega pogleda" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 +msgid "June" +msgstr "Junij" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:292 -msgid "Default latitude" -msgstr "Privzeta širina" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 +msgid "KPI" +msgstr "KPI" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:296 -msgid "Latitude of default viewport" -msgstr "Širina privzetega pogleda" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "Obdržim nastavitve kontrolnika?" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:308 -msgid "Zoom" -msgstr "Povečava" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 +msgid "Keep editing" +msgstr "Nadaljuj z urejanjem" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:312 -msgid "Zoom level of the map" -msgstr "Stopnja povečave zemljevida" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "Sankey" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:325 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude columns " -"must be present." -msgstr "" -"Eden ali več kontrolnikov za združevanje. Pri združevanju morata biti prisotna " -"stolpca širine in dolžine." +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 +msgid "Keys for table" +msgstr "Ključi za tabele" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 -msgid "Light mode" -msgstr "Svetli način" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "Filtri" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 -msgid "Dark mode" -msgstr "Temni način" +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "Omejitev števila vrstic" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 -msgid "MapBox" -msgstr "MapBox" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 +msgid "Label" +msgstr "Naziv" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 -msgid "Scatter" -msgstr "Raztreseni" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 +msgid "Label Line" +msgstr "Črta oznake" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 -msgid "Transformable" -msgstr "Prilagodljiv" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 +msgid "Label Type" +msgstr "Oblika oznake" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -msgid "Significance Level" -msgstr "Stopnja značilnosti" +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" +msgstr "Oznaka že obstaja" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 -msgid "Threshold alpha level for determining significance" -msgstr "Mejna vrednost alfa za določanje značilnosti" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 +msgid "Label for your query" +msgstr "Ime vaše poizvedbe" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 -msgid "p-value precision" -msgstr "točnost p-vrednosti" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 +msgid "Label position" +msgstr "Položaj oznake" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 -msgid "Number of decimal places with which to display p-values" -msgstr "Število decimalnih mest za prikaz p-vrednosti" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 +msgid "Label threshold" +msgstr "Prag oznak" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 -msgid "Lift percent precision" -msgstr "Točnost procentualnega dviga" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 +msgid "Labelling" +msgstr "Oznake" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 -msgid "Number of decimal places with which to display lift values" -msgstr "Število decimalnih mest za prikaz vrednosti dviga" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 +msgid "Labels" +msgstr "Oznake" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 -msgid "" -"Table that visualizes paired t-tests, which are used to understand statistical " -"differences between groups." -msgstr "" -"Tabela, ki prikazuje uparjene t-teste, ki se uporabljajo za prikaz statističnih " -"razlik med skupinami." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 +msgid "Labels for the marker lines" +msgstr "Oznake za markirne črtice" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 -msgid "Paired t-test Table" -msgstr "Tabela t-testa za odvisne vzorce" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 +msgid "Labels for the markers" +msgstr "Oznake za markerje" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Statistical" -msgstr "Statistično" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 +msgid "Labels for the ranges" +msgstr "Oznake za razpone" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/index.ts:35 -msgid "Tabular" -msgstr "Tabelarično" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" +msgstr "Veliko" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:109 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:39 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:133 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:382 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:67 -msgid "Options" -msgstr "Možnosti" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" +msgstr "Zadnji" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 -msgid "Data Table" -msgstr "Tabela podatkov" +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 +msgid "Last Changed" +msgstr "Zadnja sprememba" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 -msgid "Whether to display the interactive data table" -msgstr "Če želite prikaz interaktivne podatkovne tabele" +#: superset/views/chart/mixin.py:81 +msgid "Last Modified" +msgstr "Zadnja sprememba" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 -msgid "Include Series" -msgstr "Vključi serijo" +#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#, python-format +msgid "Last Updated %s" +msgstr "Zadnja posodobitev %s" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 -msgid "Include series name as an axis" -msgstr "Vključi ime podatkovne serije v naslov osi" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "Zadnja posodobitev %s" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 -msgid "Ranking" -msgstr "Rangiranje" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 +#, python-format +msgid "Last available value seen on %s" +msgstr "Zadnja razpoložljiva vrednost na %s" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 -msgid "" -"Plots the individual metrics for each row in the data vertically and links them " -"together as a line. This chart is useful for comparing multiple metrics across " -"all of the samples or rows in the data." -msgstr "" -"Izriše posamezne mere za vsako vrstico podatkov navpično in jih med seboj poveže " -"kot črto. Grafikon je uporaben za primerjavo več mer med vsemi vzorci ali " -"vrsticami podatkov." +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 +msgid "Last modified" +msgstr "Zadnja sprememba" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 -msgid "Coordinates" -msgstr "Koordinate" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 +#, python-format +msgid "Last modified by %s" +msgstr "Nazadnje spremenil %s" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 -msgid "Directional" -msgstr "Usmerjeni" +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 +msgid "Last run" +msgstr "Zadnji zagon" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -msgid "Time Series Options" -msgstr "Možnosti časovne vrste" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 +msgid "Latitude" +msgstr "Širina" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:73 -msgid "Not Time Series" -msgstr "Ni časovna vrsta" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 +msgid "Latitude of default viewport" +msgstr "Širina privzetega pogleda" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -msgid "Ignore time" -msgstr "Ne upoštevaj časa" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 +msgid "Layer configuration" +msgstr "Nastavitve sloja" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:78 -msgid "Time Series" -msgstr "Časovna vrsta" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 +msgid "Layout" +msgstr "Izgled" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:80 -msgid "Standard time series" -msgstr "Standardna časovna vrsta" +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "Postavitev elementov" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 -msgid "Aggregate Mean" -msgstr "Agregirano povprečje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 +msgid "Layout type of graph" +msgstr "Tip izgleda grafikona" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:85 -msgid "Mean of values over specified period" -msgstr "Povprečna vrednost v dani periodi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 +msgid "Layout type of tree" +msgstr "Način izgleda drevesa" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 -msgid "Aggregate Sum" -msgstr "Agregirana vsota" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 +msgid "" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" +msgstr "" +"Listna vozlišča, ki predstavljajo manjše število dogodkov od te " +"vrednosti, bodo v vizualizaciji skrita" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:90 -msgid "Sum of values over specified period" -msgstr "Vsota vrednosti v dani periodi" +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 +msgid "Least recently modified" +msgstr "Zadnje spremenjeno" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 -msgid "Difference" -msgstr "Razlika" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 +msgid "Left" +msgstr "Levo" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:95 -msgid "Metric change in value from `since` to `until`" -msgstr "Sprememba mere od vrednosti \"OD\" do \"DO\"" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 +msgid "Left Axis Format" +msgstr "Oblika leve osi" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:100 -msgid "Percent Change" -msgstr "Procentualna sprememba" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 +msgid "Left Axis Metric" +msgstr "Mera za levo os" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:102 -msgid "Metric percent change in value from `since` to `until`" -msgstr "Procentualna sprememba mere od vrednosti \"OD\" do \"DO\"" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 +msgid "Left Axis chart(s)" +msgstr "Grafikoni leve osi" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:107 -msgid "Factor" -msgstr "Faktor" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 +msgid "Left Margin" +msgstr "Levi rob" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:109 -msgid "Metric factor change from `since` to `until`" -msgstr "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 +msgid "Left margin, in pixels, allowing for more room for axis labels" +msgstr "Levi rob, v pikslih, s katerim povečamo prostor za oznake osi" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:114 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:163 -msgid "Advanced Analytics" -msgstr "Napredna analitika" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +msgid "Left to Right" +msgstr "Iz leve proti desni" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:116 -msgid "Use the Advanced Analytics options below" -msgstr "Uporabite spodnje možnosti napredne analitike" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 +msgid "Left value" +msgstr "Leva vrednost" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:125 -msgid "Settings for time series" -msgstr "Nastavitve časovne vrste" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 +msgid "Legacy" +msgstr "Staro" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:155 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 -msgid "Date Time Format" -msgstr "Oblika zapisa Datum-Časa" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 +msgid "Legend" +msgstr "Legenda" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:168 -msgid "Partition Limit" -msgstr "Omejitev particij" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +msgid "Legend Format" +msgstr "Oblika legende" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:171 -msgid "" -"The maximum number of subdivisions of each group; lower values are pruned first" -msgstr "" -"Največje število podrazdelkov posamezne skupine; nižje vrednosti so zanemarjene " -"prve" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "Orientacija drevesa" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:181 -msgid "Partition Threshold" -msgstr "Prag particije" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +msgid "Legend Position" +msgstr "Položaj legende" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:184 -msgid "" -"Partitions whose height to parent height proportions are below this value are " -"pruned" -msgstr "" -"Particije z nižjim razmerjem med njihovo višino in dolžino starša so zanemarjene" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 +msgid "Legend type" +msgstr "Tip legende" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:196 -msgid "Log Scale" -msgstr "Logaritemska skala" +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (manjše ali enako)" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:199 -msgid "Use a log scale" -msgstr "Uporabi logaritemsko skalo" +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:208 -msgid "Equal Date Sizes" -msgstr "Enaki datumi" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 +msgid "Lift percent precision" +msgstr "Točnost procentualnega dviga" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:211 -msgid "Check to force date partitions to have the same height" -msgstr "Če želite, da imajo datumske particije enako višino" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "desno" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:222 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 -msgid "Rich Tooltip" -msgstr "Podroben opis orodja" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" +msgstr "Svetli način" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 -msgid "The rich tooltip shows a list of all series for that point in time" +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" msgstr "" -"Podroben opis orodja prikaže seznam vseh podatkovnih serij za posamezno časovno " -"točko" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:373 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:167 -msgid "Rolling Window" -msgstr "Drseče okno" +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "Vrednost filtra (razlik. velikih/malih črk)" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:249 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:379 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 -msgid "Rolling Function" -msgstr "Drseča funkcija" +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 +msgid "Limit reached" +msgstr "Omejitev dosežena" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:282 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:414 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:208 -msgid "Min Periods" -msgstr "Min. št. period" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 +msgid "Limit selector values" +msgstr "Omeji vrednosti izbirnikov" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:295 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -msgid "Time Comparison" -msgstr "Časovna primerjava" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" +msgstr "Tip omejitve" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 -msgid "Time Shift" -msgstr "Časovni zamik" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." +msgstr "" +"Omejitev vrstic lahko povzroči nepopolne podatke in zavajajoč grafikon. " +"Premislite o uporabi filtriranja ali združevanja imen izvorov/ciljev." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:369 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 -#: superset-frontend/src/explore/controlPanels/sections.tsx:251 -msgid "Method" -msgstr "Metoda" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +msgid "Limits the number of cells that get retrieved." +msgstr "Omeji število pridobljenih celic." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 -msgid "Part of a Whole" -msgstr "Del celote" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 +msgid "Limits the number of rows that get displayed." +msgstr "Omeji število vrstic za prikaz." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 -msgid "Compare the same summarized metric across multiple groups." -msgstr "Primerja isto mero med različnimi skupinami." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 +msgid "" +"Limits the number of series that get displayed. A joined subquery (or an " +"extra phase where subqueries are not supported) is applied to limit the " +"number of series that get fetched and rendered. This feature is useful " +"when grouping by high cardinality column(s) though does increase the " +"query complexity and cost." +msgstr "" +"Omeji število časovnih vrst za prikaz. S podpoizvedbo (ali dodatno fazo, " +"kjer podpoizvedbe niso podprte) se omeji število časovnih vrst, ki bodo " +"pridobljene za prikaz. Ta funkcija je uporabna pri združevanju s stolpci " +"z veliko kardinalnostjo, vendar poveča kompleksnost poizvedbe." -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 -msgid "Partition Chart" -msgstr "Grafikon razdelkov" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 +msgid "Line" +msgstr "Črta" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 -msgid "Categorical" -msgstr "Kategorični" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 +#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 +msgid "Line Chart" +msgstr "Črtni grafikon" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:46 -msgid "Pivot Options" -msgstr "Vrtilne možnosti" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:53 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:142 -msgid "Aggregation function" -msgstr "Agregacijska funkcija" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 +msgid "Line Style" +msgstr "Slog črte" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:64 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 msgid "" -"Aggregate function to apply when pivoting and computing the total rows and columns" -msgstr "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" +"Črtni grafikon se uporablja se za vizualizacijo meritev zajetih skozi " +"čas. Posamezne točke so med seboj povezane z ravnimi črtami." -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:77 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:368 -msgid "Show totals" -msgstr "Pokaži vsote" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 +msgid "Line interpolation as defined by d3.js" +msgstr "Interpolacija krivulje na osnovi d3.js" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:79 -msgid "Display total row/column" -msgstr "Pokaži vsote vrstic/stolpcev" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 +msgid "Line width" +msgstr "Debelina črte" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:86 -msgid "Combine Metrics" -msgstr "Združuj mere" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 +msgid "Linear Color Scheme" +msgstr "Linearna barvna shema" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:88 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:215 -msgid "" -"Display metrics side by side within each column, as opposed to each column being " -"displayed side by side for each metric." -msgstr "" -"Prikazuj mere eno ob drugi ob vsakem stolpcu, drugače je vsak stolpec prikazan en " -"ob drugem za vsako mero." +#: superset-frontend/src/explore/controls.jsx:221 +msgid "Linear color scheme" +msgstr "Linearna barvna shema" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:100 -msgid "Transpose Pivot" -msgstr "Transponirano vrtenje" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +#, fuzzy +msgid "Linear interpolation" +msgstr "Orientacija stolpcev" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:102 -msgid "Swap Groups and Columns" -msgstr "Zamenjaj Skupine in Stolpce" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" +msgstr "Stolpec črt" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:138 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 -msgid "Date format" -msgstr "Oblika zapisa datuma" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "Lines encoding" +msgstr "Kodiranje črt" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics along " -"two axes. Examples: Sales numbers by region and month, tasks by status and " -"assignee, active users by age and location.\n" -"\n" -" This chart is being deprecated and we recommend checking out Pivot Table V2 " -"instead!" -msgstr "" -"Uporablja se za predstavitev podatkov z združevanjem različnih statistik na dveh " -"oseh. Npr. Prodaja po regijah in mesecih, Naloge po statusih in izvajalcih, " -"aktivni uporabniki po starosti in lokaciji.\n" -"\n" -" Ta grafikon se opušča. Priporočamo uporabo Vrtilne tabele V2!" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "Povezava kopirana!" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:112 -#: superset-frontend/src/explore/fixtures.tsx:42 -msgid "Use Area Proportions" -msgstr "Uporabi razmerje površin" +#: superset/views/sql_lab/views.py:52 +msgid "List Saved Query" +msgstr "Seznam shranjenih poizvedb" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 -#: superset-frontend/src/explore/fixtures.tsx:43 -msgid "" -"Check if the Rose Chart should use segment area instead of segment radius for " -"proportioning" -msgstr "" -"Če želite, da grafikon \"Rose\" uporablja površino segmenta namesto radija za " -"proporcioniranje" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "Oddane vrednosti" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +#, fuzzy +msgid "List of extra columns made available in JavaScript functions" +msgstr "Seznam dodatnih podatkov, ki so na razpolago v Javascript funkcijah" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "Seznam n+1 vrednosti za mero razvrščanja v n razdelkov." -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 -msgid "" -"A polar coordinate chart where the circle is broken into wedges of equal angle, " -"and the value represented by any wedge is illustrated by its area, rather than " -"its radius or sweep angle." -msgstr "" -"Grafikon s polarnimi koordinatami, kjer je krog razdeljen na enakokotne izseke, " -"vrednosti pa so ponazorjene s ploščino izseka (namesto polmera ali kota)." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 +msgid "List of values to mark with lines" +msgstr "Seznam vrednosti, ki bodo markirane s črticami" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 -msgid "Nightingale Rose Chart" -msgstr "Nightingale Rose grafikon" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 +msgid "List of values to mark with triangles" +msgstr "Seznam vrednosti, ki bodo markirane s trikotniki" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 -msgid "Advanced-Analytics" -msgstr "Napredna analitika" +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "%s posodobljeni" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 -msgid "Multi-Layers" -msgstr "Večplastni" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 +msgid "Live CSS editor" +msgstr "CSS urejevalnik v živo" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 -msgid "Source / Target" -msgstr "Izhodišče/Cilj" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 +msgid "Live render" +msgstr "Sprotni izris" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 -msgid "Choose a source and a target" -msgstr "Izberite izhodišče in cilj" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 +msgid "Load a CSS template" +msgstr "Naloži CSS predlogo" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 -msgid "" -"Limiting rows may result in incomplete data and misleading charts. Consider " -"filtering or grouping source/target names instead." -msgstr "" -"Omejitev vrstic lahko povzroči nepopolne podatke in zavajajoč grafikon. " -"Premislite o uporabi filtriranja ali združevanja imen izvorov/ciljev." +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 +msgid "Loaded data cached" +msgstr "Podatki so naloženi v predpomnilnik" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 -msgid "" -"Visualizes the flow of different group's values through different stages of a " -"system. New stages in the pipeline are visualized as nodes or layers. The " -"thickness of the bars or edges represent the metric being visualized." -msgstr "" -"Prikaže potek vrednosti različnih skupin na različnih nivojih sistema. Novi " -"nivoji so prikazani kot točke ali plasti. Debelina stolpcev ali povezav " -"predstavlja prikazano mero." +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 +msgid "Loaded from cache" +msgstr "Naloženo iz predpomnilnika" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 -msgid "Demographics" -msgstr "Demografija" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "Nalagam ..." -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 -msgid "Survey Responses" -msgstr "Rezultati anket" +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 +msgid "Loading..." +msgstr "Nalagam ..." -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 -msgid "Sankey Diagram" -msgstr "Sankey grafikon" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "ustvarite nov grafikon" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/index.ts:34 -msgid "Percentages" -msgstr "Procenti" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 +msgid "Log Scale" +msgstr "Logaritemska skala" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 -msgid "Sankey Diagram with Loops" -msgstr "Sankey grafikon z zankami" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 +msgid "Log retention" +msgstr "Hranjenje dnevnikov" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:60 -msgid "Primary Metric" -msgstr "Primarna mera" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +msgid "Logarithmic axis" +msgstr "Logaritemska os" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 -msgid "The primary metric is used to define the arc segment sizes" -msgstr "Primarna mera določa velikost lokov segmentov" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 +msgid "Logarithmic scale on primary y-axis" +msgstr "Logaritemska skala na primarni y-osi" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:66 -msgid "Secondary Metric" -msgstr "Sekundarna mera" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 +msgid "Logarithmic scale on secondary y-axis" +msgstr "Logaritemska skala na sekundarni y-osi" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:68 -msgid "" -"[optional] this secondary metric is used to define the color as a ratio against " -"the primary metric. When omitted, the color is categorical and based on labels" -msgstr "" -"[opcijsko] sekundarna mera določa barvo kot razmerje do primarne mere. Če je " -"izpuščena, je barva določena kategorično na podlagi oznak" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 +msgid "Logarithmic y-axis" +msgstr "Logaritemska y-os" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:75 -msgid "When only a primary metric is provided, a categorical color scale is used." -msgstr "" -"Če je podana samo primarna metrika, je uporabljena kategorična barvna skala." +#: superset-frontend/src/features/home/RightMenu.tsx:562 +msgid "Login" +msgstr "Prijava" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:85 -msgid "When a secondary metric is provided, a linear color scale is used." -msgstr "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "Debelina črte" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:95 -msgid "Hierarchy" -msgstr "Hierarhija" +#: superset-frontend/src/features/home/RightMenu.tsx:486 +msgid "Logout" +msgstr "Odjava" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 -msgid "This defines the level of the hierarchy" -msgstr "Določa stopnjo hierarhije" +#: superset/views/log/__init__.py:21 +msgid "Logs" +msgstr "Dnevniki" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 -msgid "" -"Uses circles to visualize the flow of data through different stages of a system. " -"Hover over individual paths in the visualization to understand the stages a value " -"took. Useful for multi-stage, multi-group visualizing funnels and pipelines." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" msgstr "" -"S pomočjo krogov prikaže potek podatkov na različnih nivojih sistema. S premikom " -"kurzorja prikaže vrednosti na posameznem nivoju. Uporabno za večnivojsko, " -"večskupinsko vizualizacijo." - -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 -msgid "Sunburst Chart" -msgstr "Večnivojski tortni grafikon" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 -msgid "Multi-Levels" -msgstr "Večplastni" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 +msgid "Longitude" +msgstr "Dolžina" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -msgid "Ratio" -msgstr "Razmerje" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +msgid "Longitude & Latitude" +msgstr "Dolžina in širina" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 -msgid "Target aspect ratio for treemap tiles." -msgstr "Ciljno razmerje za razdelke drevesnega grafikona." +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 +msgid "Longitude & Latitude columns" +msgstr "Stolpci zemljepisne dolžine in širine" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 -msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." -msgstr "" -"Prikaže zgradbo podatkovnega seta na podlagi segmentacije danega pravokotnika na " -"manjše pravokotnike, pri čemer je ploščina sorazmerna vrednostim oz. deležem. " -"Pravokotniki se lahko dodatno hierarhično segmentirajo." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "Dolžina in širina" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:40 -msgid "Country Field Type" -msgstr "Tip polja za države" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 +msgid "Longitude of default viewport" +msgstr "Dolžina privzetega pogleda" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:48 -msgid "" -"The country code standard that Superset should expect to find in the [country] " -"column" -msgstr "Standard za oznake držav, ki bodo podane v stolpcu z državami" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 +msgid "MAR" +msgstr "MAR" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:81 -msgid "Show Bubbles" -msgstr "Prikaži mehurčke" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 +msgid "MAY" +msgstr "MAJ" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:84 -msgid "Whether to display bubbles on top of countries" -msgstr "Če želite prikaz mehurčkov nad državami" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 +msgid "MON" +msgstr "PON" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 -msgid "Max Bubble Size" -msgstr "Max. velikost mehurčka" +#: superset/connectors/sqla/views.py:490 +msgid "Main Datetime Column" +msgstr "Glavni stolpec Datum-Čas" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 -msgid "Color by" -msgstr "Barva glede na" +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" +"Poskrbite, da so kontrolniki pravilno nastavljeni in podatkovni vir " +"vsebuje podatke za izbrano časovno obdobje" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:121 +#: superset/views/core.py:1717 msgid "" -"Choose whether a country should be shaded by the metric, or assigned a color " -"based on a categorical color palette" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" msgstr "" -"Izberite, če želite barvanje držav glede na mero ali kategorično določeno barvno " -"paleto" +"Deformirana zahteva. Pričakovani so argumenti slice_id ali table_name in " +"db_name" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:134 -msgid "Country Column" -msgstr "Stolpec z državami" +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 +msgid "Manage" +msgstr "Upravljaj" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 -msgid "3 letter code of the country" -msgstr "Tričrkovna oznaka države" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +msgid "Manage email report" +msgstr "Upravljaj e-poštno poročilo" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 -msgid "Metric that defines the size of the bubble" -msgstr "Mera, ki določa velikost mehurčka" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" +msgstr "Upravljajte podatkovne baze" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:142 -msgid "Bubble Color" -msgstr "Barva mehurčka" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 +msgid "Mandatory" +msgstr "Obvezno" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:145 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:150 -msgid "Country Color Scheme" -msgstr "Barvna shema držav" +#: superset/views/database/forms.py:350 +msgid "Mangle Duplicate Columns" +msgstr "Odstrani podvojene stolpce" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 -msgid "A map of the world, that can indicate values in different countries." -msgstr "Zemljevid sveta, ki lahko prikazuje vrednosti po državah." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +#, fuzzy +msgid "Manually set min/max values for the y-axis." +msgstr "Uporabi logaritemsko skalo za Y-os" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 -msgid "Multi-Dimensions" -msgstr "Večdimenzionalni" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 +msgid "Map" +msgstr "Zemljevid" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/index.ts:31 -msgid "Multi-Variables" -msgstr "Več spremenljivk" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 +msgid "Map Style" +msgstr "Slog zemljevida" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 -msgid "Popular" -msgstr "Priljubljeni" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +msgid "MapBox" +msgstr "MapBox" + +#: superset/viz.py:2322 +msgid "Mapbox" +msgstr "Mapbox" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 -msgid "deck.gl charts" -msgstr "grafikoni deck.gl" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 +msgid "March" +msgstr "Marec" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 -msgid "Pick a set of deck.gl charts to layer on top of one another" -msgstr "Izberite nabor deck.gl grafikonov, ki bodo nanizani en na drugem" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 +msgid "Margin" +msgstr "Rob" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 -msgid "Select charts" -msgstr "Izberi grafikone" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "Označite stolpec kot časoven preko okna \"Uredi podatkovni vir\"" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 -msgid "Error while fetching charts" -msgstr "Napaka pri pridobivanju grafikonov" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 +msgid "Marker" +msgstr "Marker" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 -msgid "Compose multiple layers together to form complex visuals." -msgstr "Združi več plasti za oblikovanje kompleksnih vizualizacij." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 +msgid "Marker Size" +msgstr "Velikost markerja" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 -msgid "deck.gl Multiple Layers" -msgstr "deck.gl - večplastni grafikon" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 +msgid "Marker labels" +msgstr "Oznake markerjev" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 -msgid "deckGL" -msgstr "deckGL" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 +msgid "Marker line labels" +msgstr "Oznake markirnih črtic" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 -msgid "Data has no time steps" -msgstr "Podatki nimajo časovnih korakov" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 +msgid "Marker lines" +msgstr "Markirne črtice" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 -msgid "Start Longitude & Latitude" -msgstr "Začetna Dolž. in Širina" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 +msgid "Marker size" +msgstr "Velikost markerja" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 -msgid "Point to your spatial columns" -msgstr "Pokažite na stolpec z lokacijskimi podatki" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 +msgid "Markers" +msgstr "Markerji" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 -msgid "End Longitude & Latitude" -msgstr "Končna Dolž. in Širina" +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +msgid "Markup type" +msgstr "Tip označevanja" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 -msgid "Arc" -msgstr "Lok" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 +msgid "Max" +msgstr "Max" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 -msgid "Target Color" -msgstr "Ciljna barva" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 +msgid "Max Bubble Size" +msgstr "Max. velikost mehurčka" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 -msgid "Color of the target location" -msgstr "Barva ciljne lokacije" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 +msgid "Max Events" +msgstr "Max. dogodkov" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 -msgid "Categorical Color" -msgstr "Kategorična barva" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 +msgid "Maximum" +msgstr "Maksimum" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 -msgid "Pick a dimension from which categorical colors are defined" -msgstr "Izberite dimenzijo, ki bo določala kategorične barve" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 +msgid "Maximum Font Size" +msgstr "Max. velikost pisave" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 -msgid "Stroke Width" -msgstr "Debelina obrobe" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "Max. polmer" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:58 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:90 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:182 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:62 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:925 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:607 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1375 -msgid "Advanced" -msgstr "Napredno" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +#, fuzzy +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" +"Maksimalni polmer kroga v pikslih. S tem je določen maksimalni polmer " +"kroga, ko se spreminja stopnja povečave." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 -msgid "Plot the distance (like flight paths) between origin and destination." -msgstr "Izriši razdalje (kot letalske koridorje) med izhodiščem in ciljem." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "Prazne (Null) vrednosti" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 -msgid "deck.gl Arc" -msgstr "deck.gl - grafikon lokov" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 +msgid "Maximum value on the gauge axis" +msgstr "Največja vrednost na številčnici" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 -msgid "3D" -msgstr "3D" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 +msgid "May" +msgstr "Maj" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 -msgid "Web" -msgstr "Mreža" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +msgid "Mean of values over specified period" +msgstr "Povprečna vrednost v dani periodi" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 -msgid "GeoJson Settings" -msgstr "GeoJson nastavitve" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "Oddane vrednosti" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 -msgid "Point Radius Scale" -msgstr "Skaliranje radija točk" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" -"The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive " -"polygons, lines and points (circles, icons and/or texts)." +"Median edge width, the thickest edge will be 4 times thicker than the " +"thinnest." msgstr "" -"GeoJsonLayer uporablja podatke v formatu GeoJSON in jih izriše kot interaktivne " -"poligone, črte in točke (krogi, ikone in/ali besedila)." - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 -msgid "deck.gl Geojson" -msgstr "deck.gl - GeoJson grafikon" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:69 -msgid "Height" -msgstr "Višina" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:70 -msgid "Metric used to control height" -msgstr "Mera za določanje višine" +"Mediana debeline povezave. Najdebelejša povezava bo 4-krat debelejša od " +"najtanjše." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" -"Visualize geospatial data like 3D buildings, landscapes, or objects in grid view." +"Median node size, the largest node will be 4 times larger than the " +"smallest" msgstr "" -"Prikaz geoprostorskih podatkov kot so 3D zgradbe, parcele ali objekti v mrežnem " -"pogledu." +"Mediana velikosti vozlišča. Največje vozlišče bo 4-krat večje od " +"najmanjšega" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 -msgid "deck.gl Grid" -msgstr "deck.gl - grafikon mreže" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "Oddane vrednosti" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 -#: superset-frontend/src/filters/components/GroupBy/index.ts:31 -#: superset-frontend/src/filters/components/Range/index.ts:31 -#: superset-frontend/src/filters/components/Select/index.ts:32 -#: superset-frontend/src/filters/components/Time/index.ts:31 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 -msgid "Experimental" -msgstr "Eksperimentalno" +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" +msgstr "Srednje" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:63 -msgid "Dynamic Aggregation Function" -msgstr "Dinamična agregacijska funkcija" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "Preklapljanje funkcionalnosti menijev" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:64 -msgid "The function to use when aggregating points into groups" -msgstr "Funkcija za agregacijo točk v skupine" +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 +msgid "Message content" +msgstr "Vsebina sporočila" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 -msgid "" -"Overlays a hexagonal grid on a map, and aggregates data within the boundary of " -"each cell." -msgstr "" -"Prikaže šestkotno mrežo na zemljevidu in agregira podatke znotraj meja vsake " -"celice." +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 +msgid "Metadata" +msgstr "Metapodatki" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 -msgid "deck.gl 3D Hexagon" -msgstr "deck.gl - grafikon 3D šestkotnikov" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 +msgid "Metadata Parameters" +msgstr "Parametri metapodatkov" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 -msgid "Visualizes connected points, which form a path, on a map." -msgstr "Na zemljevidu prikaže povezane točke, ki tvorijo pot." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 +msgid "Metadata has been synced" +msgstr "Metapodatki so sinhronizirani" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 -msgid "deck.gl Path" -msgstr "deck.gl - grafikon poti" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 +msgid "Method" +msgstr "Metoda" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:64 -msgid "Polygon Column" -msgstr "Stolpec poligonov" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 +#: superset-frontend/src/explore/controls.jsx:167 +#: superset-frontend/src/explore/controls.jsx:168 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 +msgid "Metric" +msgstr "Mera" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:73 -msgid "Polygon Encoding" -msgstr "Kodiranje poligonov" +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 +#, python-format +msgid "Metric '%(metric)s' does not exist" +msgstr "Mera '%(metric)s' ne obstaja" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:84 -msgid "Elevation" -msgstr "Višina" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 +msgid "Metric ascending" +msgstr "Naraščajoča mera" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:102 -msgid "Polygon Settings" -msgstr "Nastavitve poligonov" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 +msgid "Metric assigned to the [X] axis" +msgstr "Mera za [X] os" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:121 -msgid "Opacity, expects values between 0 and 100" -msgstr "Prosojnost, vnesite vrednosti med 0 in 100" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 +msgid "Metric assigned to the [Y] axis" +msgstr "Mera za [Y] os" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:132 -msgid "Number of buckets to group data" -msgstr "Število razdelkov za združevanje podatkov" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +msgid "Metric change in value from `since` to `until`" +msgstr "Sprememba mere od vrednosti \"OD\" do \"DO\"" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:135 -msgid "How many buckets should the data be grouped in." -msgstr "V koliko razdelkov bodo razvrščeni podatki." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 +msgid "Metric descending" +msgstr "Padajoča mera" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:145 -msgid "Bucket break points" -msgstr "Točke za razčlenitev razdelkov" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +msgid "Metric factor change from `since` to `until`" +msgstr "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:147 -msgid "List of n+1 values for bucketing metric into n buckets." -msgstr "Seznam n+1 vrednosti za mero razvrščanja v n razdelkov." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 +msgid "Metric for node values" +msgstr "Mera za vrednosti vozlišč" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:159 -msgid "Emit Filter Events" -msgstr "Oddajaj dogodke filtrov" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +msgid "Metric name" +msgstr "Ime mere" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:162 -msgid "Whether to apply filter when items are clicked" -msgstr "Če želite uporabiti filter, ko kliknete na elemente" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 +#, python-format +msgid "Metric name [%s] is duplicated" +msgstr "Ime mere [%s] je podvojeno" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:169 -msgid "Multiple filtering" -msgstr "Večkratno filtriranje" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +msgid "Metric percent change in value from `since` to `until`" +msgstr "Procentualna sprememba mere od vrednosti \"OD\" do \"DO\"" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:172 -msgid "Allow sending multiple polygons as a filter event" -msgstr "Dovoli pošiljanje več poligonov kot dogodek filtra" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 +msgid "Metric that defines the size of the bubble" +msgstr "Mera, ki določa velikost mehurčka" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 -msgid "" -"Visualizes geographic areas from your data as polygons on a Mapbox rendered map. " -"Polygons can be colored using a metric." -msgstr "" -"Prikaže geografsko območje kot poligone na zemljevidu zagotovljenim preko " -"storitve Mapbox. Poligoni so lahko obarvani glede na mero." +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 +msgid "Metric to display bottom title" +msgstr "Mera za prikaz spodnjega naslova" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 -msgid "deck.gl Polygon" -msgstr "deck.gl - grafikon poligonov" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 +msgid "Metric to sort the results by" +msgstr "Mera za razvrščanje rezultatov" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 -msgid "Point Size" -msgstr "Velikost točke" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "Mera, ki služi kot utež za barvo mreže" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 -msgid "Point Unit" -msgstr "Enota točke" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 +msgid "Metric used to calculate bubble size" +msgstr "Mera za izračun velikosti mehurčkov" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 -msgid "Minimum Radius" -msgstr "Min. polmer" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "Mera za določanje višine" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 msgid "" -"Minimum radius size of the circle, in pixels. As the zoom level changes, this " -"insures that the circle respects this minimum radius." +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -"Minimalni polmer kroga v pikslih. S tem je določen minimalni polmer kroga, ko se " -"spreminja stopnja povečave." - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 -msgid "Maximum Radius" -msgstr "Max. polmer" +"Mera, ki določa kako so razvrščene prve serije, če je določena omejitev " +"serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je " +"ustrezno)." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" -"Maxium radius size of the circle, in pixels. As the zoom level changes, this " -"insures that the circle respects this maximum radius." +"Metric used to define how the top series are sorted if a series or row " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -"Maksimalni polmer kroga v pikslih. S tem je določen maksimalni polmer kroga, ko " -"se spreminja stopnja povečave." - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 -msgid "Point Color" -msgstr "Barva točke" +"Mera, ki določa kako so razvrščene prve serije, če je določena omejitev " +"serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je " +"ustrezno)." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 msgid "" -"A map that takes rendering circles with a variable radius at latitude/longitude " -"coordinates" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -"Zemljevid, ki na zemljepisnih koordinatah prikazuje kroge s spremenljivim polmerom" +"Mera, ki določa kako je razvrščena meja, če je določena omejitev serij. " +"Če ni določena, se uporabi prva mera (kjer je to ustrezno)." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 -msgid "deck.gl Scatterplot" -msgstr "deck.gl - raztreseni grafikon" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:57 -msgid "Grid" -msgstr "Mreža" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:73 -msgid "Weight" -msgstr "Utež" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:74 -msgid "Metric used as a weight for the grid's coloring" -msgstr "Mera, ki služi kot utež za barvo mreže" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 +#: superset-frontend/src/explore/controls.jsx:152 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 +msgid "Metrics" +msgstr "Mere" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" -"Aggregates data within the boundary of grid cells and maps the aggregated values " -"to a dynamic color scale" +"Metrics for which percentage of total are to be displayed. Calculated " +"from only data within the row limit." msgstr "" -"Agregira podatke znotraj meja celic in agregirane vrednosti ponazori z dinamično " -"barvno lestvico" +"Mera, za katero je prikazan odstotek od celote. Izračunan je samo iz " +"podatkov znotraj omejitve števila vrstic." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 -msgid "deck.gl Screen Grid" -msgstr "deck.gl - grafikon mreže" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "Datoteka" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 -msgid "" -"For more information about objects are in context in the scope of this function, " -"refer to the" -msgstr "Za dodatne informacije o objektih v kontekstu te funkcije si oglejte" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Midnight" +msgstr "Polnoč" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 -msgid " source code of Superset's sandboxed parser" -msgstr " izvorno kodo za Supersetov \"sandboxed parser\"" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "Vzorci" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 -msgid "This functionality is disabled in your environment for security reasons." -msgstr "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 +msgid "Min" +msgstr "Min" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 -msgid "Ignore null locations" -msgstr "Izpusti prazne lokacije" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 +msgid "Min Periods" +msgstr "Min. št. period" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 -msgid "Whether to ignore locations that are null" -msgstr "Če ne želite upoštevati praznih (NULL) lokacij" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 +msgid "Min Width" +msgstr "Min. širina" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 -msgid "Auto Zoom" -msgstr "Samodejna povečava" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 +msgid "Min periods" +msgstr "Min. št. period" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 -msgid "When checked, the map will zoom to your data after each query" -msgstr "Če želite, da se zemljevid prilagodi vašim podatkom po vsaki poizvedbi" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 -msgid "Dimension" -msgstr "Dimenzija" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 +msgid "Mine" +msgstr "Moje" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 -msgid "Select a dimension" -msgstr "Izberite dimenzijo" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 +msgid "Minimum" +msgstr "Minimum" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 -msgid "Extra data for JS" -msgstr "Dodatni podatki za JS" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 +msgid "Minimum Font Size" +msgstr "Min. velikost pisave" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 -msgid "List of extra columns made available in Javascript functions" -msgstr "Seznam dodatnih podatkov, ki so na razpolago v Javascript funkcijah" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "Min. polmer" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 -msgid "Javascript data interceptor" -msgstr "Javascript prestreznik podatkov" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 +msgid "Minimum leaf node event count" +msgstr "Min. število dogodkov za list" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 msgid "" -"Define a javascript function that receives the data array used in the " -"visualization and is expected to return a modified version of that array. This " -"can be used to alter properties of the data, filter, or enrich the array." +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -"Določite Javascript funkcijo, ki sprejme podatkovni niz za vizualizacijo in vrne " -"spremenjeno verzijo tega niza. Lahko se uporabi za spreminjanje lastnosti " -"podatkov, filtra ali obogatitve niza." - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 -msgid "Javascript tooltip generator" -msgstr "Javascript generator opisa orodja" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 -msgid "" -"Define a function that receives the input and outputs the content for a tooltip" -msgstr "Določite funkcijo, ki sprejme vhodne podatke in vrne vsebino opisa orodja" +"Minimalni polmer kroga v pikslih. S tem je določen minimalni polmer " +"kroga, ko se spreminja stopnja povečave." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 -msgid "Javascript onClick href" -msgstr "Javascript onClick href" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 -msgid "Define a function that returns a URL to navigate to when user clicks" -msgstr "Določite funkcijo, ki vrne URL za navigacijo, ko uporabnik klikne" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 -msgid "Legend Format" -msgstr "Oblika legende" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 -msgid "Choose the format for legend values" -msgstr "Izberite obliko vrednosti legende" - -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 -msgid "Legend Position" -msgstr "Položaj legende" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 +msgid "Minimum threshold in percentage points for showing labels." +msgstr "Minimalni prag v odstotnih točkah za prikaz oznak." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 -msgid "Choose the position of the legend" -msgstr "Izberite položaj legende" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "Prazne (Null) vrednosti" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 -msgid "Lines column" -msgstr "Stolpec črt" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 +msgid "Minimum value for label to be displayed on graph." +msgstr "Najmanjša vrednost, za katero bo na grafikonu prikazana oznaka." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 -msgid "The database columns that contains lines information" -msgstr "Stolpec v podatkovni bazi, ki vsebuje podatke črt" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 +msgid "Minimum value on the gauge axis" +msgstr "Najmanjša vrednost na številčnici" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:702 -msgid "Line width" -msgstr "Debelina črte" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 +msgid "Minor Split Line" +msgstr "Manjša ločilna črta" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 -msgid "The width of the lines" -msgstr "Debelina črt" +#: superset/db_engine_specs/base.py:99 +msgid "Minute" +msgstr "Minuta" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 -msgid "Fill Color" -msgstr "Barva polnila" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#, python-format +msgid "Minutes %s" +msgstr "Minute %s" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 -msgid "" -" Set the opacity to 0 if you do not want to override the color specified in the " -"GeoJSON" -msgstr " Nastavite prosojnost na 0, če želite obdržati barvo določeno v GeoJSON" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +msgid "Missing URL parameters" +msgstr "Manjkajo parametri URL-ja" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 -msgid "Stroke Color" -msgstr "Barva obrobe" +#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 +msgid "Missing dataset" +msgstr "Manjka podatkovni set" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 -msgid "Filled" -msgstr "Zapolnjeno" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Chart" +msgstr "Kombinirani grafikon" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 -msgid "Whether to fill the objects" -msgstr "Če želite zapolniti objekte" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +msgid "Mixed Time-Series" +msgstr "Kombiniran grafikon časovne vrste" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 -msgid "Stroked" -msgstr "Obrobljeno" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 +msgid "Modified" +msgstr "Spremenjeno" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 -msgid "Whether to display the stroke" -msgstr "Če želite prikazati obrobe" +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 +#, python-format +msgid "Modified %s" +msgstr "Zadnja sprememba %s" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 -msgid "Extruded" -msgstr "Relief" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 +msgid "Modified by" +msgstr "Spremenil" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 -msgid "Grid Size" -msgstr "Velikost mreže" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 +#, python-format +msgid "Modified columns: %s" +msgstr "Spremenjeni stolpci: %s" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 -msgid "Defines the grid size in pixels" -msgstr "Določa velikost mreže v pikslih" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 +msgid "Monday" +msgstr "Ponedeljek" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 -msgid "Parameters related to the view and perspective on the map" -msgstr "Parametri povezani s pogledom in perspektivo zemljevida" +#: superset/db_engine_specs/base.py:108 +msgid "Month" +msgstr "Mesec" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 -msgid "Longitude & Latitude" -msgstr "Dolžina in širina" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#, python-format +msgid "Months %s" +msgstr "Meseci %s" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 -msgid "Fixed point radius" -msgstr "Fiksni radij točk" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "Oglejte si več" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 -msgid "Multiplier" -msgstr "Množitelj" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "Časovni filter" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 -msgid "Factor to multiply the metric by" -msgstr "Faktor, s katerim množite mero" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +msgid "Move only" +msgstr "Samo premikanje" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 -msgid "Lines encoding" -msgstr "Kodiranje črt" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 +msgid "Moves the given set of dates by a specified interval." +msgstr "Premakne dani nabor datumov za definirano obdobje." -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 -msgid "The encoding format of the lines" -msgstr "Oblika kodiranja črt" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 +msgid "Multi-Dimensions" +msgstr "Večdimenzionalni" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 -msgid "Reverse Lat & Long" -msgstr "Zamenjaj širino in dolžino" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 +msgid "Multi-Layers" +msgstr "Večplastni" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 -msgid "GeoJson Column" -msgstr "GeoJson stolpec" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 +msgid "Multi-Levels" +msgstr "Večplastni" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 -msgid "Select the geojson column" -msgstr "Izberite geojson stolpec" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 +msgid "Multi-Variables" +msgstr "Več spremenljivk" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 -msgid "Right Axis Format" -msgstr "Oblika desne osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 +msgid "Multiple" +msgstr "Več" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 -msgid "Show Markers" -msgstr "Prikaži markerje" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 +msgid "Multiple Line Charts" +msgstr "Veččrtni grafikon" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 -msgid "Show data points as circle markers on the lines" -msgstr "Pokaži točke kot krožne markerje na krivuljah" +#: superset/views/database/views.py:465 +msgid "" +"Multiple file extensions are not allowed for columnar uploads. Please " +"make sure all files are of the same extension." +msgstr "" +"Za nalaganje stolpčnih datotek niso dovoljene različne končnice. " +"Poskrbite, da imajo vse datoteke enake končnice." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 -msgid "Y bounds" -msgstr "Y meje" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +msgid "Multiple filtering" +msgstr "Večkratno filtriranje" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 -msgid "Whether to display the min and max values of the Y-axis" -msgstr "Če želite prikaz min. in max. vrednosti Y-osi" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" +"Sprejema različne zapise - podrobnosti najdete v Pythonovi knjižnici " +"geopy.points" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 -msgid "Y 2 bounds" -msgstr "Meje Y 2" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 +msgid "Multiple selections allowed, otherwise filter is limited to a single value" +msgstr "Lahko izberete več elementov, drugače pa je filter omejen na eno vrednost" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 -msgid "Line Style" -msgstr "Slog črte" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +msgid "Multiplier" +msgstr "Množitelj" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 -msgid "Line interpolation as defined by d3.js" -msgstr "Interpolacija krivulje na osnovi d3.js" +#: superset/dashboards/commands/exceptions.py:39 +msgid "Must be unique" +msgstr "Mora biti unikaten" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 -msgid "Show Range Filter" -msgstr "Pokaži filter obdobja" +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "Izberite grafikon ali nadzorno ploščo, ne obojega" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 -msgid "Whether to display the time range interactive selector" -msgstr "Če želite prikaz interaktivnega izbirnika časovnega obdobja" +#: superset/viz.py:2346 +msgid "Must have a [Group By] column to have 'count' as the [Label]" +msgstr "Mora imeti stolpec [Združevanje], da ima število (count) kot [Oznaka]" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:158 -msgid "Extra Controls" -msgstr "Dodatni kontrolniki" +#: superset/viz.py:1752 +msgid "Must have at least one numeric column specified" +msgstr "Definiran mora biti vsaj en numerični stolpec" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 -msgid "" -"Whether to show extra controls or not. Extra controls include things like making " -"mulitBar charts stacked or side by side." +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" msgstr "" -"Če želite prikaz dodatnih kontrolnikov. Dodatni kontrolniki vključujejo možnost " -"izdelave večstolpčnih grafikonov, naloženih ali drug ob drugem." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 -msgid "X Tick Layout" -msgstr "Postavitev oznak na X-osi" +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 +msgid "Must specify a value for filters with comparison operators" +msgstr "Potrebno je podati vrednost za filter s primerjalnim operandom" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 -msgid "The way the ticks are laid out on the X-axis" -msgstr "Način razporeditve oznak na X-osi" +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "Moje čudovite barve" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 -msgid "X Axis Format" -msgstr "Oblika X-osi" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 +msgid "My column" +msgstr "Moj stolpec" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 -msgid "Y Log Scale" -msgstr "Logaritemska Y-os" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 +msgid "My metric" +msgstr "Moja mera" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 -msgid "Use a log scale for the Y-axis" -msgstr "Uporabi logaritemsko skalo za Y-os" +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 +msgid "N/A" +msgstr "N/A" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:294 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:278 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:281 -msgid "Y Axis Bounds" -msgstr "Meje Y-osi" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" +msgstr "NOT GROUPED BY" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:386 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:297 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:208 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:281 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:284 -msgid "" -"Bounds for the Y-axis. When left empty, the bounds are dynamically defined based " -"on the min/max of the data. Note that this feature will only expand the axis " -"range. It won't narrow the data's extent." -msgstr "" -"Meje Y-osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. " -"vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 +msgid "NOV" +msgstr "NOV" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 -msgid "Y Axis 2 Bounds" -msgstr "Meje Y 2-osi" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 +msgid "NOW" +msgstr "ZDAJ" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 -msgid "X bounds" -msgstr "Meje X-osi" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "Moja mera" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 -msgid "Whether to display the min and max values of the X-axis" -msgstr "Če želite prikaz min. in max. vrednosti X-osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 +msgid "Name" +msgstr "Ime" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 -msgid "Bar Values" -msgstr "Vrednosti stolpcev" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 +msgid "Name is required" +msgstr "Zahtevano je ime" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 -msgid "Show the value on top of the bar" -msgstr "Prikaži vrednosti na vrhu stolpcev" +#: superset/annotation_layers/commands/exceptions.py:66 +msgid "Name must be unique" +msgstr "Ime mora biti unikatno" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 -msgid "Stacked Bars" -msgstr "Naloženi stolpci" +#: superset/views/database/forms.py:406 +msgid "Name of table to be created from columnar data." +msgstr "Ime tabele, ki bo ustvarjena iz podatkov v stolpcih." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 -msgid "Reduce X ticks" -msgstr "Manj oznak X-osi" +#: superset/views/database/forms.py:270 +msgid "Name of table to be created from excel data." +msgstr "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 -msgid "" -"Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not " -"overflow and labels may be missing. If false, a minimum width will be applied to " -"columns and the width may overflow into an horizontal scroll." -msgstr "" -"Zmanjša število izrisanih oznak na X-osi. Če je vklopljeno, se x-os ne bo prelila " -"in lahko oznake manjkajo. Če je izklopljeno, bo upoštevana min. širina stolpcev, " -"ki pa se lahko prelije v horizontalni drsnik." +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "Ime tabele, ki bo ustvarjena iz CSV podatkov." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 -msgid "You cannot use 45° tick layout along with the time range filter" -msgstr "" -"Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45° kotom" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 +msgid "Name of the column containing the id of the parent node" +msgstr "Ime stolpca, ki vsebuje id nadrejenega vozlišča" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:144 -#: superset-frontend/src/explore/fixtures.tsx:57 -msgid "Stacked Style" -msgstr "Slog nalaganja" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 +msgid "Name of the id column" +msgstr "Naziv id-stolpca" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:49 -msgid "Evolution" -msgstr "Evolucija" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 +msgid "Name of the source nodes" +msgstr "Imena izvornih vozlišč" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 -msgid "" -"A time series chart that visualizes how a related metric from multiple groups " -"vary over time. Each group is visualized using a different color." -msgstr "" -"Grafikon časovne vrste, ki prikaže kako se povezane mere skupin spreminjajo skozi " -"čas. Vsaka skupina je prikazana s svojo barvo." +#: superset/connectors/sqla/views.py:428 +msgid "Name of the table that exists in the source database" +msgstr "Ime tabele, ki obstaja v izvorni podatkovni bazi" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -msgid "Stretched style" -msgstr "Raztegnjen slog" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 +msgid "Name of the target nodes" +msgstr "Imena ciljnih vozlišč" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 -msgid "Stacked style" -msgstr "Naložen slog" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 +msgid "Name your database" +msgstr "Poimenujte podatkovno bazo" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 -msgid "Video game consoles" -msgstr "Igralne konzole" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 -msgid "Vehicle Types" -msgstr "Vrste vozil" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" +msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:128 -msgid "Area Chart" -msgstr "Ploščinski grafikon" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" +msgstr "Napaka omrežja" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 -msgid "Continuous" -msgstr "Zvezno" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "Napaka omrežja." + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 +msgid "New chart" +msgstr "Nov grafikon" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 +#, python-format +msgid "New columns added: %s" +msgstr "Dodani novi stolpci: %s" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -msgid "Line" -msgstr "Črta" +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "Spremeni podatkovni set" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -msgid "nvd3" -msgstr "nvd3" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "Ime podatkovnega seta" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 -msgid "Deprecated" -msgstr "Zastarelo" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 +msgid "New filter set" +msgstr "Nov set filtrov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:53 -msgid "Series Limit Sort By" -msgstr "Razvrščanje omejitev serije" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "Podnaslov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 -msgid "" -"Metric used to order the limit if a series limit is present. If undefined reverts " -"to the first metric (where appropriate)." -msgstr "" -"Mera, ki določa kako je razvrščena meja, če je določena omejitev serij. Če ni " -"določena, se uporabi prva mera (kjer je to ustrezno)." +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 +msgid "New tab" +msgstr "Nov zavihek" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:72 -msgid "Series Limit Sort Descending" -msgstr "Razvrsti padajoče" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 +msgid "New tab (Ctrl + q)" +msgstr "Nov zavihek (Ctrl + q)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:74 -msgid "Whether to sort descending or ascending if a series limit is present" -msgstr "" -"Če želite padajoče ali naraščajoče razvrščanje, ko je prisotna omejitev serije" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 +msgid "New tab (Ctrl + t)" +msgstr "Nov zavihek (Ctrl + t)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 -msgid "" -"Visualize how a metric changes over time using bars. Add a group by column to " -"visualize group level metrics and how they change over time." -msgstr "" -"Prikaže spreminjanje mere skozi čas s pomočjo stolpcev. Z dodajanjem stolpcev za " -"združevanje prikaže mere skupin in njihovo spreminjanje." +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 +msgid "Next" +msgstr "Naslednji" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 -msgid "Time-series Bar Chart" -msgstr "Stolpčni grafikon za časovno vrsto" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +msgid "Nightingale Rose Chart" +msgstr "Nightingale Rose grafikon" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 -msgid "Bar" -msgstr "Stolpec" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 +msgid "No" +msgstr "Ne" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 -msgid "Vertical" -msgstr "Navpično" +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 +#, python-format +msgid "No %s yet" +msgstr "%s še ne obstajajo" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 -msgid "Box Plot" -msgstr "Box Plot" +#: superset/templates/superset/request_access.html:20 +msgid "No Access!" +msgstr "Ni dostopa!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 -msgid "X Log Scale" -msgstr "Logaritemska X-os" +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 +msgid "No Data" +msgstr "Ni podatkov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 -msgid "Use a log scale for the X-axis" -msgstr "Uporabi logaritemsko skalo za X-os" +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 +msgid "No Results" +msgstr "Ni rezultatov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 -msgid "" -"Visualizes a metric across three dimensions of data in a single chart (X axis, Y " -"axis, and bubble size). Bubbles from the same group can be showcased using bubble " -"color." -msgstr "" -"Prikaže mero v treh dimenzijah podatkov na istem grafikonu (x os, y os, velikost " -"mehurčka). Mehurčki v isti skupini so predstavljeni z barvo." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +msgid "No annotation layers" +msgstr "Ni slojev z oznakami" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 -msgid "Ranges" -msgstr "Razponi" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 +msgid "No annotation layers yet" +msgstr "Slojev z oznakami še ni" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 -msgid "Ranges to highlight with shading" -msgstr "Razponi za označitev s senčenjem" +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 +msgid "No annotation yet" +msgstr "Oznak še ni" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 -msgid "Range labels" -msgstr "Oznake razponov" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "Uporabi filtre" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 -msgid "Labels for the ranges" -msgstr "Oznake za razpone" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." +msgstr "Ni razpoložljivih filtrov." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 -msgid "Markers" -msgstr "Markerji" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 +msgid "No charts" +msgstr "Ni grafikonov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 -msgid "List of values to mark with triangles" -msgstr "Seznam vrednosti, ki bodo markirane s trikotniki" +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "Ni grafikonov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -msgid "Marker labels" -msgstr "Oznake markerjev" +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 +msgid "No columns" +msgstr "Brez stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 -msgid "Labels for the markers" -msgstr "Oznake za markerje" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "Ni najdenih časovnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 -msgid "Marker lines" -msgstr "Markirne črtice" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +msgid "No compatible columns found" +msgstr "Ni najdenih skladnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 -msgid "List of values to mark with lines" -msgstr "Seznam vrednosti, ki bodo markirane s črticami" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "Ni najdenih skladnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 -msgid "Marker line labels" -msgstr "Oznake markirnih črtic" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "Ni najdenih skladnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 -msgid "Labels for the marker lines" -msgstr "Oznake za markirne črtice" +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 +msgid "No dashboards" +msgstr "Ni nadzornih plošč" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 -msgid "KPI" -msgstr "KPI" +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "Ni nadzornih plošč" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 -msgid "" -"Showcases the progress of a single metric against a given target. The higher the " -"fill, the closer the metric is to the target." -msgstr "" -"Prikaže napredovanje posamezne mere glede na cilj. Večja napolnjenost, pomeni, da " -"je mera bližje cilju." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 +msgid "No data" +msgstr "Ni podatkov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 -msgid "" -"Visualizes many different time-series objects in a single chart. This chart is " -"being deprecated and we recommend using the Time-series Chart instead." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 +msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -"Prikaže več različnih časovnih vrst na istem grafikonu. Grafikon se opušča, zato " -"priporočamo uporabo Grafikona časovne vrste." +"Ni podatkov po filtriranju ali pa imajo vrednost NULL za zadnji časovni " +"zapis" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 -msgid "Time-series Percent Change" -msgstr "Časovna vrsta - Procentualna sprememba" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:82 -msgid "Sort Bars" -msgstr "Uredi stolpce" +#: superset/dashboards/commands/importers/v0.py:304 +msgid "No data in file" +msgstr "V datoteki ni podatkov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:85 -msgid "Sort bars by x labels." -msgstr "Uredi stolpce po x-oznakah." +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "Podatkovna baza ni bila najdena." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:122 -msgid "Breakdowns" -msgstr "Razčlenitev" +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "Nobena podatkovna baza ne ustreza iskanju" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 -msgid "Defines how each series is broken down" -msgstr "Določa, kako se vsaka podatkovna serija razčleni" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 +msgid "No description available." +msgstr "Opisa ni na razpolago." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 -msgid "" -"Compares metrics from different categories using bars. Bar lengths are used to " -"indicate the magnitude of each value and color is used to differentiate groups." +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" msgstr "" -"Primerjava mer različnih kategorij s pomočjo stolpcev. Dolžina stolpca prestavlja " -"višino vrednosti, z barvami pa so ločene skupine." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 -msgid "Bar Chart" -msgstr "Stolpčni grafikon" +#: superset-frontend/src/profile/components/Favorites.tsx:61 +msgid "No favorite charts yet, go click on stars!" +msgstr "Priljubljenih grafikonov še ni. Kliknite na zvezdice!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 -msgid "Additive" -msgstr "Aditivno" +#: superset-frontend/src/profile/components/Favorites.tsx:89 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "Priljubljenih nadzornih plošč še ni. Kliknite na zvezdice!" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -msgid "Discrete" -msgstr "Diskretno" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 +#: superset-frontend/src/explore/controls.jsx:326 +msgid "No filter" +msgstr "Brez filtra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 -msgid "Y Axis 1" -msgstr "Y-os 1" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 +msgid "No filter is selected." +msgstr "Noben filter ni izbran." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 -msgid "Y Axis 2" -msgstr "Y-os 2" +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "Brez filtra" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 -msgid "Left Axis Metric" -msgstr "Mera za levo os" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "Trenutno ni dodanih filtrov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 -msgid "Choose a metric for left axis" -msgstr "Izberite mero za levo os" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "Nastavitve forme se niso ohranile" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 -msgid "Left Axis Format" -msgstr "Oblika leve osi" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +#, fuzzy +msgid "No global filters are currently added" +msgstr "Trenutno ni dodanih filtrov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 -msgid "" -"Visualizes 2 metrics as line plots using the same x-axis. This chart is useful " -"for comparing metrics across the same time range." -msgstr "" -"Prikaže dve meri na črtnem grafu z isto x-osjo. Grafikon je uporaben za " -"primerjavo mer v istem časovnem obdobju." +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "Ni zapisov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 -msgid "Dual Line Chart" -msgstr "Grafikon z dvojno krivuljo" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 +msgid "No of Bins" +msgstr "Št. razdelkov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 -msgid "Propagate" -msgstr "Razširi" +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "nedavne" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 -msgid "Send range filter events to other charts" -msgstr "Pošlji dogodke filtra obdobja na druge grafikone" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#: superset/templates/appbuilder/general/widgets/base_list.html:64 +msgid "No records found" +msgstr "Ni zapisov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 -msgid "Classic chart that visualizes how metrics change over time." -msgstr "Standardni grafikon za prikaz spreminjanje mere skozi čas." +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +msgid "No results" +msgstr "Ni rezultatov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 -msgid "Battery level over time" -msgstr "Napolnjenost baterije skozi čas" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 +msgid "No results found" +msgstr "Rezultati niso najdeni" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 -msgid "Line Chart" -msgstr "Črtni grafikon" +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "Noben rezultat ne ustreza vašim kriterijem" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 -msgid "Prefix metric name with slice name" -msgstr "Imenu mere pripni ime rezine" +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "Poizvedba ni vrnila rezultatov" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 -msgid "Y Axis Left" -msgstr "Y-os levo" +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 +msgid "" +"No results were returned for this query. If you expected results to be " +"returned, ensure any filters are configured properly and the datasource " +"contains data for the selected time range." +msgstr "" +"Poizvedba ni vrnila rezultatov. Če ste pričakovali rezultate, poskrbite, " +"da so filtri pravilno nastavljeni in podatkovni vir vsebuje podatke za " +"izbrano časovno obdobje." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 -msgid "Left Axis chart(s)" -msgstr "Grafikoni leve osi" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +#, fuzzy +msgid "No rows were returned for this dataset" +msgstr "Za podatkovni set ni vrnjenih vzorcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 -msgid "Choose one or more charts for left axis" -msgstr "Izberite enega ali več grafikonov za levo os" +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +msgid "No samples were returned for this dataset" +msgstr "Za podatkovni set ni vrnjenih vzorcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 -msgid "Y Axis Right" -msgstr "Y-os desno" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +msgid "No saved expressions found" +msgstr "Shranjeni izrazi niso najdeni" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 -msgid "Right Axis chart(s)" -msgstr "Grafikoni desne osi" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" +msgstr "Shranjene mere niso najdene" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 -msgid "Choose one or more charts for right axis" -msgstr "Izberite enega ali več grafikonov za desno os" +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "shranjene poizvedbe" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 -msgid "" -"Visualize two different time series using the same x-axis time range. This chart " -"is being deprecated and we recommend using the Mixed Timeseries Chart instead!" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 +msgid "No stored results found, you need to re-run your query" +msgstr "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -"Prikaže dve različni časovni vrsti z isto x-osjo oz. časovnim obdobjem. Grafikon " -"se opušča, zato priporočamo uporabo kombiniranega grafikona časovne vrste!" +"Tak stolpec ni najden. Za filtriranje po meri uporabite prilagojen SQL " +"zavihek." -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 -msgid "Multiple Line Charts" -msgstr "Veččrtni grafikon" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "Ni časovnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 -msgid "Label Type" -msgstr "Oblika oznake" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +msgid "No temporal columns found" +msgstr "Ni najdenih časovnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 -msgid "What should be shown on the label?" -msgstr "Kaj bo prikazano na oznaki?" +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 +msgid "No time columns" +msgstr "Ni časovnih stolpcev" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 -msgid "Donut" -msgstr "Kolobar" +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "Potrjevalnik ni najden (nastavljen za podatkovno bazo)" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:223 -msgid "Do you want a donut or a pie?" -msgstr "Želite kolobar ali torto?" +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "Potrjevalnik {} ni bil najden (nastavljen za podatkovno bazo {})" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 -msgid "Show Labels" -msgstr "Pokaži oznake" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 +msgid "Node label position" +msgstr "Položaj oznake vozlišča" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 -msgid "" -"Whether to display the labels. Note that the label only displays when the the 5% " -"threshold." -msgstr "" -"Če želite prikazati oznake. Oznake so prikazane le pri vsaj 5-odstotnem pragu." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 +msgid "Node select mode" +msgstr "Način izbire vozlišč" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 -msgid "Put labels outside" -msgstr "Postavi oznake zunaj" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 +msgid "Node size" +msgstr "Velikost vozlišča" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 -msgid "Put the labels outside the pie?" -msgstr "Postavim oznake zunaj torte?" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 +msgid "None" +msgstr "Brez" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 -msgid "Pie Chart" -msgstr "Tortni grafikon" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +msgid "None -> Arrow" +msgstr "Brez -> Puščica" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 -msgid "Frequency" -msgstr "Frekvenca" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +msgid "None -> None" +msgstr "Brez -> Brez" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 -msgid "" -"The periodicity over which to pivot time. Users can provide\n" -" \"Pandas\" offset alias.\n" -" Click on the info bubble for more details on accepted \"freq\" " -"expressions." -msgstr "" -"Periodičnost za vrtenje časa. Uporabnik lahko poda\n" -" psevdonim za zamik v \"Pandas\".\n" -" Kliknite na mehurček za podrobnosti dovoljenih izrazov za \"freq\"." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 +msgid "Normal" +msgstr "Normalna" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 -msgid "Time-series Period Pivot" -msgstr "Časovna serija - Vrtenje periode" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 +msgid "Normalize Across" +msgstr "Normiraj glede na" -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:76 -msgid "Stack" -msgstr "Naloži" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 +msgid "Normalized" +msgstr "Normiran" -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:77 -msgid "Expand" -msgstr "Razširi" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 +msgid "Not Time Series" +msgstr "Ni časovna vrsta" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:44 -msgid "Show legend" -msgstr "Prikaži legendo" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "Shrani v novo nadzorno ploščo" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:47 -msgid "Whether to display a legend for the chart" -msgstr "Če želite prikaz legende za grafikon" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "Ni razpoložljivih filtrov." -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:55 -msgid "Margin" -msgstr "Rob" +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (ni enako)" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:59 -msgid "Additional padding for legend." -msgstr "Dodatni razmak za legendo." +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "oznaka" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:97 -msgid "Legend type" -msgstr "Tip legende" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 +msgid "Not null" +msgstr "Ni nič (null)" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:115 -msgid "Show Value" -msgstr "Prikaži vrednost" +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 +msgid "Not triggered" +msgstr "Ni sproženo" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:118 -msgid "Show series values on the chart" -msgstr "Na grafikonu prikaži vrednosti serij" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 +msgid "Not up to date" +msgstr "Ni posodobljeno" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:126 -msgid "Stack series" -msgstr "Nalagaj serije" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" +msgstr "Ni ni sproženo" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:148 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:129 -msgid "Stack series on top of each other" -msgstr "Nalagaj serije eno na drugo" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 +msgid "Notification method" +msgstr "Način obveščanja" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:137 -msgid "Only Total" -msgstr "Samo vsota" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 +msgid "November" +msgstr "November" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:140 -msgid "" -"Only show the total value on the stacked chart, and not show on the selected " -"category" -msgstr "" -"Na naloženem grafikonu prikaži samo skupno vsoto, za izbrane kategorije pa ne" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 +msgid "Now" +msgstr "Zdaj" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 -msgid "X-axis" -msgstr "X-os" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "Prazne (Null) vrednosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:170 -msgid "Dimension to use on x-axis." -msgstr "Dimenzija z x-os." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "Animacija" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:179 -msgid "Percentage threshold" -msgstr "Procentualni prag" +#: superset/datasets/filters.py:26 +msgid "Null or Empty" +msgstr "Nič (NULL) ali prazen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:183 -msgid "Minimum threshold in percentage points for showing labels." -msgstr "Minimalni prag v odstotnih točkah za prikaz oznak." +#: superset/views/database/forms.py:392 +msgid "Null values" +msgstr "Prazne (Null) vrednosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:209 -msgid "Rich tooltip" -msgstr "Podroben opis orodja" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 +msgid "Number Format" +msgstr "Oblika zapisa števila" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:212 -msgid "Shows a list of all series available at that point in time" -msgstr "Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno točko" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:222 -msgid "Tooltip time format" -msgstr "Oblika zapisa časa v opisu orodja" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 +msgid "Number format" +msgstr "Oblika zapisa števila" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 -msgid "Tooltip sort by metric" -msgstr "Mera za razvrščanje opisa orodja" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "Oblika zapisa števila" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:235 -msgid "Whether to sort tooltip by the selected metric in descending order." -msgstr "Če želite padajoče razvrstiti opis orodja z izbrano mero." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "Število razdelkov za združevanje podatkov" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:244 -msgid "Tooltip" -msgstr "Opis orodja" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 +msgid "Number of decimal digits to round numbers to" +msgstr "Število decimalnih mest za zaokroževanje števil" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:109 -#, python-format -msgid "Last available value seen on %s" -msgstr "Zadnja razpoložljiva vrednost na %s" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 +msgid "Number of decimal places with which to display lift values" +msgstr "Število decimalnih mest za prikaz vrednosti dviga" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:112 -msgid "Not up to date" -msgstr "Ni posodobljeno" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 +msgid "Number of decimal places with which to display p-values" +msgstr "Število decimalnih mest za prikaz p-vrednosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:149 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:259 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:93 -msgid "No data" -msgstr "Ni podatkov" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +#, fuzzy +msgid "Number of periods to compare against" +msgstr "Na osnovi granulacije, število časovnih obdobij za primerjavo" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:179 -msgid "No data after filtering or data is NULL for the latest time record" -msgstr "" -"Ni podatkov po filtriranju ali pa imajo vrednost NULL za zadnji časovni zapis" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +#, fuzzy +msgid "Number of periods to ratio against" +msgstr "Na osnovi granulacije, število časovnih obdobij za primerjavo" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:182 -msgid "Try applying different filters or ensuring your datasource has data" -msgstr "" -"Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru podatki" +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "Število vrstic v datoteki za branje." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 -msgid "Big Number Font Size" -msgstr "Velikost pisave Velike številke" +#: superset/views/database/forms.py:361 +msgid "Number of rows of file to read." +msgstr "Število vrstic v datoteki za branje." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 -msgid "Tiny" -msgstr "Drobna" +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "Število vrstic, ki se izpustijo na začetku datoteke." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 -msgid "Small" -msgstr "Majhno" +#: superset/views/database/forms.py:355 +msgid "Number of rows to skip at start of file." +msgstr "Število vrstic, ki se izpustijo na začetku datoteke." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 +msgid "Number of split segments on the axis" +msgstr "Število razdelkov na osi" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 -msgid "Normal" -msgstr "Normalna" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 +msgid "Number of steps to take between ticks when displaying the X scale" +msgstr "Število korakov med oznakami pri prikazu X-osi" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 -msgid "Large" -msgstr "Veliko" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 +msgid "Number of steps to take between ticks when displaying the Y scale" +msgstr "Število korakov med oznakami pri prikazu Y-osi" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 -msgid "Huge" -msgstr "Ogromna" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +msgid "Numerical range" +msgstr "Številski obseg" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 -msgid "Subheader Font Size" -msgstr "Velikost pisave podnaslova" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 +msgid "OCT" +msgstr "OKT" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:37 -msgid "Display settings" -msgstr "Nastavitve prikaza" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 +msgid "OK" +msgstr "OK" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:46 -msgid "Subheader" -msgstr "Podnaslov" +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 +msgid "OVERWRITE" +msgstr "OVERWRITE" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:48 -msgid "Description text that shows up below your Big Number" -msgstr "Besedilo, ki se prikaže pod veliko številko" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 +msgid "October" +msgstr "Oktober" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:151 -msgid "Force date format" -msgstr "Vsili obliko zapisa datuma" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 +msgid "Offline" +msgstr "Offline" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:154 -msgid "Use date formatting even when metric value is not a timestamp" -msgstr "Oblikovanje datuma uporabi tudi, ko vrednost mere ni časovna značka" +#: superset/connectors/sqla/views.py:485 +msgid "Offset" +msgstr "Odmik" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 +msgid "On Grace" +msgstr "V mirovanju" + +#: superset-frontend/src/explore/controls.jsx:126 msgid "" -"Showcases a single metric front-and-center. Big number is best used to call " -"attention to a KPI or the one thing you want your audience to focus on." +"One or many columns to group by. High cardinality groupings should " +"include a series limit to limit the number of fetched and rendered " +"series." msgstr "" -"Prikaže eno vrednost. Velika številka je primerna za poudarek KPI-ja ali " -"vrednosti, na katero želite usmeriti pozornost." +"Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo" +" naj vsebuje omejitev serij, s čimer omejite število pridobljenih in " +"prikazanih serij." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 -msgid "A Big Number" -msgstr "Velika številka" - -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 -msgid "With a subheader" -msgstr "S podnaslovom" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a sort by metric and series limit to limit the number of fetched " +"and rendered series." +msgstr "" +"Eden ali več stolpcev za združevanje. Združevanje z visoko kardinalnostjo" +" naj vsebuje mero za razvrščanje in omjitev serij, s čimer omejite " +"število pridobljenih in prikazanih serij." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 -msgid "Formattable" -msgstr "Prilagodljiv" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 +msgid "One or many columns to pivot as columns" +msgstr "En ali več stolpcev za stolpčno vrtenje" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:48 -msgid "Comparison Period Lag" -msgstr "Zaostanek obdobja za primerjavo" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" +"Eden ali več kontrolnikov za združevanje. Pri združevanju morata biti " +"prisotna stolpca širine in dolžine." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:50 -msgid "Based on granularity, number of time periods to compare against" -msgstr "Na osnovi granulacije, število časovnih obdobij za primerjavo" +#: superset-frontend/src/explore/controls.jsx:245 +msgid "One or many controls to pivot as columns" +msgstr "En ali več kontrolnikov za stolpčno vrtenje" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:61 -msgid "Comparison suffix" -msgstr "Pripona za primerjavo" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:162 +msgid "One or many metrics to display" +msgstr "Ena ali več mer za prikaz" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:62 -msgid "Suffix to apply after the percentage display" -msgstr "Pripona za prikaz procenta" +#: superset/datasets/commands/exceptions.py:90 +msgid "One or more columns already exist" +msgstr "En ali več stolpcev že obstaja" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:71 -msgid "Show Timestamp" -msgstr "Prikaži časovno značko" +#: superset/datasets/commands/exceptions.py:80 +msgid "One or more columns are duplicated" +msgstr "En ali več stolpcev je podvojenih" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:74 -msgid "Whether to display the timestamp" -msgstr "Če želite prikazati časovno značko" +#: superset/datasets/commands/exceptions.py:70 +msgid "One or more columns do not exist" +msgstr "En ali več stolpcev ne obstaja" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:83 -msgid "Show Trend Line" -msgstr "Pokaži trendno črto" +#: superset/datasets/commands/exceptions.py:119 +msgid "One or more metrics already exist" +msgstr "Ena ali več mer že obstaja" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:86 -msgid "Whether to display the trend line" -msgstr "Če želite prikazati trendno črto" +#: superset/datasets/commands/exceptions.py:109 +msgid "One or more metrics are duplicated" +msgstr "Ena ali več mer je podvojenih" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:95 -msgid "Start y-axis at 0" -msgstr "Začni y-os z 0" +#: superset/datasets/commands/exceptions.py:99 +msgid "One or more metrics do not exist" +msgstr "Ena ali več mer ne obstaja" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:98 -msgid "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data." -msgstr "" -"Začni y-os z nič. Ne izberite, če želite, da se y-os začne z najmanjšo vrednostjo " -"podatkov." +#: superset/errors.py:119 +msgid "One or more parameters needed to configure a database are missing." +msgstr "En ali več parametrov, potrebnih za nastavitev podatkovne baze, manjka." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:109 -msgid "Fix to selected Time Range" -msgstr "Nastavi na izbrano časovno obdobje" +#: superset/errors.py:133 +msgid "One or more parameters specified in the query are malformatted." +msgstr "En ali več parametrov v SQL-poizvedbi ima napačno obliko." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:110 -msgid "" -"Fix the trend line to the full time range specified in case filtered results do " -"not include the start or end dates" -msgstr "" -"Trendno črto nastavite na izbrano obdobje, v primeru, da filtrirani rezultati ne " -"vsebujejo začetnega in/ali končnega datuma" +#: superset/errors.py:107 +msgid "One or more parameters specified in the query are missing." +msgstr "En ali več parametrov v SQL-poizvedbi manjka." -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +#: superset/views/core.py:1992 +#, fuzzy msgid "" -"Showcases a single number accompanied by a simple line chart, to call attention " -"to an important metric along with its change over time or other dimension." +"One or more required fields are missing in the request. Please try again," +" and if the problem persists contact your administrator." msgstr "" -"Prikaže eno vrednost skupaj s preprostim črtnim grafikonom, za poudarek pomembne " -"mere skupaj z njeno časovno spremembo." +"Eno ali več zahtevanih polj manjka v zahtevi. Poskusite znova, če težava " +"ostane, kontaktirajte administratorja." -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 -msgid "Whisker/outlier options" -msgstr "Možnosti grafikona kvantilov" +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 +msgid "One ore more annotation layers failed loading." +msgstr "Eden ali več slojev z oznakami se ni naložil." -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 -msgid "Determines how whiskers and outliers are calculated." -msgstr "Določa kako so izračunani kvantili in izstopajoče vrednosti." +#: superset/sql_lab.py:230 +msgid "Only SELECT statements are allowed against this database." +msgstr "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 -msgid "Categories to group by on the x-axis." -msgstr "Kategorije za združevanje po x-osi." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 +msgid "Only Total" +msgstr "Samo vsota" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 -msgid "Distribute across" -msgstr "Porazdeli glede na" +#: superset/connectors/sqla/utils.py:123 +msgid "Only `SELECT` statements are allowed" +msgstr "Dovoljeni so le `SELECT` stavki" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if left " -"empty." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." msgstr "" -"Stolpci za izračun porazdelitve. Privzeto je izbran časovni stolpec (če je " -"prazno)." - -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 -msgid "" -"Also known as a box and whisker plot, this visualization compares the " -"distributions of a related metric across multiple groups. The box in the middle " -"emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box " -"visualize the min, max, range, and outer 2 quartiles." -msgstr "" -"Znan tudi kot grafikon škatla z brki. prikaže primerjavo porazdelitev povezanih " -"mer v različnih skupinah. Škatla na sredini predstavlja povprečje, mediano in " -"notranja 2 kvartila. Brki na vsaki škatli prikazujejo minimum, maksimum, območje " -"in zunanja dva kvartila." - -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 -msgid "ECharts" -msgstr "ECharts" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 -msgid "Labels" -msgstr "Oznake" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 -msgid "Whether to display the labels." -msgstr "Če želite prikaz oznak." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 +msgid "Only selected panels will be affected by this filter" +msgstr "Ta filter bo vplival le na izbrane panele" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" -"Showcases how a metric changes as the funnel progresses. This classic chart is " -"useful for visualizing drop-off between stages in a pipeline or lifecycle." +"Only show the total value on the stacked chart, and not show on the " +"selected category" msgstr "" -"Prikaže kako se mera spreminja, ko lijak napreduje. Standardni grafikon za prikaz " -"sprememb med nivoji v procesu ali življenjskem ciklu." +"Na naloženem grafikonu prikaži samo skupno vsoto, za izbrane kategorije " +"pa ne" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 -msgid "Funnel Chart" -msgstr "Lijakasti grafikon" +#: superset/connectors/sqla/utils.py:132 +msgid "Only single queries supported" +msgstr "Podprte so le enojne poizvedbe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 -msgid "Sequential" -msgstr "Sekvenčni" +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 +#, python-format +msgid "Only the following file extensions are allowed: %(allowed_extensions)s" +msgstr "Dovoljene so le naslednje končnice: %(allowed_extensions)s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -msgid "Columns to group by" -msgstr "Stolpci za združevanje" +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "Prišlo je do napake" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:77 -msgid "General" -msgstr "Splošno" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 +msgid "Opacity" +msgstr "Prosojnost" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:87 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 -msgid "Min" -msgstr "Min" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 +msgid "Opacity of Area Chart. Also applies to confidence band." +msgstr "Prosojnost ploščinskega grafikona. Upošteva se tudi za interval zaupanja." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -msgid "Minimum value on the gauge axis" -msgstr "Najmanjša vrednost na številčnici" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +msgstr "Prosojnost vseh gruč, točk in oznak (vrednost med 0 in 1)." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 -msgid "Max" -msgstr "Max" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 +msgid "Opacity of area chart." +msgstr "Prosojnost ploščinskega grafikona." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -msgid "Maximum value on the gauge axis" -msgstr "Največja vrednost na številčnici" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "Prosojnost, vnesite vrednosti med 0 in 100" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:109 -msgid "Start angle" -msgstr "Začetni kot" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 +msgid "Open Datasource tab" +msgstr "Odpri zavihek s podatkovnim virom" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 -msgid "Angle at which to start progress axis" -msgstr "Kot, pri katerem se začne os območja" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 +msgid "Open in SQL Lab" +msgstr "Odpri v SQL laboratoriju" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:119 -msgid "End angle" -msgstr "Končni kot" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 +msgid "Open query in SQL Lab" +msgstr "Odpri poizvedbo v SQL laboratoriju" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 -msgid "Angle at which to end progress axis" -msgstr "Kot, pri katerem se konča os območja" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 +msgid "" +"Operate the database in asynchronous mode, meaning that the queries are " +"executed on remote workers as opposed to on the web server itself. This " +"assumes that you have a Celery worker setup as well as a results backend." +" Refer to the installation docs for more information." +msgstr "" +"Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe " +"zaženejo na oddaljenih »delavcih« in ne na samem spletnem strežniku. S " +"tem je predpostavljeno, da imate nastavljenega »delavca« za Celery in " +"zaledni sistem za rezultate. Več informacij je v navodilih za namestitev." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:132 -msgid "Font size" -msgstr "Velikost pisave" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 +msgid "Operator" +msgstr "Operator" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 -msgid "Font size for axis labels, detail value and other text elements" -msgstr "Velikost pisave za oznake osi, podrobnosti in druge besedilne elemente" +#: superset/utils/pandas_postprocessing/utils.py:158 +#, python-format +msgid "Operator undefined for aggregator: %(name)s" +msgstr "Operand ni definiran za agregatorja: %(name)s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:164 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -msgid "Value format" -msgstr "Oblika zapisa vrednosti" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 +msgid "" +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" +" certain database engines." +msgstr "" +"Opcijska CA_BUNDLE vsebina, za potrjevanje HTTPS zahtev. Razpoložljivo le" +" na določenih sistemih podatkovnih baz." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -msgid "Additional text to add before or after the value, e.g. unit" -msgstr "Dodatno besedilo, ki ga dodate pred ali za vrednost, npr. enota" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "Pogojno oblikovanje" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "Pogojno oblikovanje" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 +msgid "Optional name of the data column." +msgstr "Opcijsko ime podatkovnega stolpca." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:178 -msgid "Show pointer" -msgstr "Prikaži kazalec" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 +msgid "Optional warning about use of this metric" +msgstr "Opcijsko opozorilo za uporabo te mere" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 -msgid "Whether to show the pointer" -msgstr "Če želite prikazati kazalec" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:190 -msgid "Animation" -msgstr "Animacija" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +msgid "Options" +msgstr "Možnosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 -msgid "Whether to animate the progress and the value or just display them" -msgstr "Če želite animiran prikaz grafikona" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 +msgid "Or choose from a list of other databases we support:" +msgstr "Ali izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:199 -msgid "Axis" -msgstr "Os" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 +msgid "Order by entity id" +msgstr "Uredi po ID entitete" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:205 -msgid "Show axis line ticks" -msgstr "Prikaži oznake na X-osi" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 +msgid "Order results by selected columns" +msgstr "Razvrsti rezultate glede na izbrani stolpec" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 -msgid "Whether to show minor ticks on the axis" -msgstr "Če želite prikaz manjših oznak na osi" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 +msgid "Ordering" +msgstr "Razvrščanje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:217 -msgid "Show split lines" -msgstr "Prikaži razdelitvene črte" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "Orientacija stolpcev" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 -msgid "Whether to show the split lines on the axis" -msgstr "Če želite prikazati razdelitvene črte na osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +msgid "Orientation of bar chart" +msgstr "Orientacija stolpčnega grafikona" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:229 -msgid "Split number" -msgstr "Število razdelitev" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +#, fuzzy +msgid "Orientation of filter bar" +msgstr "Orientacija drevesa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 -msgid "Number of split segments on the axis" -msgstr "Število razdelkov na osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "Orientacija drevesa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:238 -msgid "Progress" -msgstr "Območje" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 +msgid "Original" +msgstr "Izvoren" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:244 -msgid "Show progress" -msgstr "Prikaži območje" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 +msgid "Original table column order" +msgstr "Vrstni red stolpcev izvorne tabele" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 -msgid "Whether to show the progress of gauge chart" -msgstr "Prikaži merilno območje števčnega grafikona" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 +msgid "Original value" +msgstr "Izvorna vrednost" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:256 -msgid "Overlap" -msgstr "Prekrivanje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +msgid "Orthogonal" +msgstr "Pravokotna" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 -msgid "Whether the progress bar overlaps when there are multiple groups of data" -msgstr "Če želite prekrivanje območij, ko imate več skupin podatkov" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 +msgid "Other" +msgstr "Ostali" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:270 -msgid "Round cap" -msgstr "Zaobljeni konci" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 -msgid "Style the ends of the progress bar with a round cap" -msgstr "Zaobljena oblika koncev območja" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 +msgid "Outer Radius" +msgstr "Zunanji polmer" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:279 -msgid "Intervals" -msgstr "Intervali" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 +msgid "Outer edge of Pie chart" +msgstr "Zunanji rob tortnega grafikona" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:285 -msgid "Interval bounds" -msgstr "Meje intervalov" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 +msgid "Overlap" +msgstr "Prekrivanje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" -"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last " -"number should match the value provided for MAX." +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." msgstr "" -"Z vejico ločeni intervali, npr. 2,4,5 za intervale 0-2, 2-4 in 4-5. Zadnja " -"številka naj bo enaka vrednosti za MAX." - -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:299 -msgid "Interval colors" -msgstr "Barve intervalov" +"Zamaknite eno ali več časovnih vrst za relativno časovno obdobje. Vnaša " +"se relativne časovne razlike v naravnem jeziku (npr. 24 ur, 7 dni, 52 " +"tednov, 365 dni). Prosto besedilo je podprto." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy msgid "" -"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors " -"from the chosen color scheme and are 1-indexed. Length must be matching that of " -"interval bounds." +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." msgstr "" -"Z vejico ločene barve za intervale, npr. 1,2,4. Cela števila predstavljajo barve " -"iz barvne sheme (začnejo se z 1). Dolžina mora ustrezati mejam intervala." +"Zamaknite eno ali več časovnih vrst za relativno časovno obdobje. Vnaša " +"se relativne časovne razlike v naravnem jeziku (npr. 24 ur, 7 dni, 52 " +"tednov, 365 dni). Prosto besedilo je podprto." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 msgid "" -"Uses a gauge to showcase progress of a metric towards a target. The position of " -"the dial represents the progress and the terminal value in the gauge represents " -"the target value." +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." msgstr "" -"Uporablja števec za prikaz napredovanja mere k ciljni vrednosti. Položaj kazalca " -"predstavlja napredek, končna vrednost na števcu pa ciljno vrednost." +"Prikaže šestkotno mrežo na zemljevidu in agregira podatke znotraj meja " +"vsake celice." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 -msgid "Gauge Chart" -msgstr "Števčni grafikon" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "Granulacija časa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 -msgid "Name of the source nodes" -msgstr "Imena izvornih vozlišč" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "Uredi časovno obdobje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 -msgid "Name of the target nodes" -msgstr "Imena ciljnih vozlišč" +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 +msgid "Overwrite" +msgstr "Prepiši" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 -msgid "Source category" -msgstr "Kategorija izvora" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 +msgid "Overwrite & Explore" +msgstr "Prepiši & Razišči" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 +#, python-format +msgid "Overwrite Dashboard [%s]" +msgstr "Prepiši nadzorno ploščo [%s]" + +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "Odstrani podvojene stolpce" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +msgid "Overwrite existing" +msgstr "Prepiši obstoječe" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 +msgid "Overwrite text in the editor with a query on this table" +msgstr "Besedilo v urejevalniku prepišite s poizvedbo na to tabelo" + +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 +msgid "Owner" +msgstr "Lastnik" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 +msgid "Owners" +msgstr "Lastniki" + +#: superset/commands/exceptions.py:108 +#: superset/datasets/commands/exceptions.py:144 +msgid "Owners are invalid" +msgstr "Lastniki niso veljavni" + +#: superset/views/dashboard/mixin.py:64 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" -"The category of source nodes used to assign colors. If a node is associated with " -"more than one category, only the first will be used." +"Owners is a list of users who can alter the dashboard. Searchable by name" +" or username." msgstr "" -"Kategorija izvornih vozlišč, na podlagi katere je določena barva. Če je vozlišče " -"povezano z več kot eno kategorijo, bo uporabljena samo prva." +"\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." +" Iskanje je možno po imenu ali uporabniškem imenu." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 -msgid "Target category" -msgstr "Kategorija cilja" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +msgid "Page length" +msgstr "Dolžina strani" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 -msgid "Category of target nodes" -msgstr "Kategorija ciljnih vozlišč" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" +msgstr "Tabela t-testa za odvisne vzorce" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 -msgid "Chart options" -msgstr "Možnosti grafikona" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 +msgid "Pandas resample method" +msgstr "Metoda za prevzorčenje v Pandas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 -msgid "Layout" -msgstr "Izgled" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +msgid "Pandas resample rule" +msgstr "Pravilo za prevzorčenje v Pandas" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 -msgid "Graph layout" -msgstr "Izgled grafikona" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 +msgid "Parallel Coordinates" +msgstr "Vzporedne koordinate" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 -msgid "Force" -msgstr "Sila" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 +msgid "Parameter error" +msgstr "Napaka parametra" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 -msgid "Layout type of graph" -msgstr "Tip izgleda grafikona" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 +msgid "Parameters" +msgstr "Parametri" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 -msgid "Edge symbols" -msgstr "Simboli povezav" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 +msgid "Parameters " +msgstr "Parametri " -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 -msgid "Symbol of two ends of edge line" -msgstr "Simbol za konca povezave" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" +msgstr "Parametri povezani s pogledom in perspektivo zemljevida" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 -msgid "None -> None" -msgstr "Brez -> Brez" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Parent" +msgstr "Nadrejeni" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 -msgid "None -> Arrow" -msgstr "Brez -> Puščica" +#: superset/views/database/forms.py:366 +msgid "Parse Dates" +msgstr "Prepoznaj datume" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 -msgid "Circle -> Arrow" -msgstr "Krog -> Puščica" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 +msgid "Part of a Whole" +msgstr "Del celote" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 -msgid "Circle -> Circle" -msgstr "Krog -> Krog" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 +msgid "Partition Chart" +msgstr "Grafikon razdelkov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 -msgid "Enable node dragging" -msgstr "Omogoči premikanje vozlišč" +#: superset/viz.py:3071 +msgid "Partition Diagram" +msgstr "Grafikon s pravokotniki" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 -msgid "Whether to enable node dragging in force layout mode." -msgstr "Če želite omogočiti premikanje vozlišč v načinu vsiljenega prikaza." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 +msgid "Partition Limit" +msgstr "Omejitev particij" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 -msgid "Enable graph roaming" -msgstr "Omogoči preoblikovanje grafikona" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 +msgid "Partition Threshold" +msgstr "Prag particije" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 -msgid "Disabled" -msgstr "Onemogočeno" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" +"Particije z nižjim razmerjem med njihovo višino in dolžino starša so " +"zanemarjene" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 -msgid "Scale only" -msgstr "Samo povečava" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 +msgid "Password" +msgstr "Geslo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 -msgid "Move only" -msgstr "Samo premikanje" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 -msgid "Scale and Move" -msgstr "Povečava in premikanje" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +#, fuzzy +msgid "Paste content of service credentials JSON file here" +msgstr "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 -msgid "Whether to enable changing graph position and scaling." -msgstr "Če želite omogočiti premikanje in povečevanje/zmanjševanje grafikona." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 +msgid "Paste the shareable Google Sheet URL here" +msgstr "Prilepite deljeni URL Googlove preglednice sem" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 -msgid "Node select mode" -msgstr "Način izbire vozlišč" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +msgid "Pattern" +msgstr "Vzorec" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 -msgid "Single" -msgstr "Posamezno" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +msgid "Percent Change" +msgstr "Procentualna sprememba" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 -msgid "Multiple" -msgstr "Več" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "Procenti" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 -msgid "Allow node selections" -msgstr "Dovoli izbiro vozlišča" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "Procentualna sprememba" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 -msgid "Label threshold" -msgstr "Prag oznak" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +msgid "Percentage metrics" +msgstr "Procentualne mere" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 -msgid "Minimum value for label to be displayed on graph." -msgstr "Najmanjša vrednost, za katero bo na grafikonu prikazana oznaka." +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 +msgid "Percentage threshold" +msgstr "Procentualni prag" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 -msgid "Node size" -msgstr "Velikost vozlišča" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 +msgid "Percentages" +msgstr "Procenti" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 -msgid "Median node size, the largest node will be 4 times larger than the smallest" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" msgstr "" -"Mediana velikosti vozlišča. Največje vozlišče bo 4-krat večje od najmanjšega" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 -msgid "Edge width" -msgstr "Debelina povezave" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 -msgid "" -"Median edge width, the thickest edge will be 4 times thicker than the thinnest." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" msgstr "" -"Mediana debeline povezave. Najdebelejša povezava bo 4-krat debelejša od najtanjše." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 -msgid "Edge length" -msgstr "Dolžina povezave" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 +msgid "Periods" +msgstr "Št. period" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 -msgid "Edge length between nodes" -msgstr "Dolžina povezave med vozlišči" +#: superset/utils/pandas_postprocessing/prophet.py:126 +msgid "Periods must be a whole number" +msgstr "Periode morajo biti celo število" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 -msgid "Gravity" -msgstr "Gravitacija" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 +msgid "Person or group that has certified this chart." +msgstr "Oseba ali skupina, ki je certificirala ta grafikon." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 -msgid "Strength to pull the graph toward center" -msgstr "Sila privlačnosti med grafikonom in središčem" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 +msgid "Person or group that has certified this dashboard." +msgstr "Oseba ali skupina, ki je certificirala to nadzorno ploščo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 -msgid "Repulsion" -msgstr "Odbijanje" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 +msgid "Person or group that has certified this metric" +msgstr "Oseba ali skupina, ki je certificirala to mero" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 -msgid "Repulsion strength between nodes" -msgstr "Odbojna sila med vozlišči" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 +msgid "Physical" +msgstr "Fizičen" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 -msgid "Friction" -msgstr "Trenje" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 +msgid "Physical (table or view)" +msgstr "Fizičen (tabela ali pogled)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 -msgid "Friction between nodes" -msgstr "Trenje med vozlišči" +#: superset-frontend/src/pages/DatasetList/index.tsx:273 +msgid "Physical dataset" +msgstr "Fizičen podatkovni set" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 -msgid "" -"Displays connections between entities in a graph structure. Useful for mapping " -"relationships and showing which nodes are important in a network. Graph charts " -"can be configured to be force-directed or circulate. If your data has a " -"geospatial component, try the deck.gl Arc chart." -msgstr "" -"Prikaže povezave med entitetami v strukturi grafa. Uporabno za prikaz razmerij in " -"pomembnih točk v omrežju. Grafikon je lahko krožnega tipa ali z usmerjenimi " -"silami. Če imajo podatki geoprostorsko komponento, poskusite grafikon decl.gl - " -"Arc." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "Izberite dimenzijo, ki bo določala kategorične barve" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 -msgid "Graph Chart" -msgstr "Graf" +#: superset/viz.py:769 +msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +msgstr "Izberite granulacijo v razdelku 'Čas' ali odstranite 'Vključi čas'" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 -msgid "Structural" -msgstr "Strukturni" +#: superset/viz.py:1605 +msgid "Pick a metric for left axis!" +msgstr "Izberite mero za levo os!" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:150 -msgid "Series type" -msgstr "Tip serije" +#: superset/viz.py:1607 +msgid "Pick a metric for right axis!" +msgstr "Izberite mero za desno os!" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:162 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:117 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:118 -msgid "Series chart type (line, bar etc)" -msgstr "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" +#: superset/viz.py:1195 +msgid "Pick a metric for x, y and size" +msgstr "Izberite mere za x, y in velikost" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:183 -msgid "Area chart" -msgstr "Ploščinski grafikon" +#: superset/viz.py:1234 +msgid "Pick a metric to display" +msgstr "Izberite mero za prikaz" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:128 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:131 -msgid "Draw area under curves. Only applicable for line types." -msgstr "Izriši površino pod krivuljo. Samo za črtne grafikone." +#: superset/viz.py:1260 superset/viz.py:1294 +msgid "Pick a metric!" +msgstr "Izberite mero!" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:217 -msgid "Opacity of area chart." -msgstr "Prosojnost ploščinskega grafikona." +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 +msgid "Pick a name to help you identify this database." +msgstr "Izberite ime za lažjo prepoznavo podatkovne baze." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:226 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:161 -msgid "Marker" -msgstr "Marker" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +#, fuzzy +msgid "Pick a nickname for how the database will display in Superset." +msgstr "Izberite vzdevek za to podatkovno bazo, ki bo prikazan v Supersetu." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:164 -msgid "Draw a marker on data points. Only applicable for line types." -msgstr "Nariši markerje na točke grafikona. Samo za črtne grafikone." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "Izberite nabor deck.gl grafikonov, ki bodo nanizani en na drugem" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:240 -msgid "Marker size" -msgstr "Velikost markerja" +#: superset/viz.py:1390 superset/viz.py:1653 +msgid "Pick a time granularity for your time series" +msgstr "Izberite granulacijo časa za časovno vrsto" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:193 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:180 -msgid "Size of marker. Also applies to forecast observations." -msgstr "Velikost markerja. Upošteva se tudi za napovedi." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 +msgid "Pick a title for you annotation." +msgstr "Izberite naslov za oznako." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -msgid "Primary" -msgstr "Primarna" +#: superset/viz.py:1815 +msgid "Pick at least one field for [Series]" +msgstr "Izberite vsaj eno polje za [Serije]" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -msgid "Secondary" -msgstr "Sekundarna" +#: superset/viz.py:857 superset/viz.py:1813 +msgid "Pick at least one metric" +msgstr "Izberite vsaj eno mero" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:264 -msgid "Primary or secondary y-axis" -msgstr "Primarna ali sekundarna y-os" +#: superset/viz.py:1943 +msgid "Pick exactly 2 columns as [Source / Target]" +msgstr "Izberite natanko dva stolpca za [Izvor / Cilj]" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:296 -msgid "Shared query fields" -msgstr "Polja deljenih poizvedb" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 +msgid "" +"Pick one or more columns that should be shown in the annotation. If you " +"don't select a column all of them will be shown." +msgstr "" +"Izberite enega ali več stolpcev, ki bodo prikazani v oznakah. Če ne " +"izberete stolpca, bodo prikazani vsi." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:312 -msgid "Query A" -msgstr "Poizvedba A" +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" +msgstr "Izberite svoj priljubljen označevalni jezik" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:302 -msgid "Advanced analytics Query A" -msgstr "Poizvedba A za napredno analitiko" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +msgid "Pie Chart" +msgstr "Tortni grafikon" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:303 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:313 -msgid "Query B" -msgstr "Poizvedba B" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 +msgid "Pie shape" +msgstr "Oblika torte" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:304 -msgid "Advanced analytics Query B" -msgstr "Poizvedba B za napredno analitiko" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 +msgid "Pin" +msgstr "Žebljiček" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:319 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:347 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:190 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:193 -msgid "Data Zoom" -msgstr "Zoom funkcija" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 +msgid "Pivot Options" +msgstr "Vrtilne možnosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:350 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:118 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:193 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:196 -msgid "Enable data zooming controls" -msgstr "Omogoči kontrolnik za povečavo podatkov" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 +msgid "Pivot Table" +msgstr "Vrtilna tabela" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:336 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:221 -msgid "Rotate x axis label" -msgstr "Zavrti oznako x-osi" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 -msgid "Input field supports custom rotation. e.g. 30 for 30°" -msgstr "Vnosno polje omogoča poljubno rotacijo (vnesite 30 za 30°)" +#: superset/utils/pandas_postprocessing/pivot.py:70 +msgid "Pivot operation must include at least one aggregate" +msgstr "Vrtilna operacija mora vsebovati vsaj en agregat" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:268 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:219 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:196 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:252 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:255 -msgid "Minor Split Line" -msgstr "Manjša ločilna črta" +#: superset/utils/pandas_postprocessing/pivot.py:66 +msgid "Pivot operation requires at least one index" +msgstr "Vrtilna operacija zahteva vsaj en indeks" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:360 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:182 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:199 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:258 -msgid "Draw split lines for minor y-axis ticks" -msgstr "Izriši ločilne črte za pomožne oznake y-osi" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 +msgid "Pivoted" +msgstr "Vrtilni" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:369 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:280 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:208 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:264 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:267 -msgid "Truncate Y Axis" -msgstr "Prireži Y-os" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 +msgid "Pixel height of each series" +msgstr "Višina vsake serije v pikslih" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:372 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:283 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:267 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:270 -msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" msgstr "" -"Prireži Y-os. Če določite spodnjo ali zgornjo mejo, preprečite prirezovanje." - -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:400 -msgid "Primary y-axis format" -msgstr "Oblika primarne y-osi" - -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:409 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:433 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:442 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:256 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:187 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:246 -msgid "Logarithmic y-axis" -msgstr "Logaritemska y-os" - -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:412 -msgid "Logarithmic scale on primary y-axis" -msgstr "Logaritemska skala na primarni y-osi" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:421 -msgid "Secondary y-axis format" -msgstr "Oblika sekundarne y-osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:430 -msgid "Secondary y-axis title" -msgstr "Naslov sekundarne y-osi" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:445 -msgid "Logarithmic scale on secondary y-axis" -msgstr "Logaritemska skala na sekundarni y-osi" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 +msgid "Please apply filter changes" +msgstr "Potrdite spremembe filtra" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:61 +#: superset/sqllab/query_render.py:120 msgid "" -"Visualize two different series using the same x-axis. Note that both series can " -"be visualized with a different chart type (e.g. 1 using bars and 1 using a line)." +"Please check your query and confirm that all template parameters are " +"surround by double braces, for example, \"{{ ds }}\". Then, try running " +"your query again." msgstr "" -"Prikaže dva različna niza na isti x-osi. Niza sta lahko prikazana z različnim " -"tipom grafikona (npr. en s stolpci in drug s črto)." +"V poizvedbi preverite, da so vsi parametri obdani z dvojnimi oklepaji, " +"npr. \"{{ ds }}\". Potem poskusite ponovno." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:64 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 +#, python-format msgid "" -"Visualize two different time series using the same x-axis. Note that each time " -"series can be visualized differently (e.g. 1 using bars and 1 using a line)." +"Please check your query for syntax errors at or near " +"\"%(syntax_error)s\". Then, try running your query again." msgstr "" -"Prikaže dve različni časovni vrsti na isti x-osi. Časovni vrsti sta lahko " -"prikazani različno (npr. ena s stolpci in druga s črto)." - -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -msgid "Mixed Chart" -msgstr "Kombinirani grafikon" +"Preverite, če ima vaša poizvedba sintaktične napake pri " +"\"%(syntax_error)s\". Potem ponovno poženite poizvedbo." -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -msgid "Mixed Time-Series" -msgstr "Kombiniran grafikon časovne vrste" +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 +#, python-format +msgid "" +"Please check your query for syntax errors near \"%(server_error)s\". " +"Then, try running your query again." +msgstr "" +"Preverite, če ima vaša poizvedba sintaktične napake pri " +"\"%(server_error)s\". Potem ponovno poženite poizvedbo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 -msgid "Put the labels outside of the pie?" -msgstr "Postavim oznake zunaj torte?" +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +#, fuzzy +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "" +"Preverite, če ima vaša poizvedba sintaktične napake pri " +"\"%(syntax_error)s\". Potem ponovno poženite poizvedbo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 -msgid "Label Line" -msgstr "Črta oznake" +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "Izberite vsaj eno 'Group by' polje " -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 -msgid "Draw line from Pie to label when labels outside?" -msgstr "Ali želite črto do oznake, ko so le-te zunaj?" +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" +msgstr "Izberite vsaj eno 'Group by' polje " -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:191 -msgid "Show Total" -msgstr "Pokaži vsoto" +#: superset/viz.py:923 +msgid "Please choose at least one metric" +msgstr "Izberite vsaj eno mero" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:194 -msgid "Whether to display the aggregate count" -msgstr "Če želite prikazati agregirano število" +#: superset/viz.py:1610 +msgid "Please choose different metrics on left and right axis" +msgstr "Izberite različni meri za levo in desno os" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 -msgid "Pie shape" -msgstr "Oblika torte" +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 +msgid "Please confirm" +msgstr "Prosim, potrdite" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:205 -msgid "Outer Radius" -msgstr "Zunanji polmer" +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 -msgid "Outer edge of Pie chart" -msgstr "Zunanji rob tortnega grafikona" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 +msgid "Please enter a SQLAlchemy URI to test" +msgstr "Vnesite SQLAlchemy URI za test" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:232 -msgid "Inner Radius" -msgstr "Notranji polmer" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 +msgid "Please filter set name" +msgstr "Vnesite ime seta filtrov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:238 -msgid "Inner radius of donut hole" -msgstr "Notranji polmer kolobarja" +#: superset/db_engine_specs/postgres.py:125 +msgid "Please re-enter the password." +msgstr "Ponovno vpišite geslo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 -msgid "" -"The classic. Great for showing how much of a company each investor gets, what " -"demographics follow your blog, or what portion of the budget goes to the military " -"industrial complex.\n" -"\n" -" Pie charts can be difficult to interpret precisely. If clarity of " -"relative proportion is important, consider using a bar or other chart type " -"instead." +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" msgstr "" -"Standardni grafikon za prikaz deležev. Tortne grafikone je težje natančno " -"interpretirati, takrat lahko uporabite npr. stolpčni grafikon." - -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:319 -#, python-format -msgid "Total: %s" -msgstr "Vsota: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 -msgid "The maximum value of metrics. It is an optional configuration" -msgstr "Največja vrednost mere. To je opcijska nastavitev" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy +msgid "Please reach out to the Chart Owner for assistance." +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "Za pomoč se obrnite na lastnika grafikona." +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 -msgid "Label position" -msgstr "Položaj oznake" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 +msgid "Please save the query to enable sharing" +msgstr "Shranite poizvedbo za deljenje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 -msgid "Radar" -msgstr "Radar" +#: superset/reports/commands/exceptions.py:105 +msgid "Please save your chart first, then try creating a new email report." +msgstr "" +"Najprej shranite grafikon, potem pa poskusite ustvariti novo e-poštno " +"poročilo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 -msgid "Customize Metrics" -msgstr "Prilagodi mere" +#: superset/reports/commands/exceptions.py:117 +msgid "Please save your dashboard first, then try creating a new email report." +msgstr "" +"Najprej shranite nadzorno ploščo, potem pa poskusite ustvariti novo " +"e-poštno poročilo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 -msgid "Further customize how to display each metric" -msgstr "Dodatne prilagoditve prikaza posameznih mer" +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 +msgid "Please select both a Dataset and a Chart type to proceed" +msgstr "Za nadaljevanje izberite podatkovni set in tip grafikona" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 -msgid "Circle radar shape" -msgstr "Okrogla oblika radarja" +#: superset/viz.py:1193 +msgid "Please use 3 different metric labels" +msgstr "Uporabite 3 različne oznake mer" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:204 -msgid "Radar render type, whether to display 'circle' shape." -msgstr "Način prikaza radarja - če se prikaže okrogla oblika." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." +msgstr "Izriši razdalje (kot letalske koridorje) med izhodiščem in ciljem." -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" -"Visualize a parallel set of metrics across multiple groups. Each group is " -"visualized using its own line of points and each metric is represented as an edge " -"in the chart." +"Plots the individual metrics for each row in the data vertically and " +"links them together as a line. This chart is useful for comparing " +"multiple metrics across all of the samples or rows in the data." msgstr "" -"Prikaže vzporedni nabor mer za različne skupine. Vsaka skupina je prikazana s " -"svojim naborom točk in vsaka mera s povezavo na grafikonu." +"Izriše posamezne mere za vsako vrstico podatkov navpično in jih med seboj" +" poveže kot črto. Grafikon je uporaben za primerjavo več mer med vsemi " +"vzorci ali vrsticami podatkov." -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 -msgid "Radar Chart" -msgstr "Radarski grafikon" +#: superset/initialization/__init__.py:275 +msgid "Plugins" +msgstr "Vtičniki" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:280 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:72 -msgid "Contribution Mode" -msgstr "Način deležev" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "Barva točke" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:287 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:79 -msgid "Calculate contribution per series or row" -msgstr "Izračunaj delež za serijo ali vrstico" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 +msgid "Point Radius" +msgstr "Radij točk" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:106 -msgid "Series Style" -msgstr "Slog serije" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "Skaliranje radija točk" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:142 -msgid "Area chart opacity" -msgstr "Prosojnost ploščinskega grafikona" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 +msgid "Point Radius Unit" +msgstr "Enota radija točk" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:148 -msgid "Opacity of Area Chart. Also applies to confidence band." -msgstr "Prosojnost ploščinskega grafikona. Upošteva se tudi za interval zaupanja." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +msgid "Point Size" +msgstr "Velikost točke" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:188 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:114 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:172 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:175 -msgid "Marker Size" -msgstr "Velikost markerja" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "Enota točke" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 -msgid "" -"Swiss army knife for visualizing data. Choose between step, line, scatter, and " -"bar charts. This viz type has many customization options as well." -msgstr "" -"Univerzalni grafikon za vizualizacijo podatkov. Izbirajte med stopničastimi, " -"črtnimi, raztresenimi in stolpčnimi grafikoni. Grafikon ima širok nabor " -"prilagoditev." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "Pokažite na stolpec z lokacijskimi podatki" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 -msgid "" -"Swiss army knife for visualizing time series data. Choose between step, line, " -"scatter, and bar charts. This viz type has many customization options as well." -msgstr "" -"Univerzalni grafikon za prikaz časovnih vrst. Izbirajte med stopničnimi, črtnimi, " -"raztresenimi in stolpčnimi grafikoni. Grafikon ima širok nabor prilagoditev." +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 +msgid "Points" +msgstr "Točke" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:66 -msgid "Generic Chart" -msgstr "Generičen grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 +msgid "Points and clusters will update as the viewport is being changed" +msgstr "Točke in gruče se bodo posodabljale, če se bo spremenil pogled" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:67 -msgid "Time-series Chart" -msgstr "Grafikon časovne vrste" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +msgid "Polygon Column" +msgstr "Stolpec poligonov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:408 -msgid "zoom area" -msgstr "približaj območje" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +msgid "Polygon Encoding" +msgstr "Kodiranje poligonov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:409 -msgid "restore zoom" -msgstr "ponastavi prikaz" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +msgid "Polygon Settings" +msgstr "Nastavitve poligonov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 -msgid "" -"Area charts are similar to line charts in that they represent variables with the " -"same scale, but area charts stack the metrics on top of each other." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" msgstr "" -"Ploščinski grafikoni so podobni črtnim grafikonom, saj predstavljajo " -"spremenljivke v istem razmerju, vendar se pri ploščinskih grafikonih mere " -"nalagajo ena na drugo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 -msgid "" -"Time-series Area chart are similar to line chart in that they represent variables " -"with the same scale, but area charts stack the metrics on top of each other. An " -"area chart in Superset can be stream, stack, or expand." -msgstr "" -"Ploščinski grafikoni časovne vrste so podobni črtnim grafikonom, saj " -"predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih " -"grafikonih mere nalagajo ena na drugo." +#: superset/views/sql_lab/views.py:87 +msgid "Pop Tab Link" +msgstr "Prikaži povezavo zavihka" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:72 -msgid "Area Chart v2" -msgstr "Ploščinski grafikon v2" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 +msgid "Popular" +msgstr "Priljubljeni" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:73 -msgid "Time-series Area Chart" -msgstr "Ploščinski grafikon časovne vrste" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 +msgid "Populate \"Default value\" to enable this control" +msgstr "Izpolnite \"Privzeto vrednost\", da omogočite ta kontrolnik" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -msgid "Axis Title" -msgstr "Naslov osi" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" +msgstr "Podatki starosti populacije" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:116 -msgid "AXIS TITLE MARGIN" -msgstr "OBROBA OZNAKE OSI" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "poročilo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:133 -msgid "AXIS TITLE POSITION" -msgstr "POLOŽAJ OZNAKE OSI" +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +msgstr "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:174 -msgid "Rotate axis label" -msgstr "Zavrti oznako osi" +#: superset/views/dashboard/mixin.py:86 +msgid "Position JSON" +msgstr "JSON za postavitev" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -msgid "Axis Format" -msgstr "Oblika osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 +msgid "Position of child node label on tree" +msgstr "Položaj oznake podrejenega vozlišča na drevesu" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:208 -msgid "Logarithmic axis" -msgstr "Logaritemska os" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 +msgid "Position of column level subtotal" +msgstr "Položaj vsot na nivoju stolpcev" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:222 -msgid "Draw split lines for minor axis ticks" -msgstr "Izriši ločilne črte za pomožne oznake osi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +#, fuzzy +msgid "Position of intermediate node label on tree" +msgstr "Položaj vmesne oznake vozlišča na drevesu" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:233 -msgid "Truncate Axis" -msgstr "Prireži os" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 +msgid "Position of row level subtotal" +msgstr "Položaj vsot na nivoju vrstic" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:236 -msgid "It’s not recommended to truncate axis in Bar chart." -msgstr "V stolpčnem grafikonu ni priporočljivo omejiti osi." +#: superset-frontend/src/features/home/RightMenu.tsx:496 +msgid "Powered by Apache Superset" +msgstr "Omogoča Apache Superset" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:247 -msgid "Axis Bounds" -msgstr "Meje osi" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 +msgid "Pre-filter" +msgstr "Predfilter" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:250 -msgid "" -"Bounds for the axis. When left empty, the bounds are dynamically defined based on " -"the min/max of the data. Note that this feature will only expand the axis range. " -"It won't narrow the data's extent." -msgstr "" -"Meje osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. " -"vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 +msgid "Pre-filter available values" +msgstr "Predfiltriraj razpoložljive vrednosti" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:304 -msgid "Chart Orientation" -msgstr "Orientacija grafikona" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 +msgid "Pre-filter is required" +msgstr "Zahtevan je predfilter" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 -msgid "Bar orientation" -msgstr "Orientacija stolpcev" +#: superset/connectors/sqla/views.py:440 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" +"Privzeta vrednost za pridobivanje različnih vrednost pri oblikovanju " +"filtrov. Podpira sintakso za jinja predloge. Potrebno le, ko je vključeno" +" `Omogoči izbiro filtra`." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:317 -msgid "Horizontal" -msgstr "Vodoravno" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +msgid "Predictive" +msgstr "Prediktivno" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:319 -msgid "Orientation of bar chart" -msgstr "Orientacija stolpčnega grafikona" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 +msgid "Predictive Analytics" +msgstr "Prediktivna analitika" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 -msgid "Bar Charts are used to show metrics as a series of bars." -msgstr "Stolpčni grafikoni se uporabljajo za prikaz mer z nizi stolpcev." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 +msgid "Prefix metric name with slice name" +msgstr "Imenu mere pripni ime rezine" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:65 -msgid "" -"Time-series Bar Charts are used to show the changes in a metric over time as a " -"series of bars." -msgstr "" -"Stolpčni grafikoni časovne vrste se uporabljajo za prikaz sprememb mere skozi čas " -"s pomočjo niza stolpcev." +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 +msgid "Preview" +msgstr "Predogled" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -msgid "Bar Chart v2" -msgstr "Stolpčni grafikon v2" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 +#, python-format +msgid "Preview: `%s`" +msgstr "Predogled: `%s`" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -msgid "Time-series Bar Chart v2" -msgstr "Stolpčni grafikon časovne vrste v2" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 +msgid "Previous" +msgstr "Prejšnji" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 -msgid "" -"Line chart is used to visualize measurements taken over a given category. Line " -"chart is a type of chart which displays information as a series of data points " -"connected by straight line segments. It is a basic type of chart common in many " -"fields." -msgstr "" -"Črtni grafikon se uporablja se za vizualizacijo meritev zajetih skozi čas. " -"Posamezne točke so med seboj povezane z ravnimi črtami." +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +msgid "Previous Line" +msgstr "Prejšnja linija" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 -msgid "" -"Time-series line chart is used to visualize repeated measurements taken over " -"regular time intervals. Line chart is a type of chart which displays information " -"as a series of data points connected by straight line segments. It is a basic " -"type of chart common in many fields." -msgstr "" -"Črtni grafikon časovne vrste je osnovni grafikon, ki se uporablja na različnih " -"področjih. Uporablja se za vizualizacijo meritev zajetih skozi čas. Posamezne " -"točke so med seboj povezane z ravnimi črtami." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 +msgid "Primary" +msgstr "Primarna" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:78 -msgid "Time-series Line Chart" -msgstr "Črtni grafikon časovne vrste" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 +msgid "Primary Metric" +msgstr "Primarna mera" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 -msgid "" -"Scatter Plot has the horizontal axis in linear units, and the points are " -"connected in order. It shows a statistical relationship between two variables." -msgstr "" -"Raztreseni grafikon ima vodoravno os v linearnih enotah, prikazuje podatkovne " -"točke v povezanem redu in prikazuje statistično razmerje med dvema " -"spremenljivkama." +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "Primarna" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 -msgid "" -"Time-series Scatter Plot has time on the horizontal axis in linear units, and the " -"points are connected in order. It shows a statistical relationship between two " -"variables." -msgstr "" -"Raztreseni grafikon časovne vrste prikazuje podatkovne točke v povezanem redu in " -"prikazuje statistično razmerje med spremenljivkami." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 +msgid "Primary or secondary y-axis" +msgstr "Primarna ali sekundarna y-os" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 -msgid "Scatter Plot" -msgstr "Raztreseni grafikon" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 +msgid "Primary y-axis format" +msgstr "Oblika primarne y-osi" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 -msgid "Time-series Scatter Plot" -msgstr "Raztreseni grafikon časovne vrste" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 -msgid "" -"Smooth-line is a variation of the line chart. Without angles and hard edges, " -"Smooth-line sometimes looks smarter and more professional." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" msgstr "" -"Zglajeni črtni grafikon je izpeljanka črtnega grafikona, ki zgladi ostre robove " -"krivulje." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 -msgid "" -"Time-series Smooth-line is a variation of the line chart. Without angles and hard " -"edges, Smooth-line sometimes looks smarter and more professional." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" msgstr "" -"Zglajeni grafikon časovne vrste je izpeljanka črtnega grafikona, ki zgladi ostre " -"robove krivulje." -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -msgid "Smooth Line" -msgstr "Zglajena črta" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "rdeča" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -msgid "Time-series Smooth Line" -msgstr "Zglajeni črtni grafikon časovne vrste" +#: superset-frontend/src/features/home/RightMenu.tsx:477 +msgid "Profile" +msgstr "Profil" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 -msgid "Step type" -msgstr "Stopnični tip" +#: superset-frontend/src/profile/components/UserInfo.tsx:44 +msgid "Profile picture provided by Gravatar" +msgstr "Profilno sliko je zagotovil Gravatar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:113 -msgid "" -"Defines whether the step should appear at the beginning, middle or end between " -"two data points" -msgstr "" -"Določa, če se na začetku, na sredini ali na koncu pojavi stopnica med dvema " -"točkama" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 +msgid "Progress" +msgstr "Območje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 -msgid "" -"Stepped-line graph (also called step chart) is a variation of line chart but with " -"the line forming a series of steps between data points. A step chart can be " -"useful when you want to show the changes that occur at irregular intervals." -msgstr "" -"Stopničasti grafikon je izpeljanka črtnega grafikona, pri čemer krivuljo tvorijo " -"stopnice med posameznimi točkami. Koristen je za prikaz sprememb na posameznih " -"intervalih." +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 +msgid "Progressive" +msgstr "Progresivno" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 -msgid "" -"Time-series Stepped-line graph (also called step chart) is a variation of line " -"chart but with the line forming a series of steps between data points. A step " -"chart can be useful when you want to show the changes that occur at irregular " -"intervals." -msgstr "" -"Stopnični grafikon časovne vrste je izpeljanka črtnega grafikona, pri čemer " -"krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb " -"na posameznih intervalih." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 +msgid "Propagate" +msgstr "Razširi" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -msgid "Stepped Line" -msgstr "Stopničasta črta" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 +msgid "Proportional" +msgstr "Proporcionalno" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 -msgid "Time-series Stepped Line" -msgstr "Stopnični črtni grafikon časovne vrste" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 +msgid "Public and privately shared sheets" +msgstr "Javno in zasebno deljene preglednice" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 -msgid "Id" -msgstr "Id" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 +msgid "Publicly shared sheets only" +msgstr "Samo javno deljene preglednice" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 -msgid "Name of the id column" -msgstr "Naziv id-stolpca" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 +msgid "Published" +msgstr "Objavljeno" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" -msgstr "Nadrejeni" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "Pravilo" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 -msgid "Name of the column containing the id of the parent node" -msgstr "Ime stolpca, ki vsebuje id nadrejenega vozlišča" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 +msgid "Put labels outside" +msgstr "Postavi oznake zunaj" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." -msgstr "Opcijsko ime podatkovnega stolpca." +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 +msgid "Put the labels outside of the pie?" +msgstr "Postavim oznake zunaj torte?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 -msgid "Root node id" -msgstr "Id korenskega vozlišča" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 +msgid "Put the labels outside the pie?" +msgstr "Postavim oznake zunaj torte?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 -msgid "Id of root node of the tree." -msgstr "Id korenskega vozlišča drevesa." +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" +msgstr "Vstavite svojo kodo sem" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -msgid "Metric for node values" -msgstr "Mera za vrednosti vozlišč" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 +msgid "Python datetime string pattern" +msgstr "Pythonov vzorec zapisa datum-časa" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 -msgid "Tree layout" -msgstr "Oblika drevesa" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 -msgid "Orthogonal" -msgstr "Pravokotna" +#: superset/db_engine_specs/base.py:109 +msgid "Quarter" +msgstr "Četrtletje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 -msgid "Radial" -msgstr "Radialna" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#, python-format +msgid "Quarters %s" +msgstr "Četrtletja %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 -msgid "Layout type of tree" -msgstr "Način izgleda drevesa" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "poizvedbe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 -msgid "Tree orientation" -msgstr "Orientacija drevesa" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 +msgid "Query" +msgstr "Poizvedba" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 -msgid "Left to Right" -msgstr "Iz leve proti desni" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 +#, python-format +msgid "Query %s: %s" +msgstr "Poizvedba %s: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 -msgid "Right to Left" -msgstr "Iz desne proti levi" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 +msgid "Query A" +msgstr "Poizvedba A" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 -msgid "Top to Bottom" -msgstr "Iz vrha proti dnu" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 +msgid "Query B" +msgstr "Poizvedba B" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 -msgid "Bottom to Top" -msgstr "Iz dna proti vrhu" +#: superset/initialization/__init__.py:366 +msgid "Query History" +msgstr "Zgodovina poizvedb" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" -msgstr "Orientacija drevesa" +#: superset/commands/exceptions.py:138 +msgid "Query does not exist" +msgstr "Poizvedba ne obstaja" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 -msgid "Node label position" -msgstr "Položaj oznake vozlišča" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 +msgid "Query history" +msgstr "Zgodovina poizvedb" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 -msgid "left" -msgstr "levo" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +msgid "Query imported" +msgstr "Poizvedba uvožena" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 -msgid "top" -msgstr "zgoraj" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 +msgid "Query in a new tab" +msgstr "Poizvedba v novem zavihku" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" -msgstr "desno" +#: superset/errors.py:131 +msgid "Query is too complex and takes too long to run." +msgstr "Poizvedba je prekompleksna in se izvaja predolgo." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 -msgid "bottom" -msgstr "spodaj" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 +msgid "Query mode" +msgstr "Poizvedbeni način" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" -msgstr "Položaj vmesne oznake vozlišča na drevesu" +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 +msgid "Query name" +msgstr "Ime poizvedbe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 -msgid "Child label position" -msgstr "Položaj podrejene oznake" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 +msgid "Query preview" +msgstr "Predogled poizvedbe" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 -msgid "Position of child node label on tree" -msgstr "Položaj oznake podrejenega vozlišča na drevesu" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 +msgid "Query was stopped" +msgstr "Poizvedba je bila ustavljena" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 -msgid "Emphasis" -msgstr "Poudari" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +msgid "Query was stopped." +msgstr "Poizvedba je bila ustavljena." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 -msgid "ancestor" -msgstr "nadrejeni" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 +msgid "RANGE TYPE" +msgstr "TIP OBDOBJA" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 -msgid "descendant" -msgstr "podrejeni" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 +msgid "RGB Color" +msgstr "RGB barva" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 -msgid "Which relatives to highlight on hover" -msgstr "Kateri element se poudari na prehodu z miško" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 +msgid "Radar" +msgstr "Radar" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 -msgid "Symbol" -msgstr "Simbol" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +msgid "Radar Chart" +msgstr "Radarski grafikon" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 -msgid "Empty circle" -msgstr "Prazen krog" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 +msgid "Radar render type, whether to display 'circle' shape." +msgstr "Način prikaza radarja - če se prikaže okrogla oblika." -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 -msgid "Circle" -msgstr "Krog" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 +msgid "Radial" +msgstr "Radialna" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 -msgid "Rectangle" -msgstr "Pravokotnik" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 -msgid "Triangle" -msgstr "Trikotnik" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "Parametri" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 +#, python-format +msgid "Ran %s" +msgstr "Pretečeno %s" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Range" +msgstr "Doseg" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 +#: superset-frontend/src/filters/components/Range/index.ts:28 +msgid "Range filter" +msgstr "Filter obdobja" + +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" +msgstr "Vtičnik za filter obdobja z uporabo AntD" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 +msgid "Range labels" +msgstr "Oznake razponov" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 -msgid "Diamond" -msgstr "Karo" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 +msgid "Ranges" +msgstr "Razponi" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 -msgid "Pin" -msgstr "Žebljiček" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 +msgid "Ranges to highlight with shading" +msgstr "Razponi za označitev s senčenjem" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 -msgid "Arrow" -msgstr "Puščica" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 +msgid "Ranking" +msgstr "Rangiranje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 -msgid "Symbol size" -msgstr "Velikost simbola" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 +msgid "Ratio" +msgstr "Razmerje" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 -msgid "Size of edge symbols" -msgstr "Velikost simbola povezave" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 +msgid "Raw records" +msgstr "Surovi podatki" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 -msgid "Visualize multiple levels of hierarchy using a familiar tree-like structure." -msgstr "Prikaz več hierarhičnih nivojev z drevesno strukturo." +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 +msgid "Ready to review filters in this dashboard?" +msgstr "Ste pripravljeni za pregled filtrov v tej nadzorni plošči?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 -msgid "Tree Chart" -msgstr "Drevesni grafikon" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 +msgid "Rebuild" +msgstr "Obnovi" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 -msgid "Show Upper Labels" -msgstr "Prikaži zgornje oznake" +#: superset-frontend/src/profile/components/App.tsx:72 +msgid "Recent activity" +msgstr "Nedavna aktivnost" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 -msgid "Show labels when the node has children." -msgstr "Prikaži oznake, ko ima vozlišče podrejene elemente." +#: superset-frontend/src/features/home/EmptyState.tsx:107 +msgid "Recently created charts, dashboards, and saved queries will appear here" +msgstr "" +"Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo" +" prikazane tukaj" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 -msgid "" -"Show hierarchical relationships of data, with with the value represented by area, " -"showing proportion and contribution to the whole." +#: superset-frontend/src/features/home/EmptyState.tsx:116 +msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -"Prikaže hierarhična razmerja podatkov, pri čemer je vrednost ponazorjena s " -"ploščino, in deleže oz. prispevke k celoti." +"Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo " +"prikazane tukaj" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" -msgstr "Drevesni grafikon s pravokotniki v2" +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 +msgid "Recently modified" +msgstr "Nedavno spremenjeno" -#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:27 -#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 -msgid "page_size.all" -msgstr "page_size.all" +#: superset-frontend/src/features/home/EmptyState.tsx:102 +msgid "Recently viewed charts, dashboards, and saved queries will appear here" +msgstr "" +"Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo " +"prikazane tukaj" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:39 -msgid "Handlebars" -msgstr "Handlebars" +#: superset-frontend/src/pages/Home/index.tsx:368 +msgid "Recents" +msgstr "Nedavno" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:119 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:142 -msgid "must have a value" -msgstr "mora imeti vrednost" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 +msgid "Recipients are separated by \",\" or \";\"" +msgstr "Prejemniki so ločeni z \",\" ali \";\"" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 -msgid "Handlebars Template" -msgstr "Predloga za Handlebars" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 +msgid "Recommended tags" +msgstr "Priporočene značke" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 -msgid "A handlebars template that is applied to the data" -msgstr "Predloga za Handlebars, ki je uporabljena za podatke" +#: superset/templates/appbuilder/general/widgets/base_list.html:55 +msgid "Record Count" +msgstr "Število zapisov" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:342 -msgid "Include time" -msgstr "Vključi čas" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 +msgid "Rectangle" +msgstr "Pravokotnik" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:343 -msgid "Whether to include the time granularity as defined in the time section" -msgstr "Če želite vključiti granulacijo časa, ki je določena v sekciji Čas" +#: superset/connectors/sqla/views.py:446 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "Preusmeri v to končno točko, ko kliknete na tabelo v seznamu tabel" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 -msgid "Percentage metrics" -msgstr "Procentualne mere" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "Ponovno uveljavi dejanje" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:153 -msgid "" -"Metrics for which percentage of total are to be displayed. Calculated from only " -"data within the row limit." -msgstr "" -"Mera, za katero je prikazan odstotek od celote. Izračunan je samo iz podatkov " -"znotraj omejitve števila vrstic." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 +msgid "Reduce X ticks" +msgstr "Manj oznak X-osi" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" -"Show total aggregations of selected metrics. Note that row limit does not apply " -"to the result." +"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " +"will not overflow and labels may be missing. If false, a minimum width " +"will be applied to columns and the width may overflow into an horizontal " +"scroll." msgstr "" -"Prikaži skupno agregacijo izbrane mere. Omejitev števila vrstic ne vpliva na " -"rezultat." +"Zmanjša število izrisanih oznak na X-osi. Če je vklopljeno, se x-os ne bo" +" prelila in lahko oznake manjkajo. Če je izklopljeno, bo upoštevana min. " +"širina stolpcev, ki pa se lahko prelije v horizontalni drsnik." -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:27 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:285 -msgid "Ordering" -msgstr "Razvrščanje" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 +msgid "Refer to the" +msgstr "Obrnite se na" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:286 -msgid "Order results by selected columns" -msgstr "Razvrsti rezultate glede na izbrani stolpec" +#: superset/utils/pandas_postprocessing/utils.py:125 +msgid "Referenced columns not available in DataFrame." +msgstr "Referencirani stolpci niso razpoložljivi v Dataframe-u." -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:306 -msgid "Server pagination" -msgstr "Paginacija na strani strežnika" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 +msgid "Refetch results" +msgstr "Ponovno pridobi rezultate" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:307 -msgid "Enable server side pagination of results (experimental feature)" -msgstr "" -"Omogoči številčenje strani rezultatov na strani strežnika (preizkusna funkcija)" +#: superset/templates/appbuilder/general/widgets/search.html:57 +msgid "Refresh" +msgstr "Osveži" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:328 -msgid "Server Page Length" -msgstr "Dolžina strani strežnika" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 +msgid "Refresh dashboard" +msgstr "Osveži nadzorno ploščo" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:410 -msgid "Rows per page, 0 means no pagination" -msgstr "Vrstic na stran (0 pomeni brez številčenja strani)" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" +msgstr "Frekvenca osveževanja" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:92 -msgid "Query mode" -msgstr "Poizvedbeni način" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" +msgstr "Interval osveževanja" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:86 -msgid "Group By, Metrics or Percentage Metrics must have a value" -msgstr "Združevanje, Mera ali Procentualna mera morajo imeti vrednost" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" +msgstr "Interval osveževanja shranjen" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:59 -msgid "CSS Styles" -msgstr "CSS slogi" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "Osveži seznam tabel" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:60 -msgid "CSS applied to the chart" -msgstr "CSS slogi uporabljeni za grafikon" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "Osveži seznam tabel" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:51 -msgid "Columns to group by on the columns" -msgstr "Stolpci za združevanje stolpcev" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Refresh the default values" +msgstr "Osveži privzete vrednosti" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 -msgid "Rows" -msgstr "Vrstice" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +msgid "Refreshing charts" +msgstr "Osveževanje grafikonov" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:61 -msgid "Columns to group by on the rows" -msgstr "Stolpci za združevanje vrstic" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "Osveževanje grafikonov" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:81 -msgid "Apply metrics on" -msgstr "Uporabi mero na" +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "zelena" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:87 -msgid "Use metrics as a top level group for columns or for rows" -msgstr "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" +#: superset/connectors/sqla/views.py:329 +msgid "" +"Regular filters add where clauses to queries if a user belongs to a role " +"referenced in the filter. Base filters apply filters to all queries " +"except the roles defined in the filter, and can be used to define what " +"users can see if no RLS filters within a filter group apply to them." +msgstr "" +"Navadni filtri dodajo WHERE stavek v poizvedbe, če ima uporabnik vlogo " +"podano v filtru. Osnovni filtri filtrirajo vse poizvedbe, razen vlog, " +"definiranih v filtru, in jih je mogoče uporabiti za nastavitev tega kaj " +"uporabnik vidi, če v skupini filtrov ni RLS-filtrov, ki bi se nanašali " +"nanje." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:101 -msgid "Cell limit" -msgstr "Omejitev celice" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 +msgid "Relational" +msgstr "Relacijsko" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:102 -msgid "Limits the number of cells that get retrieved." -msgstr "Omeji število pridobljenih celic." +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 +msgid "Relationships between community channels" +msgstr "Razmerja med skupnostnimi kanali" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:112 -msgid "" -"Metric used to define how the top series are sorted if a series or cell limit is " -"present. If undefined reverts to the first metric (where appropriate)." -msgstr "" -"Mera, ki določa kako so razvrščene prve serije, če je določena omejitev serij ali " -"vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 +msgid "Relative Date/Time" +msgstr "Relativen Datum/Čas" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:177 -msgid "Show rows total" -msgstr "Prikaži vsoto vrstic" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +msgid "Relative period" +msgstr "Relativno obdobje" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 -msgid "Display row level total" -msgstr "Prikaži vsote na nivoju vrstic" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 +msgid "Relative quantity" +msgstr "Relativne vrednosti" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 -msgid "Show columns total" -msgstr "Prikaži vsoto stolpcev" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "rdeča" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 -msgid "Display column level total" -msgstr "Prikaži vsote na nivoju stolpcev" +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 +msgid "Remind me in 24 hours" +msgstr "Opomni me čez 24 ur" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:201 -msgid "Transpose pivot" -msgstr "Transponirano vrtenje" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 +msgid "Remove" +msgstr "Odstrani" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:203 -msgid "Swap rows and columns" -msgstr "Zamenjaj vrstice in stolpce" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "Predfilter" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:213 -msgid "Combine metrics" -msgstr "Združuj mere" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 +msgid "Remove invalid filters" +msgstr "Odstrani neveljavne filtre" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:248 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:396 -msgid "D3 time format for datetime columns" -msgstr "D3 oblika zapisa za časovne stolpce" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 +msgid "Remove item" +msgstr "Odstrani element" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 -msgid "Sort rows by" -msgstr "Razvrsti vrstice" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 +msgid "Remove query from log" +msgstr "Odstrani poizvedbo iz dnevnika" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 -msgid "key a-z" -msgstr "a - ž" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 +msgid "Remove table preview" +msgstr "Odstrani predogled tabele" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 -msgid "key z-a" -msgstr "ž - a" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 +#, python-format +msgid "Removed columns: %s" +msgstr "Odstranjeni stolpci: %s" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 +msgid "Rename tab" +msgstr "Preimenuj zavihek" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 +msgid "Rendering" +msgstr "Izris" + +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 +msgid "Replace" +msgstr "Zamenjaj" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 +msgid "Report" +msgstr "Poročilo" + +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "Naslov poročila" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:291 -msgid "value ascending" -msgstr "0 - 9" +#: superset/reports/commands/exceptions.py:134 +msgid "Report Schedule could not be created." +msgstr "Urnika poročanja ni mogoče ustvariti." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:292 -msgid "value descending" -msgstr "9 - 0" +#: superset/reports/commands/exceptions.py:130 +msgid "Report Schedule could not be deleted." +msgstr "Urnika poročanja ni mogoče izbrisati." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 -msgid "Change order of rows." -msgstr "Spremeni vrstni red vrstic." +#: superset/reports/commands/exceptions.py:138 +msgid "Report Schedule could not be updated." +msgstr "Urnika poročanja ni mogoče posodobiti." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 -msgid "Available sorting modes:" -msgstr "Razpoložljivi načini razvrščanja:" +#: superset/reports/commands/exceptions.py:147 +msgid "Report Schedule delete failed." +msgstr "Izbris urnika poročanja ni uspel." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 -msgid "By key: use row names as sorting key" -msgstr "Po ključu: za razvrščanje uporabite imena vrstic" +#: superset/reports/commands/exceptions.py:159 +msgid "Report Schedule execution failed when generating a csv." +msgstr "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju csv." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 -msgid "By value: use metric values as sorting key" -msgstr "Po vrednosti: za razvrščanje uporabite vrednosti mere" +#: superset/reports/commands/exceptions.py:163 +msgid "Report Schedule execution failed when generating a dataframe." +msgstr "" +"Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega" +" okvira." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 -msgid "Sort columns by" -msgstr "Razvrsti stolpce" +#: superset/reports/commands/exceptions.py:155 +msgid "Report Schedule execution failed when generating a screenshot." +msgstr "" +"Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske " +"slike." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:297 -msgid "Change order of columns." -msgstr "Spremeni vrstni red stolpcev." +#: superset/reports/commands/exceptions.py:167 +msgid "Report Schedule execution got an unexpected error." +msgstr "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 -msgid "By key: use column names as sorting key" -msgstr "Po ključu: za razvrščanje uporabite imena stolpcev" +#: superset/reports/commands/exceptions.py:172 +msgid "Report Schedule is still working, refusing to re-compute." +msgstr "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:313 -msgid "Rows subtotal position" -msgstr "Položaj vsot vrstic" +#: superset/reports/commands/exceptions.py:151 +msgid "Report Schedule log prune failed." +msgstr "Krajšanje dnevnika urnika poročanja ni uspelo." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:317 -msgid "Top" -msgstr "Zgoraj" +#: superset/reports/commands/exceptions.py:143 +msgid "Report Schedule not found." +msgstr "Urnika poročanja ni najden." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:318 -msgid "Bottom" -msgstr "Spodaj" +#: superset/reports/commands/exceptions.py:126 +msgid "Report Schedule parameters are invalid." +msgstr "Parametri urnika poročanja so neveljavni." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 -msgid "Position of row level subtotal" -msgstr "Položaj vsot na nivoju vrstic" +#: superset/reports/commands/exceptions.py:177 +msgid "Report Schedule reached a working timeout." +msgstr "Urnik poročanja je dosegel mejo časa izvedbe." -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:330 -msgid "Columns subtotal position" -msgstr "Položaj delnih vsot stolpcev" +#: superset/reports/commands/exceptions.py:262 +msgid "Report Schedule state not found" +msgstr "Stanje urnika poročanj ni najdeno" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 -msgid "Position of column level subtotal" -msgstr "Položaj vsot na nivoju stolpcev" +#: superset-frontend/src/features/home/RightMenu.tsx:548 +msgid "Report a bug" +msgstr "Sporočite napako" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:348 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:509 -msgid "Conditional formatting" -msgstr "Pogojno oblikovanje" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 +msgid "Report failed" +msgstr "Poročilo ni uspelo" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:349 -msgid "Apply conditional color formatting to metrics" -msgstr "Za mere uporabi pogojno oblikovanje z barvami" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 +msgid "Report name" +msgstr "Naslov poročila" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics along " -"two axes. Examples: Sales numbers by region and month, tasks by status and " -"assignee, active users by age and location. Not the most visually stunning " -"visualization, but highly informative and versatile." -msgstr "" -"Ponazori podatke na podlagi združevanja več statistik vzdolž dveh osi. Npr. " -"prodaja po regijah in mesecih, opravila po statusih in izvajalcih, itd." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 +msgid "Report schedule" +msgstr "Urnik poročanja" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" -msgstr "Vrtilna tabela v2" +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "Nepričakovana napaka urnika poročanja" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 -msgid "Unknown input format" -msgstr "Neznana oblika vnosa" +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "Nepričakovana napaka urnika poročanja" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:125 -msgid "search.num_records" -msgstr "search.num_records" +#: superset/reports/commands/exceptions.py:277 +msgid "Report schedule unexpected error" +msgstr "Nepričakovana napaka urnika poročanja" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:140 -msgid "page_size.show" -msgstr "page_size.show" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 +msgid "Report sending" +msgstr "Pošiljanje poročila" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 -msgid "page_size.entries" -msgstr "page_size.entries" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 +msgid "Report sent" +msgstr "Poročilo poslano" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:462 -msgid "Totals" -msgstr "Vsote" +#: superset-frontend/src/reports/actions/reports.js:121 +msgid "Report updated" +msgstr "Poročilo posodobljeno" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 -msgid "Timestamp format" -msgstr "Oblika zapisa časovne značke" +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 +msgid "Reports" +msgstr "Poročila" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:407 -msgid "Page length" -msgstr "Dolžina strani" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 +msgid "Repulsion" +msgstr "Odbijanje" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:422 -msgid "Search box" -msgstr "Iskalno polje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 +msgid "Repulsion strength between nodes" +msgstr "Odbojna sila med vozlišči" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:425 -msgid "Whether to include a client-side search box" -msgstr "Če želite vključiti iskalno polje za uporabnika" +#: superset/templates/superset/request_access.html:31 +msgid "Request Permissions" +msgstr "Zahtevaj dovoljenja" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:432 -msgid "Cell bars" -msgstr "Stolp. graf v celicah" +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 +#, python-format +msgid "Request is incorrect: %(error)s" +msgstr "Zahtevek je napačen: %(error)s" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:449 -msgid "" -"Whether to align background charts with both positive and negative values at 0" -msgstr "" -"Če želite poravnati graf v ozadju celic za negativne in pozitivne vrednosti okrog " -"0" +#: superset/charts/data/api.py:230 +msgid "Request is not JSON" +msgstr "Zahtevek ni JSON" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:472 -msgid "Allow columns to be rearranged" -msgstr "Omogoči razvrščanje stolpcev" +#: superset/views/datasource/views.py:75 +msgid "Request missing data field." +msgstr "Zahtevaj manjkajoča podatkovna polja." -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:475 -msgid "" -"Allow end user to drag-and-drop column headers to rearrange them. Note their " -"changes won't persist for the next time they open the chart." -msgstr "" -"Uporabniku omogočite, da s potegom razvrsti stolpce. Sprememba se ne bo ohranila, " -"ko bo grafikon ponovno naložen." +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" +msgstr "Zahtevek pretečen" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:486 -msgid "Customize columns" -msgstr "Prilagodi stolpce" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 +msgid "Required" +msgstr "Obvezno" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:487 -msgid "Further customize how to display each column" -msgstr "Dodatne prilagoditve prikaza posameznih stolpcev" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "Zahtevane kontrolne vrednosti so bile odstranjene" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:510 -msgid "Apply conditional color formatting to numeric columns" -msgstr "Za numerične stolpce uporabi pogojno oblikovanje z barvami" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 +msgid "Resample" +msgstr "Prevzorči" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 -msgid "" -"Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase " -"a view into the underlying data or to show aggregated metrics." -msgstr "Standardna razpredelnica za prikaz podatkovnega seta." +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " +msgstr "Metoda za prevzorčenje v Pandas mora " -#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 -msgid "Word Cloud" -msgstr "Oblak besed" +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" +msgstr "Prevzorčevalna operacija zahteva indeks tipa datumčas" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 -msgid "Minimum Font Size" -msgstr "Min. velikost pisave" +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "nedavne" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 -msgid "Font size for the smallest value in the list" -msgstr "Velikost pisave za najmanjšo vrednost na seznamu" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 +msgid "Reset state" +msgstr "Ponastavi stanje" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 -msgid "Maximum Font Size" -msgstr "Max. velikost pisave" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "Vir že ima povezano poročilo." -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 -msgid "Font size for the biggest value in the list" -msgstr "Velikost pisave za največjo vrednost na seznamu" +#: superset/temporary_cache/commands/exceptions.py:49 +msgid "Resource was not found." +msgstr "Vir ni bil najden." -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 -msgid "Word Rotation" -msgstr "Vrtenje besed" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 +msgid "Restore Filter" +msgstr "Povrni filter" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 -msgid "Rotation to apply to words in the cloud" -msgstr "Če želite vrtenje besed v oblaku" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 +msgid "Results" +msgstr "Rezultati" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 -msgid "" -"Visualizes the words in a column that appear the most often. Bigger font " -"corresponds to higher frequency." -msgstr "" -"Prikaže besede v stolpcu, glede na pogostost pojavljanja. Večja pisava pomeni " -"večjo frekvenco." +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, python-format +msgid "Results %s" +msgstr "Rezultati %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 -msgid "The query couldn't be loaded" -msgstr "Poizvedbe ni mogoče naložiti" +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 +msgid "Results backend is not configured." +msgstr "Zaledni sistem rezultatov ni konfiguriran." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 -msgid "" -"Your query has been scheduled. To see details of your query, navigate to Saved " -"queries" +#: superset/errors.py:122 +msgid "Results backend needed for asynchronous queries is not configured." msgstr "" -"Vaša poizvedba je v urniku. Za ogled podrobnosti poizvedbe pojdite na shranjene " -"poizvedbe" +"Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni " +"konfiguriran." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 -msgid "Your query could not be scheduled" -msgstr "Vaše poizvedbe ni mogoče uvrstiti v urnik" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 -msgid "Failed at retrieving results" -msgstr "Napaka pri pridobivanju rezultatov" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 +msgid "Return to specific datetime." +msgstr "Vrne določen datum-čas." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 -msgid "" -"An error occurred while storing the latest query id in the backend. Please " -"contact your administrator if this problem persists." -msgstr "" -"Pri shranjevanju zadnjega id-ja poizvedbe v sistem je prišlo do napake. Če se " -"težava ponavlja, kontaktirajte administratorja." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +msgid "Reverse Lat & Long" +msgstr "Zamenjaj širino in dolžino" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:350 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:385 -msgid "Unknown error" -msgstr "Neznana napaka" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 +msgid "Reverse lat/long " +msgstr "Zamenjaj zemljepisno dolžino/širino " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:403 -msgid "Query was stopped." -msgstr "Poizvedba je bila ustavljena." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 +msgid "Rich Tooltip" +msgstr "Podroben opis orodja" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:405 -#, python-format -msgid "Failed at stopping query. %s" -msgstr "Neuspešno ustavljanje poizvedbe. %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 +msgid "Rich tooltip" +msgstr "Podroben opis orodja" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:430 -msgid "" -"Unable to migrate table schema state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." -msgstr "" -"Stanja sheme tabele ni mogoče prenesti v sistem. Superset bo ponovil poskus " -"kasneje. Če se težava ponavlja, kontaktirajte administratorja." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 +msgid "Right" +msgstr "Desno" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:448 -msgid "" -"Unable to migrate query state to backend. Superset will retry later. Please " -"contact your administrator if this problem persists." -msgstr "" -"Stanja poizvedbe ni mogoče prenesti v sistem. Superset bo ponovil poskus kasneje. " -"Če se težava ponavlja, kontaktirajte administratorja." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 +msgid "Right Axis Format" +msgstr "Oblika desne osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:494 -msgid "" -"Unable to migrate query editor state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." -msgstr "" -"Stanja urejevalnika poizvedb ni mogoče prenesti v sistem. Superset bo ponovil " -"poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 +msgid "Right Axis Metric" +msgstr "Mera desne osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:527 -msgid "Unable to add a new tab to the backend. Please contact your administrator." -msgstr "Novega zavihka ni mogoče dodati v sistem. Kontaktirajte administratorja." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 +msgid "Right Axis chart(s)" +msgstr "Grafikoni desne osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:544 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 -#, python-format -msgid "Copy of %s" -msgstr "Kopija %s" +#: superset-frontend/src/explore/controls.jsx:214 +msgid "Right axis metric" +msgstr "Mera desne osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:571 -msgid "" -"An error occurred while setting the active tab. Please contact your administrator." -msgstr "" -"Pri določanju aktivnega zavihka je prišlo do napake. Kontaktirajte " -"administratorja." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +msgid "Right to Left" +msgstr "Iz desne proti levi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:659 -msgid "An error occurred while fetching tab state" -msgstr "Pri pridobivanju stanja zavihka je prišlo do napake" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 +msgid "Right value" +msgstr "Desna vrednost" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:695 -msgid "" -"An error occurred while hiding the left bar. Please contact your administrator." +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." msgstr "" -"Pri skrivanju leve vrstice je prišlo do napake. Kontaktirajte administratorja." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:717 -msgid "An error occurred while removing tab. Please contact your administrator." -msgstr "" -"Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte administratorja." +#: superset/dashboards/filters.py:200 +msgid "Role" +msgstr "Vloga" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:741 -msgid "An error occurred while removing query. Please contact your administrator." +#: superset/views/core.py:407 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -"Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte administratorja." +"Vloga %(r)s je bila razširjena za zagotovitev dostopa do podatkovnega " +"vira %(ds)s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:764 -msgid "" -"An error occurred while setting the tab database ID. Please contact your " -"administrator." -msgstr "" -"Pri določanju ID-ja v podatkovne baze za zavihek je prišlo do napake. " -"Kontaktirajte administratorja." +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 +#: superset-frontend/src/profile/components/Security.tsx:35 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 +msgid "Roles" +msgstr "Vloge" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:795 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 +#, fuzzy msgid "" -"An error occurred while setting the tab schema. Please contact your administrator." +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -"Pri določanju sheme zavihka je prišlo do napake. Kontaktirajte administratorja." +"\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev " +"vloge za dostop do nadzorne plošče bo obšlo preverjanje na nivoju " +"podatkovnega seta. Če vloga ni definirana, bo nadzorna plošča dostopna " +"vsem vlogam." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:828 +#: superset/views/dashboard/mixin.py:65 +#, fuzzy msgid "" -"An error occurred while setting the tab autorun. Please contact your " -"administrator." +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -"Pri določanju samodejnega zagona zavihka je prišlo do napake. Kontaktirajte " -"administratorja." +"\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev " +"vloge za dostop do nadzorne plošče bo obšlo preverjanje na nivoju " +"podatkovnega seta. Če vloga ni definirana, bo nadzorna plošča dostopna " +"vsem vlogam." -#: superset-frontend/src/SqlLab/actions/sqlLab.js:853 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 -msgid "" -"An error occurred while setting the tab title. Please contact your administrator." -msgstr "" -"Pri določanju naslova zavihka je prišlo do napake. Kontaktirajte administratorja." +#: superset/views/access_requests.py:48 +msgid "Roles to grant" +msgstr "Vloge za dovoljevanje" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:880 -msgid "Your query could not be saved" -msgstr "Vaše poizvedbe ni mogoče shraniti" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 +msgid "Rolling Function" +msgstr "Drseča funkcija" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:895 -msgid "Your query was not properly saved" -msgstr "Vaša poizvedba ni bila pravilno shranjena" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 +msgid "Rolling Window" +msgstr "Drseče okno" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:898 -msgid "Your query was saved" -msgstr "Vaša poizvedba je shranjena" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 +msgid "Rolling function" +msgstr "Drseča funkcija" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:910 -msgid "Your query was updated" -msgstr "Vaša poizvedba je posodobljena" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +msgid "Rolling window" +msgstr "Drseče okno" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:914 -msgid "Your query could not be updated" -msgstr "Vaše poizvedbe ni mogoče posodobiti" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 +msgid "Root certificate" +msgstr "Korenski certifikat" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:934 -msgid "" -"An error occurred while storing your query in the backend. To avoid losing your " -"changes, please save your query using the \"Save Query\" button." -msgstr "" -"Pri shranjevanju vaše poizvedbe v sistem je prišlo do napake. Da ne izgubite " -"sprememb, shranite poizvedbo z gumbom \"Shrani poizvedbo\"." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +msgid "Root node id" +msgstr "Id korenskega vozlišča" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:993 -msgid "" -"An error occurred while setting the tab template parameters. Please contact your " -"administrator." -msgstr "" -"Pri določanju parametrov predloge zavihka je prišlo do napake. Kontaktirajte " -"administratorja." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 +msgid "Rotate axis label" +msgstr "Zavrti oznako osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1038 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1063 -msgid "An error occurred while fetching table metadata" -msgstr "Pri pridobivanju metapodatkov tabele je prišlo do napake" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 +msgid "Rotate x axis label" +msgstr "Zavrti oznako x-osi" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1134 -msgid "" -"An error occurred while fetching table metadata. Please contact your " -"administrator." -msgstr "" -"Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte " -"administratorja." +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 +msgid "Rotation to apply to words in the cloud" +msgstr "Če želite vrtenje besed v oblaku" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1182 -msgid "" -"An error occurred while expanding the table schema. Please contact your " -"administrator." -msgstr "" -"Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte administratorja." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 +msgid "Round cap" +msgstr "Zaobljeni konci" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1206 -msgid "" -"An error occurred while collapsing the table schema. Please contact your " -"administrator." -msgstr "" -"Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte administratorja." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 +msgid "Row" +msgstr "Vrstica" + +#: superset/initialization/__init__.py:295 +msgid "Row Level Security" +msgstr "Varnost na nivoju vrstic" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1229 +#: superset/views/database/forms.py:245 +#, fuzzy msgid "" -"An error occurred while removing the table schema. Please contact your " -"administrator." +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" msgstr "" -"Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte " -"administratorja." - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1262 -msgid "Shared query" -msgstr "Deljene poizvedbe" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1325 -msgid "The datasource couldn't be loaded" -msgstr "Podatkovnega vira ni mogoče naložiti" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1355 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1377 -msgid "An error occurred while creating the data source" -msgstr "Pri ustvarjanju podatkovnega vira je prišlo do težave" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1407 -msgid "An error occurred while fetching function names." -msgstr "Pri pridobivanju imen funkcij je prišlo do napake." +"Vrstica z naslovi, ki se uporabi za imena stolpcev (0 je prva vrstica " +"podatkov). Pustite prazno, če ni naslovne vrstice." -#: superset-frontend/src/SqlLab/components/App/index.jsx:89 -#, python-format +#: superset/views/database/forms.py:332 msgid "" -"SQL Lab uses your browser's local storage to store queries and results.\n" -"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage " -"space.\n" -"To keep SQL Lab from crashing, please delete some query tabs.\n" -"You can re-access these queries by using the Save feature before you delete the " -"tab.\n" -"Note that you will need to close other SQL Lab windows before you do this." +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." msgstr "" -"SQL laboratorij uporablja lokalno shrambo brskalnika za shranjevanje poizvedb in " -"rezultatov.\n" -"Trenutno uporabljate %(currentUsage)s KB od %(maxStorage)d KB prostora.\n" -"Da preprečite sesutje SQL laba, izbrišite nekaj zavihkov s poizvedbami.\n" -"Poizvedbe lahko ponovno pridobite, če pred brisanjem uporabite funkcijo Shrani.\n" -"Pred tem morate zapreti druga okna SQL laboratorija." - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:84 -msgid "Estimate selected query cost" -msgstr "Oceni potratnost izbrane poizvedbe" - -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:85 -msgid "Estimate cost" -msgstr "Oceni potratnost" +"Vrstica z naslovi, ki se uporabi za imena stolpcev (0 je prva vrstica " +"podatkov). Pustite prazno, če ni naslovne vrstice." -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:89 -msgid "Cost estimate" -msgstr "Ocena potratnosti" +#: superset/connectors/sqla/views.py:290 +msgid "Row level security filter" +msgstr "Filter za varnost na nivoju vrstic" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 -msgid "Creating a data source and creating a new tab" -msgstr "Ustvarjanje podatkovnega vira in novega zavihka" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 +msgid "Row limit" +msgstr "Omejitev števila vrstic" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:75 -#: superset-frontend/src/components/TableLoader/index.tsx:55 -#: superset-frontend/src/utils/getClientErrorObject.ts:161 -msgid "An error occurred" -msgstr "Prišlo je do napake" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 +msgid "Rows" +msgstr "Vrstice" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:83 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 -msgid "Explore the result set in the data exploration view" -msgstr "Raziščite rezultate v pogledu raziskovanja podatkov" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +msgid "Rows per page, 0 means no pagination" +msgstr "Vrstic na stran (0 pomeni brez številčenja strani)" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:48 -msgid "Create Chart" -msgstr "Ustvarite grafikon" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 +msgid "Rows subtotal position" +msgstr "Položaj vsot vrstic" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 -msgid "Source SQL" -msgstr "Izvorni SQL" +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 +msgid "Rows to Read" +msgstr "Vrstice za branje" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 -msgid "Executed SQL" -msgstr "Izvedena poizvedba" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 +msgid "Rule" +msgstr "Pravilo" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 -msgid "SQL" -msgstr "SQL" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +msgid "Run" +msgstr "Zaženi" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:74 +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 msgid "Run a query to display query history" msgstr "Za prikaz zgodovine poizvedb zaženite poizvedbo" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:53 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 -msgid "Success" -msgstr "Uspelo" - -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 -msgid "Failed" -msgstr "Ni uspelo" - -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 -msgid "Running" -msgstr "V teku" - -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 -msgid "Fetching" -msgstr "Pridobivam" - -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 -msgid "Offline" -msgstr "Offline" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" +msgstr "Za prikaz rezultatov morate zagnati poizvedbo" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 -msgid "Scheduled" -msgstr "V urniku" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 +msgid "Run in SQL Lab" +msgstr "Zaženi v SQL laboratoriju" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 -msgid "Unknown Status" -msgstr "Neznan status" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 +msgid "Run query" +msgstr "Zaženi poizvedbo" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:218 -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:127 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:334 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:129 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:432 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:86 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:404 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:415 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:428 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:220 -msgid "Edit" -msgstr "Urejanje" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 +msgid "Run query (Ctrl + Return)" +msgstr "Zaženi poizvedbo (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:237 -msgid "View" -msgstr "Pogled" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 +msgid "Run query in a new tab" +msgstr "Zaženi poizvedbo v novem zavihku" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:240 -msgid "Data preview" -msgstr "Ogled podatkov" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 +msgid "Run selection" +msgstr "Zaženi izbrano" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:280 -msgid "Overwrite text in the editor with a query on this table" -msgstr "Besedilo v urejevalniku prepišite s poizvedbo na to tabelo" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 +msgid "Running" +msgstr "V teku" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:289 -msgid "Run query in a new tab" -msgstr "Zaženi poizvedbo v novem zavihku" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:296 -msgid "Remove query from log" -msgstr "Odstrani poizvedbo iz dnevnika" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 +msgid "SAT" +msgstr "SOB" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:228 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:397 -msgid "Save & Explore" -msgstr "Shrani & Razišči" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 +msgid "SEP" +msgstr "SEP" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:229 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:398 -msgid "Overwrite & Explore" -msgstr "Prepiši & Razišči" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:230 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:399 -msgid "Save this query as a virtual dataset to continue exploring" -msgstr "Shranite poizvedbo kot virtualni podatkovni set" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 +msgid "SQL" +msgstr "SQL" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:245 -msgid "Download to CSV" -msgstr "Izvozi kot CSV" +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 +msgid "SQL Copied!" +msgstr "SQL kopiran!" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:254 -msgid "Copy to Clipboard" -msgstr "Kopiraj na odložišče" +#: superset/connectors/sqla/views.py:254 +msgid "SQL Expression" +msgstr "SQL izraz" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:269 -msgid "Too many columns to filter" -msgstr "Preveč stolpcev za filtriranje" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 +msgid "SQL Lab" +msgstr "SQL laboratorij" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:270 -msgid "Filter results" -msgstr "Filtriraj rezultate" +#: superset/connectors/sqla/views.py:492 +msgid "SQL Lab View" +msgstr "Pogled SQL laboratorija" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" -"The number of results displayed is limited to %(rows)d by the configuration " -"DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see " -"more rows up to the %(limit)d limit." +"SQL Lab uses your browser's local storage to store queries and results.\n" +"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " +"storage space.\n" +"To keep SQL Lab from crashing, please delete some query tabs.\n" +"You can re-access these queries by using the Save feature before you " +"delete the tab.\n" +"Note that you will need to close other SQL Lab windows before you do this." msgstr "" -"Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra " -"DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko videli " -"več vrstic do meje %(limit)d ." +"SQL laboratorij uporablja lokalno shrambo brskalnika za shranjevanje " +"poizvedb in rezultatov.\n" +"Trenutno uporabljate %(currentUsage)s KB od %(maxStorage)d KB prostora.\n" +"Da preprečite sesutje SQL laba, izbrišite nekaj zavihkov s poizvedbami.\n" +"Poizvedbe lahko ponovno pridobite, če pred brisanjem uporabite funkcijo " +"Shrani.\n" +"Pred tem morate zapreti druga okna SQL laboratorija." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:295 -#, python-format -msgid "" -"The number of results displayed is limited to %(rows)d. Please add additional " -"limits/filters, download to csv, or contact an admin to see more rows up to the " -"%(limit)d limit." -msgstr "" -"Število prikazanih rezultatov je omejeno na %(rows)d . V csv dodajte dodatne " -"omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 +msgid "SQL Query" +msgstr "SQL poizvedba" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the query" -msgstr "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 +msgid "SQL expression" +msgstr "SQL izraz" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:315 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." -msgstr "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 +msgid "SQL query" +msgstr "SQL poizvedba" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:320 -#, python-format -msgid "" -"The number of rows displayed is limited to %(rows)d by the query and limit " -"dropdown." +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 +msgid "SQLAlchemy URI" +msgstr "SQLAlchemy URI" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" msgstr "" -"Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo in spustnim " -"izbirnikom omejitev." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:344 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:358 -#, python-format -msgid "%(rows)d rows returned" -msgstr "%(rows)d vrnjenih vrstic" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "Geslo" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:346 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "Število prikazanih vrstic je omejeno na %s s spustnim izbirnikom." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:383 -msgid "Query was stopped" -msgstr "Poizvedba je bila ustavljena" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:389 -msgid "Database error" -msgstr "Napaka podatkovne baze" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:416 -msgid "was created" -msgstr "ustvarjeno" +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "Grafikona ni mogoče izbrisati." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:423 -msgid "Query in a new tab" -msgstr "Poizvedba v novem zavihku" +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "Grafikona ni mogoče posodobiti." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:479 -msgid "The query returned no data" -msgstr "Poizvedba ni vrnila podatkov" +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "CSS predloga ni najdena." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:496 -msgid "Fetch data preview" -msgstr "Pridobi predogled podatkov" +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "Parametri grafikona so neveljavni." -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:507 -msgid "Refetch results" -msgstr "Ponovno pridobi rezultate" +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:528 -msgid "Track job" -msgstr "Sledi opravilom" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 +msgid "SSL Mode \"require\" will be used." +msgstr "Uporabljen bo SSL način tipa \"require\"." -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:50 -#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 -msgid "Stop" -msgstr "Ustavi" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 +msgid "START (INCLUSIVE)" +msgstr "ZAČETEK (VKLJUČEN)" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:55 -msgid "Run selection" -msgstr "Zaženi izbrano" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:57 -msgid "Run" -msgstr "Zaženi" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "Delam" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:113 -msgid "Stop running (Ctrl + x)" -msgstr "Ustavi (Ctrl + x)" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" +msgstr "NED" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 -msgid "Stop running (Ctrl + e)" -msgstr "Ustavi (Ctrl + e)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +#, fuzzy +msgid "Sample Standard Deviation" +msgstr "Zaposlitev in izobrazba" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:129 -msgid "Run query (Ctrl + Return)" -msgstr "Zaženi poizvedbo (Ctrl + Return)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:252 -msgid "An error occurred saving dataset" -msgstr "Pri shranjevanju podatkovnega seta je prišlo do napake" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +msgid "Samples" +msgstr "Vzorci" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:294 -msgid "Save or Overwrite Dataset" -msgstr "Shrani ali prepiši podatkovni set" +#: superset/datasets/commands/exceptions.py:177 +msgid "Samples for dataset could not be retrieved." +msgstr "Vzorcev za podatkovni set ni bilo mogoče pridobiti." -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:336 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:187 -msgid "Save as new" -msgstr "Shrani kot novo" +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "Vzorcev za podatkovni set ni bilo mogoče pridobiti." -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:345 -msgid "Overwrite existing" -msgstr "Prepiši obstoječe" +#: superset/viz.py:1935 +msgid "Sankey" +msgstr "Sankey" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:355 -msgid "Select or type dataset name" -msgstr "Izberite ali vnesite naziv podatkovnega seta" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "Sankey grafikon" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 -msgid "Are you sure you want to overwrite this dataset?" -msgstr "Ali ste prepričani, da želite prepisati podatkovni set?" +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "Sankey grafikon z zankami" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:76 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 -msgid "Undefined" -msgstr "Ni definirano" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "Filter po datumu" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:172 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:187 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:223 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:589 -#: superset-frontend/src/dashboard/components/Header/index.jsx:591 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:100 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:220 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:532 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 +msgid "Saturday" +msgstr "Sobota" + +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:446 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:202 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:217 -#: superset-frontend/src/explore/components/SaveModal.tsx:219 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:354 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:271 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:498 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1235 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "Shrani" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:172 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:303 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 +msgid "Save & Explore" +msgstr "Shrani & Razišči" + +#: superset-frontend/src/explore/components/SaveModal.tsx:396 +msgid "Save & go to dashboard" +msgstr "Shrani in pojdi na nadzorno ploščo" + +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +msgid "Save & go to new dashboard" +msgstr "Shrani in pojdi na novo nadzorno ploščo" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 +msgid "Save (Overwrite)" +msgstr "Shrani (prepiši)" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "Shrani kot" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:175 -msgid "Save query" -msgstr "Shrani poizvedbo" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "Shrani kot podatkovni set" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:196 -msgid "Update" -msgstr "Posodobi" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +msgid "Save as dataset" +msgstr "Shrani kot podatkovni set" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 -msgid "Label for your query" -msgstr "Ime vaše poizvedbe" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +msgid "Save as new" +msgstr "Shrani kot novo" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 -msgid "Write a description for your query" -msgstr "Dodajte opis vaše poizvedbe" +#: superset-frontend/src/explore/components/SaveModal.tsx:412 +msgid "Save as new chart" +msgstr "Shrani kot nov grafikon" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:231 -msgid "Schedule query" -msgstr "Urnik poizvedb" +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +msgid "Save as..." +msgstr "Shrani kot ..." -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:241 -#: superset-frontend/src/components/ReportModal/index.tsx:300 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:236 -msgid "Schedule" -msgstr "Urnik" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 +msgid "Save as:" +msgstr "Shrani kot:" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 -msgid "There was an error with your request" -msgstr "Pri zahtevi je prišlo do napake" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +msgid "Save changes" +msgstr "Shrani spremembe" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 -msgid "Please save the query to enable sharing" -msgstr "Shranite poizvedbo za deljenje" +#: superset-frontend/src/explore/components/SaveModal.tsx:432 +msgid "Save chart" +msgstr "Shrani grafikon" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 -msgid "Copy query link to your clipboard" -msgstr "Kopiraj povezavo do poizvedbe v odložišče" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 +msgid "Save dashboard" +msgstr "Shrani nadzorno ploščo" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 -msgid "Save the query to enable this feature" -msgstr "Za omogočenje te funkcije shranite poizvedbo" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "Shrani kot podatkovni set" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 -msgid "Copy link" -msgstr "Kopiraj povezavo" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +msgid "Save for this session" +msgstr "Shranite za to sejo" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "No stored results found, you need to re-run your query" -msgstr "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "Shrani ali prepiši podatkovni set" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:183 -#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:95 -msgid "Run a query to display results" -msgstr "Za prikaz rezultatov morate zagnati poizvedbo" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 +msgid "Save query" +msgstr "Shrani poizvedbo" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:195 -#, python-format -msgid "Preview: `%s`" -msgstr "Predogled: `%s`" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 +msgid "Save the query to enable this feature" +msgstr "Za omogočenje te funkcije shranite poizvedbo" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:223 -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:200 -#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:52 -msgid "Results" -msgstr "Rezultati" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "Shranite poizvedbo kot virtualni podatkovni set" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:226 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 -msgid "Query history" -msgstr "Zgodovina poizvedb" +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +msgid "Save to new dashboard" +msgstr "Shrani v novo nadzorno ploščo" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:326 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:336 -msgid "Run query" -msgstr "Zaženi poizvedbo" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 +msgid "Saved" +msgstr "Shranjeno" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 -msgid "New tab" -msgstr "Nov zavihek" +#: superset/initialization/__init__.py:358 +msgid "Saved Queries" +msgstr "Shranjene poizvedbe" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:358 -msgid "Stop query" -msgstr "Ustavi poizvedbo" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 +msgid "Saved expressions" +msgstr "Shranjeni izrazi" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:367 -msgid "Previous Line" -msgstr "Prejšnja linija" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 +msgid "Saved metric" +msgstr "Shranjena mera" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:560 -msgid "Schedule the query periodically" -msgstr "Periodično zaganjaj poizvedbo" +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 +msgid "Saved queries" +msgstr "Shranjene poizvedbe" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:561 -msgid "You must run the query successfully first" -msgstr "Najprej morate uspešno izvesti poizvedbo" +#: superset/queries/saved_queries/commands/exceptions.py:28 +msgid "Saved queries could not be deleted." +msgstr "Shranjenih poizvedb ni mogoče izbrisati." -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:566 -msgid "Autocomplete" -msgstr "Samodokončaj" +#: superset/queries/saved_queries/commands/exceptions.py:32 +msgid "Saved query not found." +msgstr "Shranjena poizvedba ni najdena." + +#: superset/queries/saved_queries/commands/exceptions.py:40 +msgid "Saved query parameters are invalid." +msgstr "Parametri shranjene poizvedbe so neveljavni." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 +msgid "Scale and Move" +msgstr "Povečava in premikanje" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:647 -msgid "CREATE TABLE AS" -msgstr "CREATE TABLE AS" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +msgid "Scale only" +msgstr "Samo povečava" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:660 -msgid "CREATE VIEW AS" -msgstr "CREATE VIEW AS" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 +msgid "Scatter" +msgstr "Raztreseni" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:692 -msgid "Estimate the cost before running a query" -msgstr "Oceni potratnost pred zagonom poizvedbe" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 +#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 +msgid "Scatter Plot" +msgstr "Raztreseni grafikon" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 -msgid "Select a database to write a query" -msgstr "Izberite podatkovno bazo za poizvedbo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" +"Raztreseni grafikon ima vodoravno os v linearnih enotah, prikazuje " +"podatkovne točke v povezanem redu in prikazuje statistično razmerje med " +"dvema spremenljivkama." -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:777 -msgid "Choose one of the available databases from the panel on the left." -msgstr "Izberite eno od razpoložljivih podatkovnih baz v panelu na levi." +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 +msgid "Schedule" +msgstr "Urnik" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:171 -msgid "Collapse table preview" -msgstr "Zapri predogled tabele" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +msgid "Schedule a new email report" +msgstr "Dodaj novo e-poštno poročilo na urnik" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:171 -msgid "Expand table preview" -msgstr "Odpri predogled tabele" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 +msgid "Schedule email report" +msgstr "Dodaj e-poštno poročilo na urnik" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:191 -msgid "No databases match your search" -msgstr "Nobena podatkovna baza ne ustreza iskanju" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 +msgid "Schedule query" +msgstr "Urnik poizvedb" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:192 -msgid "There are no databases available" -msgstr "Podatkovnih baz ni na voljo" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 +msgid "Schedule settings" +msgstr "Nastavitve urnika" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:196 -msgid "Manage your databases" -msgstr "Upravljajte podatkovne baze" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 +msgid "Schedule the query periodically" +msgstr "Periodično zaganjaj poizvedbo" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 -#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:55 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:122 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:771 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1365 -msgid "here" -msgstr "tukaj" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 +msgid "Scheduled" +msgstr "V urniku" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:266 -msgid "Reset state" -msgstr "Ponastavi stanje" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 +msgid "Scheduled at (UTC)" +msgstr "Izvede se ob (UTC)" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:241 -msgid "Enter a new title for the tab" -msgstr "Vnesite novo naslov zavihka" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "Stanje urnika poročanj ni najdeno" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 -msgid "" -"-- Note: Unless you save your query, these tabs will NOT persist if you clear " -"your cookies or change browsers.\n" -"\n" -msgstr "" -"-- Opomba: Če ne shranite poizvedbe, se ti zavihki NE bodo ohranili, ko boste " -"počistili piškote ali zamenjali brskalnik.\n" -"\n" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 +msgid "Schema" +msgstr "Shema" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 -msgid "Close tab" -msgstr "Zapri zavihek" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 +msgid "Schema cache timeout" +msgstr "Trajanje prepomnilnika sheme" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 -msgid "Rename tab" -msgstr "Preimenuj zavihek" +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "Ni definirano" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:357 -msgid "Expand tool bar" -msgstr "Razširi orodno vrstico" +#: superset/connectors/sqla/views.py:429 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" +"Shema, ki se uporablja pri nekaterih podatkovnih bazah, kot so Postgres, " +"Redshift in DB2" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:357 -msgid "Hide tool bar" -msgstr "Skrij orodno vrstico" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +#, fuzzy +msgid "Schemas allowed for File upload" +msgstr "Dovoljene sheme za nalaganje CSV" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 -msgid "Close all other tabs" -msgstr "Zapri vse ostale zavihke" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" +msgstr "Doseg" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:372 -msgid "Duplicate tab" -msgstr "Podvoji zavihek" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 +msgid "Scoping" +msgstr "Doseg" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:410 -msgid "Add a new tab" -msgstr "Dodaj nov zavihek" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:416 -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:458 -msgid "New tab (Ctrl + q)" -msgstr "Nov zavihek (Ctrl + q)" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:417 -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:459 -msgid "New tab (Ctrl + t)" -msgstr "Nov zavihek (Ctrl + t)" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 +#: superset/templates/appbuilder/general/widgets/search.html:40 +msgid "Search" +msgstr "Iskanje" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:434 -msgid "Add a new tab to create SQL Query" -msgstr "Dodaj nov zavihek za SQL-poizvedbo" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 +msgid "Search / Filter" +msgstr "Iskanje / Filter" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 -msgid "Copy partition query to clipboard" -msgstr "Kopiraj particijsko poizvedbo na odložišče" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 +msgid "Search Metrics & Columns" +msgstr "Iskanje mer in stolpcev" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 -msgid "latest partition:" -msgstr "zadnja particija:" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 +msgid "Search all charts" +msgstr "Išči vse grafikone" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 -msgid "Keys for table" -msgstr "Ključi za tabele" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 +msgid "Search all filter options" +msgstr "Poišči vse možnosti filtra" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 -#, python-format -msgid "View keys & indexes (%s)" -msgstr "Ogled ključev in indeksov (%s)" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 +msgid "Search box" +msgstr "Iskalno polje" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 -msgid "Original table column order" -msgstr "Vrstni red stolpcev izvorne tabele" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 +msgid "Search by query text" +msgstr "Išči z besedilom poizvedbe" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 -msgid "Sort columns alphabetically" -msgstr "Razvrsti stolpce po abecedi" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "Uporabi stolpce" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 -msgid "Copy SELECT statement to the clipboard" -msgstr "Kopiraj stavek SELECT na odložišče" +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "Iskanje / Filter" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 -msgid "Show CREATE VIEW statement" -msgstr "Prikaži CREATE VIEW stavek" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "Vloge uporabnikov" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 -msgid "CREATE VIEW statement" -msgstr "CREATE VIEW stavek" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 +msgid "Search..." +msgstr "Iskanje ..." -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 -msgid "Remove table preview" -msgstr "Odstrani predogled tabele" +#: superset/db_engine_specs/base.py:96 +msgid "Second" +msgstr "Sekunda" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:98 -msgid "Edit template parameters" -msgstr "Uredi parametre predloge" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 +msgid "Secondary" +msgstr "Sekundarna" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:102 -msgid "Parameters " -msgstr "Parametri " +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 +msgid "Secondary Metric" +msgstr "Sekundarna mera" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 -msgid "Invalid JSON" -msgstr "Neveljaven JSON" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 +msgid "Secondary y-axis format" +msgstr "Oblika sekundarne y-osi" -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 -msgid "Untitled query" -msgstr "Neimenovana poizvedba" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 +msgid "Secondary y-axis title" +msgstr "Naslov sekundarne y-osi" -#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:124 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format -msgid "%s%s" -msgstr "%s%s" +msgid "Seconds %s" +msgstr "Sekunde %s" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:281 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:168 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:191 -msgid "Create a new chart" -msgstr "Ustvari nov grafikon" +#: superset/views/database/mixins.py:194 +msgid "Secure Extra" +msgstr "Dodatna varnost" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:295 -msgid "Choose a dataset" -msgstr "Izberite podatkovni set" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 +msgid "Secure extra" +msgstr "Dodatna varnost" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:290 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:802 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:831 -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:606 -#: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:311 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:553 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:560 -msgid "Dataset" -msgstr "Podatkovni set" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 +msgid "Security" +msgstr "Varnost" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:300 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "Navodila za dodajanje podatkovnega seta so v vodiču za Superset." +#: superset-frontend/src/profile/components/App.tsx:82 +msgid "Security & Access" +msgstr "Varnost in Dostopi" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:315 -msgid "Choose chart type" -msgstr "Izberite tip grafikona" +#: superset-frontend/src/features/home/EmptyState.tsx:183 +#, python-format +msgid "See all %(tableName)s" +msgstr "Poglej vse %(tableName)s" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:329 -msgid "Please select both a Dataset and a Chart type to proceed" -msgstr "Za nadaljevanje izberite podatkovni set in tip grafikona" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 +msgid "See less" +msgstr "Oglejte si manj" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:337 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:288 -msgid "Create new chart" -msgstr "Ustvari nov grafikon" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 +msgid "See more" +msgstr "Oglejte si več" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 -msgid "Click to see difference" -msgstr "Kliknite za prikaz razlike" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "Polja deljenih poizvedb" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 -msgid "Altered" -msgstr "Spremenjeno" +#: superset-frontend/src/components/TableSelector/index.tsx:288 +msgid "See table schema" +msgstr "Ogled sheme tabele" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 -msgid "Chart changes" -msgstr "Spremembe grafikona" +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +msgid "Select" +msgstr "Izberi" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:311 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:231 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "Izberite ..." -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 -msgid "Loaded data cached" -msgstr "Podatki so naloženi v predpomnilnik" - -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 -msgid "Loaded from cache" -msgstr "Naloženo iz predpomnilnika" - -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 -msgid "Click to force-refresh" -msgstr "Kliknite za prisilno osvežitev" - -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "Cached" -msgstr "Predpomnjeno" - -#: superset-frontend/src/components/Chart/Chart.jsx:265 -msgid "Add required control values to preview chart" -msgstr "Dodaj potrebne parametre za predogled grafikona" - -#: superset-frontend/src/components/Chart/Chart.jsx:281 -msgid "Your chart is ready to go!" -msgstr "Grafikon je pripravljen!" - -#: superset-frontend/src/components/Chart/Chart.jsx:284 -msgid "" -"Click on \"Create chart\" button in the control panel on the left to preview a " -"visualization or" -msgstr "" -"Kliknite na gumb \"Ustvari grafikon\" v kontrolni plošči na levi za predogled ali" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 +msgid "Select Delivery Method" +msgstr "Izberite način dostave" -#: superset-frontend/src/components/Chart/Chart.jsx:288 -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:305 -msgid "click here" -msgstr "kliknite tukaj" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 +msgid "Select Viz Type" +msgstr "Izberite tip vizualizacije" -#: superset-frontend/src/components/Chart/ChartRenderer.jsx:227 -#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:119 -msgid "No results were returned for this query" -msgstr "Poizvedba ni vrnila rezultatov" +#: superset/views/database/forms.py:415 +msgid "Select a Columnar file to be uploaded to a database." +msgstr "Izberite stolpčno datoteko, ki bo naložena v podatkovno bazo." -#: superset-frontend/src/components/Chart/ChartRenderer.jsx:230 -msgid "" -"Make sure that the controls are configured properly and the datasource contains " -"data for the selected time range" -msgstr "" -"Poskrbite, da so kontrolniki pravilno nastavljeni in podatkovni vir vsebuje " -"podatke za izbrano časovno obdobje" +#: superset/views/database/forms.py:279 +msgid "Select a Excel file to be uploaded to a database." +msgstr "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." -#: superset-frontend/src/components/Chart/chartAction.js:571 -msgid "An error occurred while loading the SQL" -msgstr "Pri nalaganju SQL je prišlo do napake" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 +msgid "Select a column" +msgstr "Izberite stolpec" -#: superset-frontend/src/components/Chart/chartAction.js:609 -#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:75 -msgid "Sorry, an error occurred" -msgstr "Prišlo je do napake" +#: superset-frontend/src/explore/components/SaveModal.tsx:357 +msgid "Select a dashboard" +msgstr "Izberite nadzorno ploščo" -#: superset-frontend/src/components/Chart/chartReducer.ts:82 -msgid "Updating chart was stopped" -msgstr "Posodabljanje grafikona je bilo ustavljeno" +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +#, fuzzy +msgid "Select a database table and create dataset" +msgstr "Izberite podatkovno bazo za poizvedbo" -#: superset-frontend/src/components/Chart/chartReducer.ts:94 -#, python-format -msgid "An error occurred while rendering the visualization: %s" -msgstr "Pri prikazovanju vizualizacije je prišlo do napake: %s" +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "Izbriši podatkovno bazo" -#: superset-frontend/src/components/Chart/chartReducer.ts:106 -#: superset-frontend/src/components/Chart/chartReducer.ts:170 -msgid "Network error." -msgstr "Napaka omrežja." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +#, fuzzy +msgid "Select a database to connect" +msgstr "Izberite podatkovno bazo za poizvedbo" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 -#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:73 -msgid "Copy to clipboard" -msgstr "Kopiraj na odložišče" +#: superset/views/database/forms.py:138 +#, fuzzy +msgid "Select a database to upload the file to" +msgstr "Izberite podatkovno bazo za poizvedbo" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:172 -msgid "Copied to clipboard!" -msgstr "Kopirano na odložišče!" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "Izberite podatkovno bazo za poizvedbo" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" -msgstr "Vaš brskalnik ne podpira kopiranja. Uporabite Ctrl / Cmd + C!" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Select a dimension" +msgstr "Izberite dimenzijo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 -msgid "every" -msgstr "vsak" +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "Izberite CSV datoteko, ki bo naložena v podatkovno bazo." -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 -msgid "every month" -msgstr "vsak mesec" +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "Podajte shemo (če vrsta podatkovne baze to podpira)" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 -msgid "every day of the month" -msgstr "vsak dan v mesecu" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 +msgid "Select a visualization type" +msgstr "Izberite tip vizualizacije" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 -msgid "day of the month" -msgstr "dan v mesecu" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +msgid "Select aggregate options" +msgstr "Izberite agregacijske možnosti" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 -msgid "every day of the week" -msgstr "vsak dan v tednu" +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "Počisti izbor" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 -msgid "day of the week" -msgstr "dan v tednu" +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "Počisti izbor" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 -msgid "every hour" -msgstr "vsako uro" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 +msgid "Select any columns for metadata inspection" +msgstr "Izberite poljubne stolpce za pregled metapodatkov" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 -msgid "every minute" -msgstr "vsako minuto" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 +msgid "Select charts" +msgstr "Izberi grafikone" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 -msgid "year" -msgstr "leto" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 +msgid "Select color scheme" +msgstr "Izberite barvno shemo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 -msgid "month" -msgstr "mesec" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 +msgid "Select column" +msgstr "Izberite stolpec" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 -msgid "week" -msgstr "teden" +#: superset-frontend/src/components/Table/index.tsx:204 +msgid "Select current page" +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 -msgid "day" -msgstr "dan" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "Ogled sheme tabele" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 -msgid "hour" -msgstr "ura" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" +msgstr "Izberite ali vnesite ime podatkovne baze" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 -msgid "minute" -msgstr "minuta" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "Izbriši podatkovno bazo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 -msgid "reboot" -msgstr "ponovni zagon" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 +msgid "" +"Select databases require additional fields to be completed in the " +"Advanced tab to successfully connect the database. Learn what " +"requirements your databases has " +msgstr "" +"Izbira podatkovnih baz za uspešno povezavo zahteva izpolnitev dodatnih " +"polj v zavihku Napredno. Naučite se, kaj zahteva vaša podatkovna baza " -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 -msgid "Every" -msgstr "Vsak" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "Uporabi starejši urejevalnik podatkovnega vira" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 -msgid "in" -msgstr "v" +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "Izbirni filter" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 -msgid "on" -msgstr "v" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/filters/components/Select/index.ts:28 +msgid "Select filter" +msgstr "Izbirni filter" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 -msgid "and" -msgstr "in" +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +msgstr "Izberite Vtičnik za filter z uporabo AntD" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 -msgid "at" -msgstr "ob" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "Izberi prvo vrednost kot privzeto" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 -msgid ":" -msgstr ":" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 +msgid "Select operator" +msgstr "Izberite operator" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 -msgid "minute(s)" -msgstr "minuta/e" +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 +msgid "Select or type a value" +msgstr "Izberite ali vnesite vrednost" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 -msgid "Invalid cron expression" -msgstr "Neveljaven cron izraz" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +msgid "Select or type dataset name" +msgstr "Izberite ali vnesite naziv podatkovnega seta" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 -msgid "Clear" -msgstr "Počisti" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 +msgid "Select owners" +msgstr "Izberite lastnike" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 -msgid "Sunday" -msgstr "Nedelja" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +msgid "Select saved metrics" +msgstr "Izberite shranjene mere" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 -msgid "Monday" -msgstr "Ponedeljek" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +#, fuzzy +msgid "Select schema or type to search schemas" +msgstr "Izberite ali vnesite ime sheme" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 -msgid "Tuesday" -msgstr "Torek" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +msgid "Select scheme" +msgstr "Izberite shemo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 -msgid "Wednesday" -msgstr "Sreda" +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 +msgid "Select start and end date" +msgstr "Izberite začetni in končni datum" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 -msgid "Thursday" -msgstr "Četrtek" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 +msgid "Select subject" +msgstr "Izberite zadevo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 -msgid "Friday" -msgstr "Petek" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" +msgstr "Izberite ali vnesite ime tabele" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 -msgid "Saturday" -msgstr "Sobota" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "Izberite tip sloja z oznakami" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 -msgid "January" -msgstr "Januar" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" +msgstr "Izberite geojson stolpec" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 -msgid "February" -msgstr "Februar" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 +msgid "Select the number of bins for the histogram" +msgstr "Izberite število razdelkov za histogram" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 -msgid "March" -msgstr "Marec" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 +msgid "Select the numeric columns to draw the histogram" +msgstr "Izberite numerične stolpce za izris histograma" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 -msgid "April" -msgstr "April" +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" +"Izberite vrednosti v osvetljenih poljih na levi strani kontrolnika in " +"zaženite poizvedbo z gumbom %s." -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 -msgid "May" -msgstr "Maj" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 +msgid "Send as CSV" +msgstr "Pošlji kot CSV" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 -msgid "June" -msgstr "Junij" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 +msgid "Send as PNG" +msgstr "Pošlji kot PNG" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 -msgid "July" -msgstr "Julij" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 +msgid "Send as text" +msgstr "Pošlji kot besedilo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 -msgid "August" -msgstr "Avgust" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 +msgid "Send range filter events to other charts" +msgstr "Pošlji dogodke filtra obdobja na druge grafikone" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 msgid "September" msgstr "September" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 -msgid "October" -msgstr "Oktober" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 +msgid "Sequential" +msgstr "Sekvenčni" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 -msgid "November" -msgstr "November" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 +#, fuzzy +msgid "Series" +msgstr "poizvedbe" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 -msgid "December" -msgstr "December" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 +msgid "Series Height" +msgstr "Višina serije" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 -msgid "SUN" -msgstr "NED" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" +msgstr "Razvrščanje omejitev serije" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 -msgid "MON" -msgstr "PON" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" +msgstr "Razvrsti padajoče" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 -msgid "TUE" -msgstr "TOR" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "poizvedbe" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 -msgid "WED" -msgstr "SRE" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 +msgid "Series Style" +msgstr "Slog serije" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 -msgid "THU" -msgstr "ČET" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 +msgid "Series chart type (line, bar etc)" +msgstr "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 -msgid "FRI" -msgstr "PET" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 +msgid "Series limit" +msgstr "Omejitev števila serij" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 -msgid "SAT" -msgstr "SOB" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 +msgid "Series type" +msgstr "Tip serije" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 -msgid "JAN" -msgstr "JAN" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 +msgid "Server Page Length" +msgstr "Dolžina strani strežnika" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 -msgid "FEB" -msgstr "FEB" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 +msgid "Server pagination" +msgstr "Paginacija na strani strežnika" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 -msgid "MAR" -msgstr "MAR" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 +msgid "Service Account" +msgstr "Servisni račun" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 -msgid "APR" -msgstr "APR" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 +msgid "Set auto-refresh interval" +msgstr "Nastavi interval samodejnega osveževanja" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 -msgid "MAY" -msgstr "MAJ" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 +msgid "Set filter mapping" +msgstr "Nastavi shemo filtrov" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 -msgid "JUN" -msgstr "JUN" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +msgid "Set up an email report" +msgstr "Nastavite e-poštno poročilo" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 -msgid "JUL" -msgstr "JUL" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 -msgid "AUG" -msgstr "AVG" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 +msgid "Settings" +msgstr "Nastavitve" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 -msgid "SEP" -msgstr "SEP" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 +msgid "Settings for time series" +msgstr "Nastavitve časovne vrste" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 -msgid "OCT" -msgstr "OKT" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 +msgid "Share" +msgstr "Deljenje" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 -msgid "NOV" -msgstr "NOV" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 +msgid "Share chart by email" +msgstr "Deli grafikon po e-pošti" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 -msgid "DEC" -msgstr "DEC" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +msgid "Share permalink by email" +msgstr "Deli povezavo po e-pošti" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:238 -msgid "There was an error loading the schemas" -msgstr "Napaka pri nalaganju shem" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 +msgid "Shared query" +msgstr "Deljene poizvedbe" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:276 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:284 -msgid "Select database or type database name" -msgstr "Izberite ali vnesite ime podatkovne baze" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +msgid "Shared query fields" +msgstr "Polja deljenih poizvedb" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:296 -msgid "Force refresh schema list" -msgstr "Osveži seznam shem" +#: superset/views/database/forms.py:298 +msgid "Sheet Name" +msgstr "Ime zvezka" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:301 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:308 -msgid "Select schema or type schema name" -msgstr "Izberite ali vnesite ime sheme" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 +#: superset/annotation_layers/annotations/commands/exceptions.py:46 +msgid "Short description must be unique for this layer" +msgstr "Kratek opis mora biti za ta sloj unikaten" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" -"Warning! Changing the dataset may break the chart if the metadata does not exist." +"Should daily seasonality be applied. An integer value will specify " +"Fourier order of seasonality." msgstr "" -"Opozorilo! Sprememba podatkovnega seta lahko pokvari grafikon, če metapodatki ne " -"obstajajo." +"Če želite dnevno sezonskost. Celo število določa Fourier-jev red " +"sezonskosti." -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" -"Changing the dataset may break the chart if the chart relies on columns or " -"metadata that does not exist in the target dataset" +"Should weekly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." msgstr "" -"Sprememba podatkovnega seta lahko pokvari grafikon, če se le-ta zanaša na stolpce " -"ali metapodatke, ki ne obstajajo v ciljnem podatkovnem nizu" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:64 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:144 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:746 -msgid "dataset" -msgstr "podatkovni set" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 -msgid "Connection" -msgstr "Povezava" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:369 -msgid "Change dataset" -msgstr "Spremeni podatkovni set" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 -msgid "Warning!" -msgstr "Opozorilo!" - -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 -msgid "Search / Filter" -msgstr "Iskanje / Filter" +"Če želite tedensko sezonskost. Celo število določa Fourier-jev red " +"sezonskosti." -#: superset-frontend/src/components/Datasource/CollectionTable.tsx:442 -msgid "Add item" -msgstr "Dodaj" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 +msgid "" +"Should yearly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" +"Če želite letno sezonskost. Celo število določa Fourier-jev red " +"sezonskosti." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 -msgid "Physical (table or view)" -msgstr "Fizičen (tabela ali pogled)" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +#, fuzzy +msgid "Show" +msgstr "%s vrstica" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 -msgid "Virtual (SQL)" -msgstr "Virtualen (SQL)" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 +msgid "Show Bubbles" +msgstr "Prikaži mehurčke" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:268 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:353 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 -msgid "Data type" -msgstr "Tip podatka" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 +msgid "Show CREATE VIEW statement" +msgstr "Prikaži CREATE VIEW stavek" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:280 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:352 -msgid "Advanced data type" -msgstr "Napredni podatkovni tip" +#: superset/views/css_templates.py:39 +msgid "Show CSS Template" +msgstr "Prikaži CSS predlogo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 -msgid "Advanced Data type" -msgstr "Napredni podatkovni tip" +#: superset/views/chart/mixin.py:26 +msgid "Show Chart" +msgstr "Prikaži grafikon" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:293 -msgid "Datetime format" -msgstr "Oblika datum-časa" +#: superset/connectors/sqla/views.py:73 +msgid "Show Column" +msgstr "Pokaži stolpec" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:297 -msgid "The pattern of timestamp format. For strings use " -msgstr "Vzorec zapisa časovne značke. Za znakovne nize uporabite " +#: superset/views/dashboard/mixin.py:25 +msgid "Show Dashboard" +msgstr "Prikaži nadzorno ploščo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:299 -msgid "Python datetime string pattern" -msgstr "Pythonov vzorec zapisa datum-časa" +#: superset/views/database/mixins.py:34 +msgid "Show Database" +msgstr "Prikaži podatkovno bazo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:301 -msgid " expression which needs to adhere to the " -msgstr " , ki mora upoštevati " +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 +msgid "Show Labels" +msgstr "Pokaži oznake" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:303 -msgid "ISO 8601" -msgstr "ISO 8601" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show Less..." +msgstr "Prikaži manj..." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:305 -msgid "" -" standard to ensure that the lexicographical ordering\n" -" coincides with the chronological ordering. If the\n" -" timestamp format does not adhere to the ISO 8601 standard\n" -" you will need to define an expression and type for\n" -" transforming the string into a date or timestamp. Note\n" -" currently time zones are not supported. If time is stored\n" -" in epoch format, put `epoch_s` or `epoch_ms`. If no " -"pattern\n" -" is specified we fall back to using the optional defaults on " -"a per\n" -" database/column name level via the extra parameter." -msgstr "" -" standard, ki zagotavlja, de se leksikografsko razvrščanje\n" -" sklada s kronološkim razvrščanjem. Če oblika\n" -" časovne značke ni v skladu s standardom ISO 8601,\n" -" boste morali definirati izraz in tip za transformacijo\n" -" znakovnega niza v datum ali časovno značko.\n" -" Trenutno časovni pasovi niso podprti.\n" -" Če je čas shranjen v obliki epohe, dodajte `epoch_s` ali " -"`epoch_ms`.\n" -" Če ni podan vzorec, se uporabijo privzete vrednosti na " -"podlagi imena\n" -" podatkovne baze oz. stolpca s pomočjo dodatnega parametra." +#: superset/views/log/__init__.py:22 +msgid "Show Log" +msgstr "Prikaži dnevnik" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:325 -msgid "Certified By" -msgstr "Certificiral/a" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 +msgid "Show Markers" +msgstr "Prikaži markerje" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:326 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 -msgid "Person or group that has certified this metric" -msgstr "Oseba ali skupina, ki je certificirala to mero" +#: superset/connectors/sqla/views.py:208 +msgid "Show Metric" +msgstr "Pokaži mero" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:330 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1221 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1229 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:577 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:266 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:267 -msgid "Certified by" -msgstr "Certificiral/a" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 +msgid "Show Metric Names" +msgstr "Pokaži imena mer" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:336 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:341 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1240 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:586 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:275 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 -msgid "Certification details" -msgstr "Podrobnosti certifikacije" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 +msgid "Show Range Filter" +msgstr "Pokaži filter obdobja" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1236 -msgid "Details of the certification" -msgstr "Podrobnosti certifikacije" +#: superset/connectors/sqla/views.py:291 +msgid "Show Row level security filter" +msgstr "Prikaži filter za varnost na nivoju vrstic" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:354 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 -msgid "Is dimension" -msgstr "Dimenzija" +#: superset/views/sql_lab/views.py:53 +msgid "Show Saved Query" +msgstr "Prikaži shranjeno poizvedbo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:356 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 -msgid "Default datetime" -msgstr "Privzet datumčas" +#: superset/connectors/sqla/views.py:385 +msgid "Show Table" +msgstr "Prikaži tabelo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:357 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:365 -msgid "Is filterable" -msgstr "Filtriranje" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 +msgid "Show Timestamp" +msgstr "Prikaži časovno značko" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:552 -msgid "Select owners" -msgstr "Izberite lastnike" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +msgid "Show Total" +msgstr "Pokaži vsoto" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:764 -#, python-format -msgid "Modified columns: %s" -msgstr "Spremenjeni stolpci: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 +msgid "Show Trend Line" +msgstr "Pokaži trendno črto" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:769 -#, python-format -msgid "Removed columns: %s" -msgstr "Odstranjeni stolpci: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 +msgid "Show Upper Labels" +msgstr "Prikaži zgornje oznake" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:774 -#, python-format -msgid "New columns added: %s" -msgstr "Dodani novi stolpci: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 +msgid "Show Value" +msgstr "Prikaži vrednost" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 -msgid "Metadata has been synced" -msgstr "Metapodatki so sinhronizirani" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 +msgid "Show Values" +msgstr "Pokaži vrednosti" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:783 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:137 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:104 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:115 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:67 -msgid "An error has occurred" -msgstr "Prišlo je do napake" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:812 -#, python-format -msgid "Column name [%s] is duplicated" -msgstr "Ime stolpca [%s] je podvojeno" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:818 -#, python-format -msgid "Metric name [%s] is duplicated" -msgstr "Ime mere [%s] je podvojeno" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 +msgid "Show all columns" +msgstr "Prikaži vse stolpce" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:827 -#, python-format -msgid "Calculated column [%s] requires an expression" -msgstr "Izračunan stolpec [%s] zahteva izraz" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 +msgid "Show all..." +msgstr "Prikaži vse..." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:846 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1263 -msgid "Basic" -msgstr "Osnovno" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 +msgid "Show axis line ticks" +msgstr "Prikaži oznake na X-osi" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:859 -msgid "Default URL" -msgstr "Privzeti URL" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 +msgid "Show cell bars" +msgstr "Prikaži stolp. graf v celicah" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 -msgid "Default URL to redirect to when accessing from the dataset list page" -msgstr "" -"Privzeti URL za preusmeritev, ko dostopate iz strani s seznamom podatkovnih setov" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +msgid "Show chart description" +msgstr "Prikaži opis grafikona" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:868 -msgid "Autocomplete filters" -msgstr "Samodokončaj filtre" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 +msgid "Show columns total" +msgstr "Prikaži vsoto stolpcev" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:869 -msgid "Whether to populate autocomplete filters options" -msgstr "Če želite napolniti možnosti za samodokončanje filtrov" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 +msgid "Show data points as circle markers on the lines" +msgstr "Pokaži točke kot krožne markerje na krivuljah" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:875 -msgid "Autocomplete query predicate" -msgstr "Predikat za samodokončanje poizvedb" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "Prikaži manj stolpcev" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:876 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +#, fuzzy msgid "" -"When using \"Autocomplete filters\", this can be used to improve performance of " -"the query fetching the values. Use this option to apply a predicate (WHERE " -"clause) to the query selecting the distinct values from the table. Typically the " -"intent would be to limit the scan by applying a relative time filter on a " -"partitioned or indexed time-related field." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -"Ko uporabljate \"Samodokončaj filtre\", lahko s tem izboljšate hitrost " -"pridobivanja rezultatov s poizvedbo. Z uporabo te možnosti dodate predikat (WHERE " -"stavek) k poizvedbi za izbiro različnih vrednosti iz tabele. Običajno je namen " -"omejiti poizvedbo z uporabo filtra za relativni čas na particioniranem ali " -"indeksiranem časovnem polju." +"Prikaže hierarhična razmerja podatkov, pri čemer je vrednost ponazorjena " +"s ploščino, in deleže oz. prispevke k celoti." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:896 -msgid "" -"Extra data to specify table metadata. Currently supports metadata of the format: " -"`{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": " -"\"This table is the source of truth.\" }, \"warning_markdown\": \"This is a " -"warning.\" }`." -msgstr "" -"Dodatni podatki za tabelo metapodatkov. Trenutno je podprta naslednja oblika " -"zapisa metapodatkov: `{ \"certification\": { \"certified_by\": \"Tim za razvoj\", " -"\"details\": \"Ta tabela je vir resnice.\" }, \"warning_markdown\": \"To je " -"opozorilo.\" }`." +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 +msgid "Show info tooltip" +msgstr "Prikaži opis orodja" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:931 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:290 -msgid "Cache timeout" -msgstr "Časovna omejitev predpomnilnika" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 +msgid "Show label" +msgstr "Pokaži oznako" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:932 -msgid "The duration of time in seconds before the cache is invalidated" -msgstr "Trajanje (v sekundah) do razveljavitve predpomnilnika" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 +msgid "Show labels when the node has children." +msgstr "Prikaži oznake, ko ima vozlišče podrejene elemente." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 -msgid "Hours offset" -msgstr "Urni premik" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 +msgid "Show legend" +msgstr "Prikaži legendo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:941 -msgid "" -"The number of hours, negative or positive, to shift the time column. This can be " -"used to move UTC time to local time." -msgstr "" -"Število ur, negativno ali pozitivno, za zamik časovnega stolpca. Na ta način je " -"mogoče UTC čas prestaviti na lokalni čas." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 +msgid "Show less columns" +msgstr "Prikaži manj stolpcev" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:964 -msgid "Spatial" -msgstr "Prostorski" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +msgid "Show less..." +msgstr "Prikaži manj..." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1004 -msgid "Click the lock to make changes." -msgstr "Kliknite ključavnico, da omogočite spreminjanje." +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1007 -msgid "Click the lock to prevent further changes." -msgstr "Kliknite ključavnico, da onemogočite spreminjanje." +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "Prikaži nadzorno ploščo" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1034 -msgid "virtual" -msgstr "virtualni" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 +msgid "Show percentage" +msgstr "Prikaži procente" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1058 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1065 -msgid "Dataset name" -msgstr "Ime podatkovnega seta" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 +msgid "Show pointer" +msgstr "Prikaži kazalec" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1075 -msgid "" -"When specifying SQL, the datasource acts as a view. Superset will use this " -"statement as a subquery while grouping and filtering on the generated parent " -"queries." -msgstr "" -"Ko podajate SQL, se podatkovni vir obnaša kot pogled (view). Superset bo ta zapis " -"uporabil kot podpoizvedbo, pri čemer bo združeval in filtriral na podlagi " -"ustvarjenih starševskih poizvedb." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 +msgid "Show progress" +msgstr "Prikaži območje" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1098 -msgid "The JSON metric or post aggregation definition." -msgstr "JSON mera ali po-agregacijska definicija." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 +msgid "Show rows total" +msgstr "Prikaži vsoto vrstic" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1113 -msgid "Physical" -msgstr "Fizičen" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 +msgid "Show series values on the chart" +msgstr "Na grafikonu prikaži vrednosti serij" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1154 -msgid "" -"The pointer to a physical table (or view). Keep in mind that the chart is " -"associated to this Superset logical table, and this logical table points the " -"physical table referenced here." -msgstr "" -"Kazalec na fizično tabelo (ali pogled). Grafikon je povezan s to Supersetovo " -"logično tabelo, ki kaže na tukaj referencirano fizično tabelo." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 +msgid "Show split lines" +msgstr "Prikaži razdelitvene črte" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1245 -msgid "Warning" -msgstr "Opozorilo" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 +msgid "Show the value on top of the bar" +msgstr "Prikaži vrednosti na vrhu stolpcev" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1247 -msgid "Optional warning about use of this metric" -msgstr "Opcijsko opozorilo za uporabo te mere" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 +#, fuzzy +msgid "Show time column" +msgstr "Ni časovnih stolpcev" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1332 -msgid "Be careful." -msgstr "Bodite previdni." +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 +msgid "Show time grain dropdown" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1333 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" -"Changing these settings will affect all charts using this dataset, including " -"charts owned by other people." +"Show total aggregations of selected metrics. Note that row limit does not" +" apply to the result." msgstr "" -"Spreminjanje teh nastavitev bo vplivalo na vse grafikone, ki uporabljajo ta " -"podatkovni set, vključno z grafikoni v lasti drugih oseb." +"Prikaži skupno agregacijo izbrane mere. Omejitev števila vrstic ne vpliva" +" na rezultat." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1380 -msgid "Sync columns from source" -msgstr "Sinhroniziraj stolpce z virom" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 +msgid "Show totals" +msgstr "Pokaži vsote" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1400 -msgid "Calculated columns" -msgstr "Izračunani stolpci" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +msgid "" +"Showcases a single metric front-and-center. Big number is best used to " +"call attention to a KPI or the one thing you want your audience to focus " +"on." +msgstr "" +"Prikaže eno vrednost. Velika številka je primerna za poudarek KPI-ja ali " +"vrednosti, na katero želite usmeriti pozornost." -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:264 -#: superset-frontend/src/views/components/MenuRight.tsx:332 -msgid "Settings" -msgstr "Nastavitve" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +msgid "" +"Showcases a single number accompanied by a simple line chart, to call " +"attention to an important metric along with its change over time or other" +" dimension." +msgstr "" +"Prikaže eno vrednost skupaj s preprostim črtnim grafikonom, za poudarek " +"pomembne mere skupaj z njeno časovno spremembo." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:112 -msgid "The dataset has been saved" -msgstr "Podatkovni set je shranjen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +msgid "" +"Showcases how a metric changes as the funnel progresses. This classic " +"chart is useful for visualizing drop-off between stages in a pipeline or " +"lifecycle." +msgstr "" +"Prikaže kako se mera spreminja, ko lijak napreduje. Standardni grafikon " +"za prikaz sprememb med nivoji v procesu ali življenjskem ciklu." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:164 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 msgid "" -"The dataset configuration exposed here\n" -" affects all the charts using this dataset.\n" -" Be mindful that changing settings\n" -" here may affect other charts\n" -" in undesirable ways." +"Showcases the flow or link between categories using thickness of chords. " +"The value and corresponding thickness can be different for each side." msgstr "" -"Tukaj prikazane nastavitve podatkovnega seta\n" -" vplivajo na vse grafikone, ki uporabljajo\n" -" ta podatkovni set. Spreminjanje\n" -" nastavitev lahko nezaželeno vpliva\n" -" na druge grafikone." +"Prikaže potek ali povezave med kategorijami z debelino tetiv. Vrednost in" +" debelina sta lahko različni za vsako stran." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:170 -msgid "Are you sure you want to save and apply changes?" -msgstr "Ali resnično želite shraniti in uporabiti spremembe?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 +msgid "" +"Showcases the progress of a single metric against a given target. The " +"higher the fill, the closer the metric is to the target." +msgstr "" +"Prikaže napredovanje posamezne mere glede na cilj. Večja napolnjenost, " +"pomeni, da je mera bližje cilju." -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:176 -msgid "Confirm save" -msgstr "Potrdite shranjevanje" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 +#, python-format +msgid "Showing %s of %s" +msgstr "Prikazanih %s od %s" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:193 -msgid "Edit Dataset " -msgstr "Uredi podatkovni set " +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +msgid "Shows a list of all series available at that point in time" +msgstr "Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno točko" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:211 -msgid "Use legacy datasource editor" -msgstr "Uporabi starejši urejevalnik podatkovnega vira" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:234 -msgid "This dataset is managed externally, and can't be edited in Superset" -msgstr "Ta podatkovni set se ne ureja znotraj Superseta" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 +msgid "" +"Shows the composition of a dataset by segmenting a given rectangle as " +"smaller rectangles with areas proportional to their value or contribution" +" to the whole. Those rectangles may also, in turn, be further segmented " +"hierarchically." +msgstr "" -#: superset-frontend/src/components/DeleteModal/index.tsx:69 -msgid "DELETE" -msgstr "IZBRIŠI" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 +msgid "Significance Level" +msgstr "Stopnja značilnosti" -#: superset-frontend/src/components/DeleteModal/index.tsx:84 -msgid "delete" -msgstr "izbriši" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 +msgid "Simple" +msgstr "Preprosto" -#: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:252 -#, python-format -msgid "Type \"%s\" to confirm" -msgstr "Vnesite \"%s\" za potrditev" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 +msgid "Simple ad-hoc metrics are not enabled for this dataset" +msgstr "Preproste ad-hoc mere za ta podatkovni set niso omogočene" -#: superset-frontend/src/components/EditableTitle/index.tsx:210 -msgid "Click to edit" -msgstr "Kliknite za urejanje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +msgid "Single" +msgstr "Posamezno" -#: superset-frontend/src/components/EditableTitle/index.tsx:212 -msgid "You don't have the rights to alter this title." -msgstr "Nimate pravic za spreminjanje tega naslova." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 +msgid "Single Metric" +msgstr "Ena mera" -#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 -msgid "Unexpected error" -msgstr "Nepričakovana napaka" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 +msgid "Single Value" +msgstr "Ena vrednost" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 -msgid "This may be triggered by:" -msgstr "To je lahko sproženo z/s:" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 +msgid "Single value" +msgstr "Ena vrednost" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 -msgid "Please reach out to the Chart Owner for assistance." -msgstr "Za pomoč se obrnite na lastnika grafikona." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 +msgid "Single value type" +msgstr "Tip z eno vrednostjo" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format -msgid "Chart Owner: %s" -msgstr "Lastnik grafikona: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 +msgid "Size of edge symbols" +msgstr "Velikost simbola povezave" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 -#, python-format -msgid "" -"%(message)s\n" -"This may be triggered by: \n" -"%(issues)s" -msgstr "" -"%(message)s\n" -"To je lahko sproženo z/s: \n" -"%(issues)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 +msgid "Size of marker. Also applies to forecast observations." +msgstr "Velikost markerja. Upošteva se tudi za napovedi." -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 -#, python-format -msgid "%s Error" -msgstr "%s napaka" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" +msgstr "Velikosti vozil" -#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:353 -msgid "Missing dataset" -msgstr "Manjka podatkovni set" +#: superset/views/database/forms.py:177 +msgid "Skip Blank Lines" +msgstr "Izpusti prazne vrstice" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 -msgid "See more" -msgstr "Oglejte si več" +#: superset/views/database/forms.py:174 +msgid "Skip Initial Space" +msgstr "Izpusti začetni presledek" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 -msgid "See less" -msgstr "Oglejte si manj" +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 +msgid "Skip Rows" +msgstr "Izpusti vrstice" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 -msgid "Copy message" -msgstr "Kopiraj sporočilo" +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" +msgstr "Raje izpusti prazne vrstice, kot pa da so prepoznane kot NaN vrednosti." -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:524 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:342 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:258 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:486 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:882 -msgid "Close" -msgstr "Zapri" +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" +msgstr "Izpusti presledek za ločilnikom." -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 -msgid "This was triggered by:" -msgstr "To je bilo sproženo z/s:" +#: superset/views/dashboard/mixin.py:79 +msgid "Slug" +msgstr "Slug" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 -msgid "Did you mean:" -msgstr "Ste mislili:" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 +msgid "Small" +msgstr "Majhno" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format -msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "%(suggestion)s namesto \"%(undefinedParameter)s?\"" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 +msgid "Small number format" +msgstr "Oblika zapisa majhnih števil" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 -msgid "Parameter error" -msgstr "Napaka parametra" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "Zglajena črta" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 msgid "" -"We’re having trouble loading this visualization. Queries are set to timeout after " -"%s second." +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." msgstr "" -"Težava pri nalaganju vizualizacije. Časovni iztek poizvedb je nastavljen na %s " -"sekund." +"Zglajeni črtni grafikon je izpeljanka črtnega grafikona, ki zgladi ostre " +"robove krivulje." -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format -msgid "" -"We’re having trouble loading these results. Queries are set to timeout after %s " -"second." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" msgstr "" -"Težava pri nalaganju rezultatov. Časovni iztek poizvedb je nastavljen na %s " -"sekund." -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#: superset/commands/exceptions.py:115 +msgid "Some roles do not exist" +msgstr "Nekatere vloge ne obstajajo" + +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +#, fuzzy +msgid "Something went wrong." +msgstr "Nekaj je šlo narobe. Poskusite ponovno kasneje." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format -msgid "" -"%(subtitle)s\n" -"This may be triggered by:\n" -" %(issue)s" -msgstr "" -"%(subtitle)s\n" -"To je lahko sproženo z/s: \n" -" %(issue)s" +msgid "Sorry there was an error fetching database information: %s" +msgstr "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 -msgid "Timeout error" -msgstr "Napaka pretečenega časa" +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 +msgid "Sorry there was an error fetching saved charts: " +msgstr "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " -#: superset-frontend/src/components/FaveStar/index.tsx:79 -msgid "Click to favorite/unfavorite" -msgstr "Kliknite za priljubljeno/nepriljubljeno" +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 +msgid "Sorry, An error occurred" +msgstr "Prišlo je do napake" -#: superset-frontend/src/components/FilterableTable/index.tsx:465 -msgid "Cell content" -msgstr "Vsebina celice" +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" +msgstr "Prišlo je do napake" -#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:46 -msgid "" -"Database driver for importing maybe not installed. Visit the Superset " -"documentation page for installation instructions:" -msgstr "" -"Gonilnik podatkovne baze za uvoz ni nameščen. Za navodila pojdite na " -"dokumentacijo Superseta:" +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "Prišlo je do neznane napake" -#: superset-frontend/src/components/ImportModal/index.tsx:209 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1019 -msgid "OVERWRITE" -msgstr "OVERWRITE" +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "Prišlo je do neznane napake" -#: superset-frontend/src/components/ImportModal/index.tsx:281 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:447 -msgid "Overwrite" -msgstr "Prepiši" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." -#: superset-frontend/src/components/ImportModal/index.tsx:281 -msgid "Import" -msgstr "Uvozi" +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 +msgid "Sorry, something went wrong. Try again later." +msgstr "Nekaj je šlo narobe. Poskusite ponovno kasneje." -#: superset-frontend/src/components/ImportModal/index.tsx:285 -#, python-format -msgid "Import %s" -msgstr "Uvozi %s" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 +msgid "Sorry, there appears to be no data" +msgstr "Ni podatkov" -#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format -msgid "Last Updated %s" -msgstr "Zadnja posodobitev %s" +msgid "Sorry, there was an error saving this dashboard: %s" +msgstr "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" + +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 +msgid "Sorry, your browser does not support copying." +msgstr "Vaš brskalnik ne podpira kopiranja." + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +msgstr "Vaš brskalnik ne podpira kopiranja. Uporabite Ctrl / Cmd + C!" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "Razvrsti" -#: superset-frontend/src/components/ListView/ListView.tsx:244 -#, python-format -msgid "%s Selected" -msgstr "Izbranih: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 +msgid "Sort Bars" +msgstr "Uredi stolpce" -#: superset-frontend/src/components/ListView/ListView.tsx:358 -msgid "Deselect all" -msgstr "Počisti izbor" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 +msgid "Sort Descending" +msgstr "Razvrsti padajoče" -#: superset-frontend/src/components/ListView/ListView.tsx:408 -msgid "No results match your filter criteria" -msgstr "Noben rezultat ne ustreza vašim kriterijem" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 +msgid "Sort Metric" +msgstr "Mera za razvrščanje" -#: superset-frontend/src/components/ListView/ListView.tsx:409 -msgid "Try different criteria to display results." -msgstr "Za prikaz rezultatov poskusite z drugačnimi kriteriji." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "Razvrsti naraščajoče" -#: superset-frontend/src/components/ListView/ListView.tsx:412 -msgid "clear all filters" -msgstr "počisti vse filtre" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "Razvrsti vrstice" -#: superset-frontend/src/components/ListView/ListView.tsx:417 -msgid "No Data" -msgstr "Ni podatkov" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 +msgid "Sort X Axis" +msgstr "Razvrsti X-os" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 +msgid "Sort Y Axis" +msgstr "Razvrsti Y-os" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 +msgid "Sort ascending" +msgstr "Razvrsti naraščajoče" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 +msgid "Sort bars by x labels." +msgstr "Uredi stolpce po x-oznakah." + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 +msgid "Sort by" +msgstr "Razvrščanje" -#: superset-frontend/src/components/ListView/ListView.tsx:438 -#: superset-frontend/src/components/TableView/TableView.tsx:240 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format -msgid "%s-%s of %s" -msgstr "%s-%s od %s" +msgid "Sort by %s" +msgstr "Razvrščanje po %s" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 -msgid "Type a value" -msgstr "Vnesite vrednost" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 +msgid "Sort by metric" +msgstr "Mera za razvrščanje" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:91 -msgid "Filter" -msgstr "Filter" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 +msgid "Sort columns alphabetically" +msgstr "Razvrsti stolpce po abecedi" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:98 -msgid "Select or type a value" -msgstr "Izberite ali vnesite vrednost" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 +msgid "Sort columns by" +msgstr "Razvrsti stolpce" -#: superset-frontend/src/components/Modal/Modal.tsx:211 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:835 -msgid "OK" -msgstr "OK" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 +msgid "Sort descending" +msgstr "Razvrsti padajoče" -#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:154 -msgid "Menu actions trigger" -msgstr "Preklapljanje funkcionalnosti menijev" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 +msgid "Sort filter values" +msgstr "Razvrsti vrednosti filtra" -#: superset-frontend/src/components/ReportModal/index.tsx:119 -#, python-format -msgid "Weekly Report for %s" -msgstr "Tedensko poročilo za %s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 +msgid "Sort metric" +msgstr "Mera za razvrščanje" -#: superset-frontend/src/components/ReportModal/index.tsx:120 -msgid "Weekly Report" -msgstr "Tedensko poročilo" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 +msgid "Sort rows by" +msgstr "Razvrsti vrstice" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:197 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 -#: superset-frontend/src/components/ReportModal/index.tsx:206 -msgid "Edit email report" -msgstr "Uredi e-poštno poročilo" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:206 -msgid "Schedule a new email report" -msgstr "Dodaj novo e-poštno poročilo na urnik" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 +msgid "Sort type" +msgstr "Način razvrščanja" -#: superset-frontend/src/components/ReportModal/index.tsx:223 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:123 -msgid "Add" -msgstr "Dodaj" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 +msgid "Source" +msgstr "Izvor" -#: superset-frontend/src/components/ReportModal/index.tsx:231 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1315 -msgid "Message content" -msgstr "Vsebina sporočila" +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 +msgid "Source / Target" +msgstr "Izhodišče/Cilj" -#: superset-frontend/src/components/ReportModal/index.tsx:242 -msgid "Text embedded in email" -msgstr "Besedilo vključeno v e-pošto" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 +msgid "Source SQL" +msgstr "Izvorni SQL" -#: superset-frontend/src/components/ReportModal/index.tsx:246 -msgid "Image (PNG) embedded in email" -msgstr "Slika (PNG) vključena v e-pošto" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +msgid "Source category" +msgstr "Kategorija izvora" -#: superset-frontend/src/components/ReportModal/index.tsx:249 -msgid "Formatted CSV attached in email" -msgstr "Oblikovan CSV pripet e-pošti" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +#, fuzzy +msgid "Sparkline" +msgstr "Markirne črtice" -#: superset-frontend/src/components/ReportModal/index.tsx:289 -msgid "Include a description that will be sent with your report" -msgstr "Vključite opis, ki bo vključen v poročilo" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 +msgid "Spatial" +msgstr "Prostorski" -#: superset-frontend/src/components/ReportModal/index.tsx:303 -msgid "A screenshot of the dashboard will be sent to your email at" -msgstr "Zaslonska slika nadzorne plošče bo poslana na vaš e-naslov ob" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 +msgid "Specific Date/Time" +msgstr "Fiksen Datum/Čas" -#: superset-frontend/src/components/ReportModal/index.tsx:320 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1245 -msgid "Timezone" -msgstr "Časovni pas" +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 +msgid "Specify a schema (if database flavor supports this)." +msgstr "Podajte shemo (če vrsta podatkovne baze to podpira)" -#: superset-frontend/src/components/ReportModal/index.tsx:336 -msgid "Failed to update report" -msgstr "Posodabljanje poročila neuspešno" +#: superset/views/database/forms.py:351 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "Določite podvojene stolpce kot \"X.0, X.1\"." -#: superset-frontend/src/components/ReportModal/index.tsx:337 -msgid "Failed to create report" -msgstr "Ustvarjanje poročila nesupešno" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:193 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:215 -msgid "Email reports active" -msgstr "E-poštna poročila aktivna" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:200 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:231 -msgid "Delete email report" -msgstr "Izbriši e-poštno poročilo" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 +msgid "" +"Specify the database version. This should be used with Presto in order to" +" enable query cost estimation." +msgstr "" +"Podajte verzijo podatkovne baze. Uporablja se s Presto, za potrebe " +"ocenjevanja potratnosti poizvedbe." -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:207 -msgid "Set up an email report" -msgstr "Nastavite e-poštno poročilo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 +msgid "Split number" +msgstr "Število razdelitev" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:258 -msgid "Schedule email report" -msgstr "Dodaj e-poštno poročilo na urnik" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Square kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "Parametri" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "poizvedbe" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:285 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:504 -#, python-format -msgid "This action will permanently delete %s." -msgstr "S tem dejanjem boste trajno izbrisali %s." +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +msgid "Stack" +msgstr "Naloži" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:296 -msgid "Delete Report?" -msgstr "Izbrišem poročilo?" +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" -#: superset-frontend/src/components/Select/Select.tsx:614 -#: superset-frontend/src/components/Select/Select.tsx:694 -#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 -msgid "Loading..." -msgstr "Nalagam ..." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 +msgid "Stack series" +msgstr "Nalagaj serije" -#: superset-frontend/src/components/TableLoader/index.tsx:91 -msgid "Access to user activity data is restricted" -msgstr "Dostop do aktivnosti uporabnikov je omejen" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +msgid "Stack series on top of each other" +msgstr "Nalagaj serije eno na drugo" -#: superset-frontend/src/components/TableSelector/index.tsx:240 -msgid "There was an error loading the tables" -msgstr "Napaka pri nalaganju tabel" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 +msgid "Stacked" +msgstr "Naložen" -#: superset-frontend/src/components/TableSelector/index.tsx:324 -msgid "See table schema" -msgstr "Ogled sheme tabele" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 +msgid "Stacked Bars" +msgstr "Naloženi stolpci" -#: superset-frontend/src/components/TableSelector/index.tsx:331 -#: superset-frontend/src/components/TableSelector/index.tsx:343 -msgid "Select table or type table name" -msgstr "Izberite ali vnesite ime tabele" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 +msgid "Stacked Style" +msgstr "Slog nalaganja" -#: superset-frontend/src/components/TableSelector/index.tsx:354 -msgid "Force refresh table list" -msgstr "Osveži seznam tabel" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" +msgstr "Naložen slog" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 -msgid "Timezone selector" -msgstr "Izbira časovnega pasa" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +msgid "Standard time series" +msgstr "Standardna časovna vrsta" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 -msgid "" -"There is not enough space for this component. Try decreasing its width, or " -"increasing the destination width." -msgstr "" -"Za to komponento ni dovolj prostora. Poskusite zmanjšati širino ali pa povečati " -"širino cilja." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 +msgid "Start" +msgstr "Začetek" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 -msgid "Can not move top level tab into nested tabs" -msgstr "Najvišjega zavihka ni mogoče premakniti v gnezdene zavihke" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "Začetna Dolž. in Širina" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 -msgid "This chart has been moved to a different filter scope." -msgstr "Ta grafikon je bil prestavljen v drug doseg filtrov." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "Začetna Dolž. in Širina" -#: superset-frontend/src/dashboard/actions/dashboardState.js:98 -msgid "There was an issue fetching the favorite status of this dashboard." -msgstr "" -"Pri pridobivanju statusa \"priljubljeno\" za to nadzorno ploščo je prišlo do " -"težave." +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 +msgid "Start Review" +msgstr "Začetek pregleda" -#: superset-frontend/src/dashboard/actions/dashboardState.js:119 -msgid "There was an issue favoriting this dashboard." -msgstr "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 +msgid "Start angle" +msgstr "Začetni kot" -#: superset-frontend/src/dashboard/actions/dashboardState.js:143 -msgid "This dashboard is now published" -msgstr "Ta nadzorna plošča je sedaj objavljena" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 +msgid "Start at (UTC)" +msgstr "Zažene se ob (UTC)" -#: superset-frontend/src/dashboard/actions/dashboardState.js:144 -msgid "This dashboard is now hidden" -msgstr "Ta nadzorna plošča je sedaj skrita" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "Začetni kot" -#: superset-frontend/src/dashboard/actions/dashboardState.js:152 -msgid "You do not have permissions to edit this dashboard." -msgstr "Nimate dovoljenj za urejanje te nadzorne plošče." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 +msgid "Start date included in time range" +msgstr "Začetni datum je vključen v časovno obdobje" -#: superset-frontend/src/dashboard/actions/dashboardState.js:233 -msgid "[ untitled dashboard ]" -msgstr "[ neimenovana nadzorna plošča ]" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 +msgid "Start y-axis at 0" +msgstr "Začni y-os z 0" -#: superset-frontend/src/dashboard/actions/dashboardState.js:284 -#: superset-frontend/src/dashboard/actions/dashboardState.js:322 -msgid "This dashboard was saved successfully." -msgstr "Nadzorna plošča je bila uspešno shranjena." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 +msgid "" +"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " +"data." +msgstr "" +"Začni y-os z nič. Ne izberite, če želite, da se y-os začne z najmanjšo " +"vrednostjo podatkov." -#: superset-frontend/src/dashboard/actions/dashboardState.js:328 -msgid "Sorry, an unknown error occured" -msgstr "Prišlo je do neznane napake" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "Status" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 +msgid "State" +msgstr "Status" -#: superset-frontend/src/dashboard/actions/dashboardState.js:331 +#: superset/sql_lab.py:511 #, python-format -msgid "Sorry, there was an error saving this dashboard: %s" -msgstr "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:337 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:111 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:117 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 -msgid "You do not have permission to edit this dashboard" -msgstr "Nimate dovoljenja za urejanje te nadzorne plošče" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Statistical" +msgstr "Statistično" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:119 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 -msgid "Could not fetch all saved charts" -msgstr "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 +msgid "Status" +msgstr "Status" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:124 -msgid "Sorry there was an error fetching saved charts: " -msgstr "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:131 -msgid "Visualization" -msgstr "Vizualizacija" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:135 -msgid "Data source" -msgstr "Podatkovni vir" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:140 -msgid "Added" -msgstr "Dodano" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 +msgid "Step type" +msgstr "Stopnični tip" -#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +msgid "Stepped Line" +msgstr "Stopničasta črta" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 msgid "" -"Any color palette selected here will override the colors applied to this " -"dashboard's individual charts" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." msgstr "" -"Na tem mestu izbrana barvna shema bo nadomestila barve posameznih grafikonov v " -"tej nadzorni plošči" +"Stopničasti grafikon je izpeljanka črtnega grafikona, pri čemer krivuljo " +"tvorijo stopnice med posameznimi točkami. Koristen je za prikaz sprememb " +"na posameznih intervalih." -#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 -msgid "You have unsaved changes." -msgstr "Imate neshranjene spremembe." +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 +msgid "Stop" +msgstr "Ustavi" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 -msgid "Changes saved." -msgstr "Spremembe shranjene." +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 +msgid "Stop query" +msgstr "Ustavi poizvedbo" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 -msgid "Disable embedding?" -msgstr "Onemogočite vgrajevanje?" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" +msgstr "Ustavi (Ctrl + e)" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 -msgid "This will remove your current embed configuration." -msgstr "To bo odstranilo trenutno konfiguracijo za vgrajevanje." +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 +msgid "Stop running (Ctrl + x)" +msgstr "Ustavi (Ctrl + x)" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 -msgid "Embedding deactivated." -msgstr "Vgrajevanje deaktivirano." +#: superset/databases/commands/exceptions.py:128 +msgid "Stopped an unsafe database connection" +msgstr "Nevarna povezava s podatkovno bazo je bila ustavljena" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 -msgid "Sorry, something went wrong. Embedding could not be deactivated." -msgstr "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "Histogram" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:163 -msgid "" -"This dashboard is ready to embed. In your application, pass the following id to " -"the SDK:" -msgstr "" -"Nadzorna plošča je pripravljena za vgradnjo. V svoji aplikaciji v SDK vključite " -"naslednji ID:" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "nedavne" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:170 -msgid "Configure this dashboard to embed it into an external web application." -msgstr "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 +msgid "Strength to pull the graph toward center" +msgstr "Sila privlačnosti med grafikonom in središčem" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:176 -msgid "For further instructions, consult the" -msgstr "Za nadaljnja navodila se posvetujte z" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" +msgstr "Raztegnjen slog" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:180 -msgid "Superset Embedded SDK documentation." -msgstr "Dokumentacija SDK za vgrajevanje." +#: superset/views/database/forms.py:299 +msgid "Strings used for sheet names (default is the first sheet)." +msgstr "" +"Znakovni nizi uporabljeni za imena preglednic (privzeto je prva " +"preglednica)." -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:186 -msgid "Allowed Domains (comma separated)" -msgstr "Dovoljene domene (ločeno z vejico)" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +msgid "Stroke Color" +msgstr "Barva obrobe" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:188 -msgid "" -"A list of domain names that can embed this dashboard. Leaving this field empty " -"will allow embedding from any domain." -msgstr "" -"Seznam imen domen, ki lahko vgradijo to nadzorno ploščo. Če polje ostane prazno, " -"je vgrajevanje dovoljeno iz vseh domen." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "Debelina obrobe" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:208 -msgid "Deactivate" -msgstr "Deaktiviraj" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +msgid "Stroked" +msgstr "Obrobljeno" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:216 -msgid "Save changes" -msgstr "Shrani spremembe" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Structural" +msgstr "Strukturni" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:225 -msgid "Enable embedding" -msgstr "Omogoči vgrajevanje" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 +msgid "Style" +msgstr "Slog" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:237 -msgid "Embed" -msgstr "Vgradi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 +msgid "Style the ends of the progress bar with a round cap" +msgstr "Zaobljena oblika koncev območja" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:161 -msgid "Drag and drop components and charts to the dashboard" -msgstr "Povlecite in spustite elemente in grafikone na nadzorno ploščo" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 +msgid "Subdomain" +msgstr "Poddomena" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:162 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:185 -msgid "You can create a new chart or use existing ones from the panel on the right" -msgstr "Ustvarite lahko nove grafikone ali uporabite obstoječe iz panela na desni" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 +msgid "Subheader" +msgstr "Podnaslov" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:184 -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:178 -msgid "Drag and drop components to this tab" -msgstr "Povlecite in spustite elemente na zavihek" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 +msgid "Subheader Font Size" +msgstr "Velikost pisave podnaslova" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:205 -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:179 -msgid "There are no components added to this tab" -msgstr "Na zavihek niso bili dodani elementi" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:207 -msgid "You can add the components in the edit mode." -msgstr "Elemente lahko dodate v načinu urejanja." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:447 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:209 -msgid "Edit the dashboard" -msgstr "Uredi nadzorno ploščo" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 +msgid "Success" +msgstr "Uspelo" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 -msgid "Ready to review filters in this dashboard?" -msgstr "Ste pripravljeni za pregled filtrov v tej nadzorni plošči?" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "Spremeni podatkovni set" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 -msgid "Remind me in 24 hours" -msgstr "Opomni me čez 24 ur" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 +msgid "Suffix to apply after the percentage display" +msgstr "Pripona za prikaz procenta" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 -msgid "Start Review" -msgstr "Začetek pregleda" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:169 -msgid "" -"filter_box will be deprecated in a future version of Superset. Please replace " -"filter_box by dashboard filter components." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" msgstr "" -"Element filter_box bo v prihodnjih verzijah Superseta opuščen. Nadomestite ga s " -"filtri nadzorne plošče." -#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 -msgid "" -"There is no chart definition associated with this component, could it have been " -"deleted?" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" msgstr "" -"S to komponento ni povezana nobena definicija grafikona. Ali je bila izbrisana?" -#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 -msgid "Delete this container and save to remove this message." -msgstr "Izbrišite ta okvir in shranite za odpravo tega sporočila." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "Ne osvežuj" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +msgid "Sum of values over specified period" +msgstr "Vsota vrednosti v dani periodi" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10 sekund" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "Prazne (Null) vrednosti" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 -msgid "30 seconds" -msgstr "30 sekund" +#: superset/viz.py:1888 +msgid "Sunburst" +msgstr "Sunburst" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 +msgid "Sunburst Chart" +msgstr "Večnivojski tortni grafikon" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 -msgid "1 minute" -msgstr "1 minuta" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "Večnivojski tortni grafikon" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 -msgid "5 minutes" -msgstr "5 minut" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 +msgid "Sunday" +msgstr "Nedelja" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 -msgid "30 minutes" -msgstr "30 minut" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 +msgid "Superset Chart" +msgstr "Superset grafikon" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 -msgid "1 hour" -msgstr "1 ura" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "Dokumentacija SDK za vgrajevanje." -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" -msgstr "6 ur" +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 +msgid "Superset chart" +msgstr "Superset grafikon" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12 ur" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 +msgid "Superset dashboard" +msgstr "Superset nadzorna plošča" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 ur" +#: superset/errors.py:111 +msgid "Superset encountered an error while running a command." +msgstr "Superset je naletel na napako pri izvajanju ukaza." -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:90 -msgid "Refresh interval saved" -msgstr "Interval osveževanja shranjen" +#: superset/errors.py:112 +msgid "Superset encountered an unexpected error." +msgstr "Superset je naletel na nepričakovano napako." -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:121 -msgid "Refresh interval" -msgstr "Interval osveževanja" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 +msgid "Supported databases" +msgstr "Podprte podatkovne baze" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh frequency" -msgstr "Frekvenca osveževanja" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" +msgstr "Rezultati anket" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:135 -msgid "Are you sure you want to proceed?" -msgstr "Ali želite nadaljevati?" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 +msgid "Swap Groups and Columns" +msgstr "Zamenjaj Skupine in Stolpce" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 -msgid "Save for this session" -msgstr "Shranite za to sejo" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "podatkovni set" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:156 -msgid "You must pick a name for the new dashboard" -msgstr "Izbrati morate ime nove nadzorne plošče" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 +msgid "Swap rows and columns" +msgstr "Zamenjaj vrstice in stolpce" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 -msgid "Save dashboard" -msgstr "Shrani nadzorno ploščo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +#, fuzzy +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" +"Univerzalni grafikon za vizualizacijo podatkov. Izbirajte med " +"stopničastimi, črtnimi, raztresenimi in stolpčnimi grafikoni. Grafikon " +"ima širok nabor prilagoditev." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:187 -#, python-format -msgid "Overwrite Dashboard [%s]" -msgstr "Prepiši nadzorno ploščo [%s]" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +#, fuzzy +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " +"line, scatter, and bar charts. This viz type has many customization " +"options as well." +msgstr "" +"Univerzalni grafikon za prikaz časovnih vrst. Izbirajte med stopničnimi, " +"črtnimi, raztresenimi in stolpčnimi grafikoni. Grafikon ima širok nabor " +"prilagoditev." -#: superset-frontend/src/dashboard/components/SaveModal.tsx:195 -msgid "Save as:" -msgstr "Shrani kot:" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 +msgid "Symbol" +msgstr "Simbol" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 -msgid "[dashboard name]" -msgstr "[ime nadzorne plošče]" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 +msgid "Symbol of two ends of edge line" +msgstr "Simbol za konca povezave" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:209 -msgid "also copy (duplicate) charts" -msgstr "kopiraj (podvoji) tudi grafikone" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 +msgid "Symbol size" +msgstr "Velikost simbola" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:293 -msgid "Filter your charts" -msgstr "Filtriraj grafikone" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 +msgid "Sync columns from source" +msgstr "Sinhroniziraj stolpce z virom" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:304 -#, python-format -msgid "Sort by %s" -msgstr "Razvrščanje po %s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 +msgid "Syntax" +msgstr "Sintaksa" -#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:71 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:388 -msgid "Superset chart" -msgstr "Superset grafikon" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 +msgid "TABLES" +msgstr "TABELE" -#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 -msgid "Check out this chart in dashboard:" -msgstr "Preizkusite ta grafikon v nadzorni plošči:" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "Časoven" -#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:115 -msgid "Layout elements" -msgstr "Postavitev elementov" +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "Časoven" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" -msgstr "Doseg medsebojnega filtra" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" +msgstr "ČET" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 -msgid "Load a CSS template" -msgstr "Naloži CSS predlogo" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 +msgid "TUE" +msgstr "TOR" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 -msgid "Live CSS editor" -msgstr "CSS urejevalnik v živo" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 +msgid "Tab name" +msgstr "Naslov zavihka" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:440 -msgid "There are no charts added to this dashboard" -msgstr "V nadzorni plošči ni grafikonov" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 +msgid "Tab title" +msgstr "Naslov zavihka" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:443 -msgid "Go to the edit mode to configure the dashboard and add charts" -msgstr "" -"Za nastavitve nadzorne plošče in dodajanje grafikonov pojdite v način urejanja" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 +msgid "Table" +msgstr "Tabela" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#: superset/views/core.py:1740 #, python-format -msgid "Applied Cross Filters (%d)" -msgstr "Uporabljeni medsebojni filtri (%d)" +msgid "Table %(table)s wasn't found in the database %(db)s" +msgstr "Tabela %(table)s ni bila najdena v podatkovni bazi %(db)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" -msgstr "Uporabljeni filtri (%d)" +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 +msgid "Table Exists" +msgstr "Tabela obstaja" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "Neskladni filtri (%d)" +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 +msgid "Table Name" +msgstr "Ime tabele" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "Neuporabljeni filtri (%d)" +#: superset/viz.py:698 +msgid "Table View" +msgstr "Tabelarični pogled" -#: superset-frontend/src/dashboard/components/Header/index.jsx:306 +#: superset/datasets/commands/exceptions.py:130 #, python-format msgid "" -"This dashboard is currently auto refreshing; the next auto refresh will be in %s." +"Table [%(table_name)s] could not be found, please double check your " +"database connection, schema, and table name" msgstr "" -"Nadzorna plošča se trenutno samodejno osvežuje. Naslednja samodejna osvežitev bo " -"čez %s." +"Tabele [%(table_name)s] ni mogoče najti. Preverite povezavo, shemo in ime" +" podatkovne baze" -#: superset-frontend/src/dashboard/components/Header/index.jsx:396 -msgid "Your dashboard is too large. Please reduce its size before saving it." -msgstr "Vaša nadzorna plošča je prevelika. Pred shranjevanjem jo zmanjšajte." +#: superset/views/base.py:303 +msgid "" +"Table [%{table}s] could not be found, please double check your database " +"connection, schema, and table name, error: {}" +msgstr "" +"Tabela [%{table}s] ni najdena. Preverite povezavo, shemo in ime tabele v " +"podatkovni bazi. Napaka: {}" -#: superset-frontend/src/dashboard/components/Header/index.jsx:497 -msgid "Add the name of the dashboard" -msgstr "Dodajte naziv nadzorne plošče" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 +msgid "Table cache timeout" +msgstr "Trajanje predpomnilnika tabele" -#: superset-frontend/src/dashboard/components/Header/index.jsx:498 -msgid "Dashboard title" -msgstr "Naziv nadzorne plošče" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "Stolpec z naslovi" -#: superset-frontend/src/dashboard/components/Header/index.jsx:533 -msgid "Undo the action" -msgstr "Razveljavi dejanje" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "Omogoči napovedovanje" -#: superset-frontend/src/dashboard/components/Header/index.jsx:553 -msgid "Redo the action" -msgstr "Ponovno uveljavi dejanje" +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "Ime tabele ne sme vsebovati sheme" -#: superset-frontend/src/dashboard/components/Header/index.jsx:578 -#: superset-frontend/src/dashboard/components/Header/index.jsx:580 -msgid "Discard" -msgstr "Zavrzi" +#: superset/databases/decorators.py:47 +msgid "Table name undefined" +msgstr "Ime tabele ni definirano" -#: superset-frontend/src/dashboard/components/Header/index.jsx:611 -#: superset-frontend/src/dashboard/components/Header/index.jsx:613 -msgid "Edit dashboard" -msgstr "Uredi nadzorno ploščo" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 +msgid "" +"Table that visualizes paired t-tests, which are used to understand " +"statistical differences between groups." +msgstr "" +"Tabela, ki prikazuje uparjene t-teste, ki se uporabljajo za prikaz " +"statističnih razlik med skupinami." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:129 -msgid "An error occurred while fetching available CSS templates" -msgstr "Pri pridobivanju CSS predlog je prišlo do napake" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 +msgid "Tables" +msgstr "Tabele" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:162 -msgid "Refreshing charts" -msgstr "Osveževanje grafikonov" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 +msgid "Tabs" +msgstr "Zavihki" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 -msgid "Superset dashboard" -msgstr "Superset nadzorna plošča" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 +msgid "Tabular" +msgstr "Tabelarično" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 -msgid "Check out this dashboard: " -msgstr "Preizkusite to nadzorno ploščo: " +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "Podatkovnega niza ni mogoče ustvariti." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:252 -msgid "Refresh dashboard" -msgstr "Osveži nadzorno ploščo" +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "Podatkovnega niza ni mogoče izbrisati." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:261 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:274 -msgid "Exit fullscreen" -msgstr "Izhod iz celozaslonskega načina" +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:262 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:275 -msgid "Enter fullscreen" -msgstr "Vklopi celozaslonski način" +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "Parametri podatkovnega seta so neveljavni." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:270 -msgid "Edit properties" -msgstr "Uredi lastnosti" +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "Podatkovnega niza ni mogoče izbrisati." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 -msgid "Edit CSS" -msgstr "Uredi CSS" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 +msgid "Tags" +msgstr "Značke" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:314 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:422 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 -msgid "Download as image" -msgstr "Izvozi kot sliko" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 +msgid "" +"Take your data points, and group them into \"bins\" to see where the " +"densest areas of information lie" +msgstr "" +"Vzame podatkovne točke in jih razporedi v razdelke, kjer se vidi območja " +"z največjo gostoto informacij" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:322 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:382 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:303 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:230 -msgid "Share" -msgstr "Deljenje" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +msgid "Target" +msgstr "Cilj" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:386 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:305 -msgid "Copy permalink to clipboard" -msgstr "Kopiraj povezavo v odložišče" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "Ciljna barva" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 -msgid "Share permalink by email" -msgstr "Deli povezavo po e-pošti" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 +msgid "Target aspect ratio for treemap tiles." +msgstr "Ciljno razmerje za razdelke drevesnega grafikona." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:341 -msgid "Embed dashboard" -msgstr "Vgradi nadzorno ploščo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +msgid "Target category" +msgstr "Kategorija cilja" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:348 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:331 -msgid "Manage email report" -msgstr "Upravljaj e-poštno poročilo" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 +msgid "Target value" +msgstr "Ciljna vrednost" + +#: superset/views/css_templates.py:46 +msgid "Template Name" +msgstr "Ime predloge" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 +msgid "Template parameters" +msgstr "Parametri predlog" + +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" +"Vzorčna povezava, vključiti je mogoče {{ metric }} ali drugo vrednost iz " +"kontrolnikov." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:377 -msgid "Set filter mapping" -msgstr "Nastavi shemo filtrov" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 +msgid "" +"Terminate running queries when browser window closed or navigated to " +"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " +"databases." +msgstr "" +"Ustavi zagnane poizvedbe, ko se zapre okno brskalnika ali gre na drugo " +"stran. na razpolago za Presto, Hive, MySQL, Postgres in Snowflake " +"podatkovne baze." -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:390 -msgid "Set auto-refresh interval" -msgstr "Nastavi interval samodejnega osveževanja" +#: superset/templates/superset/models/database/macros.html:22 +msgid "Test Connection" +msgstr "Preizkusi povezavo" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:100 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:826 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:484 -msgid "Apply" -msgstr "Uporabi" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 +msgid "Test connection" +msgstr "Preizkus povezave" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:272 -msgid "A valid color scheme is required" -msgstr "Zahtevana je veljavna barvna shema" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 +msgid "Text" +msgstr "Besedilo" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:337 -msgid "Dashboard properties updated" -msgstr "Lastnosti nadzorne plošče posodobljene" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 +msgid "Text align" +msgstr "Poravnava besedila" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:355 -msgid "The dashboard has been saved" -msgstr "Nadzorna plošča je bila shranjena" +#: superset-frontend/src/components/ReportModal/index.tsx:248 +msgid "Text embedded in email" +msgstr "Besedilo vključeno v e-pošto" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:371 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:414 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:299 -msgid "Access" -msgstr "Dostop" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:386 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:433 +#: superset/views/dashboard/mixin.py:52 msgid "" -"Owners is a list of users who can alter the dashboard. Searchable by name or " -"username." +"The CSS for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" msgstr "" -"\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo. Iskanje " -"je možno po imenu ali uporabniškem imenu." +"CSS za posamezne nadzorne plošče lahko spreminjamo tukaj ali pa v pogledu" +" nadzorne plošče, kjer so spremembe vidne takoj" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:392 -msgid "Colors" -msgstr "Barve" +#: superset/errors.py:124 +msgid "" +"The CTAS (create table as select) doesn't have a SELECT statement at the " +"end. Please make sure your query has a SELECT as its last statement. " +"Then, try running your query again." +msgstr "" +"CTAS (create table as select) na koncu nima SELECT stavka. Poskrbite, da " +"bo v poizvedbi SELECT zadnji stavek. Potem ponovno poženite poizvedbo." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:453 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 msgid "" -"Roles is a list which defines access to the dashboard. Granting a role access to " -"a dashboard will bypass dataset level checks. If no roles are defined, then the " -"dashboard is available to all roles." +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." msgstr "" -"\"Vloge\" je seznam, ki definira dostop do nadzorne plošče. Dodelitev vloge za " -"dostop do nadzorne plošče bo obšlo preverjanje na nivoju podatkovnega seta. Če " -"vloga ni definirana, bo nadzorna plošča dostopna vsem vlogam." +"GeoJsonLayer uporablja podatke v formatu GeoJSON in jih izriše kot " +"interaktivne poligone, črte in točke (krogi, ikone in/ali besedila)." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:503 -msgid "Dashboard properties" -msgstr "Lastnosti nadzorne plošče" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "V URL-ju manjkata parametra dataset_id ali slice_id." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524 -msgid "This dashboard is managed externally, and can't be edited in Superset" -msgstr "Ta nadzorna plošča se ne ureja znotraj Superseta" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:241 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 -msgid "Basic information" -msgstr "Osnovne informacije" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 +msgid "" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559 -msgid "URL slug" -msgstr "URL slug" +#: superset/views/core.py:372 +msgid "The access requests seem to have been deleted" +msgstr "Zdi se, da je bila zahteva za dostop izbrisana" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:563 -msgid "A readable URL for your dashboard" -msgstr "Berljiv URL za vašo nadzorno ploščo" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 +msgid "The annotation has been saved" +msgstr "Označba je bila shranjena" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:572 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:264 -msgid "Certification" -msgstr "Certifikacija" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 +msgid "The annotation has been updated" +msgstr "Označba je bila posodobljena" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:581 -msgid "Person or group that has certified this dashboard." -msgstr "Oseba ali skupina, ki je certificirala to nadzorno ploščo." +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 +msgid "" +"The category of source nodes used to assign colors. If a node is " +"associated with more than one category, only the first will be used." +msgstr "" +"Kategorija izvornih vozlišč, na podlagi katere je določena barva. Če je " +"vozlišče povezano z več kot eno kategorijo, bo uporabljena samo prva." -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:592 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:281 -msgid "Any additional detail to show in the certification tooltip." -msgstr "Dodatne podrobnosti za prikaz v certifikacijskem orodju." +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "Podatkovni vir ne obstaja" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:612 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 -msgid "JSON metadata" -msgstr "JSON metapodatki" +#: superset/common/query_context_processor.py:584 +msgid "The chart does not exist" +msgstr "Grafikon ne obstaja" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" -"This dashboard is not published, it will not show up in the list of dashboards. " -"Click here to publish this dashboard." +"The classic. Great for showing how much of a company each investor gets, " +"what demographics follow your blog, or what portion of the budget goes to" +" the military industrial complex.\n" +"\n" +" Pie charts can be difficult to interpret precisely. If clarity of" +" relative proportion is important, consider using a bar or other chart " +"type instead." msgstr "" -"Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih " -"plošč. Kliknite tukaj za njeno objavo." +"Standardni grafikon za prikaz deležev. Tortne grafikone je težje natančno" +" interpretirati, takrat lahko uporabite npr. stolpčni grafikon." -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 +msgid "The color for points and clusters in RGB" +msgstr "Barva točk in gruč v RGB zapisu" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 +msgid "The color scheme for rendering chart" +msgstr "Barvna shema za izris grafikona" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 +#, fuzzy msgid "" -"This dashboard is not published which means it will not show up in the list of " -"dashboards. Favorite it to see it there or access it by using the URL directly." +"The color scheme is determined by the related dashboard.\n" +" Edit the color scheme in the dashboard properties." msgstr "" -"Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih " -"plošč. Uvrstite jo med priljubljene, da jo boste videli tam, ali pa uporabite URL " -"za neposredni dostop." +"Barvna shema je določena s povezano nadzorno ploščo.\n" +" Barvno shemo uredite v nastavitvah nadzorne plošče." -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 -msgid "This dashboard is published. Click to make it a draft." -msgstr "Ta nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "Spustite stolpec sem" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:304 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:507 -msgid "Draft" -msgstr "Osnutek" +#: superset/errors.py:105 +msgid "The column was deleted or renamed in the database." +msgstr "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:48 -msgid "Annotation layers are still loading." -msgstr "Sloj z oznakami se še vedno nalaga." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "Standard za oznake držav, ki bodo podane v stolpcu z državami" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:49 -msgid "One ore more annotation layers failed loading." -msgstr "Eden ali več slojev z oznakami se ni naložil." +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 +msgid "The dashboard has been saved" +msgstr "Nadzorna plošča je bila shranjena" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:102 -msgid "Emitted values" -msgstr "Oddane vrednosti" +#: superset/views/core.py:197 +msgid "The data source seems to have been deleted" +msgstr "Zdi se, da je bil podatkovni vir izbrisan" + +#: superset/connectors/sqla/views.py:115 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" +"Podatkovni tip, ki izvira iz podatkovne baze. V nekaterih primerih je " +"potrebno ročno vnesti tip za stolpce, ki temeljijo na izrazih. V večini " +"primerov uporabniku tega ni potrebno spreminjati." -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:115 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format -msgid "Click to edit %s in a new tab" -msgstr "Kliknite za urejanje %s v novem zavihku" +msgid "" +"The database %s is linked to %s charts that appear on %s dashboards and " +"users have %s SQL Lab tabs using this database open. Are you sure you " +"want to continue? Deleting the database will break those objects." +msgstr "" +"Podatkovna baza %s je povezana z grafikoni %s, ki so prisotni na nadzorni" +" plošči %s in uporabniki imajo odprtih %s zavihkov SQL laboratorija. Ali " +"želite nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:116 -msgid "Click to edit chart in a new tab" -msgstr "Kliknite za urejanje grafikona v novem zavihku" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "Stolpec v podatkovni bazi, ki vsebuje podatke črt" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:183 -msgid "Click to clear emitted filters" -msgstr "S klikom počistite oddane filtre" +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "Podatkovna baza ni bila najdena." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:179 -msgid "Data refreshed" -msgstr "Podatki osveženi" +#: superset/errors.py:132 +msgid "The database is currently running too many queries." +msgstr "Podatkovna baza trenutno izvaja preveč poizvedb." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -#, python-format -msgid "Cached %s" -msgstr "Predpomnjeno %s" +#: superset/errors.py:99 +msgid "The database is under an unusual load." +msgstr "Podatkovni vir je neobičajno obremenjen." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:260 -#, python-format -msgid "Fetched %s" -msgstr "Pridobljeno %s" +#: superset/sqllab/commands/execute.py:172 +msgid "" +"The database referenced in this query was not found. Please contact an " +"administrator for further assistance or try again." +msgstr "" +"Podatkovna baza, referencirana v tej poizvedbi, ni bila najdena. " +"Kontaktirajte administratorja za napotke ali pa poskusite znova." + +#: superset/errors.py:100 +msgid "The database returned an unexpected error." +msgstr "Podatkovna baza je vrnila nepričakovano napako." + +#: superset/errors.py:144 +msgid "The database was deleted." +msgstr "Podatkovna baza je bila izbrisana." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:269 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 +msgid "The database was not found." +msgstr "Podatkovna baza ni bila najdena." + +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format -msgid "Query %s: %s" -msgstr "Poizvedba %s: %s" +msgid "" +"The dataset %s is linked to %s charts that appear on %s dashboards. Are " +"you sure you want to continue? Deleting the dataset will break those " +"objects." +msgstr "" +"Podatkovni set %s je povezan z grafikoni %s, ki so prisotni na nadzorni " +"plošči %s. Ali želite nadaljevati? Izbris podatkovnega seta bo pokvaril " +"te objekte." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:288 -msgid "Force refresh" -msgstr "Osveži" +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 +msgid "The dataset associated with this chart no longer exists" +msgstr "Podatkovni set, povezan s tem grafikonom, ne obstaja več" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:301 -msgid "Hide chart description" -msgstr "Skrij opis grafikona" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 +msgid "" +"The dataset configuration exposed here\n" +" affects all the charts using this dataset.\n" +" Be mindful that changing settings\n" +" here may affect other charts\n" +" in undesirable ways." +msgstr "" +"Tukaj prikazane nastavitve podatkovnega seta\n" +" vplivajo na vse grafikone, ki uporabljajo\n" +" ta podatkovni set. Spreminjanje\n" +" nastavitev lahko nezaželeno vpliva\n" +" na druge grafikone." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:302 -msgid "Show chart description" -msgstr "Prikaži opis grafikona" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 +msgid "The dataset has been saved" +msgstr "Podatkovni set je shranjen" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:311 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:356 -msgid "Edit chart" -msgstr "Uredi grafikon" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 +msgid "The dataset linked to this chart may have been deleted." +msgstr "Podatkovni set, povezan s tem grafikonom, je bil izbrisan." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:321 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:357 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:359 -msgid "View query" -msgstr "Ogled poizvedbe" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 +msgid "The datasource couldn't be loaded" +msgstr "Podatkovnega vira ni mogoče naložiti" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:337 -msgid "Drill to detail" -msgstr "Vrtaj v podrobnosti" +#: superset/errors.py:98 +msgid "The datasource is too large to query." +msgstr "Podatkovni vir je prevelik za poizvedbo." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:340 -#, python-format -msgid "Chart Data: %s" -msgstr "Podatki grafikona: %s" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 +msgid "" +"The description can be displayed as widget headers in the dashboard view." +" Supports markdown." +msgstr "" +"Opis je lahko prikazan kot glava gradnika in pogledu nadzorne plošče. " +"Podpira markdown." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:375 -msgid "Cross-filter scoping" -msgstr "Doseg medsebojnega filtra" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 +msgid "The distance between cells, in pixels" +msgstr "Razdalja med celicami v pikslih" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:387 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:308 -msgid "Share chart by email" -msgstr "Deli grafikon po e-pošti" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." +msgstr "Trajanje (v sekundah) do razveljavitve predpomnilnika" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:389 -msgid "Check out this chart: " -msgstr "Preizkusite ta grafikon: " +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +msgid "The encoding format of the lines" +msgstr "Oblika kodiranja črt" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:398 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:266 -msgid "Download" -msgstr "Prenos" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 +msgid "" +"The engine_params object gets unpacked into the sqlalchemy.create_engine " +"call." +msgstr "Objekt engine_params se razširi v klic sqlalchemy.create_engine." -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:403 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:290 -msgid "Export to .CSV" -msgstr "Izvozi v .CSV" +#: superset/common/query_object.py:313 +#, python-format +msgid "" +"The following entries in `series_columns` are missing in `columns`: " +"%(columns)s. " +msgstr "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:414 -msgid "Export to full .CSV" -msgstr "Izvozi v celoten .CSV" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "Funkcija za agregacijo točk v skupine" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:453 -msgid "Search..." -msgstr "Iskanje ..." +#: superset/db_engine_specs/mysql.py:160 +#, python-format +msgid "The host \"%(hostname)s\" might be down and can't be reached." +msgstr "Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 -msgid "No filter is selected." -msgstr "Noben filter ni izbran." +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 +#, python-format +msgid "" +"The host \"%(hostname)s\" might be down, and can't be reached on port " +"%(port)s." +msgstr "" +"Gostitelj \"%(hostname)s\" mogoče ne deluje in ga ni mogoče doseči na " +"vratih %(port)s." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:485 -msgid "Editing 1 filter:" -msgstr "Urejanje enega filtra:" +#: superset/errors.py:110 +msgid "The host might be down, and can't be reached on the provided port." +msgstr "Gostitelj mogoče ne deluje in ga ni mogoče doseči preko podanih vrat." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:487 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format -msgid "Batch editing %d filters:" -msgstr "Skupinsko urejanje %d filtrov:" +msgid "The hostname \"%(hostname)s\" cannot be resolved." +msgstr "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:501 -msgid "Configure filter scopes" -msgstr "Nastavi doseg filtrov" +#: superset/errors.py:108 +msgid "The hostname provided can't be resolved." +msgstr "Imena gostitelja ni mogoče razrešiti." -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:508 -msgid "There are no filters in this dashboard." -msgstr "V nadzorni plošči ni filtrov." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 +msgid "The id of the active chart" +msgstr "Identifikator aktivnega grafikona" -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 -msgid "Expand all" -msgstr "Razširi vse" +#: superset/connectors/sqla/views.py:418 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" +"Seznam grafikonov, povezanih s to tabelo. S spreminjanjem podatkovnega " +"vira lahko spremenite, kako se povezani grafikoni obnašajo. Poleg tega " +"morajo biti grafikoni povezani s podatkovnim virom. Če odstranite " +"grafikon s podatkovnega vira ne bo mogoče shraniti tega vnosa. Če želite " +"spremeniti podatkovni vir grafikona, prepišite grafikon v raziskovalnem " +"pogledu." -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 -msgid "Collapse all" -msgstr "Skrči vse" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +msgid "The maximum number of events to return, equivalent to the number of rows" +msgstr "Največje število dogodkov, ki bodo vrnjeni - enako številu vrstic" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" +"Največje število podrazdelkov posamezne skupine; nižje vrednosti so " +"zanemarjene prve" -#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:293 -msgid "An error occurred while opening Explore" -msgstr "Pri odpiranju Raziskovalca je prišlo do napake" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 +msgid "The maximum value of metrics. It is an optional configuration" +msgstr "Največja vrednost mere. To je opcijska nastavitev" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 -msgid "This markdown component has an error." -msgstr "Markdown komponenta ima napako." +#: superset/databases/schemas.py:222 +#, python-format +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%(key)s is invalid." +msgstr "" +"Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %(key)s " +"je neveljaven." -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 -msgid "This markdown component has an error. Please revert your recent changes." -msgstr "Markdown komponenta ima napako. Povrnite nedavne spremembe." +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%{key}s is invalid." +msgstr "" +"Metadata_params v polju Dodatno niso pravilno nastavljeni. Ključ %{key}s " +"je neveljaven." -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 -msgid "You can" -msgstr "Lahko" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 +msgid "" +"The metadata_params object gets unpacked into the sqlalchemy.MetaData " +"call." +msgstr "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:191 -msgid "create a new chart" -msgstr "ustvarite nov grafikon" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" +"Minimalno število drsečih obdobij, potrebnih za prikaz vrednosti. Če " +"računate kumulativno vsoto 7-dnevnega obdobja, boste nastavili \"Min. št." +" period\" na 7. Tako bodo vse prikazane točke skupaj obsegale 7 obdobij. " +"To bo prikrilo rampo, ki bi trajala prvih 7 obdobij" -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:193 -msgid "or use existing ones from the panel on the right" -msgstr "ali uporabite obstoječe iz panela na desni" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 +msgid "The number color \"steps\"" +msgstr "Število barvnih korakov" -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:197 -msgid "You can add the components in the" -msgstr "Lahko dodate elemente v" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 +msgid "" +"The number of hours, negative or positive, to shift the time column. This" +" can be used to move UTC time to local time." +msgstr "" +"Število ur, negativno ali pozitivno, za zamik časovnega stolpca. Na ta " +"način je mogoče UTC čas prestaviti na lokalni čas." -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:203 -msgid "edit mode" -msgstr "načinu urejanja" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d by the " +"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " +"download to csv to see more rows up to the %(limit)d limit." +msgstr "" +"Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra" +" DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko " +"videli več vrstic do meje %(limit)d ." -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:193 -msgid "Delete dashboard tab?" -msgstr "Ali izbrišem zavihek nadzorne plošče?" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d. Please add " +"additional limits/filters, download to csv, or contact an admin to see " +"more rows up to the %(limit)d limit." +msgstr "" +"Število prikazanih rezultatov je omejeno na %(rows)d . V csv dodajte " +"dodatne omejitve/filtre, da boste lahko videli več vrstic do meje " +"%(limit)d ." -#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 -msgid "Divider" -msgstr "Ločilnik" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, fuzzy, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." -#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 -msgid "Header" -msgstr "Glava" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +msgstr "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." -#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 -msgid "Row" -msgstr "Vrstica" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the query" +msgstr "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:60 -msgid "Tabs" -msgstr "Zavihki" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 +#, python-format +msgid "" +"The number of rows displayed is limited to %(rows)d by the query and " +"limit dropdown." +msgstr "" +"Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo in spustnim " +"izbirnikom omejitev." -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 -msgid "Preview" -msgstr "Predogled" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 +msgid "The number of seconds before expiring the cache" +msgstr "Trajanje (v sekundah) do razveljavitve predpomnilnika" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:174 -msgid "Sorry, something went wrong. Try again later." -msgstr "Nekaj je šlo narobe. Poskusite ponovno kasneje." +#: superset/errors.py:134 +msgid "The object does not exist in the given database." +msgstr "Objekt ne obstaja v podani podatkovni bazi." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:419 +#: superset/sqllab/query_render.py:96 #, python-format -msgid "All filters (%(filterCount)d)" -msgstr "Vsi filtri (%(filterCount)d)" +msgid "The parameter %(parameters)s in your query is undefined." +msgid_plural "The following parameters in your query are undefined: %(parameters)s." +msgstr[0] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." +msgstr[1] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." +msgstr[2] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." +msgstr[3] "V vaši poizvedbi ni definiranih naslednjih parametrov: %(parameters)s." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:436 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:476 -msgid "No filters are currently added" -msgstr "Trenutno ni dodanih filtrov" +#: superset/db_engine_specs/postgres.py:120 +#, python-format +msgid "The password provided for username \"%(username)s\" is incorrect." +msgstr "Geslo za uporabniško ime \"%(username)s\" je napačno." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:440 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:480 -msgid "Click the button above to add a filter to the dashboard" -msgstr "S klikom gumba zgoraj dodate filter na nadzorno ploščo" +#: superset/errors.py:114 +msgid "The password provided when connecting to a database is not valid." +msgstr "Geslo za povezavo s podatkovno bazo je neveljavno." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:456 -#, python-format -msgid "Filter sets (%(filterSetCount)d)" -msgstr "Nastavljeni filtri (%(filterSetCount)d)" +#: superset-frontend/src/pages/ChartList/index.tsx:93 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the charts. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" +"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z grafikoni. " +"Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne " +"baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno" +" po uvozu, če je to potrebno." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:115 -msgid "Apply filters" -msgstr "Uporabi filtre" +#: superset-frontend/src/pages/DashboardList/index.tsx:62 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the dashboards. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" +"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z nadzornimi " +"ploščami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah " +"podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno " +"dodati ročno po uvozu, če je to potrebno." + +#: superset-frontend/src/features/datasets/constants.ts:23 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the datasets. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" +"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s " +"podatkovnimi seti. Sekciji \"Dodatna varnost\" in \"Certifikati\" v " +"nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih " +"je potrebno dodati ročno po uvozu, če je to potrebno." + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the saved queries. Please note that the \"Secure Extra\" " +"and \"Certificate\" sections of the database configuration are not " +"present in export files, and should be added manually after the import if" +" they are needed." +msgstr "" +"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s shranjenimi" +" poizvedbami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v " +"nastavitvah podatkovne baze nista prisotni v izvoženih datotekah in jih " +"je potrebno dodati ročno po uvozu, če je to potrebno." + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +msgid "" +"The passwords for the databases below are needed in order to import them." +" Please note that the \"Secure Extra\" and \"Certificate\" sections of " +"the database configuration are not present in explore files and should be" +" added manually after the import if they are needed." +msgstr "" +"Gesla za spodnje podatkovne baze so potrebna za njihov uvoz. Sekciji " +"\"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze " +"nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po " +"uvozu, če je to potrebno." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:125 -msgid "Clear all" -msgstr "Počisti vse" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 +msgid "The pattern of timestamp format. For strings use " +msgstr "Vzorec zapisa časovne značke. Za znakovne nize uporabite " -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:152 -#, python-format -msgid "Filters out of scope (%d)" -msgstr "Filtri izven dosega (%d)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted " +"\"freq\" expressions." +msgstr "" +"Periodičnost za vrtenje časa. Uporabnik lahko poda\n" +" psevdonim za zamik v \"Pandas\".\n" +" Kliknite na mehurček za podrobnosti dovoljenih izrazov za " +"\"freq\"." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:179 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:519 -msgid "Check configuration" -msgstr "Preveri nastavitve" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 +msgid "The pixel radius" +msgstr "Polmer piksla" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:257 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1170 -msgid "Cannot load filter" -msgstr "Filtra ni mogoče naložiti" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 +msgid "" +"The pointer to a physical table (or view). Keep in mind that the chart is" +" associated to this Superset logical table, and this logical table points" +" the physical table referenced here." +msgstr "" +"Kazalec na fizično tabelo (ali pogled). Grafikon je povezan s to " +"Supersetovo logično tabelo, ki kaže na tukaj referencirano fizično " +"tabelo." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 -msgid "Editing filter set:" -msgstr "Urejanje seta filtrov:" +#: superset/errors.py:109 +msgid "The port is closed." +msgstr "Vrata so zaprta." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 -msgid "Filter set with this name already exists" -msgstr "Set filtrov z enakim imenom že obstaja" +#: superset/errors.py:142 +msgid "The port number is invalid." +msgstr "Številka vrat je neveljavna." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 -msgid "Filter set already exists" -msgstr "Set filtrov že obstaja" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "Primarna mera določa velikost lokov segmentov" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 -#, python-format -msgid "This filter set is identical to: \"%s\"" -msgstr "Ta set filtrov je enak: \"%s\"" +#: superset/views/core.py:2212 +msgid "The provided `rows` argument is not a valid integer." +msgstr "Podani argument `rows` ni veljavno celo število." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 -msgid "Remove invalid filters" -msgstr "Odstrani neveljavne filtre" +#: superset/errors.py:137 +msgid "The query associated with the results was deleted." +msgstr "Poizvedba, povezana z rezultati, je bila izbrisana." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 -msgid "Rebuild" -msgstr "Obnovi" +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 +msgid "" +"The query associated with these results could not be found. You need to " +"re-run the original query." +msgstr "" +"Poizvedbe, povezane s temi rezultati, ni bilo mogoče najti. Ponovno " +"morate zagnati izvorno poizvedbo." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 -#, python-format -msgid "Filters (%d)" -msgstr "Filtri (%d)" +#: superset/sqllab/query_render.py:117 +msgid "The query contains one or more malformed template parameters." +msgstr "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 -msgid "This filter doesn't exist in dashboard. It will not be applied." -msgstr "Ta filter ne obstaja v nadzorni plošči in ne bo uveljavljen." +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 +msgid "The query couldn't be loaded" +msgstr "Poizvedbe ni mogoče naložiti" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 -msgid "Filter metadata changed in dashboard. It will not be applied." -msgstr "Metapodatki filtra so se spremenili v nadzorni plošči. Ne bo uveljavljen." +#: superset/sqllab/commands/estimate.py:86 +#, fuzzy, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "" +"Poizvedba je bila ustavljena po %(sqllab_timeout)s sekundah. Lahko je " +"prekompleksna ali pa je podatkovna baza preobremenjena." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 -msgid "Please filter set name" -msgstr "Vnesite ime seta filtrov" +#: superset/errors.py:135 +msgid "The query has a syntax error." +msgstr "Poizvedba ima sintaktično napako." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 -msgid "Create" -msgstr "Ustvari" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 +msgid "The query returned no data" +msgstr "Poizvedba ni vrnila podatkov" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 -msgid "Create new filter set" -msgstr "Ustvarite nov set filtrov" +#: superset/sql_lab.py:301 +#, python-format +msgid "" +"The query was killed after %(sqllab_timeout)s seconds. It might be too " +"complex, or the database might be under heavy load." +msgstr "" +"Poizvedba je bila ustavljena po %(sqllab_timeout)s sekundah. Lahko je " +"prekompleksna ali pa je podatkovna baza preobremenjena." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 -msgid "New filter set" -msgstr "Nov set filtrov" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 +msgid "" +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" +"Radij (v pikslih), s katerim algoritem definira gručo. Izberite 0 za " +"izklop gručenja - veliko število točk (>1000) bo povzročilo upočasnitev." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 -msgid "Please apply filter changes" -msgstr "Potrdite spremembe filtra" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 +msgid "" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" +msgstr "" +"Radij posameznih točk (tistih, ki niso v gruči). Numerični stolpec ali " +"`Auto` (skalira točke na osnovi največje gruče)" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 -msgid "Unknown value" -msgstr "Neznana vrednost" +#: superset-frontend/src/reports/actions/reports.js:110 +msgid "The report has been created" +msgstr "Poročilo je bilo ustvarjeno" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 -msgid "Add/Edit Filters" -msgstr "Dodaj/uredi filter" +#: superset/errors.py:136 +msgid "The results backend no longer has the data from the query." +msgstr "Zaledni sistem rezultatov nima več podatkov iz poizvedbe." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:86 -msgid "Dependent on" -msgstr "Odvisen od" +#: superset/errors.py:138 +msgid "" +"The results stored in the backend were stored in a different format, and " +"no longer can be deserialized." +msgstr "" +"Rezultati v zalednem sistemu so bili shranjeni v drugačni obliki in jih " +"ni več mogoče deserializirati." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:88 -msgid "Filter only displays values relevant to selections made in other filters." -msgstr "Filter prikazuje samo vrednosti vezane na izbire v drugih filtrih." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 +msgid "The rich tooltip shows a list of all series for that point in time" +msgstr "" +"Podroben opis orodja prikaže seznam vseh podatkovnih serij za posamezno " +"časovno točko" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:56 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:70 -#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 -msgid "All charts" -msgstr "Vsi grafikoni" +#: superset/db_engine_specs/bigquery.py:202 +#, python-format +msgid "" +"The schema \"%(schema)s\" does not exist. A valid schema must be used to " +"run this query." +msgstr "" +"Shema \"%(schema)s\" ne obstaja. Za poizvedbo mora biti uporabljena " +"veljavna shema." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:68 -msgid "Scope" -msgstr "Doseg" +#: superset/db_engine_specs/presto.py:646 +#, python-format +msgid "" +"The schema \"%(schema_name)s\" does not exist. A valid schema must be " +"used to run this query." +msgstr "" +"Shema \"%(schema_name)s\" ne obstaja. Za poizvedbo mora biti uporabljena " +"veljavna shema." -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:760 -msgid "Filter type" -msgstr "Tip filtra" +#: superset/errors.py:117 +msgid "The schema was deleted or renamed in the database." +msgstr "Shema je bila izbrisana ali preimenovana v podatkovni bazi." + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 +msgid "The size of the square cell, in pixels" +msgstr "Velikost kvadratne celice v pikslih" + +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 -msgid "Title is required" -msgstr "Naslov je obvezen" +#: superset/errors.py:120 +msgid "The submitted payload has the incorrect format." +msgstr "Podani podatki so v neustrezni obliki." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 -msgid "(Removed)" -msgstr "(Odstranjeno)" +#: superset/errors.py:121 +msgid "The submitted payload has the incorrect schema." +msgstr "Podani podatki imajo neustrezno shemo." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 -msgid "Undo?" -msgstr "Povrni?" +#: superset/db_engine_specs/bigquery.py:189 +#, python-format +msgid "" +"The table \"%(table)s\" does not exist. A valid table must be used to run" +" this query." +msgstr "" +"Tabela \"%(table)s\" ne obstaja. V poizvedbi mora biti uporabljena " +"veljavna tabela." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 -msgid "Add filters and dividers" -msgstr "Dodaj filtre in ločilnike" +#: superset/db_engine_specs/presto.py:638 +#, python-format +msgid "" +"The table \"%(table_name)s\" does not exist. A valid table must be used " +"to run this query." +msgstr "" +"Tabela \"%(table_name)s\" ne obstaja. V poizvedbi mora biti uporabljena " +"veljavna tabela." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:245 -msgid "[untitled]" -msgstr "[neimenovana]" +#: superset/connectors/sqla/views.py:515 +msgid "" +"The table was created. As part of this two-phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" +"Tabela je ustvarjena. Sedaj morate v tem dvodelnem postopku klikniti gumb" +" za urejanje nove tabele." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:416 -msgid "Cyclic dependency detected" -msgstr "Zaznana krožna odvisnost" +#: superset/errors.py:106 +msgid "The table was deleted or renamed in the database." +msgstr "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:500 -msgid "Add and edit filters" -msgstr "Dodaj in uredi filtre" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 +msgid "" +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" +msgstr "" +"Časovni stolpec za vizualizacijo. Določite lahko poljuben izraz, ki vrne " +"DATETIME stolpec v tabeli. Spodnji filter se nanaša na ta stolpec ali " +"izraz" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:129 -msgid "Column select" -msgstr "Izbira stolpca" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +msgstr "" +"Granulacija časa za vizualizacijo. Uporabite lahko vnos z naravnim " +"jezikom, kot npr. `10 sekund`, `1 dni` ali `56 tednov`" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:132 -msgid "Select a column" -msgstr "Izberite stolpec" +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "" +"Granulacija časa za vizualizacijo. Uporabite lahko vnos z naravnim " +"jezikom, kot npr. `10 sekund`, `1 dni` ali `56 tednov`" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 -msgid "No compatible columns found" -msgstr "Ni najdenih skladnih stolpcev" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 +msgid "" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." +msgstr "" +"Granulacija časa za to vizualizacijo. Izvede transformacijo podatkov, ki " +"spremeni vaš časovni stolpec in določi novo časovno granulacija. Ta " +"možnost je definirana na ravni sistema podatkovne baze v izvorni kodi " +"Superseta." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 -msgid "Value is required" -msgstr "Zahtevana je vrednost" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 +msgid "" +"The time range for the visualization. All relative times, e.g. \"Last " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" +" the server's local time (sans timezone). All tooltips and placeholder " +"times are expressed in UTC (sans timezone). The timestamps are then " +"evaluated by the database using the engine's local timezone. Note one can" +" explicitly set the timezone per the ISO 8601 format if specifying either" +" the start and/or end time." +msgstr "" +"Časovno obdobje za vizualizacijo. Vsi relativni časi, kot npr. \"Zadnji " +"mesec\", Zadnjih 7 dni\", \"Zdaj\" so izračunani na strežniku z njegovim " +"lokalnim časom. Vsi opisi orodij in časi so izraženi v UTC. Časovne " +"značke se nato izračunajo v podatkovni bazi z njenim lokalnim časovnim " +"pasom. Eksplicitno lahko nastavite časovni pas v ISO 8601 formatu, če " +"določite čas začetka ali konca." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:92 -msgid "(deleted or invalid type)" -msgstr "(izbrisan ali neveljaven tip)" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +msgid "" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" +msgstr "" +"Časovna enota za vsak blok. Mora biti manjša enota kot " +"domenska_granulacija. Mora biti večja ali enaka Granulaciji časa" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:98 -msgid "Limit type" -msgstr "Tip omejitve" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +msgid "The time unit used for the grouping of blocks" +msgstr "Časovna enota za združevanje blokov" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:148 -msgid "No available filters." -msgstr "Ni razpoložljivih filtrov." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 +msgid "The type of visualization to display" +msgstr "Tip vizualizacije za prikaz" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:167 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 -msgid "Add filter" -msgstr "Dodaj filter" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 +msgid "The unit of measure for the specified point radius" +msgstr "Enota merila za definiran radij točk" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:194 -msgid "Values are dependent on other filters" -msgstr "Vrednosti so odvisne od drugih filtrov" +#: superset/views/core.py:198 +msgid "The user seems to have been deleted" +msgstr "Zdi se, da je bil uporabnik izbrisan" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:197 -msgid "" -"Values selected in other filters will affect the filter options to only show " -"relevant values" -msgstr "Vrednosti izbrane v drugih filtrih bodo vplivale na možnosti filtra" +#: superset/db_engine_specs/postgres.py:115 +#, python-format +msgid "The username \"%(username)s\" does not exist." +msgstr "Uporabniško ime \"%(username)s\" ne obstaja." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:201 -msgid "Values dependent on" -msgstr "Vrednosti so odvisne od" +#: superset/errors.py:113 +msgid "The username provided when connecting to a database is not valid." +msgstr "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:268 -msgid "Scoping" -msgstr "Doseg" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 +msgid "The way the ticks are laid out on the X-axis" +msgstr "Način razporeditve oznak na X-osi" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:275 -msgid "Filter Configuration" -msgstr "Nastavitve filtra" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +msgid "The width of the lines" +msgstr "Debelina črt" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:279 -msgid "Filter Settings" -msgstr "Nastavitve filtra" +#: superset/charts/commands/exceptions.py:127 +#: superset/charts/commands/exceptions.py:151 +#: superset/dashboards/commands/exceptions.py:62 +#: superset/dashboards/commands/exceptions.py:74 +#: superset/databases/commands/exceptions.py:119 +msgid "There are associated alerts or reports" +msgstr "Prisotna so povezana opozorila in poročila" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 -#: superset-frontend/src/filters/components/Select/index.ts:28 -msgid "Select filter" -msgstr "Izbirni filter" +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 +#, python-format +msgid "There are associated alerts or reports: %s," +msgstr "Prisotna so opozorila in poročila: %s," -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1203 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1224 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:143 -msgid "Value" -msgstr "Vrednost" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +msgid "There are no charts added to this dashboard" +msgstr "V nadzorni plošči ni grafikonov" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 -#: superset-frontend/src/filters/components/Range/index.ts:28 -msgid "Range filter" -msgstr "Filter obdobja" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "Na zavihek niso bili dodani elementi" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 -msgid "Numerical range" -msgstr "Številski obseg" +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "Podatkovnih baz ni na voljo" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:304 -#: superset-frontend/src/filters/components/Time/index.ts:27 -msgid "Time filter" -msgstr "Časovni filter" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 +msgid "There are no filters in this dashboard." +msgstr "V nadzorni plošči ni filtrov." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:304 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:925 -#: superset-frontend/src/explore/constants.ts:119 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" -msgstr "Časovno obdobje" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 +msgid "There are unsaved changes." +msgstr "Imate neshranjene spremembe." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:305 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:951 -#: superset-frontend/src/explore/constants.ts:120 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 -msgid "Time column" -msgstr "Časovni stolpec" +#: superset/errors.py:101 +msgid "" +"There is a syntax error in the SQL query. Perhaps there was a misspelling" +" or a typo." +msgstr "V SQL-poizvedbi je sintaktična napaka. Mogoče ste se zatipkali." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:306 -#: superset-frontend/src/explore/constants.ts:121 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 -msgid "Time grain" -msgstr "Granulacija časa" +#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 +msgid "" +"There is no chart definition associated with this component, could it " +"have been deleted?" +msgstr "" +"S to komponento ni povezana nobena definicija grafikona. Ali je bila " +"izbrisana?" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:307 -#: superset-frontend/src/filters/components/GroupBy/index.ts:28 -msgid "Group By" -msgstr "Združevanje (Group by)" +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 +msgid "" +"There is not enough space for this component. Try decreasing its width, " +"or increasing the destination width." +msgstr "" +"Za to komponento ni dovolj prostora. Poskusite zmanjšati širino ali pa " +"povečati širino cilja." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:307 -msgid "Group by" -msgstr "Združevanje (Group by)" +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy +msgid "There was an error fetching dataset" +msgstr "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:638 -msgid "Pre-filter is required" -msgstr "Zahtevan je predfilter" +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy +msgid "There was an error fetching dataset's related objects" +msgstr "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:746 -msgid "Filter name" -msgstr "Ime filtra" +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "Napaka pri nalaganju tabel" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:748 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:754 -msgid "Name is required" -msgstr "Zahtevano je ime" +#: superset-frontend/src/views/CRUD/hooks.ts:589 +#, python-format +msgid "There was an error fetching the favorite status: %s" +msgstr "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:756 -msgid "Filter Type" -msgstr "Tip filtra" +#: superset-frontend/src/views/CRUD/utils.tsx:209 +msgid "There was an error fetching your recent activity:" +msgstr "Pri pridobivanju nedavnih aktivnosti je prišlo do napake:" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:778 -msgid "Datasets do not contain a temporal column" -msgstr "Podatkovni seti ne vsebujejo časovnega stolpca" +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "Napaka pri nalaganju tabel" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:812 -msgid "Dataset is required" -msgstr "Zahtevan je podatkovni set" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 +msgid "There was an error loading the schemas" +msgstr "Napaka pri nalaganju shem" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:881 -msgid "Pre-filter available values" -msgstr "Predfiltriraj razpoložljive vrednosti" +#: superset-frontend/src/components/TableSelector/index.tsx:194 +msgid "There was an error loading the tables" +msgstr "Napaka pri nalaganju tabel" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:916 -msgid "Pre-filter" -msgstr "Predfilter" +#: superset-frontend/src/views/CRUD/hooks.ts:612 +#, python-format +msgid "There was an error saving the favorite status: %s" +msgstr "Napaka pri shranjevanju statusa \"Priljubljeno\": %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:954 -msgid "" -"Optional time column if time range should apply to another column than the " -"default time column" -msgstr "" -"Izbirni časovni stolpec se mora nanašati na drug stolpec kot privzeti časovni " -"stolpec" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 +msgid "There was an error with your request" +msgstr "Pri zahtevi je prišlo do napake" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:986 -msgid "Sort filter values" -msgstr "Razvrsti vrednosti filtra" +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 +#, python-format +msgid "There was an issue deleting %s: %s" +msgstr "Težava pri brisanju %s: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 -msgid "Sort type" -msgstr "Način razvrščanja" +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 +#, python-format +msgid "There was an issue deleting the selected %s: %s" +msgstr "Težava pri brisanju izbranih %s: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1007 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 -msgid "Sort ascending" -msgstr "Razvrsti naraščajoče" +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 +#, python-format +msgid "There was an issue deleting the selected annotations: %s" +msgstr "Pri brisanju izbranih oznak je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1017 -msgid "Sort Metric" -msgstr "Mera za razvrščanje" +#: superset-frontend/src/pages/ChartList/index.tsx:263 +#, python-format +msgid "There was an issue deleting the selected charts: %s" +msgstr "Pri brisanju izbranih grafikonov je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1020 -msgid "If a metric is specified, sorting will be done based on the metric value" -msgstr "Če je določena mera, bo razvrščanje izvedeno na podlagi vrednosti mere" +#: superset-frontend/src/pages/DashboardList/index.tsx:258 +msgid "There was an issue deleting the selected dashboards: " +msgstr "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1030 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 -msgid "Sort metric" -msgstr "Mera za razvrščanje" +#: superset-frontend/src/pages/DatasetList/index.tsx:675 +#, python-format +msgid "There was an issue deleting the selected datasets: %s" +msgstr "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1053 -msgid "Single Value" -msgstr "Ena vrednost" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 +#, python-format +msgid "There was an issue deleting the selected layers: %s" +msgstr "Pri brisanju izbranih slojev je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1070 -msgid "Single value type" -msgstr "Tip z eno vrednostjo" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 +#, python-format +msgid "There was an issue deleting the selected queries: %s" +msgstr "Do težave je prišlo pri brisanju izbranih poizvedb: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1079 -msgid "Minimum" -msgstr "Minimum" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 +#, python-format +msgid "There was an issue deleting the selected templates: %s" +msgstr "Pri brisanju izbranih predlog je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1082 -msgid "Exact" -msgstr "Natančno" +#: superset-frontend/src/views/CRUD/utils.tsx:275 +#, python-format +msgid "There was an issue deleting: %s" +msgstr "Težava pri brisanju: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1085 -msgid "Maximum" -msgstr "Maksimum" +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy +msgid "There was an issue duplicating the dataset." +msgstr "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1116 -msgid "Filter has default value" -msgstr "Filter ima privzeto vrednost" +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1133 -msgid "Default Value" -msgstr "Privzeta vrednost" +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 +msgid "There was an issue favoriting this dashboard." +msgstr "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." + +#: superset-frontend/src/reports/actions/reports.js:68 +msgid "There was an issue fetching reports attached to this dashboard." +msgstr "Pri pridobivanju poročil za to nadzorno ploščo je prišlo do težave." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1162 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:223 -msgid "Default value is required" -msgstr "Zahtevana je privzeta vrednost" +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 +msgid "There was an issue fetching the favorite status of this dashboard." +msgstr "" +"Pri pridobivanju statusa \"priljubljeno\" za to nadzorno ploščo je prišlo" +" do težave." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1202 -msgid "Refresh the default values" -msgstr "Osveži privzete vrednosti" +#: superset-frontend/src/pages/Home/index.tsx:281 +#, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "Prišlo je do napake pri pridobivanju grafikona: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1208 -msgid "Fill all required fields to enable \"Default Value\"" -msgstr "Izpolnite vsa polja, da omogočite \"Privzeto vrednost\"" +#: superset-frontend/src/pages/Home/index.tsx:270 +#, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 -msgid "You have removed this filter." -msgstr "Odstranili ste ta filter." +#: superset-frontend/src/pages/Home/index.tsx:248 +#, python-format +msgid "There was an issue fetching your recent activity: %s" +msgstr "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 -msgid "Restore Filter" -msgstr "Povrni filter" +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "Prišlo je do napake pri pridobivanju shranjenih poizvedb: %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 -msgid "Column is required" -msgstr "Zahtevan je stolpec" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 +#, python-format +msgid "There was an issue previewing the selected query %s" +msgstr "Do težave je prišlo pri predogledu izbrane poizvedbe %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 -msgid "Populate \"Default value\" to enable this control" -msgstr "Izpolnite \"Privzeto vrednost\", da omogočite ta kontrolnik" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 +#, python-format +msgid "There was an issue previewing the selected query. %s" +msgstr "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +#: superset/viz.py:1992 msgid "" -"Default value set automatically when \"Select first filter value by default\" is " -"checked" -msgstr "" -"Privzeta vrednost je samodejno izbrana, če je izbrano \"Prvi element je izbran " -"kot privzet\"" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" +msgstr "V 'Sankey' je zanka, določite drevo. To je okvarjena povezava: {}" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 -msgid "Default value must be set when \"Filter value is required\" is checked" -msgstr "" -"Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra obvezna\"" +#: superset/connectors/sqla/views.py:335 +msgid "These are the tables this filter will be applied to." +msgstr "To so tabele, na katere se nanaša ta filter." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 -msgid "Default value must be set when \"Filter has default value\" is checked" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 +msgid "These filters apply to the values available in the dropdowns" +msgstr "Ti filtri se nanašajo na vrednosti v spustnih seznamih" + +#: superset/views/chart/mixin.py:63 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." msgstr "" -"Privzeta vrednost mora biti določena, če je izbrano \"Filter ima privzeto vrednost" -"\"" +"Ti parametri se ustvarijo dinamično s klikom gumba Shrani ali Prepiši v " +"raziskovalnem pogledu. Ta JSON objekt je prikazan kot vzorec za napredne " +"uporabnike, ki želijo spreminjati posamezne parametre." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:122 -msgid "Apply to all panels" -msgstr "Uporabi za vse panele" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" +"Ta JSON objekt se ustvari dinamično s klikom gumba Shrani ali Prepiši v " +"pogledu nadzorne plošče. Tukaj je prikazan kot vzorec za napredne " +"uporabnike, ki želijo spreminjati posamezne parametre." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:124 -msgid "Apply to specific panels" -msgstr "Uporabi za določene panele" +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 +#, python-format +msgid "This action will permanently delete %s." +msgstr "S tem dejanjem boste trajno izbrisali %s." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:130 -msgid "Only selected panels will be affected by this filter" -msgstr "Ta filter bo vplival le na izbrane panele" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 +msgid "This action will permanently delete the layer." +msgstr "S tem dejanjem boste trajno izbrisali sloj." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 -msgid "All panels with this column will be affected by this filter" -msgstr "Ta filter bo vplival na vse panele s tem stolpcem" +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 +msgid "This action will permanently delete the saved query." +msgstr "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 -msgid "All panels" -msgstr "Vsi paneli" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 +msgid "This action will permanently delete the template." +msgstr "S tem dejanjem boste trajno izbrisali predlogo." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:55 -msgid "This chart might be incompatible with the filter (datasets don't match)" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +msgid "" +"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " +"mydatabase.com)." msgstr "" -"Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne ujemajo)" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 -msgid "Keep editing" -msgstr "Nadaljuj z urejanjem" +"To je lahko bodisi IP naslov (npr. 127.0.0.1) bodisi ime domene (npr. " +"mydatabase.com)." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 -msgid "Yes, cancel" -msgstr "Da, prekini" +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 -msgid "There are unsaved changes." -msgstr "Imate neshranjene spremembe." +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 +msgid "This chart has been moved to a different filter scope." +msgstr "Ta grafikon je bil prestavljen v drug doseg filtrov." -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 -msgid "Are you sure you want to cancel?" -msgstr "Ali želite prekiniti?" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "Ta grafikon se ne ureja znotraj Superseta" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:257 -msgid "Error loading chart datasources. Filters may not work correctly." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 +msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -"Napaka pri nalaganju podatkovnih virov grafikona. Filtri lahko ne delujejo " -"pravilno." +"Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne " +"ujemajo)" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 -msgid "Transparent" -msgstr "Prozorno" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 -msgid "White" -msgstr "Belo" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +#, fuzzy +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" +"Barvna shema je bila preglasovana z barvo oznake po meri.\n" +" Preverite JSON metapodatke v naprednih nastavitvah" -#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 -msgid "All filters" -msgstr "Vsi filtri" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +#, fuzzy +msgid "This column might be incompatible with current dataset" +msgstr "" +"Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne " +"ujemajo)" -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 -msgid "Medium" -msgstr "Srednje" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 +msgid "This column must contain date/time information." +msgstr "Ta stolpec mora vsebovati informacijo o datumu/času." -#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 -msgid "Tab title" -msgstr "Naslov zavihka" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" -#: superset-frontend/src/embedded/index.tsx:107 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 msgid "" -"This session has encountered an interruption, and some controls may not work as " -"intended. If you are the developer of this app, please check that the guest token " -"is being generated correctly." +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -"Ta seja je bila prekinjena in nekateri kontrolniki mogoče ne delujejo kot bi " -"morali. Če ste razvijalec te aplikacije, preverite, da je žeton za gosta pravilno " -"generiran." -#: superset-frontend/src/explore/constants.ts:123 -msgid "Time granularity" -msgstr "Granulacija časa" +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." +msgstr "" +"Nadzorna plošča se trenutno samodejno osvežuje. Naslednja samodejna " +"osvežitev bo čez %s." -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:298 -msgid "Visualization type" -msgstr "Tip vizualizacije" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "Ta nadzorna plošča se ne ureja znotraj Superseta" -#: superset-frontend/src/explore/controls.jsx:206 -msgid "Fixed color" -msgstr "Izbrana barva" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +msgid "" +"This dashboard is not published which means it will not show up in the " +"list of dashboards. Favorite it to see it there or access it by using the" +" URL directly." +msgstr "" +"Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu " +"nadzornih plošč. Uvrstite jo med priljubljene, da jo boste videli tam, " +"ali pa uporabite URL za neposredni dostop." -#: superset-frontend/src/explore/controls.jsx:215 -msgid "Right axis metric" -msgstr "Mera desne osi" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +msgid "" +"This dashboard is not published, it will not show up in the list of " +"dashboards. Click here to publish this dashboard." +msgstr "" +"Ta nadzorna plošča ni objavljena in se ne bo prikazala na seznamu " +"nadzornih plošč. Kliknite tukaj za njeno objavo." -#: superset-frontend/src/explore/controls.jsx:222 -msgid "Linear color scheme" -msgstr "Linearna barvna shema" +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 +msgid "This dashboard is now hidden" +msgstr "Ta nadzorna plošča je sedaj skrita" -#: superset-frontend/src/explore/controls.jsx:235 -msgid "Color metric" -msgstr "P" +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 +msgid "This dashboard is now published" +msgstr "Ta nadzorna plošča je sedaj objavljena" -#: superset-frontend/src/explore/controls.jsx:246 -msgid "One or many controls to pivot as columns" -msgstr "En ali več kontrolnikov za stolpčno vrtenje" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 +msgid "This dashboard is published. Click to make it a draft." +msgstr "Ta nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." -#: superset-frontend/src/explore/controls.jsx:431 -msgid "Bubble size" -msgstr "Velikost mehurčka" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" +"Nadzorna plošča je pripravljena za vgradnjo. V svoji aplikaciji v SDK " +"vključite naslednji ID:" -#: superset-frontend/src/explore/controls.jsx:450 +#: superset/views/core.py:1319 msgid "" -"When `Calculation type` is set to \"Percentage change\", the Y Axis Format is " -"forced to `.1%`" +"This dashboard was changed recently. Please reload dashboard to get " +"latest version." msgstr "" -"Če je `Vrsta izračuna` nastavljena na \"Procentualna sprememba\", bo oblika Y-osi " -"vsiljena na `.1%`" +"Nadzorna plošča je bila pred kratkim spremenjena. Ponovno jo naložite, da" +" dobite zadnjo verzijo." -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:70 -#: superset-frontend/src/explore/controls.jsx:476 -msgid "Color scheme" -msgstr "Barvna shema" +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 +msgid "This dashboard was saved successfully." +msgstr "Nadzorna plošča je bila uspešno shranjena." -#: superset-frontend/src/explore/actions/exploreActions.ts:95 -msgid "An error occurred while starring this chart" -msgstr "Pri ocenjevanju grafikona je prišlo do napake" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "Ta podatkovna baza se ne ureja znotraj Superseta" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:38 -msgid "GROUP BY" -msgstr "GROUP BY" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 -msgid "Use this section if you want a query that aggregates" -msgstr "Ta sklop uporabite če želite poizvedbo za agregacijo" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "Ta podatkovni set se ne ureja znotraj Superseta" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:52 -msgid "NOT GROUPED BY" -msgstr "NOT GROUPED BY" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 -msgid "Use this section if you want to query atomic rows" -msgstr "Ta sklop uporabite, če želite poizvedbo za posamezne vrstice" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "Določa element, ki bo izrisan na grafikonu" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:465 -msgid "Keep control settings?" -msgstr "Obdržim nastavitve kontrolnika?" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 +msgid "This defines the level of the hierarchy" +msgstr "Določa stopnjo hierarhije" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:466 +#: superset/connectors/sqla/views.py:436 msgid "" -"You've changed datasets. Any controls with data (columns, metrics) that match " -"this new dataset have been retained." +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." msgstr "" -"Spremenili ste podatkovne sete. Vsi kontrolniki nad podatki (stolpci, mere), ki " -"se ujemajo z novim podatkovnim setom, se bodo ohranili." - -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:471 -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:482 -msgid "Continue" -msgstr "Nadaljuj" +"To polje se obnaša kot Supersetov pogled, kar pomeni, da bo Superset " +"izvedel poizvedbo za ta niz kot podpoizvedbo." -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:472 -msgid "Clear form" -msgstr "Počisti polja" - -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:477 -msgid "No form settings were maintained" -msgstr "Nastavitve forme se niso ohranile" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +msgid "This filter doesn't exist in dashboard. It will not be applied." +msgstr "Ta filter ne obstaja v nadzorni plošči in ne bo uveljavljen." -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:478 -msgid "" -"We were unable to carry over any controls when switching to this new dataset." -msgstr "Prenos kontrolnikov pri preklopu na nov podatkovni set ni bil uspešen." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +#, fuzzy +msgid "This filter might be incompatible with current dataset" +msgstr "" +"Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne " +"ujemajo)" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:544 -msgid "Customize" -msgstr "Prilagodi" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 +#, python-format +msgid "This filter set is identical to: \"%s\"" +msgstr "Ta set filtrov je enak: \"%s\"" -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 -msgid "Error" -msgstr "Napaka" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 -msgid "Generating link, please wait.." -msgstr "Ustvarjam povezavo, prosim počakajte..." +#: superset/connectors/sqla/views.py:352 +msgid "" +"This is the condition that will be added to the WHERE clause. For " +"example, to only return rows for a particular client, you might define a " +"regular filter with the clause `client_id = 9`. To display no rows unless" +" a user belongs to a RLS filter role, a base filter can be created with " +"the clause `1 = 0` (always false)." +msgstr "" +"To je pogoj, ki bo dodan WHERE stavku. Npr., če želite dobiti vrstice za " +"določeno stranko, lahko definirate regularni filter z izrazom 'id_stranke" +" = 9'. Če ne želimo prikazati vrstic, razen če uporabnik pripada RLS " +"vlogi, lahko filter ustvarimo z izrazom `1 = 0` (vedno neresnično)." -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 -msgid "Chart height" -msgstr "Višina grafikona" +#: superset/views/dashboard/mixin.py:46 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" +"Ta JSON objekt opisuje postavitev pripomočkov na nadzorni plošči. Ustvari" +" se dinamično, ko prilagajamo velikost in postavitev pripomočkov z " +"uporabo povleci&spusti v pogledu nadzorne plošče" -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 -msgid "Chart width" -msgstr "Širina grafikona" +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 +msgid "This markdown component has an error." +msgstr "Markdown komponenta ima napako." -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:293 -msgid "Required control values have been removed" -msgstr "Zahtevane kontrolne vrednosti so bile odstranjene" +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 +msgid "This markdown component has an error. Please revert your recent changes." +msgstr "Markdown komponenta ima napako. Povrnite nedavne spremembe." -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:294 -msgid "Your chart is not up to date" -msgstr "Grafikon ni aktualen" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 +msgid "This may be triggered by:" +msgstr "To je lahko sproženo z/s:" -#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:301 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +#, fuzzy +msgid "This metric might be incompatible with current dataset" +msgstr "" +"Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne " +"ujemajo)" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 +#, fuzzy msgid "" -"You updated the values in the control panel, but the chart was not updated " -"automatically. Run the query by clicking on the \"Update chart\" button or" +"This section allows you to configure how to use the slice\n" +" to generate annotations." msgstr "" -"Posodobili ste vrednosti v kontrolni plošči, vendar se grafikon ni samodejno " -"posodobil. Zaženite poizvedbo z gumbom \"Posodobi grafikon\" ali" +"V tem sklopu lahko nastavite način uporabe rezine\n" +" za ustvarjanje oznak." -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**Izberite** nadzorno ploščo ALI **ustvarite** novo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" +msgstr "" +"Ta sekcija vsebuje možnosti, ki omogočajo napredno analitično " +"poprocesiranje rezultatov poizvedb" -#: superset-frontend/src/explore/components/SaveModal.tsx:141 -msgid "Please enter a chart name" -msgstr "Vnesite ime grafikona" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:184 -msgid "Save chart" -msgstr "Shrani grafikon" +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" +"Ta seja je bila prekinjena in nekateri kontrolniki mogoče ne delujejo kot" +" bi morali. Če ste razvijalec te aplikacije, preverite, da je žeton za " +"gosta pravilno generiran." -#: superset-frontend/src/explore/components/SaveModal.tsx:204 -msgid "Save & go to new dashboard" -msgstr "Shrani in pojdi na novo nadzorno ploščo" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:205 -msgid "Save & go to dashboard" -msgstr "Shrani in pojdi na nadzorno ploščo" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:216 -msgid "Save as new chart" -msgstr "Shrani kot nov grafikon" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 +msgid "This value should be greater than the left target value" +msgstr "Ta vrednost mora biti večja od leve ciljne vrednosti" -#: superset-frontend/src/explore/components/SaveModal.tsx:218 -msgid "Save to new dashboard" -msgstr "Shrani v novo nadzorno ploščo" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 +msgid "This value should be smaller than the right target value" +msgstr "Ta vrednost mora biti manjša od desne ciljne vrednosti" -#: superset-frontend/src/explore/components/SaveModal.tsx:251 -msgid "Save (Overwrite)" -msgstr "Shrani (prepiši)" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "Ta tip vizualizacije ni podprt." -#: superset-frontend/src/explore/components/SaveModal.tsx:259 -msgid "Save as..." -msgstr "Shrani kot ..." +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 +msgid "This visualization type is not supported." +msgstr "Ta tip vizualizacije ni podprt." -#: superset-frontend/src/explore/components/SaveModal.tsx:263 -msgid "Chart name" -msgstr "Ime grafikona" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy +msgid "This was triggered by:" +msgid_plural "This may be triggered by:" +msgstr[0] "To je bilo sproženo z/s:" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: superset-frontend/src/explore/components/SaveModal.tsx:274 -msgid "Add to dashboard" -msgstr "Dodaj na nadzorno ploščo" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "To bo odstranilo trenutno konfiguracijo za vgrajevanje." -#: superset-frontend/src/explore/components/SaveModal.tsx:280 -msgid "Select a dashboard" -msgstr "Izberite nadzorno ploščo" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 +msgid "Threshold alpha level for determining significance" +msgstr "Mejna vrednost alfa za določanje značilnosti" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 -msgid "Copy" -msgstr "Kopiraj" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "Mejna vrednost naj bo število z dvojno natančnostjo (double)" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 -msgid "Formatted date" -msgstr "Oblikovan datum" +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 -msgid "Column Formatting" -msgstr "Oblikovanje stolpca" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" +msgstr "Četrtek" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 -msgid "N/A" -msgstr "N/A" +# SUPERSET UI +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 +msgid "Time" +msgstr "Čas" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:158 -msgid "Collapse data panel" -msgstr "Skrij podatkovni panel" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +msgid "Time Column" +msgstr "Časovni stolpec" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:163 -msgid "Expand data panel" -msgstr "Razširi podatkovni panel" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 +msgid "Time Comparison" +msgstr "Časovna primerjava" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:208 -#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:60 -#, python-format -msgid "Results %s" -msgstr "Rezultati %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 +msgid "Time Format" +msgstr "Oblika zapisa časa" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:227 -msgid "Samples" -msgstr "Vzorci" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 +msgid "Time Grain" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 -msgid "No samples were returned for this dataset" -msgstr "Za podatkovni set ni vrnjenih vzorcev" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 +msgid "Time Granularity" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 -#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 -msgid "No results" -msgstr "Ni rezultatov" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "Časovno obdobje" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:321 -msgid "Search Metrics & Columns" -msgstr "Iskanje mer in stolpcev" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 +msgid "Time Range" +msgstr "Časovno obdobje" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:339 -msgid "Create a dataset" -msgstr "Ustvarite podatkovni set" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:341 -#, python-format -msgid " to edit or add columns and metrics." -msgstr " za urejanje ali dodajanje stolpcev in mer." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 +msgid "Time Series" +msgstr "Časovna vrsta" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:357 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:393 -#, python-format -msgid "Showing %s of %s" -msgstr "Prikazanih %s od %s" +#: superset/viz.py:1670 +msgid "Time Series - Bar Chart" +msgstr "Časovna vrsta - Stolpčni grafikon" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:381 -msgid "Show less..." -msgstr "Prikaži manj..." +#: superset/viz.py:1596 +msgid "Time Series - Dual Axis Line Chart" +msgstr "Časovna vrsta - Črtni grafikon z dvojno osjo" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:381 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:417 -msgid "Show all..." -msgstr "Prikaži vse..." +#: superset/viz.py:1308 +msgid "Time Series - Line Chart" +msgstr "Časovna vrsta - Črtni grafikon" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:417 -msgid "Show Less..." -msgstr "Prikaži manj..." +#: superset/viz.py:1518 +msgid "Time Series - Multiple Line Charts" +msgstr "Časovna vrsta - Veččrtni grafikon" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:156 -msgid "Add the name of the chart" -msgstr "Dodajte naslov grafikona" +#: superset/viz.py:3036 +msgid "Time Series - Nightingale Rose Chart" +msgstr "Časovna vrsta - Nightingale Rose grafikon" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:157 -msgid "Chart title" -msgstr "Naslov grafikona" +#: superset/viz.py:2965 +msgid "Time Series - Paired t-test" +msgstr "Časovna vrsta - t-test za odvisne vzorce" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:188 -msgid "Add required control values to save chart" -msgstr "Dodaj potrebne parametre za shranjenje grafikona" +#: superset/viz.py:1725 +msgid "Time Series - Percent Change" +msgstr "Časovna vrsta - Procentualna sprememba" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:499 -msgid "Controls labeled " -msgstr "Kontrolniki imenovani " +#: superset/viz.py:1679 +msgid "Time Series - Period Pivot" +msgstr "Časovna vrsta - Vrtenje period" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:499 -msgid "Control labeled " -msgstr "Nastavitev " +#: superset/viz.py:1733 +msgid "Time Series - Stacked" +msgstr "Časovna vrsta - Naložen graf" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:637 -msgid "Open Datasource tab" -msgstr "Odpri zavihek s podatkovnim virom" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 +msgid "Time Series Options" +msgstr "Možnosti časovne vrste" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 -msgid "Original" -msgstr "Izvoren" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 +msgid "Time Shift" +msgstr "Časovni zamik" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 -msgid "Pivoted" -msgstr "Vrtilni" +#: superset/viz.py:849 +msgid "Time Table View" +msgstr "Pogled urnika" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:69 -msgid "You do not have permission to edit this chart" -msgstr "Nimate dovoljenja za urejanje tega grafikona" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 +msgid "Time column" +msgstr "Časovni stolpec" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:164 -msgid "Chart properties updated" -msgstr "Lastnosti grafikona posodobljene" +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 +#, python-format +msgid "Time column \"%(col)s\" does not exist in dataset" +msgstr "Časovni stolpec \"%(col)s\" ne obstaja v podatkovnem setu" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:210 -msgid "This chart is managed externally, and can't be edited in Superset" -msgstr "Ta grafikon se ne ureja znotraj Superseta" +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" +msgstr "Vtičnik za časovni filter" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:259 -msgid "" -"The description can be displayed as widget headers in the dashboard view. " -"Supports markdown." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" msgstr "" -"Opis je lahko prikazan kot glava gradnika in pogledu nadzorne plošče. Podpira " -"markdown." -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:270 -msgid "Person or group that has certified this chart." -msgstr "Oseba ali skupina, ki je certificirala ta grafikon." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:288 -msgid "Configuration" -msgstr "Nastavitve" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 +msgid "Time comparison" +msgstr "Časovna primerjava" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:294 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this defaults " -"to the dataset's timeout if undefined." -msgstr "" -"Časovna veljavnost (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, " -"je uporabljena vrednost za podatkovni set." - -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:312 -msgid "A list of users who can alter the chart. Searchable by name or username." +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" msgstr "" -"Seznam uporabnikov, ki lahko spreminjajo ta grafikon. Možno je iskanje po imenu " -"ali uporabniškem imenu." -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:41 +#: superset/charts/commands/exceptions.py:66 #, python-format -msgid "%s row" -msgstr "%s vrstica" - -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:45 -msgid "Limit reached" -msgstr "Omejitev dosežena" - -#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 -msgid "Create chart" -msgstr "Ustvari grafikon" +msgid "" +"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." +msgstr "" +"Časovna razlika je nejasna. Podajte [%(human_readable)s ago] ali " +"[%(human_readable)s later]." -#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 -msgid "Update chart" -msgstr "Posodobi grafikon" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/filters/components/Time/index.ts:27 +msgid "Time filter" +msgstr "Časovni filter" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 -msgid "Invalid lat/long configuration." -msgstr "Neveljavna nastavitev zemljepisne dolžine/širine." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 +msgid "Time format" +msgstr "Oblika zapisa časa" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 -msgid "Reverse lat/long " -msgstr "Zamenjaj zemljepisno dolžino/širino " +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 +msgid "Time grain" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 -msgid "Longitude & Latitude columns" -msgstr "Stolpci zemljepisne dolžine in širine" +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +msgid "Time grain filter plugin" +msgstr "Vtičnik za filter časovne granulacije" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 -msgid "Delimited long & lat single column" -msgstr "En stolpec z ločenima zemljepisno dolžino in širino" +#: superset/utils/pandas_postprocessing/prophet.py:114 +msgid "Time grain missing" +msgstr "Časovna granulacija manjka" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 -msgid "" -"Multiple formats accepted, look the geopy.points Python library for more details" -msgstr "" -"Sprejema različne zapise - podrobnosti najdete v Pythonovi knjižnici geopy.points" +#: superset-frontend/src/explore/constants.ts:135 +msgid "Time granularity" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 -msgid "Geohash" -msgstr "Geohash" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 +msgid "Time in seconds" +msgstr "Čas v sekundah" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:98 -msgid "textarea" -msgstr "področje besedila" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" +msgstr "Časovno obdobje" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:128 -msgid "in modal" -msgstr "v modalnem oknu" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "Časovno obdobje" -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 -msgid "Sorry, An error occurred" -msgstr "Prišlo je do napake" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "Granulacija časa" -#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 -#, python-format -msgid "Failed to verify select options: %s" -msgstr "Preverjanje možnosti izbire ni uspelo: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 +msgid "Time related form attributes" +msgstr "S časom povezani atributi prikaza" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:113 -msgid "No annotation layers" -msgstr "Ni slojev z oznakami" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "Časovna vrsta" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 -msgid "Add an annotation layer" -msgstr "Dodaj sloj z oznakami" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 +msgid "Time series columns" +msgstr "Stolpci s časovnimi vrstami" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 +msgid "Time shift" +msgstr "Časovni zamik" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:425 +#: superset/charts/commands/exceptions.py:38 #, python-format msgid "" -"Use another existing chart as a source for annotations and overlays.\n" -" Your chart must be one of these visualization types: [%s]" +"Time string is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." msgstr "" -"Uporabite enega izmed obstoječih grafikonov kot vir oznak.\n" -" Grafikon mora biti naslednjega tipa: [%s]" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:437 -msgid "Annotation layer value" -msgstr "Vrednost sloja z oznakami" +"Časovni niz je nejasen. Podajte [%(human_readable)s ago] ali " +"[%(human_readable)s later]." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:500 -msgid "Annotation Slice Configuration" -msgstr "Nastavitve rezine z oznakami" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 +msgid "Time-series Area Chart" +msgstr "Ploščinski grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:501 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" -"This section allows you to configure how to use the slice\n" -" to generate annotations." +"Time-series Area chart are similar to line chart in that they represent " +"variables with the same scale, but area charts stack the metrics on top " +"of each other. An area chart in Superset can be stream, stack, or expand." msgstr "" -"V tem sklopu lahko nastavite način uporabe rezine\n" -" za ustvarjanje oznak." +"Ploščinski grafikoni časovne vrste so podobni črtnim grafikonom, saj " +"predstavljajo spremenljivke v istem razmerju, vendar se pri ploščinskih " +"grafikonih mere nalagajo ena na drugo." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:507 -msgid "Annotation layer time column" -msgstr "Časovni stolpec sloja z oznakami" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +msgid "Time-series Bar Chart" +msgstr "Stolpčni grafikon za časovno vrsto" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:512 -msgid "Interval start column" -msgstr "Stolpec začetka intervala" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#, fuzzy +msgid "Time-series Bar Chart (legacy)" +msgstr "Stolpčni grafikon za časovno vrsto" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:513 -msgid "Event time column" -msgstr "Stolpec časa dogodka" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 +msgid "" +"Time-series Bar Charts are used to show the changes in a metric over time" +" as a series of bars." +msgstr "" +"Stolpčni grafikoni časovne vrste se uporabljajo za prikaz sprememb mere " +"skozi čas s pomočjo niza stolpcev." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:515 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 -msgid "This column must contain date/time information." -msgstr "Ta stolpec mora vsebovati informacijo o datumu/času." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +msgid "Time-series Chart" +msgstr "Grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:527 -msgid "Annotation layer interval end" -msgstr "Konec intervala sloja z oznakami" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 +msgid "Time-series Line Chart" +msgstr "Črtni grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 -msgid "Interval End column" -msgstr "Stolpec konca intervala" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +msgid "Time-series Percent Change" +msgstr "Časovna vrsta - Procentualna sprememba" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:541 -msgid "Annotation layer title column" -msgstr "Stolpec z naslovom sloja z oznakami" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +msgid "Time-series Period Pivot" +msgstr "Časovna serija - Vrtenje periode" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:544 -msgid "Title Column" -msgstr "Stolpec z naslovi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 +msgid "Time-series Scatter Plot" +msgstr "Raztreseni grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 -msgid "Pick a title for you annotation." -msgstr "Izberite naslov za oznako." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 +msgid "" +"Time-series Scatter Plot has time on the horizontal axis in linear units," +" and the points are connected in order. It shows a statistical " +"relationship between two variables." +msgstr "" +"Raztreseni grafikon časovne vrste prikazuje podatkovne točke v povezanem " +"redu in prikazuje statistično razmerje med spremenljivkami." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:552 -msgid "Annotation layer description columns" -msgstr "Stolpci z opisi slojev z oznakami" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 +msgid "Time-series Smooth Line" +msgstr "Zglajeni črtni grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:555 -msgid "Description Columns" -msgstr "Stolpci z opisi" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 +msgid "" +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." +msgstr "" +"Zglajeni grafikon časovne vrste je izpeljanka črtnega grafikona, ki " +"zgladi ostre robove krivulje." + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 +msgid "Time-series Stepped Line" +msgstr "Stopnični črtni grafikon časovne vrste" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:556 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" -"Pick one or more columns that should be shown in the annotation. If you don't " -"select a column all of them will be shown." +"Time-series Stepped-line graph (also called step chart) is a variation of" +" line chart but with the line forming a series of steps between data " +"points. A step chart can be useful when you want to show the changes that" +" occur at irregular intervals." msgstr "" -"Izberite enega ali več stolpcev, ki bodo prikazani v oznakah. Če ne izberete " -"stolpca, bodo prikazani vsi." +"Stopnični grafikon časovne vrste je izpeljanka črtnega grafikona, pri " +"čemer krivuljo tvorijo stopnice med posameznimi točkami. Koristen je za " +"prikaz sprememb na posameznih intervalih." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:650 -msgid "Display configuration" -msgstr "Prikaži nastavitve" +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 +msgid "Time-series Table" +msgstr "Tabela s časovno vrsto" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:651 -msgid "Configure your how you overlay is displayed here." -msgstr "Nastavite kako se tukaj prikazuje vrhnja plast." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 +msgid "" +"Time-series line chart is used to visualize repeated measurements taken " +"over regular time intervals. Line chart is a type of chart which displays" +" information as a series of data points connected by straight line " +"segments. It is a basic type of chart common in many fields." +msgstr "" +"Črtni grafikon časovne vrste je osnovni grafikon, ki se uporablja na " +"različnih področjih. Uporablja se za vizualizacijo meritev zajetih skozi " +"čas. Posamezne točke so med seboj povezane z ravnimi črtami." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:654 -msgid "Annotation layer stroke" -msgstr "Obroba sloja z oznakami" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 +msgid "Timeout error" +msgstr "Napaka pretečenega časa" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:656 -msgid "Style" -msgstr "Slog" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 +msgid "Timestamp format" +msgstr "Oblika zapisa časovne značke" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:669 -msgid "Annotation layer opacity" -msgstr "Prosojnost sloja z oznakami" +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 +msgid "Timezone" +msgstr "Časovni pas" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:683 -msgid "Color" -msgstr "Barva" +#: superset/connectors/sqla/views.py:427 +msgid "Timezone offset (in hours) for this datasource" +msgstr "Razlika časovnega pasu (v urah) za ta podatkovni vir" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:754 -msgid "Layer configuration" -msgstr "Nastavitve sloja" +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 +msgid "Timezone selector" +msgstr "Izbira časovnega pasa" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 -msgid "Configure the basics of your Annotation Layer." -msgstr "Osnovne nastavitve sloja z oznakami." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 +msgid "Tiny" +msgstr "Drobna" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:801 -msgid "Mandatory" -msgstr "Obvezno" +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 +msgid "Title" +msgstr "Naslov" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:767 -msgid "Hide layer" -msgstr "Skrij sloj" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 +msgid "Title Column" +msgstr "Stolpec z naslovi" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:773 -msgid "Show label" -msgstr "Pokaži oznako" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 +msgid "Title is required" +msgstr "Naslov je obvezen" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:776 -msgid "Whether to always show the annotation label" -msgstr "Če želite vedno prikazati naslov oznake" +#: superset/dashboards/filters.py:39 +msgid "Title or Slug" +msgstr "Naslov ali `Slug`" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:780 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:783 -msgid "Annotation layer type" -msgstr "Tip sloja z oznakami" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "Za filtriranje po meri uporabite prilagojen SQL zavihek." -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:782 -msgid "Choose the annotation layer type" -msgstr "Izberite tip sloja z oznakami" +#: superset/views/dashboard/mixin.py:57 +msgid "To get a readable URL for your dashboard" +msgstr "Za pridobitev berljivega URL-ja za nadzorno ploščo" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:792 -msgid "Annotation source type" -msgstr "Tip vira oznak" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Too many columns to filter" +msgstr "Preveč stolpcev za filtriranje" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:794 -msgid "Choose the source of your annotations" -msgstr "Izberite vir svojih oznak" +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 +msgid "Tools" +msgstr "Orodja" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:795 -msgid "Annotation source" -msgstr "Vir oznak" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 +msgid "Tooltip" +msgstr "Opis orodja" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:817 -msgid "Remove" -msgstr "Odstrani" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 +msgid "Tooltip sort by metric" +msgstr "Mera za razvrščanje opisa orodja" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:177 -msgid "Edit annotation layer" -msgstr "Uredi sloj z oznakami" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 +msgid "Tooltip time format" +msgstr "Oblika zapisa časa v opisu orodja" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:207 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:219 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:242 -msgid "Add annotation layer" -msgstr "Dodaj sloj z oznakami" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 +msgid "Top" +msgstr "Zgoraj" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 -msgid "Empty collection" -msgstr "Prazen izbor" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "levo" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 -msgid "Add an item" -msgstr "Dodaj element" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "desno" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 -msgid "Remove item" -msgstr "Odstrani element" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +msgid "Top to Bottom" +msgstr "Iz vrha proti dnu" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 -msgid "" -"The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" msgstr "" -"Barvna shema je določena s povezano nadzorno ploščo.\n" -" Barvno shemo uredite v nastavitvah nadzorne plošče." -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 -msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" msgstr "" -"Barvna shema je bila preglasovana z barvo oznake po meri.\n" -" Preverite JSON metapodatke v naprednih nastavitvah" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 -msgid "Dashboard scheme" -msgstr "Shema nadzorne plošče" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "Prazne (Null) vrednosti" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, python-format +msgid "Total: %s" +msgstr "Vsota: %s" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 +msgid "Totals" +msgstr "Vsote" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 +msgid "Track job" +msgstr "Sledi opravilom" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 +msgid "Transformable" +msgstr "Prilagodljiv" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" +msgstr "Prozorno" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 +msgid "Transpose Pivot" +msgstr "Transponirano vrtenje" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 +msgid "Transpose pivot" +msgstr "Transponirano vrtenje" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 -msgid "Select color scheme" -msgstr "Izberite barvno shemo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 +msgid "Tree Chart" +msgstr "Drevesni grafikon" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -msgid "Select scheme" -msgstr "Izberite shemo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 +msgid "Tree layout" +msgstr "Oblika drevesa" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 -msgid "Edit formatter" -msgstr "Uredi oblikovanje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 +msgid "Tree orientation" +msgstr "Orientacija drevesa" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 -msgid "Add new formatter" -msgstr "Dodaj novo oblikovanje" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 +msgid "Treemap" +msgstr "Drevesni grafikon s pravokotniki" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 -msgid "Add new color formatter" -msgstr "Dodaj novo oblikovanje barve" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 -msgid "green" -msgstr "zelena" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 +msgid "Trend" +msgstr "Trend" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 -msgid "yellow" -msgstr "rumena" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 +msgid "Triangle" +msgstr "Trikotnik" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 -msgid "red" -msgstr "rdeča" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 +msgid "Trigger Alert If..." +msgstr "Sproži opozorilo v primeru ..." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 -msgid "This value should be smaller than the right target value" -msgstr "Ta vrednost mora biti manjša od desne ciljne vrednosti" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +msgid "Truncate Axis" +msgstr "Prireži os" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 -msgid "This value should be greater than the left target value" -msgstr "Ta vrednost mora biti večja od leve ciljne vrednosti" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +#, fuzzy +msgid "Truncate Cells" +msgstr "Prireži os" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -msgid "Required" -msgstr "Obvezno" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +msgid "Truncate Metric" +msgstr "Odstrani mero" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -msgid "Operator" -msgstr "Operator" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 +msgid "Truncate Y Axis" +msgstr "Prireži Y-os" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 -msgid "Left value" -msgstr "Leva vrednost" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 +msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +msgstr "" +"Prireži Y-os. Če določite spodnjo ali zgornjo mejo, preprečite " +"prirezovanje." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 -msgid "Right value" -msgstr "Desna vrednost" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 -msgid "Target value" -msgstr "Ciljna vrednost" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 +msgid "Truncates the specified date to the accuracy specified by the date unit." +msgstr "Zaokroži določen datum, glede na natančnost, definirano s časovno enoto." -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:300 -msgid "Select column" -msgstr "Izberite stolpec" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 +msgid "Try applying different filters or ensuring your datasource has data" +msgstr "" +"Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru" +" podatki" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:244 -msgid "Edit dataset" -msgstr "Uredi podatkovni set" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "Za prikaz rezultatov poskusite z drugačnimi kriteriji." -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:429 -msgid "" -"You must be a dataset owner in order to edit. Please reach out to a dataset owner " -"to request modifications or edit access." +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" msgstr "" -"Za urejanje morate biti lastnik podatkovnega seta. Za dostop do urejanja " -"kontaktirajte lastnika podatkovnega seta." -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:269 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:277 -msgid "View in SQL Lab" -msgstr "Ogled v SQL laboratoriju" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 +msgid "Tuesday" +msgstr "Torek" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:378 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 -msgid "Query preview" -msgstr "Predogled poizvedbe" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "poizvedba" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:278 -msgid "Save as dataset" -msgstr "Shrani kot podatkovni set" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 +msgid "Type" +msgstr "Tip" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:322 -msgid "More dataset related options" -msgstr "Več nastavitev za podatkovni set" +#: superset-frontend/src/components/DeleteModal/index.tsx:92 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 +#, python-format +msgid "Type \"%s\" to confirm" +msgstr "Vnesite \"%s\" za potrditev" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:335 -msgid "Missing URL parameters" -msgstr "Manjkajo parametri URL-ja" +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 +msgid "Type a value" +msgstr "Vnesite vrednost" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:340 -msgid "The URL is missing the dataset_id or slice_id parameters." -msgstr "V URL-ju manjkata parametra dataset_id ali slice_id." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 +msgid "Type a value here" +msgstr "Vnesite vrednost sem" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:358 -msgid "The dataset linked to this chart may have been deleted." -msgstr "Podatkovni set, povezan s tem grafikonom, je bil izbrisan." +#: superset/reports/commands/exceptions.py:75 +msgid "Type is required" +msgstr "Tip je obvezen" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:293 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:295 -msgid "RANGE TYPE" -msgstr "TIP OBDOBJA" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 +msgid "Type of Google Sheets allowed" +msgstr "Dovoljeni tipi Googlovih preglednic" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 -msgid "Actual time range" -msgstr "Dejansko časovno obdobje" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 -msgid "CANCEL" -msgstr "PREKINI" +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 +#, python-format +msgid "Type or Select [%s]" +msgstr "Vnesite ali izberite [%s]" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 -msgid "APPLY" -msgstr "UPORABI" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 +msgid "UI Configuration" +msgstr "UI nastavitve" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 -msgid "Edit time range" -msgstr "Uredi časovno obdobje" +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 +msgid "URL" +msgstr "URL" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 -msgid "Configure Advanced Time Range " -msgstr "Nastavi napredno časovno obdobje " +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 +msgid "URL Parameters" +msgstr "Parametri URL" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:114 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:121 -msgid "START (INCLUSIVE)" -msgstr "ZAČETEK (VKLJUČEN)" +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 +msgid "URL parameters" +msgstr "Parametri URL" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:116 -msgid "Start date included in time range" -msgstr "Začetni datum je vključen v časovno obdobje" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 +msgid "URL slug" +msgstr "URL slug" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:166 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:173 -msgid "END (EXCLUSIVE)" -msgstr "KONEC (NI VKLJUČEN)" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 +msgid "Unable to add a new tab to the backend. Please contact your administrator." +msgstr "Novega zavihka ni mogoče dodati v sistem. Kontaktirajte administratorja." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:168 -msgid "End date excluded from time range" -msgstr "Končni datum ni vključen v časovno obdobje" +#: superset/db_engine_specs/presto.py:677 +#, python-format +msgid "Unable to connect to catalog named \"%(catalog_name)s\"." +msgstr "Povezava na katalog \"%(catalog_name)s\" ni uspela." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 -msgid "Configure Time Range: Previous..." -msgstr "Nastavi časovno obdobje: Prejšnji ..." +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 +#, python-format +msgid "Unable to connect to database \"%(database)s\"." +msgstr "Povezava s podatkovno bazo \"%(database)s\" ni uspela." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 -msgid "Configure Time Range: Last..." -msgstr "Nastavi časovno obdobje: Zadnji ..." +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:110 -msgid "Configure custom time range" -msgstr "Nastavi prilagojeno časovno obdobje" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:143 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:194 -msgid "Relative quantity" -msgstr "Relativne vrednosti" +#: superset/utils/date_parser.py:393 +#, python-format +msgid "Unable to find such a holiday: [%(holiday)s]" +msgstr "Ni mogoče najti takšnega praznika: [%(holiday)s]" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:155 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:206 -msgid "Relative period" -msgstr "Relativno obdobje" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:218 -msgid "Anchor to" -msgstr "Sidraj na" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 +msgid "" +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" +"Stanja urejevalnika poizvedb ni mogoče prenesti v sistem. Superset bo " +"ponovil poskus kasneje. Če se težava ponavlja, kontaktirajte " +"administratorja." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:227 -msgid "NOW" -msgstr "ZDAJ" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 +msgid "" +"Unable to migrate query state to backend. Superset will retry later. " +"Please contact your administrator if this problem persists." +msgstr "" +"Stanja poizvedbe ni mogoče prenesti v sistem. Superset bo ponovil poskus " +"kasneje. Če se težava ponavlja, kontaktirajte administratorja." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:230 -msgid "Date/Time" -msgstr "Datum/Čas" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 +msgid "" +"Unable to migrate table schema state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" +"Stanja sheme tabele ni mogoče prenesti v sistem. Superset bo ponovil " +"poskus kasneje. Če se težava ponavlja, kontaktirajte administratorja." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 -msgid "Return to specific datetime." -msgstr "Vrne določen datum-čas." +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +#, fuzzy +msgid "Unable to retrieve dashboard colors" +msgstr "Omogoči medsebojne filtre nadzorne plošče" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 -msgid "Syntax" -msgstr "Sintaksa" +#: superset/views/database/views.py:275 +#, python-format +msgid "" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" +" database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" +"CSV datoteke \"%(filename)s\" ni mogoče naložiti v tabelo " +"\"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: " +"%(error_msg)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 -msgid "Example" -msgstr "Primer" +#: superset/views/database/views.py:553 +#, python-format +msgid "" +"Unable to upload Columnar file \"%(filename)s\" to table " +"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " +"%(error_msg)s" +msgstr "" +"Stolpčne datoteke \"%(filename)s\" ni mogoče naložiti v tabelo " +"\"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: " +"%(error_msg)s" + +#: superset/views/database/views.py:412 +#, python-format +msgid "" +"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " +"in database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" +"Excel datoteke \"%(filename)s\" ni mogoče naložiti v tabelo " +"\"%(table_name)s\" v podatkovni bazi \"%(db_name)s\". Sporočilo napake: " +"%(error_msg)s" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 +msgid "Undefined" +msgstr "Ni definirano" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 -msgid "Moves the given set of dates by a specified interval." -msgstr "Premakne dani nabor datumov za definirano obdobje." +#: superset/utils/pandas_postprocessing/rolling.py:67 +msgid "Undefined window for rolling operation" +msgstr "Nedefinirano okno za drsečo operacijo" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 -msgid "Truncates the specified date to the accuracy specified by the date unit." -msgstr "Zaokroži določen datum, glede na natančnost, definirano s časovno enoto." +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" +msgstr "Razveljavi dejanje" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 -msgid "Get the last date by the date unit." -msgstr "Pridobi zadnji datum glede na časovno enoto." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 +msgid "Undo?" +msgstr "Povrni?" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 -msgid "Get the specify date for the holiday" -msgstr "Določi datum praznika" +#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 +msgid "Unexpected error" +msgstr "Nepričakovana napaka" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 -msgid "Last" -msgstr "Zadnji" +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 +msgid "Unexpected error occurred, please check your logs for details" +msgstr "Zgodila se je nepričakovana napaka. Podrobnosti preverite v dnevnikih" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 -msgid "Previous" -msgstr "Prejšnji" +#: superset-frontend/src/utils/getClientErrorObject.ts:75 +msgid "Unexpected error: " +msgstr "Nepričakovana napaka: " -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 -msgid "Custom" -msgstr "Prilagojen" +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "Nepričakovana napaka: " -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 -msgid "last day" -msgstr "zadnji dan" +#: superset-frontend/src/features/home/ActivityTable.tsx:86 +msgid "Unknown" +msgstr "Neznano" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 -msgid "last week" -msgstr "zadnji teden" +#: superset/db_engine_specs/mysql.py:155 +#, python-format +msgid "Unknown MySQL server host \"%(hostname)s\"." +msgstr "Neznan MySQL strežnik \"%(hostname)s\"." -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 -msgid "last month" -msgstr "zadnji mesec" +#: superset/db_engine_specs/presto.py:1319 +msgid "Unknown Presto Error" +msgstr "Neznana Presto napaka" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 -msgid "last quarter" -msgstr "zadnje četrletje" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 +msgid "Unknown Status" +msgstr "Neznan status" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 -msgid "last year" -msgstr "zadnje leto" +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 +#, python-format +msgid "Unknown column used in orderby: %(col)s" +msgstr "Za razvrščanje je uporabljen neznan stolpec: %(col)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 -msgid "previous calendar week" -msgstr "prejšnji koledarski teden" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 +msgid "Unknown error" +msgstr "Neznana napaka" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 -msgid "previous calendar month" -msgstr "prejšnji koledarski mesec" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "Neznana oblika vnosa" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 -msgid "previous calendar year" -msgstr "prejšnje koledarsko leto" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 +msgid "Unknown value" +msgstr "Neznana vrednost" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 +#: superset/jinja_context.py:353 #, python-format -msgid "Seconds %s" -msgstr "Sekunde %s" +msgid "Unsafe return type for function %(func)s: %(value_type)s" +msgstr "Nevaren tip rezultata, ki ga vrne funkcija %(func)s: %(value_type)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset/jinja_context.py:380 #, python-format -msgid "Minutes %s" -msgstr "Minute %s" +msgid "Unsafe template value for key %(key)s: %(value_type)s" +msgstr "Nevaren vzorec za ključ %(key)s: %(value_type)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset/utils/core.py:1104 #, python-format -msgid "Hours %s" -msgstr "Ure %s" +msgid "Unsupported clause type: %(clause)s" +msgstr "Nepodprt tip izraza: %(clause)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset/common/query_object.py:440 #, python-format -msgid "Days %s" -msgstr "Dnevi %s" +msgid "Unsupported post processing operation: %(operation)s" +msgstr "Nepodprta poprocesirna operacija: %(operation)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset/jinja_context.py:364 #, python-format -msgid "Weeks %s" -msgstr "Tedni %s" +msgid "Unsupported return value for method %(name)s" +msgstr "Nepodprt rezultat vračanja za metodo %(name)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset/jinja_context.py:391 #, python-format -msgid "Months %s" -msgstr "Meseci %s" +msgid "Unsupported template value for key %(key)s" +msgstr "Nepodprta vrednost vzorca za ključ %(key)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format -msgid "Quarters %s" -msgstr "Četrtletja %s" +msgid "Unsupported time grain: %(time_grain)s" +msgstr "Nepodprta časovna granulacija: %(time_grain)s" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 -#, python-format -msgid "Years %s" -msgstr "Leta %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "Uredi podatkovni set" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 -msgid "Before" -msgstr "PRED" +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "Neimenovana poizvedba" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 -msgid "After" -msgstr "PO" +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 +msgid "Untitled query" +msgstr "Neimenovana poizvedba" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 -msgid "Specific Date/Time" -msgstr "Fiksen Datum/Čas" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 +msgid "Update" +msgstr "Posodobi" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 -msgid "Relative Date/Time" -msgstr "Relativen Datum/Čas" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" +msgstr "Posodobi grafikon" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 -msgid "Now" -msgstr "Zdaj" +#: superset-frontend/src/components/Chart/chartReducer.ts:84 +msgid "Updating chart was stopped" +msgstr "Posodabljanje grafikona je bilo ustavljeno" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 -msgid "Midnight" -msgstr "Polnoč" +#: superset/templates/superset/import_dashboards.html:63 +msgid "Upload" +msgstr "Naloži" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:230 -msgid "Saved expressions" -msgstr "Shranjeni izrazi" +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "Naloži CSV" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:246 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:367 -msgid "Saved" -msgstr "Shranjeno" +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "Naloži CSV v podatkovno bazo" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:255 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:305 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:330 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 -#, python-format -msgid "%s column(s)" -msgstr "Stolpci: %s" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 +msgid "Upload Credentials" +msgstr "Naloži prijavne podatke" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:273 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 -msgid "No temporal columns found" -msgstr "Ni najdenih časovnih stolpcev" +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "Nalaganje omogočeno" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 -msgid "No saved expressions found" -msgstr "Shranjeni izrazi niso najdeni" +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" +msgstr "Naloži Excel-ovo datoteko" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:278 -msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +#: superset-frontend/src/features/home/RightMenu.tsx:203 +msgid "Upload Excel file to database" +msgstr "Naloži Excel-ovo datoteko v podatkovno bazo" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +msgid "Upload JSON file" +msgstr "Naloži JSON datoteko" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "Naloži datoteko s stolpci" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "Naloži datoteko s stolpci v podatkovno bazo" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" +msgstr "Naloži datoteko v podatkovno bazo" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "Ogromna" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -"Dodaj izračunan časovni stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:281 -msgid "Add calculated columns to dataset in \"Edit datasource\" modal" -msgstr "Dodaj izračunan stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "Poizvedba v novem zavihku" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:288 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:211 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:404 -msgid "Simple" -msgstr "Preprosto" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "Uporabi razmerje površin" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 -msgid "Mark a column as temporal in \"Edit datasource\" modal" -msgstr "Označite stolpec kot časoven preko okna \"Uredi podatkovni vir\"" +#: superset/views/database/forms.py:462 +msgid "Use Columns" +msgstr "Uporabi stolpce" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:319 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:237 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:240 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:447 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:450 -msgid "Custom SQL" -msgstr "Prilagojen SQL" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 +msgid "Use a log scale" +msgstr "Uporabi logaritemsko skalo" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:43 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 -msgid "My column" -msgstr "Moj stolpec" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 +msgid "Use a log scale for the X-axis" +msgstr "Uporabi logaritemsko skalo za X-os" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:211 -msgid "Drop a column here or click" -msgstr "Spustite stolpec sem ali kliknite" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 +msgid "Use a log scale for the Y-axis" +msgstr "Uporabi logaritemsko skalo za Y-os" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 -msgid "Drop column here" -msgstr "Spustite stolpec sem" +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 +msgid "Use an encrypted connection to the database" +msgstr "Uporabite šifrirano povezavo s podatkovno bazo" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" +"Uporabite enega izmed obstoječih grafikonov kot vir oznak.\n" +" Grafikon mora biti naslednjega tipa: [%s]" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "Oblikovanje datuma uporabi tudi, ko vrednost mere ni časovna značka" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 +msgid "Use legacy datasource editor" +msgstr "Uporabi starejši urejevalnik podatkovnega vira" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 +msgid "Use metrics as a top level group for columns or for rows" +msgstr "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 +msgid "Use only a single value." +msgstr "Uporabite le eno vrednost." + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +msgid "Use the Advanced Analytics options below" +msgstr "Uporabite spodnje možnosti napredne analitike" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 -msgid "Click to edit label" -msgstr "Kliknite za urejanje oznake" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 +msgid "" +"Use the JSON file you automatically downloaded when creating your service" +" account." +msgstr "" +"Uporabite JSON datoteko, ki ste jo prenesli pri ustvarjanju servisnega " +"računa." -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 -msgid "Drop columns/metrics here or click" -msgstr "Spustite stolpce/mere sem ali kliknite" +#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 +msgid "Use the edit button to change this field" +msgstr "Za spreminjanje tega polja uporabite gumb za urejanje" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -msgid "Drop columns or metrics here" -msgstr "Spustite stolpce ali mere sem" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "Ta sklop uporabite če želite poizvedbo za agregacijo" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 -msgid "Drop a column/metric here or click" -msgstr "Spustite stolpec/mero sem ali kliknite" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "Ta sklop uporabite, če želite poizvedbo za posamezne vrstice" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 -msgid "Drop column or metric here" -msgstr "Spustite stolpec ali mero sem" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 +msgid "Use this to define a static color for all circles" +msgstr "S tem definirate določeno barvo za vse kroge" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 -msgid "Drop columns here" -msgstr "Spustite stolpce sem" +#: superset/views/dynamic_plugins.py:48 +msgid "" +"Used internally to identify the plugin. Should be set to the package name" +" from the pluginʼs package.json" +msgstr "" +"Uporablja se za interno identifikacijo vtičnika. Naj bo nastavljeno na " +"ime paketa v vtičnikovem package.json" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:322 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location.\n" "\n" -" This filter was inherited from the dashboard's context.\n" -" It won't be saved when saving the chart.\n" -" " +" This chart is being deprecated and we recommend checking out Pivot " +"Table V2 instead!" msgstr "" +"Uporablja se za predstavitev podatkov z združevanjem različnih statistik " +"na dveh oseh. Npr. Prodaja po regijah in mesecih, Naloge po statusih in " +"izvajalcih, aktivni uporabniki po starosti in lokaciji.\n" "\n" -" Ta filter izvira iz konteksta nadzorne plošče.\n" -" Pri shranjevanju grafikona se ne bo shranil.\n" -" " - -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 -msgid "Default" -msgstr "Privzeto" +" Ta grafikon se opušča. Priporočamo uporabo Vrtilne tabele V2!" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" -"(optional) default value for the filter, when using the multiple option, you can " -"use a semicolon-delimited list of options." +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location. Not the most " +"visually stunning visualization, but highly informative and versatile." msgstr "" -"(opcijsko) privzeta vrednost za filter, če uporabite opcijo izbire večih , lahko " -"uporabite seznam nastavitev ločen s podpičji." +"Ponazori podatke na podlagi združevanja več statistik vzdolž dveh osi. " +"Npr. prodaja po regijah in mesecih, opravila po statusih in izvajalcih, " +"itd." -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 -msgid "Metric to sort the results by" -msgstr "Mera za razvrščanje rezultatov" +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 +msgid "User" +msgstr "Uporabnik" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 -msgid "Check for sorting ascending" -msgstr "Označi za naraščajoče razvrščanje" +#: superset/views/access_requests.py:45 +msgid "User Roles" +msgstr "Vloge uporabnikov" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 -msgid "Allow multiple selections" -msgstr "Dovoli več izbir" +#: superset/errors.py:118 +msgid "User doesn't have the proper permissions." +msgstr "Uporabnik nima ustreznih dovoljenj." -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 -msgid "Multiple selections allowed, otherwise filter is limited to a single value" -msgstr "Lahko izberete več elementov, drugače pa je filter omejen na eno vrednost" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 +msgid "User must select a value before applying the filter" +msgstr "Uporabnik mora izbrati vrednost pred uporabo filtra" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -msgid "Search all filter options" -msgstr "Poišči vse možnosti filtra" +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 +msgid "User must select a value for this filter" +msgstr "Uporabnik mora izbrati vrednost za ta filter" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 +msgid "User query" +msgstr "Uporabnikova poizvedba" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 +msgid "Username" +msgstr "Uporabniško ime" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" -"By default, each filter loads at most 1000 choices at the initial page load. " -"Check this box if you have more than 1000 filter values and want to enable " -"dynamically searching that loads filter values as users type (may add stress to " -"your database)." +"Uses a gauge to showcase progress of a metric towards a target. The " +"position of the dial represents the progress and the terminal value in " +"the gauge represents the target value." msgstr "" -"Privzeto vsak filter pri nalaganju začetne strani naloži največ 1000 možnosti. " -"Označite polje, če imate več kot 1000 vrednosti filtra in želite omogočiti " -"dinamično iskanje, ki nalaga vrednosti filtra ko uporabnik tipka (to lahko " -"preobremeni vašo podatkovno bazo)." +"Uporablja števec za prikaz napredovanja mere k ciljni vrednosti. Položaj " +"kazalca predstavlja napredek, končna vrednost na števcu pa ciljno " +"vrednost." -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 -msgid "User must select a value for this filter" -msgstr "Uporabnik mora izbrati vrednost za ta filter" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 +msgid "" +"Uses circles to visualize the flow of data through different stages of a " +"system. Hover over individual paths in the visualization to understand " +"the stages a value took. Useful for multi-stage, multi-group visualizing " +"funnels and pipelines." +msgstr "" +"S pomočjo krogov prikaže potek podatkov na različnih nivojih sistema. S " +"premikom kurzorja prikaže vrednosti na posameznem nivoju. Uporabno za " +"večnivojsko, večskupinsko vizualizacijo." + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 +msgid "Value" +msgstr "Vrednost" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 -msgid "Filter configuration" -msgstr "Nastavitve filtra" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +msgid "Value Domain" +msgstr "Domena vrednosti" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:233 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "Ad-hoc SQL filtri po meri niso na voljo za nativni konektor za Druid" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 +msgid "Value Format" +msgstr "Oblika zapisa vrednosti" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:296 -#, python-format -msgid "%s option(s)" -msgstr "Možnosti: %s" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 +msgid "Value bounds" +msgstr "Meje vrednosti" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:309 -msgid "Select subject" -msgstr "Izberite zadevo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 +msgid "Value format" +msgstr "Oblika zapisa vrednosti" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 -msgid "No such column found. To filter on a metric, try the Custom SQL tab." -msgstr "" -"Tak stolpec ni najden. Za filtriranje po meri uporabite prilagojen SQL zavihek." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 +msgid "Value is required" +msgstr "Zahtevana je vrednost" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:320 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "Stolpcev in mer: %s" +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 +msgid "Value must be greater than 0" +msgstr "Vrednost mora biti večja od 0" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:331 -msgid "To filter on a metric, use Custom SQL tab." -msgstr "Za filtriranje po meri uporabite prilagojen SQL zavihek." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "Vrednosti so odvisne od drugih filtrov" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:341 -#, python-format -msgid "%s operator(s)" -msgstr "Operatorji: %s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" +msgstr "Vrednosti so odvisne od" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 -msgid "Select operator" -msgstr "Izberite operator" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "Vrednosti izbrane v drugih filtrih bodo vplivale na možnosti filtra" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 -msgid "Comparator option" -msgstr "Možnosti komparatorja" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" +msgstr "Vrste vozil" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:363 -msgid "Type a value here" -msgstr "Vnesite vrednost sem" +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 +msgid "Verbose Name" +msgstr "Podrobno ime" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:496 -msgid "Filter value (case sensitive)" -msgstr "Vrednost filtra (razlik. velikih/malih črk)" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 +msgid "Version" +msgstr "Verzija" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 -msgid "Failed to retrieve advanced type" -msgstr "Napaka pri pridobivanju naprednega tipa" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 +msgid "Version number" +msgstr "Številka verzije" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 -msgid "choose WHERE or HAVING..." -msgstr "izberite WHERE ali HAVING..." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 +msgid "Vertical" +msgstr "Navpično" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 -msgid "Filters by columns" -msgstr "Filtrira po stolpcu" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +#, fuzzy +msgid "Vertical (Left)" +msgstr "Navpično" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 -msgid "Filters by metrics" -msgstr "Filtrira po merah" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" +msgstr "Igralne konzole" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 -msgid "Fixed" -msgstr "Fiksno" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +msgid "View" +msgstr "Pogled" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 -msgid "Based on a metric" -msgstr "Osnovan na meri" +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 +msgid "View All »" +msgstr "Poglejte vse »" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 -msgid "My metric" -msgstr "Moja mera" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "Uredi podatkovni set" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 -msgid "Add metric" -msgstr "Dodaj mero" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" +msgstr "Pokaži vse grafikone" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:309 -msgid "Select aggregate options" -msgstr "Izberite agregacijske možnosti" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "Shrani kot podatkovni set" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 +msgid "View in SQL Lab" +msgstr "Ogled v SQL laboratoriju" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format -msgid "%s aggregates(s)" -msgstr "Agreg. funkcije: %s" +msgid "View keys & indexes (%s)" +msgstr "Ogled ključev in indeksov (%s)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:318 -msgid "Select saved metrics" -msgstr "Izberite shranjene mere" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 +msgid "View query" +msgstr "Ogled poizvedbe" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 -#, python-format -msgid "%s saved metric(s)" -msgstr "Shranjene mere: %s" +#: superset-frontend/src/features/home/ActivityTable.tsx:170 +msgid "Viewed" +msgstr "Ogledane" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 -msgid "Saved metric" -msgstr "Shranjena mera" +#: superset-frontend/src/features/home/ActivityTable.tsx:115 +#, python-format +msgid "Viewed %s" +msgstr "Ogledane %s" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:385 -msgid "No saved metrics found" -msgstr "Shranjene mere niso najdene" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 +msgid "Viewport" +msgstr "Pogled" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:386 -msgid "Add metrics to dataset in \"Edit datasource\" modal" -msgstr "Dodaj mero v podatkovni set v oknu \"Uredi podatkovni vir\"" +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +#, fuzzy +msgid "Virtual" +msgstr "virtualni" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 -msgid "Simple ad-hoc metrics are not enabled for this dataset" -msgstr "Preproste ad-hoc mere za ta podatkovni set niso omogočene" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 +msgid "Virtual (SQL)" +msgstr "Virtualen (SQL)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:409 -msgid "column" -msgstr "stolpec" +#: superset-frontend/src/pages/DatasetList/index.tsx:281 +msgid "Virtual dataset" +msgstr "Virtualen podatkovni set" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:420 -msgid "aggregate" -msgstr "agregacija" +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 +msgid "Virtual dataset query cannot be empty" +msgstr "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" -msgstr "Ad-hoc SQL mere po meri niso na voljo za nativni konektor za Druid" +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 +msgid "Virtual dataset query cannot consist of multiple statements" +msgstr "" +"Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več " +"stavkov" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:442 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" -msgstr "Ad-hoc SQL mere po meri za ta podatkovni set niso omogočene" +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 +msgid "Virtual dataset query must be read-only" +msgstr "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" -#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 -#, python-format -msgid "Error while fetching data: %s" -msgstr "Napaka pri pridobivanju podatkov: %s" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 +msgid "Visual Tweaks" +msgstr "Nastavitve izgleda" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 -msgid "Time series columns" -msgstr "Stolpci s časovnimi vrstami" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 +msgid "Visualization Type" +msgstr "Tip vizualizacije" -#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:83 -msgid "Select Viz Type" -msgstr "Izberite tip vizualizacije" +#: superset-frontend/src/pages/ChartList/index.tsx:378 +msgid "Visualization type" +msgstr "Tip vizualizacije" -#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:120 -#, python-format -msgid "Currently rendered: %s" -msgstr "Trenutno izrisano: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +msgid "" +"Visualize a parallel set of metrics across multiple groups. Each group is" +" visualized using its own line of points and each metric is represented " +"as an edge in the chart." +msgstr "" +"Prikaže vzporedni nabor mer za različne skupine. Vsaka skupina je " +"prikazana s svojim naborom točk in vsaka mera s povezavo na grafikonu." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:734 -msgid "Other" -msgstr "Ostali" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +msgid "" +"Visualize a related metric across pairs of groups. Heatmaps excel at " +"showcasing the correlation or strength between two groups. Color is used " +"to emphasize the strength of the link between each pair of groups." +msgstr "Vizualizacija povezanih mer med pari skupin." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:666 -msgid "Recommended tags" -msgstr "Priporočene značke" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" +"Prikaz geoprostorskih podatkov kot so 3D zgradbe, parcele ali objekti v " +"mrežnem pogledu." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:671 -msgid "Category" -msgstr "Kategorija" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 +msgid "" +"Visualize how a metric changes over time using bars. Add a group by " +"column to visualize group level metrics and how they change over time." +msgstr "" +"Prikaže spreminjanje mere skozi čas s pomočjo stolpcev. Z dodajanjem " +"stolpcev za združevanje prikaže mere skupin in njihovo spreminjanje." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:676 -msgid "Tags" -msgstr "Značke" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." +msgstr "Prikaz več hierarhičnih nivojev z drevesno strukturo." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:772 -msgid "Search all charts" -msgstr "Išči vse grafikone" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 +msgid "" +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." +msgstr "" +"Prikaže dva različna niza na isti x-osi. Niza sta lahko prikazana z " +"različnim tipom grafikona (npr. en s stolpci in drug s črto)." -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:838 -msgid "No description available." -msgstr "Opisa ni na razpolago." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 +msgid "" +"Visualize two different time series using the same x-axis time range. " +"This chart is being deprecated and we recommend using the Mixed " +"Timeseries Chart instead!" +msgstr "" +"Prikaže dve različni časovni vrsti z isto x-osjo oz. časovnim obdobjem. " +"Grafikon se opušča, zato priporočamo uporabo kombiniranega grafikona " +"časovne vrste!" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:845 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:183 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:197 -msgid "Examples" -msgstr "Vzorci" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "" +"Prikaže dve različni časovni vrsti na isti x-osi. Časovni vrsti sta lahko" +" prikazani različno (npr. ena s stolpci in druga s črto)." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:63 -msgid "This visualization type is not supported." -msgstr "Ta tip vizualizacije ni podprt." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 +msgid "" +"Visualizes 2 metrics as line plots using the same x-axis. This chart is " +"useful for comparing metrics across the same time range." +msgstr "" +"Prikaže dve meri na črtnem grafu z isto x-osjo. Grafikon je uporaben za " +"primerjavo mer v istem časovnem obdobju." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:125 -msgid "View all charts" -msgstr "Pokaži vse grafikone" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 +msgid "" +"Visualizes a metric across three dimensions of data in a single chart (X " +"axis, Y axis, and bubble size). Bubbles from the same group can be " +"showcased using bubble color." +msgstr "" +"Prikaže mero v treh dimenzijah podatkov na istem grafikonu (x os, y os, " +"velikost mehurčka). Mehurčki v isti skupini so predstavljeni z barvo." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 -msgid "Select a visualization type" -msgstr "Izberite tip vizualizacije" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "Na zemljevidu prikaže povezane točke, ki tvorijo pot." -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 -msgid "Select" -msgstr "Izberi" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" +"Prikaže geografsko območje kot poligone na zemljevidu zagotovljenim preko" +" storitve Mapbox. Poligoni so lahko obarvani glede na mero." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:122 -msgid "Superset Chart" -msgstr "Superset grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 +msgid "" +"Visualizes how a metric has changed over a time using a color scale and a" +" calendar view. Gray values are used to indicate missing values and the " +"linear color scheme is used to encode the magnitude of each day's value." +msgstr "" +"Prikaže kako se je mera spreminjala s časom s pomočjo barvne lestvice in " +"koledarskega pogleda. Sive vrednosti ponazarjajo manjkajoče vrednosti. " +"Amplituda dnevnih vrednosti je ponazorjena z linearno barvno shemo." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:205 -msgid "New chart" -msgstr "Nov grafikon" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 +#, fuzzy +msgid "" +"Visualizes how a single metric varies across a country's principal " +"subdivisions (states, provinces, etc) on a choropleth map. Each " +"subdivision's value is elevated when you hover over the corresponding " +"geographic boundary." +msgstr "" +"Prikaže kako se posamezna mera spreminja glede na območja države (dežele," +" province, itd.) na kloropletnem zemljevidu. Vsak podrazdelek se dvigne, " +"ko z miško preidete mejo njegovega območja." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:261 -msgid "Edit chart properties" -msgstr "Uredi lastnosti grafikona" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 +msgid "" +"Visualizes many different time-series objects in a single chart. This " +"chart is being deprecated and we recommend using the Time-series Chart " +"instead." +msgstr "" +"Prikaže več različnih časovnih vrst na istem grafikonu. Grafikon se " +"opušča, zato priporočamo uporabo Grafikona časovne vrste." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:274 -msgid "Export to original .CSV" -msgstr "Izvozi v izvorni .CSV" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 +msgid "" +"Visualizes the flow of different group's values through different stages " +"of a system. New stages in the pipeline are visualized as nodes or " +"layers. The thickness of the bars or edges represent the metric being " +"visualized." +msgstr "" +"Prikaže potek vrednosti različnih skupin na različnih nivojih sistema. " +"Novi nivoji so prikazani kot točke ali plasti. Debelina stolpcev ali " +"povezav predstavlja prikazano mero." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:281 -msgid "Export to pivoted .CSV" -msgstr "Izvozi v vrtilni .CSV" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 +msgid "" +"Visualizes the words in a column that appear the most often. Bigger font " +"corresponds to higher frequency." +msgstr "" +"Prikaže besede v stolpcu, glede na pogostost pojavljanja. Večja pisava " +"pomeni večjo frekvenco." -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:294 -msgid "Export to .JSON" -msgstr "Izvozi v .JSON" +#: superset/viz.py:141 +msgid "Viz is missing a datasource" +msgstr "Vizualizaciji manjka podatkovni vir" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:313 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:315 -msgid "Embed code" -msgstr "Vgradi kodo" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 +#, fuzzy +msgid "Viz type" +msgstr "Tip omejitve" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:370 -msgid "Run in SQL Lab" -msgstr "Zaženi v SQL laboratoriju" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 +msgid "WED" +msgstr "SRE" -#: superset-frontend/src/explore/controlPanels/Separator.js:25 -#: superset-frontend/src/explore/controlPanels/Separator.js:46 -msgid "Code" -msgstr "Koda" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 +msgid "Want to add a new database?" +msgstr "Želite dodati novo podatkovno bazo?" -#: superset-frontend/src/explore/controlPanels/Separator.js:32 -msgid "Markup type" -msgstr "Tip označevanja" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 +msgid "Warning" +msgstr "Opozorilo" -#: superset-frontend/src/explore/controlPanels/Separator.js:37 -msgid "Pick your favorite markup language" -msgstr "Izberite svoj priljubljen označevalni jezik" +#: superset/connectors/sqla/views.py:258 +msgid "Warning Message" +msgstr "Opozorilo" -#: superset-frontend/src/explore/controlPanels/Separator.js:47 -msgid "Put your code here" -msgstr "Vstavite svojo kodo sem" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 +msgid "Warning!" +msgstr "Opozorilo!" -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 -msgid "URL parameters" -msgstr "Parametri URL" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 +msgid "" +"Warning! Changing the dataset may break the chart if the metadata does " +"not exist." +msgstr "" +"Opozorilo! Sprememba podatkovnega seta lahko pokvari grafikon, če " +"metapodatki ne obstajajo." -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 -msgid "Extra parameters for use in jinja templated queries" -msgstr "Dodatni parametri za poizvedbe z jinja predlogami" +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +msgid "Was unable to check your query" +msgstr "Poizvedbe ni bilo mogoče preveriti" -#: superset-frontend/src/explore/controlPanels/sections.tsx:82 -msgid "Annotations and layers" -msgstr "Oznake in sloji" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:73 -msgid "My beautiful colors" -msgstr "Moje čudovite barve" +#: superset/db_engine_specs/bigquery.py:197 +#, python-format +msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +msgstr "" +"Zdi se, da ni mogoče razrešiti stolpca \"%(column)s\" v vrstici " +"%(location)s." -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:84 -msgid "No columns" -msgstr "Brez stolpcev" +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 +#, python-format +msgid "We can't seem to resolve the column \"%(column_name)s\"" +msgstr "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:85 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:260 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:84 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:94 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format -msgid "%s option" -msgstr "%s možnost" +msgid "" +"We can't seem to resolve the column \"%(column_name)s\" at line " +"%(location)s." +msgstr "" +"Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\" v vrstici " +"%(location)s." -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 -msgid "UI Configuration" -msgstr "UI nastavitve" +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "Imamo naslednje ključe: %s" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Can select multiple values" -msgstr "Dovoli izbiro več vrednosti" +#: superset-frontend/src/reports/actions/reports.js:136 +msgid "We were unable to active or deactivate this report." +msgstr "Aktiviranje ali deaktiviranje poročila ni uspelo." -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 -msgid "Filter value is required" -msgstr "Vrednost filtra je obvezna" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "Prenos kontrolnikov pri preklopu na nov podatkovni set ni bil uspešen." -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value before applying the filter" -msgstr "Uporabnik mora izbrati vrednost pred uporabo filtra" +#: superset/db_engine_specs/redshift.py:90 +#, python-format +msgid "" +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." +msgstr "" +"Povezava s podatkovno bazo \"%(database)s\" ni uspela. Preverite ime " +"podatkovne baze in poskusite ponovno." -#: superset-frontend/src/filters/components/GroupBy/index.ts:29 -msgid "Group By filter plugin" -msgstr "Vtičnik za filter za združevanje" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 +msgid "Web" +msgstr "Mreža" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:283 -msgid "Chosen non-numeric column" -msgstr "Izbran ne-numeričen stolpec" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 +msgid "Wednesday" +msgstr "Sreda" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 -msgid "Single value" -msgstr "Ena vrednost" +#: superset/db_engine_specs/base.py:107 +msgid "Week" +msgstr "Teden" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 -msgid "Use only a single value." -msgstr "Uporabite le eno vrednost." +#: superset/db_engine_specs/base.py:113 +msgid "Week ending Saturday" +msgstr "Teden s koncem v soboto" -#: superset-frontend/src/filters/components/Range/index.ts:29 -msgid "Range filter plugin using AntD" -msgstr "Vtičnik za filter obdobja z uporabo AntD" +#: superset/db_engine_specs/base.py:112 +msgid "Week starting Monday" +msgstr "Teden z začetkom v ponedeljek" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:125 -msgid " (excluded)" -msgstr " (ni vključeno)" +#: superset/db_engine_specs/base.py:111 +msgid "Week starting Sunday" +msgstr "Teden z začetkom v nedeljo" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 -msgid "Select first filter value by default" -msgstr "Izberi prvo vrednost kot privzeto" +#: superset/db_engine_specs/base.py:114 +msgid "Week_ending Sunday" +msgstr "Teden s koncem v nedeljo" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 -msgid "When using this option, default value can’t be set" -msgstr "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" +#: superset-frontend/src/components/ReportModal/index.tsx:123 +msgid "Weekly Report" +msgstr "Tedensko poročilo" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 -msgid "Inverse selection" -msgstr "Invertiraj izbiro" +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "Tedensko poročilo za %s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 -msgid "Exclude selected values" -msgstr "Izloči izbrane vrednosti" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 -msgid "Dynamically search all filter values" -msgstr "Dinamično poišče vse možnosti filtra" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#, python-format +msgid "Weeks %s" +msgstr "Tedni %s" -#: superset-frontend/src/filters/components/Select/index.ts:29 -msgid "Select filter plugin using AntD" -msgstr "Izberite Vtičnik za filter z uporabo AntD" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +msgid "Weight" +msgstr "Utež" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s second." +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "" +"Težava pri nalaganju rezultatov. Časovni iztek poizvedb je nastavljen na " +"%s sekund." +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 +#, fuzzy, python-format +msgid "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s second." +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "" +"Težava pri nalaganju vizualizacije. Časovni iztek poizvedb je nastavljen " +"na %s sekund." +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 +msgid "What should be shown on the label?" +msgstr "Kaj bo prikazano na oznaki?" -#: superset-frontend/src/filters/components/Time/index.ts:28 -msgid "Custom time filter plugin" -msgstr "Prilagojeni vtičnik za časovni filter" +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "Set filtrov z enakim imenom že obstaja" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:83 -msgid "No time columns" -msgstr "Ni časovnih stolpcev" +#: superset-frontend/src/explore/controls.jsx:434 +msgid "" +"When `Calculation type` is set to \"Percentage change\", the Y Axis " +"Format is forced to `.1%`" +msgstr "" +"Če je `Vrsta izračuna` nastavljena na \"Procentualna sprememba\", bo " +"oblika Y-osi vsiljena na `.1%`" -#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 -msgid "Time column filter plugin" -msgstr "Vtičnik za časovni filter" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 +msgid "When a secondary metric is provided, a linear color scale is used." +msgstr "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." -#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 -msgid "Time grain filter plugin" -msgstr "Vtičnik za filter časovne granulacije" +#: superset/views/database/mixins.py:119 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" +"Z dovolitvijo opcije CREATE TABLE AS v SQL laboratoriju se tabele " +"ustvarjajo s to shemo" -#: superset-frontend/src/profile/components/App.tsx:52 -msgid "Favorites" -msgstr "Priljubljene" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "Če želite, da se zemljevid prilagodi vašim podatkom po vsaki poizvedbi" -#: superset-frontend/src/profile/components/App.tsx:62 -msgid "Created content" -msgstr "Ustvarjena vsebina" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 +msgid "When enabled, users are able to visualize SQL Lab results in Explore." +msgstr "" +"Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija " +"v raziskovalcu." -#: superset-frontend/src/profile/components/App.tsx:72 -msgid "Recent activity" -msgstr "Nedavna aktivnost" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 +msgid "When only a primary metric is provided, a categorical color scale is used." +msgstr "" +"Če je podana samo primarna metrika, je uporabljena kategorična barvna " +"skala." -#: superset-frontend/src/profile/components/App.tsx:82 -msgid "Security & Access" -msgstr "Varnost in Dostopi" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 +msgid "" +"When specifying SQL, the datasource acts as a view. Superset will use " +"this statement as a subquery while grouping and filtering on the " +"generated parent queries." +msgstr "" +"Ko podajate SQL, se podatkovni vir obnaša kot pogled (view). Superset bo " +"ta zapis uporabil kot podpoizvedbo, pri čemer bo združeval in filtriral " +"na podlagi ustvarjenih starševskih poizvedb." -#: superset-frontend/src/profile/components/CreatedContent.tsx:46 -msgid "No charts" -msgstr "Ni grafikonov" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +msgid "" +"When using \"Autocomplete filters\", this can be used to improve " +"performance of the query fetching the values. Use this option to apply a " +"predicate (WHERE clause) to the query selecting the distinct values from " +"the table. Typically the intent would be to limit the scan by applying a " +"relative time filter on a partitioned or indexed time-related field." +msgstr "" +"Ko uporabljate \"Samodokončaj filtre\", lahko s tem izboljšate hitrost " +"pridobivanja rezultatov s poizvedbo. Z uporabo te možnosti dodate " +"predikat (WHERE stavek) k poizvedbi za izbiro različnih vrednosti iz " +"tabele. Običajno je namen omejiti poizvedbo z uporabo filtra za relativni" +" čas na particioniranem ali indeksiranem časovnem polju." -#: superset-frontend/src/profile/components/CreatedContent.tsx:74 -msgid "No dashboards" -msgstr "Ni nadzornih plošč" +#: superset/viz.py:861 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "Ko uporabljate 'Group By', ste omejeni na uporabo ene mere" -#: superset-frontend/src/profile/components/Favorites.tsx:47 -msgid "No favorite charts yet, go click on stars!" -msgstr "Priljubljenih grafikonov še ni. Kliknite na zvezdice!" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:75 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "Priljubljenih nadzornih plošč še ni. Kliknite na zvezdice!" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" -#: superset-frontend/src/profile/components/UserInfo.tsx:44 -msgid "Profile picture provided by Gravatar" -msgstr "Profilno sliko je zagotovil Gravatar" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 +msgid "Whether the progress bar overlaps when there are multiple groups of data" +msgstr "Če želite prekrivanje območij, ko imate več skupin podatkov" -#: superset-frontend/src/profile/components/UserInfo.tsx:64 -msgid "joined" -msgstr "pridružen" +#: superset/connectors/sqla/views.py:455 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" +"Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL " +"laboratoriju" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" -msgstr "id:" +#: superset/connectors/sqla/views.py:111 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" +"Če želite, da je ta stolpec na voljo v sekciji `Filtri` v raziskovalnem " +"pogledu." -#: superset-frontend/src/reports/actions/reports.js:67 -msgid "There was an issue fetching reports attached to this dashboard." -msgstr "Pri pridobivanju poročil za to nadzorno ploščo je prišlo do težave." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 +msgid "" +"Whether to align background charts with both positive and negative values" +" at 0" +msgstr "" +"Če želite poravnati graf v ozadju celic za negativne in pozitivne " +"vrednosti okrog 0" -#: superset-frontend/src/reports/actions/reports.js:109 -msgid "The report has been created" -msgstr "Poročilo je bilo ustvarjeno" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 +msgid "Whether to align positive and negative values in cell bar chart at 0" +msgstr "" +"Če želite poravnati pozitivne in negativne vrednosti v stolpčnem " +"grafikonu celic pri 0" -#: superset-frontend/src/reports/actions/reports.js:120 -msgid "Report updated" -msgstr "Poročilo posodobljeno" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 +msgid "Whether to always show the annotation label" +msgstr "Če želite vedno prikazati naslov oznake" -#: superset-frontend/src/reports/actions/reports.js:135 -msgid "We were unable to active or deactivate this report." -msgstr "Aktiviranje ali deaktiviranje poročila ni uspelo." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 +msgid "Whether to animate the progress and the value or just display them" +msgstr "Če želite animiran prikaz grafikona" -#: superset-frontend/src/reports/actions/reports.js:151 -msgid "Your report could not be deleted" -msgstr "Vašega poročila ni mogoče izbrisati" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" +"Če želite uporabiti normalno porazdelitev glede na stopnjo na barvni " +"lestvici" -#: superset-frontend/src/reports/actions/reports.js:155 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:161 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:117 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:90 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:153 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:601 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:234 -#: superset-frontend/src/views/CRUD/utils.tsx:274 -#: superset-frontend/src/views/CRUD/utils.tsx:313 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:173 -#, python-format -msgid "Deleted: %s" -msgstr "Izbrisano: %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +msgid "Whether to apply filter when items are clicked" +msgstr "Če želite uporabiti filter, ko kliknete na elemente" -#: superset-frontend/src/utils/downloadAsImage.ts:62 -msgid "Image download failed, please refresh and try again." -msgstr "Prenos slike ni uspel. Osvežite in poskusite ponovno." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 +msgid "Whether to colorize numeric values by if they are positive or negative" +msgstr "" +"Če želite obarvati številske vrednosti, ko so le-te pozitivne ali " +"negativne" -#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 -#, python-format -msgid "" -"Select values in highlighted field(s) in the control panel. Then run the query by " -"clicking on the %s button." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 +msgid "Whether to display a bar chart background in table columns" msgstr "" -"Izberite vrednosti v osvetljenih poljih na levi strani kontrolnika in zaženite " -"poizvedbo z gumbom %s." +"Če želite omogočiti prikaz manjših stolpčnih grafikonov v ozadju stolpcev" +" tabele" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 -msgid "Invalid input" -msgstr "Neveljaven vnos" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 +msgid "Whether to display a legend for the chart" +msgstr "Če želite prikaz legende za grafikon" -#: superset-frontend/src/utils/getClientErrorObject.ts:62 -msgid "Unexpected error: " -msgstr "Nepričakovana napaka: " +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 +msgid "Whether to display bubbles on top of countries" +msgstr "Če želite prikaz mehurčkov nad državami" -#: superset-frontend/src/utils/getClientErrorObject.ts:63 -msgid "(no description, click to see stack trace)" -msgstr "(ni opisa, kliknite za ogled zapisov)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +msgid "Whether to display the aggregate count" +msgstr "Če želite prikazati agregirano število" -#: superset-frontend/src/utils/getClientErrorObject.ts:96 -msgid "Network error" -msgstr "Napaka omrežja" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 +msgid "Whether to display the interactive data table" +msgstr "Če želite prikaz interaktivne podatkovne tabele" -#: superset-frontend/src/utils/getClientErrorObject.ts:108 -msgid "Request timed out" -msgstr "Zahtevek pretečen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 +msgid "Whether to display the labels." +msgstr "Če želite prikaz oznak." -#: superset-frontend/src/utils/getClientErrorObject.ts:117 -msgid "Issue 1000 - The dataset is too large to query." -msgstr "Težava 1000 - podatkovni vir je prevelik za poizvedbo." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +#, fuzzy +msgid "" +"Whether to display the labels. Note that the label only displays when the" +" 5% threshold." +msgstr "" +"Če želite prikazati oznake. Oznake so prikazane le pri vsaj 5-odstotnem " +"pragu." -#: superset-frontend/src/utils/getClientErrorObject.ts:121 -msgid "Issue 1001 - The database is under an unusual load." -msgstr "Težava 1001 - podatkovni vir je neobičajno obremenjen." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 +msgid "Whether to display the legend (toggles)" +msgstr "Preklapljanje prikaza legende" -#: superset-frontend/src/views/CRUD/hooks.ts:103 -#, python-format -msgid "An error occurred while fetching %s info: %s" -msgstr "Napaka pri pridobivanju informacij za %s: %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 +msgid "Whether to display the metric name as a title" +msgstr "Če želite prikazati ime mere kot naslov" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 -#, python-format -msgid "An error occurred while fetching %ss: %s" -msgstr "Napaka pri pridobivanju informacij za %s: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 +msgid "Whether to display the min and max values of the X-axis" +msgstr "Če želite prikaz min. in max. vrednosti X-osi" -#: superset-frontend/src/views/CRUD/hooks.ts:301 -#, python-format -msgid "An error occurred while creating %ss: %s" -msgstr "Napaka pri ustvarjanju %s: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 +msgid "Whether to display the min and max values of the Y-axis" +msgstr "Če želite prikaz min. in max. vrednosti Y-osi" -#: superset-frontend/src/views/CRUD/hooks.ts:451 -#: superset-frontend/src/views/CRUD/hooks.ts:467 -#, python-format -msgid "An error occurred while importing %s: %s" -msgstr "Napaka pri uvažanju %s: %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 +msgid "Whether to display the numerical values within the cells" +msgstr "Če želite v celicah prikazati numerične vrednosti" -#: superset-frontend/src/views/CRUD/hooks.ts:538 -#, python-format -msgid "There was an error fetching the favorite status: %s" -msgstr "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +msgid "Whether to display the stroke" +msgstr "Če želite prikazati obrobe" -#: superset-frontend/src/views/CRUD/hooks.ts:559 -#, python-format -msgid "There was an error saving the favorite status: %s" -msgstr "Napaka pri shranjevanju statusa \"Priljubljeno\": %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 +msgid "Whether to display the time range interactive selector" +msgstr "Če želite prikaz interaktivnega izbirnika časovnega obdobja" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:218 -#: superset-frontend/src/views/CRUD/hooks.ts:620 -msgid "Link Copied!" -msgstr "Povezava kopirana!" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 +msgid "Whether to display the timestamp" +msgstr "Če želite prikazati časovno značko" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:221 -#: superset-frontend/src/views/CRUD/hooks.ts:623 -msgid "Sorry, your browser does not support copying." -msgstr "Vaš brskalnik ne podpira kopiranja." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 +msgid "Whether to display the trend line" +msgstr "Če želite prikazati trendno črto" -#: superset-frontend/src/views/CRUD/hooks.ts:644 -msgid "Connection looks good!" -msgstr "Povezava izgleda v redu!" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 +msgid "Whether to enable changing graph position and scaling." +msgstr "Če želite omogočiti premikanje in povečevanje/zmanjševanje grafikona." -#: superset-frontend/src/views/CRUD/hooks.ts:647 -#, python-format -msgid "ERROR: %s" -msgstr "NAPAKA: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 +msgid "Whether to enable node dragging in force layout mode." +msgstr "Če želite omogočiti premikanje vozlišč v načinu vsiljenega prikaza." -#: superset-frontend/src/views/CRUD/utils.tsx:209 -msgid "There was an error fetching your recent activity:" -msgstr "Pri pridobivanju nedavnih aktivnosti je prišlo do napake:" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +msgid "Whether to fill the objects" +msgstr "Če želite zapolniti objekte" -#: superset-frontend/src/views/CRUD/utils.tsx:277 -#, python-format -msgid "There was an issue deleting: %s" -msgstr "Težava pri brisanju: %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +msgid "Whether to ignore locations that are null" +msgstr "Če ne želite upoštevati praznih (NULL) lokacij" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:164 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:121 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:93 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:159 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:237 -#: superset-frontend/src/views/CRUD/utils.tsx:317 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:176 -#, python-format -msgid "There was an issue deleting %s: %s" -msgstr "Težava pri brisanju %s: %s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 +msgid "Whether to include a client-side search box" +msgstr "Če želite vključiti iskalno polje za uporabnika" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -msgid "Working" -msgstr "Delam" +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 +msgid "Whether to include a time filter" +msgstr "Če želite vključiti časovni filter" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 -msgid "Not triggered" -msgstr "Ni sproženo" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 +msgid "Whether to include the percentage in the tooltip" +msgstr "Če želite prikaz procentov v opisu orodja" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 -msgid "On Grace" -msgstr "V mirovanju" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 +msgid "Whether to include the time granularity as defined in the time section" +msgstr "Če želite vključiti granulacijo časa, ki je določena v sekciji Čas" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:89 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:489 -msgid "report" -msgstr "poročilo" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +#, fuzzy +msgid "Whether to make the grid 3D" +msgstr "Če želite kumulativni histogram" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:89 -msgid "alert" -msgstr "opozorilo" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +msgid "Whether to make the histogram cumulative" +msgstr "Če želite kumulativni histogram" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:116 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:125 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:75 -msgid "reports" -msgstr "poročila" +#: superset/connectors/sqla/views.py:106 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" +"Če želite, da bo ta stolpec na razpolago kot možnost [Granulacija časa]. " +"Stolpec mora biti tipa DATETIME ali DATETIME-like" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -msgid "alerts" -msgstr "opozorila" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 +msgid "Whether to normalize the histogram" +msgstr "Če želite normirati histogram" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:179 -#, python-format -msgid "There was an issue deleting the selected %s: %s" -msgstr "Težava pri brisanju izbranih %s: %s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 +msgid "Whether to populate autocomplete filters options" +msgstr "Če želite napolniti možnosti za samodokončanje filtrov" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:227 -msgid "Last run" -msgstr "Zadnji zagon" +#: superset/connectors/sqla/views.py:450 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" +"Če želite napolniti spustni seznam filtra v raziskovalnem pogledu " +"filtrske sekcije z različnimi vrednostmi, pridobljenimi sproti v ozadju" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:262 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1387 -msgid "Notification method" -msgstr "Način obveščanja" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 +msgid "" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." +msgstr "" +"Če želite prikaz dodatnih kontrolnikov. Dodatni kontrolniki vključujejo " +"možnost izdelave večstolpčnih grafikonov, naloženih ali drug ob drugem." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:273 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:417 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:211 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:285 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:361 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:507 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:326 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:479 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:349 -msgid "Created by" -msgstr "Ustvaril" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 +msgid "Whether to show minor ticks on the axis" +msgstr "Če želite prikaz manjših oznak na osi" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:308 -msgid "Active" -msgstr "Aktiven" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 +msgid "Whether to show the pointer" +msgstr "Če želite prikazati kazalec" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -msgid "Execution log" -msgstr "Dnevnik izvajanja" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 +msgid "Whether to show the progress of gauge chart" +msgstr "Prikaži merilno območje števčnega grafikona" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:353 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:203 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:248 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:448 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:420 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:432 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:448 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:415 -msgid "Actions" -msgstr "Aktivnosti" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 +msgid "Whether to show the split lines on the axis" +msgstr "Če želite prikazati razdelitvene črte na osi" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:380 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:226 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:276 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:640 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:593 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 -msgid "Bulk select" -msgstr "Izberi hkrati" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "Če želite prikaz manjših oznak na osi" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:388 -#, python-format -msgid "No %s yet" -msgstr "%s še ne obstajajo" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 +msgid "Whether to sort descending or ascending" +msgstr "Če želite padajoče ali naraščajoče razvrščanje" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:401 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:486 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:458 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -msgid "Owner" -msgstr "Lastnik" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" +msgstr "" +"Če želite padajoče ali naraščajoče razvrščanje, ko je prisotna omejitev " +"serije" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:410 -#, python-format -msgid "An error occurred while fetching owners values: %s" -msgstr "Pri pridobivanju polja lastnik je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 +msgid "Whether to sort results by the selected metric in descending order." +msgstr "Če želite padajoče razvrstiti rezultate z izbrano mero." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:426 -#, python-format -msgid "An error occurred while fetching created by values: %s" -msgstr "Pri pridobivanju vrednosti \"Ustvaril\" je prišlo do napake: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 +msgid "Whether to sort tooltip by the selected metric in descending order." +msgstr "Če želite padajoče razvrstiti opis orodja z izbrano mero." -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:433 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:305 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:500 -msgid "Status" -msgstr "Status" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +msgid "Whether to truncate metrics" +msgstr "Če želite odstraniti naziv mere" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:466 -msgid "Alerts & reports" -msgstr "Opozorila in poročila" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 +msgid "Which country to plot the map for?" +msgstr "Za katero državo želite grafikon?" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 -msgid "Alerts" -msgstr "Opozorila" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 +msgid "Which relatives to highlight on hover" +msgstr "Kateri element se poudari na prehodu z miško" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:477 -msgid "Reports" -msgstr "Poročila" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 +msgid "Whisker/outlier options" +msgstr "Možnosti grafikona kvantilov" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:515 -#, python-format -msgid "Delete %s?" -msgstr "Izbrišem %s?" +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +msgid "White" +msgstr "Belo" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:519 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:297 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:78 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:385 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:687 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:106 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:632 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:664 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:501 -msgid "Please confirm" -msgstr "Prosim, potrdite" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 +#, fuzzy +msgid "Width" +msgstr "Debelina črte" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:520 -#, python-format -msgid "Are you sure you want to delete the selected %s?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane %s?" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 +msgid "Width of the confidence interval. Should be between 0 and 1" +msgstr "Širina intervala zaupanja. Mora bit med 0 in 1" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:89 -msgid "< (Smaller than)" -msgstr "< (manjše kot)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +#, fuzzy +msgid "Width of the sparkline" +msgstr "Debelina črt" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:93 -msgid "> (Larger than)" -msgstr "> (večje kot)" +#: superset/utils/pandas_postprocessing/rolling.py:69 +msgid "Window must be > 0" +msgstr "Okno mora biti > 0" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:97 -msgid "<= (Smaller or equal)" -msgstr "<= (manjše ali enako)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 +msgid "With a subheader" +msgstr "S podnaslovom" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 -msgid ">= (Larger or equal)" -msgstr ">= (večje ali enako)" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 +msgid "Word Cloud" +msgstr "Oblak besed" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:105 -msgid "== (Is equal)" -msgstr "== (je enako)" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 +msgid "Word Rotation" +msgstr "Vrtenje besed" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:109 -msgid "!= (Is not equal)" -msgstr "!= (ni enako)" +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 +msgid "Working" +msgstr "Delam" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:113 -msgid "Not null" -msgstr "Ni nič (null)" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 +msgid "Working timeout" +msgstr "Pretek delovanja" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 -msgid "30 days" -msgstr "30 dni" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 +#: superset/viz.py:2079 +msgid "World Map" +msgstr "Zemljevid sveta" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 -msgid "60 days" -msgstr "60 dni" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 +msgid "Write a description for your query" +msgstr "Dodajte opis vaše poizvedbe" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 -msgid "90 days" -msgstr "90 dni" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +#, fuzzy +msgid "Write a handlebars template to render the data" +msgstr "Predloga za Handlebars, ki je uporabljena za podatke" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:389 -msgid "Add notification method" -msgstr "Dodajte način obveščanja" +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "Zapiši indeks dataframe-a kot stolpec." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:390 -msgid "Add delivery method" -msgstr "Dodajte način dostave" +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 +msgid "Write dataframe index as a column." +msgstr "Zapiši indeks dataframe-a kot stolpec." -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:562 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:578 -#, python-format -msgid "%s updated" -msgstr "%s posodobljeni" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 +msgid "X AXIS TITLE BOTTOM MARGIN" +msgstr "SPODNJA OBROBA NASLOVA X OSI" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1069 -msgid "Edit Report" -msgstr "Uredi poročilo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 +msgid "X Axis" +msgstr "X os" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1071 -msgid "Edit Alert" -msgstr "Uredi opozorilo" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 +msgid "X Axis Format" +msgstr "Oblika X-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1073 -msgid "Add Report" -msgstr "Dodaj poročilo" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 +msgid "X Axis Label" +msgstr "Naslov X osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1074 -msgid "Add Alert" -msgstr "Dodaj opozorilo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 +msgid "X Axis Title" +msgstr "Naslov X osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 -msgid "Report name" -msgstr "Naslov poročila" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 +msgid "X Log Scale" +msgstr "Logaritemska X-os" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 -msgid "Alert name" -msgstr "Naslov opozorila" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 +msgid "X Tick Layout" +msgstr "Postavitev oznak na X-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1141 -msgid "Alert condition" -msgstr "Status opozorila" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 +msgid "X bounds" +msgstr "Meje X-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -msgid "Trigger Alert If..." -msgstr "Sproži opozorilo v primeru ..." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "Razvrsti naraščajoče" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1191 -msgid "Condition" -msgstr "Pogoj" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1205 -msgid "Threshold value should be double precision number" -msgstr "Mejna vrednost naj bo število z dvojno natančnostjo (double)" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "X-axis" +msgstr "X-os" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1236 -msgid "Report schedule" -msgstr "Urnik poročanja" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 +msgid "XScale Interval" +msgstr "Interval X-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1237 -msgid "Alert condition schedule" -msgstr "Urnik statusov opozoril" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 +msgid "Y 2 bounds" +msgstr "Meje Y 2" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1257 -msgid "Schedule settings" -msgstr "Nastavitve urnika" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 +msgid "Y AXIS TITLE MARGIN" +msgstr "OBROBA NASLOVA Y OSI" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1261 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1266 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -msgid "Log retention" -msgstr "Hranjenje dnevnikov" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 +msgid "Y AXIS TITLE POSITION" +msgstr "POZICIJA NASLOVA Y OSI" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1281 -msgid "Working timeout" -msgstr "Pretek delovanja" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 +msgid "Y Axis" +msgstr "Y os" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1290 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1305 -msgid "Time in seconds" -msgstr "Čas v sekundah" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 +msgid "Y Axis 1" +msgstr "Y-os 1" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1298 -msgid "Grace period" -msgstr "Obdobje mirovanja" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 +msgid "Y Axis 2" +msgstr "Y-os 2" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1363 -msgid "Send as PNG" -msgstr "Pošlji kot PNG" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 +msgid "Y Axis 2 Bounds" +msgstr "Meje Y 2-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1364 -msgid "Send as CSV" -msgstr "Pošlji kot CSV" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 +msgid "Y Axis Bounds" +msgstr "Meje Y-osi" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1367 -msgid "Send as text" -msgstr "Pošlji kot besedilo" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 +msgid "Y Axis Format" +msgstr "Oblika Y osi" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:66 -msgid "log" -msgstr "dnevnik" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 +msgid "Y Axis Label" +msgstr "Naslov Y osi" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:97 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 -msgid "State" -msgstr "Status" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 +msgid "Y Axis Left" +msgstr "Y-os levo" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:108 -msgid "Execution ID" -msgstr "ID izvedbe" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 +msgid "Y Axis Right" +msgstr "Y-os desno" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:120 -msgid "Scheduled at (UTC)" -msgstr "Izvede se ob (UTC)" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 +msgid "Y Axis Title" +msgstr "Naslov Y osi" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:128 -msgid "Start at (UTC)" -msgstr "Zažene se ob (UTC)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 +msgid "Y Log Scale" +msgstr "Logaritemska Y-os" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:138 -msgid "Duration" -msgstr "Trajanje" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 +msgid "Y bounds" +msgstr "Y meje" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:147 -msgid "Error message" -msgstr "Sporočilo napake" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "Razvrsti naraščajoče" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:94 -msgid "CRON expression" -msgstr "Izraz CRON" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 -msgid "Report sent" -msgstr "Poročilo poslano" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "X-os" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 -msgid "Alert triggered, notification sent" -msgstr "Opozorilo sproženo, obvestilo poslano" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +#, fuzzy +msgid "Y-axis bounds" +msgstr "Meje osi" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 -msgid "Report sending" -msgstr "Pošiljanje poročila" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 +msgid "YScale Interval" +msgstr "Interval Y-osi" + +#: superset/db_engine_specs/base.py:110 +msgid "Year" +msgstr "Leto" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 -msgid "Alert running" -msgstr "Opozorilo aktivno" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 -msgid "Report failed" -msgstr "Poročilo ni uspelo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 -msgid "Alert failed" -msgstr "Opozorilo ni uspelo" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#, python-format +msgid "Years %s" +msgstr "Leta %s" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 -msgid "Nothing triggered" -msgstr "Ni ni sproženo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 +msgid "Yes" +msgstr "Da" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 -msgid "Alert Triggered, In Grace Period" -msgstr "Opozorilo sproženo, v obdobju mirovanja" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 +msgid "Yes, cancel" +msgstr "Da, prekini" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 -msgid "Delivery method" -msgstr "Način dostave" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +#, fuzzy +msgid "Yes, overwrite changes" +msgstr "Oznake za razpone" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 -msgid "Select Delivery Method" -msgstr "Izberite način dostave" +#: superset-frontend/src/pages/ChartList/index.tsx:100 +msgid "" +"You are importing one or more charts that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Uvažate enega ali več grafikonov, ki že obstajajo. S prepisom lahko " +"izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 -msgid "Recipients are separated by \",\" or \";\"" -msgstr "Prejemniki so ločeni z \",\" ali \";\"" +#: superset-frontend/src/pages/DashboardList/index.tsx:69 +msgid "" +"You are importing one or more dashboards that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Uvažate eno ali več nadzornih plošč, ki že obstajajo. S prepisom lahko " +"izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:78 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 -msgid "annotation" -msgstr "oznaka" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 +msgid "" +"You are importing one or more databases that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Uvažate eno ali več podatkovnih baz, ki že obstajajo. S prepisom lahko " +"izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:141 -#, python-format -msgid "There was an issue deleting the selected annotations: %s" -msgstr "Pri brisanju izbranih oznak je prišlo do težave: %s" +#: superset-frontend/src/features/datasets/constants.ts:30 +msgid "" +"You are importing one or more datasets that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Uvažate enega ali več podatkovnih setov, ki že obstajajo. S prepisom " +"lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:188 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 -msgid "Edit annotation" -msgstr "Uredi oznako" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 +msgid "" +"You are importing one or more saved queries that already exist. " +"Overwriting might cause you to lose some of your work. Are you sure you " +"want to overwrite?" +msgstr "" +"Uvažate eno ali več shranjenih poizvedb, ki že obstajajo. S prepisom " +"lahko izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:195 -msgid "Delete annotation" -msgstr "Izbriši oznako" +#: superset/views/core.py:2177 +msgid "" +"You are not authorized to see this query. If you think this is an error, " +"please reach out to your administrator." +msgstr "" +"Nimate dovoljenja za ogled te poizvedbe. Če menite, da je to napaka, " +"kontaktirajte administratorja." -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:216 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:249 -msgid "Annotation" -msgstr "Oznaka" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +msgid "You can" +msgstr "Lahko" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:242 -msgid "No annotation yet" -msgstr "Oznak še ni" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "Lahko dodate elemente v" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:259 -#, python-format -msgid "Annotation Layer %s" -msgstr "Sloj z oznakami %s" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "Elemente lahko dodate v načinu urejanja." -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:282 -#, python-format -msgid "Are you sure you want to delete %s?" -msgstr "Ali ste prepričani, da želite izbrisati %s?" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:293 -msgid "Delete Annotation?" -msgstr "Izbrišem oznako?" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 +msgid "" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:298 -msgid "Are you sure you want to delete the selected annotations?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane oznake?" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 +msgid "" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "Ustvarite lahko nove grafikone ali uporabite obstoječe iz panela na desni" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 -msgid "The annotation has been updated" -msgstr "Označba je bila posodobljena" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 -msgid "The annotation has been saved" -msgstr "Označba je bila shranjena" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +#, fuzzy +msgid "You can't apply cross-filter on this data point." +msgstr "Nimate dostopa do tega podatkovnega seta." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 -msgid "Add annotation" -msgstr "Dodaj oznako" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 +msgid "" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." +msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 -msgid "Annotation name" -msgstr "Ime oznake" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" +"Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45°" +" kotom" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 -msgid "date" -msgstr "datum" +#: superset/viz.py:723 +msgid "" +"You cannot use [Columns] in combination with [Group " +"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." +msgstr "" +"Ne smete uporabiti [Stolpci] v kombinaciji z " +"[Združevanje]/[Mere]/[Procentualne mere]. Izberite eno ali drugo." -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 -msgid "Additional information" -msgstr "Dodatne informacije" +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "Nimate dovoljenja za urejanje tega grafikona" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:266 -msgid "Description (this can be seen in the list)" -msgstr "Opis (lahko je viden na seznamu)" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 +msgid "You do not have permission to edit this chart" +msgstr "Nimate dovoljenja za urejanje tega grafikona" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:104 -msgid "annotation_layer" -msgstr "annotation_layer" +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 +msgid "You do not have permission to edit this dashboard" +msgstr "Nimate dovoljenja za urejanje te nadzorne plošče" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:139 -msgid "Annotation template updated" -msgstr "Predloga oznake posodobljena" +#: superset/templates/superset/request_access.html:25 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "Nimate dovoljenj za dostop do podatkovnih virov: %(name)s." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:154 -msgid "Annotation template created" -msgstr "Predloga oznake ustvarjena" +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 +msgid "You do not have permissions to edit this dashboard." +msgstr "Nimate dovoljenj za urejanje te nadzorne plošče." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:241 -msgid "Edit annotation layer properties" -msgstr "Uredi lastnosti sloja z oznakami" +#: superset/charts/commands/exceptions.py:131 +msgid "You don't have access to this chart." +msgstr "Nimate dostopa do tega grafikona." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:251 -msgid "Annotation layer name" -msgstr "Ime sloja z oznakami" +#: superset/dashboards/commands/exceptions.py:86 +msgid "You don't have access to this dashboard." +msgstr "Nimate dostopa do te nadzorne plošče." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:71 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:335 -msgid "Annotation layers" -msgstr "Sloji z oznakami" +#: superset/datasets/commands/exceptions.py:189 +msgid "You don't have access to this dataset." +msgstr "Nimate dostopa do tega podatkovnega seta." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:110 -#, python-format -msgid "There was an issue deleting the selected layers: %s" -msgstr "Pri brisanju izbranih slojev je prišlo do težave: %s" +#: superset/embedded_dashboard/commands/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." +msgstr "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:179 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:345 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:364 -msgid "Last modified" -msgstr "Zadnja sprememba" +#: superset-frontend/src/features/home/EmptyState.tsx:170 +msgid "You don't have any favorites yet!" +msgstr "Priljubljenih še niste izbrali!" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:204 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:351 -msgid "Created on" -msgstr "Ustvarjeno" +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 +msgid "You don't have permission to modify the value." +msgstr "Nimate dovoljenja za spreminjanje vrednosti." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:229 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 -msgid "Edit template" -msgstr "Uredi predlogo" +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "Nimate pravic za spreminjanje tega naslova." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:238 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 -msgid "Delete template" -msgstr "Izbriši predlogo" +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "Nimate pravic za spreminjanje tega naslova." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:264 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:319 -msgid "Annotation layer" -msgstr "Sloj z oznakami" +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "Nimate pravic za spreminjanje tega naslova." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:294 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:436 -#, python-format -msgid "An error occurred while fetching dataset datasource values: %s" -msgstr "" -"Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo do " -"napake: %s" +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." +msgstr "Nimate pravic za spreminjanje tega naslova." -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:314 -msgid "No annotation layers yet" -msgstr "Slojev z oznakami še ni" +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "Nimate pravic za " -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:345 -msgid "This action will permanently delete the layer." -msgstr "S tem dejanjem boste trajno izbrisali sloj." +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "Nimate pravic za " -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 -msgid "Delete Layer?" -msgstr "Izbrišem sloj?" +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "Nimate pravic za " -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:358 -msgid "Are you sure you want to delete the selected layers?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane sloje?" +#: superset/views/core.py:424 +msgid "You have no permission to approve this request" +msgstr "Nimate dovoljenja za odobritev te zahteve" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:81 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:109 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:361 -msgid "Are you sure you want to delete" -msgstr "Ali ste prepričani, da želite izbrisati" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "Odstranili ste ta filter." -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:156 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:165 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:129 -#, python-format -msgid "Modified %s" -msgstr "Zadnja sprememba %s" +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 +msgid "You have unsaved changes." +msgstr "Imate neshranjene spremembe." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:82 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format msgid "" -"The passwords for the databases below are needed in order to import them together " -"with the charts. Please note that the \"Secure Extra\" and \"Certificate\" " -"sections of the database configuration are not present in export files, and " -"should be added manually after the import if they are needed." +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." msgstr "" -"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z grafikoni. Sekciji " -"\"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista " -"prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to " -"potrebno." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:89 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 msgid "" -"You are importing one or more charts that already exist. Overwriting might cause " -"you to lose some of your work. Are you sure you want to overwrite?" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." msgstr "" -"Uvažate enega ali več grafikonov, ki že obstajajo. S prepisom lahko izgubite " -"podatke. Ali ste prepričani, da želite prepisati?" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:203 -msgid "Chart imported" -msgstr "Grafikon uvožen" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:233 -#, python-format -msgid "There was an issue deleting the selected charts: %s" -msgstr "Pri brisanju izbranih grafikonov je prišlo do težave: %s" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:331 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:351 -msgid "Modified by" -msgstr "Spremenil" +"Za urejanje morate biti lastnik podatkovnega seta. Za dostop do urejanja " +"kontaktirajte lastnika podatkovnega seta." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:469 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:165 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:175 -msgid "Favorite" -msgstr "Priljubljene" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" +msgstr "Izbrati morate ime nove nadzorne plošče" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:568 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:446 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:517 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:525 -msgid "Any" -msgstr "Katerikoli" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 +msgid "You must run the query successfully first" +msgstr "Najprej morate uspešno izvesti poizvedbo" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:476 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:570 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:448 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:519 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:527 -msgid "Yes" -msgstr "Da" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:477 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:571 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:449 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:528 -msgid "No" -msgstr "Ne" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" +"Posodobili ste vrednosti v kontrolni plošči, vendar se grafikon ni " +"samodejno posodobil. Zaženite poizvedbo z gumbom \"Posodobi grafikon\" " +"ali" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:490 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:511 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:532 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:557 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:462 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:483 -msgid "All" -msgstr "Vsi" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" +"Spremenili ste podatkovne sete. Vsi kontrolniki nad podatki (stolpci, " +"mere), ki se ujemajo z novim podatkovnim setom, se bodo ohranili." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:496 -#, python-format -msgid "An error occurred while fetching chart owners values: %s" -msgstr "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +msgid "Your chart is not up to date" +msgstr "Grafikon ni aktualen" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:517 -#, python-format -msgid "An error occurred while fetching chart created by values: %s" -msgstr "Pri pridobivanju polja Grafikon ustvaril je prišlo do napake: %s" +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "Grafikon je pripravljen!" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:528 -msgid "Chart type" -msgstr "Tip grafikona" +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "Your dashboard is too large. Please reduce its size before saving it." +msgstr "Vaša nadzorna plošča je prevelika. Pred shranjevanjem jo zmanjšajte." -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:563 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:520 -msgid "Certified" -msgstr "Certificirano" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 +msgid "Your query could not be saved" +msgstr "Vaše poizvedbe ni mogoče shraniti" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:588 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:537 -msgid "Alphabetical" -msgstr "Po abecedi" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 +msgid "Your query could not be scheduled" +msgstr "Vaše poizvedbe ni mogoče uvrstiti v urnik" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:594 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:543 -msgid "Recently modified" -msgstr "Nedavno spremenjeno" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 +msgid "Your query could not be updated" +msgstr "Vaše poizvedbe ni mogoče posodobiti" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:600 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:549 -msgid "Least recently modified" -msgstr "Zadnje spremenjeno" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 +msgid "" +"Your query has been scheduled. To see details of your query, navigate to " +"Saved queries" +msgstr "" +"Vaša poizvedba je v urniku. Za ogled podrobnosti poizvedbe pojdite na " +"shranjene poizvedbe" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:664 -msgid "Import charts" -msgstr "Uvozi grafikone" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +msgid "Your query was not properly saved" +msgstr "Vaša poizvedba ni bila pravilno shranjena" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:688 -msgid "Are you sure you want to delete the selected charts?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane grafikone?" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 +msgid "Your query was saved" +msgstr "Vaša poizvedba je shranjena" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 -msgid "css_template" -msgstr "css_template" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 +msgid "Your query was updated" +msgstr "Vaša poizvedba je posodobljena" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 -msgid "Edit CSS template properties" -msgstr "Uredi lastnosti CSS predloge" +#: superset-frontend/src/reports/actions/reports.js:154 +msgid "Your report could not be deleted" +msgstr "Vašega poročila ni mogoče izbrisati" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 -msgid "Add CSS template" -msgstr "Dodaj CSS predlogo" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "opis" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 -msgid "CSS template name" -msgstr "Ime CSS predloge" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 +msgid "Zoom" +msgstr "Povečava" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 -msgid "css" -msgstr "css" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 +msgid "Zoom level of the map" +msgstr "Stopnja povečave zemljevida" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 -msgid "CSS templates" -msgstr "CSS predloge" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +msgid "[ untitled dashboard ]" +msgstr "[ neimenovana nadzorna plošča ]" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 -#, python-format -msgid "There was an issue deleting the selected templates: %s" -msgstr "Pri brisanju izbranih predlog je prišlo do težave: %s" +#: superset/viz.py:2386 +msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +msgstr "" +"Stolpca [Zemljepisna dolžina] in [Zemljepisna širina] morata biti " +"prisotna v [Združevanje]" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 -#, python-format -msgid "Last modified by %s" -msgstr "Nazadnje spremenil %s" +#: superset/viz.py:2336 +msgid "[Longitude] and [Latitude] must be set" +msgstr "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 -msgid "CSS template" -msgstr "CSS predloga" +#: superset/explore/commands/get.py:121 superset/views/core.py:870 +msgid "[Missing Dataset]" +msgstr "[Manjka podatkovni set]" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 -msgid "This action will permanently delete the template." -msgstr "S tem dejanjem boste trajno izbrisali predlogo." +#: superset/utils/core.py:908 +#, python-format +msgid "[Superset] Access to the datasource %(name)s was granted" +msgstr "[Superset] dostop do podatkovnega vira %(name)s je odobren" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 -msgid "Delete Template?" -msgstr "Izbrišem predlogo?" +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +msgid "[Untitled]" +msgstr "[Neimenovana]" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 -msgid "Are you sure you want to delete the selected templates?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane predloge?" +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "Osnovno" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:154 -msgid "published" -msgstr "objavljeno" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +#, fuzzy +msgid "[copy]" +msgstr "Kopiraj" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:154 -msgid "draft" -msgstr "osnutek" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 +msgid "[dashboard name]" +msgstr "[ime nadzorne plošče]" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:56 -msgid "" -"The passwords for the databases below are needed in order to import them together " -"with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" " -"sections of the database configuration are not present in export files, and " -"should be added manually after the import if they are needed." +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" msgstr "" -"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj z nadzornimi " -"ploščami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne " -"baze nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po " -"uvozu, če je to potrebno." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" -"You are importing one or more dashboards that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -"Uvažate eno ali več nadzornih plošč, ki že obstajajo. S prepisom lahko izgubite " -"podatke. Ali ste prepričani, da želite prepisati?" +"[opcijsko] sekundarna mera določa barvo kot razmerje do primarne mere. Če" +" je izpuščena, je barva določena kategorično na podlagi oznak" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:147 -msgid "Dashboard imported" -msgstr "Nadzorna plošča uvožena" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +msgid "[untitled]" +msgstr "[neimenovana]" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:205 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#, python-format -msgid "An error occurred while fetching dashboards: %s" -msgstr "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" +#: superset/utils/pandas_postprocessing/compare.py:53 +msgid "`compare_columns` must have the same length as `source_columns`." +msgstr "`compare_columns` morajo imeti enako dolžino kot `source_columns`." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:231 -msgid "There was an issue deleting the selected dashboards: " -msgstr "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " +#: superset/utils/pandas_postprocessing/compare.py:57 +msgid "`compare_type` must be `difference`, `percentage` or `ratio`" +msgstr "`compare_type` mora biti `difference`, `percentage` ali `ratio`" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:468 -#, python-format -msgid "An error occurred while fetching dashboard owner values: %s" -msgstr "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" +#: superset/charts/schemas.py:573 +msgid "`confidence_interval` must be between 0 and 1 (exclusive)" +msgstr "`confidence_interval` mora biti med 0 in 1 (odprt)" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:489 -#, python-format -msgid "An error occurred while fetching dashboard created by values: %s" -msgstr "Pri pridobivanju polja Nadzorno ploščo ustvaril je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 +msgid "" +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." +msgstr "" +"`število` je COUNT(*), če je uporabljeno združevanje (group by). " +"Numerični stolpci bodo agregirani z agregatorjem. Ne-numerični stolpci, " +"bodo uporabljeni za oznake točk. Pustite prazno, da dobite število točk v" +" posamezni gruči." -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:633 -msgid "Are you sure you want to delete the selected dashboards?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" +#: superset/common/query_object.py:436 +msgid "`operation` property of post processing object undefined" +msgstr "Lastnost `operation` poprocesirnega objekta ni definirana" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:107 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:332 -msgid "Saved queries" -msgstr "Shranjene poizvedbe" +#: superset/utils/pandas_postprocessing/prophet.py:61 +msgid "`prophet` package not installed" +msgstr "Knjižnica `prophet` ni nameščena" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 -msgid "SQL Copied!" -msgstr "SQL kopiran!" +#: superset/utils/pandas_postprocessing/contribution.py:69 +msgid "`rename_columns` must have the same length as `columns`." +msgstr "`rename_columns` morajo imeti enako dolžino kot `columns`." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:432 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:533 -msgid "database" -msgstr "podatkovna baza" +#: superset/charts/schemas.py:1114 +msgid "`row_limit` must be greater than or equal to 0" +msgstr "`row_limit` mora biti večja ali enaka 0" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:140 -#, python-format -msgid "An error occurred while fetching database related data: %s" -msgstr "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" +#: superset/charts/schemas.py:1121 +msgid "`row_offset` must be greater than or equal to 0" +msgstr "`row_offset` mora biti večja ali enaka 1" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:191 -msgid "Upload file to database" -msgstr "Naloži datoteko v podatkovno bazo" +#: superset/charts/schemas.py:972 +msgid "`width` must be greater or equal to 0" +msgstr "`width` mora biti večja ali enaka 0" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:194 -msgid "Upload CSV" -msgstr "Naloži CSV" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 +msgid "aggregate" +msgstr "agregacija" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:201 -msgid "Upload columnar file" -msgstr "Naloži datoteko s stolpci" +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "alert" +msgstr "opozorilo" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:208 -msgid "Upload Excel file" -msgstr "Naloži Excel-ovo datoteko" +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +msgid "alerts" +msgstr "opozorila" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:293 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:458 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:303 -msgid "Asynchronous query execution" -msgstr "Asinhroni zagon poizvedb" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +#, fuzzy +msgid "all" +msgstr "Majhno" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:296 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:461 -msgid "AQE" -msgstr "AQE" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" +msgstr "kopiraj (podvoji) tudi grafikone" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:313 -msgid "Allow data manipulation language" -msgstr "Dovoli jezik za manipulacijo podatkov (DML)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +msgid "ancestor" +msgstr "nadrejeni" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:316 -msgid "DML" -msgstr "DML" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 +msgid "and" +msgstr "in" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:328 -msgid "CSV upload" -msgstr "Nalaganje CSV" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 +msgid "annotation" +msgstr "oznaka" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:389 -msgid "Delete database" -msgstr "Izbriši podatkovno bazo" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" +msgstr "annotation_layer" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:496 -#, python-format -msgid "" -"The database %s is linked to %s charts that appear on %s dashboards and users " -"have %s SQL Lab tabs using this database open. Are you sure you want to continue? " -"Deleting the database will break those objects." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" msgstr "" -"Podatkovna baza %s je povezana z grafikoni %s, ki so prisotni na nadzorni plošči " -"%s in uporabniki imajo odprtih %s zavihkov SQL laboratorija. Ali želite " -"nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:510 -msgid "Delete Database?" -msgstr "Izbrišem podatkovno bazo?" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 -msgid "Expose database in SQL Lab" -msgstr "Razkrij podatkovno bazo v SQL laboratoriju" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 +msgid "at" +msgstr "ob" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 -msgid "Allow this database to be queried in SQL Lab" -msgstr "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "ob" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 -msgid "Allow creation of new tables based on queries" -msgstr "Dovoli ustvarjanje novih tabel s poizvedbami" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 -msgid "Allow creation of new views based on queries" -msgstr "Dovoli ustvarjanje novih pogledov s poizvedbami" +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 -msgid "CTAS & CVAS SCHEMA" -msgstr "CTAS & CVAS SHEMA" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "Poudari" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 -msgid "Create or select schema..." -msgstr "Ustvarite ali izberite shemo..." +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 -msgid "" -"Force all tables and views to be created in this schema when clicking CTAS or " -"CVAS in SQL Lab." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" msgstr "" -"Vsilite, da bodo vse tabele in pogledi ustvarjeni s to shemo, ko kliknete CTAS " -"ali CVAS v SQL laboratoriju." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 -msgid "" -"Allow manipulation of the database using non-SELECT statements such as UPDATE, " -"DELETE, CREATE, etc." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" msgstr "" -"Dovoli manipulacije podatkovne baze z uporabo ne-SELECT stavkov, kot so UPDATE, " -"DELETE, CREATE, itd." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 -msgid "Enable query cost estimation" -msgstr "Omogoči ocenjevanje potratnosti poizvedbe" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 +msgid "bolt" +msgstr "vijak" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 -msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a query." -msgstr "" -"Za Presto in Postgres prikaže gumb za izračun potratnosti pred zagonom poizvedbe." +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "ikona binarnega tipa" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 -msgid "Allow this database to be explored" -msgstr "Dovoli raziskovanje te podatkovne baze" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 +msgid "bottom" +msgstr "spodaj" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 -msgid "When enabled, users are able to visualize SQL Lab results in Explore." +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." msgstr "" -"Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija v " -"raziskovalcu." - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:208 -msgid "Disable SQL Lab data preview queries" -msgstr "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:211 -msgid "" -"Disable data preview when fetching table metadata in SQL Lab. Useful to avoid " -"browser performance issues when using databases with very wide tables." +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" -"Izključite predogled podatkov pri pridobivanju metapodatkov v SQL laboratoriju. S " -"tem se zmanjša obremenitev brskalnika pri podatkovnih bazah z zelo širokimi " -"tabelami." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:234 -msgid "Chart cache timeout" -msgstr "Trajanje predpomnilnika grafikona" +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" +msgstr "ne sme biti prazno" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:240 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:262 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:284 -msgid "Enter duration in seconds" -msgstr "Vnesite trajanje v sekundah" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "Radialna" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:253 -msgid "Schema cache timeout" -msgstr "Trajanje prepomnilnika sheme" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "Doseg" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:268 -msgid "" -"Duration (in seconds) of the metadata caching timeout for schemas of this " -"database. If left unset, the cache never expires." -msgstr "" -"Trajanje (v sekundah) predpomnilnika metapodatkov za sheme v tej podatkovni bazi. " -"Če ni nastavljeno, predpomnilnik ne poteče." +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 +msgid "chart" +msgstr "grafikona" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:275 -msgid "Table cache timeout" -msgstr "Trajanje predpomnilnika tabele" +#: superset-frontend/src/features/home/EmptyState.tsx:27 +msgid "charts" +msgstr "grafikoni" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:290 -msgid "" -"Duration (in seconds) of the metadata caching timeout for tables of this " -"database. If left unset, the cache never expires. " -msgstr "" -"Trajanje (v sekundah) predpomnilnika metapodatkov za tabele v tej podatkovni " -"bazi. Če ni nastavljeno, predpomnilnik ne poteče. " +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 +msgid "choose WHERE or HAVING..." +msgstr "izberite WHERE ali HAVING..." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:306 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are executed " -"on remote workers as opposed to on the web server itself. This assumes that you " -"have a Celery worker setup as well as a results backend. Refer to the " -"installation docs for more information." -msgstr "" -"Upravljanje podatkovne baze v asinhronem načinu pomeni, da se poizvedbe zaženejo " -"na oddaljenih »delavcih« in ne na samem spletnem strežniku. S tem je " -"predpostavljeno, da imate nastavljenega »delavca« za Celery in zaledni sistem za " -"rezultate. Več informacij je v navodilih za namestitev." +#: superset-frontend/src/components/ListView/ListView.tsx:415 +msgid "clear all filters" +msgstr "počisti vse filtre" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:322 -msgid "Cancel query on window unload event" -msgstr "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "kliknite tukaj" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:325 -msgid "" -"Terminate running queries when browser window closed or navigated to another " -"page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" msgstr "" -"Ustavi zagnane poizvedbe, ko se zapre okno brskalnika ali gre na drugo stran. na " -"razpolago za Presto, Hive, MySQL, Postgres in Snowflake podatkovne baze." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:344 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:349 -msgid "Secure extra" -msgstr "Dodatna varnost" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:359 -msgid "" -"JSON string containing additional connection configuration. This is used to " -"provide connection information for systems like Hive, Presto and BigQuery which " -"do not conform to the username:password syntax normally used by SQLAlchemy." +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" msgstr "" -"JSON niz, ki vsebuje dodatno konfiguracijo povezave. Uporablja se za " -"zagotavljanje dodatnih informacij povezave za sisteme kot sta Presto in BigQuery, " -"ki nista skladna s sintakso username:password, ki jo običajno uporablja " -"SQLAlchemy." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:374 -msgid "Enter CA_BUNDLE" -msgstr "Vnesite CA_BUNDLE" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 +msgid "column" +msgstr "stolpec" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:379 -msgid "" -"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain " -"database engines." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." msgstr "" -"Opcijska CA_BUNDLE vsebina, za potrjevanje HTTPS zahtev. Razpoložljivo le na " -"določenih sistemih podatkovnih baz." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:387 -msgid "Schemas allowed for CSV upload" -msgstr "Dovoljene sheme za nalaganje CSV" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 +msgid "count" +msgstr "število" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:401 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." -msgstr "Z vejicami ločen seznam shem, kjer je dovoljeno nalaganje CSV-jev." +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "Ustvari" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +msgid "create a new chart" +msgstr "ustvarite nov grafikon" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +#, fuzzy +msgid "create dataset from SQL query" +msgstr "Uvozi podatkovno bazo iz datoteke" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 +msgid "css" +msgstr "css" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:413 -msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" -msgstr "" -"Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in GSheets)" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 +msgid "css_template" +msgstr "css_template" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:418 -msgid "" -"If Presto or Trino, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them. If Hive and hive." -"server2.enable.doAs is enabled, will run the queries as service account, but " -"impersonate the currently logged on user via hive.server2.proxy.user property." +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" msgstr "" -"V primeru Presto ali Trino se vse poizvedbe v SQL laboratoriju zaženejo pod " -"trenutno prijavljenim uporabnikom, ki mora imeti pravice za poganjanje. Če je " -"omogočen Hive in hive.server2.enable.doAs, poizvedbe tečejo pod servisnim " -"računom, vendar je trenutno prijavljen uporabnik predstavljen z lastnostjo hive." -"server2.proxy.user." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:435 -msgid "Allow data upload" -msgstr "Dovoli nalaganje podatkov" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 +msgid "cumulative" +msgstr "kumulativno" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:438 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "Če je izbrano, nastavite dovoljene sheme za nalaganje podatkov v Dodatno." +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 +msgid "dashboard" +msgstr "nadzorna plošča" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:455 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:460 -msgid "Metadata Parameters" -msgstr "Parametri metapodatkov" +#: superset-frontend/src/features/home/EmptyState.tsx:28 +msgid "dashboards" +msgstr "nadzorne plošče" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:470 -msgid "The metadata_params object gets unpacked into the sqlalchemy.MetaData call." -msgstr "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 +msgid "database" +msgstr "podatkovna baza" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:477 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 -msgid "Engine Parameters" -msgstr "Parametri podatkovne baze" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 +msgid "dataset" +msgstr "podatkovni set" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:492 -msgid "" -"The engine_params object gets unpacked into the sqlalchemy.create_engine call." -msgstr "Objekt engine_params se razširi v klic sqlalchemy.create_engine." +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "Ime podatkovnega seta" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:500 -msgid "Version" -msgstr "Verzija" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 +msgid "date" +msgstr "datum" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:507 -msgid "Version number" -msgstr "Številka verzije" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 +msgid "day" +msgstr "dan" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:512 -msgid "" -"Specify the database version. This should be used with Presto in order to enable " -"query cost estimation." -msgstr "" -"Podajte verzijo podatkovne baze. Uporablja se s Presto, za potrebe ocenjevanja " -"potratnosti poizvedbe." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 +msgid "day of the month" +msgstr "dan v mesecu" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:55 -msgid "Display Name" -msgstr "Ime za prikaz" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 +msgid "day of the week" +msgstr "dan v tednu" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:64 -msgid "Name your database" -msgstr "Poimenujte podatkovno bazo" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "deck.gl - grafikon 3D šestkotnikov" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:69 -msgid "Pick a name to help you identify this database." -msgstr "Izberite ime za lažjo prepoznavo podatkovne baze." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "deck.gl - grafikon lokov" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:84 -msgid "dialect+driver://username:password@host:port/database" -msgstr "dialect+driver://username:password@host:port/database" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "deck.gl - GeoJson grafikon" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:91 -msgid "Refer to the" -msgstr "Obrnite se na" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "deck.gl - grafikon mreže" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:99 -msgid "for more information on how to structure your URI." -msgstr "za več informacij o oblikovanju URI." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "deck.gl - večplastni grafikon" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:109 -msgid "Test connection" -msgstr "Preizkus povezave" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "deck.gl - grafikon poti" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:480 -msgid "Please enter a SQLAlchemy URI to test" -msgstr "Vnesite SQLAlchemy URI za test" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "deck.gl - grafikon poligonov" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:620 -msgid "Database settings updated" -msgstr "Nastavitve podatkovne baze posodobljene" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "deck.gl - raztreseni grafikon" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:636 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:655 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:919 -msgid "Database connected" -msgstr "Podatkovna baza povezana" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "deck.gl - grafikon mreže" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:669 -#, python-format -msgid "Sorry there was an error fetching database information: %s" -msgstr "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" +msgstr "grafikoni deck.gl" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:714 -msgid "Or choose from a list of other databases we support:" -msgstr "Ali izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "deckGL" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 -msgid "Supported databases" -msgstr "Podprte podatkovne baze" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "Privzeto" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:720 -msgid "Choose a database..." -msgstr "Izberite podatkovno bazo..." +#: superset-frontend/src/components/DeleteModal/index.tsx:84 +msgid "delete" +msgstr "izbriši" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:744 -msgid "Want to add a new database?" -msgstr "Želite dodati novo podatkovno bazo?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 +msgid "descendant" +msgstr "podrejeni" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:749 -msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " -msgstr "" -"Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-" -"ji. " +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 +msgid "description" +msgstr "opis" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:763 -msgid "" -"Any databases that allow connections via SQL Alchemy URIs can be added. Learn " -"about how to connect a database driver " -msgstr "" -"Dodate lahko katerokoli podatkovno bazo, ki podpira konekcije z SQL Alchemy URI-" -"ji. Naučite se kako povezati gonilnik podatkovne baze " +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "Višina" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:827 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:843 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:862 -msgid "Back" -msgstr "Nazaj" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 +msgid "dialect+driver://username:password@host:port/database" +msgstr "dialect+driver://username:password@host:port/database" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:834 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:870 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1199 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1235 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1422 -msgid "Connect" -msgstr "Poveži" +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "draft" +msgstr "osnutek" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:851 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:897 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1422 -msgid "Finish" -msgstr "Zaključi" +#: superset/views/log/__init__.py:32 +msgid "dttm" +msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:891 -msgid "This database is managed externally, and can't be edited in Superset" -msgstr "Ta podatkovna baza se ne ureja znotraj Superseta" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 +msgid "e.g. ********" +msgstr "npr. ********" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:995 -msgid "" -"The passwords for the databases below are needed in order to import them. Please " -"note that the \"Secure Extra\" and \"Certificate\" sections of the database " -"configuration are not present in explore files and should be added manually after " -"the import if they are needed." -msgstr "" -"Gesla za spodnje podatkovne baze so potrebna za njihov uvoz. Sekciji \"Dodatna " -"varnost\" in \"Certifikati\" v nastavitvah podatkovne baze nista prisotni v " -"izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če je to potrebno." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 +msgid "e.g. 127.0.0.1" +msgstr "npr. 127.0.0.1" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1010 -#, python-format -msgid "%s PASSWORD" -msgstr "%s GESLO" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +msgid "e.g. 5432" +msgstr "npr. 5432" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 -msgid "" -"You are importing one or more databases that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" msgstr "" -"Uvažate eno ali več podatkovnih baz, ki že obstajajo. S prepisom lahko izgubite " -"podatke. Ali ste prepričani, da želite prepisati?" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1045 -#, python-format -msgid "TYPE \"OVERWRITE\" TO CONFIRM" -msgstr "VNESITE \"PREPIŠI\" ZA POTRDITEV" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1102 -msgid "Database Creation Error" -msgstr "Napaka pri ustvarjanju podatkovne baze" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1203 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1240 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1426 -msgid "Connect a database" -msgstr "Poveži se s podatkovno bazo" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 +msgid "e.g. Analytics" +msgstr "npr. Analitika" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1240 -msgid "Edit database" -msgstr "Uredi podatkovno bazo" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1297 -msgid "Connect this database using the dynamic form instead" -msgstr "S podatkovno bazo se povežite z dinamičnim obrazcem" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 +msgid "e.g. param1=value1¶m2=value2" +msgstr "npr. param1=value1¶m2=value2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1300 -msgid "" -"Click this link to switch to an alternate form that exposes only the required " -"fields needed to connect this database." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" msgstr "" -"Kliknite to povezavo za drugo vnosno formo, ki prikaže samo zahtevana polja za " -"povezavo s podatkovno bazo." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1356 -msgid "" -"Select databases require additional fields to be completed in the Advanced tab to " -"successfully connect the database. Learn what requirements your databases has " +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 +msgid "e.g. world_population" +msgstr "npr. world_population" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" msgstr "" -"Izbira podatkovnih baz za uspešno povezavo zahteva izpolnitev dodatnih polj v " -"zavihku Napredno. Naučite se, kaj zahteva vaša podatkovna baza " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1476 -msgid "Import database from file" -msgstr "Uvozi podatkovno bazo iz datoteke" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +msgid "e.g., a \"user id\" column" +msgstr "t.j. stolpec \"id uporabnika\"" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1552 -msgid "Connect this database with a SQLAlchemy URI string instead" -msgstr "S to podatkovno bazo se raje povežite z SQLAlchemy URI nizom" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +msgid "edit mode" +msgstr "načinu urejanja" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1557 -msgid "" -"Click this link to switch to an alternate form that allows you to input the " -"SQLAlchemy URL for this database manually." -msgstr "" -"Kliknite to povezavo za drugo vnosno formo, ki omogoča ročni vnos SQLAlchemy URL-" -"ja za to podatkovno bazo." +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "poizvedbe" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 -msgid "" -"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " -"mydatabase.com)." -msgstr "" -"To je lahko bodisi IP naslov (npr. 127.0.0.1) bodisi ime domene (npr. mydatabase." -"com)." +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +msgid "error_message" +msgstr "error_message" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 -msgid "e.g. 127.0.0.1" -msgstr "npr. 127.0.0.1" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 +msgid "every" +msgstr "vsak" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 -msgid "Host" -msgstr "Gostitelj" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 +msgid "every day of the month" +msgstr "vsak dan v mesecu" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 -msgid "e.g. 5432" -msgstr "npr. 5432" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 +msgid "every day of the week" +msgstr "vsak dan v tednu" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 -msgid "e.g. world_population" -msgstr "npr. world_population" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 +msgid "every hour" +msgstr "vsako uro" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." -msgstr "Kopirajte ime podatkovne baze, s katero se skušate povezati." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 +msgid "every minute" +msgstr "vsako minuto" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 -msgid "e.g. Analytics" -msgstr "npr. Analitika" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 +msgid "every month" +msgstr "vsak mesec" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 -msgid "e.g. ********" -msgstr "npr. ********" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "Razširi" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." -msgstr "Izberite vzdevek za to podatkovno bazo, ki bo prikazan v Supersetu." +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "Raziskovanje" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 -msgid "e.g. param1=value1¶m2=value2" -msgstr "npr. param1=value1¶m2=value2" +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "Ni uspelo" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 -msgid "Additional Parameters" -msgstr "Dodatni parametri" +#: superset-frontend/src/SqlLab/constants.ts:35 +#, fuzzy +msgid "fetching" +msgstr "Pridobivam" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 -msgid "Add additional custom parameters" -msgstr "Dodaj dodatne parametre po meri" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 -msgid "SSL Mode \"require\" will be used." -msgstr "Uporabljen bo SSL način tipa \"require\"." +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 +msgid "" +"filter_box will be deprecated in a future version of Superset. Please " +"replace filter_box by dashboard filter components." +msgstr "" +"Element filter_box bo v prihodnjih verzijah Superseta opuščen. " +"Nadomestite ga s filtri nadzorne plošče." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 -msgid "Type of Google Sheets allowed" -msgstr "Dovoljeni tipi Googlovih preglednic" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "ob" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 -msgid "Publicly shared sheets only" -msgstr "Samo javno deljene preglednice" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 +msgid "for more information on how to structure your URI." +msgstr "za več informacij o oblikovanju URI." -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 -msgid "Public and privately shared sheets" -msgstr "Javno in zasebno deljene preglednice" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "ikona funkcijskega tipa" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 -msgid "How do you want to enter service account credentials?" -msgstr "Kako želite vnesti prijavne podatke servisnega računa?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 -msgid "Upload JSON file" -msgstr "Naloži JSON datoteko" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "green" +msgstr "zelena" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 -msgid "Copy and Paste JSON credentials" -msgstr "Kopiraj in prilepi JSON prijavne podatke" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "Toplotni prikaz" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 -msgid "Service Account" -msgstr "Servisni račun" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 -msgid "Copy and paste the entire service account .json file here" -msgstr "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 +msgid "here" +msgstr "tukaj" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 -msgid "Upload Credentials" -msgstr "Naloži prijavne podatke" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 +msgid "hour" +msgstr "ura" + +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" +msgstr "id:" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" -"Use the JSON file you automatically downloaded when creating your service account." +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" msgstr "" -"Uporabite JSON datoteko, ki ste jo prenesli pri ustvarjanju servisnega računa." +"atribut CSS za izris objekta platna, ki določa, kako brskalnik poveča " +"sliko" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 -msgid "Connect Google Sheets as tables to this database" -msgstr "Googlove preglednice poveži s to podatkovno bazo kot tabele" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 +msgid "in" +msgstr "v" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 -msgid "Google Sheet Name and URL" -msgstr "Ime Googlove preglednice in URL" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 +msgid "in modal" +msgstr "v modalnem oknu" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 -msgid "Enter a name for this sheet" -msgstr "Vnesite ime te preglednice" +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 +#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 +msgid "is expected to be a number" +msgstr "pričakovano je število" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:78 -msgid "Paste the shareable Google Sheet URL here" -msgstr "Prilepite deljeni URL Googlove preglednice sem" +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 +#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 +msgid "is expected to be an integer" +msgstr "pričakovano je celo število" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:98 -msgid "Add sheet" -msgstr "Dodaj preglednico" +#: superset-frontend/src/profile/components/UserInfo.tsx:64 +msgid "joined" +msgstr "pridružen" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 -msgid "Copy the account name of that database you are trying to connect to." -msgstr "Kopirajte ime računa podatkovne baze, s katero se skušate povezati." +#: superset/views/base.py:595 +msgid "json isn't valid" +msgstr "json ni veljaven" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:125 -msgid "Add dataset" -msgstr "Dodaj podatkovni set" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 +msgid "key a-z" +msgstr "a - ž" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:171 -msgid "Dataset imported" -msgstr "Podatkovni set uvožen" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 +msgid "key z-a" +msgstr "ž - a" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:207 -msgid "An error occurred while fetching dataset related data" -msgstr "Napaka pri pridobivanju podatkov iz podatkovnega seta" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 +msgid "label" +msgstr "oznaka" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:227 -#, python-format -msgid "An error occurred while fetching dataset related data: %s" -msgstr "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" +msgstr "zadnji dan" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:254 -msgid "Physical dataset" -msgstr "Fizičen podatkovni set" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +msgid "last month" +msgstr "zadnji mesec" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:262 -msgid "Virtual dataset" -msgstr "Virtualen podatkovni set" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" +msgstr "zadnje četrletje" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:469 -#, python-format -msgid "An error occurred while fetching dataset owner values: %s" -msgstr "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +msgid "last week" +msgstr "zadnji teden" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:488 -#, python-format -msgid "An error occurred while fetching datasets: %s" -msgstr "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +msgid "last year" +msgstr "zadnje leto" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:503 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:456 -#, python-format -msgid "An error occurred while fetching schema values: %s" -msgstr "Pri pridobivanju vrednosti shem je prišlo do napake: %s" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 +msgid "latest partition:" +msgstr "zadnja particija:" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:572 -msgid "Import datasets" -msgstr "Uvozi podatkovne sete" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +msgid "left" +msgstr "levo" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:623 -#, python-format -msgid "There was an issue deleting the selected datasets: %s" -msgstr "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:639 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "Počisti" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 +msgid "log" +msgstr "dnevnik" + +#: superset/charts/schemas.py:645 msgid "" -"The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure " -"you want to continue? Deleting the dataset will break those objects." +"lower percentile must be greater than 0 and less than 100. Must be lower " +"than upper percentile." msgstr "" -"Podatkovni set %s je povezan z grafikoni %s, ki so prisotni na nadzorni plošči " -"%s. Ali želite nadaljevati? Izbris podatkovnega seta bo pokvaril te objekte." +"spodnji percentil mora biti večji od 0 in manjši od 100 ter mora biti " +"manjši od zgornjega percentila." -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:652 -msgid "Delete Dataset?" -msgstr "Izbrišem podatkovni set?" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "Max" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:665 -msgid "Are you sure you want to delete the selected datasets?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane podatkovne sete?" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +#, fuzzy +msgid "mean" +msgstr "Domena" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:715 -msgid "0 Selected" -msgstr "Izbranih: 0" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:718 -#, python-format -msgid "%s Selected (Virtual)" -msgstr "Izbranih: %s (virtualni)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "Mera" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:725 -#, python-format -msgid "%s Selected (Physical)" -msgstr "Izbranih: %s (fizični)" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "v" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:732 -#, python-format -msgid "%s Selected (%s Physical, %s Virtual)" -msgstr "Izbranih: %s (fizični: %s, virtualni: %s)" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 +msgid "minute" +msgstr "minuta" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 -msgid "" -"The passwords for the databases below are needed in order to import them together " -"with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" " -"sections of the database configuration are not present in export files, and " -"should be added manually after the import if they are needed." -msgstr "" -"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s podatkovnimi seti. " -"Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah podatkovne baze " -"nista prisotni v izvoženih datotekah in jih je potrebno dodati ročno po uvozu, če " -"je to potrebno." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 +msgid "minute(s)" +msgstr "minuta/e" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 -msgid "" -"You are importing one or more datasets that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "Zglajena črta" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 +msgid "month" +msgstr "mesec" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" msgstr "" -"Uvažate enega ali več podatkovnih setov, ki že obstajajo. S prepisom lahko " -"izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 -#, python-format -msgid "There was an issue previewing the selected query. %s" -msgstr "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 +msgid "must have a value" +msgstr "mora imeti vrednost" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 -#, python-format -msgid "Duration: %s" -msgstr "Trajanje: %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "Ime" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 -msgid "Tab name" -msgstr "Naslov zavihka" +#: superset/databases/commands/exceptions.py:147 +msgid "no SQL validator is configured" +msgstr "SQL potrjevalnik ni nastavljen" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:307 -msgid "TABLES" -msgstr "TABELE" +#: superset/databases/commands/validate_sql.py:101 +msgid "no SQL validator is configured for {}" +msgstr "SQL potrjevalnik ni nastavljen za {}" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 -msgid "Open query in SQL Lab" -msgstr "Odpri poizvedbo v SQL laboratoriju" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "ikona numeričnega tipa" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 -#, python-format -msgid "An error occurred while fetching database values: %s" -msgstr "Pri pridobivanju vrednosti podatkovne baze je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +msgid "nvd3" +msgstr "nvd3" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 -#, python-format -msgid "An error occurred while fetching user values: %s" -msgstr "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +#, fuzzy +msgid "of parent" +msgstr "Nadrejeni" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 -msgid "Search by query text" -msgstr "Išči z besedilom poizvedbe" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +#, fuzzy +msgid "of total" +msgstr "Pokaži vsote" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 -msgid "Next" -msgstr "Naslednji" +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "Offline" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 -msgid "Open in SQL Lab" -msgstr "Odpri v SQL laboratoriju" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 +msgid "on" +msgstr "v" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 -msgid "User query" -msgstr "Uporabnikova poizvedba" +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "ura" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 -msgid "Executed query" -msgstr "Zagnana poizvedba" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "ali uporabite obstoječe iz panela na desni" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 -msgid "" -"The passwords for the databases below are needed in order to import them together " -"with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" " -"sections of the database configuration are not present in export files, and " -"should be added manually after the import if they are needed." +#: superset/charts/schemas.py:1143 +msgid "orderby column must be populated" +msgstr "stolpec za razvrščanje (orderby) mora biti izpolnjen" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +#, fuzzy +msgid "overall" +msgstr "Počisti vse" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 +msgid "p-value precision" +msgstr "točnost p-vrednosti" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" msgstr "" -"Gesla za spodnje podatkovne baze so potrebna za uvoz skupaj s shranjenimi " -"poizvedbami. Sekciji \"Dodatna varnost\" in \"Certifikati\" v nastavitvah " -"podatkovne baze nista prisotni v izvoženih datotekah in jih je potrebno dodati " -"ročno po uvozu, če je to potrebno." -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 -msgid "" -"You are importing one or more saved queries that already exist. Overwriting might " -"cause you to lose some of your work. Are you sure you want to overwrite?" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" msgstr "" -"Uvažate eno ali več shranjenih poizvedb, ki že obstajajo. S prepisom lahko " -"izgubite podatke. Ali ste prepričani, da želite prepisati?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:129 -msgid "Query imported" -msgstr "Poizvedba uvožena" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 -#, python-format -msgid "There was an issue previewing the selected query %s" -msgstr "Do težave je prišlo pri predogledu izbrane poizvedbe %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 -msgid "Import queries" -msgstr "Uvozi poizvedbe" +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" +msgstr "page_size.all" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:264 -#, python-format -msgid "There was an issue deleting the selected queries: %s" -msgstr "Do težave je prišlo pri brisanju izbranih poizvedb: %s" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 +msgid "page_size.entries" +msgstr "page_size.entries" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:385 -msgid "Edit query" -msgstr "Uredi poizvedbo" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 +msgid "page_size.show" +msgstr "page_size.show" + +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "Izris" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 +msgid "percentile (exclusive)" +msgstr "percentil (ekskluzivno)" + +#: superset/utils/pandas_postprocessing/boxplot.py:88 +msgid "" +"percentiles must be a list or tuple with two numeric values, of which the" +" first is lower than the second value" +msgstr "" +"percentili morajo biti tipa list ali tuple z vsaj dvema numeričnima " +"vrednostma, pri čemer je prva manjša od druge" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:392 -msgid "Copy query URL" -msgstr "Kopiraj URL poizvedbe" +#: superset/views/core.py:1921 +msgid "permalink state not found" +msgstr "stanje povezave ni najdeno" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:399 -msgid "Export query" -msgstr "Izvozi poizvedbe" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:406 -msgid "Delete query" -msgstr "Izbriši poizvedbo" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" +msgstr "prejšnji koledarski mesec" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:477 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:250 -msgid "This action will permanently delete the saved query." -msgstr "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" +msgstr "prejšnji koledarski teden" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:487 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:262 -msgid "Delete Query?" -msgstr "Izbrišem poizvedbo?" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 +msgid "previous calendar year" +msgstr "prejšnje koledarsko leto" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:502 -msgid "Are you sure you want to delete the selected queries?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 +msgid "published" +msgstr "objavljeno" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "Četrtletje" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:545 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "poizvedbe" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 -msgid "Query name" -msgstr "Ime poizvedbe" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:93 -msgid "[Untitled]" -msgstr "[Neimenovana]" +#: superset-frontend/src/features/home/SavedQueries.tsx:131 +msgid "query" +msgstr "poizvedba" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -msgid "Unknown" -msgstr "Neznano" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "in" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:123 -#, python-format -msgid "Viewed %s" -msgstr "Ogledane %s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 +msgid "reboot" +msgstr "ponovni zagon" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:160 -msgid "Edited" -msgstr "Urejane" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "nedavne" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:168 -msgid "Created" -msgstr "Ustvarjene" +#: superset-frontend/src/features/home/EmptyState.tsx:29 +msgid "recents" +msgstr "nedavne" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:179 -msgid "Viewed" -msgstr "Ogledane" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 +msgid "red" +msgstr "rdeča" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:173 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:186 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:279 -msgid "Mine" -msgstr "Moje" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 +msgid "report" +msgstr "poročilo" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:220 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:228 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:297 -msgid "View All »" -msgstr "Poglejte vse »" +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 +msgid "reports" +msgstr "poročila" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 -msgid "charts" -msgstr "grafikoni" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "ponastavi prikaz" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 -msgid "dashboards" -msgstr "nadzorne plošče" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "right" +msgstr "desno" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 -msgid "recents" -msgstr "nedavne" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "V teku" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "shranjene poizvedbe" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "%(tableName)s še ni" - -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 -msgid "Recently viewed charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -"Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane " -"tukaj" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 -msgid "Recently created charts, dashboards, and saved queries will appear here" -msgstr "" -"Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo " -"prikazane tukaj" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30 sekund" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "Primer %(tableName)s se bo prikazal tukaj" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "poizvedbe" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 -msgid "Recently edited charts, dashboards, and saved queries will appear here" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 +msgid "" +"series: Treat each series independently; overall: All series use the same" +" scale; change: Show changes compared to the first data point in each " +"series" msgstr "" -"Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane " -"tukaj" +"serije: Obravnavaj vsako podatkovno serijo neodvisno; skupno: Vse vrste " +"uporabljajo enako skalo; razlika: Pokaži razlike glede na prvo točko " +"vsake serije" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 -#: superset-frontend/src/views/components/MenuRight.tsx:166 -msgid "SQL query" -msgstr "SQL poizvedba" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "zadnje četrletje" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:143 -msgid "You don't have any favorites yet!" -msgstr "Priljubljenih še niste izbrali!" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +#, fuzzy +msgid "stack" +msgstr "Naloži" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:156 -#, python-format -msgid "See all %(tableName)s" -msgstr "Poglej vse %(tableName)s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "Ni sproženo" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:130 -msgid "query" -msgstr "poizvedba" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:319 -#, python-format -msgid "Ran %s" -msgstr "Pretečeno %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "css_template" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:203 -#, python-format -msgid "There was an issue fetching your recent activity: %s" -msgstr "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:225 -#, python-format -msgid "There was an issue fetching your dashboards: %s" -msgstr "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "Dodaj" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:236 -#, python-format -msgid "There was an issue fetching your chart: %s" -msgstr "Prišlo je do napake pri pridobivanju grafikona: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "Histogram" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:247 -#, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "Prišlo je do napake pri pridobivanju shranjenih poizvedb: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "ikona znakovnega tipa" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:291 -msgid "Recents" -msgstr "Nedavno" +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "Uspelo" -#: superset-frontend/src/views/components/MenuRight.tsx:136 -msgid "Connect database" -msgstr "Poveži se s podatkovno bazo" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +#, fuzzy +msgid "syntax." +msgstr "Sintaksa" -#: superset-frontend/src/views/components/MenuRight.tsx:141 -msgid "Connect Google Sheet" -msgstr "Povežite Googlovo preglednico" +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:146 -msgid "Upload CSV to database" -msgstr "Naloži CSV v podatkovno bazo" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "ikona časovnega tipa" -#: superset-frontend/src/views/components/MenuRight.tsx:152 -msgid "Upload columnar file to database" -msgstr "Naloži datoteko s stolpci v podatkovno bazo" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 +msgid "textarea" +msgstr "področje besedila" -#: superset-frontend/src/views/components/MenuRight.tsx:158 -msgid "Upload Excel file to database" -msgstr "Naloži Excel-ovo datoteko v podatkovno bazo" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" +msgstr "zgoraj" -#: superset-frontend/src/views/components/MenuRight.tsx:232 -#: superset-frontend/src/views/components/SubMenu.tsx:301 -msgid "Enable 'Allow data upload' in any database's settings" -msgstr "Omogoči 'Dovoli nalaganje podatkov' za vse podatkovne baze" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +msgid "top" +msgstr "zgoraj" -#: superset-frontend/src/views/components/MenuRight.tsx:377 -msgid "About" -msgstr "O programu" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "Povrni?" -#: superset-frontend/src/views/components/MenuRight.tsx:381 -msgid "Powered by Apache Superset" -msgstr "Omogoča Apache Superset" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +msgid "unknown type icon" +msgstr "ikona neznanega tipa" -#: superset-frontend/src/views/components/MenuRight.tsx:415 -msgid "Documentation" -msgstr "Dokumentacija" +#: superset/charts/schemas.py:660 +msgid "" +"upper percentile must be greater than 0 and less than 100. Must be higher" +" than lower percentile." +msgstr "" +"zgornji percentil mora biti večji od 0 in manjši od 100 ter mora biti " +"večji od spodnjega percentila." -#: superset-frontend/src/views/components/MenuRight.tsx:426 -msgid "Report a bug" -msgstr "Sporočite napako" +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "zadnja particija:" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:305 -msgid "Select start and end date" -msgstr "Izberite začetni in končni datum" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 +msgid "value ascending" +msgstr "0 - 9" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:412 -#, python-format -msgid "Type or Select [%s]" -msgstr "Vnesite ali izberite [%s]" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 +msgid "value descending" +msgstr "9 - 0" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 -msgid "No results found" -msgstr "Rezultati niso najdeni" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +#, fuzzy +msgid "var" +msgstr "Stolpec" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 -msgid "Tools" -msgstr "Orodja" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "Trikotnik" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 -msgid "Filter box" -msgstr "Izbirnik za filtriranje" +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "Čas v sekundah" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 -msgid "" -"Chart component that lets you add a custom filter UI in your dashboard. When " -"added to dashboard, a filter box lets users specify specific values or ranges to " -"filter charts by. The charts that each filter box is applied to can be fine tuned " -"as well in the dashboard view.\n" -"\n" -" Note that this plugin is being replaced with the new Filters feature that " -"lives in the dashboard view itself. It's easier to use and has more capabilities!" -msgstr "" -"Komponenta grafikona, ki omogoča dodajanje vmesnika filtrov po meri v nadzorno " -"ploščo. Ko je dodana na nadzorno ploščo, lahko uporabnik določi poljubne " -"vrednosti ali obsege filtrov. Grafikoni, na katere se nanašajo filtri, so lahko " -"precizno izbrani tudi v pogledu nadzorne plošče.\n" -"\n" -" Vedite, da bo ta vtičnik v prihodnosti zamenjan z novim konceptom filtrov, ki " -"bodo živeli v kontekstu same nadzorne plošče in bodo zmogljivejši ter " -"enostavnejši za uporabo!" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 +msgid "virtual" +msgstr "virtualni" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 -msgid "Filters configuration" -msgstr "Nastavitve filtrov" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "Tip omejitve" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 -msgid "Filter configuration for the filter box" -msgstr "Nastavitve za polje filtra" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 +msgid "was created" +msgstr "ustvarjeno" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 -msgid "Date filter" -msgstr "Filter po datumu" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 +msgid "week" +msgstr "teden" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 -msgid "Whether to include a time filter" -msgstr "Če želite vključiti časovni filter" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +#, fuzzy +msgid "week ending Saturday" +msgstr "Teden s koncem v soboto" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 -msgid "Instant filtering" -msgstr "Takojšnje filtriranje" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +#, fuzzy +msgid "week starting Sunday" +msgstr "Teden z začetkom v nedeljo" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 -msgid "" -"Check to apply filters instantly as they change instead of displaying [Apply] " -"button" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" msgstr "" -"Izberite za takojšnjo uporabo filtrov, ko se spremenijo, brez prikazovanja gumba " -"Uveljavi" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:75 -msgid "Limit selector values" -msgstr "Omeji vrednosti izbirnikov" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 -msgid "These filters apply to the values available in the dropdowns" -msgstr "Ti filtri se nanašajo na vrednosti v spustnih seznamih" - -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 -msgid "URL" -msgstr "URL" -#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 -msgid "" -"Templated link, it's possible to include {{ metric }} or other values coming from " -"the controls." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" msgstr "" -"Vzorčna povezava, vključiti je mogoče {{ metric }} ali drugo vrednost iz " -"kontrolnikov." -#: superset-frontend/src/visualizations/TimeTable/index.ts:26 -msgid "Time-series Table" -msgstr "Tabela s časovno vrsto" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" -#: superset-frontend/src/visualizations/TimeTable/index.ts:27 -msgid "" -"Compare multiple time series charts (as sparklines) and related metrics quickly." +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" msgstr "" -"Hitra primerjava več grafikonov časovnih vrst (sparkline način) in povezanih mer." -#: superset-frontend/src/visualizations/TimeTable/index.ts:36 -msgid "Text" -msgstr "Besedilo" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" +msgstr "leto" -#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 -#, python-format -msgid "We have the following keys: %s" -msgstr "Imamo naslednje ključe: %s" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "yellow" +msgstr "rumena" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr "" diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index f703ec251889c..8294149cdddf9 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -2,6 +2,7 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", "plural_forms": "nplurals=1; plural=0", @@ -10,25 +11,20 @@ "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "此过滤条件是从看板上下文继承的。保存图表时不会保存。" ], - "\n Explore in Superset

\n \n ": [ - "\n 探索 Superset

\n \n " - ], "\n Error: %(text)s\n ": [""], - "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ - "\n *%(name)s*\n\n <%(url)s|探索 Superset>\n " - ], - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ - "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|探索 Superset>\n " - ], " (excluded)": ["(不包含)"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" + ], " expression which needs to adhere to the ": [" 表达式并基于 "], + " source code of Superset's sandboxed parser": [""], " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ "来确保字符的表达顺序与时间顺序一致的标准。如果时间戳格式不符合 ISO 8601 标准,则需要定义表达式和类型,以便将字符串转换为日期或时间戳。注意:当前不支持时区。如果时间以epoch格式存储,请输入 `epoch_s` or `epoch_ms` 。如果没有指定任何模式,我们可以通过额外的参数在每个数据库/列名级别上使用可选的默认值。" ], + " to mark a column as a time column": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + " to visualize your data.": [""], "!= (Is not equal)": ["!= (不等于)"], - "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ - "" - ], "%(dialect)s cannot be used as a data source for security reasons.": [ "出于安全原因,%(dialect)s SQLite数据库不能用作数据源。" ], @@ -44,9 +40,6 @@ "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ "%(subtitle)s\n这可能由以下因素触发:%(issue)s" ], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "用 %(suggestion)s 替换 \"%(undefinedParameter)s\" 吗?" - ], "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ "授予 %(user)s %(role)s 角色来访问 %(datasource)s 数据库" ], @@ -54,8 +47,10 @@ "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "%(validator)s 无法检查您的查询。\n请重新检查您的查询。\n异常: %(ex)s" ], - "%s - untitled": ["%s - 无标题"], "%s Error": ["%s 异常"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], "%s Selected": ["%s 已选定"], "%s Selected (%s Physical, %s Virtual)": [ "%s 个被选中 (%s 个物理, %s 个虚拟)" @@ -64,83 +59,101 @@ "%s Selected (Virtual)": ["%s 个被选中(虚拟)"], "%s aggregates(s)": ["%s 聚合"], "%s column(s)": ["%s 列"], - "%s column(s) and metric(s)": ["%s 列与计量指标"], "%s operator(s)": ["%s 运算符"], - "%s option": ["%s 个选项"], "%s option(s)": ["%s 个选项"], "%s saved metric(s)": ["%s 列与计量指标"], "%s%s": ["%s%s"], "%s-%s of %s": ["%s-%s 总计 %s"], "(Removed)": ["(已删除)"], - "(deleted)": ["删除"], + "(deleted or invalid type)": [""], "(no description, click to see stack trace)": [ "无描述,单击可查看堆栈跟踪" ], "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ "过滤器的默认值,当使用多选框的时候,您可以使用带分号的分隔列表。" ], + "), and they become available in your SQL (example:": [""], "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], - "**Select** a dashboard OR **create** a new one": [ - "**选择** 一个看板或者 **创建** 一个看板" - ], + "+ %s more": [""], + ",": [""], "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "-- 注意:除非您保存查询,否则如果清除cookie或更改浏览器时,这些选项卡将不会保留。" ], + ".": [""], "0 Selected": ["0个被选中"], + "1 calendar day frequency": [""], + "1 day ago": [""], "1 hour": ["1小时"], "1 minute": ["1分钟"], + "1 minutely frequency": [""], + "1 month end frequency": [""], + "1 month start frequency": [""], + "1 week ago": [""], + "1 year ago": [""], "10 minute": ["10分钟"], - "10 seconds": ["10秒钟"], - "12 hours": ["12小时"], + "104 weeks ago": [""], "15 minute": ["15分钟"], - "24 hours": ["24 小时"], + "156 weeks ago": [""], + "1AS": [""], + "1D": [""], + "1H": [""], + "1M": [""], + "1T": [""], + "2 years ago": [""], + "2/98 percentiles": [""], + "28 days ago": [""], "2D": ["2D"], "3 letter code of the country": ["国家3字码"], + "3 years ago": [""], "30 days": ["30天"], "30 minute": ["30分钟"], "30 minutes": ["30分钟"], "30 second": ["30秒钟"], "30 seconds": ["30秒钟"], + "3D": [""], + "4 weeks (freq=4W-MON)": [""], "5 minute": ["5分钟"], "5 minutes": ["5分钟"], "5 second": ["5秒"], + "52 weeks ago": [""], "6 hour": ["6小时"], - "6 hours": ["6小时"], "60 days": ["60天"], + "7 calendar day frequency": [""], + "7D": [""], + "9/91 percentiles": [""], "90 days": ["90天"], ":": [":"], "< (Smaller than)": ["< (小于)"], "<= (Smaller or equal)": ["<= (小于等于)"], - "Explore in Superset

": [ - "探索 Superset

" - ], + "": [""], "== (Is equal)": ["== (等于)"], "> (Larger than)": ["> (大于)"], ">= (Larger or equal)": [">= (大于等于)"], "A Big Number": ["大数字"], - "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ - "定义是否应触发警报的SQL语句。查询应返回NULL或数字值。" - ], "A comma separated list of columns that should be parsed as dates.": [ "应作为日期解析的列的逗号分隔列表。" ], - "A comma-separated list of schemas that CSVs are allowed to upload to.": [ - "允许以逗号分割的CSV文件上传" - ], "A database with the same name already exists.": ["已存在同名的数据库。"], "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "指向内置插件位置的完整URL(例如,可以托管在CDN上)" ], + "A handlebars template that is applied to the data": [""], "A human-friendly name": ["人性化的名称"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" + ], "A list of users who can alter the chart. Searchable by name or username.": [ "有权处理该图表的用户列表。可按名称或用户名搜索。" ], "A map of the world, that can indicate values in different countries.": [ "一张世界地图,可以显示不同国家的价值观。" ], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" + ], "A metric to use for color": ["用于颜色的指标"], "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ "一种极坐标图表,其中圆被分成等角度的楔形,任何楔形表示的值由其面积表示,而不是其半径或扫掠角度。" @@ -149,9 +162,7 @@ "A reference to the [Time] configuration, taking granularity into account": [ "对 [时间] 配置的引用,会将粒度考虑在内" ], - "A semicolon ';' delimited list of email addresses": [ - "以分号 ';' 分隔的电子邮件地址列表" - ], + "A reusable dataset will be saved with your chart.": [""], "A set of parameters that become available in the query using Jinja templating syntax": [ "在查询中可用的一组参数使用JINJA模板语法" ], @@ -167,9 +178,11 @@ "APR": ["四月"], "AQE": ["AQE(异步执行查询)"], "AUG": ["八月"], + "AXIS TITLE MARGIN": [""], "About": ["关于"], "Access": ["访问"], "Access requests": ["访问请求"], + "Access to user activity data is restricted": [""], "Access was requested": ["请求访问"], "Action": ["操作"], "Action Log": ["操作日志"], @@ -179,41 +192,47 @@ "Adaptive formatting": ["自动匹配格式化"], "Add": ["新增"], "Add Alert": ["添加告警"], - "Add Annotation": ["添加注释"], - "Add Annotation Layer": ["添加注释层"], "Add CSS Template": ["新增CSS模板"], "Add CSS template": ["新增CSS模板"], "Add Chart": ["添加图表"], "Add Column": ["添加列"], "Add Dashboard": ["添加看板"], "Add Database": ["添加数据库"], - "Add Druid Cluster": ["添加 Druid 集群"], - "Add Druid Column": ["添加 Druid 列"], - "Add Druid Datasource": ["添加 Druid 数据源"], - "Add Druid Metric": ["添加 Druid 指标"], "Add Log": ["新增日志"], "Add Metric": ["添加指标"], "Add Report": ["添加报告"], "Add Row level security filter": ["添加行级安全过滤"], "Add Saved Query": ["添加保存的查询"], "Add a Plugin": ["添加插件"], + "Add a new tab": ["添加新的标签页"], + "Add a new tab to create SQL Query": [""], "Add additional custom parameters": ["添加其他自定义参数"], "Add an item": ["新增一行"], "Add annotation": ["添加注释"], "Add annotation layer": ["添加注释层"], - "Add dataset": ["添加数据集"], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" + ], "Add delivery method": ["添加通知方法"], "Add filter": ["增加过滤条件"], + "Add filter clauses to control the filter's source query,\n though only in the context of the autocomplete i.e., these conditions\n do not impact how the filter is applied to the dashboard. This is useful\n when you want to improve the query's performance by only scanning a subset\n of the underlying data or limit the available values displayed in the filter.": [ + "" + ], + "Add filters and dividers": [""], "Add item": ["增加条件"], "Add metric": ["添加指标"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], "Add new color formatter": ["添加新的颜色"], "Add new formatter": ["新增格式化"], "Add notification method": ["添加注释层"], + "Add required control values to preview chart": [""], + "Add required control values to save chart": [""], "Add sheet": ["添加sheet页"], "Add to dashboard": ["添加到看板"], "Added": ["已添加"], - "Adding new datasource [{}]": ["添加 Druid 数据源 [{}]"], "Additional Parameters": ["附加参数"], + "Additional fields may be required": [""], "Additional information": ["附加信息"], "Additional metadata": ["附加元数据"], "Additional padding for legend.": ["图示附加的padding值。"], @@ -222,6 +241,8 @@ "附加文本到数据前(后),例如:单位" ], "Additive": ["附加"], + "Adjust how this database will interact with SQL Lab.": [""], + "Adjust performance settings of this database.": [""], "Advanced": ["进阶"], "Advanced Analytics": ["高级分析"], "Advanced analytics": ["高级分析"], @@ -237,6 +258,9 @@ "Aggregate function to apply when pivoting and computing the total rows and columns": [ "在旋转和计算总的行和列时,应用聚合函数" ], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" + ], "Aggregation function": ["聚合功能"], "Alert Triggered, In Grace Period": ["告警已触发,在宽限期内"], "Alert condition": ["告警条件"], @@ -284,22 +308,21 @@ ], "Allow Csv Upload": ["允许Csv上传"], "Allow DML": ["允许 DML"], - "Allow Multi Schema Metadata Fetch": ["允许多Schema元数据获取"], - "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.": [ - "允许 sql lab 获取所有数据库架构中的所有表和所有视图的列表。对于具有数千个表的大型数据仓库, 这可能会很耗费性能, 并给系统带来压力。" - ], + "Allow columns to be rearranged": [""], "Allow creation of new tables based on queries": ["允许基于查询创建新表"], "Allow creation of new views based on queries": [ "允许基于查询创建新视图" ], "Allow data manipulation language": ["允许数据操作语言"], - "Allow data upload": ["允许数据上传"], + "Allow end user to drag-and-drop column headers to rearrange them. Note their changes won't persist for the next time they open the chart.": [ + "" + ], "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "允许使用非SELECT语句(如UPDATE、DELETE、CREATE等)操作数据库。" ], "Allow multiple selections": ["允许多选"], "Allow node selections": ["允许多节点选择"], - "Allow selecting multiple values": ["允许选择多个值"], + "Allow sending multiple polygons as a filter event": [""], "Allow this database to be explored": ["允许浏览此数据库"], "Allow this database to be queried in SQL Lab": [ "允许在SQL工具箱中查询此数据库" @@ -307,6 +330,7 @@ "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ "允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)" ], + "Allowed Domains (comma separated)": [""], "Alphabetical": ["按字母顺序排列"], "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ "也称为框须图,该可视化比较了一个相关指标在多个组中的分布。中间的框强调平均值、中值和内部2个四分位数。每个框周围的触须可视化了最小值、最大值、范围和外部2个四分区。" @@ -321,7 +345,6 @@ "An error has occurred": ["发生了一个错误"], "An error occurred": ["发生了一个错误"], "An error occurred saving dataset": ["保存数据集时发生错误"], - "An error occurred when refreshing queries": ["创建数据源时发生错误"], "An error occurred while accessing the value.": ["访问值时出错。"], "An error occurred while collapsing the table schema. Please contact your administrator.": [ "收起表结构时出错。请与管理员联系。" @@ -332,10 +355,6 @@ ], "An error occurred while creating the value.": ["创建值时出错。"], "An error occurred while deleting the value.": ["删除值时出错。"], - "An error occurred while editing this report.": ["编辑此报告时出错。"], - "An error occurred while editing this report: %s": [ - "编辑此报告时出错:%s" - ], "An error occurred while expanding the table schema. Please contact your administrator.": [ "展开表结构时出错。请与管理员联系。" ], @@ -433,9 +452,6 @@ "An error occurred while setting the tab template parameters. Please contact your administrator.": [ "设置tab页模板参数时出错。请与管理员联系。" ], - "An error occurred while setting the tab title. Please contact your administrator.": [ - "设置tab页标题时出错。请与管理员联系。" - ], "An error occurred while starring this chart": ["以此字符开头时出错"], "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ "在后端存储最新查询id时出错。如果此问题仍然存在,请与管理员联系。" @@ -452,18 +468,11 @@ "Angle at which to start progress axis": ["开始进度轴的角度"], "Animation": ["动画"], "Annotation": ["注释"], - "Annotation Layer ${annotationLayerName}": [ - "注释层 ${annotationLayerName}" - ], "Annotation Layers": ["注释层"], "Annotation Slice Configuration": ["注释切片配置"], - "Annotation Source": ["注释来源"], "Annotation could not be created.": ["注释无法创建。"], "Annotation could not be updated.": ["注释无法更新。"], "Annotation delete failed.": ["注释与注释层"], - "Annotation end time must be no earlier than start time.": [ - "注释的结束时间不能早于开始时间。" - ], "Annotation layer": ["注释层"], "Annotation layer could not be created.": ["您的查询无法保存"], "Annotation layer could not be deleted.": ["注释层仍在加载。"], @@ -487,7 +496,6 @@ "Annotation not found.": ["注释不存在。"], "Annotation parameters are invalid.": ["注释层仍在加载。"], "Annotation source type": ["注释数据源类型"], - "Annotations": ["注释"], "Annotations and Layers": ["注释与注释层"], "Annotations and layers": ["注释与注释层"], "Annotations could not be deleted.": ["无法删除注释。"], @@ -505,8 +513,6 @@ "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。了解如何连接数据库驱动程序" ], "Append": ["追加"], - "Applied Cross Filters (%d)": ["应用的交叉条件 (%d)"], - "Applied Filters (%d)": ["应用的条件 (%d)"], "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "应用的滚动窗口(rolling window)未返回任何数据。请确保源查询满足滚动窗口中定义的最小周期。" ], @@ -523,9 +529,6 @@ "April": ["四月"], "Are you sure you want to cancel?": ["您确定要取消吗?"], "Are you sure you want to delete": ["确定要删除吗"], - "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ - "请确认您想删除 ${annotationCurrentlyDeleting?.short_descr}?" - ], "Are you sure you want to delete the selected %s?": [ "确实要删除选定的 %s 吗?" ], @@ -565,11 +568,14 @@ "Autocomplete": ["自动补全"], "Autocomplete filters": ["自适配过滤条件"], "Autocomplete query predicate": ["自动补全查询谓词"], + "Automatic Color": [""], "Available sorting modes:": ["可用分类模式:"], "Axis": ["坐标轴"], "Axis ascending": ["轴线升序"], "Axis descending": ["轴线降序"], + "BOOLEAN": [""], "Back": ["返回"], + "Back to all": [""], "Backend": ["后端"], "Bad spatial key": ["错误的空间字段"], "Bar": ["条形图"], @@ -580,6 +586,7 @@ "Based on granularity, number of time periods to compare against": [ "根据粒度、要比较的时间阶段" ], + "Based on what should series be ordered on the chart and legend": [""], "Basic": ["基础"], "Basic information": ["基本情况"], "Batch editing %d filters:": ["批量编辑 %d 个过滤条件:"], @@ -600,18 +607,15 @@ ], "Box Plot": ["箱线图"], "Breakdowns": ["分解"], - "Broker Endpoint": ["Broker的Endpoint"], - "Broker Host": ["Broker的地址"], - "Broker Password": ["Broker的密码"], - "Broker Port": ["Broker的端口"], - "Broker Username": ["Broker的用户名"], "Bubble Chart": ["气泡图"], "Bubble Color": ["气泡颜色"], "Bubble Size": ["气泡大小"], "Bubble size": ["气泡尺寸"], + "Bucket break points": [""], "Bulk select": ["批量选择"], "Bullet Chart": ["子弹图"], "Business": ["商业"], + "Business Data Type": [""], "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ "默认情况下,每个过滤器在初始页面加载时最多加载1000个选项。如果您有超过1000个过滤值,并且希望启用动态搜索,以便在键入时加载筛选值(可能会给数据库增加压力),请选中此框。" ], @@ -627,12 +631,12 @@ "CRON expression": ["CRON表达式"], "CSS": ["CSS"], "CSS Templates": ["CSS 模板"], + "CSS applied to the chart": [""], "CSS template": ["CSS 模板"], "CSS template could not be deleted.": ["CSS模板不能被删除"], "CSS template name": ["CSS模板名称"], "CSS template not found.": ["CSS模板未找到"], "CSS templates": ["CSS 模板"], - "CSV File": ["CSV文件"], "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "csv 文件 \"%(csv_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], @@ -657,9 +661,6 @@ "Cache timeout": ["缓存时间"], "Cached %s": ["缓存于%s"], "Cached value not found": ["缓存的值未找到"], - "Calculate contribution per series or total": [ - "计算每个系列或总计的贡献" - ], "Calculated column [%s] requires an expression": [ "计算列 [%s] 需要一个表达式" ], @@ -669,21 +670,16 @@ "Can not move top level tab into nested tabs": [ "无法将顶级tab页移动到嵌套tab页中" ], - "Can't find DruidCluster with cluster_name = '%(name)s'": [ - "不能找到具有 cluster_name = '%(name)s' 的 Druid 集群" - ], - "Can't find User '%(name)s', please ask your admin to create one.": [ - "用户’%(name)s’没有找到,请联系管理员创建。" - ], "Can't have overlap between Series and Breakdowns": [ "Series 和 Breakdown 之间不能有重叠" ], "Cancel": ["取消"], "Cancel query on window unload event": ["取消窗口上传事件的查询"], - "Cannot create cyclic hierarchy": ["无法创建循环层级"], + "Cannot access the query": [""], "Cannot delete a database that has datasets attached": [ "无法删除附加了数据集的数据库" ], + "Cannot have multiple credentials for the SSH Tunnel": [""], "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ "无法导入看板:%(db_error)s 。\n请确保在导入看板之前创建数据库。" ], @@ -695,6 +691,7 @@ "Categories to group by on the x-axis.": ["要在x轴上分组的类别。"], "Category": ["分类"], "Category of target nodes": ["目标节点类别"], + "Category, Value and Percentage": [""], "Cell Padding": ["单元填充"], "Cell Radius": ["单元格半径"], "Cell Size": ["单元尺寸"], @@ -707,12 +704,11 @@ "Certified By": ["认证"], "Certified by": ["认证"], "Certified by %s": ["认证人 %s"], - "Change dataset": ["修改数据集"], "Change order of columns.": ["更改列的顺序。"], "Change order of rows.": ["更改行的顺序。"], "Changed By": ["修改人"], - "Changed On": ["改变为"], "Changed on": ["改变为"], + "Changes saved.": [""], "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "如果图表依赖于目标数据集中不存在的列或元数据,则更改数据集可能会破坏图表" ], @@ -728,15 +724,11 @@ "Character to interpret as decimal point.": [ "将字符解释为小数点的字符。" ], - "Charge": ["电荷数(作用力)"], - "Charge in the force layout": ["在力导向图中的电荷数(作用力)"], "Chart": ["图表"], "Chart %(id)s not found": ["图表 %(id)s 没有找到"], "Chart Cache Timeout": ["表缓存超时"], - "Chart Email Schedules": ["图表电子邮件时间表"], "Chart ID": ["图表 ID"], "Chart Options": ["图表选项"], - "Chart Owner: %s": ["图表所有者:%s"], "Chart Title": ["图表标题"], "Chart [{}] has been overwritten": ["图表 [{}] 已经覆盖"], "Chart [{}] has been saved": ["图表 [{}] 已经保存"], @@ -759,6 +751,7 @@ "Chart options": ["图表选项"], "Chart parameters are invalid.": ["图表参数无效。"], "Chart type": ["图表类型"], + "Chart type requires a dataset": [""], "Charts": ["图表"], "Charts could not be deleted.": ["这个查询无法被加载"], "Check configuration": ["检查配置"], @@ -775,15 +768,8 @@ "Check to force date partitions to have the same height": [ "选中以强制日期分区具有相同的高度" ], - "Check to include Druid granularity dropdown": [ - "检查包含Druid时间粒度下拉列表" - ], - "Check to include SQL time grain dropdown": [ - "选中以包括SQL时间粒度下拉菜单" - ], "Check to include time column dropdown": ["检查包含时间列下拉列表"], "Check to include time grain dropdown": ["选中以包括时间粒度下拉菜单"], - "Check to include time origin dropdown": ["检查包含时间原点的下拉列表"], "Child label position": ["子标签位置"], "Choice of [Label] must be present in [Group By]": [ "[标签] 的选择项必须出现在 [Group By]" @@ -803,11 +789,18 @@ "Choose a source": ["选择一个源"], "Choose a source and a target": ["选择一个源和一个目标"], "Choose a target": ["选择一个目标"], + "Choose a unique name": [""], "Choose chart type": ["选择图表类型"], + "Choose one of the available databases from the panel on the left.": [ + "从左侧的面板中选择一个可用的数据库" + ], "Choose one or more charts for left axis": ["为左轴选择一个或多个图表"], "Choose one or more charts for right axis": ["为右轴选择一个或多个图表"], "Choose the annotation layer type": ["选择注释层类型"], "Choose the source of your annotations": ["选择您的注释来源"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" + ], "Chord Diagram": ["弦图"], "Chosen non-numeric column": ["选定的非数字列"], "Circle": ["圆"], @@ -824,6 +817,12 @@ "Clause": ["从句"], "Clear": ["清除"], "Clear all": ["清楚所有"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" + ], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" + ], "Click the lock to make changes.": ["单击锁以进行更改。"], "Click the lock to prevent further changes.": [ "单击锁定以防止进一步更改。" @@ -834,8 +833,7 @@ "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ "单击此链接可切换到仅显示连接此数据库所需的必填字段的备用表单。" ], - "Click to change visualization type": ["选择一个可视化类型"], - "Click to clear emitted filters": ["点击清除过滤"], + "Click to cancel sorting": [""], "Click to edit": ["点击编辑"], "Click to edit label": ["单击以编辑标签"], "Click to favorite/unfavorite": ["点击 收藏/取消收藏"], @@ -844,8 +842,6 @@ "Close": ["关闭"], "Close all other tabs": ["关闭其他tab页"], "Close tab": ["关闭标签"], - "Cluster": ["集群"], - "Cluster Name": ["群集名称"], "Cluster label aggregator": ["集群标签聚合器"], "Clustering Radius": ["簇半径"], "Code": ["代码"], @@ -858,8 +854,8 @@ "Color Steps": ["色彩 Steps"], "Color metric": ["颜色指标"], "Color scheme": ["配色方案"], - "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ - "颜色将根据单元格与整个标准之和的比率来展示" + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], "Colors": ["颜色"], "Column": ["列"], @@ -877,7 +873,6 @@ "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" ], "Column name [%s] is duplicated": ["列名 [%s] 重复"], - "Column name(s) ": ["列名"], "Column referenced by aggregate is undefined: %(column)s": [ "聚合引用的列未定义:%(column)s" ], @@ -895,9 +890,6 @@ "数据源中缺少列:%(invalid_columns)s" ], "Columns subtotal position": ["列的小计位置"], - "Columns to calculate distribution across. Defaults to temporal column if left empty.": [ - "计算分布的列。如果留空,则默认为临时列。" - ], "Columns to display": ["要显示的字段"], "Columns to group by": ["需要进行分组的一列或多列"], "Columns to group by on the columns": ["必须是分组列"], @@ -929,7 +921,7 @@ "Comparison": ["比较"], "Comparison Period Lag": ["滞后比较"], "Comparison suffix": ["比较前缀"], - "Components": ["组件"], + "Compose multiple layers together to form complex visuals.": [""], "Compute the contribution to the total": ["计算对总数的贡献值"], "Condition": ["条件"], "Conditional formatting": ["条件格式设置"], @@ -944,15 +936,20 @@ "Configure custom time range": ["配置自定义时间范围"], "Configure filter scopes": ["配置过滤范围"], "Configure the basics of your Annotation Layer.": ["注释层基本配置"], + "Configure this dashboard to embed it into an external web application.": [ + "" + ], "Configure your how you overlay is displayed here.": [ "配置如何在这里显示您的覆盖。" ], "Confirm save": ["确认保存"], "Connect": ["连接"], + "Connect Google Sheet": [""], "Connect Google Sheets as tables to this database": [ "将Google Sheet作为表格连接到此数据库" ], "Connect a database": ["连接数据库"], + "Connect database": ["连接数据库"], "Connect this database using the dynamic form instead": [ "使用动态参数连接此数据库" ], @@ -977,9 +974,6 @@ "Copy and paste the entire service account .json file here": [ "复制服务帐户的json文件复制并粘贴到此处" ], - "Copy chart URL": ["复制图表URL"], - "Copy chart URL to clipboard": ["复制图表URL到剪贴板"], - "Copy dashboard URL": ["复制仪表盘URL"], "Copy link": ["复制链接"], "Copy message": ["复制信息"], "Copy of %s": ["%s 的副本"], @@ -989,9 +983,7 @@ "Copy the account name of that database you are trying to connect to.": [ "复制尝试连接的数据库帐户名" ], - "Copy the name of the database you are trying to connect to.": [ - "复制尝试连接的数据库名" - ], + "Copy the name of the HTTP Path of your cluster.": [""], "Copy to Clipboard": ["复制到剪贴板"], "Copy to clipboard": ["复制到剪贴板"], "Correlation": ["相关性"], @@ -1004,14 +996,20 @@ "无法加载数据库驱动程序:%(driver_name)s" ], "Could not load database driver: {}": ["无法加载数据库驱动程序:{}"], - "Could not verify the host": ["无法验证主机名(IP)"], + "Count as Fraction of Columns": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Total": [""], "Country": ["国家"], "Country Color Scheme": ["国家颜色方案"], "Country Column": ["国家字段"], "Country Field Type": ["国家字段的类型"], "Country Map": ["国家地图"], "Create": ["创建"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" + ], "Create a new chart": ["创建新图表"], + "Create chart with dataset": [""], "Create new chart": ["创建新图表"], "Create new filter set": ["创建新的过滤器"], "Create or select schema...": ["创建或者选择模式"], @@ -1024,46 +1022,41 @@ "创建数据源,并弹出一个新的标签页" ], "Creator": ["作者"], - "Crontab": ["定时任务"], - "Cross Filter Scoping": ["交叉筛选作用域"], - "Cross-filter scoping": ["交叉筛选作用域"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" + ], "Cumulative": ["累计"], + "Currently rendered: %s": [""], "Custom": ["自定义"], "Custom Plugin": ["自定义插件"], "Custom Plugins": ["自定义插件"], "Custom SQL": ["自定义SQL"], - "Custom SQL ad-hoc filters are not available for the native Druid connector": [ - "自定义SQL即席筛选器不适用于本机Druid连接器" - ], - "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ - "自定义SQL即席查询不适用于本机Druid连接器" - ], "Custom SQL ad-hoc metrics are not enabled for this dataset": [ "此数据集无法启用自定义SQL即席查询、" ], + "Custom SQL fields cannot contain sub-queries.": [""], "Custom time filter plugin": ["自定义时间过滤器插件"], "Customize": ["定制化配置"], "Customize Metrics": ["自定义指标"], "Customize columns": ["自定义列"], + "Cyclic dependency detected": [""], "D3 Format": ["D3 格式"], "D3 format": ["D3 格式"], "D3 format syntax: https://github.com/d3/d3-format": [ "D3插件格式语法: https://github.com/d3/d3-time-format" ], - "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ - "D3数字格式,用于-1.0和1.0之间的数字,当您希望小数和大数有不同的符号数字时很有用" - ], "D3 time format for datetime columns": ["D3时间格式的时间列"], "D3 time format syntax: https://github.com/d3/d3-time-format": [ "D3时间插件格式语法: https://github.com/d3/d3-time-format" ], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], "DEC": ["十二月"], "DELETE": ["删除"], - "DESCRIPTION ERROR": ["描述错误"], "DML": ["DML(数据操作语言)"], + "Daily seasonality": [""], + "Dark Cyan": [""], "Dark mode": ["黑暗模式"], "Dashboard": ["看板"], - "Dashboard Emails": ["看板"], "Dashboard [{}] just got created and chart [{}] was added to it": [ "看板 [{}] 刚刚被创建,并且图表 [{}] 已被添加到其中" ], @@ -1074,12 +1067,15 @@ "Dashboard parameters are invalid.": ["看板参数无效。"], "Dashboard properties": ["看板属性"], "Dashboard scheme": ["仪表盘模式"], + "Dashboard time range filters apply to temporal columns defined in\n the filter section of each chart. Add temporal columns to the chart\n filters to have this dashboard filter impact those charts.": [ + "" + ], "Dashboards": ["仪表盘"], "Dashboards could not be deleted.": ["仪表盘无法被删除。"], "Dashboards do not exist": ["仪表盘"], "Data": ["数据"], - "Data Source": ["数据源"], "Data Table": ["数据表"], + "Data URI is not allowed.": [""], "Data Zoom": ["数据缩放"], "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ "无法从结果后端反序列化数据。存储格式可能已经改变,呈现了旧的数据桩。您需要重新运行原始查询。" @@ -1087,8 +1083,8 @@ "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "无法从结果后端检索数据。您需要重新运行原始查询。" ], + "Data has no time steps": [""], "Data preview": ["数据预览"], - "Data source": ["数据源"], "Data type": ["数据类型"], "DataFrame include at least one series": [ "数据帧(DataFrame)至少包括一个序列" @@ -1116,6 +1112,9 @@ ], "Database does not exist": ["数据库不存在"], "Database does not support subqueries": ["数据库不支持子查询"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" + ], "Database error": ["数据库错误"], "Database is offline.": ["数据库已下线"], "Database is required for alerts": ["警报需要数据库"], @@ -1139,13 +1138,16 @@ "Dataset metric not found.": ["数据集指标没找到"], "Dataset name": ["数据集名称"], "Dataset parameters are invalid.": ["数据集参数无效。"], + "Dataset schema is invalid, caused by: %(error)s": [""], "Dataset(s) could not be bulk deleted.": ["数据集无法批量删除"], "Datasets": ["数据集"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], "Datasets do not contain a temporal column": ["数据集不包含时间列"], "Datasource": ["数据源"], "Datasource & Chart Type": ["数据源 & 图表类型"], - "Datasource Name": ["数据库名称"], - "Datasource id not found: %(id)s": ["数据源id不存在:%(id)s"], + "Datasource type is invalid": [""], "Datasource type is required when datasource_id is given": [ "给定数据源id时,需要提供数据源类型" ], @@ -1159,11 +1161,13 @@ ], "Datetime format": ["时间格式"], "Day": ["天"], + "Day (freq=D)": [""], "Days %s": ["%s天"], "Db engine did not return all queried columns": [ "数据库引擎未返回所有查询的列" ], "December": ["十二月"], + "Decides which column to sort the base axis by.": [""], "Decimal Character": ["十进制字符"], "Deck.gl - 3D Grid": ["Deck.gl - 3D网格"], "Deck.gl - 3D HEX": ["Deck.gl - 3D六角曲面"], @@ -1186,27 +1190,27 @@ "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "默认最小列宽(以像素为单位),如果其他列不需要太多空间,则实际宽度可能仍大于此值" ], - "Default to first item": ["默认为第一项"], "Default value is required": ["需要默认值"], "Default value must be set when \"Filter has default value\" is checked": [ "选中筛选器具有默认值时,必须设置默认值" ], - "Default value must be set when \"Required\" is checked": [ - "当\"必填项\"被选中时默认值必须被设置" + "Define a function that receives the input and outputs the content for a tooltip": [ + "" + ], + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "Default value set automatically when \"Default to first item\" is checked": [ - "当\"默认为第一项\"被选中时默认值需要设置为自动" + "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.": [ + "" ], "Defines a rolling window function to apply, works along with the [Periods] text box": [ "定义要应用的滚动窗口函数,与 [期限] 文本框一起使用" ], "Defines how each series is broken down": ["定义每个序列是如何被分解的"], + "Defines the grid size in pixels": [""], "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "定义实体的分组。每个序列在图表上显示为特定颜色,并有一个可切换的图例" ], - "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ - "定义时间桶的起点,接受 `now`,`sunday` 或 `1970-01-01` 等格式的日期表达" - ], "Defines the size of the rolling window function, relative to the time granularity selected": [ "定义滚动窗口函数的大小,相对于所选的时间粒度" ], @@ -1241,13 +1245,11 @@ "Deleted %(num)d report schedule": ["已经删除了 %(num)d 个报告时间表"], "Deleted %(num)d saved query": ["已经删除 %(num)d 个保存的查询"], "Deleted: %s": ["已删除:%s"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" + ], "Delimited long & lat single column": ["经度&纬度单列限定"], "Delimiter": ["分隔符"], - "Delimiter used by CSV file (for whitespace use \\s+).": [ - "CSV文件使用的分隔符 (空白请使用 \\s+)" - ], - "Deliver As Group": ["作为组交付"], - "Delivery Type": ["交付类型"], "Delivery method": ["发送方式"], "Demographics": ["人口统计"], "Density": ["密度"], @@ -1269,10 +1271,16 @@ "Diamond": ["下钻"], "Did you mean:": ["您的意思是:"], "Difference": ["差异"], + "Dimension to use on x-axis.": [""], + "Dimension to use on y-axis.": [""], "Directed Force Layout": ["有向图"], "Directional": ["方向"], + "Disable SQL Lab data preview queries": [""], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "" + ], + "Disable embedding?": [""], "Disabled": ["禁用"], - "Discard changes": ["放弃更改"], "Discrete": ["离散"], "Display Name": ["显示名称"], "Display column level total": ["显示列级别合计"], @@ -1292,11 +1300,12 @@ "Do you want a donut or a pie?": ["是否用圆环圈替代饼图?"], "Documentation": ["文档"], "Domain": ["主域"], - "Don't refresh": ["不刷新"], "Donut": ["圆环圈"], "Download as image": ["下载为图片"], "Download to CSV": ["下载到CSV"], "Draft": ["草稿"], + "Drag and drop components and charts to the dashboard": [""], + "Drag and drop components to this tab": [""], "Draw a marker on data points. Only applicable for line types.": [ "在数据点上绘制标记。仅适用于线型。" ], @@ -1307,20 +1316,22 @@ "当标签在外侧时,是否在饼图到标签之间连线?" ], "Draw split lines for minor y-axis ticks": ["绘制次要y轴记号的分割线"], - "Drop a column here or click": ["将列拖放到此处或单击"], - "Drop a column/metric here or click": ["将列/指标放在此处或单击"], - "Drop column here": ["将列拖放到此处"], - "Drop column or metric here": ["将列或指标放在此处"], + "Drill by": [""], + "Drill by is not available for this data point": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" + ], + "Drill to detail: %s": [""], "Drop columns here": ["将列拖放到此处"], "Drop columns or metrics here": ["将列或指标拖放到此处"], "Drop columns/metrics here or click": ["将列/指标拖放到此处或单击"], "Drop temporal column here": ["将时间列拖放到此处"], - "Druid Clusters": ["Druid 集群"], - "Druid Datasource": ["Druid 数据源"], - "Druid Datasources": ["Druid 数据源"], - "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ - "Druid支持基本的身份验证。可以参考 [auth](http://druid.io/docs/latest/design/auth.html) 和 druid-basic-security 部分" - ], "Dual Line Chart": ["双线图"], "Duplicate column name(s): %(columns)s": ["重复的列名%(columns)s"], "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ @@ -1331,18 +1342,9 @@ "Duration (in seconds) of the caching timeout for charts of this database. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ "此数据库图表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为全局超时。" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ - "此图表的缓存超时前的持续时间(秒)。请注意,如果未定义则默认为数据集的超时时间。" - ], "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "此图表的缓存超时持续时间(以秒为单位)。注意,如果未定义,这默认为数据源/表超时。" ], - "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ - "此集群的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为全局超时。" - ], - "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ - "此数据源的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为集群超时。" - ], "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ "此表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为数据库的超时。" ], @@ -1357,6 +1359,7 @@ ], "Duration in ms (66000 => 1m 6s)": ["持续时间(毫秒)(66000 => 1m 6s)"], "Duration: %s": ["持续时间:%s"], + "Dynamically search all filter values": [""], "ECharts": ["ECharts图表"], "END (EXCLUSIVE)": ["结束"], "ERROR: %s": ["错误: %s"], @@ -1366,8 +1369,6 @@ "Edge width": ["边缘宽度"], "Edit": ["编辑"], "Edit Alert": ["编辑警报"], - "Edit Annotation": ["编辑注释"], - "Edit Annotation Layer": ["编辑注释层"], "Edit CSS": ["编辑CSS"], "Edit CSS Template": ["编辑CSS模板"], "Edit CSS template properties": ["编辑CSS属性属性"], @@ -1376,11 +1377,6 @@ "Edit Dashboard": ["编辑看板"], "Edit Database": ["编辑数据库"], "Edit Dataset ": ["编辑数据集"], - "Edit Druid Cluster": ["编辑 Druid 集群"], - "Edit Druid Column": ["编辑 Druid 列"], - "Edit Druid Datasource": ["编辑 Druid 数据源"], - "Edit Druid Metric": ["编辑 Druid 指标"], - "Edit Email Report": ["编辑邮件报告"], "Edit Log": ["编辑日志"], "Edit Metric": ["编辑指标"], "Edit Plugin": ["编辑插件"], @@ -1393,7 +1389,6 @@ "Edit annotation layer properties": ["编辑注释图层属性"], "Edit chart properties": ["编辑图表属性"], "Edit dashboard": ["编辑仪表盘"], - "Edit dashboard properties": ["编辑看板属性"], "Edit database": ["编辑数据库"], "Edit dataset": ["编辑数据集"], "Edit email report": ["编辑邮件报告"], @@ -1415,19 +1410,19 @@ "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "用户名\"%(username)s\"、密码或数据库名称\"%(database)s\"不正确" ], - "Either the username or password is incorrect.": ["用户名或密码不正确。"], "Either the username or the password is wrong.": ["用户名或密码错误。"], - "Email Format": ["电子邮件格式"], "Email reports active": ["激活邮件报告"], - "Emit Target": ["发送目标"], - "Emit dashboard cross filters": ["发送仪表盘过滤"], - "Emit dashboard cross filters.": ["发送仪表盘过滤"], - "Emitted values": ["限制选择器值"], + "Embed code": [""], + "Embedding deactivated.": [""], "Emphasis": ["重点"], "Employment and education": ["就业和教育"], "Empty circle": ["空圈"], "Empty collection": ["空集合"], "Empty query?": ["查询为空?"], + "Empty row": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], "Enable Filter Select": ["启用过滤器选择"], "Enable data zooming controls": ["启用数据缩放控件"], "Enable forecast": ["启用预测"], @@ -1449,9 +1444,6 @@ "Engine \"%(engine)s\" cannot be configured through parameters.": [ "引擎 \"%(engine)s\" 不能通过参数配置。" ], - "Engine \"%(engine)s\" is not a valid engine.": [ - "无效引擎\"%(engine)s\"" - ], "Engine Parameters": ["引擎参数"], "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "引擎\"InvalidEngine\"不支持通过单独的参数进行配置。" @@ -1461,11 +1453,12 @@ "Enter a new title for the tab": ["输入标签的新标题"], "Enter duration in seconds": ["输入间隔时间(秒)"], "Enter fullscreen": ["全屏"], + "Enter the required %(dbModelName)s credentials": [""], "Entity": ["实体"], "Entity ID": ["实体ID"], "Equal Date Sizes": ["相同的日期大小"], + "Equal to (=)": [""], "Error": ["错误"], - "Error Message": ["错误消息"], "Error in jinja expression in HAVING clause: %(msg)s": [ "jinja表达式中的HAVING子句出错:%(msg)s" ], @@ -1487,6 +1480,8 @@ "Error while rendering virtual dataset query: %(msg)s": [ "保存查询时出错:%(msg)s" ], + "Error: %(error)s": [""], + "Error: %(msg)s": [""], "Estimate cost": ["运行选定的查询"], "Estimate selected query cost": ["运行选定的查询"], "Estimate the cost before running a query": [ @@ -1501,9 +1496,6 @@ "Evolution": ["演化"], "Exact": ["精确"], "Example": ["例子"], - "Example %(tableName)s will appear here": [ - "示例 %(tableName)s 将出现在此处" - ], "Examples": ["示例"], "Excel File": ["Excel文件"], "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ @@ -1517,24 +1509,25 @@ "Execution log": ["操作日志"], "Exit fullscreen": ["退出全屏"], "Expand all": ["全部展开"], + "Expand data panel": [""], "Expand table preview": ["展开表格预览"], "Expand tool bar": ["展开工具栏"], + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" + ], "Experimental": ["实验"], "Explore": ["探索"], "Explore - %(table)s": ["查看 - %(table)s"], - "Explore in Superset": ["探索"], "Explore the result set in the data exploration view": [ "在数据探索视图中探索结果集" ], "Export": ["导出"], - "Export CSV": ["导出 CSV"], "Export dashboards?": ["导出看板?"], - "Export full CSV": ["导出全量CSV"], "Export query": ["导出查询"], - "Export to .CSV format": ["导出为CSV格式"], - "Export to .JSON format": ["导出为JSON格式"], "Export to YAML": ["导出到YAML格式"], "Export to YAML?": ["导出到YAML?"], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], "Expose database in SQL Lab": ["在SQL工具箱中展示数据库"], "Expose in SQL Lab": ["在 SQL 工具箱中公开"], "Expose this DB in SQL Lab": ["在 SQL 工具箱中公开这个数据库"], @@ -1542,6 +1535,7 @@ "Extra": ["扩展"], "Extra Controls": ["额外控件"], "Extra Parameters": ["额外参数"], + "Extra data for JS": [""], "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ "指定表元数据的额外内容。目前支持的认证数据格式为:`{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" } }`." ], @@ -1560,16 +1554,21 @@ "FEB": ["二月"], "FRI": ["星期五"], "Factor": ["因素"], + "Factor to multiply the metric by": [""], "Fail": ["失败"], "Failed": ["失败"], "Failed at retrieving results": ["检索结果失败"], "Failed at stopping query. %s": ["停止查询失败。 %s"], + "Failed to create report": [""], + "Failed to execute %(query)s": [""], + "Failed to load chart data": [""], + "Failed to load chart data.": [""], "Failed to start remote query on a worker.": ["无法启动远程查询"], + "Failed to update report": [""], "Failed to verify select options: %s": ["验证选择选项失败:%s"], "Favorite": ["收藏"], "Favorites": ["收藏"], "February": ["二月"], - "Fetch Values From": ["取值谓词"], "Fetch Values Predicate": ["取值谓词"], "Fetch data preview": ["获取数据预览"], "Fetched %s": ["刷新于 %s"], @@ -1589,17 +1588,16 @@ "Filter List": ["过滤"], "Filter Type": ["过滤类型"], "Filter box": ["过滤器"], - "Filter by database": ["过滤数据库"], - "Filter by status": ["过滤状态"], - "Filter by user": ["过滤用户"], "Filter configuration": ["过滤配置"], "Filter configuration for the filter box": ["过滤条件的过滤配置"], "Filter has default value": ["过滤器默认值"], - "Filter is hierarchical": ["分层过滤"], "Filter metadata changed in dashboard. It will not be applied.": [ "仪表盘的过滤器已被更改,将不会被应用" ], "Filter name": ["过滤值"], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], "Filter results": ["过滤结果"], "Filter set already exists": ["过滤器已存在"], "Filter set with this name already exists": ["过滤器已存在"], @@ -1614,12 +1612,12 @@ "Filters by columns": ["按列过滤"], "Filters by metrics": ["按指标过滤"], "Filters configuration": ["过滤配置"], - "Filters configuration and scoping": ["过滤配置和作用域"], "Filters out of scope (%d)": ["筛选器超出范围(%d)"], "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ "具有相同组key的过滤将在组中一起进行\"OR\"运算,而不同的过滤组将一起进行\"AND\"运算。未定义的组的key被视为唯一组,即不分组在一起。例如,如果表有三个过滤,其中两个用于财务部门和市场营销 (group key = 'department'),其中一个表示欧洲地区(group key = 'region'),filter子句将应用过滤 (department = 'Finance' OR department = 'Marketing') 和 (region = 'Europe')" ], "Finish": ["完成"], + "First": [""], "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "将趋势线固定为指定的完整时间范围,以防过滤的结果不包括开始日期或结束日期" ], @@ -1636,9 +1634,13 @@ "Font size for the smallest value in the list": [ "列表中最小值的字体大小" ], - "For Presto and Postgres, shows a button to compute cost before running a query.": [ + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "对于Presto和Postgres,显示计算成本按钮(查询后)" ], + "For further instructions, consult the": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" + ], "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ "对于常规过滤,这些是此过滤将应用于的角色。对于基本过滤,这些是过滤不适用的角色,例如Admin代表admin应该查看所有数据。" ], @@ -1649,8 +1651,10 @@ "Force refresh": ["强制刷新"], "Force refresh schema list": ["强制刷新数据"], "Force refresh table list": ["强制刷新数据"], - "Force-directed Graph": ["力导向图"], "Forecast periods": ["预测期"], + "Foreign key": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], "Formattable": ["格式表"], "Formatted CSV attached in email": ["在邮件中附件CSV"], "Found invalid orderby options": ["发现无效的orderby选项"], @@ -1669,10 +1673,13 @@ ], "Gauge Chart": ["仪表图"], "General": ["一般"], + "Generating link, please wait..": [""], "Geo": ["地理位置"], "Geohash": ["Geo哈希"], "Get the last date by the date unit.": ["按日期单位获取最后的日期。"], "Get the specify date for the holiday": ["获取指定节假日的日期"], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Gold": [""], "Google Sheet Name and URL": ["Google Sheet名称和URL"], "Grace period": ["宽限期"], "Graph Chart": ["圆点图"], @@ -1686,6 +1693,7 @@ ], "Group by": ["分组"], "Groupable": ["可分组"], + "Handlebars": ["句柄图"], "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ "应用于颜色编码的硬值边界。只有当对整个热图应用标准化时才是相关的和应用的。" ], @@ -1710,9 +1718,7 @@ "How do you want to enter service account credentials?": [ "您希望如何输入服务帐户凭据?" ], - "How long to keep the logs around for this alert": [ - "这个警报的日志要保存多久" - ], + "How many buckets should the data be grouped in.": [""], "How many periods into the future do we want to predict": [ "想要预测未来的多少个时期" ], @@ -1733,19 +1739,16 @@ "If a metric is specified, sorting will be done based on the metric value": [ "如果指定了度量,则将根据该度量值进行排序" ], - "If activated you can use the ": ["如果激活,您可以使用 "], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" + ], "If selected, please set the schemas allowed for csv upload in Extra.": [ "如果选择,请额外设置csv上传允许的模式。" ], - "If selected, please set the schemas allowed for data upload in Extra.": [ - "如果选中,请额外设置允许数据上传的schema。" - ], "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "如果表已存在,执行其中一个:舍弃(什么都不做),替换(删除表并重建),或者追加(插入数据)" ], - "If you wish to specify a different target column than the original column, it can be entered here": [ - "如果要指定与原始列不同的目标列,可以在此处输入" - ], + "Ignore null locations": [""], "Ignore time": ["忽略时间"], "Image (PNG) embedded in email": ["使用邮箱发送图片(PNG)"], "Image download failed, please refresh and try again.": [ @@ -1769,7 +1772,7 @@ "Import database failed for an unknown reason": [ "导入数据库失败,原因未知" ], - "Import databases": ["导入数据集"], + "Import database from file": ["从文件中导入数据库"], "Import dataset failed for an unknown reason": [ "因为未知的原因导入数据集失败" ], @@ -1782,12 +1785,10 @@ "很重要!如果表尚未按实体ID排序,则选择此项,否则无法保证返回每个实体的所有事件。" ], "Include Series": ["包含系列"], + "Include a description that will be sent with your report": [""], "Include series name as an axis": ["包括系列名称作为轴"], "Include time": ["包含时间"], - "Incompatible Filters (%d)": ["不兼容的条件 (%d)"], - "Incorrect Fields": ["不正确的字段"], "Index Column": ["索引字段"], - "Infer Datetime Format": ["日期时间格式"], "Info": ["信息"], "Inner Radius": ["内半径"], "Inner radius of donut hole": ["圆环圈内部空洞的内径"], @@ -1795,9 +1796,6 @@ "输入字段支持自定义。例如,30代表30°" ], "Instant filtering": ["即时过滤"], - "Instructions to add a dataset are available in the Superset tutorial.": [ - "有关添加数据集的说明,请参阅教程。" - ], "Intensity": ["强度"], "Interval End column": ["间隔结束列"], "Interval bounds": ["区间间隔"], @@ -1805,15 +1803,10 @@ "Interval start column": ["间隔开始列"], "Intervals": ["间隔"], "Invalid JSON": ["无效的JSON"], - "Invalid Port Number": ["无效端口号"], - "Invalid account information": ["无效账户信息"], "Invalid certificate": ["无效认证"], "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ "连接字符串无效,有效字符串的格式通常如下:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" ], - "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ - "连接字符串无效,有效字符串通常如下:driver://user:password@database-host/database-name" - ], "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

Example:'postgresql://user:password@your-postgres-db/database'

": [ "连接字符串无效,有效字符串格式通常如下:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

例如:'postgresql://user:password@your-postgres-db/database'

" ], @@ -1828,37 +1821,34 @@ "Invalid filter operation type: %(op)s": ["选择框的操作类型无效: %(op)s"], "Invalid geodetic string": ["无效的 geodetic 字符串"], "Invalid geohash string": ["无效的geohash字符串"], + "Invalid input": [""], "Invalid lat/long configuration.": ["错误的经纬度配置。"], "Invalid longitude/latitude": ["无效的经度/纬度"], - "Invalid metric object": ["无效的指标对象"], "Invalid numpy function: %(operator)s": ["无效的numpy函数:%(operator)s"], "Invalid options for %(rolling_type)s: %(options)s": [ "%(rolling_type)s 的选项无效:%(options)s" ], + "Invalid permalink key": [""], "Invalid result type: %(result_type)s": [ "无效的结果类型:%(result_type)s" ], "Invalid rolling_type: %(type)s": ["无效的滚动类型:%(type)s"], "Invalid spatial point encountered: %s": ["遇到无效的空间点:%s"], + "Invalid tab ids: %s(tab_ids)": [""], "Inverse selection": ["反选"], - "Is Hidden": ["隐藏"], "Is certified": ["已认证"], "Is dimension": ["维度"], "Is favorite": ["收藏"], "Is filterable": ["可被过滤"], + "Is tagged": [""], "Is temporal": ["时间条件"], + "Is true": [""], "Issue 1000 - The dataset is too large to query.": [ "Issue 1000 - 数据集太大,无法进行查询。" ], "Issue 1001 - The database is under an unusual load.": [ "Issue 1001 - 数据库负载异常。" ], - "It seems you don't have access to any database": [ - "貌似您没有访问到任何数据库" - ], - "It’s not recommended to truncate y-axis in Bar chart.": [ - "不建议截断柱状图中的y轴。" - ], "JAN": ["一月"], "JSON": ["JSON"], "JSON Metadata": ["JSON 元数据"], @@ -1869,6 +1859,9 @@ "JUL": ["七月"], "JUN": ["六月"], "January": ["一月"], + "JavaScript data interceptor": [""], + "JavaScript onClick href": [""], + "JavaScript tooltip generator": [""], "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "Json应读取的列名列表。如果不是“无”,则仅从文件中读取这些列" ], @@ -1878,6 +1871,7 @@ "July": ["七月"], "June": ["六月"], "KPI": ["指标"], + "Keep control settings?": [""], "Keep editing": ["继续编辑"], "Keys for table": ["表的键"], "Label": ["标签"], @@ -1902,9 +1896,9 @@ "Last run": ["上次执行"], "Latitude": ["纬度"], "Latitude of default viewport": ["默认视口纬度"], - "Layer": ["层"], "Layer configuration": ["配置Layer"], "Layout": ["布局"], + "Layout elements": [""], "Layout type of graph": ["图形的布局类型"], "Layout type of tree": ["树的布局类型"], "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ @@ -1924,8 +1918,10 @@ "Legacy": ["遗产"], "Legend": ["图示"], "Legend type": ["图示类型"], + "Less than (<)": [""], "Lift percent precision": ["提升百分比精度"], "Light mode": ["光模式"], + "Like": [""], "Limit reached": ["达到限制"], "Limit selector values": ["限制选择器值"], "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ @@ -1937,16 +1933,17 @@ ], "Line": ["行"], "Line Chart": ["多线图"], + "Line Chart (legacy)": [""], "Line Style": ["线条样式"], "Line interpolation as defined by d3.js": ["由 d3.js 定义的线插值"], "Line width": ["线宽"], "Linear Color Scheme": ["线性颜色方案"], "Linear color scheme": ["线性颜色方案"], + "Linear interpolation": [""], "Link Copied!": ["链接成功!"], - "Link Length": ["连接长度"], - "Link length in the force layout": ["在力布局中的连接长度"], - "List Observations": ["观察结果列表"], "List Saved Query": ["保存的查询列表"], + "List of extra columns made available in JavaScript functions": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], "List of values to mark with lines": ["要用行标记的值列表"], "List of values to mark with triangles": ["要用三角形标记的值列表"], "Live CSS editor": ["即时 CSS 编辑器"], @@ -1955,7 +1952,6 @@ "Loaded data cached": ["数据缓存已加载"], "Loaded from cache": ["从缓存中加载"], "Loading...": ["加载中..."], - "Log Retentions (days)": ["日志保留(天)"], "Log Scale": ["日志规模"], "Log retention": ["日志保留"], "Logarithmic scale on primary y-axis": ["对数刻度在主y轴上"], @@ -1964,6 +1960,7 @@ "Login": ["登录"], "Logout": ["退出"], "Logs": ["日志"], + "Long dashed": [""], "Longitude": ["经度"], "Longitude & Latitude columns": ["经纬度字段"], "Longitude of default viewport": ["默认视口经度"], @@ -1975,8 +1972,7 @@ "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" ], "Manage": ["管理"], - "Manage Email Reports for Charts": ["管理图表的电子邮件报告"], - "Manage Email Reports for Dashboards": ["管理看板的电子邮件报告"], + "Manage your databases": ["管理你的数据库"], "Mandatory": ["必填参数"], "Mangle Duplicate Columns": ["混合重复列"], "Map": ["地图"], @@ -1985,6 +1981,7 @@ "Mapbox": ["箱图"], "March": ["三月"], "Margin": ["边距(margin)"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], "Marker": ["标记"], "Marker Size": ["标记大小"], "Marker labels": ["标记标签"], @@ -1996,12 +1993,16 @@ "Max": ["最大值"], "Max Bubble Size": ["最大气泡的尺寸"], "Max Events": ["最大事件数"], - "Maximize chart": ["最大化图表"], "Maximum": ["最大"], "Maximum Font Size": ["最大字体大小"], + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" + ], "Maximum value on the gauge axis": ["量规轴上的最大值"], "May": ["五月"], "Mean of values over specified period": ["特定时期内的平均值"], + "Median": [""], "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "边缘宽度中间值,最厚的边缘将比最薄的边缘厚4倍" ], @@ -2009,15 +2010,11 @@ "节点大小中位数,最大的节点将比最小的节点大4倍" ], "Medium": ["中"], - "Message Content": ["消息内容"], + "Menu actions trigger": [""], "Message content": ["消息内容"], "Metadata": ["元数据"], - "Metadata Last Refreshed": ["上次刷新的元数据"], "Metadata Parameters": ["元数据参数"], "Metadata has been synced": ["元数据已同步"], - "Metadata refreshed for the following table(s): %(tables)s": [ - "为下表刷新元数据:%(tables)s" - ], "Method": ["方法"], "Metric": ["指标"], "Metric '%(metric)s' does not exist": ["指标 '%(metric)s' 不存在"], @@ -2031,21 +2028,20 @@ "Metric factor change from `since` to `until`": [ "度量因子从 `since` 到 `until` 的变化" ], - "Metric for Color": ["颜色指标"], "Metric for node values": ["节点值的度量"], "Metric name [%s] is duplicated": ["指标名称 [%s] 重复"], "Metric percent change in value from `since` to `until`": [ "从 `since` 到 `until` 的价值变化百分比" ], - "Metric that defines the color of the country": ["定义国家度量的颜色"], "Metric that defines the size of the bubble": ["定义指标的气泡大小"], "Metric to display bottom title": ["显示底部标题的度量值"], "Metric to sort the results by": ["按照指标的结果进行排序"], + "Metric used as a weight for the grid's coloring": [""], "Metric used to calculate bubble size": ["用来计算气泡大小的公制"], + "Metric used to control height": [""], "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" ], - "Metric(s) {} must be aggregations.": ["度量(s) {} 必须是聚合。"], "Metrics": ["指标"], "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ "要显示其占总数百分比的指标。只计算行限制内的只读存储器数据。" @@ -2055,11 +2051,14 @@ "Min Periods": ["最小周期"], "Min Width": ["最小宽度"], "Min periods": ["最小周期"], + "Min/max (no outliers)": [""], "Mine": ["我的编辑"], - "Minimize chart": ["最小化图表"], "Minimum": ["最小"], "Minimum Font Size": ["最小字体大小"], "Minimum leaf node event count": ["节点最小事件数"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" + ], "Minimum threshold in percentage points for showing labels.": [ "标签显示百分比最小阈值" ], @@ -2070,7 +2069,6 @@ "Minor Split Line": ["小的分模线"], "Minute": ["分钟"], "Minutes %s": ["%s分钟"], - "Missing Required Fields": ["缺少必填字段"], "Missing dataset": ["丢失数据集"], "Mixed Time-Series": ["混和时间序列"], "Modified": ["已修改"], @@ -2080,7 +2078,6 @@ "Monday": ["星期一"], "Month": ["月"], "Months %s": ["%s月"], - "More dataset related options": ["更多数据集相关选项"], "Move only": ["移动"], "Moves the given set of dates by a specified interval.": [ "将给定的日期集以指定的间隔进行移动" @@ -2097,7 +2094,6 @@ "Multiple formats accepted, look the geopy.points Python library for more details": [ "接受多种格式,查看geopy.points库以获取更多细节" ], - "Multiple select": ["多选"], "Multiple selections allowed, otherwise filter is limited to a single value": [ "允许多选下拉框,不勾选的话过滤器就是单选下拉框" ], @@ -2108,9 +2104,11 @@ "Must have at least one numeric column specified": [ "必须至少指明一个数值列" ], + "Must provide credentials for the SSH Tunnel": [""], "Must specify a value for filters with comparison operators": [ "必须为带有比较操作符的过滤器指定一个值吗" ], + "My beautiful colors": [""], "My column": ["我的列"], "My metric": ["我的指标"], "N/A": ["N/A"], @@ -2122,9 +2120,6 @@ "Name of table to be created from columnar data.": [ "从列存储数据创建的表的名称。" ], - "Name of table to be created from csv data.": [ - "从CSV数据将创建的表的名称。" - ], "Name of table to be created from excel data.": [ "从excel数据将创建的表的名称。" ], @@ -2138,9 +2133,9 @@ ], "Name of the target nodes": ["目标节点名称"], "Name your database": ["您的数据集"], + "Need help? Learn how to connect your database": [""], + "Need help? Learn more about": [""], "Network error.": ["网络异常。"], - "New": ["新增"], - "New Email Report": ["新的电子邮件报告"], "New chart": ["新增图表"], "New columns added: %s": ["新增的列:%s"], "New filter set": ["新的过滤器"], @@ -2150,7 +2145,6 @@ "Next": ["之后"], "Nightingale Rose Chart": ["南丁格尔玫瑰图"], "No": ["否"], - "No %(tableName)s yet": ["还没有 %(tableName)s"], "No %s yet": ["还没有 %s"], "No Access!": ["不能访问!"], "No Data": ["没有数据"], @@ -2166,7 +2160,9 @@ "过滤后没有数据,或者最新时间记录的数据为NULL" ], "No data in file": ["文件中无数据"], + "No databases match your search": ["没有与您的搜索匹配的数据库"], "No description available.": ["没有可用的描述"], + "No dimensions available for drill by": [""], "No favorite charts yet, go click on stars!": [ "暂无收藏的图表,去点击星星吧!" ], @@ -2175,13 +2171,17 @@ ], "No filter": ["无筛选"], "No filter is selected.": ["未选择过滤条件。"], + "No form settings were maintained": [""], + "No global filters are currently added": [""], "No of Bins": ["直方图容器数"], - "No query history yet...": ["暂无历史查询..."], "No records found": ["没有找到任何记录"], "No results found": ["未找到结果"], + "No results match your filter criteria": [""], + "No results were returned for this query": [""], "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ "此查询没有返回任何结果。如果希望返回结果,请确保所有过滤选择的配置正确,并且数据源包含所选时间范围的数据。" ], + "No rows were returned for this dataset": [""], "No stored results found, you need to re-run your query": [ "找不到存储的结果,需要重新运行查询" ], @@ -2189,6 +2189,8 @@ "没有发现这样的列。若要在度量值上筛选,请尝试自定义SQL选项卡。" ], "No time columns": ["没有时间列"], + "No validator found (configured for the engine)": [""], + "No validator named {} found (configured for the {} engine)": [""], "Node label position": ["节点标签位置"], "Node select mode": ["节点选择模式"], "Node size": ["节点大小"], @@ -2209,7 +2211,11 @@ "Null or Empty": ["Null或空"], "Null values": ["空值"], "Number Format": ["数字格式"], + "Number bounds used for color encoding from red to blue.\n Reverse the numbers for blue to red. To get pure red or blue,\n you can enter either only min or max.": [ + "" + ], "Number format": ["数字格式化"], + "Number of buckets to group data": [""], "Number of decimal digits to round numbers to": [ "要四舍五入的十进制位数" ], @@ -2236,9 +2242,6 @@ "Offline": ["离线"], "Offset": ["偏移"], "On Grace": ["在宽限期内"], - "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ - "在Superset再次提醒您之前需要多长时间--以秒为单位--来触发一个警报" - ], "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "要分组的一列或多列。高基数分组应包括序列限制,以限制提取和呈现的序列数。" ], @@ -2268,9 +2271,6 @@ "One or more parameters specified in the query are missing.": [ "查询中指定的一个或多个参数丢失。" ], - "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ - "请求中缺少一个或多个必填字段。请重试,如果问题仍然存在,请与管理员联系。" - ], "One ore more annotation layers failed loading.": [ "一个或多个注释层加载失败。" ], @@ -2279,6 +2279,8 @@ ], "Only Total": ["仅总计"], "Only `SELECT` statements are allowed": ["将 SELECT 语句复制到剪贴板"], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Only applies when \"Label Type\" is set to show values.": [""], "Only selected panels will be affected by this filter": [ "只有选定的面板将受此过滤条件的影响" ], @@ -2297,12 +2299,10 @@ "所有簇、点和标签的不透明度。在0到1之间。" ], "Opacity of area chart.": ["面积图的不透明度"], + "Opacity, expects values between 0 and 100": [""], "Open Datasource tab": ["打开数据源tab"], "Open in SQL Lab": ["在 SQL 工具箱中打开"], "Open query in SQL Lab": ["在 SQL 工具箱中打开查询"], - "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ - "以异步模式操作数据库,这意味着查询是在远程工作人员上执行的,而不是在web服务器本身上执行的, 这假设您有一个Celery worker setup以及一个结果后端。有关更多信息,请参考安装文档。" - ], "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ "以异步模式操作数据库,这意味着查询是在远程worker上执行的,而不是在web服务器本身上执行的, 这假设您有一个Celery worker setup以及一个执行后端。有关更多信息,请参考安装文档。" ], @@ -2314,10 +2314,8 @@ "用于验证HTTPS请求的可选 CA_BUNDLE 内容。仅在某些数据库引擎上可用。" ], "Optional name of the data column.": ["数据列的可选名称"], - "Optional time column if time range should apply to another column than the default time column": [ - "如果时间范围应应用于默认时间列以外的其他列,则可选时间列" - ], "Optional warning about use of this metric": ["关于使用此指标的可选警告"], + "Optionally add a detailed description": [""], "Options": ["设置"], "Or choose from a list of other databases we support:": [ "或者从我们支持的其他数据库列表中选择:" @@ -2326,24 +2324,28 @@ "Order results by selected columns": ["按选定列对结果进行排序"], "Ordering": ["排序"], "Orientation of tree": ["树的方向"], - "Origin": ["起点"], "Original": ["起点"], "Original table column order": ["原始表列顺序"], "Original value": ["原始值"], "Orthogonal": ["正交化"], "Other": ["其他"], + "Outdoors": [""], "Outer Radius": ["外缘"], "Outer edge of Pie chart": ["饼图外缘"], "Overlap": ["重叠"], "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ "从相对时间段覆盖一个或多个时间序列。期望自然语言中的相对时间增量(例如:24小时、7天、56周、365天)" ], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], "Overwrite": ["覆盖"], "Overwrite & Explore": ["覆写和浏览"], "Overwrite Dashboard [%s]": ["覆盖看板 [%s]"], "Overwrite text in the editor with a query on this table": [ "使用该表上的查询覆盖编辑器中的文本" ], + "Owned Created or Favored": [""], "Owner": ["所有者"], "Owners": ["所有者"], "Owners are invalid": ["所有者无效"], @@ -2361,9 +2363,8 @@ "Parameter error": ["参数错误"], "Parameters": ["参数"], "Parameters ": ["参数"], + "Parameters related to the view and perspective on the map": [""], "Parent": ["父类"], - "Parent filter": ["父级过滤"], - "Parent filter is required": ["需要父筛选器"], "Parse Dates": ["解析日期"], "Part of a Whole": ["占比"], "Partition Chart": ["分区图"], @@ -2374,6 +2375,7 @@ "高度与父高度的比例低于此值的分区将被修剪" ], "Password": ["密码"], + "Paste Private Key here": [""], "Paste the shareable Google Sheet URL here": [ "将可共享的Google Sheet URL粘贴到此处" ], @@ -2382,8 +2384,9 @@ "Percentage metrics": ["百分比指标"], "Percentage threshold": ["百分比阈值"], "Percentages": ["百分比"], + "Performance": [""], + "Period average": [""], "Periods": ["周期"], - "Periods must be a positive integer value": ["句点必须是正整数值"], "Person or group that has certified this chart.": [ "对此图表进行认证的个人或团体。" ], @@ -2396,6 +2399,7 @@ "Physical": ["物理信息"], "Physical (table or view)": ["物理(表或视图)"], "Physical dataset": ["物化数据集"], + "Pick a dimension from which categorical colors are defined": [""], "Pick a granularity in the Time section or uncheck 'Include Time'": [ "在“时间”部分选择一个粒度,或取消选中“包含时间”" ], @@ -2407,9 +2411,7 @@ "Pick a name to help you identify this database.": [ "选择一个名称来帮助您识别这个数据库。" ], - "Pick a nickname for this database to display as in Superset.": [ - "为这个数据库选择一个昵称以在Superset中显示" - ], + "Pick a set of deck.gl charts to layer on top of one another": [""], "Pick a time granularity for your time series": [ "为您的时间序列选择一个时间粒度" ], @@ -2428,7 +2430,7 @@ "Pin": ["Pin"], "Pivot Options": ["透视表选项"], "Pivot Table": ["透视表"], - "Pivot Table v2": ["透视表 v2"], + "Pivot Table (legacy)": [""], "Pivot operation must include at least one aggregate": [ "数据透视操作必须至少包含一个聚合" ], @@ -2437,6 +2439,9 @@ ], "Pivoted": ["旋转"], "Pixel height of each series": ["每个序列的像素高度"], + "Pixels": [""], + "Plain": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], "Please apply filter changes": ["请应用滤镜更改"], "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ "请检查查询并确认所有模板参数都用双大括号括起来,例如 \"{{ ds }}\"。然后,再次尝试运行查询" @@ -2447,25 +2452,16 @@ "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "请检查查询中\"%(server_error)s\"附近的语法错误然后,再次尝试运行查询" ], - "Please choose at least one 'Group by' field ": [ - "请至少选择一个分组字段 " - ], "Please choose at least one metric": ["请至少选择一个指标"], "Please choose different metrics on left and right axis": [ "请在左右轴上选择不同的指标" ], - "Please complete all required fields.": ["请填写所有必填项"], "Please confirm": ["请确认"], + "Please confirm the overwrite values.": [""], "Please enter a SQLAlchemy URI to test": ["请输入要测试的SQLAlchemy URI"], - "Please enter a chart name": ["请输入图表名称"], "Please filter set name": ["请筛选集合名称"], - "Please make sure all fields are filled out correctly": [ - "请确保所有字段填写正确" - ], "Please re-enter the password.": ["请重新输入密码。"], - "Please reach out to the Chart Owner for assistance.": [ - "请联系图表所有者寻求帮助。" - ], + "Please re-export your file and try importing again": [""], "Please save the query to enable sharing": ["请保存查询以启用共享"], "Please save your chart first, then try creating a new email report.": [ "请先保存您的图表,然后尝试创建一个新的电子邮件报告。" @@ -2477,8 +2473,8 @@ "请同时选择数据集和图表类型以继续" ], "Please use 3 different metric labels": ["请在左右轴上选择不同的指标"], - "Please verify that port is open to connect.": [ - "请检查端口是否打开以进行连接" + "Plot the distance (like flight paths) between origin and destination.": [ + "" ], "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ "垂直地绘制数据中每一行的单个指标,并将它们链接成一行。此图表用于比较数据中所有样本或行中的多个指标。" @@ -2486,10 +2482,12 @@ "Plugins": ["插件"], "Point Radius": ["点半径"], "Point Radius Unit": ["点半径单位"], + "Point to your spatial columns": [""], "Points": ["点配置"], "Points and clusters will update as the viewport is being changed": [ "点和簇将随着视图改变而更新。" ], + "Polyline": [""], "Pop Tab Link": ["流行标签链接"], "Popular": ["常用"], "Populate \"Default value\" to enable this control": [ @@ -2499,13 +2497,9 @@ "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "主机名 \"%(hostname)s\" 上的端口 %(port)s 拒绝连接。" ], - "Port is closed": ["端口已关闭"], "Position JSON": ["位置JSON"], "Position of child node label on tree": ["子节点标签在树上的位置"], "Position of column level subtotal": ["列级小计的位置"], - "Position of intermidiate node label on tree": [ - "中间节点标签在树中的位置" - ], "Position of row level subtotal": ["行级小计的位置"], "Powered by Apache Superset": ["由Apache Superset提供支持"], "Pre-filter": ["预过滤"], @@ -2524,6 +2518,8 @@ "Primary Metric": ["主计量指标"], "Primary or secondary y-axis": ["主或次y轴"], "Primary y-axis format": ["主轴格式"], + "Private Key": [""], + "Private Key & Password": [""], "Profile": ["用户信息"], "Profile picture provided by Gravatar": ["资料图片由 Gravatar 提供"], "Progress": ["进度"], @@ -2537,13 +2533,12 @@ "Put the labels outside of the pie?": ["是否将标签显示在饼图外侧?"], "Put the labels outside the pie?": ["是否将标签显示在饼图外侧?"], "Put your code here": ["把您的代码放在这里"], - "Python Functions": ["Python函数"], "Python datetime string pattern": ["Python日期格式模板"], - "Python functions": ["Python函数"], + "QUERY DATA IN SQL LAB": [""], "Quarter": ["季度"], "Quarters %s": [" %s 季度"], "Query": ["查询"], - "Query %s: %s": ["查询 : %s "], + "Query %s: %s": ["查询 %s: %s "], "Query A": ["查询 A"], "Query B": ["查询 B"], "Query History": ["历史查询"], @@ -2555,11 +2550,9 @@ "Query mode": ["查询模式"], "Query name": ["查询名称"], "Query preview": ["查询预览"], - "Query search string": ["查询搜索字符串"], "Query was stopped": ["查询被终止。"], "Query was stopped.": ["查询被终止。"], "RANGE TYPE": ["范围类型"], - "REPORT NAME ERROR": ["报告名称错误"], "RGB Color": ["RGB颜色"], "Radar": ["雷达"], "Radar Chart": ["雷达图"], @@ -2567,6 +2560,8 @@ "雷达渲染类型,是否显示圆形" ], "Radial": ["径向"], + "Radius in kilometers": [""], + "Radius in miles": [""], "Ran %s": ["持续时间:%s"], "Range": ["范围"], "Range filter": ["范围过滤"], @@ -2593,19 +2588,16 @@ "最近查看的图表、看板和保存的查询将显示在此处" ], "Recents": ["最近"], - "Recipients": ["收件人"], "Recipients are separated by \",\" or \";\"": [ "收件人之间用 \",\" 或者 \";\" 隔开" ], "Recommended tags": ["推荐标签"], "Record Count": ["记录数"], "Rectangle": ["长方形"], - "Redirects to this endpoint when clicking on the datasource from the datasource list": [ - "在数据源列表中点击数据源将重定向到此端点" - ], "Redirects to this endpoint when clicking on the table from the table list": [ "点击表列表中的表时将重定向到此端点" ], + "Redo the action": [""], "Reduce X ticks": ["减少 X 轴的刻度"], "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "减少要渲染的X轴标记数。如果为true,x轴将不会溢出,但是标签可能丢失。如果为false,则对列应用最小宽度,宽度可能溢出到水平滚动条中。" @@ -2616,15 +2608,10 @@ ], "Refetch results": ["重新获取结果"], "Refresh": ["刷新间隔"], - "Refresh Druid Metadata": ["刷新 Druid 元数据"], - "Refresh Metadata": ["刷新元数据"], - "Refresh column metadata": ["刷新字段元数据"], "Refresh dashboard": ["刷新看板"], "Refresh frequency": ["刷新频率"], "Refresh interval": ["刷新间隔"], "Refresh the default values": ["刷新默认值"], - "Refreshed metadata from cluster [{}]": ["从群集刷新元数据 [{}]"], - "Refreshing datasource [{}]": ["刷新数据源 [{}]"], "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ "常规过滤将where子句添加到查询中,以确定用户是否属于过滤中引用的角色。基本过滤将应用于除过滤中定义的角色之外的所有查询,并且可以用于定义在没有应用RLS过滤组的情况下,哪些用户可以看到内容。" ], @@ -2667,9 +2654,6 @@ "Report Schedule not found.": ["找不到报表计划。"], "Report Schedule parameters are invalid.": ["报表计划参数无效。"], "Report Schedule reached a working timeout.": ["报表计划已超时。"], - "Report Schedule sellenium user not found": [ - "找不到报表计划sellenium用户" - ], "Report Schedule state not found": ["未找到报表计划状态"], "Report a bug": ["报告bug"], "Report failed": ["报告失败"], @@ -2686,8 +2670,10 @@ "Request is not JSON": ["请求不是JSON"], "Request missing data field.": ["请求丢失的数据字段。"], "Required": ["必填"], + "Required control values have been removed": [""], "Resample": ["重新采样"], "Reset state": ["状态重置"], + "Resource already has an attached report.": [""], "Restore Filter": ["还原过滤条件"], "Results": ["结果"], "Results backend is not configured.": ["后端未配置结果"], @@ -2705,17 +2691,14 @@ "Right axis metric": ["右轴指标"], "Right to Left": ["右到左"], "Right value": ["右侧的值"], + "Right-click on a dimension value to drill to detail by that value.": [ + "" + ], "Role": ["用户信息"], "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问" ], "Roles": ["角色"], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles defined then the dashboard is available to all roles.": [ - "角色是一个定义对仪表板访问权限的列表。授予角色对仪表板的访问权限将绕过数据集级别的检查。如果未定义角色,则仪表板对所有角色都可用。" - ], - "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ - "角色是一个定义对仪表板访问权限的列表。授予角色对仪表板的访问权限将绕过数据集级别的检查。如果未定义角色,则仪表板对所有角色都可用。" - ], "Roles to grant": ["角色授权"], "Rolling Function": ["滚动函数"], "Rolling Window": ["滚动窗口"], @@ -2741,18 +2724,18 @@ "Rows to Read": ["读取的行"], "Rule": ["规则"], "Run": ["执行"], - "Run a query to display results here": ["运行一个查询,在此会显示结果"], "Run in SQL Lab": ["在 SQL 工具箱中执行"], "Run query": ["运行查询"], "Run query (Ctrl + Return)": ["执行运行 (Ctrl + Return)"], "Run query in a new tab": ["在新标签中运行查询"], "Run selection": ["运行选定的查询"], "Running": ["正在执行"], + "Running statement %(statement_num)s out of %(statement_count)s": [""], "SAT": ["星期六"], "SEP": ["九月"], + "SHA": [""], "SQL": ["SQL"], "SQL Copied!": ["SQL复制成功!"], - "SQL Editor": ["SQL 编辑器"], "SQL Expression": ["SQL表达式"], "SQL Lab": ["SQL 工具箱"], "SQL Lab View": ["SQL Lab 视图"], @@ -2763,27 +2746,36 @@ "SQL expression": ["SQL表达式"], "SQL query": ["SQL查询"], "SQLAlchemy URI": ["SQLAlchemy URI"], + "SSH Host": [""], + "SSH Port": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "SSH Tunneling is not enabled": [""], "SSL Mode \"require\" will be used.": ["SSL模式 \"require\" 将被使用。"], "START (INCLUSIVE)": ["开始 (包含)"], + "STEP %(stepCurr)s OF %(stepLast)s": [""], "SUN": ["星期日"], + "Sample Variance": [""], "Sankey": ["蛇形图"], "Sankey Diagram": ["桑基图"], "Sankey Diagram with Loops": ["桑基图"], + "Satellite Streets": [""], "Saturday": ["星期六"], "Save": ["保存"], "Save & Explore": ["保存和浏览"], "Save & go to dashboard": ["保存并转到看板"], "Save (Overwrite)": ["保存(覆盖)"], "Save as": ["另存为"], - "Save as ...": ["另存为 ..."], "Save as new": ["保存为新的"], "Save as new chart": ["创建新图表"], "Save as:": ["另存为:"], "Save chart": ["图表保存"], "Save dashboard": ["保存看板"], "Save for this session": ["保存此会话"], + "Save or Overwrite Dataset": [""], "Save query": ["保存查询"], "Save the query to enable this feature": ["请保存查询以启用共享"], + "Save this query as a virtual dataset to continue exploring": [""], "Saved": ["保存"], "Saved Queries": ["已保存查询"], "Saved expressions": ["保存表达式"], @@ -2794,33 +2786,27 @@ "Saved query parameters are invalid.": ["保存的查询参数无效"], "Scale and Move": ["缩放和移动"], "Scale only": ["存在规模"], - "Scan New Datasources": ["扫描新的数据源"], "Scatter": ["散点"], "Scatter Plot": ["散点图"], "Schedule": ["调度"], - "Schedule Email Reports for Charts": ["为图表配置电子邮件报告"], - "Schedule Email Reports for Dashboards": ["为看板添加电子邮件报告"], "Schedule email report": ["为图表配置电子邮件报告"], "Schedule query": ["分享查询"], "Schedule settings": ["计划设置"], "Schedule the query periodically": ["定期调度查询"], "Scheduled": ["被调度"], "Scheduled at (UTC)": ["计划时间"], - "Scheduled reports will be sent to your email as a PNG": [ - "计划的报告将作为PNG发送到您的电子邮件" - ], "Schema": ["模式"], "Schema cache timeout": ["图表缓存超时"], "Schema, as used only in some databases like Postgres, Redshift and DB2": [ "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" ], - "Schemas allowed for CSV upload": ["模式允许使用CSV上传"], "Scoping": ["范围"], + "Scroll": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], "Search": ["搜索"], "Search / Filter": ["搜索 / 过滤"], "Search Metrics & Columns": ["搜索指标和列"], "Search all charts": ["搜索所有图表"], - "Search all dashboards": ["搜索所有看板"], "Search all filter options": ["搜索所有过滤选项"], "Search box": ["搜索框"], "Search by query text": ["按查询文本搜索"], @@ -2843,9 +2829,6 @@ "Select ...": ["选择 ..."], "Select Delivery Method": ["添加通知方法"], "Select Viz Type": ["选择一个可视化类型"], - "Select a CSV file to be uploaded to a database.": [ - "选择一个CSV文件上传到数据库." - ], "Select a Columnar file to be uploaded to a database.": [ "选择要上传到数据库的Excel文件。" ], @@ -2854,6 +2837,8 @@ ], "Select a column": ["反选所有"], "Select a dashboard": ["看板"], + "Select a database to connect": ["选择将要连接的数据库"], + "Select a database to write a query": ["选择要写入查询的数据库"], "Select a visualization type": ["选择一个可视化类型"], "Select aggregate options": ["选择总选项"], "Select any columns for metadata inspection": [ @@ -2862,29 +2847,26 @@ "Select charts": ["所有图表"], "Select color scheme": ["线性颜色方案"], "Select column": ["时间列"], - "Select database or type database name": ["选择表或输入表名"], "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "选择数据库需要在Advanced选项卡中完成额外的字段才能成功连接数据库了解数据库的需求" ], "Select filter": ["选择过滤器"], "Select filter plugin using AntD": ["选择过滤器"], - "Select first item by default (when using this option, default value can’t be set)": [ - "默认选择第一项(使用此选项时,不能“设置默认值”)" - ], + "Select first filter value by default": [""], "Select operator": ["选择运营商"], - "Select or type a value": ["选择或者输入值"], + "Select or type a value": ["选择或键入一个值"], "Select owners": ["运行选定的查询"], - "Select parent filters": ["选择父级过滤"], "Select saved metrics": ["选择保存指标"], - "Select schema or type schema name": ["选择表或输入表名"], "Select scheme": ["选择表"], "Select start and end date": ["选择开始和结束时间"], "Select subject": ["选择主题"], - "Select table or type table name": ["选择表或输入表名"], "Select the number of bins for the histogram": ["选择直方图的容器数"], "Select the numeric columns to draw the histogram": [ "选择直方图的容器数" ], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], "Send as CSV": ["发送为CSV"], "Send as PNG": ["发送PNG"], "Send as text": ["发送文本"], @@ -2904,13 +2886,16 @@ "Service Account": ["服务帐户"], "Set auto-refresh interval": ["设置自动刷新"], "Set filter mapping": ["设置过滤映射"], + "Sets the hierarchy levels of the chart. Each level is\n represented by one ring with the innermost circle as the top of the hierarchy.": [ + "" + ], "Settings": ["设置"], "Settings for time series": ["时间序列设置"], "Share": ["分享"], "Share chart by email": ["通过电子邮件分享图表”"], - "Share dashboard by email": ["通过电子邮件分享仪表盘"], "Shared query": ["已分享的查询"], "Sheet Name": ["Sheet名称"], + "Shift + Click to sort by multiple columns": [""], "Short description must be unique for this layer": [ "此层的简述必须是唯一的" ], @@ -2923,8 +2908,7 @@ "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "一个整数值将指定“季节性的傅立叶顺序。" ], - "Show Annotation": ["查看注释"], - "Show Annotation Layer": ["查看注释层"], + "Show": [""], "Show Bubbles": ["显示气泡"], "Show CREATE VIEW statement": ["显示 CREATE VIEW 语句"], "Show CSS Template": ["查看CSS模板"], @@ -2932,23 +2916,14 @@ "Show Column": ["显示列"], "Show Dashboard": ["显示看板"], "Show Database": ["显示数据库"], - "Show Druid Cluster": ["显示 Druid 集群"], - "Show Druid Column": ["显示 Druid 列"], - "Show Druid Datasource": ["显示 Druid 数据源"], - "Show Druid Metric": ["显示 Druid 指标"], - "Show Druid granularity dropdown": ["显示Druid时间粒度下拉列表"], - "Show Druid time origin": ["显示Druid原始时间"], "Show Labels": ["显示标签"], "Show Less...": ["显示. ."], "Show Log": ["查看日志"], "Show Markers": ["显示标记"], "Show Metric": ["显示指标"], "Show Metric Names": ["显示指标名"], - "Show Observation": ["显示观察结果"], "Show Range Filter": ["显示范围过滤器"], "Show Row level security filter": ["显示行级安全过滤"], - "Show SQL time column": ["显示SQL时间列"], - "Show SQL time grain dropdown": ["检查包含时间原点的下拉列表"], "Show Saved Query": ["显示保存的查询"], "Show Table": ["显示表"], "Show Timestamp": ["显示时间戳"], @@ -2956,6 +2931,10 @@ "Show Upper Labels": ["显示标签"], "Show Value": ["显示值"], "Show Values": ["显示值"], + "Show Y-axis": [""], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "" + ], "Show all columns": ["显示所有列"], "Show all...": ["显示所有..."], "Show axis line ticks": ["显示轴线刻度"], @@ -2964,15 +2943,13 @@ "Show data points as circle markers on the lines": [ "将数据点显示为线条上的圆形标记" ], - "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ - "显示数据的层次关系与表示的值。按面积划分显示其占整体的比例" - ], "Show info tooltip": ["显示信息提示"], "Show label": ["显示标签"], "Show labels when the node has children.": ["当节点有子节点时显示标签"], "Show legend": ["显示图例"], "Show less columns": ["显示较少时间列"], "Show less...": ["显示..."], + "Show only my charts": [""], "Show percentage": ["显示百分比"], "Show pointer": ["显示鼠标"], "Show progress": ["显示进度"], @@ -3005,6 +2982,7 @@ "Shows a list of all series available at that point in time": [ "详细提示显示了该时间点的所有序列的列表。" ], + "Shows or hides markers for the time series": [""], "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ "显示数据集的组成,方法是将给定矩形分割为较小的矩形,其面积与矩形的值或对整体的贡献成比例。这些矩形也可以按层次进一步分割" ], @@ -3026,14 +3004,11 @@ "Skip Blank Lines": ["跳过空白行"], "Skip Initial Space": ["跳过初始空格"], "Skip Rows": ["跳过行"], - "Skip blank lines rather than interpreting them as NaN values.": [ - "跳过空白行而不是把它们解释为NaN值。" - ], - "Skip spaces after delimiter.": ["在分隔符之后跳过空格。"], - "Slack Channel": ["Slack 频道"], "Slug": ["Slug"], "Small": ["小"], "Small number format": ["数字格式化"], + "Smooth Line": [""], + "Solid": [""], "Some roles do not exist": ["看板"], "Sorry there was an error fetching database information: %s": [ "抱歉,获取数据库信息时出错:%s" @@ -3072,6 +3047,7 @@ "Sort filter values": ["可被过滤"], "Sort metric": ["排序指标"], "Sort rows by": ["排序 "], + "Sort series in ascending order": [""], "Sort type": ["图表类型"], "Source": ["来源"], "Source / Target": ["源/目标"], @@ -3085,10 +3061,13 @@ "Specify duplicate columns as \"X.0, X.1\".": [ "将重复列指定为“x.0,x.1”。" ], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ "指定数据库版本。这应该与Presto一起使用,以便启用查询成本估算。" ], "Split number": ["数字"], + "Stack Trace:": [""], "Stack series": ["已保存查询"], "Stack series on top of each other": ["叠加系列"], "Stacked": ["堆叠"], @@ -3106,8 +3085,12 @@ "从零开始y轴。取消选中以从数据中的最小值开始y轴 " ], "State": ["状态"], + "Statement %(statement_num)s out of %(statement_count)s": [""], "Statistical": ["统计"], "Status": ["状态"], + "Step - end": [""], + "Step - middle": [""], + "Step - start": [""], "Step type": ["数据类型"], "Stop": ["停止"], "Stop query": ["停止查询"], @@ -3126,15 +3109,22 @@ "Subdomain": ["子域"], "Subheader": ["子标题"], "Subheader Font Size": ["子标题的字体大小"], + "Submit": [""], + "Subtotal": [""], "Success": ["成功"], "Suffix to apply after the percentage display": [ "百分比显示后要应用的后缀" ], + "Sum": [""], + "Sum as Fraction of Columns": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Total": [""], "Sum of values over specified period": ["指定期间内的值总和"], "Sunburst": ["环状层次图"], "Sunburst Chart": ["旭日/太阳图"], "Sunday": ["星期日"], "Superset Chart": ["选择图表"], + "Superset Embedded SDK documentation.": [""], "Superset chart": ["选择图表"], "Superset dashboard": ["看板"], "Superset encountered an error while running a command.": [ @@ -3145,9 +3135,6 @@ "Survey Responses": ["调查结果"], "Swap Groups and Columns": ["交换组和列"], "Swap rows and columns": ["交换组和列"], - "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ - "用于可视化时间序列数据。在步进图、折线图、散点图和条形图之间进行选择,也有许多自定义选项" - ], "Symbol": ["符号"], "Symbol of two ends of edge line": ["边线两端的符号"], "Symbol size": ["符号的大小"], @@ -3172,6 +3159,7 @@ "找不到 [%{table}s] 表,请仔细检查您的数据库连接、Schema 和 表名" ], "Table cache timeout": ["图表缓存超时"], + "Table name cannot contain a schema": [""], "Table name undefined": ["表名未定义"], "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "可视化检验的表格,用于了解各组之间的统计差异" @@ -3179,6 +3167,7 @@ "Tables": ["数据表"], "Tabs": ["选项卡"], "Tabular": ["表格"], + "Tag name is invalid (cannot contain ':')": [""], "Tags": ["标签"], "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "获取数据点,并将其分组,以查看信息最密集的区域" @@ -3192,9 +3181,6 @@ "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "模板链接,可以包含{{度量}}或来自控件的其他值。" ], - "Temporal expression not supported for type: %(col_type)s": [ - "%(col_type)s不支持时间表达式" - ], "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ "当浏览器窗口关闭或导航到其他页面时,终止正在运行的查询。适用于Presto、Hive、MySQL、Postgres和Snowflake数据库" ], @@ -3203,17 +3189,22 @@ "Text": ["文本"], "Text align": ["文本对齐"], "Text embedded in email": ["邮件中嵌入的文本"], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "可以在这里或者在看板视图修改单个看板的CSS样式" ], "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ "CTA(create table as select)只能与最后一条语句为SELECT的查询一起运行。请确保查询的最后一个语句是SELECT。然后再次尝试运行查询。" ], - "The JSON metric or post aggregation definition.": [ - "JSON指标或处理聚合定义。" + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" ], - "The URL could not be identified. Please check for typos and make sure that \"Type of google sheet allowed\" selection matches the input": [ - "无法识别URL。请检查拼写错误,并确保允许的谷歌工作表类型选择与输入匹配" + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The X-axis is not on the filters list": [""], + "The X-axis is not on the filters list which will prevent it from being used in\n time range filters in dashboards. Would you like to add it to the filters list?": [ + "" ], "The access requests seem to have been deleted": ["访问请求已被删除"], "The annotation has been saved": ["注释已保存。"], @@ -3227,9 +3218,6 @@ ], "The color for points and clusters in RGB": ["点和簇的颜色(RGB)"], "The color scheme for rendering chart": ["绘制图表的配色方案"], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "配色方案由相关的仪表盘决定。在仪表板属性中编辑配色方案" - ], "The column was deleted or renamed in the database.": [ "该列已在数据库中删除或重命名。" ], @@ -3242,7 +3230,7 @@ "由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。" ], "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ - "数据库 %s 已经关联了 %s 图表和 %s 看板。确定要继续吗?删除数据库将破坏这些对象。" + "数据库 %s 已经关联了 %s 图表和 %s 仪表盘,并且用户在该数据库上打开了 %s 个 SQL 编辑器标签。确定要继续吗?删除数据库将破坏这些对象。" ], "The database is currently running too many queries.": [ "数据库当前运行的查询太多" @@ -3275,33 +3263,19 @@ "The distance between cells, in pixels": [ "单元格之间的距离,以像素为单位" ], - "The duration of time in seconds before the cache is invalidated": [ - "缓存失效前的持续时间(以秒为单位)" - ], "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "1. engine_params 对象在调用 sqlalchemy.create_engine 时被引用, metadata_params 在调用 sqlalchemy.MetaData 时被引用。" ], "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ " `series_columns`中的下列条目在 `columns` 中缺失: %(columns)s. " ], - "The following tables added new columns: %(tables)s": [ - "下表添加了新列:%(tables)s" - ], - "The following tables removed columns: %(tables)s": [ - "下表删除了列:%(tables)s" - ], - "The following tables update column metadata: %(tables)s": [ - "下表更新列元数据:%(tables)s" - ], + "The function to use when aggregating points into groups": [""], "The host \"%(hostname)s\" might be down and can't be reached.": [ "主机 \"%(hostname)s\" 可能已关闭,无法连接到" ], "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "主机 \"%(hostname)s\" 可能已关闭,无法通过端口访问 " ], - "The host is invalid. Please verify that this field is entered correctly.": [ - "主机无效。请检查此字段是否输入正确。" - ], "The host might be down, and can't be reached on the provided port.": [ "主机可能宕机了,无法在所提供的端口上连接到它" ], @@ -3310,7 +3284,6 @@ ], "The hostname provided can't be resolved.": ["提供的主机名无法解析。"], "The id of the active chart": ["活动图表的ID"], - "The import was successful": ["导入成功"], "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'": [ "与此表关联的图表列表。通过更改此数据源,您可以更改这些相关图表的行为。还要注意,图表需要指向数据源,如果从数据源中删除图表,则此窗体将无法保存。如果要为图表更改数据源,请从“浏览视图”更改该图表。" ], @@ -3354,9 +3327,6 @@ "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "查询和限制下拉列表将显示的行数限制为 %(rows)d" ], - "The number of rows displayed is limited to %s by the dropdown.": [ - "通过下拉菜单显示的行数限制为 %s " - ], "The number of seconds before expiring the cache": [ "终止缓存前的时间(秒)" ], @@ -3384,9 +3354,6 @@ "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" ], - "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ - "需要以下数据库的密码才能导入它们。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中。如果需要,应在导入后手动添加。" - ], "The pattern of timestamp format. For strings use ": [ "时间戳格式的模式。供字符串使用 " ], @@ -3398,9 +3365,6 @@ "指向物理表(或视图)的指针。请记住,图表将与此逻辑表相关联,并且此逻辑表指向此处引用的物理表。" ], "The port is closed.": ["报告失败"], - "The port must be a whole number less than or equal to 65535.": [ - "`行限制` 必须大于或等于1" - ], "The port number is invalid.": ["数据库参数无效"], "The primary metric is used to define the arc segment sizes": [ "主计量指标用于定义弧段大小。" @@ -3411,7 +3375,7 @@ "The query associated with the results was deleted.": [ "删除与结果关联的查询。" ], - "The query associated with these results could not be find. You need to re-run the original query.": [ + "The query associated with these results could not be found. You need to re-run the original query.": [ "找不到与这些结果相关联的查询。你需要重新运行查询" ], "The query contains one or more malformed template parameters.": [ @@ -3451,6 +3415,9 @@ "The size of the square cell, in pixels": [ "平方单元的大小,以像素为单位" ], + "The submitted URL is not considered safe, only use URLs with the same domain as Superset.": [ + "" + ], "The submitted payload has the incorrect format.": [ "提交的有效载荷格式不正确" ], @@ -3501,6 +3468,8 @@ "There are associated alerts or reports: %s,": [ "存在关联的警报或报告:%s," ], + "There are no components added to this tab": [""], + "There are no databases available": ["没有可用的数据库"], "There are no filters in this dashboard.": ["此看板中没有过滤条件。"], "There are unsaved changes.": ["您有一些未保存的修改。"], "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ @@ -3513,7 +3482,7 @@ "此组件没有足够的空间。请尝试减小其宽度,或增加目标宽度。" ], "There was an error fetching the favorite status: %s": [ - "获取此看板的收藏夹状态时出现问题。" + "获取此看板的收藏夹状态时出现问题:%s。" ], "There was an error fetching your recent activity:": [ "获取您最近的活动时出错:" @@ -3562,7 +3531,7 @@ "获取此看板的收藏夹状态时出现问题。" ], "There was an issue fetching your recent activity: %s": [ - "获取您最近的活动时出错:" + "获取您最近的活动时出错:%s" ], "There was an issue previewing the selected query %s": [ "预览所选查询时出现问题 %s" @@ -3570,13 +3539,6 @@ "There was an issue previewing the selected query. %s": [ "预览所选查询时出现问题。%s" ], - "There was an issues fetching your chart: %s": ["删除时出现问题:%s"], - "There was an issues fetching your dashboards: %s": [ - "删除所选仪表板时出现问题:" - ], - "There was an issues fetching your saved queries: %s": [ - "删除所选查询时出现问题:%s" - ], "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "桑基图里面有一个循环,请提供一棵树。这是一个错误的链接:{}" ], @@ -3605,21 +3567,34 @@ "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "这可以是一个IP地址(例如127.0.0.1)或一个域名(例如127.0.0.1)" ], + "This chart emits/applies cross-filters to other charts that use the same dataset": [ + "" + ], "This chart has been moved to a different filter scope.": [ "此图表已移至其他过滤器范围内。" ], + "This chart is managed externally, and can't be edited in Superset": [""], "This chart might be incompatible with the filter (datasets don't match)": [ "此图表可能与过滤器不兼容(数据集不匹配)" ], - "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "此配色方案正被自定义标签颜色覆盖。" + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], "This column must contain date/time information.": [ "包含行信息的数据库列" ], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" + ], "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "此看板当前正在强制刷新;下一次强制刷新将在 %s 内执行。" ], + "This dashboard is managed externally, and can't be edited in Superset": [ + "" + ], "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ "此看板未发布,这意味着它不会显示在仪表板列表中。您可以进行收藏并在收藏栏中查看或直接使用URL访问它。" ], @@ -3631,17 +3606,27 @@ "This dashboard is published. Click to make it a draft.": [ "此看板已发布。单击以使其成为草稿。" ], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" + ], "This dashboard was changed recently. Please reload dashboard to get latest version.": [ "此看板最近已更新。请重新加载看板以获取最新版本。" ], "This dashboard was saved successfully.": ["该看板已成功保存。"], + "This database is managed externally, and can't be edited in Superset": [ + "" + ], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "This dataset is managed externally, and can't be edited in Superset": [ + "" + ], + "This dataset is not used to power any charts.": [""], "This defines the element to be plotted on the chart": [ "这定义了要在图表上绘制的元素" ], "This defines the level of the hierarchy": ["该选项定义了层次级别"], - "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ - "此功能已弃用,将在2.0中删除。" - ], "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" ], @@ -3649,6 +3634,9 @@ "此过滤器在仪表板中不存在。它不会被应用。" ], "This filter set is identical to: \"%s\"": ["此过滤器集等同于: \"%s\" "], + "This functionality is disabled in your environment for security reasons.": [ + "" + ], "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ "这是将会添加到WHERE子句的条件。例如,要仅返回特定客户端的行,可以使用子句 `client_id = 9` 定义常规过滤。若要在用户不属于RLS过滤角色的情况下不显示行,可以使用子句 `1 = 0`(始终为false)创建基本过滤。" ], @@ -3660,13 +3648,17 @@ "此 markdown 组件有错误。请还原最近的更改。" ], "This may be triggered by:": ["这可能由以下因素触发:"], - "This query took %s seconds to run, ": ["这个查询使用了 %s 秒去执行,"], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "此部分允许您配置如何使用切片生成注释。" - ], "This section contains options that allow for advanced analytical post processing of query results": [ "本节包含允许对查询结果进行高级分析处理后的选项。" ], + "This section contains validation errors": [""], + "This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.": [ + "" + ], + "This table already has a dataset": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], "This value should be greater than the left target value": [ "这个值应该大于左边的目标值" ], @@ -3674,10 +3666,12 @@ "这个值应该小于正确的目标值" ], "This visualization type is not supported.": ["选择可视化类型"], - "This was triggered by:": ["这是由以下因素引发的:"], + "This will remove your current embed configuration.": [""], "Threshold alpha level for determining significance": [ "确定重要性的阈值α水平" ], + "Threshold value should be double precision number": [""], + "Thumbnails": [""], "Thursday": ["星期四"], "Time": ["时间"], "Time Column": ["时间列"], @@ -3685,7 +3679,6 @@ "Time Format": ["时间格式"], "Time Grain": ["时间粒度(Grain)"], "Time Granularity": ["时间粒度(Granularity)"], - "Time Offset": ["时间偏移"], "Time Range": ["时间范围"], "Time Series": ["时间序列"], "Time Series - Bar Chart": ["时间序列 - 柱状图"], @@ -3705,13 +3698,15 @@ "时间列 \"%(col)s\" 在数据集中不存在" ], "Time column filter plugin": ["选择过滤器"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], "Time comparison": ["时间比较"], + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" + ], "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "时间是模糊的。" ], - "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [ - "当检索不同的值以填充过滤器组件时,时间表达式用作条件。只适用于`启用过滤器选择`。如果您输入`7天前`,将根据过去一周的不同值来填充ilter中不同的值列表" - ], "Time filter": ["日期过滤器"], "Time format": ["时间格式"], "Time grain": ["时间粒度(grain)"], @@ -3720,8 +3715,6 @@ "Time granularity": ["时间粒度(granularity)"], "Time in seconds": ["时间(秒)"], "Time range": ["时间范围"], - "Time range endpoints": ["时间范围端点"], - "Time range endpoints (SIP-15)": ["时间范围端点 (SIP-15)"], "Time related form attributes": ["时间相关的表单属性"], "Time series columns": ["时间序列的列"], "Time shift": ["时间偏移"], @@ -3733,7 +3726,6 @@ "时间序列面积图与折线图相似,因为它们表示具有相同比例的变量,但面积图将度量叠加在一起。超级集中的面积图可以是流式、堆栈式或展开式" ], "Time-series Bar Chart": ["时间序列-条形图"], - "Time-series Bar Chart v2": ["时间序列条形图 v2"], "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ "时间序列条形图用于显示指标随时间的变化" ], @@ -3746,9 +3738,6 @@ "时间序列散点图在水平轴上以线性单位表示时间,点按顺序连接。它显示了两个变量之间的统计关系" ], "Time-series Smooth Line": ["时间序列光滑曲线图"], - "Time-series Smooth-line is a variation of line chart. Without angles and hard edges, Smooth-line looks more smarter and more professional.": [ - "时间序列平滑线是折线图的变体。没有角度和硬边,平滑线看起来更聪明、更专业。" - ], "Time-series Stepped Line": ["时间序列阶梯图"], "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ "“时间序列步进折线图(也称为步进图)是折线图的一种变体,但线条在数据点之间形成一系列步进。当您希望显示不规则间隔发生的变化时,步进图可能很有用。”" @@ -3758,7 +3747,6 @@ "时间序列折线图用于可视化在规则时间间隔内进行的重复测量。折线图是一种图表,它将信息显示为一系列由直线段连接的数据点。它是许多领域中常见的一种基本类型的图表。" ], "Timeout error": ["超时错误"], - "Timestamp Format": ["时间戳格式"], "Timestamp format": ["时间戳格式"], "Timezone": ["时区"], "Timezone offset (in hours) for this datasource": [ @@ -3774,13 +3762,14 @@ "若要在计量值上筛选,请使用自定义SQL选项卡。" ], "To get a readable URL for your dashboard": ["为看板生成一个可读的 URL"], - "Toggle chart description": ["切换图表说明"], "Tools": ["工具"], "Tooltip": ["详细提示"], "Tooltip sort by metric": ["排序指标"], "Tooltip time format": ["时间格式"], "Top": ["顶部"], "Top to Bottom": ["点击回顶部"], + "Total (%(aggfunc)s)": [""], + "Total (%(aggregatorName)s)": [""], "Totals": ["显示总计"], "Track job": ["跟踪任务"], "Transformable": ["转换"], @@ -3791,7 +3780,7 @@ "Tree layout": ["布局"], "Tree orientation": ["方向"], "Treemap": ["树状地图"], - "Treemap v2": ["树状地图 v2"], + "Treemap (legacy)": [""], "Trend": ["趋势"], "Triangle": ["三角形"], "Trigger Alert If...": ["如果 ... 则触发警报"], @@ -3799,12 +3788,15 @@ "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "截断Y轴。可以通过指定最小或最大界限来重写。" ], + "Truncate long cells to the \"min width\" set above": [""], "Truncates the specified date to the accuracy specified by the date unit.": [ "将指定的日期截取为指定的日期单位精度。" ], "Try applying different filters or ensuring your datasource has data": [ "尝试应用不同的筛选器或确保您的数据源包含数据。“" ], + "Try different criteria to display results.": [""], + "Try selecting a different schema": [""], "Tuesday": ["星期二"], "Type": ["类型"], "Type \"%s\" to confirm": ["键入 \"%s\" 来确认"], @@ -3812,25 +3804,32 @@ "Type a value here": ["请输入值"], "Type is required": ["类型是必需的"], "Type of Google Sheets allowed": ["接受Google Sheets的类型"], + "Type of comparison, value difference or percentage": [""], "Type or Select [%s]": ["键入或选择 [%s]"], "UI Configuration": ["UI 配置"], "URL": ["URL 地址"], "URL Parameters": ["URL参数"], - "URL could not be identified": ["无法识别的URL。"], "URL parameters": ["URL 参数"], "URL slug": ["使用 Slug"], "Unable to add a new tab to the backend. Please contact your administrator.": [ "无法将新选项卡添加到后端。请与管理员联系。" ], "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "无法连接到名为%(catalog_name)s的目录。" + "无法连接到名为\\%(catalog_name)s\\的目录。" ], "Unable to connect to database \"%(database)s\".": [ "不能连接到数据库\"%(database)s\"" ], + "Unable to connect. Verify that the following roles are set on the service account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" and the following permissions are set \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"": [ + "" + ], + "Unable to create chart without a query id.": [""], "Unable to find such a holiday: [%(holiday)s]": [ "找不到这样的假期:[{}]" ], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "无法将查询编辑器状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" ], @@ -3840,9 +3839,7 @@ "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "无法将表结构状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" ], - "Unable to refresh metadata for the following table(s): %(tables)s": [ - "为下表刷新元数据: %(tables)s" - ], + "Unable to retrieve dashboard colors": [""], "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "无法将CSV文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。错误消息:%(error_msg)s" ], @@ -3870,6 +3867,7 @@ "订单中使用的未知列: %(col)s" ], "Unknown error": ["未知错误"], + "Unknown input format": [""], "Unknown value": ["未知错误"], "Unsafe return type for function %(func)s: %(value_type)s": [ "函数返回不安全的类型 %(func)s: %(value_type)s" @@ -3877,9 +3875,7 @@ "Unsafe template value for key %(key)s: %(value_type)s": [ "键的模板值不安全 %(key)s: %(value_type)s" ], - "Unset Filters (%d)": ["未选择的条件 (%d)"], "Unsupported clause type: %(clause)s": ["不支持的条款类型: %(clause)s"], - "Unsupported extraction function: ": ["不支持的提取函数:"], "Unsupported post processing operation: %(operation)s": [ "不支持的处理操作:%(operation)s" ], @@ -3892,25 +3888,31 @@ "Unsupported time grain: %(time_grain)s": [ "不支持的时间粒度:%(time_grain)s" ], - "Untitled Query %s": ["未命名的查询 %s"], "Untitled query": ["未命名的查询"], "Update": ["更新"], "Updating chart was stopped": ["更新图表已停止"], "Upload": ["上传"], + "Upload CSV": ["上传CSV"], + "Upload CSV to database": ["上传CSV文件"], "Upload Credentials": ["上传验证文件"], + "Upload Enabled": [""], + "Upload Excel file": ["上传Excel"], "Upload Excel file to database": ["上传Excel"], "Upload JSON file": ["上传JSON文件"], - "Upload CSV to database": ["上传CSV文件"], - "Upload a Columnar File": ["上传列式存储文件"], + "Upload columnar file": ["上传列级文件"], + "Upload columnar file to database": ["上传列级文件"], + "Upload file to database": ["上传文件到数据库"], + "Use \"%(menuName)s\" menu instead.": [""], "Use Area Proportions": ["使用面积比例"], "Use Columns": ["使用列"], - "Use Pandas to interpret the datetime format automatically.": [ - "使用Pandas自动解释日期时间格式。" - ], "Use a log scale": ["使用Y轴的对数刻度"], "Use a log scale for the X-axis": ["使用Y轴的对数刻度"], "Use a log scale for the Y-axis": ["使用Y轴的对数刻度"], "Use an encrypted connection to the database": ["使用到数据库的加密连接"], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" + ], + "Use date formatting even when metric value is not a timestamp": [""], "Use legacy datasource editor": ["使用旧数据源编辑器"], "Use metrics as a top level group for columns or for rows": [ "将指标作为列或行的顶级组使用" @@ -3920,7 +3922,8 @@ "Use the JSON file you automatically downloaded when creating your service account.": [ "使用您在创建服务帐户时自动下载的JSON文件" ], - "Use the edit buttom to change this field": ["使用编辑按钮更改此字段"], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], "Use this to define a static color for all circles": [ "使用此定义所有圆圈的静态颜色" ], @@ -3942,9 +3945,6 @@ "User must select a value for this filter": [ "用户必须给过滤器选择一个值" ], - "User must select a value for this filter.": [ - "用户必须给过滤器选择一个值" - ], "User query": ["用户查询"], "Username": ["用户名"], "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ @@ -3960,6 +3960,10 @@ "Value format": ["数值格式"], "Value is required": ["需要名称"], "Value must be greater than 0": ["`行偏移量` 必须大于或等于0"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" + ], "Vehicle Types": ["类型"], "Verbose Name": ["全称"], "Version": ["版本"], @@ -3967,14 +3971,11 @@ "Vertical": ["垂直"], "Video game consoles": ["控制台"], "View All »": ["查看所有 »"], - "View chart in Explore": ["查看图表"], "View in SQL Lab": ["在 SQL 工具箱中公开"], "View keys & indexes (%s)": ["查看键和索引(%s)"], "View query": ["检查查询"], - "View results": ["展示结果"], - "View samples": ["查看样例"], "Viewed": ["已查看"], - "Viewed %s": ["已查看"], + "Viewed %s": ["已查看 %s"], "Viewport": ["视口"], "Virtual (SQL)": ["虚拟(SQL)"], "Virtual dataset": ["虚拟数据集"], @@ -3984,7 +3985,6 @@ ], "Virtual dataset query must be read-only": ["虚拟数据集查询必须是只读的"], "Visual Tweaks": ["视觉调整"], - "Visualization": ["可视化模式"], "Visualization Type": ["可视化类型"], "Visualization type": ["可视化类型"], "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ @@ -3993,15 +3993,15 @@ "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ "可视化各组之间的相关指标。热图擅长显示两组之间的相关性或强度。颜色用于强调各组之间的联系强度。" ], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" + ], "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ "使用条形图可视化指标随时间的变化。按列添加分组以可视化分组级别的指标及其随时间变化的方式。" ], "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "使用熟悉的树状结构可视化多层次结构。" ], - "Visualize two different time series using the same x-axis time range. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ - "使用相同的x轴时间范围可视化两个不同的时间序列。请注意,每个时间序列可以以不同的方式可视化(例如1个使用条形图,1个使用线条)。" - ], "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ "使用相同的x轴时间范围可视化两个不同的时间序列。此图表已被弃用,我们建议使用混合改为时间序列图!" ], @@ -4011,12 +4011,13 @@ "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ "在单个图表中跨三维数据(X轴、Y轴和气泡大小)可视化度量。同一组中的气泡可以“使用气泡颜色显示" ], + "Visualizes connected points, which form a path, on a map.": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" + ], "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ "使用色标和日历视图可视化指标在一段时间内的变化情况。灰色值用于指示缺少的值,线性配色方案用于编码每天值的大小。" ], - "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ - "在叶绿体地图上显示一个国家的主要分区(州、省等)之间单个指标的变化情况。当您悬停在相应的地理边界上时,每个分区的值都会升高" - ], "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "在一个图表中显示许多不同的时间序列对象。此图表已被弃用,建议改用时间序列图表" ], @@ -4036,27 +4037,28 @@ "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "警告!如果元数据不存在,更改数据集可能会破坏图表。" ], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" + "我们似乎无法解析行 %(location)s 所处的列 \"%(column)\" 。" ], "We can't seem to resolve the column \"%(column_name)s\"": [ - "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" + "我们似乎无法解析列 \"%(column_name)\" 。" ], "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" ], - "We recommend your summarize your data further before following that flow. ": [ - "我们建议您在遵循流程之前进一步总结数据。" - ], + "We have the following keys: %s": [""], "We were unable to active or deactivate this report.": [ "“我们无法激活或禁用该报告。" ], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" + ], "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ "我们无法连接到名为 \"%(database)s\" 的数据库。请确认您的数据库名字并重试" ], - "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ - "我们无法连接到您的数据库。请确认您的服务帐户在项目中具有查看器和作业用户角色。" - ], "Web": ["网络"], "Wednesday": ["星期三"], "Week": ["周"], @@ -4064,13 +4066,9 @@ "Week starting Monday": ["周一为一周开始"], "Week starting Sunday": ["周日为一周开始"], "Week_ending Sunday": ["周日为一周结束"], + "Weekly Report for %s": [""], + "Weekly seasonality": [""], "Weeks %s": ["周 %s"], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "加载结果时遇到问题。查询设置为 %s 秒后超时。" - ], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "加载此可视化效果时遇到问题。查询设置为 %s 秒后超时。" - ], "What should be shown on the label?": ["标签上需要显示的内容"], "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "当设置“周期比”时,y轴格式强制为“1%”。" @@ -4081,6 +4079,7 @@ "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" ], + "When checked, the map will zoom to your data after each query": [""], "When enabled, users are able to visualize SQL Lab results in Explore.": [ "启用后,用户可以在Explore中可视化SQL实验室结果。" ], @@ -4096,6 +4095,7 @@ "When using 'Group By' you are limited to use a single metric": [ "当使用“Group by”时,只限于使用单个度量。" ], + "When using other than adaptive formatting, labels may overlap": [""], "Whether the progress bar overlaps when there are multiple groups of data": [ "当有多组数据时进度条是否重叠" ], @@ -4134,9 +4134,6 @@ "是否将指标名显示为标题" ], "Whether to display the labels.": ["是否显示标签。"], - "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ - "是否显示标签。" - ], "Whether to display the legend (toggles)": ["是否显示图示(切换)"], "Whether to display the metric name as a title": [ "是否将指标名显示为标题" @@ -4161,7 +4158,6 @@ "Whether to enable node dragging in force layout mode.": [ "是否在强制布局模式下启用节点拖动。" ], - "Whether to format the timestamp": ["是否规范化直方图"], "Whether to include a client-side search box": ["是否包含客户端搜索框"], "Whether to include a time filter": ["是否包含时间过滤器"], "Whether to include the percentage in the tooltip": [ @@ -4191,9 +4187,6 @@ "是否显示Y轴的最小值和最大值" ], "Whether to sort descending or ascending": ["是降序还是升序排序"], - "Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set": [ - "是降序还是升序排序" - ], "Whether to sort results by the selected metric in descending order.": [ "是否按所选指标按降序对结果进行排序。" ], @@ -4208,6 +4201,7 @@ "Width of the confidence interval. Should be between 0 and 1": [ "置信区间必须介于0和1(不包含1)之间" ], + "Width of the sparkline": [""], "Window must be > 0": ["窗口必须大于0"], "With a subheader": ["子标题"], "Word Cloud": ["词汇云"], @@ -4216,6 +4210,7 @@ "Working timeout": ["执行超时"], "World Map": ["世界地图"], "Write a description for your query": ["为您的查询写一段描述"], + "Write a handlebars template to render the data": [""], "Write dataframe index as a column.": ["将dataframe index 作为列."], "X AXIS TITLE BOTTOM MARGIN": ["X 轴标题下边距"], "X Axis": ["X 轴"], @@ -4225,6 +4220,7 @@ "X Log Scale": ["X经度标度"], "X Tick Layout": ["X轴记号图层"], "X bounds": ["X界限"], + "X-Axis Sort By": [""], "XScale Interval": ["X轴比例尺间隔"], "Y 2 bounds": ["Y界限"], "Y AXIS TITLE MARGIN": ["Y轴标题页边距"], @@ -4241,9 +4237,12 @@ "Y Axis Title": ["Y 轴标题"], "Y Log Scale": ["Y经度标度"], "Y bounds": ["Y界限"], + "Y-Axis Sort By": [""], "YScale Interval": ["Y轴比例尺间隔"], "Year": ["年"], - "Years %s": ["年"], + "Year (freq=AS)": [""], + "Yearly seasonality": [""], + "Years %s": ["年 %s"], "Yes": ["是"], "Yes, cancel": ["是的,取消"], "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ @@ -4261,20 +4260,24 @@ "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "您正在导入一个或多个已存在的图表。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" ], - "You are not authorized to fetch samples from this table. If you think this is an error, please reach out to your administrator.": [ - "您无权从这个表中获取样本。" - ], "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ "您无权查看此查询。" ], - "You cannot specify a namespace both in the name of the table: \"%(columnar_table.table)s\" and in the schema field: \"%(columnar_table.schema)s\". Please remove one": [ - "不能同时在表名 \"%(columnar_table.table)s\" 和schema字段 \"%(columnar_table.schema)s\" 中指定命名空间。请删除一个。" + "You can add the components in the": [""], + "You can add the components in the edit mode.": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "You can choose to display all charts that you have access to or only the ones you own.\n Your filter selection will be saved and remain active until you choose to change it.": [ + "" + ], + "You can create a new chart or use existing ones from the panel on the right": [ + "" ], - "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ - "不能同时在表名 \"%(csv_table.table)s\" 和schema字段 \"%(csv_table.schema)s\" 中指定命名空间。请删除一个。" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "" ], - "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ - "不能同时在表名 \"%(excel_table.table)s\" 和schema字段 \"%(excel_table.schema)s\" 中指定命名空间。请删除一个。" + "You can't apply cross-filter on this data point.": [""], + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], "You cannot use 45° tick layout along with the time range filter": [ "不能将45°刻度线布局与时间范围过滤器一起使用" @@ -4299,7 +4302,6 @@ "You don't have permission to modify the value.": [ "您没有编辑此图表的权限" ], - "You don't have the rights to ": ["您没有授权 "], "You don't have the rights to alter this title.": [ "您没有权利修改这个标题。" ], @@ -4308,10 +4310,24 @@ ], "You have removed this filter.": ["您已删除此过滤条件。"], "You have unsaved changes.": ["您有一些未保存的修改。"], + "You have used all %(historyLength)s undo slots and will not be able to fully undo subsequent actions. You may save your current state to reset the history.": [ + "" + ], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" + ], "You must pick a name for the new dashboard": [ "您必须为新的看板选择一个名称" ], "You must run the query successfully first": ["必须先成功运行查询"], + "You need to configure HTML sanitization to use CSS": [""], + "You updated the values in the control panel, but the chart was not updated automatically. Run the query by clicking on the \"Update chart\" button or": [ + "" + ], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Your chart is ready to go!": [""], "Your dashboard is too large. Please reduce its size before saving it.": [ "您的看板太大了。保存前请缩小尺寸。" ], @@ -4326,8 +4342,6 @@ "Your report could not be deleted": ["这个查询无法被加载。"], "Zoom": ["缩放"], "Zoom level of the map": ["地图缩放等级"], - "[Alert] %(label)s": ["[警报] %(label)s"], - "[From]-": ["[从]-"], "[Longitude] and [Latitude] columns must be present in [Group By]": [ "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" ], @@ -4338,9 +4352,9 @@ "[Superset] Access to the datasource %(name)s was granted": [ "[Superset] 允许访问数据源 %(name)s" ], - "[To]-": ["[至]-"], "[Untitled]": ["无标题"], "[dashboard name]": ["[看板名称]"], + "[desc]": [""], "[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": [ "次计量指标用来定义颜色与主度量的比率。如果两个度量匹配,则将颜色映射到级别组" ], @@ -4374,33 +4388,36 @@ "alert": ["警报"], "alerts": ["警报"], "also copy (duplicate) charts": ["同时复制图表"], - "alter this ": ["修改这个 "], "ancestor": ["上一个"], "and": ["和"], - "and the explore view times out at %s seconds ": [ - ",浏览视图在 %s 秒超时" - ], "annotation": ["注释"], - "annotation start time or end time is required.": [ - "注释的开始时间或结束时间是必需的。" - ], "annotation_layer": ["注释层"], + "asfreq": [""], "at": ["在"], + "auto (Smooth)": [""], + "background": [""], + "below (example:": [""], + "between {down} and {up} {name}": [""], + "bfill": [""], "bolt": ["螺栓"], + "boolean type icon": [""], "bottom": ["底部"], - "cached": ["已缓存"], + "button (cmd + z) until you save your changes.": [""], + "by using": [""], "cannot be empty": ["不能为空"], - "cannot be used as a column name. The column name/alias \"__timestamp\"\n is reserved for the main temporal expression, and column aliases ending with\n double underscores followed by a numeric value (e.g. \"my_col__1\") are reserved\n for deduplicating duplicate column names. Please use aliases to rename the\n invalid column names.": [ - "不能作为一个列名称使用。列名/别名 \"__timestamp\"\n 是为主要的时间表达式保留的,列别名以双下划线结尾\n 并后跟一个数值(例如 \"my_col__1\")。 这是为了\n 保留用于消除重复的列名。请使用别名来\n 重命名无效的列名。" - ], "chart": ["图表"], "charts": ["图表"], "choose WHERE or HAVING...": ["选择WHERE或HAVING子句..."], + "click here": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "code International Olympic Committee (cioc)": [""], "column": ["列"], + "connecting to %(dbModelName)s.": [""], "count": ["列"], - "create a ": ["创建一个 "], "css": ["css"], "css_template": ["css模板"], + "cumsum": [""], "cumulative": ["激活"], "dashboard": ["看板"], "dashboards": ["看板"], @@ -4410,19 +4427,23 @@ "day": ["天"], "day of the month": ["一个月中的天数"], "day of the week": ["一周的天数"], + "deck.gl Arc": ["圆弧图"], "delete": ["删除"], "descendant": ["降序"], "description": ["描述"], "dialect+driver://username:password@host:port/database": [""], - "download as csv": ["下载为图片"], "draft": ["草稿"], "dttm": ["dttm"], "e.g. ********": ["********"], "e.g. 127.0.0.1": ["127.0.0.1"], "e.g. 5432": ["5432"], + "e.g. AccountAdmin": [""], "e.g. Analytics": ["高级分析"], + "e.g. compute_wh": [""], "e.g. param1=value1¶m2=value2": ["例如:param1=value1¶m2=value2"], + "e.g. sql/protocolv1/o/12345": [""], "e.g. world_population": ["世界人口"], + "e.g. xy12345.us-east-2.aws": [""], "e.g., a \"user id\" column": ["时间序列的列"], "every": ["任意"], "every day of the month": ["每月的每一天"], @@ -4430,23 +4451,19 @@ "every hour": ["每小时"], "every minute": ["每分钟 UTC"], "every month": ["每个月"], - "feature to store a summarized data set that you can then explore.": [ - "用于存储可供浏览的汇总数据集的功能。" - ], "fetching": ["抓取中"], + "ffill": [""], "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ "'filter_box将在Superset的未来版本中弃用。" ], - "following this flow will most likely lead to your query timing out. ": [ - "遵循此流程很可能会导致查询超时。" - ], "for more information on how to structure your URI.": [ " 来查询有关如何构造URI的更多信息。" ], + "function type icon": [""], + "geohash (square)": [""], "green": ["绿色"], - "shere": ["分享"], + "heatmap: values are normalized across the entire heatmap": [""], "hour": ["小时"], - "id:": ["id:"], "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像" ], @@ -4466,18 +4483,27 @@ "last year": ["上一年"], "latest partition:": ["最新分区:"], "left": ["警报"], + "less than {min} {name}": [""], "log": ["日志"], "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ "下百分位数必须大于0且小于100。而且必须低于上百分位" ], + "median": [""], "minute": ["分"], "minute(s)": ["分钟"], "month": ["月"], + "more than {max} {name}": [""], "must have a value": ["必填"], + "numeric type icon": [""], "nvd3": ["nvd3"], "on": ["位于"], + "or use existing ones from the panel on the right": [""], "orderby column must be populated": ["无法更新您的查询"], "p-value precision": ["假定值精度"], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], "page_size.all": [""], "page_size.entries": [""], "page_size.show": [""], @@ -4485,6 +4511,7 @@ "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "百分位数必须是具有两个数值的列表或元组,其中第一个数值要小于第二个数值" ], + "pixelated (Sharp)": [""], "previous calendar month": ["前一月"], "previous calendar week": ["前一周"], "previous calendar year": ["前一年"], @@ -4496,16 +4523,20 @@ "red": ["红色"], "report": ["报告"], "reports": ["报告"], + "restore zoom": [""], "right": ["高度"], - "rows": ["行"], - "rows retrieved": ["行被检索到"], "saved queries": ["已保存查询"], - "search.num_records": [""], + "search by tags": [""], "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "series:独立处理每个序列;overall:所有序列使用相同的比例;change:显示与每个序列中第一个数据点相比的更改" ], + "std": [""], + "step-before": [""], + "string type icon": [""], + "sum": [""], + "tag": [""], + "temporal type icon": [""], "textarea": ["文本区域"], - "stop": ["停止"], "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "上百分位数必须大于0且小于100。而且必须高于下百分位。" ], @@ -4514,27 +4545,13 @@ "virtual": ["虚拟信息"], "was created": ["已创建"], "week": ["周"], + "x": [""], + "x: values are normalized within each column": [""], + "y": [""], + "y: values are normalized within each row": [""], "year": ["年"], "yellow": ["黄色"], - "Upload file to database": ["上传文件到数据库"], - "Connect database": ["连接数据库"], - "Upload columnar file to database": ["上传列级文件"], - "Upload CSV": ["上传CSV"], - "Upload columnar file": ["上传列级文件"], - "Upload Excel file": ["上传Excel"], - "Handlebars": ["句柄图"], - "deck.gl Arc": ["圆弧图"], - "Import database from file": ["从文件中导入数据库"], - "Select a database to connect": ["选择将要连接的数据库"], - "Select a database to write a query": ["选择要写入查询的数据库"], - "Choose one of the available databases from the panel on the left.": [ - "从左侧的面板中选择一个可用的数据库" - ], - "Add a new tab": ["添加新的标签页"], - "There are no databases available": ["没有可用的数据库"], - "No databases match your search": ["没有与您的搜索匹配的数据库"], - "Manage your databases": ["管理你的数据库"], - "here": ["这里"] + "zoom area": [""] } } } diff --git a/superset/translations/zh/LC_MESSAGES/messages.po b/superset/translations/zh/LC_MESSAGES/messages.po index 4c75ccb617a79..03eb7969d39c6 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.po +++ b/superset/translations/zh/LC_MESSAGES/messages.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Apache Superset 0.22.1\n" "Report-Msgid-Bugs-To: zhouyao94@qq.com\n" -"POT-Creation-Date: 2021-12-08 12:22+0800\n" +"POT-Creation-Date: 2023-04-07 19:09+0200\n" "PO-Revision-Date: 2019-01-04 22:19+0800\n" "Last-Translator: cdmikechen \n" "Language: zh\n" @@ -29,8 +29,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 msgid "" "\n" " This filter was inherited from the dashboard's context.\n" @@ -38,20 +38,7 @@ msgid "" " " msgstr "此过滤条件是从看板上下文继承的。保存图表时不会保存。" -#: superset/tasks/schedules.py:184 -#, python-format -msgid "" -"\n" -" Explore in Superset

\n" -" \n" -" " -msgstr "" -"\n" -" 探索 Superset

\n" -" \n" -" " - -#: superset/reports/notifications/email.py:60 +#: superset/reports/notifications/email.py:88 #, python-format msgid "" "\n" @@ -59,45 +46,36 @@ msgid "" " " msgstr "" -#: superset/tasks/schedules.py:159 -#, python-format -msgid "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|Explore in Superset>\n" -" " -msgstr "" -"\n" -" *%(name)s*\n" -"\n" -" <%(url)s|探索 Superset>\n" -" " +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 +msgid " (excluded)" +msgstr "(不包含)" -#: superset/tasks/schedules.py:372 -#, python-format +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 msgid "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|Explore in Superset>\n" -" " +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"\n" -" *%(slice_name)s*\n" -"\n" -" <%(slice_url_user_friendly)s|探索 Superset>\n" -" " -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122 -msgid " (excluded)" -msgstr "(不包含)" +#: superset-frontend/src/explore/components/SaveModal.tsx:364 +#, fuzzy +msgid " a dashboard OR " +msgstr "保存看板" + +#: superset-frontend/src/explore/components/SaveModal.tsx:366 +#, fuzzy +msgid " a new one" +msgstr "改变为" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 msgid " expression which needs to adhere to the " msgstr " 表达式并基于 " -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 msgid "" " standard to ensure that the lexicographical ordering\n" " coincides with the chronological ordering. If the\n" @@ -118,51 +96,91 @@ msgstr "" "标准,则需要定义表达式和类型,以便将字符串转换为日期或时间戳。注意:当前不支持时区。如果时间以epoch格式存储,请输入 `epoch_s` or" " `epoch_ms` 。如果没有指定任何模式,我们可以通过额外的参数在每个数据库/列名级别上使用可选的默认值。" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111 -msgid "!= (Is not equal)" -msgstr "!= (不等于)" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +#, fuzzy +msgid " to add calculated columns" +msgstr "计算列" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 -msgid "" -"${tableName\n" -" .split('')\n" -" .slice(0, tableName.length - 1)\n" -" .join('')}\n" -" " +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +#, fuzzy +msgid " to add metrics" +msgstr "添加指标" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +#, fuzzy, python-format +msgid " to edit or add columns and metrics." +msgstr "%s 列与计量指标" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:323 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +msgid " to mark a column as a time column" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr "" +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:333 +msgid " to visualize your data." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116 +msgid "!= (Is not equal)" +msgstr "!= (不等于)" + #: superset/security/analytics_db_safety.py:44 #, python-format msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "出于安全原因,%(dialect)s SQLite数据库不能用作数据源。" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 #, python-format msgid "" "%(message)s\n" "This may be triggered by: \n" "%(issues)s" -msgstr "%(message)s\n这可能由以下因素触发:%(issues)s" +msgstr "" +"%(message)s\n" +"这可能由以下因素触发:%(issues)s" -#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364 +#: superset/reports/notifications/email.py:168 #, python-format msgid "%(name)s.csv" msgstr "" -#: superset/db_engine_specs/snowflake.py:99 +#: superset/db_engine_specs/snowflake.py:112 #, python-format msgid "%(object)s does not exist in this database." msgstr "%(object)s 数据库中不存在。" -#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296 -#: superset/tasks/schedules.py:465 +#: superset-frontend/src/features/home/EmptyState.tsx:43 +#, fuzzy, python-format +msgid "%(other)s charts will appear here" +msgstr "示例 %(tableName)s 将出现在此处" + +#: superset-frontend/src/features/home/EmptyState.tsx:45 +#, fuzzy, python-format +msgid "%(other)s dashboards will appear here" +msgstr "示例 %(tableName)s 将出现在此处" + +#: superset-frontend/src/features/home/EmptyState.tsx:47 +#, fuzzy, python-format +msgid "%(other)s recents will appear here" +msgstr "示例 %(tableName)s 将出现在此处" + +#: superset-frontend/src/features/home/EmptyState.tsx:49 +#, fuzzy, python-format +msgid "%(other)s saved queries will appear here" +msgstr "最近查看的图表、看板和保存的查询将显示在此处" + +#: superset/reports/notifications/email.py:177 #, python-format msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:345 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:377 #, python-format msgid "%(rows)d rows returned" msgstr "%(rows)d行被检索到" @@ -173,26 +191,31 @@ msgid "" "%(subtitle)s\n" "This may be triggered by:\n" " %(issue)s" -msgstr "%(subtitle)s\n这可能由以下因素触发:%(issue)s" +msgstr "" +"%(subtitle)s\n" +"这可能由以下因素触发:%(issue)s" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format +#, fuzzy, python-format msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgstr "用 %(suggestion)s 替换 \"%(undefinedParameter)s\" 吗?" +msgid_plural "" +"%(firstSuggestions)s or %(lastSuggestion)s instead of " +"\"%(undefinedParameter)s\"?" +msgstr[0] "用 %(suggestion)s 替换 \"%(undefinedParameter)s\" 吗?" -#: superset/views/core.py:366 +#: superset/views/core.py:384 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "授予 %(user)s %(role)s 角色来访问 %(datasource)s 数据库" -#: superset/views/core.py:2773 +#: superset/views/core.py:2672 #, python-format msgid "%(user)s's profile" msgstr "%(user)s 的信息" -#: superset/views/core.py:2442 +#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2327 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -203,98 +226,125 @@ msgstr "" "请重新检查您的查询。\n" "异常: %(ex)s" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170 -#, python-format -msgid "%s - untitled" -msgstr "%s - 无标题" - -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 #, python-format msgid "%s Error" msgstr "%s 异常" -#: superset-frontend/src/components/ListView/ListView.tsx:244 +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1300 +#, fuzzy, python-format +msgid "%s PASSWORD" +msgstr "密码" + +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1318 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1336 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" +msgstr "" + +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1356 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 #, python-format msgid "%s Selected" msgstr "%s 已选定" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685 +#: superset-frontend/src/pages/DatasetList/index.tsx:808 #, python-format msgid "%s Selected (%s Physical, %s Virtual)" msgstr "%s 个被选中 (%s 个物理, %s 个虚拟)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:801 #, python-format msgid "%s Selected (Physical)" msgstr "%s 个被选中(物理)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671 +#: superset-frontend/src/pages/DatasetList/index.tsx:794 #, python-format msgid "%s Selected (Virtual)" msgstr "%s 个被选中(虚拟)" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 #, python-format msgid "%s aggregates(s)" msgstr "%s 聚合" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 #, python-format msgid "%s column(s)" msgstr "%s 列" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276 -#, python-format -msgid "%s column(s) and metric(s)" -msgstr "%s 列与计量指标" - -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 #, python-format msgid "%s operator(s)" msgstr "%s 运算符" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 -#, python-format +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, fuzzy, python-format msgid "%s option" -msgstr "%s 个选项" +msgid_plural "%s options" +msgstr[0] "%s 个选项" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 #, python-format msgid "%s option(s)" msgstr "%s 个选项" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, fuzzy, python-format +msgid "%s row" +msgid_plural "%s rows" +msgstr[0] "%s 异常" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format msgid "%s saved metric(s)" msgstr "%s 列与计量指标" -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:636 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:652 +#, fuzzy, python-format +msgid "%s updated" +msgstr "上次更新 %s" + +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 #, python-format msgid "%s%s" msgstr "%s%s" -#: superset-frontend/src/components/ListView/ListView.tsx:419 -#: superset-frontend/src/components/TableView/TableView.tsx:237 +#: superset-frontend/src/components/ListView/ListView.tsx:441 +#: superset-frontend/src/components/TableView/TableView.tsx:250 #, python-format msgid "%s-%s of %s" msgstr "%s-%s 总计 %s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:115 msgid "(Removed)" msgstr "(已删除)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 -msgid "(deleted)" -msgstr "删除" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" +msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:56 +#: superset-frontend/src/utils/getClientErrorObject.ts:76 msgid "(no description, click to see stack trace)" msgstr "无描述,单击可查看堆栈跟踪" @@ -304,7 +354,11 @@ msgid "" "you can use a semicolon-delimited list of options." msgstr "过滤器的默认值,当使用多选框的时候,您可以使用带分号的分隔列表。" -#: superset/reports/notifications/slack.py:50 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" +msgstr "" + +#: superset/reports/notifications/slack.py:65 #, python-format msgid "" "*%(name)s*\n" @@ -316,7 +370,7 @@ msgid "" "%(table)s\n" msgstr "" -#: superset/reports/notifications/slack.py:67 +#: superset/reports/notifications/slack.py:82 #, python-format msgid "" "*%(name)s*\n" @@ -326,103 +380,362 @@ msgid "" "Error: %(text)s\n" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:35 -msgid "**Select** a dashboard OR **create** a new one" -msgstr "**选择** 一个看板或者 **创建** 一个看板" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" +msgstr "" + +#: superset/views/database/forms.py:153 +msgid "," +msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:656 msgid "" "-- Note: Unless you save your query, these tabs will NOT persist if you " "clear your cookies or change browsers.\n" "\n" msgstr "-- 注意:除非您保存查询,否则如果清除cookie或更改浏览器时,这些选项卡将不会保留。" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668 +#: superset/views/database/forms.py:154 +msgid "." +msgstr "" + +#: superset-frontend/src/pages/DatasetList/index.tsx:791 msgid "0 Selected" msgstr "0个被选中" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 +msgid "1 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 +#: superset-frontend/src/explore/controlPanels/sections.tsx:184 +#: superset-frontend/src/explore/controls.jsx:262 +#, fuzzy +msgid "1 day" +msgstr "天" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +msgid "1 day ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/src/explore/controls.jsx:260 msgid "1 hour" msgstr "1小时" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#, fuzzy +msgid "1 hourly frequency" +msgstr "刷新频率" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:257 msgid "1 minute" msgstr "1分钟" -#: superset/db_engine_specs/base.py:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 +msgid "1 minutely frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 month end frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 month start frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 +#: superset-frontend/src/explore/controlPanels/sections.tsx:185 +#, fuzzy +msgid "1 week" +msgstr "周" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 +msgid "1 week ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +#, fuzzy +msgid "1 week starting Monday (freq=W-MON)" +msgstr "周一为一周开始" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +#, fuzzy +msgid "1 week starting Sunday (freq=W-SUN)" +msgstr "周日为一周开始" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 +#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#, fuzzy +msgid "1 year" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "1 year ago" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +#, fuzzy +msgid "1 year end frequency" +msgstr "刷新频率" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +#, fuzzy +msgid "1 year start frequency" +msgstr "刷新频率" + +#: superset/db_engine_specs/base.py:101 msgid "10 minute" msgstr "10分钟" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 -msgid "10 seconds" -msgstr "10秒钟" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 +#: superset-frontend/src/explore/controlPanels/sections.tsx:190 +#, fuzzy +msgid "104 weeks" +msgstr "周" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 -msgid "12 hours" -msgstr "12小时" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "104 weeks ago" +msgstr "" -#: superset/db_engine_specs/base.py:92 +#: superset/db_engine_specs/base.py:102 msgid "15 minute" msgstr "15分钟" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 -msgid "24 hours" -msgstr "24 小时" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 +#: superset-frontend/src/explore/controlPanels/sections.tsx:192 +#, fuzzy +msgid "156 weeks" +msgstr "周" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "156 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 +#: superset-frontend/src/explore/controlPanels/sections.tsx:238 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 +#: superset-frontend/src/explore/controlPanels/sections.tsx:235 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 +#: superset-frontend/src/explore/controlPanels/sections.tsx:237 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 +#: superset-frontend/src/explore/controlPanels/sections.tsx:233 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#, fuzzy +msgid "2 years" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "2 years ago" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:49 +msgid "2/98 percentiles" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 +#: superset-frontend/src/explore/controlPanels/sections.tsx:186 +#, fuzzy +msgid "28 days" +msgstr "90天" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "28 days ago" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 msgid "2D" msgstr "2D" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 msgid "3 letter code of the country" msgstr "国家3字码" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +#, fuzzy +msgid "3 years" +msgstr "年" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "3 years ago" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:187 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131 msgid "30 days" msgstr "30天" -#: superset/db_engine_specs/base.py:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +#, fuzzy +msgid "30 days ago" +msgstr "30天" + +#: superset/db_engine_specs/base.py:103 msgid "30 minute" msgstr "30分钟" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:259 msgid "30 minutes" msgstr "30分钟" -#: superset/db_engine_specs/base.py:88 +#: superset/db_engine_specs/base.py:98 msgid "30 second" msgstr "30秒钟" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:256 msgid "30 seconds" msgstr "30秒钟" -#: superset/db_engine_specs/base.py:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" +msgstr "" + +#: superset/db_engine_specs/base.py:100 msgid "5 minute" msgstr "5分钟" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:258 msgid "5 minutes" msgstr "5分钟" -#: superset/db_engine_specs/base.py:87 +#: superset/db_engine_specs/base.py:97 msgid "5 second" msgstr "5秒" -#: superset/db_engine_specs/base.py:95 -msgid "6 hour" -msgstr "6小时" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:255 +#, fuzzy +msgid "5 seconds" +msgstr "5秒" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 +#: superset-frontend/src/explore/controlPanels/sections.tsx:188 +#, fuzzy +msgid "52 weeks" +msgstr "周" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "52 weeks ago" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +#, fuzzy +msgid "52 weeks starting Monday (freq=52W-MON)" +msgstr "周一为一周开始" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:105 +msgid "6 hour" msgstr "6小时" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135 msgid "60 days" msgstr "60天" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:239 +msgid "7 calendar day frequency" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:263 +#, fuzzy +msgid "7 days" +msgstr "90天" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:358 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:240 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:98 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:50 +msgid "9/91 percentiles" +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139 msgid "90 days" msgstr "90天" @@ -430,47 +743,67 @@ msgstr "90天" msgid ":" msgstr ":" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96 msgid "< (Smaller than)" msgstr "< (小于)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104 msgid "<= (Smaller or equal)" msgstr "<= (小于等于)" -#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365 -#, python-format -msgid "Explore in Superset

" -msgstr "探索 Superset

" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 +msgid "" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 +#, fuzzy +msgid "" +msgstr "时间列" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 +#, fuzzy +msgid "" +msgstr "保存的指标" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 +#, fuzzy +msgid "" +msgstr "空间" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#, fuzzy +msgid "" +msgstr "图表类型" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112 msgid "== (Is equal)" msgstr "== (等于)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100 msgid "> (Larger than)" msgstr "> (大于)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108 msgid ">= (Larger or equal)" msgstr ">= (大于等于)" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 msgid "A Big Number" msgstr "大数字" -#: superset/views/alerts.py:195 -msgid "" -"A SQL statement that defines whether the alert should get triggered or " -"not. The query is expected to return either NULL or a number value." -msgstr "定义是否应触发警报的SQL语句。查询应返回NULL或数字值。" +#: superset/views/database/forms.py:184 +#, fuzzy +msgid "A comma separated list of columns that should be parsed as dates" +msgstr "应作为日期解析的列的逗号分隔列表。" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:341 +#: superset/views/database/forms.py:367 msgid "A comma separated list of columns that should be parsed as dates." msgstr "应作为日期解析的列的逗号分隔列表。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 -msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:433 +#, fuzzy +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "允许以逗号分割的CSV文件上传" #: superset/databases/commands/exceptions.py:42 @@ -483,11 +816,27 @@ msgid "" "on a CDN for example)" msgstr "指向内置插件位置的完整URL(例如,可以托管在CDN上)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" +msgstr "" + #: superset/views/dynamic_plugins.py:47 msgid "A human-friendly name" msgstr "人性化的名称" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 +#, fuzzy +msgid "A list of tags that have been applied to this chart." +msgstr "对此图表进行认证的个人或团体。" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "有权处理该图表的用户列表。可按名称或用户名搜索。" @@ -495,66 +844,86 @@ msgstr "有权处理该图表的用户列表。可按名称或用户名搜索。 msgid "A map of the world, that can indicate values in different countries." msgstr "一张世界地图,可以显示不同国家的价值观。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 -#: superset-frontend/src/explore/controls.jsx:238 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 +#: superset-frontend/src/explore/controls.jsx:237 msgid "A metric to use for color" msgstr "用于颜色的指标" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 msgid "" "A polar coordinate chart where the circle is broken into wedges of equal " "angle, and the value represented by any wedge is illustrated by its area," " rather than its radius or sweep angle." msgstr "一种极坐标图表,其中圆被分成等角度的楔形,任何楔形表示的值由其面积表示,而不是其半径或扫掠角度。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700 msgid "A readable URL for your dashboard" msgstr "为看板生成一个可读的 URL" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "对 [时间] 配置的引用,会将粒度考虑在内" -#: superset/views/alerts.py:189 -msgid "A semicolon ';' delimited list of email addresses" -msgstr "以分号 ';' 分隔的电子邮件地址列表" +#: superset/reports/commands/exceptions.py:186 +#, fuzzy, python-format +msgid "A report named \"%(name)s\" already exists" +msgstr "数据集 %(name)s 已存在" + +#: superset-frontend/src/explore/components/SaveModal.tsx:333 +msgid "A reusable dataset will be saved with your chart." +msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789 -#: superset/connectors/sqla/views.py:469 +#: superset-frontend/src/components/ReportModal/index.tsx:309 +#, fuzzy +msgid "A screenshot of the dashboard will be sent to your email at" +msgstr "计划的报告将作为PNG发送到您的电子邮件" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset/connectors/sqla/views.py:458 msgid "" "A set of parameters that become available in the query using Jinja " "templating syntax" msgstr "在查询中可用的一组参数使用JINJA模板语法" +#: superset/common/query_context_processor.py:417 +#, fuzzy +msgid "A time column must be specified when using a Time Comparison." +msgstr "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 msgid "" "A time series chart that visualizes how a related metric from multiple " "groups vary over time. Each group is visualized using a different color." msgstr "时间序列图表,直观显示多个组中的相关指标随时间的变化情况。每组使用不同的颜色进行可视化" -#: superset/reports/commands/exceptions.py:198 +#: superset/reports/commands/exceptions.py:228 msgid "A timeout occurred while executing the query." msgstr "查询超时。" -#: superset/reports/commands/exceptions.py:206 +#: superset/reports/commands/exceptions.py:238 msgid "A timeout occurred while generating a csv." msgstr "生成CSV时超时。" -#: superset/reports/commands/exceptions.py:210 +#: superset/reports/commands/exceptions.py:243 msgid "A timeout occurred while generating a dataframe." msgstr "生成数据超时" -#: superset/reports/commands/exceptions.py:202 +#: superset/reports/commands/exceptions.py:233 msgid "A timeout occurred while taking a screenshot." msgstr "截图超时" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299 msgid "A valid color scheme is required" msgstr "需要有效的配色方案" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 msgid "APPLY" msgstr "应用" @@ -562,8 +931,8 @@ msgstr "应用" msgid "APR" msgstr "四月" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404 +#: superset-frontend/src/pages/DatabaseList/index.tsx:312 +#: superset-frontend/src/pages/DatabaseList/index.tsx:478 msgid "AQE" msgstr "AQE(异步执行查询)" @@ -571,21 +940,40 @@ msgstr "AQE(异步执行查询)" msgid "AUG" msgstr "八月" -#: superset-frontend/src/components/Menu/MenuRight.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +msgid "AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 +#, fuzzy +msgid "AXIS TITLE POSITION" +msgstr "行小计的位置" + +#: superset-frontend/src/features/home/RightMenu.tsx:492 msgid "About" msgstr "关于" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 msgid "Access" msgstr "访问" -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:431 msgid "Access requests" msgstr "访问请求" -#: superset/views/core.py:300 +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +#, fuzzy +msgid "Access token" +msgstr "上一个" + +#: superset/views/core.py:317 msgid "Access was requested" msgstr "请求访问" @@ -593,76 +981,88 @@ msgstr "请求访问" msgid "Action" msgstr "操作" -#: superset/initialization/__init__.py:419 +#: superset/initialization/__init__.py:393 msgid "Action Log" msgstr "操作日志" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:404 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 +#: superset-frontend/src/pages/DashboardList/index.tsx:477 +#: superset-frontend/src/pages/DatabaseList/index.tsx:448 +#: superset-frontend/src/pages/DatasetList/index.tsx:488 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 +#: superset-frontend/src/pages/Tags/index.tsx:171 msgid "Actions" msgstr "操作" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290 -#: superset/views/schedules.py:240 superset/views/schedules.py:320 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386 +#: superset-frontend/src/pages/AlertReportList/index.tsx:355 msgid "Active" msgstr "激活" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 +#, fuzzy +msgid "Actual Values" +msgstr "空值" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 msgid "Actual time range" msgstr "实际时间范围" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +#, fuzzy +msgid "Actual value" +msgstr "空值" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 +#: superset-frontend/src/explore/controlPanels/sections.tsx:210 +#, fuzzy +msgid "Actual values" +msgstr "空值" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:35 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 msgid "Adaptive formatting" msgstr "自动匹配格式化" -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 msgid "Add" msgstr "新增" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 msgid "Add Alert" msgstr "添加告警" -#: superset/views/annotations.py:60 -msgid "Add Annotation" -msgstr "添加注释" - -#: superset/views/annotations.py:119 -msgid "Add Annotation Layer" -msgstr "添加注释层" - -#: superset/views/css_templates.py:38 +#: superset/views/css_templates.py:40 msgid "Add CSS Template" msgstr "新增CSS模板" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 msgid "Add CSS template" msgstr "新增CSS模板" -#: superset/views/chart/mixin.py:28 +#: superset/views/chart/mixin.py:27 msgid "Add Chart" msgstr "添加图表" -#: superset/connectors/sqla/views.py:65 +#: superset/connectors/sqla/views.py:74 msgid "Add Column" msgstr "添加列" -#: superset/views/dashboard/mixin.py:27 +#: superset/views/dashboard/mixin.py:26 msgid "Add Dashboard" msgstr "添加看板" @@ -670,39 +1070,23 @@ msgstr "添加看板" msgid "Add Database" msgstr "添加数据库" -#: superset/connectors/druid/views.py:215 -msgid "Add Druid Cluster" -msgstr "添加 Druid 集群" - -#: superset/connectors/druid/views.py:72 -msgid "Add Druid Column" -msgstr "添加 Druid 列" - -#: superset/connectors/druid/views.py:279 -msgid "Add Druid Datasource" -msgstr "添加 Druid 数据源" - -#: superset/connectors/druid/views.py:161 -msgid "Add Druid Metric" -msgstr "添加 Druid 指标" - #: superset/views/log/__init__.py:23 msgid "Add Log" msgstr "新增日志" -#: superset/connectors/sqla/views.py:214 +#: superset/connectors/sqla/views.py:209 msgid "Add Metric" msgstr "添加指标" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 msgid "Add Report" msgstr "添加报告" -#: superset/connectors/sqla/views.py:316 +#: superset/connectors/sqla/views.py:292 msgid "Add Row level security filter" msgstr "添加行级安全过滤" -#: superset/views/sql_lab.py:41 +#: superset/views/sql_lab/views.py:54 msgid "Add Saved Query" msgstr "添加保存的查询" @@ -710,44 +1094,103 @@ msgstr "添加保存的查询" msgid "Add a Plugin" msgstr "添加插件" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 -msgid "Add additional custom parameters" -msgstr "添加其他自定义参数" +#: superset-frontend/src/pages/ChartCreation/index.tsx:351 +#, fuzzy +msgid "Add a dataset" +msgstr "添加数据集" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:262 +msgid "Add a new tab" +msgstr "添加新的标签页" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:286 +msgid "Add a new tab to create SQL Query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +msgid "Add additional custom parameters" +msgstr "添加其他自定义参数" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 +#, fuzzy +msgid "Add an annotation layer" +msgstr "添加注释层" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 msgid "Add an item" msgstr "新增一行" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 +#, fuzzy +msgid "Add and edit filters" +msgstr "范围过滤" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 msgid "Add annotation" msgstr "添加注释" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 msgid "Add annotation layer" msgstr "添加注释层" -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 -msgid "Add dataset" -msgstr "添加数据集" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:300 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:297 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:167 +#, fuzzy +msgid "Add cross-filter" +msgstr "增加过滤条件" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 msgid "Add delivery method" msgstr "添加通知方法" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:330 +#, fuzzy +msgid "Add extra connection information." +msgstr "无效账户信息" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 msgid "Add filter" msgstr "增加过滤条件" -#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 msgid "Add item" msgstr "增加条件" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 msgid "Add metric" msgstr "添加指标" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 msgid "Add new color formatter" msgstr "添加新的颜色" @@ -756,255 +1199,363 @@ msgstr "添加新的颜色" msgid "Add new formatter" msgstr "新增格式化" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374 msgid "Add notification method" msgstr "添加注释层" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +#: superset-frontend/src/components/Chart/Chart.jsx:267 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 +msgid "Add required control values to save chart" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 msgid "Add sheet" msgstr "添加sheet页" -#: superset-frontend/src/explore/components/SaveModal.tsx:258 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 +#, fuzzy +msgid "Add the name of the chart" +msgstr "活动图表的ID" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +#, fuzzy +msgid "Add the name of the dashboard" +msgstr "保存并转到看板" + +#: superset-frontend/src/explore/components/SaveModal.tsx:351 msgid "Add to dashboard" msgstr "添加到看板" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +#, fuzzy +msgid "Add/Edit Filters" +msgstr "增加过滤条件" + +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 msgid "Added" msgstr "已添加" -#: superset/connectors/druid/models.py:256 -msgid "Adding new datasource [{}]" -msgstr "添加 Druid 数据源 [{}]" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 +#, fuzzy, python-format +msgid "Added to 1 dashboard" +msgid_plural "Added to %s dashboards" +msgstr[0] "添加到看板" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 msgid "Additional Parameters" msgstr "附加参数" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1787 +msgid "Additional fields may be required" +msgstr "" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 msgid "Additional information" msgstr "附加信息" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 msgid "Additional metadata" msgstr "附加元数据" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:57 msgid "Additional padding for legend." msgstr "图示附加的padding值。" -#: superset/db_engine_specs/base.py:1398 +#: superset/db_engine_specs/base.py:1847 +#: superset/db_engine_specs/clickhouse.py:214 msgid "Additional parameters" msgstr "编辑模板参数" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:444 +#, fuzzy +msgid "Additional settings." +msgstr "条件格式设置" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 msgid "Additional text to add before or after the value, e.g. unit" msgstr "附加文本到数据前(后),例如:单位" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 msgid "Additive" msgstr "附加" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:75 +msgid "Adjust how this database will interact with SQL Lab." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:221 +msgid "Adjust performance settings of this database." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1811 msgid "Advanced" msgstr "进阶" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 msgid "Advanced Analytics" msgstr "高级分析" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 +#, fuzzy +msgid "Advanced Data type" +msgstr "数据缓存已加载" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +#: superset-frontend/src/explore/controlPanels/sections.tsx:117 msgid "Advanced analytics" msgstr "高级分析" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 +#, fuzzy +msgid "Advanced analytics Query A" +msgstr "高级分析" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#, fuzzy +msgid "Advanced analytics Query B" +msgstr "高级分析" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 +#, fuzzy +msgid "Advanced data type" +msgstr "数据缓存已加载" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Advanced-Analytics" msgstr "高级分析" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 msgid "Aesthetic" msgstr "炫酷" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 msgid "After" msgstr "之后" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 msgid "Aggregate" msgstr "聚合" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 msgid "Aggregate Mean" msgstr "合计平均值" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 msgid "Aggregate Sum" msgstr "合计" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "聚合函数应用于每个群集中的点列表以产生群集标签。" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "在旋转和计算总的行和列时,应用聚合函数" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 msgid "Aggregation function" msgstr "聚合功能" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 +#, fuzzy +msgid "Alert" +msgstr "警报" + +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "告警已触发,在宽限期内" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 msgid "Alert condition" msgstr "告警条件" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 msgid "Alert condition schedule" msgstr "告警条件计划" -#: superset/reports/commands/exceptions.py:218 +#: superset/reports/commands/exceptions.py:253 msgid "Alert ended grace period." msgstr "告警已结束宽限期。" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 msgid "Alert failed" msgstr "告警失败" -#: superset/reports/commands/exceptions.py:214 +#: superset/reports/commands/exceptions.py:248 msgid "Alert fired during grace period." msgstr "在宽限期内触发告警。" -#: superset/reports/commands/exceptions.py:194 +#: superset/reports/commands/exceptions.py:223 msgid "Alert found an error while executing a query." msgstr "告警在执行查询时发现错误。" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383 msgid "Alert name" msgstr "告警名称" -#: superset/reports/commands/exceptions.py:222 +#: superset/reports/commands/exceptions.py:258 msgid "Alert on grace period" msgstr "告警宽限期" -#: superset/reports/commands/exceptions.py:190 +#: superset/reports/commands/exceptions.py:214 msgid "Alert query returned a non-number value." msgstr "告警查询返回非数字值。" -#: superset/reports/commands/exceptions.py:186 +#: superset/reports/commands/exceptions.py:209 msgid "Alert query returned more than one column." msgstr "告警查询返回多个列。" -#: superset/reports/commands/alert.py:105 +#: superset/reports/commands/alert.py:109 #, python-format msgid "Alert query returned more than one column. %s columns returned" msgstr "告警查询返回多个列。%s 列被返回" -#: superset/reports/commands/exceptions.py:177 +#: superset/reports/commands/exceptions.py:199 msgid "Alert query returned more than one row." msgstr "告警查询返回了多行。" -#: superset/reports/commands/alert.py:96 +#: superset/reports/commands/alert.py:100 #, python-format msgid "Alert query returned more than one row. %s rows returned" msgstr "告警查询返回了多行。%s 行被返回" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 msgid "Alert running" msgstr "告警运行中" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 msgid "Alert triggered, notification sent" msgstr "告警已触发,通知已发送" -#: superset/reports/commands/exceptions.py:182 +#: superset/reports/commands/exceptions.py:204 msgid "Alert validator config error." msgstr "告警验证器配置错误。" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:468 +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 msgid "Alerts" msgstr "告警" -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:410 msgid "Alerts & Reports" msgstr "告警和报告" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 msgid "Alerts & reports" msgstr "告警和报告" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 msgid "Align +/-" msgstr "对齐 +/-" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475 +#: superset-frontend/src/pages/AlertReportList/index.tsx:457 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 +#: superset-frontend/src/pages/ChartList/index.tsx:613 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/ChartList/index.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:693 +#: superset-frontend/src/pages/ChartList/index.tsx:719 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DashboardList/index.tsx:550 +#: superset-frontend/src/pages/DashboardList/index.tsx:600 +#: superset-frontend/src/pages/DatabaseList/index.tsx:465 +#: superset-frontend/src/pages/DatabaseList/index.tsx:485 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset-frontend/src/pages/Tags/index.tsx:187 msgid "All" msgstr "所有" +#: superset-frontend/src/pages/AllEntities/index.tsx:76 +#: superset/initialization/__init__.py:376 +#, fuzzy +msgid "All Entities" +msgstr "所有过滤" + #: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 #: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 msgid "All Text" msgstr "所有文本" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:69 #: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:128 msgid "All charts" msgstr "所有图表" @@ -1012,7 +1563,7 @@ msgstr "所有图表" msgid "All filters" msgstr "所有过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 #, python-format msgid "All filters (%(filterCount)d)" msgstr "所有过滤(%(filterCount)d)" @@ -1021,67 +1572,65 @@ msgstr "所有过滤(%(filterCount)d)" msgid "All panels" msgstr "应用于所有面板" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 msgid "All panels with this column will be affected by this filter" msgstr "包含此列的所有面板都将受到此过滤条件的影响" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95 -#: superset/views/database/mixins.py:187 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:107 +#: superset/views/database/mixins.py:184 msgid "Allow CREATE TABLE AS" msgstr "允许 CREATE TABLE AS" -#: superset/views/database/mixins.py:113 +#: superset/views/database/mixins.py:112 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "在 SQL 编辑器中允许 CREATE TABLE AS 选项" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109 -#: superset/views/database/mixins.py:188 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:121 +#: superset/views/database/mixins.py:185 msgid "Allow CREATE VIEW AS" msgstr "允许 CREATE VIEW AS" -#: superset/views/database/mixins.py:114 +#: superset/views/database/mixins.py:113 msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "在 SQL 编辑器中允许 CREATE VIEW AS 选项" -#: superset/views/database/mixins.py:201 +#: superset/views/database/mixins.py:198 msgid "Allow Csv Upload" msgstr "允许Csv上传" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142 -#: superset/views/database/mixins.py:189 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:154 +#: superset/views/database/mixins.py:186 msgid "Allow DML" msgstr "允许 DML" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158 -#: superset/views/database/mixins.py:203 -msgid "Allow Multi Schema Metadata Fetch" -msgstr "允许多Schema元数据获取" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161 -#: superset/views/database/mixins.py:170 -msgid "" -"Allow SQL Lab to fetch a list of all tables and all views across all " -"database schemas. For large data warehouse with thousands of tables, this" -" can be expensive and put strain on the system." -msgstr "允许 sql lab 获取所有数据库架构中的所有表和所有视图的列表。对于具有数千个表的大型数据仓库, 这可能会很耗费性能, 并给系统带来压力。" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 +msgid "Allow columns to be rearranged" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:110 msgid "Allow creation of new tables based on queries" msgstr "允许基于查询创建新表" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:124 msgid "Allow creation of new views based on queries" msgstr "允许基于查询创建新视图" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256 +#: superset-frontend/src/pages/DatabaseList/index.tsx:329 msgid "Allow data manipulation language" msgstr "允许数据操作语言" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 -msgid "Allow data upload" -msgstr "允许数据上传" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:411 +#, fuzzy +msgid "Allow file uploads to database" +msgstr "选择要上传到数据库的Excel文件。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:157 msgid "" "Allow manipulation of the database using non-SELECT statements such as " "UPDATE, DELETE, CREATE, etc." @@ -1091,35 +1640,39 @@ msgstr "允许使用非SELECT语句(如UPDATE、DELETE、CREATE等)操作数据 msgid "Allow multiple selections" msgstr "允许多选" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 msgid "Allow node selections" msgstr "允许多节点选择" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 -msgid "Allow selecting multiple values" -msgstr "允许选择多个值" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 +msgid "Allow sending multiple polygons as a filter event" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:186 msgid "Allow this database to be explored" msgstr "允许浏览此数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:91 msgid "Allow this database to be queried in SQL Lab" msgstr "允许在SQL工具箱中查询此数据库" -#: superset/views/database/mixins.py:115 +#: superset/views/database/mixins.py:114 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 +msgid "Allowed Domains (comma separated)" +msgstr "" + +#: superset-frontend/src/pages/ChartList/index.tsx:737 +#: superset-frontend/src/pages/DashboardList/index.tsx:611 +#: superset-frontend/src/pages/Tags/index.tsx:217 msgid "Alphabetical" msgstr "按字母顺序排列" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 msgid "" "Also known as a box and whisker plot, this visualization compares the " "distributions of a related metric across multiple groups. The box in the " @@ -1127,345 +1680,381 @@ msgid "" "around each box visualize the min, max, range, and outer 2 quartiles." msgstr "也称为框须图,该可视化比较了一个相关指标在多个组中的分布。中间的框强调平均值、中值和内部2个四分位数。每个框周围的触须可视化了最小值、最大值、范围和外部2个四分区。" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 msgid "Altered" msgstr "已更改" -#: superset/common/query_context_processor.py:257 superset/viz.py:1415 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 +#, fuzzy +msgid "An Error Occurred" +msgstr "发生了一个错误" + +#: superset/reports/commands/exceptions.py:188 +#, fuzzy, python-format +msgid "An alert named \"%(name)s\" already exists" +msgstr "数据集 %(name)s 已存在" + +#: superset/common/query_context_processor.py:326 superset/viz.py:1447 msgid "" "An enclosed time range (both start and end) must be specified when using " "a Time Comparison." msgstr "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" -#: superset/databases/schemas.py:299 +#: superset/databases/schemas.py:285 msgid "" "An engine must be specified when passing individual parameters to a " "database." msgstr "向数据库传递单个参数时必须指定引擎。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:141 +#: superset-frontend/src/components/Tags/utils.tsx:67 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 msgid "An error has occurred" msgstr "发生了一个错误" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 -#: superset-frontend/src/components/TableLoader/index.tsx:48 -#: superset-frontend/src/utils/getClientErrorObject.ts:135 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 msgid "An error occurred" msgstr "发生了一个错误" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:317 msgid "An error occurred saving dataset" msgstr "保存数据集时发生错误" -#: superset/key_value/commands/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +#: superset/temporary_cache/commands/exceptions.py:33 msgid "An error occurred while accessing the value." msgstr "访问值时出错。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1368 msgid "" "An error occurred while collapsing the table schema. Please contact your " "administrator." msgstr "收起表结构时出错。请与管理员联系。" -#: superset-frontend/src/views/CRUD/hooks.ts:301 +#: superset-frontend/src/views/CRUD/hooks.ts:304 #, python-format msgid "An error occurred while creating %ss: %s" msgstr "创建时出错:%ss: %s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1529 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1551 msgid "An error occurred while creating the data source" msgstr "创建数据源时发生错误" -#: superset/key_value/commands/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +#: superset/temporary_cache/commands/exceptions.py:29 msgid "An error occurred while creating the value." msgstr "创建值时出错。" -#: superset/key_value/commands/exceptions.py:37 -#, python-format +#: superset/key_value/exceptions.py:42 +#: superset/temporary_cache/commands/exceptions.py:37 msgid "An error occurred while deleting the value." msgstr "删除值时出错。" -#: superset-frontend/src/reports/actions/reports.js:138 -msgid "An error occurred while editing this report." -msgstr "编辑此报告时出错。" - -#: superset-frontend/src/reports/actions/reports.js:120 -#, python-format -msgid "An error occurred while editing this report: %s" -msgstr "编辑此报告时出错:%s" - -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1344 msgid "" "An error occurred while expanding the table schema. Please contact your " "administrator." msgstr "展开表结构时出错。请与管理员联系。" -#: superset-frontend/src/views/CRUD/hooks.ts:103 +#: superset-frontend/src/views/CRUD/hooks.ts:106 #, python-format msgid "An error occurred while fetching %s info: %s" msgstr "获取%s仪表板时出错:%s" -#: superset-frontend/src/views/CRUD/hooks.ts:171 -#: superset-frontend/src/views/CRUD/hooks.ts:258 -#: superset-frontend/src/views/CRUD/hooks.ts:344 +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:261 +#: superset-frontend/src/views/CRUD/hooks.ts:349 #, python-format msgid "An error occurred while fetching %ss: %s" msgstr "抓取出错:%ss: %s" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 msgid "An error occurred while fetching available CSS templates" msgstr "获取可用的CSS模板时出错" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/pages/ChartList/index.tsx:641 #, python-format msgid "An error occurred while fetching chart created by values: %s" msgstr "获取图表的创建人时出错:%s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/pages/ChartList/index.tsx:619 #, python-format msgid "An error occurred while fetching chart owners values: %s" msgstr "获取图表所有者时出错 %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#: superset-frontend/src/pages/AlertReportList/index.tsx:479 #, python-format msgid "An error occurred while fetching created by values: %s" msgstr "获取创建人时出错:%s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481 +#: superset-frontend/src/pages/DashboardList/index.tsx:556 #, python-format msgid "An error occurred while fetching dashboard created by values: %s" msgstr "获取仪表板创建者时出错:%s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460 +#: superset-frontend/src/pages/DashboardList/index.tsx:534 #, python-format msgid "An error occurred while fetching dashboard owner values: %s" msgstr "获取仪表板所有者时出错:%s" -#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +#: superset-frontend/src/pages/ChartList/index.tsx:299 msgid "An error occurred while fetching dashboards" msgstr "获取看板时出错" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:232 #, python-format msgid "An error occurred while fetching dashboards: %s" msgstr "获取仪表板时出错:%s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129 +#: superset-frontend/src/pages/DatabaseList/index.tsx:145 #, python-format msgid "An error occurred while fetching database related data: %s" msgstr "获取数据库相关数据时出错:%s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 #, python-format msgid "An error occurred while fetching database values: %s" msgstr "获取数据库信息时出错:%s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 #, python-format msgid "An error occurred while fetching dataset datasource values: %s" msgstr "获取数据集数据源信息时出错: %s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426 +#: superset-frontend/src/pages/DatasetList/index.tsx:510 #, python-format msgid "An error occurred while fetching dataset owner values: %s" msgstr "获取数据集所有者值时出错:%s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184 +#: superset-frontend/src/pages/DatasetList/index.tsx:222 msgid "An error occurred while fetching dataset related data" msgstr "获取数据集相关数据时出错" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204 +#: superset-frontend/src/pages/DatasetList/index.tsx:242 #, python-format msgid "An error occurred while fetching dataset related data: %s" msgstr "获取数据集相关数据时出错:%s" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445 +#: superset-frontend/src/pages/DatasetList/index.tsx:530 #, python-format msgid "An error occurred while fetching datasets: %s" msgstr "获取数据集时出错:%s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1581 msgid "An error occurred while fetching function names." msgstr "获取函数名称时出错。" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 +#: superset-frontend/src/pages/AlertReportList/index.tsx:462 +#, fuzzy, python-format +msgid "An error occurred while fetching owners values: %s" +msgstr "获取图表所有者时出错 %s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:546 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 #, python-format msgid "An error occurred while fetching schema values: %s" msgstr "获取结构信息时出错:%s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:799 msgid "An error occurred while fetching tab state" msgstr "获取tab页状态时出错" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1199 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 msgid "An error occurred while fetching table metadata" msgstr "获取表格元数据时发生错误" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1296 msgid "" "An error occurred while fetching table metadata. Please contact your " "administrator." msgstr "获取表格元数据时发生错误。请与管理员联系。" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#: superset-frontend/src/pages/Tags/index.tsx:193 +#, fuzzy, python-format +msgid "An error occurred while fetching tag created by values: %s" +msgstr "获取创建人时出错:%s" + +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "获取用户信息出错:%s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:835 msgid "" "An error occurred while hiding the left bar. Please contact your " "administrator." msgstr "隐藏左栏时出错。请与管理员联系。" -#: superset-frontend/src/views/CRUD/hooks.ts:438 -#: superset-frontend/src/views/CRUD/hooks.ts:451 +#: superset-frontend/src/views/CRUD/hooks.ts:502 +#: superset-frontend/src/views/CRUD/hooks.ts:518 #, python-format msgid "An error occurred while importing %s: %s" msgstr "导入时出错 %s: %s" -#: superset-frontend/src/chart/chartAction.js:569 +#: superset-frontend/src/components/Chart/chartAction.js:579 msgid "An error occurred while loading the SQL" msgstr "创建数据源时发生错误" -#: superset/reports/commands/exceptions.py:242 +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:332 +#, fuzzy +msgid "An error occurred while opening Explore" +msgstr "精简日志时出错 " + +#: superset/key_value/exceptions.py:30 +#, fuzzy +msgid "An error occurred while parsing the key." +msgstr "更新值时出错。" + +#: superset/reports/commands/exceptions.py:286 msgid "An error occurred while pruning logs " msgstr "精简日志时出错 " -#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 msgid "An error occurred while removing query. Please contact your administrator." msgstr "删除查询时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:857 msgid "An error occurred while removing tab. Please contact your administrator." msgstr "删除tab页时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1396 msgid "" "An error occurred while removing the table schema. Please contact your " "administrator." msgstr "删除表结构时出错。请与管理员联系。" -#: superset-frontend/src/chart/chartReducer.ts:94 +#: superset-frontend/src/components/Chart/chartReducer.ts:96 #, python-format msgid "An error occurred while rendering the visualization: %s" msgstr "渲染可视化时发生错误:%s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:710 msgid "" "An error occurred while setting the active tab. Please contact your " "administrator." msgstr "设置活动tab页时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:975 msgid "" "An error occurred while setting the tab autorun. Please contact your " "administrator." msgstr "设置tab页自动运行时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 msgid "" "An error occurred while setting the tab database ID. Please contact your " "administrator." msgstr "设置tab页数据库ID时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1004 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1128 +#, fuzzy +msgid "" +"An error occurred while setting the tab name. Please contact your " +"administrator." +msgstr "设置tab页标题时出错。请与管理员联系。" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:946 msgid "" "An error occurred while setting the tab schema. Please contact your " "administrator." msgstr "设置tab页结构时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1154 msgid "" "An error occurred while setting the tab template parameters. Please " "contact your administrator." msgstr "设置tab页模板参数时出错。请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 -msgid "" -"An error occurred while setting the tab title. Please contact your " -"administrator." -msgstr "设置tab页标题时出错。请与管理员联系。" - -#: superset-frontend/src/explore/actions/exploreActions.ts:95 +#: superset-frontend/src/explore/actions/exploreActions.ts:89 msgid "An error occurred while starring this chart" msgstr "以此字符开头时出错" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:251 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:297 msgid "" "An error occurred while storing the latest query id in the backend. " "Please contact your administrator if this problem persists." msgstr "在后端存储最新查询id时出错。如果此问题仍然存在,请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1095 msgid "" "An error occurred while storing your query in the backend. To avoid " "losing your changes, please save your query using the \"Save Query\" " "button." msgstr "在后端存储查询时出错。为避免丢失更改,请使用 \"保存查询\" 按钮保存查询。" -#: superset/key_value/commands/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +#: superset/temporary_cache/commands/exceptions.py:41 msgid "An error occurred while updating the value." msgstr "更新值时出错。" -#: superset/views/core.py:711 +#: superset/key_value/exceptions.py:50 +#, fuzzy +msgid "An error occurred while upserting the value." +msgstr "更新值时出错。" + +#: superset/databases/commands/exceptions.py:162 +#, fuzzy +msgid "An unexpected error occurred" +msgstr "发生了一个错误" + +#: superset/views/core.py:734 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "发生未知错误。请与管理员联系" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 msgid "Anchor to" msgstr "锚定到" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 msgid "Angle at which to end progress axis" msgstr "进度轴结束的角度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 msgid "Angle at which to start progress axis" msgstr "开始进度轴的角度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 msgid "Animation" msgstr "动画" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 msgid "Annotation" msgstr "注释" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 -msgid "Annotation Layer ${annotationLayerName}" -msgstr "注释层 ${annotationLayerName}" +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 +#, fuzzy, python-format +msgid "Annotation Layer %s" +msgstr "注解层" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 +#: superset/initialization/__init__.py:420 msgid "Annotation Layers" msgstr "注释层" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 msgid "Annotation Slice Configuration" msgstr "注释切片配置" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 -msgid "Annotation Source" -msgstr "注释来源" - #: superset/annotation_layers/annotations/commands/exceptions.py:64 msgid "Annotation could not be created." msgstr "注释无法创建。" @@ -1478,12 +2067,9 @@ msgstr "注释无法更新。" msgid "Annotation delete failed." msgstr "注释与注释层" -#: superset/views/annotations.py:47 -msgid "Annotation end time must be no earlier than start time." -msgstr "注释的结束时间不能早于开始时间。" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 msgid "Annotation layer" msgstr "注释层" @@ -1503,7 +2089,7 @@ msgstr "您的查询无法保存" msgid "Annotation layer delete failed." msgstr "注释层仍在加载。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 msgid "Annotation layer description columns" msgstr "注释层描述列。" @@ -1512,11 +2098,11 @@ msgstr "注释层描述列。" msgid "Annotation layer has associated annotations." msgstr "注释层仍在加载。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 msgid "Annotation layer interval end" msgstr "注释层间隔结束" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 msgid "Annotation layer name" msgstr "注释层名称" @@ -1524,7 +2110,7 @@ msgstr "注释层名称" msgid "Annotation layer not found." msgstr "注释层仍在加载。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 msgid "Annotation layer opacity" msgstr "注释层不透明度" @@ -1532,38 +2118,39 @@ msgstr "注释层不透明度" msgid "Annotation layer parameters are invalid." msgstr "注释层仍在加载。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 # stroke 中风??? +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 msgid "Annotation layer stroke" msgstr "注释层混乱" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 msgid "Annotation layer time column" msgstr "注释层时间列" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 msgid "Annotation layer title column" msgstr "注释层标题列" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 msgid "Annotation layer type" msgstr "注释层类型" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 msgid "Annotation layer value" msgstr "注释层值" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +#: superset-frontend/src/explore/controlPanels/sections.tsx:83 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 msgid "Annotation layers" msgstr "注解层" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 msgid "Annotation layers are still loading." msgstr "注释层仍在加载。" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 msgid "Annotation name" msgstr "注释名称" @@ -1575,21 +2162,31 @@ msgstr "注释不存在。" msgid "Annotation parameters are invalid." msgstr "注释层仍在加载。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 +#, fuzzy +msgid "Annotation source" +msgstr "注释来源" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 msgid "Annotation source type" msgstr "注释数据源类型" -#: superset/views/annotations.py:58 -msgid "Annotations" -msgstr "注释" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +#, fuzzy +msgid "Annotation template created" +msgstr "注释无法创建。" + +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +#, fuzzy +msgid "Annotation template updated" +msgstr "注释已更新。" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 msgid "Annotations and Layers" msgstr "注释与注释层" -#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +#: superset-frontend/src/explore/controlPanels/sections.tsx:72 msgid "Annotations and layers" msgstr "注释与注释层" @@ -1597,16 +2194,17 @@ msgstr "注释与注释层" msgid "Annotations could not be deleted." msgstr "无法删除注释。" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509 +#: superset-frontend/src/pages/ChartList/index.tsx:596 +#: superset-frontend/src/pages/ChartList/index.tsx:705 +#: superset-frontend/src/pages/DashboardList/index.tsx:504 +#: superset-frontend/src/pages/DashboardList/index.tsx:572 +#: superset-frontend/src/pages/DashboardList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 msgid "Any" msgstr "所有" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 msgid "Any additional detail to show in the certification tooltip." msgstr "要在认证工具提示中显示详细信息。" @@ -1616,62 +2214,72 @@ msgid "" "dashboard's individual charts" msgstr "此处选择的任何调色板都将覆盖应用于此看板的各个图表的颜色" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:953 msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:967 msgid "" "Any databases that allow connections via SQL Alchemy URIs can be added. " "Learn about how to connect a database driver " msgstr "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。了解如何连接数据库驱动程序" -#: superset/views/database/forms.py:147 superset/views/database/forms.py:300 -#: superset/views/database/forms.py:428 +#: superset/views/database/forms.py:169 superset/views/database/forms.py:326 +#: superset/views/database/forms.py:457 msgid "Append" msgstr "追加" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 -#, python-format -msgid "Applied Cross Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, fuzzy, python-format +msgid "Applied cross-filters (%d)" msgstr "应用的交叉条件 (%d)" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 -#, python-format -msgid "Applied Filters (%d)" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 +#, fuzzy, python-format +msgid "Applied filters (%d)" +msgstr "应用的条件 (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, fuzzy, python-format +msgid "Applied filters: %s" msgstr "应用的条件 (%d)" -#: superset/viz.py:237 +#: superset/viz.py:246 msgid "" "Applied rolling window did not return any data. Please make sure the " "source query satisfies the minimum periods defined in the rolling window." msgstr "应用的滚动窗口(rolling window)未返回任何数据。请确保源查询满足滚动窗口中定义的最小周期。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:476 msgid "Apply" msgstr "应用" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 msgid "Apply conditional color formatting to metrics" msgstr "将条件颜色格式应用于指标" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 msgid "Apply conditional color formatting to numeric columns" msgstr "将条件颜色格式应用于数字列" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#, fuzzy +msgid "Apply filters" +msgstr "所有过滤" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 msgid "Apply metrics on" msgstr "应用指标到" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 msgid "Apply to all panels" msgstr "应用于所有面板" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 msgid "Apply to specific panels" msgstr "应用于特定面板" @@ -1679,95 +2287,135 @@ msgstr "应用于特定面板" msgid "April" msgstr "四月" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +#, fuzzy +msgid "Arc" +msgstr "三月" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +#, fuzzy +msgid "Are you sure you intend to overwrite the following values?" +msgstr "您确实要删除选定的查询吗?" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 msgid "Are you sure you want to cancel?" msgstr "您确定要取消吗?" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358 +#: superset-frontend/src/features/charts/ChartCard.tsx:83 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:72 +#: superset-frontend/src/pages/ChartList/index.tsx:509 +#: superset-frontend/src/pages/DashboardList/index.tsx:418 +#: superset-frontend/src/pages/DashboardList/index.tsx:739 +#: superset-frontend/src/pages/Tags/index.tsx:144 msgid "Are you sure you want to delete" msgstr "确定要删除吗" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 -msgid "" -"Are you sure you want to delete " -"${annotationCurrentlyDeleting?.short_descr}?" -msgstr "请确认您想删除 ${annotationCurrentlyDeleting?.short_descr}?" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete %s?" +msgstr "确定要删除吗" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 #, python-format msgid "Are you sure you want to delete the selected %s?" msgstr "确实要删除选定的 %s 吗?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 msgid "Are you sure you want to delete the selected annotations?" msgstr "确实要删除选定的注释吗?" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645 +#: superset-frontend/src/pages/ChartList/index.tsx:838 msgid "Are you sure you want to delete the selected charts?" msgstr "确实要删除所选图表吗?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612 +#: superset-frontend/src/pages/DashboardList/index.tsx:702 msgid "Are you sure you want to delete the selected dashboards?" msgstr "确实要删除选定的仪表板吗?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/pages/DatasetList/index.tsx:741 msgid "Are you sure you want to delete the selected datasets?" msgstr "确实要删除选定的数据集吗?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 msgid "Are you sure you want to delete the selected layers?" msgstr "确实要删除选定的图层吗?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 msgid "Are you sure you want to delete the selected queries?" msgstr "您确实要删除选定的查询吗?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +#: superset-frontend/src/pages/Tags/index.tsx:282 +#, fuzzy, python-format +msgid "Are you sure you want to delete the selected tags?" +msgstr "确实要删除选定的 %s 吗?" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 msgid "Are you sure you want to delete the selected templates?" msgstr "确实要删除选定的模板吗?" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:426 +#, fuzzy +msgid "Are you sure you want to overwrite this dataset?" +msgstr "确实要删除选定的数据集吗?" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 msgid "Are you sure you want to proceed?" msgstr "您确定要继续执行吗?" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:174 msgid "Are you sure you want to save and apply changes?" msgstr "确实要保存并应用更改吗?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 msgid "Area Chart" msgstr "面积图" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#, fuzzy +msgid "Area Chart (legacy)" +msgstr "面积图不透明度" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 msgid "Area chart" msgstr "面积图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 msgid "Area chart opacity" msgstr "面积图不透明度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +#, fuzzy +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "时间序列面积图与折线图相似,因为它们表示具有相同比例的变量,但面积图将度量叠加在一起。超级集中的面积图可以是流式、堆栈式或展开式" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 msgid "Arrow" msgstr "箭头" -#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +#, fuzzy +msgid "Assign a set of parameters as" +msgstr "数据集参数无效。" + +#: superset/connectors/sqla/views.py:476 msgid "Associated Charts" msgstr "关联的图表" -#: superset/views/database/mixins.py:199 +#: superset/views/database/mixins.py:196 msgid "Async Execution" msgstr "异步执行查询" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:295 +#: superset-frontend/src/pages/DatabaseList/index.tsx:309 +#: superset-frontend/src/pages/DatabaseList/index.tsx:475 msgid "Asynchronous query execution" msgstr "异步执行查询" @@ -1775,62 +2423,147 @@ msgstr "异步执行查询" msgid "August" msgstr "八月" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#, fuzzy +msgid "Auto" +msgstr "在" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 +#, fuzzy +msgid "Auto Zoom" +msgstr "数据缩放" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:530 msgid "Autocomplete" msgstr "自动补全" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 msgid "Autocomplete filters" msgstr "自适配过滤条件" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 msgid "Autocomplete query predicate" msgstr "自动补全查询谓词" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +msgid "Automatic Color" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 msgid "Available sorting modes:" msgstr "可用分类模式:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#, fuzzy +msgid "Average" +msgstr "大" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:233 +#, fuzzy +msgid "Average value" +msgstr "目标值" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 msgid "Axis" msgstr "坐标轴" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 +#, fuzzy +msgid "Axis Bounds" +msgstr "Y 轴界限" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#, fuzzy +msgid "Axis Format" +msgstr "Y 轴格式化" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 +#, fuzzy +msgid "Axis Title" +msgstr "选项卡标题" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 msgid "Axis ascending" msgstr "轴线升序" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 msgid "Axis descending" msgstr "轴线降序" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 +msgid "BOOLEAN" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:366 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1051 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1088 msgid "Back" msgstr "返回" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227 -#: superset/views/database/mixins.py:204 +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 +msgid "Back to all" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:300 +#: superset/views/database/mixins.py:200 msgid "Backend" msgstr "后端" -#: superset/viz.py:2472 superset/viz.py:2508 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +#, fuzzy +msgid "Backward values" +msgstr "条形栏的值" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 +#, fuzzy +msgid "Bad formula." +msgstr "日期格式化" + +#: superset/viz.py:2509 superset/viz.py:2545 msgid "Bad spatial key" msgstr "错误的空间字段" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 msgid "Bar" msgstr "条形图" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Bar Chart" msgstr "条形图" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#, fuzzy +msgid "Bar Chart (legacy)" +msgstr "面积图不透明度" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 +#, fuzzy +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "时间序列条形图用于显示指标随时间的变化" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 msgid "Bar Values" msgstr "条形栏的值" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +#, fuzzy +msgid "Bar orientation" +msgstr "方向" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 msgid "Base layer map style" msgstr "地图基本层样式" @@ -1838,25 +2571,28 @@ msgstr "地图基本层样式" msgid "Based on a metric" msgstr "基于指标" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 msgid "Based on granularity, number of time periods to compare against" msgstr "根据粒度、要比较的时间阶段" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:237 +msgid "Based on what should series be ordered on the chart and legend" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1723 msgid "Basic" msgstr "基础" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 msgid "Basic information" msgstr "基本情况" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 #, python-format msgid "Batch editing %d filters:" msgstr "批量编辑 %d 个过滤条件:" @@ -1865,140 +2601,152 @@ msgstr "批量编辑 %d 个过滤条件:" msgid "Battery level over time" msgstr "电池电量随时间变化" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 msgid "Be careful." msgstr "小心。" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 msgid "Before" msgstr "之前" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 -#: superset/viz.py:1254 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 +#: superset/viz.py:1286 msgid "Big Number" msgstr "数字" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 msgid "Big Number Font Size" msgstr "数字的字体大小" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 -#: superset/viz.py:1220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 +#: superset/viz.py:1252 msgid "Big Number with Trendline" msgstr "数字和趋势线" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 msgid "Bottom" msgstr "底端" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 msgid "Bottom Margin" msgstr "底部边距" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +#, fuzzy +msgid "Bottom left" +msgstr "底部" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "底部边距,以像素为单位,为轴标签留出更多空间" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +#, fuzzy +msgid "Bottom right" +msgstr "底部" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 msgid "Bottom to Top" msgstr "自下而上" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 msgid "" "Bounds for the Y-axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 +#, fuzzy +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." +msgstr "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 msgid "Box Plot" msgstr "箱线图" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 msgid "Breakdowns" msgstr "分解" -#: superset/connectors/druid/views.py:237 -msgid "Broker Endpoint" -msgstr "Broker的Endpoint" - -#: superset/connectors/druid/views.py:233 -msgid "Broker Host" -msgstr "Broker的地址" - -#: superset/connectors/druid/views.py:236 -msgid "Broker Password" -msgstr "Broker的密码" - -#: superset/connectors/druid/views.py:234 -msgid "Broker Port" -msgstr "Broker的端口" - -#: superset/connectors/druid/views.py:235 -msgid "Broker Username" -msgstr "Broker的用户名" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 -#: superset/viz.py:1139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset/viz.py:1171 msgid "Bubble Chart" msgstr "气泡图" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 msgid "Bubble Color" msgstr "气泡颜色" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 msgid "Bubble Size" msgstr "气泡大小" -#: superset-frontend/src/explore/controls.jsx:435 +#: superset-frontend/src/explore/controls.jsx:415 msgid "Bubble size" msgstr "气泡尺寸" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:511 +#, fuzzy +msgid "Build" +msgstr "重构" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:431 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:789 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 +#: superset-frontend/src/pages/DashboardList/index.tsx:662 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 +#: superset-frontend/src/pages/Tags/index.tsx:267 msgid "Bulk select" msgstr "批量选择" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 -#: superset/viz.py:1190 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:1222 msgid "Bullet Chart" msgstr "子弹图" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 msgid "Business" msgstr "商业" +#: superset/connectors/sqla/views.py:165 +msgid "Business Data Type" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 msgid "" "By default, each filter loads at most 1000 choices at the initial page " "load. Check this box if you have more than 1000 filter values and want to" @@ -2006,49 +2754,69 @@ msgid "" " add stress to your database)." msgstr "默认情况下,每个过滤器在初始页面加载时最多加载1000个选项。如果您有超过1000个过滤值,并且希望启用动态搜索,以便在键入时加载筛选值(可能会给数据库增加压力),请选中此框。" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 msgid "By key: use column names as sorting key" msgstr "使用列名作为排序关键字" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 msgid "By key: use row names as sorting key" msgstr "使用行名作为排序关键字" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 msgid "By value: use metric values as sorting key" msgstr "使用度量值作为排序关键字" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 msgid "CANCEL" msgstr "取消" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1520 +#, fuzzy +msgid "CREATE DATASET" +msgstr "修改数据集" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:585 msgid "CREATE TABLE AS" msgstr "允许 CREATE TABLE AS" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:596 msgid "CREATE VIEW AS" msgstr "允许 CREATE VIEW AS" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 msgid "CREATE VIEW statement" msgstr "CREATE VIEW 语句" -#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +#, fuzzy +msgid "CRON Schedule" +msgstr "报告时间表" + +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 msgid "CRON expression" msgstr "CRON表达式" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104 -#: superset/views/dashboard/mixin.py:88 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 msgid "CSS" msgstr "CSS" -#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +#, fuzzy +msgid "CSS Styles" +msgstr "堆积样式" + +#: superset/initialization/__init__.py:286 superset/views/css_templates.py:38 msgid "CSS Templates" msgstr "CSS 模板" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" +msgstr "" + +#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 msgid "CSS template" msgstr "CSS 模板" @@ -2056,7 +2824,7 @@ msgstr "CSS 模板" msgid "CSS template could not be deleted." msgstr "CSS模板不能被删除" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 msgid "CSS template name" msgstr "CSS模板名称" @@ -2064,35 +2832,36 @@ msgstr "CSS模板名称" msgid "CSS template not found." msgstr "CSS模板未找到" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 msgid "CSS templates" msgstr "CSS 模板" -#: superset/views/database/forms.py:101 -msgid "CSV File" -msgstr "CSV文件" +#: superset/views/database/forms.py:109 +#, fuzzy +msgid "CSV Upload" +msgstr "CSV上传" -#: superset/views/database/views.py:252 +#: superset/views/database/views.py:287 #, python-format msgid "" "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " "database \"%(db_name)s\"" msgstr "csv 文件 \"%(csv_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" -#: superset/views/database/views.py:118 +#: superset/views/database/views.py:160 msgid "CSV to Database configuration" msgstr "csv 到数据库配置" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271 +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 msgid "CSV upload" msgstr "CSV上传" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:130 msgid "CTAS & CVAS SCHEMA" msgstr "CTAS和CVAS方案" -#: superset/sql_lab.py:405 +#: superset/sql_lab.py:440 msgid "" "CTAS (create table as select) can only be run with a query where the last" " statement is a SELECT. Please make sure your query has a SELECT as its " @@ -2101,11 +2870,11 @@ msgstr "" "CTA(create table as " "select)只能与最后一条语句为SELECT的查询一起运行。请确保查询的最后一个语句是SELECT。然后再次尝试运行查询。" -#: superset/views/database/mixins.py:190 +#: superset/views/database/mixins.py:187 msgid "CTAS Schema" msgstr "CTAS 模式" -#: superset/sql_lab.py:422 +#: superset/sql_lab.py:457 msgid "" "CVAS (create view as select) can only be run with a query with a single " "SELECT statement. Please make sure your query has only a SELECT " @@ -2114,118 +2883,121 @@ msgstr "" "CVAS(createview as " "select)只能与带有单个SELECT语句的查询一起运行。请确保您的查询只有SELECT语句。然后再次尝试运行查询。" -#: superset/errors.py:123 +#: superset/errors.py:129 msgid "CVAS (create view as select) query has more than one statement." msgstr "CVAS (create view as select)查询有多条语句。" -#: superset/errors.py:124 +#: superset/errors.py:130 msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "CVAS (create view as select)查询不是SELECT语句。" -#: superset/connectors/druid/views.py:239 -#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497 -#: superset/views/chart/mixin.py:77 +#: superset/connectors/sqla/views.py:486 superset/views/chart/mixin.py:76 msgid "Cache Timeout" msgstr "缓存超时" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 -#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 +#: superset-frontend/src/explore/controlPanels/sections.tsx:41 msgid "Cache Timeout (seconds)" msgstr "缓存超时(秒)" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 msgid "Cache timeout" msgstr "缓存时间" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241 +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +#, fuzzy +msgid "Cached" +msgstr "已缓存" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 #, python-format msgid "Cached %s" msgstr "缓存于%s" -#: superset/viz.py:539 +#: superset/viz.py:562 msgid "Cached value not found" msgstr "缓存的值未找到" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77 -msgid "Calculate contribution per series or total" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:49 +#, fuzzy +msgid "Calculate contribution per series or row" msgstr "计算每个系列或总计的贡献" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 #, python-format msgid "Calculated column [%s] requires an expression" msgstr "计算列 [%s] 需要一个表达式" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 msgid "Calculated columns" msgstr "计算列" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 -#: superset-frontend/src/explore/controlPanels/sections.tsx:232 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:207 msgid "Calculation type" msgstr "计算类型" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 -#: superset/viz.py:1048 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:1080 msgid "Calendar Heatmap" msgstr "时间热力图" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 msgid "Can not move top level tab into nested tabs" msgstr "无法将顶级tab页移动到嵌套tab页中" -#: superset/views/core.py:2010 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "不能找到具有 cluster_name = '%(name)s' 的 Druid 集群" - -#: superset/views/core.py:1998 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "用户’%(name)s’没有找到,请联系管理员创建。" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +#, fuzzy +msgid "Can select multiple values" +msgstr "允许选择多个值" -#: superset/viz.py:1778 +#: superset/viz.py:1810 msgid "Can't have overlap between Series and Breakdowns" msgstr "Series 和 Breakdown 之间不能有重叠" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218 -#: superset-frontend/src/components/Modal/Modal.tsx:240 -#: superset-frontend/src/components/ReportModal/index.tsx:259 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:759 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:185 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:226 +#: superset-frontend/src/components/Modal/Modal.tsx:262 +#: superset-frontend/src/components/ReportModal/index.tsx:220 #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 -#: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:379 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "取消" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:314 msgid "Cancel query on window unload event" msgstr "取消窗口上传事件的查询" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 -msgid "Cannot create cyclic hierarchy" -msgstr "无法创建循环层级" +#: superset/sqllab/commands/export.py:78 +msgid "Cannot access the query" +msgstr "" -#: superset/databases/commands/exceptions.py:109 +#: superset/databases/commands/exceptions.py:111 msgid "Cannot delete a database that has datasets attached" msgstr "无法删除附加了数据集的数据库" -#: superset/views/core.py:700 +#: superset/databases/ssh_tunnel/commands/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" +msgstr "" + +#: superset/views/core.py:723 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -2234,8 +3006,8 @@ msgstr "" "无法导入看板:%(db_error)s 。\n" "请确保在导入看板之前创建数据库。" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 msgid "Cannot load filter" msgstr "无法加载筛选器" @@ -2244,29 +3016,72 @@ msgstr "无法加载筛选器" msgid "Cannot parse time string [%(human_readable)s]" msgstr "无法解析时间字符串[%(human_readable)s]" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 msgid "Categorical" msgstr "分类" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +#, fuzzy +msgid "Categorical Color" +msgstr "分类" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 msgid "Categories to group by on the x-axis." msgstr "要在x轴上分组的类别。" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:678 msgid "Category" msgstr "分类" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#, fuzzy +msgid "Category Name" +msgstr "查询名称" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +#, fuzzy +msgid "Category and Percentage" +msgstr "显示百分比" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 +#, fuzzy +msgid "Category and Value" +msgstr "缩放和移动" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:229 +#, fuzzy +msgid "Category name" +msgstr "查询名称" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 msgid "Category of target nodes" msgstr "目标节点类别" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Category, Value and Percentage" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 msgid "Cell Padding" msgstr "单元填充" @@ -2279,90 +3094,95 @@ msgstr "单元格半径" msgid "Cell Size" msgstr "单元尺寸" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 msgid "Cell bars" msgstr "单元格柱状图" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 +#: superset-frontend/src/components/FilterableTable/index.tsx:431 msgid "Cell content" msgstr "单元格内容" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 +#, fuzzy +msgid "Cell limit" +msgstr "序列限制" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 msgid "Center" msgstr "中心对齐" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 +#, fuzzy +msgid "Centroid (Longitude and Latitude): " +msgstr "无效的经度/纬度" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 msgid "Certification" msgstr "认证" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 msgid "Certification details" msgstr "认证细节" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:699 +#: superset-frontend/src/pages/DashboardList/index.tsx:580 +#: superset-frontend/src/pages/DatasetList/index.tsx:564 msgid "Certified" msgstr "认证" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 msgid "Certified By" msgstr "认证" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 msgid "Certified by" msgstr "认证" #: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedIcon/index.tsx:42 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 #, python-format msgid "Certified by %s" msgstr "认证人 %s" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267 -msgid "Change dataset" -msgstr "修改数据集" - -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 msgid "Change order of columns." msgstr "更改列的顺序。" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Change order of rows." msgstr "更改行的顺序。" -#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 +#: superset/connectors/sqla/views.py:478 msgid "Changed By" msgstr "修改人" -#: superset/views/schedules.py:238 superset/views/schedules.py:318 -msgid "Changed On" -msgstr "改变为" - -#: superset/views/sql_lab.py:75 +#: superset/views/sql_lab/views.py:88 msgid "Changed on" msgstr "改变为" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 +msgid "Changes saved." +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" "Changing the dataset may break the chart if the chart relies on columns " "or metadata that does not exist in the target dataset" msgstr "如果图表依赖于目标数据集中不存在的列或元数据,则更改数据集可能会破坏图表" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 msgid "" "Changing these settings will affect all charts using this dataset, " "including charts owned by other people." @@ -2372,21 +3192,26 @@ msgstr "更改这些设置将影响使用此数据集的所有图表,包括其 msgid "Changing this Dashboard is forbidden" msgstr "无法修改该看板" -#: superset/charts/commands/exceptions.py:131 +#: superset/charts/commands/exceptions.py:135 msgid "Changing this chart is forbidden" msgstr "禁止更改此图表" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 -#: superset-frontend/src/explore/components/ControlHeader.jsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 msgid "Changing this control takes effect instantly" msgstr "更改此控件立即生效。" -#: superset/datasets/commands/exceptions.py:177 +#: superset/datasets/commands/exceptions.py:181 msgid "Changing this dataset is forbidden" msgstr "没有权限更新此数据集" @@ -2395,126 +3220,157 @@ msgstr "没有权限更新此数据集" msgid "Changing this dataset is forbidden." msgstr "禁止更改此数据集。" -#: superset/reports/commands/exceptions.py:238 +#: superset/explore/exceptions.py:49 +#, fuzzy +msgid "Changing this datasource is forbidden" +msgstr "没有权限更新此数据集" + +#: superset/reports/commands/exceptions.py:282 msgid "Changing this report is forbidden" msgstr "禁止更改此报告" -#: superset/views/database/forms.py:216 superset/views/database/forms.py:349 +#: superset/views/database/forms.py:196 +#, fuzzy +msgid "Character to interpret as decimal point" +msgstr "将字符解释为小数点的字符。" + +#: superset/views/database/forms.py:375 msgid "Character to interpret as decimal point." msgstr "将字符解释为小数点的字符。" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 -msgid "Charge" -msgstr "电荷数(作用力)" - -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 -msgid "Charge in the force layout" -msgstr "在力导向图中的电荷数(作用力)" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208 -#: superset/templates/appbuilder/navbar_right.html:39 -#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108 -#: superset/views/schedules.py:316 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:219 +#: superset-frontend/src/pages/ChartList/index.tsx:369 +#: superset-frontend/src/pages/ChartList/index.tsx:799 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:90 msgid "Chart" msgstr "图表" -#: superset/views/core.py:1748 +#: superset/views/core.py:1727 #, python-format msgid "Chart %(id)s not found" msgstr "图表 %(id)s 没有找到" -#: superset/views/database/mixins.py:195 +#: superset/views/database/mixins.py:192 msgid "Chart Cache Timeout" msgstr "表缓存超时" -#: superset/initialization/__init__.py:453 -msgid "Chart Email Schedules" -msgstr "图表电子邮件时间表" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:437 +#, fuzzy, python-format +msgid "Chart Data: %s" +msgstr "上次更新 %s" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 -#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 msgid "Chart ID" msgstr "图表 ID" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:31 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 msgid "Chart Options" msgstr "图表选项" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 +#, fuzzy +msgid "Chart Orientation" +msgstr "方向" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format +#, fuzzy, python-format msgid "Chart Owner: %s" -msgstr "图表所有者:%s" +msgid_plural "Chart Owners: %s" +msgstr[0] "图表所有者:%s" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +#, fuzzy +msgid "Chart Source" +msgstr "数据源" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 msgid "Chart Title" msgstr "图表标题" -#: superset/views/core.py:979 +#: superset-frontend/src/explore/actions/saveModalActions.js:127 +#, fuzzy, python-format +msgid "Chart [%s] has been overwritten" +msgstr "图表 [{}] 已经覆盖" + +#: superset-frontend/src/explore/actions/saveModalActions.js:124 +#, fuzzy, python-format +msgid "Chart [%s] has been saved" +msgstr "图表 [{}] 已经保存" + +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, fuzzy, python-format +msgid "Chart [%s] was added to dashboard [%s]" +msgstr "图表 [{}] 已经添加到看板 [{}]" + +#: superset/views/core.py:1077 msgid "Chart [{}] has been overwritten" msgstr "图表 [{}] 已经覆盖" -#: superset/views/core.py:975 +#: superset/views/core.py:1073 msgid "Chart [{}] has been saved" msgstr "图表 [{}] 已经保存" -#: superset/views/core.py:1006 +#: superset/views/core.py:1102 msgid "Chart [{}] was added to dashboard [{}]" msgstr "图表 [{}] 已经添加到看板 [{}]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:228 msgid "Chart cache timeout" msgstr "图表缓存超时" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 msgid "Chart changes" msgstr "图表变化" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 msgid "" "Chart component that lets you add a custom filter UI in your dashboard. " "When added to dashboard, a filter box lets users specify specific values " @@ -2524,12 +3380,7 @@ msgid "" " Note that this plugin is being replaced with the new Filters feature " "that lives in the dashboard view itself. It's easier to use and has more " "capabilities!" -msgstr "" -"图表组件,允许您在仪表板中添加自定义过滤器UI。" -"当添加到仪表板时,过滤器框允许用户指定特定的值或范围来过滤图表。每个筛选框所应用的图表也可以在仪表板视图中进行微调。" -"请注意,这个插件正在被仪表板视图中的新过滤器功能所取代。它更易于使用,功能更强大!" - - +msgstr "图表组件,允许您在仪表板中添加自定义过滤器UI。当添加到仪表板时,过滤器框允许用户指定特定的值或范围来过滤图表。每个筛选框所应用的图表也可以在仪表板视图中进行微调。请注意,这个插件正在被仪表板视图中的新过滤器功能所取代。它更易于使用,功能更强大!" #: superset/charts/commands/exceptions.py:115 msgid "Chart could not be created." @@ -2543,48 +3394,94 @@ msgstr "这个查询无法被加载。" msgid "Chart could not be updated." msgstr "您的查询无法保存。" -#: superset/reports/commands/exceptions.py:53 +#: superset/reports/commands/exceptions.py:57 msgid "Chart does not exist" msgstr "图表没有找到" -#: superset/charts/data/api.py:125 +#: superset/charts/data/api.py:130 msgid "Chart has no query context saved. Please save the chart again." msgstr "图表未保存任何查询上下文。请重新保存图表。" -#: superset-frontend/src/explore/components/SaveModal.tsx:247 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +#, fuzzy +msgid "Chart height" +msgstr "图表标题" + +#: superset-frontend/src/pages/ChartList/index.tsx:228 +#, fuzzy +msgid "Chart imported" +msgstr "图表标题" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +#, fuzzy +msgid "Chart last modified" +msgstr "最后修改" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +#, fuzzy, python-format +msgid "Chart last modified by" +msgstr "上次修改人 %s" + +#: superset-frontend/src/explore/components/SaveModal.tsx:320 msgid "Chart name" msgstr "图表名称" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 msgid "Chart options" msgstr "图表选项" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +#, fuzzy, python-format +msgid "Chart owners" +msgstr "图表所有者:%s" + #: superset/charts/commands/exceptions.py:111 msgid "Chart parameters are invalid." msgstr "图表参数无效。" -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +#, fuzzy +msgid "Chart properties updated" +msgstr "编辑图表属性" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 +#, fuzzy +msgid "Chart title" +msgstr "图表标题" + +#: superset-frontend/src/pages/ChartList/index.tsx:652 msgid "Chart type" msgstr "图表类型" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112 -#: superset-frontend/src/profile/components/CreatedContent.tsx:76 -#: superset-frontend/src/profile/components/Favorites.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 -#: superset/views/dashboard/mixin.py:81 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:315 +msgid "Chart type requires a dataset" +msgstr "" + +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +#, fuzzy +msgid "Chart width" +msgstr "图表标题" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 +#: superset-frontend/src/pages/ChartList/index.tsx:827 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset-frontend/src/profile/components/CreatedContent.tsx:104 +#: superset-frontend/src/profile/components/Favorites.tsx:102 +#: superset/initialization/__init__.py:257 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 msgid "Charts" msgstr "图表" -#: superset/charts/commands/exceptions.py:135 +#: superset/charts/commands/exceptions.py:139 msgid "Charts could not be deleted." msgstr "这个查询无法被加载" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 msgid "Check configuration" msgstr "检查配置" @@ -2593,81 +3490,71 @@ msgstr "检查配置" msgid "Check for sorting ascending" msgstr "按照升序进行排序" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:44 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "检查玫瑰图是否应该使用线段面积而不是线段半径来进行比例" -#: superset-frontend/src/components/AnchorLink/index.jsx:85 +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 msgid "Check out this chart in dashboard:" msgstr "在仪表盘中查看此图表" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 msgid "Check out this chart: " msgstr "看看这张图表:" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 msgid "Check out this dashboard: " msgstr "查看此看板:" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 msgid "" "Check to apply filters instantly as they change instead of displaying " "[Apply] button" msgstr "选中可在过滤条件更改时立即应用过滤,而不是使用 [应用] 按钮" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 msgid "Check to force date partitions to have the same height" msgstr "选中以强制日期分区具有相同的高度" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -msgid "Check to include Druid granularity dropdown" -msgstr "检查包含Druid时间粒度下拉列表" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 -msgid "Check to include SQL time grain dropdown" -msgstr "选中以包括SQL时间粒度下拉菜单" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 msgid "Check to include time column dropdown" msgstr "检查包含时间列下拉列表" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 msgid "Check to include time grain dropdown" msgstr "选中以包括时间粒度下拉菜单" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 -msgid "Check to include time origin dropdown" -msgstr "检查包含时间原点的下拉列表" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 msgid "Child label position" msgstr "子标签位置" -#: superset/viz.py:2333 +#: superset/viz.py:2370 msgid "Choice of [Label] must be present in [Group By]" msgstr "[标签] 的选择项必须出现在 [Group By]" -#: superset/viz.py:2341 +#: superset/viz.py:2378 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "[点半径] 的选择项必须出现在 [Group By]" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 #: superset/templates/superset/import_dashboards.html:47 msgid "Choose File" msgstr "选择文件" -#: superset/reports/commands/exceptions.py:80 +#: superset/reports/commands/exceptions.py:84 msgid "Choose a chart or dashboard not both" msgstr "选择图表或看板,不能都全部选择" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:924 msgid "Choose a database..." msgstr "选择数据库" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +#: superset-frontend/src/pages/ChartCreation/index.tsx:384 +#: superset-frontend/src/pages/ChartCreation/index.tsx:395 msgid "Choose a dataset" msgstr "选择数据源" @@ -2675,34 +3562,40 @@ msgstr "选择数据源" msgid "Choose a metric for left axis" msgstr "选择左轴的计量指标" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 -#: superset-frontend/src/explore/controls.jsx:217 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +#: superset-frontend/src/explore/controls.jsx:216 msgid "Choose a metric for right axis" msgstr "为右轴选择一个指标" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 msgid "Choose a number format" msgstr "选择一种数字格式" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 msgid "Choose a source" msgstr "选择一个源" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 msgid "Choose a source and a target" msgstr "选择一个源和一个目标" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 msgid "Choose a target" msgstr "选择一个目标" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +#: superset/connectors/sqla/views.py:327 +msgid "Choose a unique name" +msgstr "" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:404 msgid "Choose chart type" msgstr "选择图表类型" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:745 +msgid "Choose one of the available databases from the panel on the left." +msgstr "从左侧的面板中选择一个可用的数据库" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 msgid "Choose one or more charts for left axis" msgstr "为左轴选择一个或多个图表" @@ -2711,43 +3604,59 @@ msgstr "为左轴选择一个或多个图表" msgid "Choose one or more charts for right axis" msgstr "为右轴选择一个或多个图表" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 msgid "Choose the annotation layer type" msgstr "选择注释层类型" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +#, fuzzy +msgid "Choose the format for legend values" +msgstr "为左轴选择一个或多个图表" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +#, fuzzy +msgid "Choose the position of the legend" +msgstr "计算对总数的贡献值" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 msgid "Choose the source of your annotations" msgstr "选择您的注释来源" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 msgid "Chord Diagram" msgstr "弦图" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 msgid "Chosen non-numeric column" msgstr "选定的非数字列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 msgid "Circle" msgstr "圆" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 msgid "Circle -> Arrow" msgstr "圆 -> 箭头" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 msgid "Circle -> Circle" msgstr "圆 -> 圆" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 msgid "Circle radar shape" msgstr "圆形雷达图" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 msgid "Circular" msgstr "圆" @@ -2755,13 +3664,13 @@ msgstr "圆" msgid "Classic chart that visualizes how metrics change over time." msgstr "直观显示指标随时间变化的经典图表。" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 msgid "" "Classic row-by-column spreadsheet like view of a dataset. Use tables to " "showcase a view into the underlying data or to show aggregated metrics." msgstr "数据集的典型的逐行逐列电子表格视图。使用表格显示底层数据的视图或显示聚合指标。" -#: superset/connectors/sqla/views.py:369 +#: superset/connectors/sqla/views.py:365 msgid "Clause" msgstr "从句" @@ -2769,47 +3678,80 @@ msgstr "从句" msgid "Clear" msgstr "清除" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "清楚所有" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset-frontend/src/components/Table/index.tsx:206 +#, fuzzy +msgid "Clear all data" +msgstr "清楚所有" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 +#, fuzzy +msgid "Clear form" +msgstr "数字格式化" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +msgstr "" + +#: superset-frontend/src/components/Chart/Chart.jsx:286 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 msgid "Click the lock to make changes." msgstr "单击锁以进行更改。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 msgid "Click the lock to prevent further changes." msgstr "单击锁定以防止进一步更改。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1955 msgid "" "Click this link to switch to an alternate form that allows you to input " "the SQLAlchemy URL for this database manually." msgstr "单击此链接可切换到备用表单,该表单允许您手动输入此数据库的SQLAlChemy URL。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1771 msgid "" "Click this link to switch to an alternate form that exposes only the " "required fields needed to connect this database." msgstr "单击此链接可切换到仅显示连接此数据库所需的必填字段的备用表单。" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 -msgid "Click to change visualization type" -msgstr "选择一个可视化类型" - -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151 -msgid "Click to clear emitted filters" -msgstr "点击清除过滤" +#: superset-frontend/src/components/Table/index.tsx:213 +msgid "Click to cancel sorting" +msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:197 +#: superset-frontend/src/components/EditableTitle/index.tsx:211 msgid "Click to edit" msgstr "点击编辑" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, fuzzy, python-format +msgid "Click to edit %s in a new tab" +msgstr "单击以编辑标签" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:32 +#, fuzzy, python-format +msgid "Click to edit %s." +msgstr "点击编辑" + +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:33 +#, fuzzy +msgid "Click to edit chart." +msgstr "点击编辑" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 msgid "Click to edit label" msgstr "单击以编辑标签" -#: superset-frontend/src/components/FaveStar/index.tsx:81 +#: superset-frontend/src/components/FaveStar/index.tsx:76 msgid "Click to favorite/unfavorite" msgstr "点击 收藏/取消收藏" @@ -2817,41 +3759,47 @@ msgstr "点击 收藏/取消收藏" msgid "Click to force-refresh" msgstr "点击强制刷新" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 msgid "Click to see difference" msgstr "点击查看差异" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805 +#: superset-frontend/src/components/Table/index.tsx:212 +#, fuzzy +msgid "Click to sort ascending" +msgstr "按照升序进行排序" + +#: superset-frontend/src/components/Table/index.tsx:211 +#, fuzzy +msgid "Click to sort descending" +msgstr "降序" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:83 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1109 msgid "Close" msgstr "关闭" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 msgid "Close all other tabs" msgstr "关闭其他tab页" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 msgid "Close tab" msgstr "关闭标签" -#: superset/connectors/druid/views.py:344 -msgid "Cluster" -msgstr "集群" - -#: superset/connectors/druid/views.py:232 -msgid "Cluster Name" -msgstr "群集名称" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 msgid "Cluster label aggregator" msgstr "集群标签聚合器" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 msgid "Clustering Radius" msgstr "簇半径" @@ -2864,26 +3812,40 @@ msgstr "代码" msgid "Collapse all" msgstr "全部折叠" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 +#, fuzzy +msgid "Collapse data panel" +msgstr "全部折叠" + +#: superset-frontend/src/components/Table/index.tsx:210 +#, fuzzy +msgid "Collapse row" +msgstr "全部折叠" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:598 +#, fuzzy +msgid "Collapse tab content" +msgstr "单元格内容" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Collapse table preview" msgstr "折叠表的预览" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 msgid "Color" msgstr "颜色" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Color +/-" msgstr "色彩 +/-" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 msgid "Color Metric" msgstr "颜色指标" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 msgid "Color Scheme" msgstr "配色方案" @@ -2891,106 +3853,156 @@ msgstr "配色方案" msgid "Color Steps" msgstr "色彩 Steps" -#: superset-frontend/src/explore/controls.jsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 +#, fuzzy +msgid "Color bounds" +msgstr "Y界限" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +#, fuzzy +msgid "Color by" +msgstr "排序 " + +#: superset-frontend/src/explore/controls.jsx:234 msgid "Color metric" msgstr "颜色指标" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +#, fuzzy +msgid "Color of the target location" +msgstr "目标节点名称" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 -#: superset-frontend/src/explore/controlPanels/sections.tsx:79 -#: superset-frontend/src/explore/controls.jsx:480 +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controls.jsx:460 msgid "Color scheme" msgstr "配色方案" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" -msgstr "颜色将根据单元格与整个标准之和的比率来展示" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " +msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500 msgid "Colors" msgstr "颜色" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 #: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:250 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:155 msgid "Column" msgstr "列" -#: superset/utils/pandas_postprocessing.py:712 +#: superset/utils/pandas_postprocessing/contribution.py:59 #, python-format msgid "" "Column \"%(column)s\" is not numeric or does not exists in the query " "results." msgstr "列\"%(column)s\"不是数字或不在查询结果中" -#: superset/views/database/forms.py:224 superset/views/database/forms.py:357 -#: superset/views/database/forms.py:445 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 +#, fuzzy +msgid "Column Configuration" +msgstr "检查配置" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 +#, fuzzy +msgid "Column Formatting" +msgstr "条件格式设置" + +#: superset/views/database/forms.py:222 superset/views/database/forms.py:383 +#: superset/views/database/forms.py:474 msgid "Column Label(s)" msgstr "字段标签" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 msgid "" "Column containing ISO 3166-2 codes of region/province/department in your " "table." msgstr "表中包含地区/省/省的ISO 3166-2代码的列" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 msgid "Column containing latitude data" msgstr "包含纬度数据的列" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 msgid "Column containing longitude data" msgstr "包含经度数据的列" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +#, fuzzy +msgid "Column header tooltip" +msgstr "详细提示" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 msgid "Column is required" msgstr "列是必填项" -#: superset/views/database/forms.py:225 superset/views/database/forms.py:358 -#: superset/views/database/forms.py:446 +#: superset/views/database/forms.py:384 superset/views/database/forms.py:475 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#: superset/views/database/forms.py:223 +#, fuzzy +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" +msgstr "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, fuzzy +msgid "Column name" +msgstr "列名" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 #, python-format msgid "Column name [%s] is duplicated" msgstr "列名 [%s] 重复" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139 -msgid "Column name(s) " -msgstr "列名" - -#: superset/utils/pandas_postprocessing.py:168 +#: superset/utils/pandas_postprocessing/utils.py:151 #, python-format msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "聚合引用的列未定义:%(column)s" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 msgid "Column select" msgstr "选择列" -#: superset/views/database/forms.py:163 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:211 +#, fuzzy +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" +msgstr "字段作为数据文件的行标签使用。如果没有索引字段,则留空。" + +#: superset/views/database/forms.py:342 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "字段作为数据文件的行标签使用。如果没有索引字段,则留空。" -#: superset/views/database/forms.py:385 +#: superset/views/database/forms.py:414 msgid "Columnar File" msgstr "列式存储文件" -#: superset/views/database/views.py:550 +#: superset/views/database/views.py:565 +#, python-format msgid "" "Columnar file \"%(columnar_filename)s\" uploaded to table " "\"%(table_name)s\" in database \"%(db_name)s\"" @@ -2998,91 +4010,114 @@ msgstr "" "Excel 文件 \"%(columnar_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 " "\"%(table_name)s\"" -#: superset/views/database/views.py:414 +#: superset/views/database/views.py:440 msgid "Columnar to Database configuration" msgstr "列式存储文件到数据库配置" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334 -#: superset-frontend/src/explore/controls.jsx:245 -#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:72 msgid "Columns" msgstr "列" -#: superset/common/query_context_processor.py:114 superset/viz.py:554 +#: superset/views/database/forms.py:183 +#, fuzzy +msgid "Columns To Be Parsed as Dates" +msgstr "应作为日期解析的列的逗号分隔列表。" + +#: superset/views/database/forms.py:231 +#, fuzzy +msgid "Columns To Read" +msgstr "显示总计" + +#: superset/common/query_context_processor.py:132 +#, fuzzy, python-format +msgid "Columns missing in dataset: %(invalid_columns)s" +msgstr "数据源中缺少列:%(invalid_columns)s" + +#: superset/viz.py:577 #, python-format msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "数据源中缺少列:%(invalid_columns)s" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 msgid "Columns subtotal position" msgstr "列的小计位置" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 -msgid "" -"Columns to calculate distribution across. Defaults to temporal column if " -"left empty." +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 +#, fuzzy +msgid "Columns to calculate distribution across." msgstr "计算分布的列。如果留空,则默认为临时列。" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:99 msgid "Columns to display" msgstr "要显示的字段" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 msgid "Columns to group by" msgstr "需要进行分组的一列或多列" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 msgid "Columns to group by on the columns" msgstr "必须是分组列" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 msgid "Columns to group by on the rows" msgstr "行上分组所依据的列" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 +#, fuzzy +msgid "Columns to show" +msgstr "要显示的字段" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:85 msgid "Combine Metrics" msgstr "整合指标" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 msgid "Combine metrics" msgstr "整合指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " "denote colors from the chosen color scheme and are 1-indexed. Length must" " be matching that of interval bounds." msgstr "间隔的逗号分隔色选项,例如1、2、4。整数表示所选配色方案中的颜色,并以1为索引。长度必须与间隔界限匹配。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 msgid "" "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " "4-5. Last number should match the value provided for MAX." msgstr "逗号分隔的区间界限,例如0-2、2-4和4-5区间的2、4、5。最后一个数字应与为Max提供的值匹配。" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 msgid "Comparator option" msgstr "比较器选项" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 msgid "" "Compare multiple time series charts (as sparklines) and related metrics " "quickly." msgstr "快速比较多个时间序列图表和相关指标。" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 msgid "Compare the same summarized metric across multiple groups." msgstr "跨多个组比较相同的汇总指标" @@ -3093,67 +4128,71 @@ msgid "" "and color." msgstr "比较指标在不同组之间随时间的变化情况。每一组被映射到一行,并且随着时间的变化被可视化地显示条的长度和颜色。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 msgid "" "Compares metrics from different categories using bars. Bar lengths are " "used to indicate the magnitude of each value and color is used to " "differentiate groups." msgstr "使用条形图比较不同类别的指标。条形长度用于指示每个值的大小,颜色用于区分组。" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 msgid "" "Compares the lengths of time different activities take in a shared " "timeline view." msgstr "比较不同活动在共享时间线视图中所花费的时间长度。" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 msgid "Comparison" msgstr "比较" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 msgid "Comparison Period Lag" msgstr "滞后比较" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 msgid "Comparison suffix" msgstr "比较前缀" -#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102 -msgid "Components" -msgstr "组件" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 -#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/src/explore/controlPanels/sections.tsx:109 msgid "Compute the contribution to the total" msgstr "计算对总数的贡献值" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 msgid "Condition" msgstr "条件" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 msgid "Conditional formatting" msgstr "条件格式设置" @@ -3161,12 +4200,11 @@ msgstr "条件格式设置" msgid "Confidence interval" msgstr "信区间间隔" -#: superset/utils/pandas_postprocessing.py:827 +#: superset/utils/pandas_postprocessing/prophet.py:129 msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "置信区间必须介于0和1(不包含1)之间" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 msgid "Configuration" msgstr "配置" @@ -3174,7 +4212,7 @@ msgstr "配置" msgid "Configure Advanced Time Range " msgstr "配置进阶时间范围" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 msgid "Configure Time Range: Last..." msgstr "配置时间范围:上一(Last).." @@ -3182,246 +4220,341 @@ msgstr "配置时间范围:上一(Last).." msgid "Configure Time Range: Previous..." msgstr "配置时间范围:前一(Previous).." -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 msgid "Configure custom time range" msgstr "配置自定义时间范围" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 msgid "Configure filter scopes" msgstr "配置过滤范围" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 msgid "Configure the basics of your Annotation Layer." msgstr "注释层基本配置" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 +msgid "Configure this dashboard to embed it into an external web application." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 msgid "Configure your how you overlay is displayed here." msgstr "配置如何在这里显示您的覆盖。" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +#, fuzzy +msgid "Confirm overwrite" +msgstr "确认保存" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:180 msgid "Confirm save" msgstr "确认保存" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1059 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1097 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1656 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Connect" msgstr "连接" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +#: superset-frontend/src/features/home/RightMenu.tsx:184 +msgid "Connect Google Sheet" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 msgid "Connect Google Sheets as tables to this database" msgstr "将Google Sheet作为表格连接到此数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1660 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1861 msgid "Connect a database" msgstr "连接数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068 +#: superset-frontend/src/features/home/RightMenu.tsx:173 +msgid "Connect database" +msgstr "连接数据库" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1768 msgid "Connect this database using the dynamic form instead" msgstr "使用动态参数连接此数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1950 msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "使用SQLAlchemy URI链接此数据库" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:225 msgid "Connection" msgstr "连接" -#: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 +#: superset/databases/commands/exceptions.py:107 +#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1430 msgid "Connection failed, please check your connection settings" msgstr "连接失败,请检查您的连接配置" -#: superset-frontend/src/views/CRUD/hooks.ts:625 +#: superset-frontend/src/views/CRUD/hooks.ts:697 msgid "Connection looks good!" msgstr "连接测试成功!" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 +#, fuzzy +msgid "Continue" +msgstr "连续式" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 msgid "Continuous" msgstr "连续式" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 -#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:107 msgid "Contribution" msgstr "贡献" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:42 msgid "Contribution Mode" msgstr "贡献模式" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +#, fuzzy +msgid "Control" +msgstr "列" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Control labeled " msgstr "控件已标记 " -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 msgid "Controls labeled " msgstr "控件已标记" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 msgid "Coordinates" msgstr "坐标" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:75 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 msgid "Copied to clipboard!" msgstr "复制到剪贴板!" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 msgid "Copy" msgstr "复制" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 msgid "Copy SELECT statement to the clipboard" msgstr "将 SELECT 语句复制到剪贴板" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 msgid "Copy and Paste JSON credentials" msgstr "复制和粘贴JSON凭据" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 msgid "Copy and paste the entire service account .json file here" msgstr "复制服务帐户的json文件复制并粘贴到此处" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316 -msgid "Copy chart URL" -msgstr "复制图表URL" - -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 -msgid "Copy chart URL to clipboard" -msgstr "复制图表URL到剪贴板" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263 -msgid "Copy dashboard URL" -msgstr "复制仪表盘URL" - -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 msgid "Copy link" msgstr "复制链接" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 msgid "Copy message" msgstr "复制信息" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:683 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1469 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 #, python-format msgid "Copy of %s" msgstr "%s 的副本" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 msgid "Copy partition query to clipboard" msgstr "将分区查询复制到剪贴板" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:468 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 +#, fuzzy +msgid "Copy permalink to clipboard" +msgstr "将查询链接复制到剪贴板" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 msgid "Copy query URL" msgstr "复制查询URL" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 msgid "Copy query link to your clipboard" msgstr "将查询链接复制到剪贴板" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 msgid "Copy the account name of that database you are trying to connect to." msgstr "复制尝试连接的数据库帐户名" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 +msgid "Copy the name of the HTTP Path of your cluster." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +#, fuzzy +msgid "Copy the name of the database you are trying to connect to." msgstr "复制尝试连接的数据库名" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 msgid "Copy to Clipboard" msgstr "复制到剪贴板" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:43 -#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 msgid "Copy to clipboard" msgstr "复制到剪贴板" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 msgid "Correlation" msgstr "相关性" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 msgid "Cost estimate" msgstr "成本估算" -#: superset/views/utils.py:547 +#: superset/views/utils.py:498 msgid "Could not determine datasource type" msgstr "无法确定数据源类型" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 msgid "Could not fetch all saved charts" msgstr "无法获取所有保存的图表" -#: superset/views/utils.py:563 +#: superset/views/utils.py:514 msgid "Could not find viz object" msgstr "找不到可视化对象" -#: superset/databases/commands/exceptions.py:130 +#: superset/databases/commands/exceptions.py:132 msgid "Could not load database driver" msgstr "无法加载数据库驱动程序" -#: superset/views/core.py:1366 +#: superset/views/core.py:1413 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "无法加载数据库驱动程序:%(driver_name)s" -#: superset/databases/commands/test_connection.py:99 +#: superset/databases/commands/test_connection.py:180 msgid "Could not load database driver: {}" msgstr "无法加载数据库驱动程序:{}" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 -msgid "Could not verify the host" -msgstr "无法验证主机名(IP)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +#, fuzzy +msgid "Count" +msgstr "列" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +#, fuzzy +msgid "Count Unique Values" +msgstr "可被过滤" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Count as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 +msgid "Count as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 +msgid "Count as Fraction of Total" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 msgid "Country" msgstr "国家" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 msgid "Country Color Scheme" msgstr "国家颜色方案" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 msgid "Country Column" msgstr "国家字段" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 msgid "Country Field Type" msgstr "国家字段的类型" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 -#: superset/viz.py:2007 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:2044 msgid "Country Map" msgstr "国家地图" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:767 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 msgid "Create" msgstr "创建" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +#, fuzzy +msgid "Create Chart" +msgstr "面积图" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:331 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:321 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:332 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:356 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +#, fuzzy +msgid "Create a dataset" +msgstr "创建一个 " + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 +#: superset-frontend/src/pages/ChartCreation/index.tsx:381 msgid "Create a new chart" msgstr "创建新图表" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +#, fuzzy +msgid "Create chart" +msgstr "面积图" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:178 +#, fuzzy +msgid "Create dataset" +msgstr "修改数据集" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +#, fuzzy +msgid "Create dataset and create chart" +msgstr "创建新图表" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 +#: superset-frontend/src/pages/ChartCreation/index.tsx:430 msgid "Create new chart" msgstr "创建新图表" @@ -3429,68 +4562,94 @@ msgstr "创建新图表" msgid "Create new filter set" msgstr "创建新的过滤器" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:135 msgid "Create or select schema..." msgstr "创建或者选择模式" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169 +#: superset-frontend/src/features/home/ActivityTable.tsx:159 msgid "Created" msgstr "已创建" -#: superset/views/access_requests.py:46 superset/views/schedules.py:237 -#: superset/views/schedules.py:317 +#: superset/views/access_requests.py:49 msgid "Created On" msgstr "创建日期" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +#: superset-frontend/src/pages/AlertReportList/index.tsx:313 +#: superset-frontend/src/pages/AlertReportList/index.tsx:469 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 +#: superset-frontend/src/pages/ChartList/index.tsx:461 +#: superset-frontend/src/pages/ChartList/index.tsx:630 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +#: superset-frontend/src/pages/DashboardList/index.tsx:358 +#: superset-frontend/src/pages/DashboardList/index.tsx:545 +#: superset-frontend/src/pages/DatabaseList/index.tsx:365 +#: superset-frontend/src/pages/Tags/index.tsx:128 +#: superset-frontend/src/pages/Tags/index.tsx:183 msgid "Created by" msgstr "创建人" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +#, fuzzy +msgid "Created by me" +msgstr "创建人" + #: superset-frontend/src/profile/components/App.tsx:62 msgid "Created content" msgstr "创建的内容" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 msgid "Created on" msgstr "创建日期" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72 +#: superset/databases/ssh_tunnel/commands/exceptions.py:46 +#, fuzzy +msgid "Creating SSH Tunnel failed for an unknown reason" +msgstr "导入图表失败,原因未知" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 msgid "Creating a data source and creating a new tab" msgstr "创建数据源,并弹出一个新的标签页" -#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157 -#: superset/views/database/mixins.py:192 +#: superset/connectors/sqla/views.py:366 superset/views/chart/mixin.py:77 +#: superset/views/dashboard/mixin.py:84 superset/views/dashboard/views.py:185 +#: superset/views/database/mixins.py:189 msgid "Creator" msgstr "作者" -#: superset/views/schedules.py:241 superset/views/schedules.py:321 -msgid "Crontab" -msgstr "定时任务" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 +#, fuzzy +msgid "Crimson" +msgstr "操作" -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 -msgid "Cross Filter Scoping" -msgstr "交叉筛选作用域" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:122 +msgid "Cross-filter will be applied to all of the charts that use this dataset." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349 -msgid "Cross-filter scoping" +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:134 +#, fuzzy +msgid "Cross-filtering is not enabled for this dashboard." +msgstr "此看板中没有过滤条件。" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +#, fuzzy +msgid "Cross-filters" msgstr "交叉筛选作用域" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 msgid "Cumulative" msgstr "累计" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 msgid "Custom" msgstr "自定义" @@ -3503,108 +4662,128 @@ msgstr "自定义插件" msgid "Custom Plugins" msgstr "自定义插件" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 msgid "Custom SQL" msgstr "自定义SQL" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 -msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" -msgstr "自定义SQL即席筛选器不适用于本机Druid连接器" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 -msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" -msgstr "自定义SQL即席查询不适用于本机Druid连接器" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "此数据集无法启用自定义SQL即席查询、" +#: superset/connectors/sqla/utils.py:194 superset/errors.py:145 +#: superset/models/helpers.py:129 superset/models/helpers.py:864 +msgid "Custom SQL fields cannot contain sub-queries." +msgstr "" + #: superset-frontend/src/filters/components/Time/index.ts:28 msgid "Custom time filter plugin" msgstr "自定义时间过滤器插件" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 msgid "Customize" msgstr "定制化配置" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 msgid "Customize Metrics" msgstr "自定义指标" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 msgid "Customize columns" msgstr "自定义列" -#: superset/connectors/sqla/views.py:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 +msgid "Cyclic dependency detected" +msgstr "" + +#: superset/connectors/sqla/views.py:256 msgid "D3 Format" msgstr "D3 格式" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 msgid "D3 format" msgstr "D3 格式" #: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "D3插件格式语法: https://github.com/d3/d3-time-format" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 +#, fuzzy msgid "" "D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different siginificant digits for small and large numbers" +"to have different significant digits for small and large numbers" msgstr "D3数字格式,用于-1.0和1.0之间的数字,当您希望小数和大数有不同的符号数字时很有用" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 msgid "D3 time format for datetime columns" msgstr "D3时间格式的时间列" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:53 msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "D3时间插件格式语法: https://github.com/d3/d3-time-format" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 +#, fuzzy +msgid "DATETIME" +msgstr "日期/时间" + +#: superset/utils/encrypt.py:117 +#, python-format +msgid "DB column %(col_name)s has unknown type: %(value_type)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "十二月" #: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 msgid "DELETE" msgstr "删除" -#: superset-frontend/src/components/ReportModal/index.tsx:345 -msgid "DESCRIPTION ERROR" -msgstr "描述错误" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259 +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 msgid "DML" msgstr "DML(数据操作语言)" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 +#, fuzzy +msgid "Dark" +msgstr "雷达" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 +msgid "Dark Cyan" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 msgid "Dark mode" msgstr "黑暗模式" -#: superset-frontend/src/components/Menu/MenuRight.tsx:46 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210 -#: superset/templates/appbuilder/navbar_right.html:40 -#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155 -#: superset/views/schedules.py:236 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:228 +#: superset-frontend/src/pages/DashboardList/index.tsx:672 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 msgid "Dashboard" msgstr "看板" -#: superset/initialization/__init__.py:444 -msgid "Dashboard Emails" -msgstr "看板" +#: superset-frontend/src/explore/actions/saveModalActions.js:135 +#, fuzzy, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" +msgstr "看板 [{}] 刚刚被创建,并且图表 [{}] 已被添加到其中" -#: superset/views/core.py:1028 +#: superset/views/core.py:1122 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "看板 [{}] 刚刚被创建,并且图表 [{}] 已被添加到其中" @@ -3620,31 +4799,67 @@ msgstr "看板无法被删除。" msgid "Dashboard could not be updated." msgstr "看板无法更新。" -#: superset/reports/commands/exceptions.py:44 +#: superset/reports/commands/exceptions.py:48 msgid "Dashboard does not exist" msgstr "看板不存在" +#: superset-frontend/src/pages/DashboardList/index.tsx:170 +#, fuzzy +msgid "Dashboard imported" +msgstr "看板属性" + #: superset/dashboards/commands/exceptions.py:43 msgid "Dashboard parameters are invalid." msgstr "看板参数无效。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639 msgid "Dashboard properties" msgstr "看板属性" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447 +#, fuzzy +msgid "Dashboard properties updated" +msgstr "看板属性" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 msgid "Dashboard scheme" msgstr "仪表盘模式" -#: superset-frontend/src/profile/components/CreatedContent.tsx:73 -#: superset-frontend/src/profile/components/Favorites.tsx:74 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 -#: superset/views/dashboard/mixin.py:25 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +#, fuzzy +msgid "Dashboard title" +msgstr "看板" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +#, fuzzy +msgid "Dashboard usage" +msgstr "看板" + +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 +#: superset-frontend/src/pages/ChartList/index.tsx:688 +#: superset-frontend/src/pages/DashboardList/index.tsx:699 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset-frontend/src/profile/components/CreatedContent.tsx:101 +#: superset-frontend/src/profile/components/Favorites.tsx:99 +#: superset/initialization/__init__.py:249 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 msgid "Dashboards" msgstr "仪表盘" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 +#: superset-frontend/src/pages/ChartList/index.tsx:411 +#, fuzzy +msgid "Dashboards added to" +msgstr "看板" + #: superset/dashboards/commands/exceptions.py:58 msgid "Dashboards could not be deleted." msgstr "仪表盘无法被删除。" @@ -3653,162 +4868,183 @@ msgstr "仪表盘无法被删除。" msgid "Dashboards do not exist" msgstr "仪表盘" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset-frontend/src/views/CRUD/data/common.ts:22 -#: superset/initialization/__init__.py:354 -#: superset/initialization/__init__.py:363 -#: superset/initialization/__init__.py:373 -#: superset/initialization/__init__.py:387 -#: superset/initialization/__init__.py:404 -#: superset/initialization/__init__.py:509 -#: superset/initialization/__init__.py:519 -#: superset/initialization/__init__.py:532 -#: superset/initialization/__init__.py:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +#, fuzzy +msgid "Dashed" +msgstr "看板" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 +#: superset-frontend/src/features/home/RightMenu.tsx:169 +#: superset/initialization/__init__.py:244 msgid "Data" msgstr "数据" -#: superset/connectors/druid/views.py:343 -msgid "Data Source" -msgstr "数据源" - -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 msgid "Data Table" msgstr "数据表" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200 +#: superset/datasets/commands/exceptions.py:197 +msgid "Data URI is not allowed." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 msgid "Data Zoom" msgstr "数据缩放" -#: superset/views/core.py:2313 +#: superset/sqllab/commands/results.py:116 superset/views/core.py:2195 msgid "" "Data could not be deserialized from the results backend. The storage " "format might have changed, rendering the old data stake. You need to re-" "run the original query." msgstr "无法从结果后端反序列化数据。存储格式可能已经改变,呈现了旧的数据桩。您需要重新运行原始查询。" -#: superset/views/core.py:2266 +#: superset/sqllab/commands/results.py:75 superset/views/core.py:2148 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." msgstr "无法从结果后端检索数据。您需要重新运行原始查询。" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 msgid "Data preview" msgstr "数据预览" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 -msgid "Data source" -msgstr "数据源" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:283 +#, fuzzy +msgid "Data refreshed" +msgstr "上次刷新的元数据" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 msgid "Data type" msgstr "数据类型" -#: superset/utils/pandas_postprocessing.py:832 +#: superset/utils/pandas_postprocessing/prophet.py:134 msgid "DataFrame include at least one series" msgstr "数据帧(DataFrame)至少包括一个序列" -#: superset/utils/pandas_postprocessing.py:830 +#: superset/utils/pandas_postprocessing/prophet.py:132 msgid "DataFrame must include temporal column" msgstr "数据帧(DataFrame)必须包含时间列" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:271 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424 -#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +#: superset-frontend/src/pages/DatabaseList/index.tsx:267 +#: superset-frontend/src/pages/DatabaseList/index.tsx:296 +#: superset-frontend/src/pages/DatasetList/index.tsx:349 +#: superset-frontend/src/pages/DatasetList/index.tsx:520 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 +#: superset/connectors/sqla/views.py:479 superset/connectors/sqla/views.py:480 #: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:120 superset/views/database/forms.py:279 -#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191 -#: superset/views/sql_lab.py:70 +#: superset/views/database/forms.py:137 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:436 superset/views/database/mixins.py:188 +#: superset/views/sql_lab/views.py:83 msgid "Database" msgstr "数据库" -#: superset/views/database/views.py:452 +#: superset/views/database/views.py:478 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for columnar uploads. Please contact your Superset Admin." msgstr "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" -#: superset/views/database/views.py:136 +#: superset/views/database/views.py:179 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for csv uploads. Please contact your Superset Admin." msgstr "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于csv上传。请联系管理员。" -#: superset/views/database/views.py:283 +#: superset/views/database/views.py:318 #, python-format msgid "" "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "for excel uploads. Please contact your Superset Admin." msgstr "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910 +#: superset/initialization/__init__.py:241 +#, fuzzy +msgid "Database Connections" +msgstr "测试连接" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1467 msgid "Database Creation Error" msgstr "数据库创建错误" -#: superset/views/access_requests.py:43 +#: superset/views/access_requests.py:46 msgid "Database URL" msgstr "数据库URL" -#: superset/databases/commands/exceptions.py:95 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:827 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:849 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1150 +#, fuzzy +msgid "Database connected" +msgstr "选择将要连接的数据库" + +#: superset/databases/commands/exceptions.py:96 msgid "Database could not be created." msgstr "数据库无法被创建" -#: superset/databases/commands/exceptions.py:113 +#: superset/databases/commands/exceptions.py:115 msgid "Database could not be deleted." msgstr "数据库不能删除。" -#: superset/databases/commands/exceptions.py:99 +#: superset/databases/commands/exceptions.py:100 msgid "Database could not be updated." msgstr "数据库无法更新" -#: superset/errors.py:117 +#: superset/errors.py:123 msgid "Database does not allow data manipulation." msgstr "数据库不允许此数据操作。" #: superset/charts/commands/exceptions.py:82 #: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:35 +#: superset/reports/commands/exceptions.py:39 msgid "Database does not exist" msgstr "数据库不存在" -#: superset/connectors/sqla/models.py:1478 +#: superset/connectors/sqla/models.py:1793 superset/models/helpers.py:1966 msgid "Database does not support subqueries" msgstr "数据库不支持子查询" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:429 msgid "Database error" msgstr "数据库错误" -#: superset/databases/commands/validate.py:136 +#: superset/databases/commands/validate.py:124 msgid "Database is offline." msgstr "数据库已下线" -#: superset/reports/commands/exceptions.py:62 +#: superset/reports/commands/exceptions.py:66 msgid "Database is required for alerts" msgstr "警报需要数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1396 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 +#: superset/db_engine_specs/base.py:1845 +#: superset/db_engine_specs/clickhouse.py:209 msgid "Database name" msgstr "数据库名称" @@ -3816,38 +5052,55 @@ msgstr "数据库名称" msgid "Database not allowed to change" msgstr "数据集不允许被修改" -#: superset/databases/commands/exceptions.py:91 +#: superset/databases/commands/exceptions.py:92 msgid "Database not found." msgstr "数据库没有找到" +#: superset/views/core.py:1179 +#, fuzzy, python-format +msgid "Database not found: %(id)s" +msgstr "数据源id不存在:%(id)s" + #: superset/databases/commands/exceptions.py:32 msgid "Database parameters are invalid." msgstr "数据库参数无效" -#: superset/db_engine_specs/base.py:1393 +#: superset-frontend/src/components/ImportModal/index.tsx:291 +#, fuzzy +msgid "Database passwords" +msgstr "数据库端口" + +#: superset/db_engine_specs/base.py:1842 +#: superset/db_engine_specs/clickhouse.py:206 +#: superset/db_engine_specs/databricks.py:52 msgid "Database port" msgstr "数据库端口" -#: superset-frontend/src/profile/components/Security.tsx:46 -#: superset-frontend/src/views/CRUD/data/common.ts:26 -#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:811 +#, fuzzy +msgid "Database settings updated" +msgstr "数据库无法更新" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:258 +#: superset-frontend/src/profile/components/Security.tsx:47 +#: superset/views/database/mixins.py:33 msgid "Databases" msgstr "数据库" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset/views/database/forms.py:219 superset/views/database/forms.py:380 +#: superset/views/database/forms.py:471 msgid "Dataframe Index" msgstr "Dataframe索引" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:267 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 #: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505 +#: superset-frontend/src/pages/ChartCreation/index.tsx:390 +#: superset-frontend/src/pages/ChartList/index.tsx:391 +#: superset-frontend/src/pages/ChartList/index.tsx:678 +#: superset-frontend/src/pages/DatasetList/index.tsx:606 msgid "Dataset" msgstr "数据集" @@ -3856,6 +5109,11 @@ msgstr "数据集" msgid "Dataset %(name)s already exists" msgstr "数据集 %(name)s 已存在" +#: superset-frontend/src/explore/components/SaveModal.tsx:331 +#, fuzzy +msgid "Dataset Name" +msgstr "数据集名称" + #: superset/datasets/columns/commands/exceptions.py:27 msgid "Dataset column delete failed." msgstr "数据集列删除失败。" @@ -3872,17 +5130,26 @@ msgstr "无法创建数据集。" msgid "Dataset could not be deleted." msgstr "无法删除数据集" +#: superset/datasets/commands/exceptions.py:193 +#, fuzzy +msgid "Dataset could not be duplicated." +msgstr "无法更新数据集。" + #: superset/datasets/commands/exceptions.py:161 #: superset/datasets/commands/exceptions.py:173 msgid "Dataset could not be updated." msgstr "无法更新数据集。" -#: superset/commands/exceptions.py:119 #: superset/datasets/commands/exceptions.py:149 msgid "Dataset does not exist" msgstr "数据集不存在" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 +#: superset-frontend/src/pages/DatasetList/index.tsx:185 +#, fuzzy +msgid "Dataset imported" +msgstr "数据库端口" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 msgid "Dataset is required" msgstr "需要数据集" @@ -3894,8 +5161,8 @@ msgstr "数据集指标删除失败" msgid "Dataset metric not found." msgstr "数据集指标没找到" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 msgid "Dataset name" msgstr "数据集名称" @@ -3903,134 +5170,165 @@ msgstr "数据集名称" msgid "Dataset parameters are invalid." msgstr "数据集参数无效。" +#: superset/dashboards/api.py:430 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" +msgstr "" + #: superset/datasets/commands/exceptions.py:169 msgid "Dataset(s) could not be bulk deleted." msgstr "数据集无法批量删除" -#: superset-frontend/src/profile/components/Security.tsx:60 -#: superset-frontend/src/views/CRUD/data/common.ts:32 -#: superset/initialization/__init__.py:359 +#: superset-frontend/src/pages/DatasetList/index.tsx:589 +#: superset-frontend/src/profile/components/Security.tsx:61 +#: superset/initialization/__init__.py:265 msgid "Datasets" msgstr "数据集" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 msgid "Datasets do not contain a temporal column" msgstr "数据集不包含时间列" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157 -#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44 -#: superset/views/chart/mixin.py:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 +#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 msgid "Datasource" msgstr "数据源" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 msgid "Datasource & Chart Type" msgstr "数据源 & 图表类型" -#: superset/connectors/druid/views.py:352 -msgid "Datasource Name" -msgstr "数据库名称" +#: superset/commands/exceptions.py:131 +#, fuzzy +msgid "Datasource does not exist" +msgstr "数据集不存在" -#: superset/connectors/connector_registry.py:99 -#, python-format -msgid "Datasource id not found: %(id)s" -msgstr "数据源id不存在:%(id)s" +#: superset/commands/exceptions.py:123 +msgid "Datasource type is invalid" +msgstr "" #: superset/charts/commands/exceptions.py:101 msgid "Datasource type is required when datasource_id is given" msgstr "给定数据源id时,需要提供数据源类型" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 msgid "Date Time Format" msgstr "时间格式" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 msgid "Date filter" msgstr "日期过滤器" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 msgid "Date format" msgstr "日期格式化" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 +#, fuzzy +msgid "Date format string" +msgstr "自动匹配格式化" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 msgid "Date/Time" msgstr "日期/时间" -#: superset/connectors/sqla/views.py:151 +#: superset/connectors/sqla/views.py:163 msgid "Datetime Format" msgstr "时间格式" -#: superset/connectors/sqla/models.py:1062 +#: superset/connectors/sqla/models.py:1237 superset/models/helpers.py:1427 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "没有提供该表配置的日期时间列,它是此类型图表所必需的" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 msgid "Datetime format" msgstr "时间格式" -#: superset/db_engine_specs/base.py:96 +#: superset/db_engine_specs/base.py:106 msgid "Day" msgstr "天" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format msgid "Days %s" msgstr "%s天" -#: superset/connectors/sqla/models.py:1593 +#: superset/connectors/sqla/models.py:1936 superset/models/helpers.py:988 msgid "Db engine did not return all queried columns" msgstr "数据库引擎未返回所有查询的列" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 +#, fuzzy +msgid "Deactivate" +msgstr "激活" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 msgid "December" msgstr "十二月" -#: superset/views/database/forms.py:214 superset/views/database/forms.py:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:70 +msgid "Decides which column to sort the base axis by." +msgstr "" + +#: superset/views/database/forms.py:194 superset/views/database/forms.py:373 msgid "Decimal Character" msgstr "十进制字符" -#: superset/viz.py:2706 +#: superset/viz.py:2743 msgid "Deck.gl - 3D Grid" msgstr "Deck.gl - 3D网格" -#: superset/viz.py:2822 +#: superset/viz.py:2859 msgid "Deck.gl - 3D HEX" msgstr "Deck.gl - 3D六角曲面" -#: superset/viz.py:2862 +#: superset/viz.py:2899 msgid "Deck.gl - Arc" msgstr "Deck.gl - 弧度" -#: superset/viz.py:2843 +#: superset/viz.py:2880 msgid "Deck.gl - GeoJSON" msgstr "Deck.gl - 地理json" -#: superset/viz.py:2431 +#: superset/viz.py:2468 msgid "Deck.gl - Multiple Layers" msgstr "多图层" -#: superset/viz.py:2738 +#: superset/viz.py:2775 msgid "Deck.gl - Paths" msgstr "Deck.gl - 路径" -#: superset/viz.py:2789 +#: superset/viz.py:2826 msgid "Deck.gl - Polygon" msgstr "Deck.gl - 多角形" -#: superset/viz.py:2625 +#: superset/viz.py:2662 msgid "Deck.gl - Scatter plot" msgstr "Deck.gl - 散点图" -#: superset/viz.py:2677 +#: superset/viz.py:2714 msgid "Deck.gl - Screen Grid" msgstr "Deck.gl - 屏幕网格" @@ -4038,184 +5336,207 @@ msgstr "Deck.gl - 屏幕网格" msgid "Default" msgstr "默认" -#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495 +#: superset/connectors/sqla/views.py:484 msgid "Default Endpoint" msgstr "默认端点" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 msgid "Default URL" msgstr "默认URL" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "从数据集列表页访问时重定向到的默认URL" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 msgid "Default Value" msgstr "缺省值" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 +#, fuzzy +msgid "Default datetime" +msgstr "默认纬度" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 msgid "Default latitude" msgstr "默认纬度" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 msgid "Default longitude" msgstr "默认经度" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "" "Default minimal column width in pixels, actual width may still be larger " "than this if other columns don't need much space" msgstr "默认最小列宽(以像素为单位),如果其他列不需要太多空间,则实际宽度可能仍大于此值" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 -msgid "Default to first item" -msgstr "默认为第一项" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 msgid "Default value is required" msgstr "需要默认值" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "选中筛选器具有默认值时,必须设置默认值" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 -msgid "Default value must be set when \"Required\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +#, fuzzy +msgid "Default value must be set when \"Filter value is required\" is checked" msgstr "当\"必填项\"被选中时默认值必须被设置" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 -msgid "Default value set automatically when \"Default to first item\" is checked" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +#, fuzzy +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" msgstr "当\"默认为第一项\"被选中时默认值需要设置为自动" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398 -#: superset-frontend/src/explore/controlPanels/sections.tsx:167 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:140 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "定义要应用的滚动窗口函数,与 [期限] 文本框一起使用" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 msgid "Defines how each series is broken down" msgstr "定义每个序列是如何被分解的" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 -#: superset-frontend/src/explore/controls.jsx:403 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/src/explore/controls.jsx:383 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "定义实体的分组。每个序列在图表上显示为特定颜色,并有一个可切换的图例" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "" -"Defines the origin where time buckets start, accepts natural dates as in " -"`now`, `sunday` or `1970-01-01`" -msgstr "定义时间桶的起点,接受 `now`,`sunday` 或 `1970-01-01` 等格式的日期表达" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 -#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 +#: superset-frontend/src/explore/controlPanels/sections.tsx:152 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "定义滚动窗口函数的大小,相对于所选的时间粒度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 msgid "" "Defines whether the step should appear at the beginning, middle or end " "between two data points" msgstr "定义步骤应出现在两个数据点之间的开始、中间还是结束处" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238 -#: superset/views/base.py:595 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 +#: superset-frontend/src/features/charts/ChartCard.tsx:106 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:220 +#: superset-frontend/src/features/tags/TagCard.tsx:85 +#: superset-frontend/src/pages/AlertReportList/index.tsx:394 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:518 +#: superset-frontend/src/pages/ChartList/index.tsx:846 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 +#: superset-frontend/src/pages/DashboardList/index.tsx:427 +#: superset-frontend/src/pages/DashboardList/index.tsx:712 +#: superset-frontend/src/pages/DatasetList/index.tsx:418 +#: superset-frontend/src/pages/DatasetList/index.tsx:751 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +#: superset-frontend/src/pages/Tags/index.tsx:153 +#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:663 msgid "Delete" msgstr "删除" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 #, python-format msgid "Delete %s?" msgstr "需要删除 %s 吗?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 msgid "Delete Annotation?" msgstr "删除注释?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:529 msgid "Delete Database?" msgstr "确定删除数据库?" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605 +#: superset-frontend/src/pages/DatasetList/index.tsx:723 msgid "Delete Dataset?" msgstr "确定删除数据集?" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 msgid "Delete Layer?" msgstr "确定删除图层?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +#: superset-frontend/src/features/home/SavedQueries.tsx:243 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 msgid "Delete Query?" msgstr "确定删除查询?" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 msgid "Delete Report?" msgstr "删除报表?" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 msgid "Delete Template?" msgstr "删除模板?" -#: superset/views/base.py:595 +#: superset/views/base.py:663 msgid "Delete all Really?" msgstr "确定删除全部?" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 msgid "Delete annotation" msgstr "删除注释" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 msgid "Delete dashboard tab?" msgstr "是否删除仪表盘tab页?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332 +#: superset-frontend/src/pages/DatabaseList/index.tsx:405 msgid "Delete database" msgstr "删除数据库" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 msgid "Delete email report" msgstr "删除邮件报告" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 msgid "Delete query" msgstr "删除查询" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 msgid "Delete template" msgstr "删除模板" @@ -4223,90 +5544,84 @@ msgstr "删除模板" msgid "Delete this container and save to remove this message." msgstr "删除此容器并保存以删除此邮件。" -#: superset/annotation_layers/annotations/api.py:502 +#: superset/annotation_layers/annotations/api.py:504 #, python-format msgid "Deleted %(num)d annotation" msgid_plural "Deleted %(num)d annotations" msgstr[0] "选择一个注释图层" -#: superset/annotation_layers/api.py:353 +#: superset/annotation_layers/api.py:355 #, python-format msgid "Deleted %(num)d annotation layer" msgid_plural "Deleted %(num)d annotation layers" msgstr[0] "选择一个注释图层" -#: superset/charts/api.py:480 +#: superset/charts/api.py:524 #, python-format msgid "Deleted %(num)d chart" msgid_plural "Deleted %(num)d charts" msgstr[0] "删除了 %(num)d 个图表" -#: superset/css_templates/api.py:137 +#: superset/css_templates/api.py:139 #, python-format msgid "Deleted %(num)d css template" msgid_plural "Deleted %(num)d css templates" msgstr[0] "删除了 %(num)d 个css模板" -#: superset/dashboards/api.py:674 +#: superset/dashboards/api.py:760 #, python-format msgid "Deleted %(num)d dashboard" msgid_plural "Deleted %(num)d dashboards" msgstr[0] "删除了 %(num)d 个看板" -#: superset/datasets/api.py:666 +#: superset/datasets/api.py:783 #, python-format msgid "Deleted %(num)d dataset" msgid_plural "Deleted %(num)d datasets" msgstr[0] "已经删除 %(num)d 个数据集" -#: superset/reports/api.py:452 +#: superset/reports/api.py:502 #, python-format msgid "Deleted %(num)d report schedule" msgid_plural "Deleted %(num)d report schedules" msgstr[0] "已经删除了 %(num)d 个报告时间表" -#: superset/queries/saved_queries/api.py:197 +#: superset/queries/saved_queries/api.py:222 #, python-format msgid "Deleted %(num)d saved query" msgid_plural "Deleted %(num)d saved queries" msgstr[0] "已经删除 %(num)d 个保存的查询" -#: superset-frontend/src/reports/actions/reports.js:176 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232 -#: superset-frontend/src/views/CRUD/utils.tsx:246 -#: superset-frontend/src/views/CRUD/utils.tsx:285 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#: superset-frontend/src/features/home/SavedQueries.tsx:172 +#: superset-frontend/src/pages/AlertReportList/index.tsx:183 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:158 +#: superset-frontend/src/pages/DatasetList/index.tsx:653 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 +#: superset-frontend/src/reports/actions/reports.js:158 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 #, python-format msgid "Deleted: %s" msgstr "已删除:%s" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 msgid "Delimited long & lat single column" msgstr "经度&纬度单列限定" -#: superset/views/database/forms.py:132 +#: superset/views/database/forms.py:150 msgid "Delimiter" msgstr "分隔符" -#: superset/views/database/forms.py:133 -msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "CSV文件使用的分隔符 (空白请使用 \\s+)" - -#: superset/views/schedules.py:244 superset/views/schedules.py:324 -msgid "Deliver As Group" -msgstr "作为组交付" - -#: superset/views/schedules.py:245 superset/views/schedules.py:325 -msgid "Delivery Type" -msgstr "交付类型" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 msgid "Delivery method" msgstr "发送方式" @@ -4316,76 +5631,83 @@ msgstr "人口统计" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 msgid "Density" msgstr "密度" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +#, fuzzy +msgid "Dependent on" +msgstr "降序" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 msgid "Deprecated" msgstr "过时" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157 -#: superset/connectors/druid/views.py:188 -#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502 -#: superset/views/annotations.py:78 superset/views/annotations.py:126 -#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:157 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 +#: superset-frontend/src/components/ReportModal/index.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:157 superset/connectors/sqla/views.py:251 +#: superset/connectors/sqla/views.py:362 superset/connectors/sqla/views.py:491 +#: superset/views/chart/mixin.py:80 superset/views/sql_lab/views.py:84 msgid "Description" msgstr "描述" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 msgid "Description (this can be seen in the list)" msgstr "说明(见列表)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 msgid "Description Columns" msgstr "列描述" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:49 msgid "Description text that shows up below your Big Number" msgstr "在大数字下面显示描述文本" -#: superset-frontend/src/components/ListView/ListView.tsx:348 +#: superset-frontend/src/components/ListView/ListView.tsx:360 msgid "Deselect all" msgstr "反选所有" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 msgid "Details of the certification" msgstr "认证详情" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:43 msgid "Determines how whiskers and outliers are calculated." msgstr "确定如何计算箱须和离群值。" -#: superset/views/dashboard/mixin.py:71 +#: superset/views/dashboard/mixin.py:70 msgid "" "Determines whether or not this dashboard is visible in the list of all " "dashboards" msgstr "确定此看板在所有看板列表中是否可见" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 msgid "Diamond" msgstr "下钻" @@ -4393,63 +5715,118 @@ msgstr "下钻" msgid "Did you mean:" msgstr "您的意思是:" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 msgid "Difference" msgstr "差异" -#: superset/viz.py:1968 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 +#, fuzzy +msgid "Dim Gray" +msgstr "时间粒度(grain)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 +#, fuzzy +msgid "Dimension" +msgstr "维度" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on y-axis." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +#, fuzzy +msgid "Dimensions" +msgstr "维度" + +#: superset/viz.py:2005 msgid "Directed Force Layout" msgstr "有向图" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 msgid "Directional" msgstr "方向" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:202 +msgid "Disable SQL Lab data preview queries" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:205 +msgid "" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 +msgid "Disable embedding?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 msgid "Disabled" msgstr "禁用" -#: superset-frontend/src/dashboard/components/Header/index.jsx:579 -msgid "Discard changes" -msgstr "放弃更改" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +#, fuzzy +msgid "Discard" +msgstr "看板" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 msgid "Discrete" msgstr "离散" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 msgid "Display Name" msgstr "显示名称" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 msgid "Display column level total" msgstr "显示列级别合计" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 msgid "Display configuration" msgstr "显示配置" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "在每个列中并排显示指标,而不是每个指标并排显示每个列。" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 msgid "Display row level total" msgstr "显示行级合计" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:38 +#, fuzzy +msgid "Display settings" +msgstr "计划设置" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:78 msgid "Display total row/column" msgstr "显示总行 / 列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 msgid "" "Displays connections between entities in a graph structure. Useful for " "mapping relationships and showing which nodes are important in a network." @@ -4457,31 +5834,32 @@ msgid "" "your data has a geospatial component, try the deck.gl Arc chart." msgstr "显示图形结构中实体之间的连接。用于映射关系和显示网络中哪些节点是重要的。图表可以配置为强制引导或循环。如果您的数据具有地理空间组件,请尝试使用deck.gl圆弧图表。" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 msgid "Distribute across" msgstr "基于某列进行分布" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 #: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 msgid "Distribution" msgstr "分布" -#: superset/viz.py:1769 +#: superset/viz.py:1801 msgid "Distribution - Bar Chart" msgstr "分布 - 柱状图" #: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 msgid "Divider" msgstr "分隔" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 msgid "Do you want a donut or a pie?" msgstr "是否用圆环圈替代饼图?" -#: superset-frontend/src/components/Menu/MenuRight.tsx:214 +#: superset-frontend/src/features/home/RightMenu.tsx:531 msgid "Documentation" msgstr "文档" @@ -4489,303 +5867,382 @@ msgstr "文档" msgid "Domain" msgstr "主域" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 -msgid "Don't refresh" -msgstr "不刷新" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 msgid "Donut" msgstr "圆环圈" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 +#, fuzzy +msgid "Dotted" +msgstr "已编辑" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:480 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 +#, fuzzy +msgid "Download" +msgstr "下载为图片" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:504 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 msgid "Download as image" msgstr "下载为图片" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:264 msgid "Download to CSV" msgstr "下载到CSV" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:575 msgid "Draft" msgstr "草稿" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 +msgid "Drag and drop components to this tab" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 msgid "Draw a marker on data points. Only applicable for line types." msgstr "在数据点上绘制标记。仅适用于线型。" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 msgid "Draw area under curves. Only applicable for line types." msgstr "在曲线下绘制区域。仅适用于线型。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 msgid "Draw line from Pie to label when labels outside?" msgstr "当标签在外侧时,是否在饼图到标签之间连线?" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 +#, fuzzy +msgid "Draw split lines for minor axis ticks" +msgstr "绘制次要y轴记号的分割线" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 msgid "Draw split lines for minor y-axis ticks" msgstr "绘制次要y轴记号的分割线" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:181 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:191 +msgid "Drill by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:172 +msgid "Drill by is not available for this data point" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:170 +msgid "Drill by is not yet supported for this chart type" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:154 +#, fuzzy, python-format +msgid "Drill by: %s" +msgstr "排序 %s" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +msgid "Drill to detail" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 +msgid "Drill to detail by" +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 +msgid "Drill to detail by value is not yet supported for this chart type." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." +msgstr "" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 +#, python-format +msgid "Drill to detail: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:206 +#, fuzzy msgid "Drop a column here or click" -msgstr "将列拖放到此处或单击" +msgid_plural "Drop columns here or click" +msgstr[0] "将列拖放到此处或单击" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:335 +#, fuzzy msgid "Drop a column/metric here or click" -msgstr "将列/指标放在此处或单击" +msgid_plural "Drop columns/metrics here or click" +msgstr[0] "将列/指标放在此处或单击" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:248 +#, fuzzy +msgid "Drop a temporal column here or click" +msgstr "将列拖放到此处或单击" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:216 +#, fuzzy msgid "Drop column here" -msgstr "将列拖放到此处" +msgid_plural "Drop columns here" +msgstr[0] "将列拖放到此处" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:340 +#, fuzzy msgid "Drop column or metric here" -msgstr "将列或指标放在此处" +msgid_plural "Drop columns or metrics here" +msgstr[0] "将列或指标放在此处" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:83 msgid "Drop columns here" msgstr "将列拖放到此处" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 -#, python-format +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:402 msgid "Drop columns or metrics here" msgstr "将列或指标拖放到此处" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 msgid "Drop columns/metrics here or click" msgstr "将列/指标拖放到此处或单击" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 msgid "Drop temporal column here" msgstr "将时间列拖放到此处" -#: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:516 -msgid "Druid Clusters" -msgstr "Druid 集群" - -#: superset/connectors/druid/views.py:192 -msgid "Druid Datasource" -msgstr "Druid 数据源" - -#: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:507 -msgid "Druid Datasources" -msgstr "Druid 数据源" - -#: superset/connectors/druid/views.py:248 -#: superset/connectors/druid/views.py:253 -msgid "" -"Druid supports basic authentication. See " -"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-" -"security extension" -msgstr "" -"Druid支持基本的身份验证。可以参考 [auth](http://druid.io/docs/latest/design/auth.html) " -"和 druid-basic-security 部分" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 msgid "Dual Line Chart" msgstr "双线图" -#: superset/views/datasource/views.py:119 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:472 +#, fuzzy +msgid "Duplicate" +msgstr "复制tab页" + +#: superset/views/datasource/views.py:122 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "重复的列名%(columns)s" -#: superset/common/query_object.py:284 +#: superset/common/query_object.py:291 #, python-format msgid "" "Duplicate column/metric labels: %(labels)s. Please make sure all columns " "and metrics have a unique label." msgstr "重复的列/指标标签:%(labels)s。请确保所有列和指标都有唯一的标签。" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +#, fuzzy +msgid "Duplicate dataset" +msgstr "编辑数据集" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 msgid "Duplicate tab" msgstr "复制tab页" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 msgid "Duration" msgstr "持续时间" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227 -#: superset/views/database/mixins.py:175 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:239 +#, fuzzy msgid "" "Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "此数据库图表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为全局超时。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282 +#: superset/views/database/mixins.py:172 msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the dataset's timeout if undefined." -msgstr "此图表的缓存超时前的持续时间(秒)。请注意,如果未定义则默认为数据集的超时时间。" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." +msgstr "此数据库图表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为全局超时。" -#: superset/views/chart/mixin.py:70 +#: superset/views/chart/mixin.py:69 msgid "" "Duration (in seconds) of the caching timeout for this chart. Note this " "defaults to the datasource/table timeout if undefined." msgstr "此图表的缓存超时持续时间(以秒为单位)。注意,如果未定义,这默认为数据源/表超时。" -#: superset/connectors/druid/views.py:243 -msgid "" -"Duration (in seconds) of the caching timeout for this cluster. A timeout " -"of 0 indicates that the cache never expires. Note this defaults to the " -"global timeout if undefined." -msgstr "此集群的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为全局超时。" - -#: superset/connectors/druid/views.py:334 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 +#, fuzzy msgid "" -"Duration (in seconds) of the caching timeout for this datasource. A " -"timeout of 0 indicates that the cache never expires. Note this defaults " -"to the cluster timeout if undefined." -msgstr "此数据源的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为集群超时。" +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." +msgstr "此图表的缓存超时前的持续时间(秒)。请注意,如果未定义则默认为数据集的超时时间。" -#: superset/connectors/sqla/views.py:473 +#: superset/connectors/sqla/views.py:462 msgid "" "Duration (in seconds) of the caching timeout for this table. A timeout of" " 0 indicates that the cache never expires. Note this defaults to the " "database timeout if undefined." msgstr "此表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为数据库的超时。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:261 msgid "" "Duration (in seconds) of the metadata caching timeout for schemas of this" " database. If left unset, the cache never expires." msgstr "此数据库图表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,这默认为永不过期。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:282 msgid "" "Duration (in seconds) of the metadata caching timeout for tables of this " "database. If left unset, the cache never expires. " msgstr "此数据库图表的缓存超时持续时间(以秒为单位)。超时为0表示缓存永远不会过期。注意,如果未定义,缓存为永不过期。" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:50 msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "持续时间(毫秒)(1.40008 => 1ms 400µs 80ns)" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +#: superset-frontend/src/explore/controls.jsx:90 +#, fuzzy +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +msgstr "持续时间(毫秒)(1.40008 => 1ms 400µs 80ns)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +#: superset-frontend/src/explore/controls.jsx:89 msgid "Duration in ms (66000 => 1m 6s)" msgstr "持续时间(毫秒)(66000 => 1m 6s)" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 #, python-format msgid "Duration: %s" msgstr "持续时间:%s" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 +#, fuzzy +msgid "Dynamic Aggregation Function" +msgstr "聚合功能" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "ECharts" msgstr "ECharts图表" +#: superset/reports/notifications/email.py:130 +#, fuzzy +msgid "EMAIL_REPORTS_CTA" +msgstr "激活邮件报告" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 msgid "END (EXCLUSIVE)" msgstr "结束" -#: superset-frontend/src/views/CRUD/hooks.ts:628 +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:171 +#, fuzzy +msgid "ERROR" +msgstr "错误" + +#: superset-frontend/src/views/CRUD/hooks.ts:700 #, python-format msgid "ERROR: %s" msgstr "错误: %s" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 msgid "Edge length" msgstr "边长" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 msgid "Edge length between nodes" msgstr "节点之间的边长" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 msgid "Edge symbols" msgstr "边符号" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 msgid "Edge width" msgstr "边缘宽度" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:131 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 +#: superset-frontend/src/features/home/SavedQueries.tsx:201 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#: superset-frontend/src/pages/ChartList/index.tsx:553 +#: superset-frontend/src/pages/DashboardList/index.tsx:461 +#: superset-frontend/src/pages/DatabaseList/index.tsx:431 +#: superset-frontend/src/pages/DatasetList/index.tsx:452 msgid "Edit" msgstr "编辑" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 msgid "Edit Alert" msgstr "编辑警报" -#: superset/views/annotations.py:61 -msgid "Edit Annotation" -msgstr "编辑注释" - -#: superset/views/annotations.py:120 -msgid "Edit Annotation Layer" -msgstr "编辑注释层" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 msgid "Edit CSS" msgstr "编辑CSS" -#: superset/views/css_templates.py:39 +#: superset/views/css_templates.py:41 msgid "Edit CSS Template" msgstr "编辑CSS模板" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 msgid "Edit CSS template properties" msgstr "编辑CSS属性属性" -#: superset/views/chart/mixin.py:29 +#: superset/views/chart/mixin.py:28 msgid "Edit Chart" msgstr "编辑图表" -#: superset/connectors/sqla/views.py:66 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +#, fuzzy +msgid "Edit Chart Properties" +msgstr "编辑图表属性" + +#: superset/connectors/sqla/views.py:75 msgid "Edit Column" msgstr "编辑列" -#: superset/views/dashboard/mixin.py:28 +#: superset/views/dashboard/mixin.py:27 msgid "Edit Dashboard" msgstr "编辑看板" @@ -4793,35 +6250,15 @@ msgstr "编辑看板" msgid "Edit Database" msgstr "编辑数据库" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:199 msgid "Edit Dataset " msgstr "编辑数据集" -#: superset/connectors/druid/views.py:216 -msgid "Edit Druid Cluster" -msgstr "编辑 Druid 集群" - -#: superset/connectors/druid/views.py:73 -msgid "Edit Druid Column" -msgstr "编辑 Druid 列" - -#: superset/connectors/druid/views.py:280 -msgid "Edit Druid Datasource" -msgstr "编辑 Druid 数据源" - -#: superset/connectors/druid/views.py:162 -msgid "Edit Druid Metric" -msgstr "编辑 Druid 指标" - -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Edit Email Report" -msgstr "编辑邮件报告" - #: superset/views/log/__init__.py:24 msgid "Edit Log" msgstr "编辑日志" -#: superset/connectors/sqla/views.py:215 +#: superset/connectors/sqla/views.py:210 msgid "Edit Metric" msgstr "编辑指标" @@ -4829,57 +6266,63 @@ msgstr "编辑指标" msgid "Edit Plugin" msgstr "编辑插件" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378 msgid "Edit Report" msgstr "编辑报表" -#: superset/connectors/sqla/views.py:317 +#: superset/connectors/sqla/views.py:293 msgid "Edit Row level security filter" msgstr "编辑行级安全过滤" -#: superset/views/sql_lab.py:42 +#: superset/views/sql_lab/views.py:55 msgid "Edit Saved Query" msgstr "编辑保存的查询" -#: superset/connectors/sqla/views.py:398 +#: superset/connectors/sqla/views.py:387 msgid "Edit Table" msgstr "编辑表" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 msgid "Edit annotation" msgstr "编辑注释" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 msgid "Edit annotation layer" msgstr "添加注释层" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 msgid "Edit annotation layer properties" msgstr "编辑注释图层属性" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:74 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 +#, fuzzy +msgid "Edit chart" +msgstr "编辑图表" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 msgid "Edit chart properties" msgstr "编辑图表属性" -#: superset-frontend/src/dashboard/components/Header/index.jsx:605 +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 msgid "Edit dashboard" msgstr "编辑仪表盘" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 -msgid "Edit dashboard properties" -msgstr "编辑看板属性" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1700 msgid "Edit database" msgstr "编辑数据库" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 msgid "Edit dataset" msgstr "编辑数据集" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 +#: superset-frontend/src/components/ReportModal/index.tsx:212 msgid "Edit email report" msgstr "编辑邮件报告" @@ -4887,90 +6330,101 @@ msgstr "编辑邮件报告" msgid "Edit formatter" msgstr "日期格式化" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 msgid "Edit properties" msgstr "编辑属性" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 msgid "Edit query" msgstr "编辑查询" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 msgid "Edit template" msgstr "编辑模板" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 msgid "Edit template parameters" msgstr "编辑模板参数" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:717 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 +#, fuzzy +msgid "Edit the dashboard" +msgstr "编辑仪表盘" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 msgid "Edit time range" msgstr "编辑时间范围" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161 +#: superset-frontend/src/features/home/ActivityTable.tsx:151 msgid "Edited" msgstr "已编辑" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 msgid "Editing 1 filter:" msgstr "编辑1个过滤条件:" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 msgid "Editing filter set:" msgstr "编辑过滤条件集合" -#: superset/errors.py:110 +#: superset/errors.py:116 msgid "Either the database is spelled incorrectly or does not exist." msgstr "数据库拼写不正确或不存在。" -#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195 -#: superset/db_engine_specs/redshift.py:63 +#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:654 +#: superset/db_engine_specs/redshift.py:67 #, python-format msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "用户名\"%(username)s\"或密码不正确" -#: superset/db_engine_specs/mssql.py:74 +#: superset/db_engine_specs/mssql.py:85 #, python-format msgid "" "Either the username \"%(username)s\", password, or database name " "\"%(database)s\" is incorrect." msgstr "用户名\"%(username)s\"、密码或数据库名称\"%(database)s\"不正确" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 -msgid "Either the username or password is incorrect." -msgstr "用户名或密码不正确。" - -#: superset/errors.py:109 +#: superset/errors.py:115 msgid "Either the username or the password is wrong." msgstr "用户名或密码错误。" -#: superset/views/schedules.py:326 -msgid "Email Format" -msgstr "电子邮件格式" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 +#, fuzzy +msgid "Elevation" +msgstr "执行时间" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 msgid "Email reports active" msgstr "激活邮件报告" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -msgid "Emit Target" -msgstr "发送目标" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 +#, fuzzy +msgid "Embed" +msgstr "十一月" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 +msgid "Embed code" +msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 -msgid "Emit dashboard cross filters" -msgstr "发送仪表盘过滤" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 +#, fuzzy +msgid "Embed dashboard" +msgstr "保存看板" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 -msgid "Emit dashboard cross filters." -msgstr "发送仪表盘过滤" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 +msgid "Embedding deactivated." +msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95 -msgid "Emitted values" -msgstr "限制选择器值" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 +#, fuzzy +msgid "Emit Filter Events" +msgstr "可被过滤" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 msgid "Emphasis" msgstr "重点" @@ -4978,7 +6432,7 @@ msgstr "重点" msgid "Employment and education" msgstr "就业和教育" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 msgid "Empty circle" msgstr "空圈" @@ -4986,24 +6440,53 @@ msgstr "空圈" msgid "Empty collection" msgstr "空集合" -#: superset/connectors/sqla/models.py:1068 +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +#, fuzzy +msgid "Empty column" +msgstr "我的列" + +#: superset/charts/data/api.py:363 +#, fuzzy +msgid "Empty query result" +msgstr "查询为空?" + +#: superset/connectors/sqla/models.py:1243 superset/models/helpers.py:1433 msgid "Empty query?" msgstr "查询为空?" -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493 +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" +msgstr "" + +#: superset-frontend/src/features/home/RightMenu.tsx:299 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" +msgstr "" + +#: superset/connectors/sqla/views.py:482 msgid "Enable Filter Select" msgstr "启用过滤器选择" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:139 +#, fuzzy +msgid "Enable cross-filtering" +msgstr "交叉筛选作用域" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 msgid "Enable data zooming controls" msgstr "启用数据缩放控件" +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 +#, fuzzy +msgid "Enable embedding" +msgstr "启用节点拖动" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 msgid "Enable forecast" msgstr "启用预测" @@ -5012,45 +6495,62 @@ msgstr "启用预测" msgid "Enable forecasting" msgstr "启用预测中" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 msgid "Enable graph roaming" msgstr "启用图形漫游" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 msgid "Enable node dragging" msgstr "启用节点拖动" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:170 msgid "Enable query cost estimation" msgstr "启用查询成本估算" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 msgid "Enable server side pagination of results (experimental feature)" msgstr "支持服务器端结果分页(实验功能)" -#: superset/viz.py:2530 +#: superset/viz.py:2567 msgid "" "Encountered invalid NULL spatial entry," " please consider filtering those " "out" msgstr "遇到无效的为 NULL 的空间条目,请考虑将其过滤掉" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164 -#: superset/views/annotations.py:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 msgid "End" msgstr "结束" -#: superset/views/sql_lab.py:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 +#, fuzzy +msgid "End (Longitude, Latitude): " +msgstr "无效的经度/纬度" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +#, fuzzy +msgid "End Longitude & Latitude" +msgstr "无效的经度/纬度" + +#: superset/views/sql_lab/views.py:86 msgid "End Time" msgstr "结束时间" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 msgid "End angle" msgstr "结束角度" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "End date" +msgstr "发送文本" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 msgid "End date excluded from time range" msgstr "从时间范围中排除的结束日期" @@ -5058,99 +6558,116 @@ msgstr "从时间范围中排除的结束日期" msgid "End date must be after start date" msgstr "起始时间不可以大于当前时间" -#: superset/databases/commands/validate.py:71 +#: superset/databases/commands/validate.py:59 #, python-format msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "引擎 \"%(engine)s\" 不能通过参数配置。" -#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308 -#, python-format -msgid "Engine \"%(engine)s\" is not a valid engine." -msgstr "无效引擎\"%(engine)s\"" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:476 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 msgid "Engine Parameters" msgstr "引擎参数" -#: superset/databases/schemas.py:272 +#: superset/databases/schemas.py:298 msgid "" "Engine spec \"InvalidEngine\" does not support being configured via " "individual parameters." msgstr "引擎\"InvalidEngine\"不支持通过单独的参数进行配置。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:366 msgid "Enter CA_BUNDLE" msgstr "进入CA_BUNDLE" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +#, fuzzy +msgid "Enter Primary Credentials" +msgstr "上传验证文件" + +#: superset/views/database/forms.py:151 +#, fuzzy +msgid "Enter a delimiter for this data" +msgstr "输入标签的新标题" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 msgid "Enter a name for this sheet" msgstr "输入此工作表的名称" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 msgid "Enter a new title for the tab" msgstr "输入标签的新标题" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:234 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:255 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:276 msgid "Enter duration in seconds" msgstr "输入间隔时间(秒)" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:367 msgid "Enter fullscreen" msgstr "全屏" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397 -#: superset-frontend/src/explore/controls.jsx:412 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:392 msgid "Entity" msgstr "实体" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 msgid "Entity ID" msgstr "实体ID" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 msgid "Equal Date Sizes" msgstr "相同的日期大小" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 +#: superset-frontend/src/explore/constants.ts:59 +msgid "Equal to (=)" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 msgid "Error" msgstr "错误" -#: superset/views/alerts.py:83 -msgid "Error Message" -msgstr "错误消息" - -#: superset/connectors/sqla/models.py:1349 +#: superset/connectors/sqla/models.py:1650 superset/models/helpers.py:1843 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "jinja表达式中的HAVING子句出错:%(msg)s" -#: superset/connectors/sqla/models.py:976 +#: superset/connectors/sqla/models.py:1145 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "jinja表达式中的 RLS filters 出错:%(msg)s" -#: superset/connectors/sqla/models.py:1337 +#: superset/connectors/sqla/models.py:1633 superset/models/helpers.py:1831 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "jinja表达式中的WHERE子句出错:%(msg)s" -#: superset/connectors/sqla/models.py:735 +#: superset/connectors/sqla/models.py:826 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "获取jinja表达式中的谓词的值出错:%(msg)s" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 msgid "Error loading chart datasources. Filters may not work correctly." msgstr "加载图表数据源时出错。过滤器可能无法正常工作。" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 msgid "Error message" msgstr "错误信息" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 msgid "Error while fetching charts" @@ -5161,40 +6678,61 @@ msgstr "获取图表时出错" msgid "Error while fetching data: %s" msgstr "获取数据时出错:%s" -#: superset/connectors/sqla/models.py:842 +#: superset/connectors/sqla/models.py:953 superset/models/helpers.py:1029 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "保存查询时出错:%(msg)s" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +#: superset/charts/data/commands/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" +msgstr "" + +#: superset/views/core.py:820 superset/views/core.py:1918 +#, python-format +msgid "Error: %(msg)s" +msgstr "" + +#: superset/views/core.py:817 +#, fuzzy +msgid "Error: permalink state not found" +msgstr "未找到报表计划状态" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 msgid "Estimate cost" msgstr "运行选定的查询" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 msgid "Estimate selected query cost" msgstr "运行选定的查询" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:621 msgid "Estimate the cost before running a query" msgstr "在运行查询之前计算执行计划" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/modules/AnnotationTypes.js:36 +#, fuzzy +msgid "Event" +msgstr "最近" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 msgid "Event Flow" msgstr "事件流" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 msgid "Event Names" msgstr "事件名称" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 msgid "Event definition" msgstr "事件定义" -#: superset/viz.py:2896 +#: superset/viz.py:2933 msgid "Event flow" msgstr "事件流" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 msgid "Event time column" msgstr "事件时间列" @@ -5204,23 +6742,23 @@ msgstr "每个" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:26 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 msgid "Evolution" msgstr "演化" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 msgid "Exact" msgstr "精确" @@ -5232,22 +6770,16 @@ msgstr "精确" msgid "Example" msgstr "例子" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 -#, python-format -msgid "Example %(tableName)s will appear here" -msgstr "示例 %(tableName)s 将出现在此处" - -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:853 +#: superset-frontend/src/pages/Home/index.tsx:208 msgid "Examples" msgstr "示例" -#: superset/views/database/forms.py:252 +#: superset/views/database/forms.py:278 msgid "Excel File" msgstr "Excel文件" -#: superset/views/database/views.py:398 +#: superset/views/database/views.py:424 #, python-format msgid "" "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" @@ -5256,11 +6788,11 @@ msgstr "" "Excel 文件 \"%(excel_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 " "\"%(table_name)s\"" -#: superset/views/database/views.py:268 +#: superset/views/database/views.py:303 msgid "Excel to Database configuration" msgstr "Excel 到数据库配置" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 msgid "Exclude selected values" msgstr "排除选定的值" @@ -5268,35 +6800,67 @@ msgstr "排除选定的值" msgid "Executed SQL" msgstr "已执行的SQL" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 msgid "Executed query" msgstr "已执行查询" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 msgid "Execution ID" msgstr "任务ID" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +#: superset-frontend/src/pages/AlertReportList/index.tsx:376 msgid "Execution log" msgstr "操作日志" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:411 +#, fuzzy +msgid "Existing dataset" +msgstr "丢失数据集" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:366 msgid "Exit fullscreen" msgstr "退出全屏" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:92 +#, fuzzy +msgid "Expand" +msgstr "和" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 msgid "Expand all" msgstr "全部展开" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Expand data panel" +msgstr "" + +#: superset-frontend/src/components/Table/index.tsx:209 +#, fuzzy +msgid "Expand row" +msgstr "标题行" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:197 msgid "Expand table preview" msgstr "展开表格预览" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Expand tool bar" msgstr "展开工具栏" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 #: superset-frontend/src/filters/components/GroupBy/index.ts:31 #: superset-frontend/src/filters/components/Range/index.ts:31 #: superset-frontend/src/filters/components/Select/index.ts:32 @@ -5306,106 +6870,118 @@ msgstr "展开工具栏" msgid "Experimental" msgstr "实验" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:883 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:987 msgid "Explore" msgstr "探索" -#: superset/views/core.py:881 +#: superset/views/core.py:985 #, python-format msgid "Explore - %(table)s" msgstr "查看 - %(table)s" -#: superset/reports/notifications/email.py:91 -msgid "Explore in Superset" -msgstr "探索" - -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161 +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 msgid "Explore the result set in the data exploration view" msgstr "在数据探索视图中探索结果集" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516 -#: superset/views/dashboard/views.py:67 +#: superset-frontend/src/features/charts/ChartCard.tsx:119 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 +#: superset-frontend/src/pages/ChartList/index.tsx:537 +#: superset-frontend/src/pages/ChartList/index.tsx:854 +#: superset-frontend/src/pages/DashboardList/index.tsx:445 +#: superset-frontend/src/pages/DashboardList/index.tsx:720 +#: superset-frontend/src/pages/DatabaseList/index.tsx:415 +#: superset-frontend/src/pages/DatasetList/index.tsx:434 +#: superset-frontend/src/pages/DatasetList/index.tsx:759 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 +#: superset/views/dashboard/views.py:65 msgid "Export" msgstr "导出" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333 -msgid "Export CSV" -msgstr "导出 CSV" - -#: superset/views/dashboard/views.py:67 +#: superset/views/dashboard/views.py:65 msgid "Export dashboards?" msgstr "导出看板?" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341 -msgid "Export full CSV" -msgstr "导出全量CSV" - -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 msgid "Export query" msgstr "导出查询" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 -msgid "Export to .CSV format" -msgstr "导出为CSV格式" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:485 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 +#, fuzzy +msgid "Export to .CSV" +msgstr "导出到YAML格式" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +#, fuzzy +msgid "Export to .JSON" +msgstr "导出到YAML格式" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 -msgid "Export to .JSON format" -msgstr "导出为JSON格式" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 +#, fuzzy +msgid "Export to Excel" +msgstr "导出到YAML格式" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML" msgstr "导出到YAML格式" -#: superset/views/base.py:538 +#: superset/views/base.py:606 msgid "Export to YAML?" msgstr "导出到YAML?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:496 +#, fuzzy +msgid "Export to full .CSV" +msgstr "导出全量CSV" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 +msgid "Export to original .CSV" +msgstr "" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 +msgid "Export to pivoted .CSV" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:88 msgid "Expose database in SQL Lab" msgstr "在SQL工具箱中展示数据库" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387 -#: superset/views/database/mixins.py:186 +#: superset-frontend/src/pages/DatabaseList/index.tsx:354 +#: superset-frontend/src/pages/DatabaseList/index.tsx:460 +#: superset/views/database/mixins.py:183 msgid "Expose in SQL Lab" msgstr "在 SQL 工具箱中公开" -#: superset/views/database/mixins.py:104 +#: superset/views/database/mixins.py:103 msgid "Expose this DB in SQL Lab" msgstr "在 SQL 工具箱中公开这个数据库" -#: superset/connectors/sqla/views.py:149 +#: superset/connectors/sqla/views.py:161 msgid "Expression" msgstr "表达式" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735 -#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505 -#: superset/views/database/mixins.py:196 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 +#: superset/connectors/sqla/views.py:257 superset/connectors/sqla/views.py:494 +#: superset/views/database/mixins.py:193 msgid "Extra" msgstr "扩展" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 msgid "Extra Controls" msgstr "额外控件" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 msgid "Extra Parameters" msgstr "额外参数" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 msgid "" "Extra data to specify table metadata. Currently supports metadata of the " "format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," @@ -5416,25 +6992,30 @@ msgstr "" " Platform Team\", \"details\": \"This table is the source of truth.\" } " "}`." -#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268 +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 #, python-format msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "JSON无法解码额外字段。%(msg)s" -#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:52 msgid "Extra parameters for use in jinja templated queries" msgstr "用于jinja模板化查询的额外参数" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 msgid "" "Extra parameters that any plugins can choose to set for use in Jinja " "templated queries" msgstr "用于jinja模板化查询的额外参数" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 msgid "Extra url parameters for use in Jinja templated queries" msgstr "用于jinja模板化查询的额外url" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 +#, fuzzy +msgid "Extruded" +msgstr "(不包含)" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 msgid "FEB" msgstr "二月" @@ -5443,44 +7024,74 @@ msgstr "二月" msgid "FRI" msgstr "星期五" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Factor" msgstr "因素" -#: superset/views/database/forms.py:145 superset/views/database/forms.py:298 -#: superset/views/database/forms.py:426 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/views/database/forms.py:167 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:455 msgid "Fail" msgstr "失败" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 msgid "Failed" msgstr "失败" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:346 msgid "Failed at retrieving results" msgstr "检索结果失败" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:500 #, python-format msgid "Failed at stopping query. %s" msgstr "停止查询失败。 %s" -#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 +#: superset-frontend/src/components/ReportModal/index.tsx:343 +msgid "Failed to create report" +msgstr "" + +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" +msgstr "" + +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +#, fuzzy +msgid "Failed to retrieve advanced type" +msgstr "检索结果失败" + +#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 msgid "Failed to start remote query on a worker." msgstr "无法启动远程查询" +#: superset-frontend/src/components/ReportModal/index.tsx:342 +msgid "Failed to update report" +msgstr "" + #: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 #, python-format msgid "Failed to verify select options: %s" msgstr "验证选择选项失败:%s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159 +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:590 +#: superset-frontend/src/pages/DashboardList/index.tsx:498 msgid "Favorite" msgstr "收藏" @@ -5492,34 +7103,36 @@ msgstr "收藏" msgid "February" msgstr "二月" -#: superset/connectors/druid/views.py:353 -msgid "Fetch Values From" -msgstr "取值谓词" - -#: superset/connectors/sqla/views.py:499 +#: superset/connectors/sqla/views.py:488 msgid "Fetch Values Predicate" msgstr "取值谓词" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:538 msgid "Fetch data preview" msgstr "获取数据预览" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:352 #, python-format msgid "Fetched %s" msgstr "刷新于 %s" -#: superset/databases/commands/exceptions.py:62 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 +#, fuzzy +msgid "Fetching" +msgstr "抓取中" + +#: superset/databases/commands/exceptions.py:63 #, python-format msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "字段不能由JSON解码。%{json_error}s" -#: superset/databases/schemas.py:183 superset/databases/schemas.py:198 +#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 #, python-format msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "字段不能由JSON解码。%(msg)s" #: superset/databases/commands/exceptions.py:50 +#: superset/databases/ssh_tunnel/commands/exceptions.py:57 msgid "Field is required" msgstr "字段是必需的" @@ -5527,127 +7140,167 @@ msgstr "字段是必需的" msgid "File" msgstr "文件" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 +#, fuzzy +msgid "Fill Color" +msgstr "固定颜色" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 msgid "Fill all required fields to enable \"Default Value\"" msgstr "填写所有必填字段以启用默认值" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 msgid "Fill method" msgstr "填充方式" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 +#, fuzzy +msgid "Filled" +msgstr "失败" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 msgid "Filter" msgstr "过滤器" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 +#, fuzzy +msgid "Filter Configuration" +msgstr "过滤配置" + #: superset/templates/appbuilder/general/widgets/search.html:24 msgid "Filter List" msgstr "过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#, fuzzy +msgid "Filter Settings" +msgstr "新的过滤器" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 msgid "Filter Type" msgstr "过滤类型" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 msgid "Filter box" msgstr "过滤器" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 +#, fuzzy +msgid "Filter charts" +msgstr "过滤您的图表" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 msgid "Filter configuration" msgstr "过滤配置" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 msgid "Filter configuration for the filter box" msgstr "过滤条件的过滤配置" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 msgid "Filter has default value" msgstr "过滤器默认值" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 -msgid "Filter is hierarchical" -msgstr "分层过滤" +#: superset-frontend/src/components/Table/index.tsx:197 +#, fuzzy +msgid "Filter menu" +msgstr "过滤值" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "仪表盘的过滤器已被更改,将不会被应用" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 msgid "Filter name" msgstr "过滤值" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:289 msgid "Filter results" msgstr "过滤结果" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144 -#, python-format +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 msgid "Filter set already exists" msgstr "过滤器已存在" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 msgid "Filter set with this name already exists" msgstr "过滤器已存在" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 #, python-format msgid "Filter sets (%(filterSetCount)d)" msgstr "过滤器个数(%(filterSetCount)d)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 msgid "Filter type" msgstr "过滤类型" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 msgid "Filter value (case sensitive)" msgstr "过滤值(区分大小写)" -#: superset/connectors/sqla/models.py:1278 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +#, fuzzy +msgid "Filter value is required" +msgstr "需要默认值" + +#: superset/connectors/sqla/models.py:1549 superset/models/helpers.py:1754 msgid "Filter value list cannot be empty" msgstr "不能为空" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 msgid "Filter your charts" msgstr "过滤您的图表" -#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147 +#: superset/connectors/sqla/views.py:159 msgid "Filterable" msgstr "可过滤" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103 -#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +#: superset/viz.py:2142 msgid "Filters" msgstr "过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 #, python-format msgid "Filters (%d)" msgstr "过滤 (%d)" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 msgid "Filters by columns" msgstr "按列过滤" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 msgid "Filters by metrics" msgstr "按指标过滤" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 msgid "Filters configuration" msgstr "过滤配置" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467 -msgid "Filters configuration and scoping" -msgstr "过滤配置和作用域" - -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 #, python-format msgid "Filters out of scope (%d)" msgstr "筛选器超出范围(%d)" -#: superset/connectors/sqla/views.py:348 +#: superset/connectors/sqla/views.py:342 msgid "" "Filters with the same group key will be ORed together within the group, " "while different filter groups will be ANDed together. Undefined group " @@ -5663,19 +7316,23 @@ msgstr "" "'region'),filter子句将应用过滤 (department = 'Finance' OR department = " "'Marketing') 和 (region = 'Europe')" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1077 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1125 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1857 msgid "Finish" msgstr "完成" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "First" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 msgid "" "Fix the trend line to the full time range specified in case filtered " "results do not include the start or end dates" msgstr "将趋势线固定为指定的完整时间范围,以防过滤的结果不包括开始日期或结束日期" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 msgid "Fix to selected Time Range" msgstr "固定到选定的时间范围" @@ -5683,65 +7340,86 @@ msgstr "固定到选定的时间范围" msgid "Fixed" msgstr "固定值" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 msgid "Fixed Color" msgstr "固定颜色" -#: superset-frontend/src/explore/controls.jsx:206 +#: superset-frontend/src/explore/controls.jsx:205 msgid "Fixed color" msgstr "固定颜色" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 +#, fuzzy +msgid "Fixed point radius" +msgstr "点半径" + #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 msgid "Flow" msgstr "流图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 msgid "Font size" msgstr "字体大小" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 msgid "Font size for axis labels, detail value and other text elements" msgstr "轴标签、详图值和其他文本元素的字体大小" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 msgid "Font size for the biggest value in the list" msgstr "列表中最大值的字体大小" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 msgid "Font size for the smallest value in the list" msgstr "列表中最小值的字体大小" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:173 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before running a " -"query." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "对于Presto和Postgres,显示计算成本按钮(查询后)" -#: superset/connectors/sqla/views.py:342 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 +msgid "For further instructions, consult the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/connectors/sqla/views.py:336 msgid "" "For regular filters, these are the roles this filter will be applied to. " "For base filters, these are the roles that the filter DOES NOT apply to, " "e.g. Admin if admin should see all data." msgstr "对于常规过滤,这些是此过滤将应用于的角色。对于基本过滤,这些是过滤不适用的角色,例如Admin代表admin应该查看所有数据。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 msgid "Force" msgstr "强制" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:141 msgid "" "Force all tables and views to be created in this schema when clicking " "CTAS or CVAS in SQL Lab." msgstr "在SQL工具箱中点击CTAS or CVAS强制创建所有数据表或视图" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +#, fuzzy +msgid "Force date format" +msgstr "日期格式化" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:381 msgid "Force refresh" msgstr "强制刷新" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:287 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:292 msgid "Force refresh schema list" msgstr "强制刷新数据" @@ -5749,41 +7427,82 @@ msgstr "强制刷新数据" msgid "Force refresh table list" msgstr "强制刷新数据" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 -msgid "Force-directed Graph" -msgstr "力导向图" - #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "预测期" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 -msgid "Formattable" -msgstr "格式表" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" +msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 +#, fuzzy +msgid "Forest Green" +msgstr "刷新频率" + +#: superset/explore/commands/get.py:87 superset/views/core.py:834 +msgid "Form data not found in cache, reverting to chart metadata." +msgstr "" + +#: superset/explore/commands/get.py:95 superset/views/core.py:840 +msgid "Form data not found in cache, reverting to dataset metadata." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Formattable" +msgstr "格式表" + +#: superset-frontend/src/components/ReportModal/index.tsx:255 msgid "Formatted CSV attached in email" msgstr "在邮件中附件CSV" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 +#, fuzzy +msgid "Formatted date" +msgstr "格式表" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +#, fuzzy +msgid "Formatted value" +msgstr "限制选择器值" + +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +#, fuzzy +msgid "Formatting" +msgstr "自动匹配格式化" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +#: superset-frontend/src/modules/AnnotationTypes.js:32 +#, fuzzy +msgid "Formula" +msgstr "D3 格式" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 +#, fuzzy +msgid "Forward values" +msgstr "条形栏的值" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 msgid "Found invalid orderby options" msgstr "发现无效的orderby选项" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 msgid "Fraction digits" msgstr "分数位" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 msgid "Frequency" msgstr "频率" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 msgid "Friction" msgstr "摩擦" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 msgid "Friction between nodes" msgstr "节点之间的摩擦" @@ -5791,34 +7510,69 @@ msgstr "节点之间的摩擦" msgid "Friday" msgstr "星期五" -#: superset/utils/date_parser.py:264 superset/viz.py:370 +#: superset/utils/date_parser.py:267 superset/viz.py:392 msgid "From date cannot be larger than to date" msgstr "起始时间不可以大于当前时间" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +#, fuzzy +msgid "Full name" +msgstr "查询名称" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 msgid "Funnel Chart" msgstr "漏斗图" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 msgid "Further customize how to display each column" msgstr "进一步自定义如何显示每列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 msgid "Further customize how to display each metric" msgstr "进一步定制如何显示每个指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +#, fuzzy +msgid "GROUP BY" +msgstr "分组" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 msgid "Gauge Chart" msgstr "仪表图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 msgid "General" msgstr "一般" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 +#, fuzzy +msgid "Generic Chart" +msgstr "所有图表" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 msgid "Geo" msgstr "地理位置" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +#, fuzzy +msgid "GeoJson Column" +msgstr "没有列" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#, fuzzy +msgid "GeoJson Settings" +msgstr "计划设置" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "Geo哈希" @@ -5831,27 +7585,55 @@ msgstr "按日期单位获取最后的日期。" msgid "Get the specify date for the holiday" msgstr "获取指定节假日的日期" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:713 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +msgid "Gold" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 msgid "Google Sheet Name and URL" msgstr "Google Sheet名称和URL" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 msgid "Grace period" msgstr "宽限期" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 msgid "Graph Chart" msgstr "圆点图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 msgid "Graph layout" msgstr "图表布局" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 msgid "Gravity" msgstr "重力" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/explore/constants.ts:68 +#, fuzzy +msgid "Greater or equal (>=)" +msgstr ">= (大于等于)" + +#: superset-frontend/src/explore/constants.ts:66 +#, fuzzy +msgid "Greater than (>)" +msgstr "创建一个 " + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#, fuzzy +msgid "Grid" +msgstr "星期五" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 +#, fuzzy +msgid "Grid Size" +msgstr "节点大小" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 #: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "分组" @@ -5860,71 +7642,113 @@ msgstr "分组" msgid "Group By filter plugin" msgstr "分组过滤插件" -#: superset/viz.py:895 +#: superset/viz.py:927 msgid "Group By' and 'Columns' can't overlap" msgstr "“Group by”列和字段不能重叠" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "分组、指标或百分比指标必须具有值" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 -#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 msgid "Group by" msgstr "分组" -#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146 +#: superset/connectors/sqla/views.py:158 msgid "Groupable" msgstr "可分组" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" +msgstr "句柄图" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +#, fuzzy +msgid "Handlebars Template" +msgstr "删除模板" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 msgid "" "Hard value bounds applied for color coding. Is only relevant and applied " "when the normalization is applied against the whole heatmap." msgstr "应用于颜色编码的硬值边界。只有当对整个热图应用标准化时才是相关的和应用的。" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 +#, fuzzy +msgid "Has created by" +msgstr "已创建" + #: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "标题行" -#: superset/views/database/forms.py:152 superset/views/database/forms.py:305 +#: superset/views/database/forms.py:244 superset/views/database/forms.py:331 msgid "Header Row" msgstr "标题行" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2212 +#: superset/viz.py:2249 msgid "Heatmap" msgstr "热力图" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 msgid "Heatmap Options" msgstr "热图选项" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 msgid "Height" msgstr "高度" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +#, fuzzy +msgid "Height of the sparkline" +msgstr "标记线的标签" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +#, fuzzy +msgid "Hide Line" +msgstr "隐藏Layer" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:394 +#, fuzzy +msgid "Hide chart description" +msgstr "切换图表说明" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "Hide layer" msgstr "隐藏Layer" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 +#, fuzzy +msgid "Hide password." +msgstr "密码" + +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 msgid "Hide tool bar" msgstr "隐藏工具栏" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 +#, fuzzy +msgid "Hides the Line for the time series" +msgstr "时间序列设置" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 msgid "Hierarchy" msgstr "层次" #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1711 +#: superset/viz.py:1743 msgid "Histogram" msgstr "直方图" -#: superset/initialization/__init__.py:222 +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:233 msgid "Home" msgstr "主页" @@ -5932,80 +7756,91 @@ msgstr "主页" msgid "Horizon Chart" msgstr "地平线图" -#: superset/viz.py:2273 +#: superset/viz.py:2310 msgid "Horizon Charts" msgstr "水平图" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 +#, fuzzy +msgid "Horizontal" +msgstr "比例" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:166 +#, fuzzy +msgid "Horizontal (Top)" +msgstr "水平对齐" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 msgid "Horizontal alignment" msgstr "水平对齐" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 msgid "Host" msgstr "主机" -#: superset/db_engine_specs/base.py:1390 +#: superset/db_engine_specs/base.py:1839 +#: superset/db_engine_specs/clickhouse.py:203 msgid "Hostname or IP address" msgstr "主机名或IP" -#: superset/db_engine_specs/base.py:94 +#: superset/db_engine_specs/base.py:104 msgid "Hour" msgstr "小时" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format msgid "Hours %s" msgstr "%s小时" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 msgid "Hours offset" msgstr "小时偏移" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 msgid "How do you want to enter service account credentials?" msgstr "您希望如何输入服务帐户凭据?" -#: superset/views/alerts.py:190 -msgid "How long to keep the logs around for this alert" -msgstr "这个警报的日志要保存多久" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 +msgid "How many buckets should the data be grouped in." +msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 msgid "How many periods into the future do we want to predict" msgstr "想要预测未来的多少个时期" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477 -#: superset-frontend/src/explore/controlPanels/sections.tsx:240 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +#: superset-frontend/src/explore/controlPanels/sections.tsx:215 msgid "" "How to display time shifts: as individual lines; as the difference " "between the main time series and each time shift; as the percentage " "change; or as the ratio between series and time shifts." msgstr "如何显示时间偏移:作为单独的行显示;作为主时间序列与每次时间偏移之间的绝对差显示;作为百分比变化显示;或作为序列与时间偏移之间的比率显示。" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 msgid "Huge" msgstr "巨大" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 msgid "ISO 3166-2 Codes" msgstr "ISO 3166-2 代码" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 msgid "ISO 8601" msgstr "ISO 8601" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 msgid "Id" msgstr "Id" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 msgid "Id of root node of the tree." msgstr "树的根节点的ID。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:391 msgid "" "If Presto or Trino, all the queries in SQL Lab are going to be executed " "as the currently logged on user who must have permission to run them. If " @@ -6017,7 +7852,7 @@ msgstr "" "hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据 hive.server2.proxy.user " "的属性伪装当前登录用户。" -#: superset/views/database/mixins.py:163 +#: superset/views/database/mixins.py:165 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -6028,60 +7863,65 @@ msgstr "" "如果使用Presto,SQL 工具箱中的所有查询都将被当前登录的用户执行,并且这些用户必须拥有运行它们的权限。
如果启用 Hive " "和hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据hive.server2.proxy.user的属性伪装当前登录用户。" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 +#: superset/views/database/forms.py:164 +#, fuzzy +msgid "If Table Already Exists" +msgstr "过滤器已存在" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "如果指定了度量,则将根据该度量值进行排序" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121 -msgid "If activated you can use the " -msgstr "如果激活,您可以使用 " +#: superset/views/database/forms.py:238 +msgid "" +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" +msgstr "" -#: superset/views/database/mixins.py:180 +#: superset/views/database/mixins.py:177 msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "如果选择,请额外设置csv上传允许的模式。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 -msgid "If selected, please set the schemas allowed for data upload in Extra." -msgstr "如果选中,请额外设置允许数据上传的schema。" - -#: superset/views/database/forms.py:139 superset/views/database/forms.py:292 -#: superset/views/database/forms.py:420 +#: superset/views/database/forms.py:318 superset/views/database/forms.py:449 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "如果表已存在,执行其中一个:舍弃(什么都不做),替换(删除表并重建),或者追加(插入数据)" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 -msgid "" -"If you wish to specify a different target column than the original " -"column, it can be entered here" -msgstr "如果要指定与原始列不同的目标列,可以在此处输入" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#, fuzzy +msgid "Ignore cache when generating screenshot" +msgstr "生成屏幕截图时报表计划执行失败。" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Ignore null locations" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 msgid "Ignore time" msgstr "忽略时间" -#: superset-frontend/src/components/ReportModal/index.tsx:293 +#: superset-frontend/src/components/ReportModal/index.tsx:252 msgid "Image (PNG) embedded in email" msgstr "使用邮箱发送图片(PNG)" -#: superset-frontend/src/utils/downloadAsImage.ts:63 +#: superset-frontend/src/utils/downloadAsImage.ts:55 msgid "Image download failed, please refresh and try again." msgstr "图片发送失败,请刷新或重试" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:386 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "模拟登录用户 (Presto, Trino, Drill & Hive)" -#: superset/views/database/mixins.py:200 +#: superset/views/database/mixins.py:197 msgid "Impersonate the logged on user" msgstr "模拟登录用户" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/src/components/ImportModal/index.tsx:426 msgid "Import" msgstr "导入" -#: superset-frontend/src/components/ImportModal/index.tsx:286 +#: superset-frontend/src/components/ImportModal/index.tsx:430 #, python-format msgid "Import %s" msgstr "导入 %s" @@ -6090,19 +7930,19 @@ msgstr "导入 %s" msgid "Import Dashboard(s)" msgstr "导入看板" -#: superset/initialization/__init__.py:314 +#: superset/initialization/__init__.py:337 msgid "Import Dashboards" msgstr "导入看板" -#: superset/connectors/sqla/views.py:397 +#: superset/connectors/sqla/views.py:386 msgid "Import a table definition" msgstr "导入一个已定义的表" -#: superset/charts/commands/exceptions.py:151 +#: superset/charts/commands/exceptions.py:155 msgid "Import chart failed for an unknown reason" msgstr "导入图表失败,原因未知" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621 +#: superset-frontend/src/pages/ChartList/index.tsx:813 msgid "Import charts" msgstr "导入图表" @@ -6110,28 +7950,28 @@ msgstr "导入图表" msgid "Import dashboard failed for an unknown reason" msgstr "因为未知原因导入看板失败" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596 +#: superset-frontend/src/pages/DashboardList/index.tsx:686 #: superset/templates/superset/import_dashboards.html:21 msgid "Import dashboards" msgstr "导入看板" -#: superset/databases/commands/exceptions.py:139 +#: superset/databases/commands/exceptions.py:171 msgid "Import database failed for an unknown reason" msgstr "导入数据库失败,原因未知" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195 -msgid "Import databases" -msgstr "导入数据集" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1912 +msgid "Import database from file" +msgstr "从文件中导入数据库" -#: superset/datasets/commands/exceptions.py:181 +#: superset/datasets/commands/exceptions.py:185 msgid "Import dataset failed for an unknown reason" msgstr "因为未知的原因导入数据集失败" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517 +#: superset-frontend/src/pages/DatasetList/index.tsx:620 msgid "Import datasets" msgstr "导入数据集" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 msgid "Import queries" msgstr "导入查询" @@ -6139,117 +7979,128 @@ msgstr "导入查询" msgid "Import saved query failed for an unknown reason." msgstr "由于未知原因,导入保存的查询失败。" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "很重要!如果表尚未按实体ID排序,则选择此项,否则无法保证返回每个实体的所有事件。" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +#: superset-frontend/src/explore/constants.ts:71 +#, fuzzy +msgid "In" +msgstr "在" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 msgid "Include Series" msgstr "包含系列" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +#: superset-frontend/src/components/ReportModal/index.tsx:295 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 msgid "Include series name as an axis" msgstr "包括系列名称作为轴" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 msgid "Include time" msgstr "包含时间" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 -#, python-format -msgid "Incompatible Filters (%d)" -msgstr "不兼容的条件 (%d)" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 -msgid "Incorrect Fields" -msgstr "不正确的字段" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +#, fuzzy +msgid "Index" +msgstr "我的编辑" -#: superset/views/database/forms.py:162 superset/views/database/forms.py:315 +#: superset/views/database/forms.py:210 superset/views/database/forms.py:341 msgid "Index Column" msgstr "索引字段" -#: superset/views/database/forms.py:210 -msgid "Infer Datetime Format" -msgstr "日期时间格式" - -#: superset-frontend/src/components/Menu/MenuRight.tsx:166 -#: superset/templates/appbuilder/navbar_right.html:110 +#: superset-frontend/src/features/home/RightMenu.tsx:482 msgid "Info" msgstr "信息" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 msgid "Inner Radius" msgstr "内半径" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 msgid "Inner radius of donut hole" msgstr "圆环圈内部空洞的内径" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "输入字段支持自定义。例如,30代表30°" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 msgid "Instant filtering" msgstr "即时过滤" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 -msgid "Instructions to add a dataset are available in the Superset tutorial." -msgstr "有关添加数据集的说明,请参阅教程。" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 msgid "Intensity" msgstr "强度" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +#: superset/views/database/forms.py:190 +#, fuzzy +msgid "Interpret Datetime Format Automatically" +msgstr "使用Pandas自动解释日期时间格式。" + +#: superset/views/database/forms.py:191 +#, fuzzy +msgid "Interpret the datetime format automatically" +msgstr "使用Pandas自动解释日期时间格式。" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/modules/AnnotationTypes.js:41 +#, fuzzy +msgid "Interval" +msgstr "间隔" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 msgid "Interval End column" msgstr "间隔结束列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 msgid "Interval bounds" msgstr "区间间隔" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 msgid "Interval colors" msgstr "间隔颜色" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 msgid "Interval start column" msgstr "间隔开始列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 msgid "Intervals" msgstr "间隔" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 msgid "Invalid JSON" msgstr "无效的JSON" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 -msgid "Invalid Port Number" -msgstr "无效端口号" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 -msgid "Invalid account information" -msgstr "无效账户信息" +#: superset/advanced_data_type/api.py:100 +#, fuzzy, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" +msgstr "无效的结果类型:%(result_type)s" -#: superset/databases/schemas.py:170 superset/exceptions.py:182 +#: superset/databases/schemas.py:186 superset/exceptions.py:196 msgid "Invalid certificate" msgstr "无效认证" -#: superset/views/core.py:1375 +#: superset/views/core.py:1422 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -6257,10 +8108,11 @@ msgstr "" "连接字符串无效,有效字符串的格式通常如下:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" -#: superset/databases/schemas.py:148 +#: superset/databases/schemas.py:164 +#, fuzzy msgid "" "Invalid connection string, a valid string usually follows: " -"driver://user:password@database-host/database-name" +"backend+driver://user:password@database-host/database-name" msgstr "连接字符串无效,有效字符串通常如下:driver://user:password@database-host/database-name" #: superset/views/database/validators.py:40 @@ -6277,134 +8129,184 @@ msgstr "" msgid "Invalid cron expression" msgstr "无效cron表达式" -#: superset/utils/pandas_postprocessing.py:578 +#: superset/utils/pandas_postprocessing/cum.py:55 #, python-format msgid "Invalid cumulative operator: %(operator)s" msgstr "累积运算符无效:%(operator)s" -#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39 +#: superset/connectors/sqla/views.py:181 superset/datasets/schemas.py:44 msgid "Invalid date/timestamp format" msgstr "无效的日期/时间戳格式" -#: superset/viz.py:2123 +#: superset/viz.py:2160 msgid "Invalid filter configuration, please select a column" msgstr "过滤器配置无效,请选择一个列" -#: superset/connectors/sqla/models.py:1326 +#: superset/connectors/sqla/models.py:1623 superset/models/helpers.py:1820 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "选择框的操作类型无效: %(op)s" -#: superset/utils/pandas_postprocessing.py:679 +#: superset/utils/pandas_postprocessing/geography.py:118 msgid "Invalid geodetic string" msgstr "无效的 geodetic 字符串" -#: superset/utils/pandas_postprocessing.py:614 +#: superset/utils/pandas_postprocessing/geography.py:49 msgid "Invalid geohash string" msgstr "无效的geohash字符串" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 msgid "Invalid lat/long configuration." msgstr "错误的经纬度配置。" -#: superset/utils/pandas_postprocessing.py:637 +#: superset/utils/pandas_postprocessing/geography.py:76 msgid "Invalid longitude/latitude" msgstr "无效的经度/纬度" -#: superset/utils/core.py:1318 -msgid "Invalid metric object" +#: superset/utils/core.py:1364 +#, fuzzy, python-format +msgid "Invalid metric object: %(metric)s" msgstr "无效的指标对象" -#: superset/utils/pandas_postprocessing.py:184 +#: superset/utils/pandas_postprocessing/utils.py:170 #, python-format msgid "Invalid numpy function: %(operator)s" msgstr "无效的numpy函数:%(operator)s" -#: superset/utils/pandas_postprocessing.py:414 +#: superset/utils/pandas_postprocessing/rolling.py:90 #, python-format msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "%(rolling_type)s 的选项无效:%(options)s" -#: superset/common/query_actions.py:192 +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" +msgstr "" + +#: superset/common/query_actions.py:228 #, python-format msgid "Invalid result type: %(result_type)s" msgstr "无效的结果类型:%(result_type)s" -#: superset/utils/pandas_postprocessing.py:408 +#: superset/utils/pandas_postprocessing/rolling.py:84 #, python-format msgid "Invalid rolling_type: %(type)s" msgstr "无效的滚动类型:%(type)s" -#: superset/viz.py:2493 +#: superset/viz.py:2530 #, python-format msgid "Invalid spatial point encountered: %s" msgstr "遇到无效的空间点:%s" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +#, fuzzy +msgid "Invalid state." +msgstr "无效认证" + +#: superset/reports/commands/create.py:144 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 msgid "Inverse selection" msgstr "反选" -#: superset/connectors/druid/views.py:347 -msgid "Is Hidden" -msgstr "隐藏" +#: superset-frontend/src/components/Table/index.tsx:205 +#, fuzzy +msgid "Invert current page" +msgstr "百分比变化" -#: superset/charts/filters.py:63 superset/dashboards/filters.py:168 +#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 +#: superset/datasets/filters.py:39 msgid "Is certified" msgstr "已认证" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 msgid "Is dimension" msgstr "维度" -#: superset/views/base_api.py:107 +#: superset-frontend/src/explore/constants.ts:89 +#, fuzzy +msgid "Is false" +msgstr "禁用" + +#: superset/views/base_api.py:143 msgid "Is favorite" msgstr "收藏" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 msgid "Is filterable" msgstr "可被过滤" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 -#: superset/connectors/sqla/views.py:150 +#: superset-frontend/src/explore/constants.ts:80 +#, fuzzy +msgid "Is not null" +msgstr "非空" + +#: superset-frontend/src/explore/constants.ts:83 +#, fuzzy +msgid "Is null" +msgstr "非空" + +#: superset/views/base_api.py:171 +msgid "Is tagged" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset/connectors/sqla/views.py:162 msgid "Is temporal" msgstr "时间条件" -#: superset-frontend/src/utils/getClientErrorObject.ts:112 +#: superset-frontend/src/explore/constants.ts:88 +msgid "Is true" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:153 msgid "Issue 1000 - The dataset is too large to query." msgstr "Issue 1000 - 数据集太大,无法进行查询。" -#: superset-frontend/src/utils/getClientErrorObject.ts:118 +#: superset-frontend/src/utils/getClientErrorObject.ts:157 msgid "Issue 1001 - The database is under an unusual load." msgstr "Issue 1001 - 数据库负载异常。" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:183 -msgid "It seems you don't have access to any database" -msgstr "貌似您没有访问到任何数据库" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221 -msgid "It’s not recommended to truncate y-axis in Bar chart." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 +#, fuzzy +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "不建议截断柱状图中的y轴。" #: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 msgid "JAN" msgstr "一月" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918 -#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +#: superset/views/log/__init__.py:33 msgid "JSON" msgstr "JSON" -#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89 +#: superset/views/dashboard/mixin.py:88 msgid "JSON Metadata" msgstr "JSON 元数据" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 msgid "JSON metadata" msgstr "JSON 元数据" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368 +#, fuzzy +msgid "JSON metadata is invalid!" +msgstr "无效 JSON" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:351 msgid "" "JSON string containing additional connection configuration. This is used " "to provide connection information for systems like Hive, Presto and " @@ -6424,13 +8326,45 @@ msgstr "六月" msgid "January" msgstr "一月" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:435 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 +msgid "JavaScript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 +msgid "JavaScript tooltip generator" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +#, fuzzy +msgid "Jinja templating" +msgstr "编辑模板" + +#: superset/views/database/forms.py:233 +#, fuzzy +msgid "Json list of the column names that should be read" +msgstr "应作为日期解析的列的逗号分隔列表。" + +#: superset/views/database/forms.py:464 msgid "" "Json list of the column names that should be read. If not None, only " "these columns will be read from the file." msgstr "Json应读取的列名列表。如果不是“无”,则仅从文件中读取这些列" -#: superset/views/database/forms.py:235 superset/views/database/forms.py:368 +#: superset/views/database/forms.py:203 +#, fuzzy +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" +msgstr "" +"应视为null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", " +"\"null\"]。警告:Hive数据库仅支持单个值。用 [\"\"] 代表空字符串。" + +#: superset/views/database/forms.py:394 msgid "" "Json list of the values that should be treated as null. Examples: [\"\"]," " [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " @@ -6447,46 +8381,74 @@ msgstr "七月" msgid "June" msgstr "六月" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 msgid "KPI" msgstr "指标" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 +msgid "Keep control settings?" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "继续编辑" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#, fuzzy +msgid "Key" +msgstr "蛇形图" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 msgid "Keys for table" msgstr "表的键" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 +#, fuzzy +msgid "Kilometers" +msgstr "过滤" + +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 +#, fuzzy +msgid "LIMIT" +msgstr "行限制" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:109 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143 -#: superset/views/annotations.py:77 superset/views/sql_lab.py:68 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset/views/sql_lab/views.py:81 msgid "Label" msgstr "标签" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 msgid "Label Line" msgstr "标签线" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 msgid "Label Type" msgstr "标签类型" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +#: superset/utils/pandas_postprocessing/rename.py:53 +#, fuzzy +msgid "Label already exists" +msgstr "过滤器已存在" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 msgid "Label for your query" msgstr "为您的查询设置标签" @@ -6494,17 +8456,18 @@ msgstr "为您的查询设置标签" msgid "Label position" msgstr "标签位置" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 msgid "Label threshold" msgstr "标签阈值" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 msgid "Labelling" msgstr "标签" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 msgid "Labels" msgstr "标签" @@ -6521,21 +8484,22 @@ msgstr "标记的标签" msgid "Labels for the ranges" msgstr "范围的标签" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 msgid "Large" msgstr "大" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 msgid "Last" msgstr "上一" -#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 +#: superset/connectors/sqla/views.py:481 superset/views/database/mixins.py:190 msgid "Last Changed" msgstr "更新时间" -#: superset/views/chart/mixin.py:82 +#: superset/views/chart/mixin.py:81 msgid "Last Modified" msgstr "最后修改" @@ -6544,70 +8508,80 @@ msgstr "最后修改" msgid "Last Updated %s" msgstr "上次更新 %s" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, fuzzy, python-format +msgid "Last Updated %s by %s" +msgstr "上次更新 %s" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 #, python-format msgid "Last available value seen on %s" msgstr " %s 最后一个可用值" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 +#: superset-frontend/src/pages/ChartList/index.tsx:445 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 +#: superset-frontend/src/pages/DatabaseList/index.tsx:380 msgid "Last modified" msgstr "最后修改" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 #, python-format msgid "Last modified by %s" msgstr "上次修改人 %s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +#: superset-frontend/src/pages/AlertReportList/index.tsx:267 msgid "Last run" msgstr "上次执行" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 msgid "Latitude" msgstr "纬度" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 msgid "Latitude of default viewport" msgstr "默认视口纬度" -#: superset/views/annotations.py:76 -msgid "Layer" -msgstr "层" - -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 msgid "Layer configuration" msgstr "配置Layer" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 msgid "Layout" msgstr "布局" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 msgid "Layout type of graph" msgstr "图形的布局类型" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 msgid "Layout type of tree" msgstr "树的布局类型" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "表示少于此数量的事件的叶节点最初将隐藏在可视化中" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541 +#: superset-frontend/src/pages/ChartList/index.tsx:749 +#: superset-frontend/src/pages/DashboardList/index.tsx:623 +#: superset-frontend/src/pages/Tags/index.tsx:229 msgid "Least recently modified" msgstr "最远修改" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 msgid "Left" msgstr "左边" @@ -6624,98 +8598,144 @@ msgstr "左轴指标" msgid "Left Axis chart(s)" msgstr "左轴图表" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 msgid "Left Margin" msgstr "左边距" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "左边距,以像素为单位,为轴标签留出更多空间" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 msgid "Left to Right" msgstr "从左到右" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:144 msgid "Left value" msgstr "左值" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 msgid "Legacy" msgstr "遗产" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:102 msgid "Legend" msgstr "图示" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 +#, fuzzy +msgid "Legend Format" +msgstr "数值格式" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 +#, fuzzy +msgid "Legend Orientation" +msgstr "方向" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 +#, fuzzy +msgid "Legend Position" +msgstr "标签位置" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:75 msgid "Legend type" msgstr "图示类型" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +#: superset-frontend/src/explore/constants.ts:63 +#, fuzzy +msgid "Less or equal (<=)" +msgstr "<= (小于等于)" + +#: superset-frontend/src/explore/constants.ts:61 +msgid "Less than (<)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 msgid "Lift percent precision" msgstr "提升百分比精度" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 +#, fuzzy +msgid "Light" +msgstr "高度" + #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 msgid "Light mode" msgstr "光模式" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:45 +#: superset-frontend/src/explore/constants.ts:73 +msgid "Like" +msgstr "" + +#: superset-frontend/src/explore/constants.ts:75 +#, fuzzy +msgid "Like (case insensitive)" +msgstr "过滤值(区分大小写)" + +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 msgid "Limit reached" msgstr "达到限制" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 msgid "Limit selector values" msgstr "限制选择器值" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +#, fuzzy +msgid "Limit type" +msgstr "可视化类型" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 msgid "" "Limiting rows may result in incomplete data and misleading charts. " "Consider filtering or grouping source/target names instead." -msgstr "" -"限制行数可能导致不完整的数据和误导性的图表。" -"可以考虑过滤或分组源/目标名称。" +msgstr "限制行数可能导致不完整的数据和误导性的图表。可以考虑过滤或分组源/目标名称。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 -#: superset-frontend/src/explore/controls.jsx:364 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 +#, fuzzy +msgid "Limits the number of cells that get retrieved." +msgstr "限制显示的行数。" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 +#: superset-frontend/src/explore/controls.jsx:344 msgid "Limits the number of rows that get displayed." msgstr "限制显示的行数。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359 -#: superset-frontend/src/explore/controls.jsx:374 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 +#: superset-frontend/src/explore/controls.jsx:354 msgid "" "Limits the number of series that get displayed. A joined subquery (or an " "extra phase where subqueries are not supported) is applied to limit the " @@ -6724,63 +8744,97 @@ msgid "" "query complexity and cost." msgstr "限制显示的系列数。应用联接的子查询(或不支持子查询的额外阶段)来限制获取和呈现的序列数量。此功能在按高基数列分组时很有用,但会增加查询的复杂性和成本。" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 msgid "Line" msgstr "行" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 #: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 msgid "Line Chart" msgstr "多线图" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +msgid "Line Chart (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:120 msgid "Line Style" msgstr "线条样式" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +#, fuzzy +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "时间序列折线图用于可视化在规则时间间隔内进行的重复测量。折线图是一种图表,它将信息显示为一系列由直线段连接的数据点。它是许多领域中常见的一种基本类型的图表。" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 msgid "Line interpolation as defined by d3.js" msgstr "由 d3.js 定义的线插值" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 msgid "Line width" msgstr "线宽" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 msgid "Linear Color Scheme" msgstr "线性颜色方案" -#: superset-frontend/src/explore/controls.jsx:222 +#: superset-frontend/src/explore/controls.jsx:221 msgid "Linear color scheme" msgstr "线性颜色方案" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" -msgstr "链接成功!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:260 +msgid "Linear interpolation" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" -msgstr "连接长度" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:196 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +#, fuzzy +msgid "Lines column" +msgstr "时间列" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" -msgstr "在力布局中的连接长度" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +#, fuzzy +msgid "Lines encoding" +msgstr "轴线升序" -#: superset/views/alerts.py:75 -msgid "List Observations" -msgstr "观察结果列表" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:226 +#: superset-frontend/src/views/CRUD/hooks.ts:673 +msgid "Link Copied!" +msgstr "链接成功!" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab/views.py:52 msgid "List Saved Query" msgstr "保存的查询列表" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +#, fuzzy +msgid "List Unique Values" +msgstr "限制选择器值" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 msgid "List of values to mark with lines" msgstr "要用行标记的值列表" @@ -6789,15 +8843,20 @@ msgstr "要用行标记的值列表" msgid "List of values to mark with triangles" msgstr "要用三角形标记的值列表" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +#: superset-frontend/src/components/TableSelector/index.tsx:187 +#, fuzzy +msgid "List updated" +msgstr "上一季度" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 msgid "Live CSS editor" msgstr "即时 CSS 编辑器" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 msgid "Live render" msgstr "实时渲染" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 msgid "Load a CSS template" msgstr "加载一个 CSS 模板" @@ -6809,59 +8868,73 @@ msgstr "数据缓存已加载" msgid "Loaded from cache" msgstr "从缓存中加载" -#: superset-frontend/src/components/Select/Select.tsx:603 -#: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +#, fuzzy +msgid "Loading" +msgstr "加载中..." + +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:495 +#: superset-frontend/src/components/Select/Select.tsx:470 +#: superset-frontend/src/components/Select/utils.tsx:152 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 msgid "Loading..." msgstr "加载中..." -#: superset/views/alerts.py:180 -msgid "Log Retentions (days)" -msgstr "日志保留(天)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +#, fuzzy +msgid "Locate the chart" +msgstr "创建新图表" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 msgid "Log Scale" msgstr "日志规模" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 msgid "Log retention" msgstr "日志保留" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 +#, fuzzy +msgid "Logarithmic axis" +msgstr "对数轴" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 msgid "Logarithmic scale on primary y-axis" msgstr "对数刻度在主y轴上" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 msgid "Logarithmic scale on secondary y-axis" msgstr "二次y轴上的对数刻度" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:429 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 msgid "Logarithmic y-axis" msgstr "对数轴" -#: superset-frontend/src/components/Menu/MenuRight.tsx:233 -#: superset/templates/appbuilder/navbar_right.html:126 +#: superset-frontend/src/features/home/RightMenu.tsx:562 msgid "Login" msgstr "登录" -#: superset-frontend/src/components/Menu/MenuRight.tsx:170 -#: superset/templates/appbuilder/navbar_right.html:111 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +#, fuzzy +msgid "Login with" +msgstr "线宽" + +#: superset-frontend/src/features/home/RightMenu.tsx:486 msgid "Logout" msgstr "退出" @@ -6869,15 +8942,32 @@ msgstr "退出" msgid "Logs" msgstr "日志" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Long dashed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 msgid "Longitude" msgstr "经度" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 +#, fuzzy +msgid "Longitude & Latitude" +msgstr "经纬度字段" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "经纬度字段" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 +#, fuzzy +msgid "Longitude and Latitude" +msgstr "无效的经度/纬度" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 msgid "Longitude of default viewport" msgstr "默认视口经度" @@ -6893,51 +8983,81 @@ msgstr "五月" msgid "MON" msgstr "星期一" -#: superset/connectors/sqla/views.py:501 +#: superset/connectors/sqla/views.py:490 msgid "Main Datetime Column" msgstr "主日期列" -#: superset/views/core.py:1738 +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:283 +#, fuzzy +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "此查询没有返回任何结果。如果希望返回结果,请确保所有过滤选择的配置正确,并且数据源包含所选时间范围的数据。" + +#: superset/views/core.py:1717 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" -#: superset/initialization/__init__.py:232 -#: superset/initialization/__init__.py:256 -#: superset/initialization/__init__.py:268 -#: superset/initialization/__init__.py:318 -#: superset/initialization/__init__.py:446 -#: superset/initialization/__init__.py:455 -#: superset/initialization/__init__.py:470 -#: superset/initialization/__init__.py:482 +#: superset/initialization/__init__.py:277 +#: superset/initialization/__init__.py:289 +#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:412 +#: superset/initialization/__init__.py:425 msgid "Manage" msgstr "管理" -#: superset/views/schedules.py:276 -msgid "Manage Email Reports for Charts" -msgstr "管理图表的电子邮件报告" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 +#, fuzzy +msgid "Manage email report" +msgstr "删除邮件报告" -#: superset/views/schedules.py:198 -msgid "Manage Email Reports for Dashboards" -msgstr "管理看板的电子邮件报告" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" +msgstr "管理你的数据库" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 msgid "Mandatory" msgstr "必填参数" -#: superset/views/database/forms.py:171 superset/views/database/forms.py:324 +#: superset/views/database/forms.py:350 msgid "Mangle Duplicate Columns" msgstr "混合重复列" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 +#, fuzzy +msgid "Manually set min/max values for the y-axis." +msgstr "使用Y轴的对数刻度" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 msgid "Map" msgstr "地图" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 msgid "Map Style" msgstr "地图样式" @@ -6945,7 +9065,7 @@ msgstr "地图样式" msgid "MapBox" msgstr "MapBox地图" -#: superset/viz.py:2285 +#: superset/viz.py:2322 msgid "Mapbox" msgstr "箱图" @@ -6953,31 +9073,32 @@ msgstr "箱图" msgid "March" msgstr "三月" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:53 msgid "Margin" msgstr "边距(margin)" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 msgid "Marker" msgstr "标记" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 msgid "Marker Size" msgstr "标记大小" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -#, python-format msgid "Marker labels" msgstr "标记标签" @@ -6989,7 +9110,7 @@ msgstr "标记线标签" msgid "Marker lines" msgstr "标记线" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 msgid "Marker size" msgstr "标记大小" @@ -7001,34 +9122,46 @@ msgstr "标记" msgid "Markup type" msgstr "Markup 类型" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 msgid "Max" msgstr "最大值" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 msgid "Max Bubble Size" msgstr "最大气泡的尺寸" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 msgid "Max Events" msgstr "最大事件数" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" -msgstr "最大化图表" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1141 msgid "Maximum" msgstr "最大" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:72 msgid "Maximum Font Size" msgstr "最大字体大小" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:232 +#, fuzzy +msgid "Maximum value" +msgstr "最大" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:97 msgid "Maximum value on the gauge axis" msgstr "量规轴上的最大值" @@ -7036,136 +9169,141 @@ msgstr "量规轴上的最大值" msgid "May" msgstr "五月" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Mean of values over specified period" msgstr "特定时期内的平均值" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +#, fuzzy +msgid "Mean values" +msgstr "限制选择器值" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "Median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 msgid "" "Median edge width, the thickest edge will be 4 times thicker than the " "thinnest." msgstr "边缘宽度中间值,最厚的边缘将比最薄的边缘厚4倍" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 msgid "" "Median node size, the largest node will be 4 times larger than the " "smallest" msgstr "节点大小中位数,最大的节点将比最小的节点大4倍" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +#, fuzzy +msgid "Median values" +msgstr "限制选择器值" + #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 msgid "Medium" msgstr "中" -#: superset-frontend/src/components/ReportModal/index.tsx:275 -msgid "Message Content" -msgstr "消息内容" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 +msgid "Menu actions trigger" +msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292 +#: superset-frontend/src/components/ReportModal/index.tsx:237 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 msgid "Message content" msgstr "消息内容" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 msgid "Metadata" msgstr "元数据" -#: superset/connectors/druid/views.py:240 -msgid "Metadata Last Refreshed" -msgstr "上次刷新的元数据" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:450 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:454 msgid "Metadata Parameters" msgstr "元数据参数" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 msgid "Metadata has been synced" msgstr "元数据已同步" -#: superset/connectors/sqla/views.py:602 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "为下表刷新元数据:%(tables)s" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 -#: superset-frontend/src/explore/controlPanels/sections.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 msgid "Method" msgstr "方法" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 #: superset-frontend/src/explore/controls.jsx:167 #: superset-frontend/src/explore/controls.jsx:168 -#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:250 msgid "Metric" msgstr "指标" -#: superset/connectors/sqla/models.py:1079 -#: superset/connectors/sqla/models.py:1509 +#: superset/connectors/sqla/models.py:1264 +#: superset/connectors/sqla/models.py:1847 superset/models/helpers.py:1192 +#: superset/models/helpers.py:1448 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "指标 '%(metric)s' 不存在" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 msgid "Metric ascending" msgstr "指标升序" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 -#: superset-frontend/src/explore/controls.jsx:422 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 +#: superset-frontend/src/explore/controls.jsx:402 msgid "Metric assigned to the [X] axis" msgstr "分配给 [X] 轴的指标" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 -#: superset-frontend/src/explore/controls.jsx:430 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 +#: superset-frontend/src/explore/controls.jsx:410 msgid "Metric assigned to the [Y] axis" msgstr "分配给 [Y] 轴的指标" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 msgid "Metric change in value from `since` to `until`" msgstr "从 `since` 到 `until` 的度量值变化" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 msgid "Metric descending" msgstr "指标降序" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 msgid "Metric factor change from `since` to `until`" msgstr "度量因子从 `since` 到 `until` 的变化" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -msgid "Metric for Color" -msgstr "颜色指标" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 msgid "Metric for node values" msgstr "节点值的度量" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:106 +#, fuzzy +msgid "Metric name" +msgstr "查询名称" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 #, python-format msgid "Metric name [%s] is duplicated" msgstr "指标名称 [%s] 重复" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 msgid "Metric percent change in value from `since` to `until`" msgstr "从 `since` 到 `until` 的价值变化百分比" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Metric that defines the color of the country" -msgstr "定义国家度量的颜色" - -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 msgid "Metric that defines the size of the bubble" msgstr "定义指标的气泡大小" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 msgid "Metric to display bottom title" msgstr "显示底部标题的度量值" @@ -7173,155 +9311,213 @@ msgstr "显示底部标题的度量值" msgid "Metric to sort the results by" msgstr "按照指标的结果进行排序" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 msgid "Metric used to calculate bubble size" msgstr "用来计算气泡大小的公制" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 -#: superset-frontend/src/explore/controls.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 +#, fuzzy +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/explore/controls.jsx:367 msgid "" "Metric used to define how the top series are sorted if a series or row " "limit is present. If undefined reverts to the first metric (where " "appropriate)." msgstr "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" -#: superset/connectors/druid/models.py:1072 -msgid "Metric(s) {} must be aggregations." -msgstr "度量(s) {} 必须是聚合。" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 +#, fuzzy +msgid "" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." +msgstr "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 #: superset-frontend/src/explore/controls.jsx:152 -#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:207 msgid "Metrics" msgstr "指标" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 msgid "" "Metrics for which percentage of total are to be displayed. Calculated " "from only data within the row limit." msgstr "要显示其占总数百分比的指标。只计算行限制内的只读存储器数据。" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 +#, fuzzy +msgid "Middle" +msgstr "文件" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 msgid "Midnight" msgstr "凌晨(当天)" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 -#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +#, fuzzy +msgid "Miles" +msgstr "过滤" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 msgid "Min" msgstr "最小值" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 msgid "Min Periods" msgstr "最小周期" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 msgid "Min Width" msgstr "最小宽度" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 +#: superset-frontend/src/explore/controlPanels/sections.tsx:162 msgid "Min periods" msgstr "最小周期" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:48 +msgid "Min/max (no outliers)" +msgstr "" + +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:251 msgid "Mine" msgstr "我的编辑" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Minimize chart" -msgstr "最小化图表" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "Minimum" msgstr "最小" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 msgid "Minimum Font Size" msgstr "最小字体大小" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +#, fuzzy +msgid "Minimum Radius" +msgstr "点半径" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 msgid "Minimum leaf node event count" msgstr "节点最小事件数" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:155 msgid "Minimum threshold in percentage points for showing labels." msgstr "标签显示百分比最小阈值" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:231 +#, fuzzy +msgid "Minimum value" +msgstr "空值" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 msgid "Minimum value for label to be displayed on graph." msgstr "在图形上显示标签的最小值。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 msgid "Minimum value on the gauge axis" msgstr "量规轴上的最小值" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 msgid "Minor Split Line" msgstr "小的分模线" -#: superset/db_engine_specs/base.py:89 +#: superset/db_engine_specs/base.py:99 msgid "Minute" msgstr "分钟" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format msgid "Minutes %s" msgstr "%s分钟" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 -msgid "Missing Required Fields" -msgstr "缺少必填字段" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 +#, fuzzy +msgid "Missing URL parameters" +msgstr "编辑模板参数" #: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 msgid "Missing dataset" msgstr "丢失数据集" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#, fuzzy +msgid "Mixed Chart" +msgstr "最小化图表" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 msgid "Mixed Time-Series" msgstr "混和时间序列" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359 -#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371 -#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86 -#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202 -#: superset/views/sql_lab.py:72 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:278 +#: superset-frontend/src/pages/AlertReportList/index.tsx:335 +#: superset-frontend/src/pages/DashboardList/index.tsx:347 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 +#: superset-frontend/src/pages/Tags/index.tsx:118 +#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:495 +#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:186 +#: superset/views/database/mixins.py:199 superset/views/sql_lab/views.py:85 msgid "Modified" msgstr "已修改" -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130 +#: superset-frontend/src/features/charts/ChartCard.tsx:158 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:105 #, python-format msgid "Modified %s" msgstr "最后修改 %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/ChartList/index.tsx:431 +#: superset-frontend/src/pages/DashboardList/index.tsx:326 +#: superset-frontend/src/pages/DatasetList/index.tsx:374 msgid "Modified by" msgstr "修改人" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 #, python-format msgid "Modified columns: %s" msgstr "修改的列:%s" @@ -7330,22 +9526,27 @@ msgstr "修改的列:%s" msgid "Monday" msgstr "星期一" -#: superset/db_engine_specs/base.py:98 -# +#: superset/db_engine_specs/base.py:108 msgid "Month" msgstr "月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format msgid "Months %s" msgstr "%s月" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 -msgid "More dataset related options" -msgstr "更多数据集相关选项" +#: superset-frontend/src/components/DropdownContainer/index.tsx:121 +#, fuzzy +msgid "More" +msgstr "查看更多" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +#, fuzzy +msgid "More filters" +msgstr "日期过滤器" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 msgid "Move only" msgstr "移动" @@ -7354,47 +9555,53 @@ msgid "Moves the given set of dates by a specified interval." msgstr "将给定的日期集以指定的间隔进行移动" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 msgid "Multi-Dimensions" msgstr "多维度" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:39 msgid "Multi-Layers" msgstr "多层" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 msgid "Multi-Levels" msgstr "多层次" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 msgid "Multi-Variables" msgstr "多元" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 msgid "Multiple" msgstr "多方" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 msgid "Multiple Line Charts" msgstr "复合折线图" -#: superset/views/database/views.py:439 +#: superset/views/database/views.py:465 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " "make sure all files are of the same extension." -msgstr "" -"柱状上传不允许使用多个文件扩展名" -"请确保所有文件的扩展名相同。" +msgstr "柱状上传不允许使用多个文件扩展名请确保所有文件的扩展名相同。" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 +#, fuzzy +msgid "Multiple filtering" +msgstr "自适配过滤条件" #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 msgid "" @@ -7402,173 +9609,224 @@ msgid "" "details" msgstr "接受多种格式,查看geopy.points库以获取更多细节" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Multiple select" -msgstr "多选" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "允许多选下拉框,不勾选的话过滤器就是单选下拉框" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 +#, fuzzy +msgid "Multiplier" +msgstr "多方" + #: superset/dashboards/commands/exceptions.py:39 msgid "Must be unique" msgstr "需要唯一" -#: superset/viz.py:2309 +#: superset/reports/commands/exceptions.py:94 +#, fuzzy +msgid "Must choose either a chart or a dashboard" +msgstr "选择图表或看板,不能都全部选择" + +#: superset/viz.py:2346 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "[Group By] 列必须要有 ‘count’字段作为 [标签]" -#: superset/viz.py:1720 +#: superset/viz.py:1752 msgid "Must have at least one numeric column specified" msgstr "必须至少指明一个数值列" -#: superset/connectors/sqla/models.py:1303 +#: superset/databases/ssh_tunnel/commands/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" +msgstr "" + +#: superset/connectors/sqla/models.py:1582 superset/models/helpers.py:1780 msgid "Must specify a value for filters with comparison operators" msgstr "必须为带有比较操作符的过滤器指定一个值吗" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 msgid "My column" msgstr "我的列" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 msgid "My metric" msgstr "我的指标" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76 +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 msgid "N/A" msgstr "N/A" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +#, fuzzy +msgid "NOT GROUPED BY" +msgstr "需要进行分组的一列或多列" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 msgid "NOV" msgstr "十一月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 msgid "NOW" msgstr "现在" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273 -#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 +#, fuzzy +msgid "NUMERIC" +msgstr "我的指标" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:149 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:782 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:212 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 +#: superset-frontend/src/pages/AlertReportList/index.tsx:272 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/DatasetList/index.tsx:334 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 +#: superset-frontend/src/pages/Tags/index.tsx:109 +#: superset/connectors/sqla/views.py:361 superset/views/chart/mixin.py:85 msgid "Name" msgstr "名称" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 msgid "Name is required" msgstr "需要名称" #: superset/annotation_layers/commands/exceptions.py:66 -#: superset/reports/commands/exceptions.py:167 msgid "Name must be unique" msgstr "名称必须是唯一的" -#: superset/views/database/forms.py:380 +#: superset/views/database/forms.py:406 msgid "Name of table to be created from columnar data." msgstr "从列存储数据创建的表的名称。" -#: superset/views/database/forms.py:96 -msgid "Name of table to be created from csv data." -msgstr "从CSV数据将创建的表的名称。" - -#: superset/views/database/forms.py:247 +#: superset/views/database/forms.py:270 msgid "Name of table to be created from excel data." msgstr "从excel数据将创建的表的名称。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +#: superset/views/database/forms.py:129 +#, fuzzy +msgid "Name of table to be created with CSV file" +msgstr "从CSV数据将创建的表的名称。" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 msgid "Name of the column containing the id of the parent node" msgstr "包含父节点id的列的名称" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 msgid "Name of the id column" msgstr "ID列名称" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 msgid "Name of the source nodes" msgstr "源节点名称" -#: superset/connectors/sqla/views.py:439 +#: superset/connectors/sqla/views.py:428 msgid "Name of the table that exists in the source database" msgstr "源数据库中存在的表名称" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 msgid "Name of the target nodes" msgstr "目标节点名称" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 msgid "Name your database" msgstr "您的数据集" -#: superset-frontend/src/chart/chartReducer.ts:106 -#: superset-frontend/src/chart/chartReducer.ts:170 -msgid "Network error." -msgstr "网络异常。" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:35 -msgid "New" -msgstr "新增" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +#, fuzzy +msgid "Network error" +msgstr "网络异常。" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "New Email Report" -msgstr "新的电子邮件报告" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." +msgstr "网络异常。" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 msgid "New chart" msgstr "新增图表" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 #, python-format msgid "New columns added: %s" msgstr "新增的列:%s" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +#, fuzzy +msgid "New dataset" +msgstr "修改数据集" + +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +#, fuzzy +msgid "New dataset name" +msgstr "数据集名称" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 msgid "New filter set" msgstr "新的过滤器" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +#, fuzzy +msgid "New header" +msgstr "子标题" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:329 msgid "New tab" msgstr "关闭标签" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:268 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:310 msgid "New tab (Ctrl + q)" msgstr "新建Tab页 (Ctrl + q)" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:269 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:311 msgid "New tab (Ctrl + t)" msgstr "新建Tab页 (Ctrl + t)" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 msgid "Next" msgstr "之后" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 msgid "Nightingale Rose Chart" msgstr "南丁格尔玫瑰图" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:599 +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:507 +#: superset-frontend/src/pages/DashboardList/index.tsx:589 +#: superset-frontend/src/pages/DatabaseList/index.tsx:468 +#: superset-frontend/src/pages/DatabaseList/index.tsx:488 +#: superset-frontend/src/pages/DatasetList/index.tsx:573 msgid "No" msgstr "否" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" -msgstr "还没有 %(tableName)s" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#: superset-frontend/src/pages/AlertReportList/index.tsx:439 #, python-format msgid "No %s yet" msgstr "还没有 %s" @@ -7577,177 +9835,354 @@ msgstr "还没有 %s" msgid "No Access!" msgstr "不能访问!" -#: superset-frontend/src/components/ListView/ListView.tsx:398 +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/profile/components/RecentActivity.tsx:52 msgid "No Data" msgstr "没有数据" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 msgid "No Results" msgstr "无结果" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:116 +#, fuzzy +msgid "No annotation layers" +msgstr "注解层" + +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:314 msgid "No annotation layers yet" msgstr "没有注释层" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 msgid "No annotation yet" msgstr "没有注释" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +#, fuzzy +msgid "No applied filters" +msgstr "删除该行" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +#, fuzzy +msgid "No available filters." +msgstr "所有过滤" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +#: superset-frontend/src/profile/components/CreatedContent.tsx:61 msgid "No charts" msgstr "没有图表" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +#: superset-frontend/src/features/home/EmptyState.tsx:34 +#, fuzzy +msgid "No charts yet" +msgstr "没有图表" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:86 msgid "No columns" msgstr "没有列" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -#, python-format +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:242 +#, fuzzy +msgid "No columns found" +msgstr "找不到兼容的列" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 msgid "No compatible columns found" msgstr "找不到兼容的列" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:85 +#, fuzzy +msgid "No compatible datasets found" +msgstr "找不到兼容的列" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:303 +#, fuzzy +msgid "No compatible schema found" +msgstr "找不到兼容的列" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:91 msgid "No dashboards" msgstr "没有看板" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +#: superset-frontend/src/features/home/EmptyState.tsx:35 +#, fuzzy +msgid "No dashboards yet" +msgstr "没有看板" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:133 +#: superset-frontend/src/components/Table/index.tsx:203 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:225 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 msgid "No data" msgstr "没有数据" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:171 msgid "No data after filtering or data is NULL for the latest time record" msgstr "过滤后没有数据,或者最新时间记录的数据为NULL" -#: superset/dashboards/commands/importers/v0.py:321 +#: superset/dashboards/commands/importers/v0.py:304 msgid "No data in file" msgstr "文件中无数据" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:274 +#, fuzzy +msgid "No database tables found" +msgstr "数据库没有找到" + +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" +msgstr "没有与您的搜索匹配的数据库" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:846 msgid "No description available." msgstr "没有可用的描述" -#: superset-frontend/src/profile/components/Favorites.tsx:46 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:174 +msgid "No dimensions available for drill by" +msgstr "" + +#: superset-frontend/src/profile/components/Favorites.tsx:61 msgid "No favorite charts yet, go click on stars!" msgstr "暂无收藏的图表,去点击星星吧!" -#: superset-frontend/src/profile/components/Favorites.tsx:64 +#: superset-frontend/src/profile/components/Favorites.tsx:89 msgid "No favorite dashboards yet, go click on stars!" msgstr "暂无收藏的看板,去点击星星吧!" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 +#: superset-frontend/src/explore/controls.jsx:326 msgid "No filter" msgstr "无筛选" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:746 msgid "No filter is selected." msgstr "未选择过滤条件。" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +#: superset-frontend/src/components/Table/index.tsx:200 +#, fuzzy +msgid "No filters" +msgstr "无筛选" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +#, fuzzy +msgid "No filters are currently added to this dashboard." +msgstr "此看板中没有过滤条件。" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:680 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:205 +msgid "No global filters are currently added" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +#, fuzzy +msgid "No matching records found" +msgstr "没有找到任何记录" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:72 msgid "No of Bins" msgstr "直方图容器数" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." -msgstr "暂无历史查询..." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +#, fuzzy +msgid "No recents yet" +msgstr "最近" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 #: superset/templates/appbuilder/general/widgets/base_list.html:64 msgid "No records found" msgstr "没有找到任何记录" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:137 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:64 +#, fuzzy +msgid "No results" +msgstr "无结果" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:425 msgid "No results found" msgstr "未找到结果" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/ListView/ListView.tsx:411 +msgid "No results match your filter criteria" +msgstr "" + +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:280 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 msgid "" "No results were returned for this query. If you expected results to be " "returned, ensure any filters are configured properly and the datasource " "contains data for the selected time range." msgstr "此查询没有返回任何结果。如果希望返回结果,请确保所有过滤选择的配置正确,并且数据源包含所选时间范围的数据。" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:119 +#, fuzzy +msgid "No samples were returned for this dataset" +msgstr "此数据集没有启用简单的特别度量" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#, fuzzy +msgid "No saved expressions found" +msgstr "保存表达式" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +#, fuzzy, python-format +msgid "No saved metrics found" +msgstr "%s 列与计量指标" + +#: superset-frontend/src/features/home/EmptyState.tsx:37 +#, fuzzy +msgid "No saved queries yet" +msgstr "已保存查询" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 msgid "No stored results found, you need to re-run your query" msgstr "找不到存储的结果,需要重新运行查询" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:337 msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "没有发现这样的列。若要在度量值上筛选,请尝试自定义SQL选项卡。" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:67 +#, fuzzy +msgid "No table columns" +msgstr "没有时间列" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:310 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:345 +#, fuzzy +msgid "No temporal columns found" +msgstr "找不到兼容的列" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 msgid "No time columns" msgstr "没有时间列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +#: superset/databases/commands/exceptions.py:152 +msgid "No validator found (configured for the engine)" +msgstr "" + +#: superset/databases/commands/validate_sql.py:114 +msgid "No validator named {} found (configured for the {} engine)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 msgid "Node label position" msgstr "节点标签位置" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:183 msgid "Node select mode" msgstr "节点选择模式" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:214 msgid "Node size" msgstr "节点大小" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:45 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:187 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:270 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:182 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:402 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:576 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:48 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:134 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127 msgid "None" msgstr "空" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 msgid "None -> Arrow" msgstr "无-> 箭头" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 msgid "None -> None" msgstr "无->无" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 msgid "Normal" msgstr "正常" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:166 msgid "Normalize Across" msgstr "标准化通过" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:329 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 msgid "Normalized" msgstr "标准化" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:74 msgid "Not Time Series" msgstr "美誉时间序列" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:180 +#, fuzzy +msgid "Not added to any dashboard" +msgstr "添加到看板" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:195 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +#, fuzzy +msgid "Not available" +msgstr "没有可用的描述" + +#: superset-frontend/src/explore/constants.ts:60 +#, fuzzy +msgid "Not equal to (≠)" +msgstr "!= (不等于)" + +#: superset-frontend/src/explore/constants.ts:72 +#, fuzzy +msgid "Not in" +msgstr "注释" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120 msgid "Not null" msgstr "非空" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 msgid "Not triggered" msgstr "没有触发" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 msgid "Not up to date" msgstr "不是最新的" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 msgid "Nothing triggered" msgstr "无触发" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +#: superset-frontend/src/pages/AlertReportList/index.tsx:302 msgid "Notification method" msgstr "通知方式" @@ -7755,15 +10190,26 @@ msgstr "通知方式" msgid "November" msgstr "十一月" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 msgid "Now" msgstr "现在" +#: superset/views/database/forms.py:201 +#, fuzzy +msgid "Null Values" +msgstr "空值" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:258 +#, fuzzy +msgid "Null imputation" +msgstr "动画" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "Null或空" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 +#: superset/views/database/forms.py:392 msgid "Null values" msgstr "空值" @@ -7771,57 +10217,96 @@ msgstr "空值" msgid "Number Format" msgstr "数字格式" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:307 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:130 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:317 msgid "Number format" msgstr "数字格式化" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:323 +#, fuzzy +msgid "Number format string" +msgstr "数字格式化" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:136 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:70 msgid "Number of decimal digits to round numbers to" msgstr "要四舍五入的十进制位数" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:92 msgid "Number of decimal places with which to display lift values" msgstr "用于显示升力值的小数位数" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:79 msgid "Number of decimal places with which to display p-values" msgstr "用于显示p值的小数位数" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 +#, fuzzy +msgid "Number of periods to compare against" +msgstr "根据粒度、要比较的时间阶段" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:262 +#, fuzzy +msgid "Number of periods to ratio against" +msgstr "根据粒度、要比较的时间阶段" + +#: superset/views/database/forms.py:255 +#, fuzzy +msgid "Number of rows of file to read" +msgstr "要读取的文件行数。" + +#: superset/views/database/forms.py:361 msgid "Number of rows of file to read." msgstr "要读取的文件行数。" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 +#: superset/views/database/forms.py:261 +#, fuzzy +msgid "Number of rows to skip at start of file" +msgstr "在文件开始时跳过的行数。" + +#: superset/views/database/forms.py:355 msgid "Number of rows to skip at start of file." msgstr "在文件开始时跳过的行数。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 msgid "Number of split segments on the axis" msgstr "轴上分割段的数目" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:120 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "显示 X 刻度时,在刻度之间表示的步骤数" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:136 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "显示 Y 刻度时,在刻度之间表示的步骤数" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 msgid "Numerical range" msgstr "数值范围" @@ -7829,12 +10314,15 @@ msgstr "数值范围" msgid "OCT" msgstr "十月" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:184 +#: superset-frontend/src/components/Modal/Modal.tsx:231 +#: superset-frontend/src/components/Table/index.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:865 msgid "OK" msgstr "确认" -#: superset-frontend/src/components/ImportModal/index.tsx:210 +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1379 msgid "OVERWRITE" msgstr "覆盖" @@ -7842,26 +10330,19 @@ msgstr "覆盖" msgid "October" msgstr "十月" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:157 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 msgid "Offline" msgstr "离线" -#: superset/connectors/sqla/views.py:496 +#: superset/connectors/sqla/views.py:485 msgid "Offset" msgstr "偏移" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 msgid "On Grace" msgstr "在宽限期内" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." -msgstr "在Superset再次提醒您之前需要多长时间--以秒为单位--来触发一个警报" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 #: superset-frontend/src/explore/controls.jsx:126 msgid "" "One or many columns to group by. High cardinality groupings should " @@ -7869,30 +10350,28 @@ msgid "" "series." msgstr "要分组的一列或多列。高基数分组应包括序列限制,以限制提取和呈现的序列数。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 msgid "" "One or many columns to group by. High cardinality groupings should " "include a sort by metric and series limit to limit the number of fetched " "and rendered series." msgstr "要分组的一列或多列。高基数分组应包括按度量排序和序列限制,以限制提取和呈现的序列数。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 msgid "One or many columns to pivot as columns" msgstr "需要作为列属性进行透视的一列或多列" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:328 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "使用一个或多个控件来分组。一旦分组,则纬度和经度列必须存在。" -#: superset-frontend/src/explore/controls.jsx:246 +#: superset-frontend/src/explore/controls.jsx:245 msgid "One or many controls to pivot as columns" msgstr "一个或多个控件作为主列" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:169 #: superset-frontend/src/explore/controls.jsx:162 msgid "One or many metrics to display" msgstr "一个或多个指标显示" @@ -7921,104 +10400,115 @@ msgstr "一个或多个指标重复" msgid "One or more metrics do not exist" msgstr "一个或多个指标不存在" -#: superset/errors.py:113 +#: superset/errors.py:119 msgid "One or more parameters needed to configure a database are missing." msgstr "数据库配置缺少所需的一个或多个参数。" -#: superset/errors.py:127 +#: superset/errors.py:133 msgid "One or more parameters specified in the query are malformatted." msgstr "查询中指定的一个或多个参数的格式不正确。" -#: superset/errors.py:101 +#: superset/errors.py:107 msgid "One or more parameters specified in the query are missing." msgstr "查询中指定的一个或多个参数丢失。" -#: superset/views/core.py:2075 +#: superset/views/core.py:1992 +#, fuzzy msgid "" "One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +" and if the problem persists contact your administrator." msgstr "请求中缺少一个或多个必填字段。请重试,如果问题仍然存在,请与管理员联系。" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:56 msgid "One ore more annotation layers failed loading." msgstr "一个或多个注释层加载失败。" -#: superset/sql_lab.py:201 +#: superset/sql_lab.py:230 msgid "Only SELECT statements are allowed against this database." msgstr "此数据库只允许使用 `SELECT` 语句" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:136 msgid "Only Total" msgstr "仅总计" -#: superset/connectors/sqla/utils.py:96 +#: superset/connectors/sqla/utils.py:123 msgid "Only `SELECT` statements are allowed" msgstr "将 SELECT 语句复制到剪贴板" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 +msgid "Only applies when \"Label Type\" is not set to a percentage." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:26 +msgid "Only applies when \"Label Type\" is set to show values." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 msgid "Only selected panels will be affected by this filter" msgstr "只有选定的面板将受此过滤条件的影响" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:139 msgid "" "Only show the total value on the stacked chart, and not show on the " "selected category" msgstr "仅在堆积图上显示合计值,而不在所选类别上显示" -#: superset/connectors/sqla/utils.py:105 +#: superset/connectors/sqla/utils.py:132 msgid "Only single queries supported" msgstr "仅支持单个查询" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 +#: superset/views/database/forms.py:119 superset/views/database/forms.py:288 +#: superset/views/database/forms.py:426 #, python-format msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "仅允许以下文件扩展名:%(allowed_extensions)s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +#, fuzzy +msgid "Oops! An error occurred!" +msgstr "发生了一个错误" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:248 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:701 msgid "Opacity" msgstr "不透明度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:111 msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "区域图的不透明度。也适用于置信带" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "所有簇、点和标签的不透明度。在0到1之间。" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:204 msgid "Opacity of area chart." msgstr "面积图的不透明度" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 msgid "Open Datasource tab" msgstr "打开数据源tab" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:122 msgid "Open in SQL Lab" msgstr "在 SQL 工具箱中打开" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:335 msgid "Open query in SQL Lab" msgstr "在 SQL 工具箱中打开查询" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." -msgstr "" -"以异步模式操作数据库,这意味着查询是在远程工作人员上执行的,而不是在web服务器本身上执行的, 这假设您有一个Celery worker " -"setup以及一个结果后端。有关更多信息,请参考安装文档。" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:298 +#: superset/views/database/mixins.py:104 msgid "" "Operate the database in asynchronous mode, meaning that the queries are " "executed on remote workers as opposed to on the web server itself. This " @@ -8028,178 +10518,257 @@ msgstr "" "以异步模式操作数据库,这意味着查询是在远程worker上执行的,而不是在web服务器本身上执行的, 这假设您有一个Celery worker " "setup以及一个执行后端。有关更多信息,请参考安装文档。" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:126 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -#, python-format msgid "Operator" msgstr "运算符" -#: superset/utils/pandas_postprocessing.py:175 +#: superset/utils/pandas_postprocessing/utils.py:158 #, python-format msgid "Operator undefined for aggregator: %(name)s" msgstr "未定义聚合器的运算符:%(name)s" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:371 msgid "" "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" " certain database engines." msgstr "用于验证HTTPS请求的可选 CA_BUNDLE 内容。仅在某些数据库引擎上可用。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:329 +#, fuzzy +msgid "Optional d3 date format string" +msgstr "条件格式设置" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:318 +#, fuzzy +msgid "Optional d3 number format string" +msgstr "条件格式设置" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:74 msgid "Optional name of the data column." msgstr "数据列的可选名称" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" -msgstr "如果时间范围应应用于默认时间列以外的其他列,则可选时间列" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1248 msgid "Optional warning about use of this metric" msgstr "关于使用此指标的可选警告" +#: superset/connectors/sqla/views.py:328 +msgid "Optionally add a detailed description" +msgstr "" + # 以下部分来源于 superset-ui 项目 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:378 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:52 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 msgid "Options" msgstr "设置" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:918 msgid "Or choose from a list of other databases we support:" msgstr "或者从我们支持的其他数据库列表中选择:" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:62 msgid "Order by entity id" msgstr "按实体ID排序" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:278 msgid "Order results by selected columns" msgstr "按选定列对结果进行排序" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:277 msgid "Ordering" msgstr "排序" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 +#, fuzzy +msgid "Orientation" +msgstr "方向" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:284 +#, fuzzy +msgid "Orientation of bar chart" msgstr "树的方向" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" -msgstr "起点" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:158 +#, fuzzy +msgid "Orientation of filter bar" +msgstr "树的方向" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:143 +msgid "Orientation of tree" +msgstr "树的方向" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 msgid "Original" msgstr "起点" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:213 msgid "Original table column order" msgstr "原始表列顺序" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:36 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +#: superset-frontend/src/explore/controls.jsx:79 msgid "Original value" msgstr "原始值" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 msgid "Orthogonal" msgstr "正交化" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:938 +#: superset-frontend/src/features/home/EmptyState.tsx:112 +#: superset/views/database/forms.py:155 superset/views/database/forms.py:161 msgid "Other" msgstr "其他" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:204 msgid "Outer Radius" msgstr "外缘" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:210 msgid "Outer edge of Pie chart" msgstr "饼图外缘" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 msgid "Overlap" msgstr "重叠" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 msgid "" "Overlay one or more timeseries from a relative time period. Expects " "relative time deltas in natural language (example: 24 hours, 7 days, 52 " "weeks, 365 days). Free text is supported." msgstr "从相对时间段覆盖一个或多个时间序列。期望自然语言中的相对时间增量(例如:24小时、7天、56周、365天)" -#: superset-frontend/src/components/ImportModal/index.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#, fuzzy +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "从相对时间段覆盖一个或多个时间序列。期望自然语言中的相对时间增量(例如:24小时、7天、56周、365天)" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +#, fuzzy +msgid "Override time grain" +msgstr "显示Druid原始时间" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +#, fuzzy +msgid "Override time range" +msgstr "编辑时间范围" + +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:493 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:464 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:148 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 msgid "Overwrite" msgstr "覆盖" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:249 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:192 msgid "Overwrite & Explore" msgstr "覆写和浏览" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "覆盖看板 [%s]" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 +#: superset/views/database/forms.py:237 +#, fuzzy +msgid "Overwrite Duplicate Columns" +msgstr "混合重复列" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:404 +#, fuzzy +msgid "Overwrite existing" +msgstr "继续编辑" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:285 msgid "Overwrite text in the editor with a query on this table" msgstr "使用该表上的查询覆盖编辑器中的文本" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" +msgstr "" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:452 +#: superset-frontend/src/pages/ChartList/index.tsx:608 +#: superset-frontend/src/pages/DashboardList/index.tsx:523 +#: superset-frontend/src/pages/DatasetList/index.tsx:500 msgid "Owner" msgstr "所有者" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:235 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:93 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:408 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 +#: superset-frontend/src/pages/AlertReportList/index.tsx:324 +#: superset-frontend/src/pages/DashboardList/index.tsx:369 +#: superset-frontend/src/pages/DatasetList/index.tsx:389 +#: superset/connectors/sqla/views.py:489 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 msgid "Owners" msgstr "所有者" -#: superset/commands/exceptions.py:105 +#: superset/commands/exceptions.py:108 #: superset/datasets/commands/exceptions.py:144 msgid "Owners are invalid" msgstr "所有者无效" -#: superset/views/dashboard/mixin.py:65 +#: superset/views/dashboard/mixin.py:64 msgid "Owners is a list of users who can alter the dashboard." msgstr "所有者是可以更改看板的用户列表。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542 msgid "" "Owners is a list of users who can alter the dashboard. Searchable by name" " or username." msgstr "所有者是可以更改看板的用户列表。可按名称或用户名搜索。" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 msgid "Page length" msgstr "页长" @@ -8207,24 +10776,26 @@ msgstr "页长" msgid "Paired t-test Table" msgstr "配对T检测表" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:534 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +#: superset-frontend/src/explore/controlPanels/sections.tsx:258 msgid "Pandas resample method" msgstr "Pandas 重新采样的填充方法" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:514 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +#: superset-frontend/src/explore/controlPanels/sections.tsx:240 msgid "Pandas resample rule" msgstr "Pandas 重新采样的规则" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:2219 msgid "Parallel Coordinates" msgstr "平行坐标" @@ -8232,404 +10803,526 @@ msgstr "平行坐标" msgid "Parameter error" msgstr "参数错误" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset/views/chart/mixin.py:83 msgid "Parameters" msgstr "参数" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 msgid "Parameters " msgstr "参数" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:295 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 msgid "Parent" msgstr "父类" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" -msgstr "父级过滤" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" -msgstr "需要父筛选器" - -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 +#: superset/views/database/forms.py:366 msgid "Parse Dates" msgstr "解析日期" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:54 msgid "Part of a Whole" msgstr "占比" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 msgid "Partition Chart" msgstr "分区图" -#: superset/viz.py:3035 +#: superset/viz.py:3071 msgid "Partition Diagram" msgstr "分区图" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:169 msgid "Partition Limit" msgstr "分区限制" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:182 msgid "Partition Threshold" msgstr "分区阈值" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:185 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "高度与父高度的比例低于此值的分区将被修剪" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1838 +#: superset/db_engine_specs/clickhouse.py:202 msgid "Password" msgstr "密码" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +#, fuzzy +msgid "Paste content of service credentials JSON file here" +msgstr "复制服务帐户的json文件复制并粘贴到此处" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 msgid "Paste the shareable Google Sheet URL here" msgstr "将可共享的Google Sheet URL粘贴到此处" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 msgid "Pattern" msgstr "规则" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101 msgid "Percent Change" msgstr "百分比变化" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +#, fuzzy +msgid "Percentage" +msgstr "百分比" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:486 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:212 +#, fuzzy +msgid "Percentage change" +msgstr "百分比变化" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Percentage metrics" msgstr "百分比指标" #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:151 msgid "Percentage threshold" msgstr "百分比阈值" #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 msgid "Percentages" msgstr "百分比" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:219 +msgid "Performance" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:420 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:200 +#: superset-frontend/src/explore/controlPanels/sections.tsx:150 msgid "Periods" msgstr "周期" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset/utils/pandas_postprocessing/prophet.py:126 +#, fuzzy +msgid "Periods must be a whole number" msgstr "句点必须是正整数值" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 msgid "Person or group that has certified this chart." msgstr "对此图表进行认证的个人或团体。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718 msgid "Person or group that has certified this dashboard." msgstr "已对此仪表板进行认证的个人或组。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:333 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1224 msgid "Person or group that has certified this metric" msgstr "认证此指标的个人或团体" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1114 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:560 msgid "Physical" msgstr "物理信息" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 msgid "Physical (table or view)" msgstr "物理(表或视图)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 +#: superset-frontend/src/pages/DatasetList/index.tsx:273 msgid "Physical dataset" msgstr "物化数据集" -#: superset/viz.py:742 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/viz.py:769 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "在“时间”部分选择一个粒度,或取消选中“包含时间”" -#: superset/viz.py:1573 +#: superset/viz.py:1605 msgid "Pick a metric for left axis!" msgstr "为左轴选择一个指标!" -#: superset/viz.py:1575 +#: superset/viz.py:1607 msgid "Pick a metric for right axis!" msgstr "为右轴选择一个指标!" -#: superset/viz.py:1163 +#: superset/viz.py:1195 msgid "Pick a metric for x, y and size" msgstr "为 x 轴,y 轴和大小选择一个指标" -#: superset/viz.py:1202 +#: superset/viz.py:1234 msgid "Pick a metric to display" msgstr "选择一个指标来显示" -#: superset/viz.py:1228 superset/viz.py:1262 +#: superset/viz.py:1260 superset/viz.py:1294 msgid "Pick a metric!" msgstr "选择一个指标!" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:70 msgid "Pick a name to help you identify this database." msgstr "选择一个名称来帮助您识别这个数据库。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +#, fuzzy +msgid "Pick a nickname for how the database will display in Superset." msgstr "为这个数据库选择一个昵称以在Superset中显示" -#: superset/viz.py:1358 superset/viz.py:1621 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/viz.py:1390 superset/viz.py:1653 msgid "Pick a time granularity for your time series" msgstr "为您的时间序列选择一个时间粒度" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 msgid "Pick a title for you annotation." msgstr "为您的注释选择一个标题" -#: superset/viz.py:1783 +#: superset/viz.py:1815 msgid "Pick at least one field for [Series]" msgstr "为 [序列] 选择至少一个字段" -#: superset/viz.py:830 superset/viz.py:1781 +#: superset/viz.py:857 superset/viz.py:1813 msgid "Pick at least one metric" msgstr "选择至少一个指标" -#: superset/viz.py:1911 +#: superset/viz.py:1943 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "为 [来源 / 目标] 选择两个列" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:586 msgid "" "Pick one or more columns that should be shown in the annotation. If you " "don't select a column all of them will be shown." -msgstr "" -"选择注释中应该显示的一个或多个列" -"如果您不选择一列,所有的选项都会显示出来。" +msgstr "选择注释中应该显示的一个或多个列如果您不选择一列,所有的选项都会显示出来。" #: superset-frontend/src/explore/controlPanels/Separator.js:37 msgid "Pick your favorite markup language" msgstr "选择您最爱的 Markup 语言" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Pie Chart" msgstr "饼图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:198 msgid "Pie shape" msgstr "饼图形状" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:235 msgid "Pin" msgstr "Pin" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:45 msgid "Pivot Options" msgstr "透视表选项" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +#: superset/viz.py:894 msgid "Pivot Table" msgstr "透视表" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" -msgstr "透视表 v2" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:32 +msgid "Pivot Table (legacy)" +msgstr "" -#: superset/utils/pandas_postprocessing.py:260 +#: superset/utils/pandas_postprocessing/pivot.py:70 msgid "Pivot operation must include at least one aggregate" msgstr "数据透视操作必须至少包含一个聚合" -#: superset/utils/pandas_postprocessing.py:256 +#: superset/utils/pandas_postprocessing/pivot.py:66 msgid "Pivot operation requires at least one index" msgstr "透视操作至少需要一个索引" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 msgid "Pivoted" msgstr "旋转" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:75 msgid "Pixel height of each series" msgstr "每个序列的像素高度" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:71 +msgid "Plain" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 msgid "Please apply filter changes" msgstr "请应用滤镜更改" -#: superset/sqllab/query_render.py:116 +#: superset/sqllab/query_render.py:120 msgid "" "Please check your query and confirm that all template parameters are " "surround by double braces, for example, \"{{ ds }}\". Then, try running " "your query again." msgstr "请检查查询并确认所有模板参数都用双大括号括起来,例如 \"{{ ds }}\"。然后,再次尝试运行查询" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 +#: superset/db_engine_specs/athena.py:56 +#: superset/db_engine_specs/bigquery.py:210 +#: superset/db_engine_specs/postgres.py:161 +#: superset/db_engine_specs/snowflake.py:117 #, python-format msgid "" "Please check your query for syntax errors at or near " "\"%(syntax_error)s\". Then, try running your query again." msgstr "请检查查询中 \"%(syntax_error)s\" 处或附近的语法错误。然后,再次尝试运行查询。“" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 +#: superset/db_engine_specs/gsheets.py:80 superset/db_engine_specs/mysql.py:170 #, python-format msgid "" "Please check your query for syntax errors near \"%(server_error)s\". " "Then, try running your query again." msgstr "请检查查询中\"%(server_error)s\"附近的语法错误然后,再次尝试运行查询" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset/sqllab/query_render.py:38 superset/views/core.py:199 +#, fuzzy, python-format +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." +msgstr "请检查查询中 \"%(syntax_error)s\" 处或附近的语法错误。然后,再次尝试运行查询。“" + +#: superset/viz.py:911 +#, fuzzy +msgid "Please choose at least one 'Group by' field" +msgstr "请至少选择一个分组字段 " + +#: superset/viz.py:3229 +#, fuzzy +msgid "Please choose at least one groupby" msgstr "请至少选择一个分组字段 " -#: superset/viz.py:891 +#: superset/viz.py:923 msgid "Please choose at least one metric" msgstr "请至少选择一个指标" -#: superset/viz.py:1578 +#: superset/viz.py:1610 msgid "Please choose different metrics on left and right axis" msgstr "请在左右轴上选择不同的指标" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." -msgstr "请填写所有必填项" - -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 +#: superset-frontend/src/features/charts/ChartCard.tsx:80 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:69 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:357 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:506 +#: superset-frontend/src/pages/ChartList/index.tsx:837 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:327 +#: superset-frontend/src/pages/DashboardList/index.tsx:415 +#: superset-frontend/src/pages/DashboardList/index.tsx:701 +#: superset-frontend/src/pages/DashboardList/index.tsx:756 +#: superset-frontend/src/pages/DatasetList/index.tsx:740 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:533 +#: superset-frontend/src/pages/Tags/index.tsx:141 +#: superset-frontend/src/pages/Tags/index.tsx:281 msgid "Please confirm" msgstr "请确认" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 +#: superset-frontend/src/dashboard/actions/dashboardState.js:442 +msgid "Please confirm the overwrite values." +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:624 msgid "Please enter a SQLAlchemy URI to test" msgstr "请输入要测试的SQLAlchemy URI" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" -msgstr "请输入图表名称" - #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 msgid "Please filter set name" msgstr "请筛选集合名称" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" -msgstr "请确保所有字段填写正确" - -#: superset/db_engine_specs/postgres.py:122 +#: superset/db_engine_specs/postgres.py:125 msgid "Please re-enter the password." msgstr "请重新输入密码。" +#: superset-frontend/src/views/CRUD/hooks.ts:435 +msgid "Please re-export your file and try importing again" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +#, fuzzy msgid "Please reach out to the Chart Owner for assistance." -msgstr "请联系图表所有者寻求帮助。" +msgid_plural "Please reach out to the Chart Owners for assistance." +msgstr[0] "请联系图表所有者寻求帮助。" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:85 msgid "Please save the query to enable sharing" msgstr "请保存查询以启用共享" -#: superset/reports/commands/exceptions.py:90 +#: superset/reports/commands/exceptions.py:105 msgid "Please save your chart first, then try creating a new email report." msgstr "请先保存您的图表,然后尝试创建一个新的电子邮件报告。" -#: superset/reports/commands/exceptions.py:102 +#: superset/reports/commands/exceptions.py:117 msgid "Please save your dashboard first, then try creating a new email report." msgstr "请先保存您的仪表盘,然后尝试创建一个新的电子邮件报告。" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +#: superset-frontend/src/pages/ChartCreation/index.tsx:422 msgid "Please select both a Dataset and a Chart type to proceed" msgstr "请同时选择数据集和图表类型以继续" -#: superset/viz.py:1161 +#: superset/viz.py:1193 msgid "Please use 3 different metric labels" msgstr "请在左右轴上选择不同的指标" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." -msgstr "请检查端口是否打开以进行连接" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 msgid "" "Plots the individual metrics for each row in the data vertically and " "links them together as a line. This chart is useful for comparing " "multiple metrics across all of the samples or rows in the data." msgstr "垂直地绘制数据中每一行的单个指标,并将它们链接成一行。此图表用于比较数据中所有样本或行中的多个指标。" -#: superset/initialization/__init__.py:254 +#: superset/initialization/__init__.py:275 msgid "Plugins" msgstr "插件" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +#, fuzzy +msgid "Point Color" +msgstr "固定颜色" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:118 msgid "Point Radius" msgstr "点半径" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +#, fuzzy +msgid "Point Radius Scale" +msgstr "点半径" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:140 msgid "Point Radius Unit" msgstr "点半径单位" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:320 +#, fuzzy +msgid "Point Size" +msgstr "字体大小" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +#, fuzzy +msgid "Point Unit" +msgstr "点半径单位" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:309 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:111 msgid "Points" msgstr "点配置" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:213 msgid "Points and clusters will update as the viewport is being changed" msgstr "点和簇将随着视图改变而更新。" -#: superset/views/sql_lab.py:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:68 +#, fuzzy +msgid "Polygon Column" +msgstr "我的列" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:77 +#, fuzzy +msgid "Polygon Encoding" +msgstr "报告发送" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:106 +#, fuzzy +msgid "Polygon Settings" +msgstr "计划设置" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:350 +msgid "Polyline" +msgstr "" + +#: superset/views/sql_lab/views.py:87 msgid "Pop Tab Link" msgstr "流行标签链接" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:130 msgid "Popular" msgstr "常用" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 msgid "Populate \"Default value\" to enable this control" msgstr "填充 \"Default value\" 以启用此控件" @@ -8637,55 +11330,57 @@ msgstr "填充 \"Default value\" 以启用此控件" msgid "Population age data" msgstr "人口年龄数据" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +#, fuzzy +msgid "Port" +msgstr "报告" + +#: superset/db_engine_specs/mssql.py:98 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:672 +#: superset/db_engine_specs/redshift.py:77 #, python-format msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "主机名 \"%(hostname)s\" 上的端口 %(port)s 拒绝连接。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" -msgstr "端口已关闭" - -#: superset/views/dashboard/mixin.py:87 +#: superset/views/dashboard/mixin.py:86 msgid "Position JSON" msgstr "位置JSON" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:182 msgid "Position of child node label on tree" msgstr "子节点标签在树上的位置" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 msgid "Position of column level subtotal" msgstr "列级小计的位置" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:164 +#, fuzzy +msgid "Position of intermediate node label on tree" msgstr "中间节点标签在树中的位置" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 msgid "Position of row level subtotal" msgstr "行级小计的位置" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 +#: superset-frontend/src/features/home/RightMenu.tsx:496 msgid "Powered by Apache Superset" msgstr "由Apache Superset提供支持" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1000 msgid "Pre-filter" msgstr "预过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 msgid "Pre-filter available values" msgstr "预滤器可用值" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:647 msgid "Pre-filter is required" msgstr "预过滤是必须的" -#: superset/connectors/sqla/views.py:451 +#: superset/connectors/sqla/views.py:440 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " @@ -8693,15 +11388,14 @@ msgid "" msgstr "当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。" #: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 msgid "Predictive" msgstr "预测" @@ -8717,35 +11411,63 @@ msgstr "用图表名称作为指标名称的前缀" msgid "Preview" msgstr "预览" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:209 #, python-format msgid "Preview: `%s`" msgstr "预览 %s" #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 msgid "Previous" msgstr "之前" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:346 +#, fuzzy +msgid "Previous Line" +msgstr "之前" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:245 msgid "Primary" msgstr "主键" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 msgid "Primary Metric" msgstr "主计量指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +#, fuzzy +msgid "Primary key" +msgstr "主键" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:251 msgid "Primary or secondary y-axis" msgstr "主或次y轴" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:387 msgid "Primary y-axis format" msgstr "主轴格式" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +#, fuzzy +msgid "Private Key Password" +msgstr "Broker的密码" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:269 +#, fuzzy +msgid "Proceed" +msgstr "红色" + +#: superset-frontend/src/features/home/RightMenu.tsx:477 msgid "Profile" msgstr "用户信息" @@ -8753,56 +11475,63 @@ msgstr "用户信息" msgid "Profile picture provided by Gravatar" msgstr "资料图片由 Gravatar 提供" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 msgid "Progress" msgstr "进度" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 msgid "Progressive" msgstr "进度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 msgid "Propagate" msgstr "传播" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 msgid "Proportional" msgstr "比例" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 msgid "Public and privately shared sheets" msgstr "公共和私人共享的表" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 msgid "Publicly shared sheets only" msgstr "仅公开共享表" #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 +#: superset-frontend/src/pages/DashboardList/index.tsx:336 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset/views/dashboard/mixin.py:83 msgid "Published" msgstr "已发布" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:44 +#, fuzzy +msgid "Purple" +msgstr "规则" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:160 msgid "Put labels outside" msgstr "外侧显示标签" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:163 msgid "Put the labels outside of the pie?" msgstr "是否将标签显示在饼图外侧?" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 msgid "Put the labels outside the pie?" msgstr "是否将标签显示在饼图外侧?" @@ -8810,182 +11539,211 @@ msgstr "是否将标签显示在饼图外侧?" msgid "Put your code here" msgstr "把您的代码放在这里" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" -msgstr "Python函数" - -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 msgid "Python datetime string pattern" msgstr "Python日期格式模板" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" -msgstr "Python函数" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "QUERY DATA IN SQL LAB" +msgstr "" -#: superset/db_engine_specs/base.py:99 +#: superset/db_engine_specs/base.py:109 msgid "Quarter" msgstr "季度" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format msgid "Quarters %s" msgstr " %s 季度" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:119 +#, fuzzy +msgid "Queries" +msgstr "序列" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:51 #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:90 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:46 #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:55 #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:32 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31 #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:46 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:361 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:43 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:30 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:26 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1479 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:94 #: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 #: superset-frontend/src/filters/components/Range/controlPanel.ts:31 #: superset-frontend/src/filters/components/Select/controlPanel.ts:41 #: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:186 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 msgid "Query" msgstr "查询" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:361 #, python-format msgid "Query %s: %s" msgstr "查询 %s: %s " -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 msgid "Query A" msgstr "查询 A" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:300 msgid "Query B" msgstr "查询 B" -#: superset/initialization/__init__.py:341 +#: superset/initialization/__init__.py:366 msgid "Query History" msgstr "历史查询" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +#: superset/commands/exceptions.py:138 +#, fuzzy +msgid "Query does not exist" +msgstr "图表没有找到" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:244 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:95 msgid "Query history" msgstr "历史查询" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:137 +#, fuzzy +msgid "Query imported" +msgstr "查询模式" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:465 msgid "Query in a new tab" msgstr "在新标签中查询" -#: superset/errors.py:125 +#: superset/errors.py:131 msgid "Query is too complex and takes too long to run." msgstr "查询太复杂,运行时间太长。" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:90 msgid "Query mode" msgstr "查询模式" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:127 msgid "Query name" msgstr "查询名称" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:323 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:325 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:400 msgid "Query preview" msgstr "查询预览" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 msgid "Query was stopped" msgstr "查询被终止。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 msgid "Query was stopped." msgstr "查询被终止。" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 msgid "RANGE TYPE" msgstr "范围类型" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" -msgstr "报告名称错误" - -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:263 msgid "RGB Color" msgstr "RGB颜色" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:159 msgid "Radar" msgstr "雷达" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 msgid "Radar Chart" msgstr "雷达图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:202 msgid "Radar render type, whether to display 'circle' shape." msgstr "雷达渲染类型,是否显示圆形" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:122 msgid "Radial" msgstr "径向" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:87 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +#, fuzzy +msgid "Radius in meters" +msgstr "参数" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:88 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/src/features/home/SavedQueries.tsx:292 #, python-format msgid "Ran %s" msgstr "持续时间:%s" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 #: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Range" msgstr "范围" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:319 #: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "范围过滤" @@ -9006,19 +11764,24 @@ msgstr "管理" msgid "Ranges to highlight with shading" msgstr "突出阴影的范围" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:54 #: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 msgid "Ranking" msgstr "排名" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487 +#: superset-frontend/src/explore/controlPanels/sections.tsx:213 msgid "Ratio" msgstr "比率" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:58 msgid "Raw records" msgstr "原始记录" @@ -9026,7 +11789,7 @@ msgstr "原始记录" msgid "Ready to review filters in this dashboard?" msgstr "准备查看此仪表板中的筛选器吗?" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:86 msgid "Rebuild" msgstr "重构" @@ -9034,36 +11797,33 @@ msgstr "重构" msgid "Recent activity" msgstr "近期活动" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +#: superset-frontend/src/features/home/EmptyState.tsx:107 msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "最近创建的图表、看板和保存的查询将显示在此处" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +#: superset-frontend/src/features/home/EmptyState.tsx:116 msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "最近编辑的图表、看板和保存的查询将显示在此处" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 +#: superset-frontend/src/pages/ChartList/index.tsx:743 +#: superset-frontend/src/pages/DashboardList/index.tsx:617 +#: superset-frontend/src/pages/Tags/index.tsx:223 msgid "Recently modified" msgstr "最近修改" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +#: superset-frontend/src/features/home/EmptyState.tsx:102 msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "最近查看的图表、看板和保存的查询将显示在此处" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 +#: superset-frontend/src/pages/Home/index.tsx:368 msgid "Recents" msgstr "最近" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" -msgstr "收件人" - -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 msgid "Recipients are separated by \",\" or \";\"" msgstr "收件人之间用 \",\" 或者 \";\" 隔开" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:673 msgid "Recommended tags" msgstr "推荐标签" @@ -9071,25 +11831,23 @@ msgstr "推荐标签" msgid "Record Count" msgstr "记录数" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:223 msgid "Rectangle" msgstr "长方形" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "在数据源列表中点击数据源将重定向到此端点" - -#: superset/connectors/sqla/views.py:457 +#: superset/connectors/sqla/views.py:446 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "点击表列表中的表时将重定向到此端点" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:336 msgid "Reduce X ticks" msgstr "减少 X 轴的刻度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:339 msgid "" "Reduces the number of X-axis ticks to be rendered. If true, the x-axis " "will not overflow and labels may be missing. If false, a minimum width " @@ -9097,15 +11855,15 @@ msgid "" "scroll." msgstr "减少要渲染的X轴标记数。如果为true,x轴将不会溢出,但是标签可能丢失。如果为false,则对列应用最小宽度,宽度可能溢出到水平滚动条中。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:92 msgid "Refer to the" msgstr "参考 " -#: superset/utils/pandas_postprocessing.py:143 +#: superset/utils/pandas_postprocessing/utils.py:125 msgid "Referenced columns not available in DataFrame." msgstr "引用的列在数据帧(DataFrame)中不可用。" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:549 msgid "Refetch results" msgstr "重新获取结果" @@ -9113,44 +11871,54 @@ msgstr "重新获取结果" msgid "Refresh" msgstr "刷新间隔" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" -msgstr "刷新 Druid 元数据" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" -msgstr "刷新元数据" - -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" -msgstr "刷新字段元数据" - -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:255 msgid "Refresh dashboard" msgstr "刷新看板" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 msgid "Refresh frequency" msgstr "刷新频率" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 msgid "Refresh interval" msgstr "刷新间隔" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +#, fuzzy +msgid "Refresh interval saved" +msgstr "刷新间隔" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:277 +#, fuzzy +msgid "Refresh table list" +msgstr "强制刷新数据" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:278 +#, fuzzy +msgid "Refresh tables" +msgstr "强制刷新数据" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 msgid "Refresh the default values" msgstr "刷新默认值" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" -msgstr "从群集刷新元数据 [{}]" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:163 +#, fuzzy +msgid "Refreshing charts" +msgstr "获取图表时出错" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" -msgstr "刷新数据源 [{}]" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +#, fuzzy +msgid "Refreshing columns" +msgstr "时间序列的列" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/explore/constants.ts:78 +#, fuzzy +msgid "Regex" +msgstr "绿色" + +#: superset/connectors/sqla/views.py:329 msgid "" "Regular filters add where clauses to queries if a user belongs to a role " "referenced in the filter. Base filters apply filters to all queries " @@ -9159,9 +11927,10 @@ msgid "" msgstr "常规过滤将where子句添加到查询中,以确定用户是否属于过滤中引用的角色。基本过滤将应用于除过滤中定义的角色之外的所有查询,并且可以用于定义在没有应用RLS过滤组的情况下,哪些用户可以看到内容。" #: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 #: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 msgid "Relational" msgstr "执行时间" @@ -9171,29 +11940,39 @@ msgstr "执行时间" msgid "Relationships between community channels" msgstr "社区渠道之间的关系" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 msgid "Relative Date/Time" msgstr "相对日期/时间" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 msgid "Relative period" msgstr "宽限期" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 msgid "Relative quantity" msgstr "相对量" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +#, fuzzy +msgid "Reload" +msgstr "红色" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 msgid "Remind me in 24 hours" msgstr "24小时后提醒我" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:847 msgid "Remove" msgstr "删除" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:164 +#, fuzzy +msgid "Remove cross-filter" +msgstr "预过滤" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:85 msgid "Remove invalid filters" msgstr "删除该行" @@ -9201,143 +11980,160 @@ msgstr "删除该行" msgid "Remove item" msgstr "删除该行" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:301 msgid "Remove query from log" msgstr "从日志中删除查询" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:241 msgid "Remove table preview" msgstr "删除表格预览" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:777 #, python-format msgid "Removed columns: %s" msgstr "删除的列:%s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 msgid "Rename tab" msgstr "重命名标签" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 msgid "Rendering" msgstr "渲染" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 +#: superset/views/database/forms.py:168 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:456 msgid "Replace" msgstr "替换" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:593 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:163 msgid "Report" msgstr "报表" -#: superset/reports/commands/exceptions.py:118 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#, fuzzy +msgid "Report Name" +msgstr "报告名称" + +#: superset/reports/commands/exceptions.py:134 msgid "Report Schedule could not be created." msgstr "无法创建报表计划。" -#: superset/reports/commands/exceptions.py:114 +#: superset/reports/commands/exceptions.py:130 msgid "Report Schedule could not be deleted." msgstr "无法删除报表计划。" -#: superset/reports/commands/exceptions.py:122 +#: superset/reports/commands/exceptions.py:138 msgid "Report Schedule could not be updated." msgstr "无法更新报表计划。" -#: superset/reports/commands/exceptions.py:130 +#: superset/reports/commands/exceptions.py:147 msgid "Report Schedule delete failed." msgstr "报表计划删除失败。" -#: superset/reports/commands/exceptions.py:142 +#: superset/reports/commands/exceptions.py:159 msgid "Report Schedule execution failed when generating a csv." msgstr "生成屏幕截图时报表计划执行失败。" -#: superset/reports/commands/exceptions.py:146 +#: superset/reports/commands/exceptions.py:163 msgid "Report Schedule execution failed when generating a dataframe." msgstr "生成屏幕截图时报表计划执行失败。" -#: superset/reports/commands/exceptions.py:138 +#: superset/reports/commands/exceptions.py:155 msgid "Report Schedule execution failed when generating a screenshot." msgstr "生成屏幕截图时报表计划执行失败。" -#: superset/reports/commands/exceptions.py:150 +#: superset/reports/commands/exceptions.py:167 msgid "Report Schedule execution got an unexpected error." msgstr "报表计划执行遇到意外错误。" -#: superset/reports/commands/exceptions.py:154 +#: superset/reports/commands/exceptions.py:172 msgid "Report Schedule is still working, refusing to re-compute." msgstr "报表计划仍在运行,拒绝重新计算。" -#: superset/reports/commands/exceptions.py:134 +#: superset/reports/commands/exceptions.py:151 msgid "Report Schedule log prune failed." msgstr "报表计划日志精简失败。" -#: superset/reports/commands/exceptions.py:126 +#: superset/reports/commands/exceptions.py:143 msgid "Report Schedule not found." msgstr "找不到报表计划。" -#: superset/reports/commands/exceptions.py:110 +#: superset/reports/commands/exceptions.py:126 msgid "Report Schedule parameters are invalid." msgstr "报表计划参数无效。" -#: superset/reports/commands/exceptions.py:158 +#: superset/reports/commands/exceptions.py:177 msgid "Report Schedule reached a working timeout." msgstr "报表计划已超时。" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" -msgstr "找不到报表计划sellenium用户" - -#: superset/reports/commands/exceptions.py:230 +#: superset/reports/commands/exceptions.py:262 msgid "Report Schedule state not found" msgstr "未找到报表计划状态" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 +#: superset-frontend/src/features/home/RightMenu.tsx:548 msgid "Report a bug" msgstr "报告bug" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 msgid "Report failed" msgstr "报告失败" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 msgid "Report name" msgstr "报告名称" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 msgid "Report schedule" msgstr "报告时间表" -#: superset/reports/commands/exceptions.py:234 +#: superset/reports/commands/exceptions.py:273 +#, fuzzy +msgid "Report schedule client error" +msgstr "报告计划意外错误。" + +#: superset/reports/commands/exceptions.py:267 +#, fuzzy +msgid "Report schedule system error" +msgstr "报告计划意外错误。" + +#: superset/reports/commands/exceptions.py:277 msgid "Report schedule unexpected error" msgstr "报告计划意外错误。" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 msgid "Report sending" msgstr "报告发送" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 msgid "Report sent" msgstr "已发送报告" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +#: superset-frontend/src/reports/actions/reports.js:121 +#, fuzzy +msgid "Report updated" +msgstr "报告失败" + +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 msgid "Reports" msgstr "报告" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:284 msgid "Repulsion" msgstr "表达式" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:290 msgid "Repulsion strength between nodes" msgstr "节点间的斥力" @@ -9345,54 +12141,96 @@ msgstr "节点间的斥力" msgid "Request Permissions" msgstr "请求权限" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 +#: superset/charts/data/api.py:153 superset/charts/data/api.py:243 +#: superset/charts/data/api.py:309 #, python-format msgid "Request is incorrect: %(error)s" msgstr "请求不正确: %(error)s" -#: superset/charts/data/api.py:222 +#: superset/charts/data/api.py:230 msgid "Request is not JSON" msgstr "请求不是JSON" -#: superset/views/datasource/views.py:71 +#: superset/views/datasource/views.py:75 msgid "Request missing data field." msgstr "请求丢失的数据字段。" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +#, fuzzy +msgid "Request timed out" +msgstr "请求不是JSON" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:94 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:98 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:105 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 msgid "Required" msgstr "必填" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:342 +msgid "Required control values have been removed" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:345 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:226 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 msgid "Resample" msgstr "重新采样" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 +#: superset/utils/pandas_postprocessing/resample.py:46 +#, fuzzy +msgid "Resample method should in " +msgstr "Pandas 重新采样的填充方法" + +#: superset/utils/pandas_postprocessing/resample.py:43 +#, fuzzy +msgid "Resample operation requires DatetimeIndex" +msgstr "透视操作至少需要一个索引" + +#: superset-frontend/src/components/Table/index.tsx:199 +#, fuzzy +msgid "Reset" +msgstr "最近" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:293 msgid "Reset state" msgstr "状态重置" +#: superset/reports/commands/exceptions.py:194 +msgid "Resource already has an attached report." +msgstr "" + +#: superset/temporary_cache/commands/exceptions.py:49 +#, fuzzy +msgid "Resource was not found." +msgstr "数据库没有找到" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 msgid "Restore Filter" msgstr "还原过滤条件" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:241 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:204 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 msgid "Results" msgstr "结果" -#: superset/sql_lab.py:375 superset/views/core.py:2251 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:212 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 +#, fuzzy, python-format +msgid "Results %s" +msgstr "结果" + +#: superset/sql_lab.py:410 superset/sqllab/commands/results.py:59 +#: superset/views/core.py:2133 msgid "Results backend is not configured." msgstr "后端未配置结果" -#: superset/errors.py:116 +#: superset/errors.py:122 msgid "Results backend needed for asynchronous queries is not configured." msgstr "后端未配置异步查询所需的结果" @@ -9400,31 +12238,36 @@ msgstr "后端未配置异步查询所需的结果" msgid "Return to specific datetime." msgstr "返回指定的日期时间。" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:361 +#, fuzzy +msgid "Reverse Lat & Long" +msgstr "经纬度互换" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 msgid "Reverse lat/long " msgstr "经纬度互换" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:301 msgid "Rich Tooltip" msgstr "详细提示" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:181 msgid "Rich tooltip" msgstr "详细提示" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:91 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:372 msgid "Right" msgstr "高度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:52 msgid "Right Axis Format" msgstr "右轴格式化" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:181 msgid "Right Axis Metric" msgstr "右轴指标" @@ -9432,189 +12275,222 @@ msgstr "右轴指标" msgid "Right Axis chart(s)" msgstr "右轴图表" -#: superset-frontend/src/explore/controls.jsx:215 +#: superset-frontend/src/explore/controls.jsx:214 msgid "Right axis metric" msgstr "右轴指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 msgid "Right to Left" msgstr "右到左" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:157 msgid "Right value" msgstr "右侧的值" -#: superset/dashboards/filters.py:153 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:219 +msgid "Right-click on a dimension value to drill to detail by that value." +msgstr "" + +#: superset/dashboards/filters.py:200 msgid "Role" msgstr "用户信息" -#: superset/views/core.py:389 +#: superset/views/core.py:407 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551 #: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 +#: superset/connectors/sqla/views.py:364 superset/views/dashboard/mixin.py:82 msgid "Roles" msgstr "角色" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562 +#, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "角色是一个定义对仪表板访问权限的列表。授予角色对仪表板的访问权限将绕过数据集级别的检查。如果未定义角色,则仪表板对所有角色都可用。" -#: superset/views/dashboard/mixin.py:66 +#: superset/views/dashboard/mixin.py:65 +#, fuzzy msgid "" "Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "角色是一个定义对仪表板访问权限的列表。授予角色对仪表板的访问权限将绕过数据集级别的检查。如果未定义角色,则仪表板对所有角色都可用。" -#: superset/views/access_requests.py:45 +#: superset/views/access_requests.py:48 msgid "Roles to grant" msgstr "角色授权" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:399 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:179 msgid "Rolling Function" msgstr "滚动函数" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:393 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 msgid "Rolling Window" msgstr "滚动窗口" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 +#: superset-frontend/src/explore/controlPanels/sections.tsx:131 msgid "Rolling function" msgstr "滚动函数" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Rolling window" msgstr "滚动窗口" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset/views/database/mixins.py:195 msgid "Root certificate" msgstr "根证书" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 msgid "Root node id" msgstr "根节点id" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 +#, fuzzy +msgid "Rotate axis label" +msgstr "旋转x轴标签" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 msgid "Rotate x axis label" msgstr "旋转x轴标签" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:93 msgid "Rotation to apply to words in the cloud" msgstr "应用于词云中的单词的旋转方式" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 msgid "Round cap" msgstr "国家地图" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 #: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 msgid "Row" msgstr "行" -#: superset/initialization/__init__.py:274 +#: superset/initialization/__init__.py:295 msgid "Row Level Security" msgstr "行级安全" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 +#: superset/views/database/forms.py:245 +#, fuzzy +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" +msgstr "作为列名的带有标题的行(0是第一行数据)。如果没有标题行则留空。" + +#: superset/views/database/forms.py:332 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "作为列名的带有标题的行(0是第一行数据)。如果没有标题行则留空。" -#: superset/connectors/sqla/views.py:314 +#: superset/connectors/sqla/views.py:290 msgid "Row level security filter" msgstr "行级安全过滤" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:247 +#: superset-frontend/src/explore/controls.jsx:340 msgid "Row limit" msgstr "行限制" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:120 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:307 msgid "Rows" msgstr "行" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:53 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Rows per page, 0 means no pagination" msgstr "每页行数,0 表示没有分页" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:350 msgid "Rows subtotal position" msgstr "行小计的位置" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 +#: superset/views/database/forms.py:254 superset/views/database/forms.py:360 msgid "Rows to Read" msgstr "读取的行" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:160 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:504 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:233 +#: superset-frontend/src/explore/controlPanels/sections.tsx:230 msgid "Rule" msgstr "规则" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 msgid "Run" msgstr "执行" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +#, fuzzy +msgid "Run a query to display query history" msgstr "运行一个查询,在此会显示结果" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +#, fuzzy +msgid "Run a query to display results" +msgstr "运行一个查询,在此会显示结果" + +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:407 msgid "Run in SQL Lab" msgstr "在 SQL 工具箱中执行" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:309 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:319 msgid "Run query" msgstr "运行查询" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 msgid "Run query (Ctrl + Return)" msgstr "执行运行 (Ctrl + Return)" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 msgid "Run query in a new tab" msgstr "在新标签中运行查询" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 msgid "Run selection" msgstr "运行选定的查询" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:145 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:173 msgid "Running" msgstr "正在执行" +#: superset/sql_lab.py:488 +#, python-format +msgid "Running statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 msgid "SAT" msgstr "星期六" @@ -9623,34 +12499,39 @@ msgstr "星期六" msgid "SEP" msgstr "九月" +#: superset-frontend/src/features/home/RightMenu.tsx:506 +msgid "SHA" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:312 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:362 msgid "SQL" msgstr "SQL" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 msgid "SQL Copied!" msgstr "SQL复制成功!" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" -msgstr "SQL 编辑器" - -#: superset/connectors/sqla/views.py:259 +#: superset/connectors/sqla/views.py:254 msgid "SQL Expression" msgstr "SQL表达式" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:73 +#: superset/initialization/__init__.py:349 +#: superset/initialization/__init__.py:371 msgid "SQL Lab" msgstr "SQL 工具箱" -#: superset/connectors/sqla/views.py:503 +#: superset/connectors/sqla/views.py:492 msgid "SQL Lab View" msgstr "SQL Lab 视图" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#: superset-frontend/src/SqlLab/components/App/index.jsx:155 #, python-format msgid "" "SQL Lab uses your browser's local storage to store queries and results.\n" @@ -9662,42 +12543,125 @@ msgid "" "Note that you will need to close other SQL Lab windows before you do this." msgstr "SQL Lab使用浏览器的本地存储来存储查询和结果" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +#: superset-frontend/src/features/home/SavedQueries.tsx:261 msgid "SQL Query" msgstr "SQL查询" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1199 msgid "SQL expression" msgstr "SQL表达式" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/features/home/EmptyState.tsx:151 +#: superset-frontend/src/features/home/RightMenu.tsx:212 msgid "SQL query" msgstr "SQL查询" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:75 +#: superset/views/database/mixins.py:191 msgid "SQLAlchemy URI" msgstr "SQLAlchemy URI" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +#, fuzzy +msgid "SSH Password" +msgstr "密码" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" +msgstr "" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:29 +#, fuzzy +msgid "SSH Tunnel could not be deleted." +msgstr "这个查询无法被加载。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:42 +#, fuzzy +msgid "SSH Tunnel could not be updated." +msgstr "您的查询无法保存。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:34 +#, fuzzy +msgid "SSH Tunnel not found." +msgstr "CSS模板未找到" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:38 +#, fuzzy +msgid "SSH Tunnel parameters are invalid." +msgstr "图表参数无效。" + +#: superset/databases/ssh_tunnel/commands/exceptions.py:51 +msgid "SSH Tunneling is not enabled" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:247 msgid "SSL Mode \"require\" will be used." msgstr "SSL模式 \"require\" 将被使用。" #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 msgid "START (INCLUSIVE)" msgstr "开始 (包含)" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +#, fuzzy +msgid "STRING" +msgstr "正在执行" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 msgid "SUN" msgstr "星期日" -#: superset/viz.py:1903 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +#, fuzzy +msgid "Sample Standard Deviation" +msgstr "就业和教育" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Sample Variance" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:231 +#, fuzzy +msgid "Samples" +msgstr "重新采样" + +#: superset/datasets/commands/exceptions.py:177 +#, fuzzy +msgid "Samples for dataset could not be retrieved." +msgstr "无法创建数据集。" + +#: superset/explore/exceptions.py:45 +#, fuzzy +msgid "Samples for datasource could not be retrieved." +msgstr "无法创建数据集。" + +#: superset/viz.py:1935 msgid "Sankey" msgstr "蛇形图" @@ -9709,112 +12673,173 @@ msgstr "桑基图" msgid "Sankey Diagram with Loops" msgstr "桑基图" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +#, fuzzy +msgid "Satellite" +msgstr "日期过滤器" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:233 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Satellite Streets" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "星期六" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:246 +#: superset-frontend/src/components/ReportModal/index.tsx:229 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112 #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:492 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:268 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:415 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:463 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:418 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:147 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1695 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 msgid "Save" msgstr "保存" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:248 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:191 msgid "Save & Explore" msgstr "保存和浏览" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 +#: superset-frontend/src/explore/components/SaveModal.tsx:396 msgid "Save & go to dashboard" msgstr "保存并转到看板" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#, fuzzy +msgid "Save & go to new dashboard" +msgstr "保存并转到看板" + +#: superset-frontend/src/explore/components/SaveModal.tsx:308 msgid "Save (Overwrite)" msgstr "保存(覆盖)" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:199 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:306 msgid "Save as" msgstr "另存为" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." -msgstr "另存为 ..." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#, fuzzy +msgid "Save as Dataset" +msgstr "选择数据源" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:345 +#, fuzzy +msgid "Save as dataset" +msgstr "选择数据源" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:394 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:214 msgid "Save as new" msgstr "保存为新的" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 +#: superset-frontend/src/explore/components/SaveModal.tsx:412 msgid "Save as new chart" msgstr "创建新图表" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 +#: superset-frontend/src/explore/components/SaveModal.tsx:316 +#, fuzzy +msgid "Save as..." +msgstr "另存为 ..." + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 msgid "Save as:" msgstr "另存为:" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:223 +#, fuzzy +msgid "Save changes" +msgstr "放弃更改" + +#: superset-frontend/src/explore/components/SaveModal.tsx:432 msgid "Save chart" msgstr "图表保存" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 msgid "Save dashboard" msgstr "保存看板" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:106 +#, fuzzy +msgid "Save dataset" +msgstr "修改数据集" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 msgid "Save for this session" msgstr "保存此会话" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:350 +msgid "Save or Overwrite Dataset" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:202 msgid "Save query" msgstr "保存查询" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:99 msgid "Save the query to enable this feature" msgstr "请保存查询以启用共享" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:250 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:465 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:149 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" +msgstr "" + +#: superset-frontend/src/explore/components/SaveModal.tsx:414 +#, fuzzy +msgid "Save to new dashboard" +msgstr "保存并转到看板" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 msgid "Saved" msgstr "保存" -#: superset/initialization/__init__.py:334 +#: superset/initialization/__init__.py:358 msgid "Saved Queries" msgstr "已保存查询" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249 msgid "Saved expressions" msgstr "保存表达式" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 msgid "Saved metric" msgstr "保存的指标" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:105 msgid "Saved queries" msgstr "已保存查询" @@ -9830,188 +12855,226 @@ msgstr "保存的查询未找到" msgid "Saved query parameters are invalid." msgstr "保存的查询参数无效" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:278 msgid "Scale and Move" msgstr "缩放和移动" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 msgid "Scale only" msgstr "存在规模" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" -msgstr "扫描新的数据源" - #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:142 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:88 msgid "Scatter" msgstr "散点" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 #: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 msgid "Scatter Plot" msgstr "散点图" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +#, fuzzy +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "时间序列散点图在水平轴上以线性单位表示时间,点按顺序连接。它显示了两个变量之间的统计关系" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/components/ReportModal/index.tsx:306 +#: superset-frontend/src/pages/AlertReportList/index.tsx:276 msgid "Schedule" msgstr "调度" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/components/ReportModal/index.tsx:212 +#, fuzzy +msgid "Schedule a new email report" msgstr "为图表配置电子邮件报告" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" -msgstr "为看板添加电子邮件报告" - -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:279 msgid "Schedule email report" msgstr "为图表配置电子邮件报告" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 msgid "Schedule query" msgstr "分享查询" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 msgid "Schedule settings" msgstr "计划设置" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 msgid "Schedule the query periodically" msgstr "定期调度查询" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:163 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:169 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:186 msgid "Scheduled" msgstr "被调度" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:120 msgid "Scheduled at (UTC)" msgstr "计划时间" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" -msgstr "计划的报告将作为PNG发送到您的电子邮件" +#: superset/tasks/exceptions.py:24 +#, fuzzy +msgid "Scheduled task executor not found" +msgstr "未找到报表计划状态" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:299 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:221 +#: superset-frontend/src/pages/DatasetList/index.tsx:354 +#: superset-frontend/src/pages/DatasetList/index.tsx:536 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:250 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:297 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:469 +#: superset/connectors/sqla/views.py:483 superset/views/database/forms.py:144 +#: superset/views/database/forms.py:311 superset/views/database/forms.py:442 msgid "Schema" msgstr "模式" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 msgid "Schema cache timeout" msgstr "图表缓存超时" -#: superset/connectors/sqla/views.py:440 +#: superset/views/core.py:1164 +#, fuzzy +msgid "Schema undefined" +msgstr "未命名" + +#: superset/connectors/sqla/views.py:429 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:419 +#, fuzzy +msgid "Schemas allowed for File upload" msgstr "模式允许使用CSV上传" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +#, fuzzy +msgid "Scope" +msgstr "停止" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:282 msgid "Scoping" msgstr "范围" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Scroll" +msgstr "" + +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:160 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:107 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset-frontend/src/pages/AlertReportList/index.tsx:507 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:303 +#: superset-frontend/src/pages/ChartList/index.tsx:724 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:293 +#: superset-frontend/src/pages/DashboardList/index.tsx:516 +#: superset-frontend/src/pages/DatabaseList/index.tsx:492 +#: superset-frontend/src/pages/DatasetList/index.tsx:577 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:204 #: superset/templates/appbuilder/general/widgets/search.html:40 msgid "Search" msgstr "搜索" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:294 msgid "Search / Filter" msgstr "搜索 / 过滤" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:362 msgid "Search Metrics & Columns" msgstr "搜索指标和列" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:779 msgid "Search all charts" msgstr "搜索所有图表" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" -msgstr "搜索所有看板" - #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 msgid "Search all filter options" msgstr "搜索所有过滤选项" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:418 msgid "Search box" msgstr "搜索框" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:410 msgid "Search by query text" msgstr "按查询文本搜索" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:207 +#, fuzzy +msgid "Search columns" +msgstr "使用列" + +#: superset-frontend/src/components/Table/index.tsx:202 +#, fuzzy +msgid "Search in filters" +msgstr "搜索 / 过滤" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:279 +#, fuzzy +msgid "Search tables" +msgstr "用户角色" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:715 msgid "Search..." msgstr "搜索..." -#: superset/db_engine_specs/base.py:86 +#: superset/db_engine_specs/base.py:96 msgid "Second" msgstr "秒" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:246 msgid "Secondary" msgstr "次要的" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 msgid "Secondary Metric" msgstr "次计量指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:408 msgid "Secondary y-axis format" msgstr "次级y轴格式" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 msgid "Secondary y-axis title" msgstr "二级轴标题" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 #, python-format msgid "Seconds %s" msgstr "%s 秒" -#: superset/views/database/mixins.py:197 +#: superset/views/database/mixins.py:194 msgid "Secure Extra" msgstr "安全" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:336 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:341 msgid "Secure extra" msgstr "安全" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:329 +#: superset/initialization/__init__.py:297 +#: superset/initialization/__init__.py:395 +#: superset/initialization/__init__.py:433 msgid "Security" msgstr "安全" @@ -10019,104 +13082,182 @@ msgstr "安全" msgid "Security & Access" msgstr "安全 & 访问" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#: superset-frontend/src/features/home/EmptyState.tsx:183 #, python-format msgid "See all %(tableName)s" msgstr "查看全部 - %(tableName)s" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:172 msgid "See less" msgstr "查看更少" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:128 #: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:159 msgid "See more" msgstr "查看更多" -#: superset-frontend/src/components/TableSelector/index.tsx:291 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:412 +#, fuzzy +msgid "See query details" +msgstr "已保存查询" + +#: superset-frontend/src/components/TableSelector/index.tsx:288 msgid "See table schema" msgstr "选择表" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +#: superset-frontend/src/explore/components/SaveModal.tsx:363 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 msgid "Select" msgstr "批量选择" #: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:123 +#: superset-frontend/src/components/Select/Select.tsx:103 #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:230 msgid "Select ..." msgstr "选择 ..." -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 msgid "Select Delivery Method" msgstr "添加通知方法" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 msgid "Select Viz Type" msgstr "选择一个可视化类型" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." -msgstr "选择一个CSV文件上传到数据库." - -#: superset/views/database/forms.py:386 +#: superset/views/database/forms.py:415 msgid "Select a Columnar file to be uploaded to a database." msgstr "选择要上传到数据库的Excel文件。" -#: superset/views/database/forms.py:253 +#: superset/views/database/forms.py:279 msgid "Select a Excel file to be uploaded to a database." msgstr "选择要上传到数据库的Excel文件。" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 msgid "Select a column" msgstr "反选所有" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 +#: superset-frontend/src/explore/components/SaveModal.tsx:357 msgid "Select a dashboard" msgstr "看板" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +#, fuzzy +msgid "Select a database table and create dataset" +msgstr "选择要写入查询的数据库" + +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +#, fuzzy +msgid "Select a database table." +msgstr "选择将要连接的数据库" + +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" +msgstr "选择将要连接的数据库" + +#: superset/views/database/forms.py:138 +#, fuzzy +msgid "Select a database to upload the file to" +msgstr "选择将要连接的数据库" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:744 +msgid "Select a database to write a query" +msgstr "选择要写入查询的数据库" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +#, fuzzy +msgid "Select a dimension" +msgstr "维度" + +#: superset/views/database/forms.py:110 +#, fuzzy +msgid "Select a file to be uploaded to the database" +msgstr "选择一个CSV文件上传到数据库." + +#: superset/views/database/forms.py:145 +#, fuzzy +msgid "Select a schema if the database supports this" +msgstr "指定一个Schema(需要数据库支持)" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 msgid "Select a visualization type" msgstr "选择一个可视化类型" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 -#, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 msgid "Select aggregate options" msgstr "选择总选项" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +#: superset-frontend/src/components/Table/index.tsx:207 +#, fuzzy +msgid "Select all data" +msgstr "反选所有" + +#: superset-frontend/src/components/Table/index.tsx:201 +#, fuzzy +msgid "Select all items" +msgstr "反选所有" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:106 msgid "Select any columns for metadata inspection" msgstr "选择任意列进行元数据巡检" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 msgid "Select charts" msgstr "所有图表" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 msgid "Select color scheme" msgstr "线性颜色方案" #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 msgid "Select column" msgstr "时间列" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/components/Table/index.tsx:204 +#, fuzzy +msgid "Select current page" +msgstr "选择父级过滤" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:272 +#, fuzzy +msgid "Select database & schema" +msgstr "选择表" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:272 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:280 +#, fuzzy +msgid "Select database or type to search databases" msgstr "选择表或输入表名" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:276 +#, fuzzy +msgid "Select database table" +msgstr "删除数据库" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1791 msgid "" "Select databases require additional fields to be completed in the " "Advanced tab to successfully connect the database. Learn what " "requirements your databases has " msgstr "选择数据库需要在Advanced选项卡中完成额外的字段才能成功连接数据库了解数据库的需求" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:66 +#, fuzzy +msgid "Select dataset source" +msgstr "使用旧数据源编辑器" + +#: superset-frontend/src/components/ImportModal/index.tsx:445 +#, fuzzy +msgid "Select file" +msgstr "选择过滤器" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 #: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "选择过滤器" @@ -10125,79 +13266,95 @@ msgstr "选择过滤器" msgid "Select filter plugin using AntD" msgstr "选择过滤器" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" -msgstr "默认选择第一项(使用此选项时,不能“设置默认值”)" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 -#,python-format +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:362 msgid "Select operator" msgstr "选择运营商" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 msgid "Select or type a value" msgstr "选择或键入一个值" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:410 +#, fuzzy +msgid "Select or type dataset name" +msgstr "选择表或输入表名" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:561 msgid "Select owners" msgstr "运行选定的查询" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" -msgstr "选择父级过滤" - -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 -#, python-format +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 msgid "Select saved metrics" msgstr "选择保存指标" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:297 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:304 +#, fuzzy +msgid "Select schema or type to search schemas" msgstr "选择表或输入表名" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -#,python-format +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 msgid "Select scheme" msgstr "选择表" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:304 msgid "Select start and end date" msgstr "选择开始和结束时间" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 msgid "Select subject" msgstr "选择主题" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/components/TableSelector/index.tsx:295 +#: superset-frontend/src/components/TableSelector/index.tsx:306 +#, fuzzy +msgid "Select table or type to search tables" msgstr "选择表或输入表名" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:447 +#, fuzzy +msgid "Select the Annotation Layer you would like to use." +msgstr "选择注释层类型" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:392 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +#, fuzzy +msgid "Select the geojson column" +msgstr "反选所有" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:84 msgid "Select the number of bins for the histogram" msgstr "选择直方图的容器数" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:34 msgid "Select the numeric columns to draw the histogram" msgstr "选择直方图的容器数" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." +msgstr "" + +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 msgid "Send as CSV" msgstr "发送为CSV" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 msgid "Send as PNG" msgstr "发送PNG" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 msgid "Send as text" msgstr "发送文本" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 msgid "Send range filter events to other charts" msgstr "将过滤条件的事件发送到其他图表" @@ -10205,145 +13362,183 @@ msgstr "将过滤条件的事件发送到其他图表" msgid "September" msgstr "九月" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 msgid "Sequential" msgstr "顺序" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 msgid "Series" msgstr "序列" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 msgid "Series Height" msgstr "序列高度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +#, fuzzy +msgid "Series Limit Sort By" +msgstr "序列限制" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +#, fuzzy +msgid "Series Limit Sort Descending" +msgstr "降序" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:255 +#, fuzzy +msgid "Series Order" +msgstr "图示类型" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:75 msgid "Series Style" msgstr "线条样式" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 msgid "Series chart type (line, bar etc)" msgstr "系列图表类型(折线,柱状图等)" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:269 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:285 +#: superset-frontend/src/explore/controls.jsx:350 msgid "Series limit" msgstr "序列限制" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:137 msgid "Series type" msgstr "图示类型" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:50 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:321 msgid "Server Page Length" msgstr "页面长度" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:35 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:298 msgid "Server pagination" msgstr "服务器分页" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 msgid "Service Account" msgstr "服务帐户" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:397 msgid "Set auto-refresh interval" msgstr "设置自动刷新" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:383 msgid "Set filter mapping" msgstr "设置过滤映射" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:221 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:225 +#, fuzzy +msgid "Set up an email report" +msgstr "删除邮件报告" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1436 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:190 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:278 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:439 msgid "Settings" msgstr "设置" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 msgid "Settings for time series" msgstr "时间序列设置" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:325 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:464 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +#: superset-frontend/src/features/home/SavedQueries.tsx:211 msgid "Share" msgstr "分享" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:469 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:343 msgid "Share chart by email" msgstr "通过电子邮件分享图表”" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" -msgstr "通过电子邮件分享仪表盘" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:330 +#, fuzzy +msgid "Share permalink by email" +msgstr "通过电子邮件分享图表”" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1429 msgid "Shared query" msgstr "已分享的查询" -#: superset/views/database/forms.py:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 +#, fuzzy +msgid "Shared query fields" +msgstr "已保存查询" + +#: superset/views/database/forms.py:298 msgid "Sheet Name" msgstr "Sheet名称" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:579 +msgid "Shift + Click to sort by multiple columns" +msgstr "" + #: superset/annotation_layers/annotations/commands/exceptions.py:46 msgid "Short description must be unique for this layer" msgstr "此层的简述必须是唯一的" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 msgid "" "Should daily seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "一个整数值将指定季节性的傅立叶顺序。" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 msgid "" "Should weekly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "一个整数值将指定季节性的傅立叶顺序。" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 msgid "" "Should yearly seasonality be applied. An integer value will specify " "Fourier order of seasonality." msgstr "一个整数值将指定“季节性的傅立叶顺序。" -#: superset/views/annotations.py:59 -msgid "Show Annotation" -msgstr "查看注释" - -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" -msgstr "查看注释层" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:82 msgid "Show Bubbles" msgstr "显示气泡" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:234 msgid "Show CREATE VIEW statement" msgstr "显示 CREATE VIEW 语句" -#: superset/views/css_templates.py:37 +#: superset/views/css_templates.py:39 msgid "Show CSS Template" msgstr "查看CSS模板" -#: superset/views/chart/mixin.py:27 +#: superset/views/chart/mixin.py:26 msgid "Show Chart" msgstr "显示图表" -#: superset/connectors/sqla/views.py:64 +#: superset/connectors/sqla/views.py:73 msgid "Show Column" msgstr "显示列" -#: superset/views/dashboard/mixin.py:26 +#: superset/views/dashboard/mixin.py:25 msgid "Show Dashboard" msgstr "显示看板" @@ -10351,39 +13546,16 @@ msgstr "显示看板" msgid "Show Database" msgstr "显示数据库" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" -msgstr "显示 Druid 集群" - -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" -msgstr "显示 Druid 列" - -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" -msgstr "显示 Druid 数据源" - -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" -msgstr "显示 Druid 指标" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" -msgstr "显示Druid时间粒度下拉列表" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" -msgstr "显示Druid原始时间" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:148 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 msgid "Show Labels" msgstr "显示标签" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show Less..." msgstr "显示. ." @@ -10391,11 +13563,12 @@ msgstr "显示. ." msgid "Show Log" msgstr "查看日志" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:63 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 msgid "Show Markers" msgstr "显示标记" -#: superset/connectors/sqla/views.py:213 +#: superset/connectors/sqla/views.py:208 msgid "Show Metric" msgstr "显示指标" @@ -10403,39 +13576,33 @@ msgstr "显示指标" msgid "Show Metric Names" msgstr "显示指标名" -#: superset/views/alerts.py:76 -msgid "Show Observation" -msgstr "显示观察结果" - -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:139 msgid "Show Range Filter" msgstr "显示范围过滤器" -#: superset/connectors/sqla/views.py:315 +#: superset/connectors/sqla/views.py:291 msgid "Show Row level security filter" msgstr "显示行级安全过滤" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" -msgstr "显示SQL时间列" - -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" -msgstr "检查包含时间原点的下拉列表" - -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab/views.py:53 msgid "Show Saved Query" msgstr "显示保存的查询" -#: superset/connectors/sqla/views.py:396 +#: superset/connectors/sqla/views.py:385 msgid "Show Table" msgstr "显示表" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:77 msgid "Show Timestamp" msgstr "显示时间戳" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:100 +#, fuzzy +msgid "Show Total" +msgstr "显示总计" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:89 msgid "Show Trend Line" msgstr "显示趋势线" @@ -10443,52 +13610,74 @@ msgstr "显示趋势线" msgid "Show Upper Labels" msgstr "显示标签" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:113 msgid "Show Value" msgstr "显示值" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:184 msgid "Show Values" msgstr "显示值" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:284 +msgid "Show Y-axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:285 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:156 msgid "Show all columns" msgstr "显示所有列" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:460 msgid "Show all..." msgstr "显示所有..." -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 msgid "Show axis line ticks" msgstr "显示轴线刻度" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:108 msgid "Show cell bars" msgstr "显示单元格的栏" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:395 +#, fuzzy +msgid "Show chart description" +msgstr "切换图表说明" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:226 msgid "Show columns total" msgstr "显示总计" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:66 msgid "Show data points as circle markers on the lines" msgstr "将数据点显示为线条上的圆形标记" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:357 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:359 +#, fuzzy +msgid "Show empty columns" +msgstr "显示较少时间列" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +#, fuzzy msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "显示数据的层次关系与表示的值。按面积划分显示其占整体的比例" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 msgid "Show info tooltip" msgstr "显示信息提示" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:803 msgid "Show label" msgstr "显示标签" @@ -10496,80 +13685,91 @@ msgstr "显示标签" msgid "Show labels when the node has children." msgstr "当节点有子节点时显示标签" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:42 msgid "Show legend" msgstr "显示图例" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:151 msgid "Show less columns" msgstr "显示较少时间列" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:423 msgid "Show less..." msgstr "显示..." -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "Show only my charts" +msgstr "" + +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:140 +#, fuzzy +msgid "Show password." +msgstr "显示看板" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:301 msgid "Show percentage" msgstr "显示百分比" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 msgid "Show pointer" msgstr "显示鼠标" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 msgid "Show progress" msgstr "显示进度" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:214 msgid "Show rows total" msgstr "显示总计行数" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:116 msgid "Show series values on the chart" msgstr "显示栏上的值" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 msgid "Show split lines" msgstr "显示分割线" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:317 msgid "Show the value on top of the bar" msgstr "显示栏上的值" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:85 msgid "Show time column" msgstr "显示时间列" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:74 msgid "Show time grain dropdown" msgstr "显示Druid时间粒度下拉列表" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 msgid "" "Show total aggregations of selected metrics. Note that row limit does not" " apply to the result." msgstr "显示所选指标的总聚合。注意行限制并不应用于结果" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:365 msgid "Show totals" msgstr "显示总计" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 msgid "" "Showcases a single metric front-and-center. Big number is best used to " "call attention to a KPI or the one thing you want your audience to focus " "on." msgstr "显示单个公制正面和中间。大数字最好用来唤起人们对KPI或你希望观众关注的一件事的关注" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 msgid "" "Showcases a single number accompanied by a simple line chart, to call " "attention to an important metric along with its change over time or other" " dimension." msgstr "显示一个数字和一个简单的折线图,以提醒注意一个重要指标及其随时间或其他维度的变化" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 msgid "" "Showcases how a metric changes as the funnel progresses. This classic " "chart is useful for visualizing drop-off between stages in a pipeline or " @@ -10582,22 +13782,26 @@ msgid "" "The value and corresponding thickness can be different for each side." msgstr "使用弦的厚度显示类别之间的流或链接。每一侧的值和相应厚度可能不同。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 msgid "" "Showcases the progress of a single metric against a given target. The " "higher the fill, the closer the metric is to the target." msgstr "显示单个指标相对于给定目标的进度。填充越高,度量越接近目标" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:436 #, python-format msgid "Showing %s of %s" msgstr "显示 %s个 总计 %s个" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 msgid "Shows a list of all series available at that point in time" msgstr "详细提示显示了该时间点的所有序列的列表。" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:742 +msgid "Shows or hides markers for the time series" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 msgid "" "Shows the composition of a dataset by segmenting a given rectangle as " @@ -10606,22 +13810,22 @@ msgid "" "hierarchically." msgstr "显示数据集的组成,方法是将给定矩形分割为较小的矩形,其面积与矩形的值或对整体的贡献成比例。这些矩形也可以按层次进一步分割" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 msgid "Significance Level" msgstr "显著性" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:341 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 msgid "Simple" msgstr "简单配置" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "此数据集没有启用简单的特别度量" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Single" msgstr "我的编辑" @@ -10630,29 +13834,28 @@ msgstr "我的编辑" msgid "Single Metric" msgstr "按指标过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 msgid "Single Value" msgstr "空值" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 msgid "Single value" msgstr "空值" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1126 msgid "Single value type" msgstr "单值类型" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:262 msgid "Size of edge symbols" msgstr "边缘符号的大小" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:232 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:143 msgid "Size of marker. Also applies to forecast observations." msgstr "标记的大小也适用于预测观察。”" @@ -10660,64 +13863,109 @@ msgstr "标记的大小也适用于预测观察。”" msgid "Sizes of vehicles" msgstr "工具尺寸" -#: superset/views/database/forms.py:199 +#: superset/views/database/forms.py:177 msgid "Skip Blank Lines" msgstr "跳过空白行" -#: superset/views/database/forms.py:184 +#: superset/views/database/forms.py:174 msgid "Skip Initial Space" msgstr "跳过初始空格" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 +#: superset/views/database/forms.py:260 superset/views/database/forms.py:354 msgid "Skip Rows" msgstr "跳过行" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset/views/database/forms.py:178 +#, fuzzy +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "跳过空白行而不是把它们解释为NaN值。" -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset/views/database/forms.py:174 +#, fuzzy +msgid "Skip spaces after delimiter" msgstr "在分隔符之后跳过空格。" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" -msgstr "Slack 频道" - -#: superset/views/dashboard/mixin.py:80 +#: superset/views/dashboard/mixin.py:79 msgid "Slug" msgstr "Slug" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 #: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 msgid "Small" msgstr "小" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:149 msgid "Small number format" msgstr "数字格式化" -#: superset/commands/exceptions.py:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +#, fuzzy +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "时间序列平滑线是折线图的变体。没有角度和硬边,平滑线看起来更聪明、更专业。" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:704 +msgid "Solid" +msgstr "" + +#: superset/commands/exceptions.py:115 msgid "Some roles do not exist" msgstr "看板" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +#, fuzzy +msgid "Something went wrong." +msgstr "抱歉,出了点问题。请稍后再试。" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:864 #, python-format msgid "Sorry there was an error fetching database information: %s" msgstr "抱歉,获取数据库信息时出错:%s" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:172 msgid "Sorry there was an error fetching saved charts: " msgstr "抱歉,这个看板在获取图表时发生错误:" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 msgid "Sorry, An error occurred" msgstr "抱歉,发生错误" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 +#: superset-frontend/src/components/Chart/chartAction.js:639 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +#, fuzzy +msgid "Sorry, an error occurred" +msgstr "抱歉,发生错误" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:357 +#, fuzzy +msgid "Sorry, an unknown error occurred" +msgstr "抱歉,发生错误" + +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +#, fuzzy +msgid "Sorry, an unknown error occurred." +msgstr "抱歉,发生错误" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:114 +#, fuzzy +msgid "Sorry, something went wrong. Embedding could not be deactivated." +msgstr "抱歉,出了点问题。请稍后再试。" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:130 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:187 msgid "Sorry, something went wrong. Try again later." msgstr "抱歉,出了点问题。请稍后再试。" @@ -10725,141 +13973,143 @@ msgstr "抱歉,出了点问题。请稍后再试。" msgid "Sorry, there appears to be no data" msgstr "抱歉,似乎没有数据" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, fuzzy, python-format +msgid "Sorry, there was an error saving this %s: %s" +msgstr "抱歉,这个看板在获取图表时发生错误:%s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:360 #, python-format msgid "Sorry, there was an error saving this dashboard: %s" msgstr "抱歉,这个看板在获取图表时发生错误:%s" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:229 +#: superset-frontend/src/views/CRUD/hooks.ts:676 msgid "Sorry, your browser does not support copying." msgstr "抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!" #: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 #: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:208 msgid "Sort" msgstr "排序:" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:83 msgid "Sort Bars" msgstr "排序条形栏" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:158 msgid "Sort Descending" msgstr "降序" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 msgid "Sort Metric" msgstr "排序指标" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:247 +#, fuzzy +msgid "Sort Series Ascending" +msgstr "升序排序" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:227 +#, fuzzy +msgid "Sort Series By" +msgstr "排序 " + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:265 msgid "Sort X Axis" msgstr "排序X轴" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:277 msgid "Sort Y Axis" msgstr "排序Y轴" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1063 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 #: superset-frontend/src/filters/components/Select/controlPanel.ts:66 msgid "Sort ascending" msgstr "升序排序" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:86 msgid "Sort bars by x labels." msgstr "按 x 标签排序。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:190 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:365 +#: superset-frontend/src/explore/controls.jsx:364 msgid "Sort by" msgstr "排序 " -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 #, python-format msgid "Sort by %s" msgstr "排序 %s" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:42 msgid "Sort by metric" msgstr "排序指标" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:214 msgid "Sort columns alphabetically" msgstr "对列按字母顺序进行排列" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:322 msgid "Sort columns by" msgstr "对列按字母顺序进行排列" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:352 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1064 msgid "Sort descending" msgstr "降序" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 msgid "Sort filter values" msgstr "可被过滤" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1086 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 msgid "Sort metric" msgstr "排序指标" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 msgid "Sort rows by" msgstr "排序 " -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:250 +msgid "Sort series in ascending order" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1056 msgid "Sort type" msgstr "图表类型" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1355 msgid "Source" msgstr "来源" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 #: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:37 msgid "Source / Target" msgstr "源/目标" @@ -10867,62 +14117,101 @@ msgstr "源/目标" msgid "Source SQL" msgstr "源 SQL" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 msgid "Source category" msgstr "数据库名称" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +#, fuzzy +msgid "Sparkline" +msgstr "标记线" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:978 msgid "Spatial" msgstr "空间" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 msgid "Specific Date/Time" msgstr "具体日期/时间" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 +#: superset/views/database/forms.py:312 superset/views/database/forms.py:443 msgid "Specify a schema (if database flavor supports this)." msgstr "指定一个Schema(需要数据库支持)" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 +#: superset/views/database/forms.py:351 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "将重复列指定为“x.0,x.1”。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:711 +msgid "Specify name to CREATE TABLE AS schema in: public" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:710 +msgid "Specify name to CREATE VIEW AS schema in: public" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:515 msgid "" "Specify the database version. This should be used with Presto in order to" " enable query cost estimation." msgstr "指定数据库版本。这应该与Presto一起使用,以便启用查询成本估算。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 msgid "Split number" msgstr "数字" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +#, fuzzy +msgid "Square kilometers" +msgstr "父级过滤" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +#, fuzzy +msgid "Square meters" +msgstr "参数" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:85 +#, fuzzy +msgid "Square miles" +msgstr "序列" + +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:85 +#, fuzzy +msgid "Stack" +msgstr "堆叠" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:158 msgid "Stack series" msgstr "已保存查询" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 msgid "Stack series on top of each other" msgstr "叠加系列" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:79 msgid "Stacked" msgstr "堆叠" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:325 msgid "Stacked Bars" msgstr "堆叠条形图" #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:124 +#: superset-frontend/src/explore/fixtures.tsx:58 msgid "Stacked Style" msgstr "堆积样式" @@ -10930,80 +14219,155 @@ msgstr "堆积样式" msgid "Stacked style" msgstr "堆积样式" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Standard time series" msgstr "时间序列" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:75 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 msgid "Start" msgstr "开始" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:40 +#, fuzzy +msgid "Start (Longitude, Latitude): " +msgstr "无效的经度/纬度" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +#, fuzzy +msgid "Start Longitude & Latitude" +msgstr "无效的经度/纬度" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 msgid "Start Review" msgstr "数据预览" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 msgid "Start angle" msgstr "开始时间" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:128 msgid "Start at (UTC)" msgstr "由UTC开始" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 +#, fuzzy +msgid "Start date" +msgstr "开始时间" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 msgid "Start date included in time range" msgstr "开始日期包含在时间范围内" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:101 msgid "Start y-axis at 0" msgstr "y轴从0开始" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:104 msgid "" "Start y-axis at zero. Uncheck to start y-axis at minimum value in the " "data." msgstr "从零开始y轴。取消选中以从数据中的最小值开始y轴 " -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +#, fuzzy +msgid "Started" +msgstr "状态" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:97 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:367 msgid "State" msgstr "状态" +#: superset/sql_lab.py:511 +#, python-format +msgid "Statement %(statement_num)s out of %(statement_count)s" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 msgid "Statistical" msgstr "统计" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 +#: superset-frontend/src/pages/AlertReportList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:337 +#: superset-frontend/src/pages/DashboardList/index.tsx:567 msgid "Status" msgstr "状态" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Step - end" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +msgid "Step - middle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +msgid "Step - start" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 msgid "Step type" msgstr "数据类型" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#, fuzzy +msgid "Stepped Line" +msgstr "时间序列阶梯图" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +#, fuzzy +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "“时间序列步进折线图(也称为步进图)是折线图的一种变体,但线条在数据点之间形成一系列步进。当您希望显示不规则间隔发生的变化时,步进图可能很有用。”" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:47 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 msgid "Stop" msgstr "停止" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 msgid "Stop query" msgstr "停止查询" #: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +#, fuzzy +msgid "Stop running (Ctrl + e)" +msgstr "停止运行 (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 msgid "Stop running (Ctrl + x)" msgstr "停止运行 (Ctrl + x)" -#: superset/databases/commands/exceptions.py:126 +#: superset/databases/commands/exceptions.py:128 msgid "Stopped an unsafe database connection" msgstr "已停止不安全的数据库连接" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:86 +#, fuzzy +msgid "Stream" +msgstr "直方图" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:374 +#, fuzzy +msgid "Streets" +msgstr "最近" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:269 msgid "Strength to pull the graph toward center" msgstr "将图形拉向中心" @@ -11011,20 +14375,35 @@ msgstr "将图形拉向中心" msgid "Stretched style" msgstr "堆积样式" -#: superset/views/database/forms.py:273 +#: superset/views/database/forms.py:299 msgid "Strings used for sheet names (default is the first sheet)." msgstr "用于sheet名称的字符串(默认为第一个sheet)。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:234 +#, fuzzy +msgid "Stroke Color" +msgstr "固定颜色" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +#, fuzzy +msgid "Stroke Width" +msgstr "线宽" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:259 +#, fuzzy +msgid "Stroked" +msgstr "红色" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 msgid "Structural" msgstr "结构" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:686 msgid "Style" msgstr "风格" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 msgid "Style the ends of the progress bar with a round cap" msgstr "用圆帽设置进度条末端的样式" @@ -11032,29 +14411,67 @@ msgstr "用圆帽设置进度条末端的样式" msgid "Subdomain" msgstr "子域" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:47 msgid "Subheader" msgstr "子标题" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 msgid "Subheader Font Size" msgstr "子标题的字体大小" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:472 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:678 +#: superset/charts/post_processing.py:161 +#: superset/charts/post_processing.py:178 +msgid "Subtotal" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:127 +#: superset-frontend/src/pages/AlertReportList/index.tsx:62 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:154 msgid "Success" msgstr "成功" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:193 +#, fuzzy +msgid "Successfully changed dataset!" +msgstr "修改数据集" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:68 msgid "Suffix to apply after the percentage display" msgstr "百分比显示后要应用的后缀" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +msgid "Sum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Sum as Fraction of Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:192 +msgid "Sum as Fraction of Rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:191 +msgid "Sum as Fraction of Total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Sum of values over specified period" msgstr "指定期间内的值总和" -#: superset/viz.py:1856 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +#, fuzzy +msgid "Sum values" +msgstr "空值" + +#: superset/viz.py:1888 msgid "Sunburst" msgstr "环状层次图" @@ -11062,32 +14479,41 @@ msgstr "环状层次图" msgid "Sunburst Chart" msgstr "旭日/太阳图" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:45 +#, fuzzy +msgid "Sunburst Chart v2" +msgstr "旭日/太阳图" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "星期日" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:125 msgid "Superset Chart" msgstr "选择图表" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:187 +msgid "Superset Embedded SDK documentation." +msgstr "" + +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:470 msgid "Superset chart" msgstr "选择图表" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:233 msgid "Superset dashboard" msgstr "看板" -#: superset/errors.py:105 +#: superset/errors.py:111 msgid "Superset encountered an error while running a command." msgstr "警报在执行查询时发现错误。" -#: superset/errors.py:106 +#: superset/errors.py:112 msgid "Superset encountered an unexpected error." msgstr "报告计划意外错误。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:920 msgid "Supported databases" msgstr "已支持数据库" @@ -11095,34 +14521,50 @@ msgstr "已支持数据库" msgid "Survey Responses" msgstr "调查结果" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:101 msgid "Swap Groups and Columns" msgstr "交换组和列" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:254 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:311 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:435 +#, fuzzy +msgid "Swap dataset" +msgstr "数据集" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:240 msgid "Swap rows and columns" msgstr "交换组和列" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +#, fuzzy +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "用于可视化时间序列数据。在步进图、折线图、散点图和条形图之间进行选择,也有许多自定义选项" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +#, fuzzy msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " +"Swiss army knife for visualizing time series data. Choose between step, " "line, scatter, and bar charts. This viz type has many customization " "options as well." msgstr "用于可视化时间序列数据。在步进图、折线图、散点图和条形图之间进行选择,也有许多自定义选项" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:211 msgid "Symbol" msgstr "符号" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:126 msgid "Symbol of two ends of edge line" msgstr "边线两端的符号" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:256 msgid "Symbol size" msgstr "符号的大小" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1389 msgid "Sync columns from source" msgstr "从源同步列" @@ -11134,11 +14576,21 @@ msgstr "从源同步列" msgid "Syntax" msgstr "语法" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:268 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:315 msgid "TABLES" msgstr "表" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:279 +#, fuzzy +msgid "TEMPORAL X-AXIS" +msgstr "时间条件" + +#: superset-frontend/src/explore/constants.ts:91 +#, fuzzy +msgid "TEMPORAL_RANGE" +msgstr "时间条件" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 msgid "THU" msgstr "星期四" @@ -11147,43 +14599,42 @@ msgstr "星期四" msgid "TUE" msgstr "星期二" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:236 msgid "Tab name" msgstr "选项卡名字" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 msgid "Tab title" msgstr "选项卡标题" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:160 superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:477 superset/views/chart/mixin.py:86 msgid "Table" msgstr "表" -#: superset/views/core.py:1761 +#: superset/views/core.py:1740 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "在数据库 %(db)s 中找不到表 %(table)s" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 +#: superset/views/database/forms.py:317 superset/views/database/forms.py:448 msgid "Table Exists" msgstr "表已存在处理" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 +#: superset/connectors/sqla/views.py:487 superset/views/database/forms.py:128 +#: superset/views/database/forms.py:269 superset/views/database/forms.py:405 msgid "Table Name" msgstr "表名" -#: superset/viz.py:671 +#: superset/viz.py:698 msgid "Table View" msgstr "表视图" @@ -11194,17 +14645,32 @@ msgid "" "database connection, schema, and table name" msgstr "找不到 [%(table_name)s] 表,请仔细检查您的数据库连接、Schema 和 表名" -#: superset/views/base.py:251 +#: superset/views/base.py:303 msgid "" "Table [%{table}s] could not be found, please double check your database " "connection, schema, and table name, error: {}" msgstr "找不到 [%{table}s] 表,请仔细检查您的数据库连接、Schema 和 表名" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:268 msgid "Table cache timeout" msgstr "图表缓存超时" -#: superset/databases/decorators.py:46 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +#, fuzzy +msgid "Table columns" +msgstr "标题栏" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:273 +#, fuzzy +msgid "Table loading" +msgstr "启用预测中" + +#: superset/views/database/forms.py:132 superset/views/database/forms.py:273 +#: superset/views/database/forms.py:409 +msgid "Table name cannot contain a schema" +msgstr "" + +#: superset/databases/decorators.py:47 msgid "Table name undefined" msgstr "表名未定义" @@ -11214,24 +14680,60 @@ msgid "" "statistical differences between groups." msgstr "可视化检验的表格,用于了解各组之间的统计差异" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:287 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:334 +#: superset/connectors/sqla/views.py:363 superset/connectors/sqla/views.py:384 msgid "Tables" msgstr "数据表" #: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 msgid "Tabs" msgstr "选项卡" #: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 msgid "Tabular" msgstr "表格" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +#: superset/tags/commands/exceptions.py:34 +#, fuzzy +msgid "Tag could not be created." +msgstr "无法创建数据集。" + +#: superset/tags/commands/exceptions.py:38 +#, fuzzy +msgid "Tag could not be deleted." +msgstr "无法删除数据集" + +#: superset/tags/exceptions.py:28 +msgid "Tag name is invalid (cannot contain ':')" +msgstr "" + +#: superset/tags/commands/exceptions.py:30 +#, fuzzy +msgid "Tag parameters are invalid." +msgstr "数据集参数无效。" + +#: superset/tags/commands/exceptions.py:42 +#, fuzzy +msgid "Tagged Object could not be deleted." +msgstr "无法删除数据集" + +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683 +#: superset-frontend/src/pages/ChartList/index.tsx:482 +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:595 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:382 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:487 +#: superset-frontend/src/pages/Tags/index.tsx:279 +#: superset/initialization/__init__.py:384 msgid "Tags" msgstr "标签" @@ -11241,45 +14743,45 @@ msgid "" "densest areas of information lie" msgstr "获取数据点,并将其分组,以查看信息最密集的区域" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 msgid "Target" msgstr "目标" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +#, fuzzy +msgid "Target Color" +msgstr "目标类别" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57 msgid "Target aspect ratio for treemap tiles." msgstr "树形图中图块的目标高宽比。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 msgid "Target category" msgstr "目标类别" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:173 msgid "Target value" msgstr "目标值" -#: superset/views/css_templates.py:44 +#: superset/views/css_templates.py:46 msgid "Template Name" msgstr "模板名称" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset/connectors/sqla/views.py:493 msgid "Template parameters" msgstr "模板参数" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "模板链接,可以包含{{度量}}或来自控件的其他值。" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" -msgstr "%(col_type)s不支持时间表达式" - -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:317 msgid "" "Terminate running queries when browser window closed or navigated to " "another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " @@ -11290,29 +14792,36 @@ msgstr "当浏览器窗口关闭或导航到其他页面时,终止正在运行 msgid "Test Connection" msgstr "测试连接" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:111 msgid "Test connection" msgstr "测试连接" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 msgid "Text" msgstr "文本" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:94 msgid "Text align" msgstr "文本对齐" -#: superset-frontend/src/components/ReportModal/index.tsx:289 +#: superset-frontend/src/components/ReportModal/index.tsx:248 msgid "Text embedded in email" msgstr "邮件中嵌入的文本" -#: superset/views/dashboard/mixin.py:53 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 +#, python-format +msgid "The API response from %s does not match the IDatabaseTable interface." +msgstr "" + +#: superset/views/dashboard/mixin.py:52 msgid "" "The CSS for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "可以在这里或者在看板视图修改单个看板的CSS样式" -#: superset/errors.py:118 +#: superset/errors.py:124 msgid "" "The CTAS (create table as select) doesn't have a SELECT statement at the " "end. Please make sure your query has a SELECT as its last statement. " @@ -11321,39 +14830,56 @@ msgstr "" "CTA(create table as " "select)只能与最后一条语句为SELECT的查询一起运行。请确保查询的最后一个语句是SELECT。然后再次尝试运行查询。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." -msgstr "JSON指标或处理聚合定义。" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:406 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:313 +msgid "The X-axis is not on the filters list" +msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:315 msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" -msgstr "无法识别URL。请检查拼写错误,并确保允许的谷歌工作表类型选择与输入匹配" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" +msgstr "" -#: superset/views/core.py:354 +#: superset/views/core.py:372 msgid "The access requests seem to have been deleted" msgstr "访问请求已被删除" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 msgid "The annotation has been saved" msgstr "注释已保存。" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 msgid "The annotation has been updated" msgstr "注释已更新。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:75 msgid "" "The category of source nodes used to assign colors. If a node is " "associated with more than one category, only the first will be used." msgstr "用于分配颜色的源节点类别。如果一个节点与多个类别关联,则只使用第一个类别" -#: superset/common/query_context_processor.py:449 +#: superset/common/query_context_processor.py:586 +#, fuzzy +msgid "The chart datasource does not exist" +msgstr "图表不存在" + +#: superset/common/query_context_processor.py:584 msgid "The chart does not exist" msgstr "图表不存在" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:58 msgid "" "The classic. Great for showing how much of a company each investor gets, " "what demographics follow your blog, or what portion of the budget goes to" @@ -11362,87 +14888,102 @@ msgid "" " Pie charts can be difficult to interpret precisely. If clarity of" " relative proportion is important, consider using a bar or other chart " "type instead." -msgstr "" -"经典的,很好地展示了每个投资者获得了多少公司,“有多少人关注你的博客,或者预算的哪一部分流向了军事工业综合体" -"饼状图很难精确解释。如果“相对比例”的清晰性很重要,可以考虑使用柱状图或其他图表来代替。" +msgstr "经典的,很好地展示了每个投资者获得了多少公司,“有多少人关注你的博客,或者预算的哪一部分流向了军事工业综合体饼状图很难精确解释。如果“相对比例”的清晰性很重要,可以考虑使用柱状图或其他图表来代替。" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:266 msgid "The color for points and clusters in RGB" msgstr "点和簇的颜色(RGB)" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:341 +#: superset-frontend/src/explore/controls.jsx:464 msgid "The color scheme for rendering chart" msgstr "绘制图表的配色方案" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 +#, fuzzy msgid "" "The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." -msgstr "" -"配色方案由相关的仪表盘决定。" -"在仪表板属性中编辑配色方案" +" Edit the color scheme in the dashboard properties." +msgstr "配色方案由相关的仪表盘决定。在仪表板属性中编辑配色方案" -#: superset/errors.py:99 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +#, fuzzy +msgid "The column header label" +msgstr "将列拖放到此处" + +#: superset/errors.py:105 msgid "The column was deleted or renamed in the database." msgstr "该列已在数据库中删除或重命名。" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:49 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465 msgid "The dashboard has been saved" msgstr "该看板已成功保存。" -#: superset/views/core.py:182 +#: superset/views/core.py:197 msgid "The data source seems to have been deleted" msgstr "数据源已经被删除" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:115 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 +#: superset-frontend/src/pages/DatabaseList/index.tsx:515 #, python-format msgid "" "The database %s is linked to %s charts that appear on %s dashboards and " "users have %s SQL Lab tabs using this database open. Are you sure you " "want to continue? Deleting the database will break those objects." -msgstr "数据库 %s 已经关联了 %s 图表和 %s 仪表盘,并且用户在该数据库上打开了 %s 个 SQL 编辑器标签。确定要继续吗?删除数据库将破坏这些对象。" +msgstr "" +"数据库 %s 已经关联了 %s 图表和 %s 仪表盘,并且用户在该数据库上打开了 %s 个 SQL " +"编辑器标签。确定要继续吗?删除数据库将破坏这些对象。" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:198 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +#, fuzzy +msgid "The database columns that contains lines information" +msgstr "包含行信息的数据库列" + +#: superset/sqllab/commands/estimate.py:58 +#, fuzzy +msgid "The database could not be found" +msgstr "数据库没有找到" -#: superset/errors.py:126 +#: superset/errors.py:132 msgid "The database is currently running too many queries." msgstr "数据库当前运行的查询太多" -#: superset/errors.py:93 +#: superset/errors.py:99 msgid "The database is under an unusual load." msgstr "数据库负载异常。" -#: superset/sqllab/command.py:149 +#: superset/sqllab/commands/execute.py:172 msgid "" "The database referenced in this query was not found. Please contact an " "administrator for further assistance or try again." msgstr "找不到此查询中引用的数据库。请与管理员联系以获得进一步帮助,或重试。" -#: superset/errors.py:94 +#: superset/errors.py:100 msgid "The database returned an unexpected error." msgstr "数据库返回意外错误。" -#: superset/errors.py:138 +#: superset/errors.py:144 msgid "The database was deleted." msgstr "数据集已保存" -#: superset/views/core.py:2085 superset/views/core.py:2155 +#: superset/datasets/commands/duplicate.py:60 superset/views/core.py:2002 msgid "The database was not found." msgstr "数据库没有找到" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 +#: superset-frontend/src/pages/DatasetList/index.tsx:710 #, python-format msgid "" "The dataset %s is linked to %s charts that appear on %s dashboards. Are " @@ -11450,11 +14991,12 @@ msgid "" "objects." msgstr "数据集 %s 已经链接到 %s 图表和 %s 看板内。确定要继续吗?删除数据集将破坏这些对象。" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:274 msgid "The dataset associated with this chart no longer exists" msgstr "这个图表所链接的数据集可能被删除了。" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:168 msgid "" "The dataset configuration exposed here\n" " affects all the charts using this dataset.\n" @@ -11463,24 +15005,24 @@ msgid "" " in undesirable ways." msgstr "这里公开的数据集配置会影响使用此数据集的所有图表。请注意,更改此处的设置可能会以未预想的方式影响其他图表。" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:129 +#: superset-frontend/src/pages/ChartCreation/index.tsx:261 msgid "The dataset has been saved" msgstr "数据集已保存" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:424 msgid "The dataset linked to this chart may have been deleted." msgstr "这个图表所链接的数据集可能被删除了。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1496 msgid "The datasource couldn't be loaded" msgstr "这个查询无法被加载" -#: superset/errors.py:92 +#: superset/errors.py:98 msgid "The datasource is too large to query." msgstr "数据源太大,无法进行查询。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" "The description can be displayed as widget headers in the dashboard view." " Supports markdown." @@ -11490,11 +15032,19 @@ msgstr "作为为小部件标题可以在仪表板视图中显示的描述,支 msgid "The distance between cells, in pixels" msgstr "单元格之间的距离,以像素为单位" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#, fuzzy +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "缓存失效前的持续时间(以秒为单位)" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:348 +#, fuzzy +msgid "The encoding format of the lines" +msgstr "是否规范化直方图" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:495 msgid "" "The engine_params object gets unpacked into the sqlalchemy.create_engine " "call." @@ -11502,73 +15052,54 @@ msgstr "" "1. engine_params 对象在调用 sqlalchemy.create_engine 时被引用, metadata_params 在调用" " sqlalchemy.MetaData 时被引用。" -#: superset/common/query_object.py:295 +#: superset/common/query_object.py:313 #, python-format msgid "" "The following entries in `series_columns` are missing in `columns`: " "%(columns)s. " msgstr " `series_columns`中的下列条目在 `columns` 中缺失: %(columns)s. " -#: superset/connectors/sqla/views.py:612 -#, python-format -msgid "The following tables added new columns: %(tables)s" -msgstr "下表添加了新列:%(tables)s" - -#: superset/connectors/sqla/views.py:623 -#, python-format -msgid "The following tables removed columns: %(tables)s" -msgstr "下表删除了列:%(tables)s" - -#: superset/connectors/sqla/views.py:634 -#, python-format -msgid "The following tables update column metadata: %(tables)s" -msgstr "下表更新列元数据:%(tables)s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:67 +msgid "The function to use when aggregating points into groups" +msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset/db_engine_specs/mysql.py:160 #, python-format msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "主机 \"%(hostname)s\" 可能已关闭,无法连接到" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset/db_engine_specs/mssql.py:103 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:664 +#: superset/db_engine_specs/redshift.py:82 #, python-format msgid "" "The host \"%(hostname)s\" might be down, and can't be reached on port " "%(port)s." msgstr "主机 \"%(hostname)s\" 可能已关闭,无法通过端口访问 " -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." -msgstr "主机无效。请检查此字段是否输入正确。" - -#: superset/errors.py:104 +#: superset/errors.py:110 msgid "The host might be down, and can't be reached on the provided port." msgstr "主机可能宕机了,无法在所提供的端口上连接到它" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 +#: superset/db_engine_specs/mssql.py:93 +#: superset/db_engine_specs/postgres.py:130 +#: superset/db_engine_specs/presto.py:659 +#: superset/db_engine_specs/redshift.py:72 #, python-format msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "无法解析主机名 \"%(hostname)s\" " -#: superset/errors.py:102 +#: superset/errors.py:108 msgid "The hostname provided can't be resolved." msgstr "提供的主机名无法解析。" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:34 msgid "The id of the active chart" msgstr "活动图表的ID" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" -msgstr "导入成功" - -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 +#: superset/connectors/sqla/views.py:418 msgid "" "The list of charts associated with this table. By altering this " "datasource, you may change how these associated charts behave. Also note " @@ -11577,46 +15108,46 @@ msgid "" "datasource for a chart, overwrite the chart from the 'explore view'" msgstr "与此表关联的图表列表。通过更改此数据源,您可以更改这些相关图表的行为。还要注意,图表需要指向数据源,如果从数据源中删除图表,则此窗体将无法保存。如果要为图表更改数据源,请从“浏览视图”更改该图表。" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "The maximum number of events to return, equivalent to the number of rows" msgstr "返回的最大事件数,相当于行数" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:172 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "每组的最大细分数;较低的值首先被删除" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 msgid "The maximum value of metrics. It is an optional configuration" msgstr "度量的最大值。这是一个可选配置" -#: superset/databases/schemas.py:206 +#: superset/databases/schemas.py:222 #, python-format msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%(key)s is invalid." msgstr "额外字段中的元数据参数配置不正确。键 %(key)s 无效。" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 +#: superset/databases/commands/exceptions.py:80 +#: superset/views/database/mixins.py:248 msgid "" "The metadata_params in Extra field is not configured correctly. The key " "%{key}s is invalid." msgstr "额外字段中的元数据参数配置不正确。键 %{key}s 无效。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:469 msgid "" "The metadata_params object gets unpacked into the sqlalchemy.MetaData " "call." msgstr "metadata_params对象被解压缩到sqlalchemy.metadata调用中。" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:285 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:167 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:216 +#: superset-frontend/src/explore/controlPanels/sections.tsx:164 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -11631,21 +15162,23 @@ msgstr "" msgid "The number color \"steps\"" msgstr "色彩 \"Steps\" 数字" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:955 msgid "" "The number of hours, negative or positive, to shift the time column. This" " can be used to move UTC time to local time." msgstr "用于移动时间列的小时数(负数或正数)。这可用于将UTC时间移动到本地时间" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:308 #, python-format msgid "" "The number of results displayed is limited to %(rows)d by the " "configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " "download to csv to see more rows up to the %(limit)d limit." -msgstr "显示的结果数由配置DISPLAY_MAX_rows限制为 %(rows)d 。请添加其他限制/筛选器或下载到csv以查看更多行数,限制为 %(limit)d " +msgstr "" +"显示的结果数由配置DISPLAY_MAX_rows限制为 %(rows)d 。请添加其他限制/筛选器或下载到csv以查看更多行数,限制为 " +"%(limit)d " -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:314 #, python-format msgid "" "The number of results displayed is limited to %(rows)d. Please add " @@ -11653,53 +15186,53 @@ msgid "" "more rows up to the %(limit)d limit." msgstr "显示的结果数限制为 %(rows)d。请添加其他筛选器,下载到csv,或与管理员联系以查看 %(limit)d 的更多行”" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:365 +#, fuzzy, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." +msgstr "显示的行数通过限制下拉框限制为 %(rows)d 。" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:334 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "显示的行数通过限制下拉框限制为 %(rows)d 。" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:326 #, python-format msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "查询将显示的行数限制为 %(rows)d " -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:339 #, python-format msgid "" "The number of rows displayed is limited to %(rows)d by the query and " "limit dropdown." msgstr "查询和限制下拉列表将显示的行数限制为 %(rows)d" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." -msgstr "通过下拉菜单显示的行数限制为 %s " - -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +#: superset-frontend/src/explore/controlPanels/sections.tsx:43 msgid "The number of seconds before expiring the cache" msgstr "终止缓存前的时间(秒)" -#: superset/errors.py:128 +#: superset/errors.py:134 msgid "The object does not exist in the given database." msgstr "源数据库中存在的表的名称" -#: superset/sqllab/query_render.py:97 +#: superset/sqllab/query_render.py:96 #, python-format msgid "The parameter %(parameters)s in your query is undefined." msgid_plural "The following parameters in your query are undefined: %(parameters)s." msgstr[0] "查询中的以下参数未定义:%(parameters)s 。" -#: superset/db_engine_specs/postgres.py:117 +#: superset/db_engine_specs/postgres.py:120 #, python-format msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "用户名 \"%(username)s\" 提供的密码不正确。" -#: superset/errors.py:108 +#: superset/errors.py:114 msgid "The password provided when connecting to a database is not valid." msgstr "连接数据库时提供的密码无效。" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 +#: superset-frontend/src/pages/ChartList/index.tsx:93 msgid "" "The passwords for the databases below are needed in order to import them " "together with the charts. Please note that the \"Secure Extra\" and " @@ -11710,7 +15243,7 @@ msgstr "" "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" " "部分不在导出文件中,如果需要,应在导入后手动添加。" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +#: superset-frontend/src/pages/DashboardList/index.tsx:62 msgid "" "The passwords for the databases below are needed in order to import them " "together with the dashboards. Please note that the \"Secure Extra\" and " @@ -11721,7 +15254,7 @@ msgstr "" "需要以下数据库的密码才能将它们与仪表板一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" " "部分不在导出文件中,如果需要,应在导入后手动添加。" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +#: superset-frontend/src/features/datasets/constants.ts:23 msgid "" "The passwords for the databases below are needed in order to import them " "together with the datasets. Please note that the \"Secure Extra\" and " @@ -11732,7 +15265,7 @@ msgstr "" "需要以下数据库的密码才能将其与数据集一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" " "部分不在导出文件中,如果需要,应在导入后手动添加。" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:56 msgid "" "The passwords for the databases below are needed in order to import them " "together with the saved queries. Please note that the \"Secure Extra\" " @@ -11743,21 +15276,22 @@ msgstr "" "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" " "部分不在导出文件中,如果需要,应在导入后手动添加。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1284 +#, fuzzy msgid "" "The passwords for the databases below are needed in order to import them." " Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" +"the database configuration are not present in explore files and should be" " added manually after the import if they are needed." msgstr "" "需要以下数据库的密码才能导入它们。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" " "部分不在导出文件中。如果需要,应在导入后手动添加。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:304 msgid "The pattern of timestamp format. For strings use " msgstr "时间戳格式的模式。供字符串使用 " -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -11769,119 +15303,120 @@ msgstr "旋转时间的周期性。" msgid "The pixel radius" msgstr "像素半径" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1155 msgid "" "The pointer to a physical table (or view). Keep in mind that the chart is" " associated to this Superset logical table, and this logical table points" " the physical table referenced here." msgstr "指向物理表(或视图)的指针。请记住,图表将与此逻辑表相关联,并且此逻辑表指向此处引用的物理表。" -#: superset/errors.py:103 +#: superset/errors.py:109 msgid "The port is closed." msgstr "报告失败" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." -msgstr "`行限制` 必须大于或等于1" - -#: superset/errors.py:136 +#: superset/errors.py:142 msgid "The port number is invalid." msgstr "数据库参数无效" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 msgid "The primary metric is used to define the arc segment sizes" msgstr "主计量指标用于定义弧段大小。" -#: superset/views/core.py:2330 +#: superset/views/core.py:2212 msgid "The provided `rows` argument is not a valid integer." msgstr "提供的 `rows` 参数不是有效整数。" -#: superset/errors.py:131 +#: superset/errors.py:137 msgid "The query associated with the results was deleted." msgstr "删除与结果关联的查询。" -#: superset/views/core.py:2280 +#: superset/sqllab/commands/export.py:63 superset/sqllab/commands/results.py:91 +#: superset/views/core.py:2162 msgid "" "The query associated with these results could not be found. You need to " "re-run the original query." -msgstr "" -"找不到与这些结果相关联的查询。你需要" -"重新运行查询" +msgstr "找不到与这些结果相关联的查询。你需要重新运行查询" -#: superset/sqllab/query_render.py:113 +#: superset/sqllab/query_render.py:117 msgid "The query contains one or more malformed template parameters." msgstr "该查询包含一个或多个格式不正确的模板参数。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:107 msgid "The query couldn't be loaded" msgstr "这个查询无法被加载" -#: superset/errors.py:129 +#: superset/sqllab/commands/estimate.py:86 +#, fuzzy, python-format +msgid "" +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." +msgstr "查询在 %(sqllab_timeout)s 秒后被终止。它可能太复杂,或者数据库可能负载过重。" + +#: superset/errors.py:135 msgid "The query has a syntax error." msgstr "查询有语法错误。" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:519 msgid "The query returned no data" msgstr "查询无结果" -#: superset/sql_lab.py:265 +#: superset/sql_lab.py:301 #, python-format msgid "" "The query was killed after %(sqllab_timeout)s seconds. It might be too " "complex, or the database might be under heavy load." msgstr "查询在 %(sqllab_timeout)s 秒后被终止。它可能太复杂,或者数据库可能负载过重。" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:97 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "算法用来定义一个簇的半径(以像素为单位)。选择0关闭聚,但要注意大量的点(>1000)会导致处理时间变长。" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:120 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "单个点的半径(不在簇中的点)。一个数值列或“AUTO”,它根据最大的聚类来缩放点。" -#: superset-frontend/src/reports/actions/reports.js:111 +#: superset-frontend/src/reports/actions/reports.js:110 msgid "The report has been created" msgstr "数据集已保存" -#: superset/errors.py:130 +#: superset/errors.py:136 msgid "The results backend no longer has the data from the query." msgstr "结果后端不再拥有来自查询的数据。" -#: superset/errors.py:132 +#: superset/errors.py:138 msgid "" "The results stored in the backend were stored in a different format, and " "no longer can be deserialized." -msgstr "" -"后端存储的结果以不同的格式存储,而且" -"不再可以反序列化" +msgstr "后端存储的结果以不同的格式存储,而且不再可以反序列化" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:95 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:304 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "详细提示显示了该时间点的所有序列的列表。" -#: superset/db_engine_specs/bigquery.py:171 +#: superset/db_engine_specs/bigquery.py:202 #, python-format msgid "" "The schema \"%(schema)s\" does not exist. A valid schema must be used to " "run this query." msgstr "表 \"%(schema)s\" 不存在。必须使用有效的表来运行此查询。" -#: superset/db_engine_specs/presto.py:187 +#: superset/db_engine_specs/presto.py:646 #, python-format msgid "" "The schema \"%(schema_name)s\" does not exist. A valid schema must be " "used to run this query." msgstr "表 \"%(schema_name)s\" 不存在。必须使用有效的表来运行此查询。" -#: superset/errors.py:111 +#: superset/errors.py:117 msgid "The schema was deleted or renamed in the database." msgstr "该列已在数据库中删除或重命名。" @@ -11889,56 +15424,67 @@ msgstr "该列已在数据库中删除或重命名。" msgid "The size of the square cell, in pixels" msgstr "平方单元的大小,以像素为单位" -#: superset/errors.py:114 +#: superset/views/datasource/views.py:88 +msgid "" +"The submitted URL is not considered safe, only use URLs with the same " +"domain as Superset." +msgstr "" + +#: superset/errors.py:120 msgid "The submitted payload has the incorrect format." msgstr "提交的有效载荷格式不正确" -#: superset/errors.py:115 +#: superset/errors.py:121 msgid "The submitted payload has the incorrect schema." msgstr "提交的有效负载的模式不正确。" -#: superset/db_engine_specs/bigquery.py:158 +#: superset/db_engine_specs/bigquery.py:189 #, python-format msgid "" "The table \"%(table)s\" does not exist. A valid table must be used to run" " this query." msgstr "表 \"%(table)s\" 不存在。必须使用有效的表来运行此查询。" -#: superset/db_engine_specs/presto.py:179 +#: superset/db_engine_specs/presto.py:638 #, python-format msgid "" "The table \"%(table_name)s\" does not exist. A valid table must be used " "to run this query." msgstr "表 \"%(table_name)s\" 不存在。必须使用有效的表来运行此查询。" -#: superset/connectors/sqla/views.py:540 +#: superset/connectors/sqla/views.py:515 msgid "" "The table was created. As part of this two-phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。" -#: superset/errors.py:100 +#: superset/errors.py:106 msgid "The table was deleted or renamed in the database." msgstr "Issue 1005 - 该表已在数据库中删除或重命名。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:237 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "可视化的时间栏。注意,您可以定义返回表中的DATETIMLE列的任意表达式。还请注意下面的筛选器应用于该列或表达式。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:177 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "可视化的时间粒度。请注意,您可以输入和使用简单的日期表达方式,如 `10 seconds`, `1 day` or `56 weeks`" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 +#: superset-frontend/src/explore/controls.jsx:271 +#, fuzzy +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" +msgstr "可视化的时间粒度。请注意,您可以输入和使用简单的日期表达方式,如 `10 seconds`, `1 day` or `56 weeks`" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:200 +#: superset-frontend/src/explore/controls.jsx:310 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -11946,8 +15492,8 @@ msgid "" "in the Superset source code." msgstr "可视化的时间粒度。这将应用日期转换来更改时间列,并定义新的时间粒度。这里的选项是在 Superset 源代码中的每个数据库引擎基础上定义的。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:234 +#: superset-frontend/src/explore/controls.jsx:327 msgid "" "The time range for the visualization. All relative times, e.g. \"Last " "month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" @@ -11970,52 +15516,72 @@ msgstr "每个块的时间单位。应该是主域域粒度更小的单位。应 msgid "The time unit used for the grouping of blocks" msgstr "用于块分组的时间单位" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:124 +#: superset-frontend/src/explore/controls.jsx:201 msgid "The type of visualization to display" msgstr "要显示的可视化类型" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:147 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 msgid "The unit of measure for the specified point radius" msgstr "指定点半径的度量单位" -#: superset/views/core.py:183 +#: superset/views/core.py:198 msgid "The user seems to have been deleted" msgstr "用户已经被删除" -#: superset/db_engine_specs/postgres.py:112 +#: superset/db_engine_specs/postgres.py:115 #, python-format msgid "The username \"%(username)s\" does not exist." msgstr "指标 '%(username)s' 不存在" -#: superset/errors.py:107 +#: superset/errors.py:113 msgid "The username provided when connecting to a database is not valid." msgstr "连接到数据库时提供的用户名无效。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:127 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:68 msgid "The way the ticks are laid out on the X-axis" msgstr "X轴记号的排列显示方式" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:214 +#, fuzzy +msgid "The width of the lines" +msgstr "活动图表的ID" + #: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 +#: superset/charts/commands/exceptions.py:151 #: superset/dashboards/commands/exceptions.py:62 #: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 +#: superset/databases/commands/exceptions.py:119 msgid "There are associated alerts or reports" msgstr "存在关联的警报或报告" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 +#: superset/charts/commands/bulk_delete.py:62 +#: superset/charts/commands/delete.py:71 +#: superset/dashboards/commands/bulk_delete.py:63 +#: superset/dashboards/commands/delete.py:64 +#: superset/databases/commands/delete.py:63 #, python-format msgid "There are associated alerts or reports: %s," msgstr "存在关联的警报或报告:%s," -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:710 +#, fuzzy +msgid "There are no charts added to this dashboard" +msgstr "此看板中没有过滤条件。" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:238 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:186 +msgid "There are no components added to this tab" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" +msgstr "没有可用的数据库" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:770 msgid "There are no filters in this dashboard." msgstr "此看板中没有过滤条件。" @@ -12023,7 +15589,7 @@ msgstr "此看板中没有过滤条件。" msgid "There are unsaved changes." msgstr "您有一些未保存的修改。" -#: superset/errors.py:95 +#: superset/errors.py:101 msgid "" "There is a syntax error in the SQL query. Perhaps there was a misspelling" " or a typo." @@ -12035,96 +15601,128 @@ msgid "" "have been deleted?" msgstr "没有与此组件关联的图表定义,是否已将其删除?" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 msgid "" "There is not enough space for this component. Try decreasing its width, " "or increasing the destination width." msgstr "此组件没有足够的空间。请尝试减小其宽度,或增加目标宽度。" -#: superset-frontend/src/views/CRUD/hooks.ts:522 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +#, fuzzy, python-format +msgid "There was an error fetching dataset" +msgstr "抱歉,获取数据库信息时出错:%s" + +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +#, fuzzy, python-format +msgid "There was an error fetching dataset's related objects" +msgstr "抱歉,获取数据库信息时出错:%s" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:209 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:210 +#, fuzzy +msgid "There was an error fetching tables" +msgstr "您的请求有错误" + +#: superset-frontend/src/views/CRUD/hooks.ts:589 #, python-format msgid "There was an error fetching the favorite status: %s" msgstr "获取此看板的收藏夹状态时出现问题:%s。" -#: superset-frontend/src/views/CRUD/utils.tsx:181 +#: superset-frontend/src/views/CRUD/utils.tsx:209 msgid "There was an error fetching your recent activity:" msgstr "获取您最近的活动时出错:" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +#, fuzzy +msgid "There was an error loading the dataset metadata" +msgstr "您的请求有错误" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:241 msgid "There was an error loading the schemas" msgstr "抱歉,这个看板在获取图表时发生错误:" -#: superset-frontend/src/components/TableSelector/index.tsx:218 +#: superset-frontend/src/components/TableSelector/index.tsx:194 msgid "There was an error loading the tables" msgstr "您的请求有错误" -#: superset-frontend/src/views/CRUD/hooks.ts:543 +#: superset-frontend/src/views/CRUD/hooks.ts:612 #, python-format msgid "There was an error saving the favorite status: %s" msgstr "获取此看板的收藏夹状态时出现问题: %s" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:71 msgid "There was an error with your request" msgstr "您的请求有错误" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#: superset-frontend/src/features/home/SavedQueries.tsx:175 +#: superset-frontend/src/pages/AlertReportList/index.tsx:186 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:167 +#: superset-frontend/src/pages/DatasetList/index.tsx:657 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:245 +#: superset-frontend/src/views/CRUD/utils.tsx:315 #, python-format msgid "There was an issue deleting %s: %s" msgstr "删除 %s 时出现问题:%s" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#: superset-frontend/src/pages/AlertReportList/index.tsx:201 #, python-format msgid "There was an issue deleting the selected %s: %s" msgstr "删除所选 %s 时出现问题: %s" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format msgid "There was an issue deleting the selected annotations: %s" msgstr "删除所选注释时出现问题:%s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 +#: superset-frontend/src/pages/ChartList/index.tsx:263 #, python-format msgid "There was an issue deleting the selected charts: %s" msgstr "删除所选图表时出现问题:%s" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 +#: superset-frontend/src/pages/DashboardList/index.tsx:258 msgid "There was an issue deleting the selected dashboards: " msgstr "删除所选仪表板时出现问题:" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 +#: superset-frontend/src/pages/DatasetList/index.tsx:675 #, python-format msgid "There was an issue deleting the selected datasets: %s" msgstr "删除选定的数据集时出现问题:%s" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 #, python-format msgid "There was an issue deleting the selected layers: %s" msgstr "删除所选图层时出现问题:%s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:272 #, python-format msgid "There was an issue deleting the selected queries: %s" msgstr "删除所选查询时出现问题:%s" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 #, python-format msgid "There was an issue deleting the selected templates: %s" msgstr "删除所选模板时出现问题:%s" -#: superset-frontend/src/views/CRUD/utils.tsx:249 +#: superset-frontend/src/views/CRUD/utils.tsx:275 #, python-format msgid "There was an issue deleting: %s" msgstr "删除时出现问题:%s" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +#: superset-frontend/src/pages/DatasetList/index.tsx:683 +#, fuzzy, python-format +msgid "There was an issue duplicating the dataset." +msgstr "删除选定的数据集时出现问题:%s" + +#: superset-frontend/src/pages/DatasetList/index.tsx:699 +#, fuzzy, python-format +msgid "There was an issue duplicating the selected datasets: %s" +msgstr "删除选定的数据集时出现问题:%s" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 msgid "There was an issue favoriting this dashboard." msgstr "收藏看板时候出现问题。" @@ -12132,55 +15730,55 @@ msgstr "收藏看板时候出现问题。" msgid "There was an issue fetching reports attached to this dashboard." msgstr "获取此看板的收藏夹状态时出现问题。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +#: superset-frontend/src/dashboard/actions/dashboardState.js:104 msgid "There was an issue fetching the favorite status of this dashboard." msgstr "获取此看板的收藏夹状态时出现问题。" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 +#: superset-frontend/src/pages/Home/index.tsx:281 +#, fuzzy, python-format +msgid "There was an issue fetching your chart: %s" +msgstr "删除时出现问题:%s" + +#: superset-frontend/src/pages/Home/index.tsx:270 +#, fuzzy, python-format +msgid "There was an issue fetching your dashboards: %s" +msgstr "删除所选仪表板时出现问题:%s" + +#: superset-frontend/src/pages/Home/index.tsx:248 #, python-format msgid "There was an issue fetching your recent activity: %s" msgstr "获取您最近的活动时出错:%s" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 +#: superset-frontend/src/pages/Home/index.tsx:293 +#, fuzzy, python-format +msgid "There was an issue fetching your saved queries: %s" +msgstr "删除所选查询时出现问题:%s" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:160 #, python-format msgid "There was an issue previewing the selected query %s" msgstr "预览所选查询时出现问题 %s" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:115 #, python-format msgid "There was an issue previewing the selected query. %s" msgstr "预览所选查询时出现问题。%s" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, python-format -msgid "There was an issues fetching your chart: %s" -msgstr "删除时出现问题:%s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, python-format -msgid "There was an issues fetching your dashboards: %s" -msgstr "删除所选仪表板时出现问题:%s" - -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, python-format -msgid "There was an issues fetching your saved queries: %s" -msgstr "删除所选查询时出现问题:%s" - -#: superset/viz.py:1955 +#: superset/viz.py:1992 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "桑基图里面有一个循环,请提供一棵树。这是一个错误的链接:{}" -#: superset/connectors/sqla/views.py:341 +#: superset/connectors/sqla/views.py:335 msgid "These are the tables this filter will be applied to." msgstr "这些是将应用此过滤的表。" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:98 msgid "These filters apply to the values available in the dropdowns" msgstr "这些过滤器应用于下拉列表中的可用值" -#: superset/views/chart/mixin.py:64 +#: superset/views/chart/mixin.py:63 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -12188,65 +15786,105 @@ msgid "" "parameters." msgstr "这些参数是在浏览视图中单击保存或覆盖按钮时动态生成的。这个JSON对象在这里公开以供参考,并提供给可能希望更改特定参数的高级用户使用。" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789 +#: superset/views/dashboard/mixin.py:58 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "这个JSON对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:324 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 #, python-format msgid "This action will permanently delete %s." msgstr "此操作将永久删除 %s 。" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:345 msgid "This action will permanently delete the layer." msgstr "此操作将永久删除图层。" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +#: superset-frontend/src/features/home/SavedQueries.tsx:231 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 msgid "This action will permanently delete the saved query." msgstr "此操作将永久删除保存的查询。" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:315 msgid "This action will permanently delete the template." msgstr "此操作将永久删除模板。" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 msgid "" "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " "mydatabase.com)." msgstr "这可以是一个IP地址(例如127.0.0.1)或一个域名(例如127.0.0.1)" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:244 +msgid "" +"This chart emits/applies cross-filters to other charts that use the same " +"dataset" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 msgid "This chart has been moved to a different filter scope." msgstr "此图表已移至其他过滤器范围内。" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:61 msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "此图表可能与过滤器不兼容(数据集不匹配)" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:322 msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +"This chart type is not supported when using an unsaved query as a chart " +"source. " +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +#, fuzzy +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" msgstr "此配色方案正被自定义标签颜色覆盖。" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:121 +#, fuzzy +msgid "This column might be incompatible with current dataset" +msgstr "此图表可能与过滤器不兼容(数据集不匹配)" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:545 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:561 msgid "This column must contain date/time information." msgstr "包含行信息的数据库列" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:600 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:618 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 #, python-format msgid "" "This dashboard is currently auto refreshing; the next auto refresh will " "be in %s." msgstr "此看板当前正在强制刷新;下一次强制刷新将在 %s 内执行。" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661 +msgid "This dashboard is managed externally, and can't be edited in Superset" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 msgid "" "This dashboard is not published which means it will not show up in the " @@ -12260,11 +15898,11 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "此看板未发布,它将不会显示在看板列表中。单击此处以发布此看板。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +#: superset-frontend/src/dashboard/actions/dashboardState.js:154 msgid "This dashboard is now hidden" msgstr "无法修改该看板" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +#: superset-frontend/src/dashboard/actions/dashboardState.js:153 msgid "This dashboard is now published" msgstr "当前看板 ${nowPublished}" @@ -12272,51 +15910,75 @@ msgstr "当前看板 ${nowPublished}" msgid "This dashboard is published. Click to make it a draft." msgstr "此看板已发布。单击以使其成为草稿。" -#: superset/views/core.py:1273 +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:168 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" +msgstr "" + +#: superset/views/core.py:1319 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "此看板最近已更新。请重新加载看板以获取最新版本。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +#: superset-frontend/src/dashboard/actions/dashboardState.js:311 +#: superset-frontend/src/dashboard/actions/dashboardState.js:350 msgid "This dashboard was saved successfully." msgstr "该看板已成功保存。" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1119 +msgid "This database is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "" +"This database table does not contain any data. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:240 +msgid "This dataset is managed externally, and can't be edited in Superset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:132 +#: superset-frontend/src/explore/controls.jsx:396 msgid "This defines the element to be plotted on the chart" msgstr "这定义了要在图表上绘制的元素" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:97 msgid "This defines the level of the hierarchy" msgstr "该选项定义了层次级别" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" -msgstr "此功能已弃用,将在2.0中删除。" - -#: superset/connectors/sqla/views.py:447 +#: superset/connectors/sqla/views.py:436 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 msgid "This filter doesn't exist in dashboard. It will not be applied." msgstr "此过滤器在仪表板中不存在。它不会被应用。" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +#, fuzzy +msgid "This filter might be incompatible with current dataset" +msgstr "此图表可能与过滤器不兼容(数据集不匹配)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 #, python-format msgid "This filter set is identical to: \"%s\"" msgstr "此过滤器集等同于: \"%s\" " -#: superset/connectors/sqla/views.py:358 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:75 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/connectors/sqla/views.py:352 msgid "" "This is the condition that will be added to the WHERE clause. For " "example, to only return rows for a particular client, you might define a " @@ -12327,18 +15989,18 @@ msgstr "" "这是将会添加到WHERE子句的条件。例如,要仅返回特定客户端的行,可以使用子句 `client_id = 9` " "定义常规过滤。若要在用户不属于RLS过滤角色的情况下不显示行,可以使用子句 `1 = 0`(始终为false)创建基本过滤。" -#: superset/views/dashboard/mixin.py:47 +#: superset/views/dashboard/mixin.py:46 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "这个JSON对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 msgid "This markdown component has an error." msgstr "此 markdown 组件有错误。" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 msgid "This markdown component has an error. Please revert your recent changes." msgstr "此 markdown 组件有错误。请还原最近的更改。" @@ -12347,80 +16009,120 @@ msgstr "此 markdown 组件有错误。请还原最近的更改。" msgid "This may be triggered by:" msgstr "这可能由以下因素触发:" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " -msgstr "这个查询使用了 %s 秒去执行," +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:258 +#, fuzzy +msgid "This metric might be incompatible with current dataset" +msgstr "此图表可能与过滤器不兼容(数据集不匹配)" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:531 +#, fuzzy msgid "" "This section allows you to configure how to use the slice\n" -" to generate annotations." +" to generate annotations." msgstr "此部分允许您配置如何使用切片生成注释。" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:237 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:119 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:387 +#: superset-frontend/src/explore/controlPanels/sections.tsx:119 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "本节包含允许对查询结果进行高级分析处理后的选项。" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:583 +msgid "This section contains validation errors" +msgstr "" + +#: superset-frontend/src/embedded/index.tsx:109 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +msgid "This table already has a dataset" +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:85 msgid "This value should be greater than the left target value" msgstr "这个值应该大于左边的目标值" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:80 msgid "This value should be smaller than the right target value" msgstr "这个值应该小于正确的目标值" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:141 +#, fuzzy +msgid "This visualization type does not support cross-filtering." +msgstr "选择可视化类型" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 msgid "This visualization type is not supported." msgstr "选择可视化类型" #: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +#, fuzzy msgid "This was triggered by:" -msgstr "这是由以下因素引发的:" +msgid_plural "This may be triggered by:" +msgstr[0] "这是由以下因素引发的:" + +#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:99 +msgid "This will remove your current embed configuration." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:66 msgid "Threshold alpha level for determining significance" msgstr "确定重要性的阈值α水平" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" msgstr "星期四" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:38 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +#: superset-frontend/src/explore/controlPanels/sections.tsx:65 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:200 msgid "Time" msgstr "时间" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 msgid "Time Column" msgstr "时间列" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:296 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:178 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 msgid "Time Comparison" msgstr "时间比对" @@ -12428,84 +16130,93 @@ msgstr "时间比对" msgid "Time Format" msgstr "时间格式" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 msgid "Time Grain" msgstr "时间粒度(Grain)" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 msgid "Time Granularity" msgstr "时间粒度(Granularity)" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" -msgstr "时间偏移" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:256 +#, fuzzy +msgid "Time Lag" +msgstr "时间范围" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:31 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 msgid "Time Range" msgstr "时间范围" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:267 +#, fuzzy +msgid "Time Ratio" +msgstr "时间粒度(grain)" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 msgid "Time Series" msgstr "时间序列" -#: superset/viz.py:1638 +#: superset/viz.py:1670 msgid "Time Series - Bar Chart" msgstr "时间序列 - 柱状图" -#: superset/viz.py:1564 +#: superset/viz.py:1596 msgid "Time Series - Dual Axis Line Chart" msgstr "时间序列-双轴线图" -#: superset/viz.py:1276 +#: superset/viz.py:1308 msgid "Time Series - Line Chart" msgstr "时间序列-折线图" -#: superset/viz.py:1486 +#: superset/viz.py:1518 msgid "Time Series - Multiple Line Charts" msgstr "时间序列-多线图" -#: superset/viz.py:3000 +#: superset/viz.py:3036 msgid "Time Series - Nightingale Rose Chart" msgstr "时间序列 - 南丁格尔玫瑰图" -#: superset/viz.py:2928 +#: superset/viz.py:2965 msgid "Time Series - Paired t-test" msgstr "时间序列 - 配对t检验" -#: superset/viz.py:1693 +#: superset/viz.py:1725 msgid "Time Series - Percent Change" msgstr "时间序列 - 百分比变化" -#: superset/viz.py:1647 +#: superset/viz.py:1679 msgid "Time Series - Period Pivot" msgstr "时间序列 - 周期透视表" -#: superset/viz.py:1701 +#: superset/viz.py:1733 msgid "Time Series - Stacked" msgstr "时间序列 - 堆积图" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:60 msgid "Time Series Options" msgstr "时间序列的列" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:304 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:454 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 msgid "Time Shift" msgstr "时间偏移" -#: superset/viz.py:822 +#: superset/viz.py:849 msgid "Time Table View" msgstr "时间表视图" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:321 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:763 +#: superset-frontend/src/explore/constants.ts:133 #: superset-frontend/src/filters/components/TimeColumn/index.ts:28 msgid "Time column" msgstr "时间列" -#: superset/connectors/sqla/models.py:1173 +#: superset/connectors/sqla/models.py:1392 superset/models/helpers.py:1575 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "时间列 \"%(col)s\" 在数据集中不存在" @@ -12514,11 +16225,26 @@ msgstr "时间列 \"%(col)s\" 在数据集中不存在" msgid "Time column filter plugin" msgstr "选择过滤器" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +msgid "Time column to apply dependent temporal filter to" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:769 +msgid "Time column to apply time range to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:102 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:174 msgid "Time comparison" msgstr "时间比较" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:641 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" +msgstr "" + #: superset/charts/commands/exceptions.py:66 #, python-format msgid "" @@ -12526,25 +16252,17 @@ msgid "" "[%(human_readable)s later]." msgstr "时间是模糊的。" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" -msgstr "当检索不同的值以填充过滤器组件时,时间表达式用作条件。只适用于`启用过滤器选择`。如果您输入`7天前`,将根据过去一周的不同值来填充ilter中不同的值列表" - -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 #: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "日期过滤器" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:326 msgid "Time format" msgstr "时间格式" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:322 +#: superset-frontend/src/explore/constants.ts:134 #: superset-frontend/src/filters/components/TimeGrain/index.ts:28 msgid "Time grain" msgstr "时间粒度(grain)" @@ -12553,49 +16271,52 @@ msgstr "时间粒度(grain)" msgid "Time grain filter plugin" msgstr "范围过滤器" -#: superset/utils/pandas_postprocessing.py:815 +#: superset/utils/pandas_postprocessing/prophet.py:114 msgid "Time grain missing" msgstr "时间粒度缺失" -#: superset-frontend/src/explore/constants.ts:117 +#: superset-frontend/src/explore/constants.ts:135 msgid "Time granularity" msgstr "时间粒度(granularity)" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 msgid "Time in seconds" msgstr "时间(秒)" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +#, fuzzy +msgid "Time lag" msgstr "时间范围" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" -msgstr "时间范围端点" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:320 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1009 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:403 +msgid "Time range" +msgstr "时间范围" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" -msgstr "时间范围端点 (SIP-15)" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:261 +#, fuzzy +msgid "Time ratio" +msgstr "时间粒度(grain)" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +#: superset-frontend/src/explore/controlPanels/sections.tsx:66 msgid "Time related form attributes" msgstr "时间相关的表单属性" +#: superset-frontend/src/modules/AnnotationTypes.js:46 +#, fuzzy +msgid "Time series" +msgstr "时间序列" + #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 msgid "Time series columns" msgstr "时间序列的列" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:110 +#: superset-frontend/src/explore/controlPanels/sections.tsx:182 msgid "Time shift" msgstr "时间偏移" @@ -12606,40 +16327,41 @@ msgid "" "[%(human_readable)s later]." msgstr "时间字符串是模糊的。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 msgid "Time-series Area Chart" msgstr "时间序列条形图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 msgid "" "Time-series Area chart are similar to line chart in that they represent " "variables with the same scale, but area charts stack the metrics on top " "of each other. An area chart in Superset can be stream, stack, or expand." msgstr "时间序列面积图与折线图相似,因为它们表示具有相同比例的变量,但面积图将度量叠加在一起。超级集中的面积图可以是流式、堆栈式或展开式" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 msgid "Time-series Bar Chart" msgstr "时间序列-条形图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" -msgstr "时间序列条形图 v2" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +#, fuzzy +msgid "Time-series Bar Chart (legacy)" +msgstr "时间序列-条形图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:68 msgid "" "Time-series Bar Charts are used to show the changes in a metric over time" " as a series of bars." msgstr "时间序列条形图用于显示指标随时间的变化" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 msgid "Time-series Chart" msgstr "时间序列图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 msgid "Time-series Line Chart" msgstr "时间序列折线图" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 msgid "Time-series Percent Change" msgstr "时间序列-百分比变化" @@ -12647,32 +16369,34 @@ msgstr "时间序列-百分比变化" msgid "Time-series Period Pivot" msgstr "时间序列-周期轴" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 msgid "Time-series Scatter Plot" msgstr "时间序列散点图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 msgid "" "Time-series Scatter Plot has time on the horizontal axis in linear units," " and the points are connected in order. It shows a statistical " "relationship between two variables." msgstr "时间序列散点图在水平轴上以线性单位表示时间,点按顺序连接。它显示了两个变量之间的统计关系" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 msgid "Time-series Smooth Line" msgstr "时间序列光滑曲线图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 +#, fuzzy msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." msgstr "时间序列平滑线是折线图的变体。没有角度和硬边,平滑线看起来更聪明、更专业。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 msgid "Time-series Stepped Line" msgstr "时间序列阶梯图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 msgid "" "Time-series Stepped-line graph (also called step chart) is a variation of" " line chart but with the line forming a series of steps between data " @@ -12680,11 +16404,11 @@ msgid "" " occur at irregular intervals." msgstr "“时间序列步进折线图(也称为步进图)是折线图的一种变体,但线条在数据点之间形成一系列步进。当您希望显示不规则间隔发生的变化时,步进图可能很有用。”" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 msgid "Time-series Table" msgstr "时间序列-表格" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 msgid "" "Time-series line chart is used to visualize repeated measurements taken " "over regular time intervals. Line chart is a type of chart which displays" @@ -12696,105 +16420,140 @@ msgstr "时间序列折线图用于可视化在规则时间间隔内进行的重 msgid "Timeout error" msgstr "超时错误" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" -msgstr "时间戳格式" - -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:387 msgid "Timestamp format" msgstr "时间戳格式" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +#: superset-frontend/src/components/ReportModal/index.tsx:326 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 msgid "Timezone" msgstr "时区" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +#: superset/connectors/sqla/views.py:427 msgid "Timezone offset (in hours) for this datasource" msgstr "数据源的时差(单位:小时)" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 msgid "Timezone selector" msgstr "时区选择" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 msgid "Tiny" msgstr "微小" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset-frontend/src/pages/DashboardList/index.tsx:308 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184 msgid "Title" msgstr "标题" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 msgid "Title Column" msgstr "标题栏" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 msgid "Title is required" msgstr "标题是必填项" -#: superset/dashboards/filters.py:33 +#: superset/dashboards/filters.py:39 msgid "Title or Slug" msgstr "标题或者Slug" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:347 msgid "To filter on a metric, use Custom SQL tab." msgstr "若要在计量值上筛选,请使用自定义SQL选项卡。" -#: superset/views/dashboard/mixin.py:58 +#: superset/views/dashboard/mixin.py:57 msgid "To get a readable URL for your dashboard" msgstr "为看板生成一个可读的 URL" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" -msgstr "切换图表说明" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +#, fuzzy +msgid "Too many columns to filter" +msgstr "需要作为列属性进行透视的一列或多列" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:27 msgid "Tools" msgstr "工具" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 msgid "Tooltip" msgstr "详细提示" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:204 msgid "Tooltip sort by metric" msgstr "排序指标" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:194 msgid "Tooltip time format" msgstr "时间格式" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 msgid "Top" msgstr "顶部" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#, fuzzy +msgid "Top left" +msgstr "警报" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +#, fuzzy +msgid "Top right" +msgstr "高度" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 msgid "Top to Bottom" msgstr "点击回顶部" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +#: superset/charts/post_processing.py:73 +#, python-format +msgid "Total (%(aggfunc)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:497 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:562 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:784 +#, python-format +msgid "Total (%(aggregatorName)s)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +#, fuzzy +msgid "Total value" +msgstr "左值" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:326 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:359 +#, fuzzy, python-format +msgid "Total: %s" +msgstr "显示总计" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:619 msgid "Totals" msgstr "显示总计" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:411 msgid "Track job" msgstr "跟踪任务" #: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 msgid "Transformable" msgstr "转换" @@ -12802,11 +16561,11 @@ msgstr "转换" msgid "Transparent" msgstr "透明" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:99 msgid "Transpose Pivot" msgstr "转置透视图" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:238 msgid "Transpose pivot" msgstr "转置透视图" @@ -12814,107 +16573,147 @@ msgstr "转置透视图" msgid "Tree Chart" msgstr "树状图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 msgid "Tree layout" msgstr "布局" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 msgid "Tree orientation" msgstr "方向" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset/viz.py:1035 msgid "Treemap" msgstr "树状地图" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" -msgstr "树状地图 v2" - -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 +msgid "Treemap (legacy)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 msgid "Trend" msgstr "趋势" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:227 msgid "Triangle" msgstr "三角形" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 msgid "Trigger Alert If..." msgstr "如果 ... 则触发警报" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:229 +#, fuzzy +msgid "Truncate Axis" +msgstr "截断Y轴" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:136 +#, fuzzy +msgid "Truncate Cells" +msgstr "截断Y轴" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:350 +#, fuzzy +msgid "Truncate Metric" +msgstr "排序指标" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:228 msgid "Truncate Y Axis" msgstr "截断Y轴" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:359 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:231 msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "截断Y轴。可以通过指定最小或最大界限来重写。" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +msgid "Truncate long cells to the \"min width\" set above" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "将指定的日期截取为指定的日期单位精度。" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:174 msgid "Try applying different filters or ensuring your datasource has data" msgstr "尝试应用不同的筛选器或确保您的数据源包含数据。“" +#: superset-frontend/src/components/ListView/ListView.tsx:412 +msgid "Try different criteria to display results." +msgstr "" + +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:275 +msgid "Try selecting a different schema" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 msgid "Tuesday" msgstr "星期二" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +#, fuzzy +msgid "Tukey" +msgstr "查询" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:272 #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 +#: superset-frontend/src/pages/DatasetList/index.tsx:343 +#: superset-frontend/src/pages/DatasetList/index.tsx:552 +#: superset/connectors/sqla/views.py:164 superset/connectors/sqla/views.py:253 msgid "Type" msgstr "类型" #: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1405 #, python-format msgid "Type \"%s\" to confirm" msgstr "键入 \"%s\" 来确认" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 msgid "Type a value" msgstr "请输入值" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:378 msgid "Type a value here" msgstr "请输入值" -#: superset/reports/commands/exceptions.py:71 +#: superset/reports/commands/exceptions.py:75 msgid "Type is required" msgstr "类型是必需的" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 msgid "Type of Google Sheets allowed" msgstr "接受Google Sheets的类型" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:273 +msgid "Type of comparison, value difference or percentage" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:404 #, python-format msgid "Type or Select [%s]" msgstr "键入或选择 [%s]" @@ -12928,70 +16727,83 @@ msgstr "键入或选择 [%s]" msgid "UI Configuration" msgstr "UI 配置" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 msgid "URL" msgstr "URL 地址" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:88 msgid "URL Parameters" msgstr "URL参数" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" -msgstr "无法识别的URL。" - -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:50 msgid "URL parameters" msgstr "URL 参数" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696 msgid "URL slug" msgstr "使用 Slug" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:622 msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "无法将新选项卡添加到后端。请与管理员联系。" -#: superset/db_engine_specs/presto.py:218 +#: superset/db_engine_specs/presto.py:677 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." -msgstr "无法连接到名为\%(catalog_name)s\的目录。" +msgstr "无法连接到名为\\%(catalog_name)s\\的目录。" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/mysql.py:165 +#: superset/db_engine_specs/postgres.py:148 #, python-format msgid "Unable to connect to database \"%(database)s\"." msgstr "不能连接到数据库\"%(database)s\"" -#: superset/utils/date_parser.py:390 +#: superset/db_engine_specs/bigquery.py:177 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:218 +msgid "Unable to create chart without a query id." +msgstr "" + +#: superset/utils/date_parser.py:393 #, python-format msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "找不到这样的假期:[{}]" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:72 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:589 msgid "" "Unable to migrate query editor state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "无法将查询编辑器状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:543 msgid "" "Unable to migrate query state to backend. Superset will retry later. " "Please contact your administrator if this problem persists." msgstr "无法将查询状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:525 msgid "" "Unable to migrate table schema state to backend. Superset will retry " "later. Please contact your administrator if this problem persists." msgstr "无法将表结构状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" -msgstr "为下表刷新元数据: %(tables)s" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:126 +msgid "Unable to retrieve dashboard colors" +msgstr "" -#: superset/views/database/views.py:240 +#: superset/views/database/views.py:275 #, python-format msgid "" "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" @@ -13000,7 +16812,7 @@ msgstr "" "无法将CSV文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" " "内。错误消息:%(error_msg)s" -#: superset/views/database/views.py:538 +#: superset/views/database/views.py:553 #, python-format msgid "" "Unable to upload Columnar file \"%(filename)s\" to table " @@ -13010,7 +16822,7 @@ msgstr "" "无法将Excel文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" " 内。错误消息:%(error_msg)s" -#: superset/views/database/views.py:386 +#: superset/views/database/views.py:412 #, python-format msgid "" "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " @@ -13019,122 +16831,138 @@ msgstr "" "无法将Excel文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" " 内。错误消息:%(error_msg)s" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 msgid "Undefined" msgstr "未命名" -#: superset/utils/pandas_postprocessing.py:391 +#: superset/utils/pandas_postprocessing/rolling.py:67 msgid "Undefined window for rolling operation" msgstr "未定义滚动操作窗口" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +#, fuzzy +msgid "Undo the action" +msgstr "运行选定的查询" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:131 msgid "Undo?" msgstr "撤消?" #: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 msgid "Unexpected error" msgstr "意外错误。" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 +#: superset/databases/commands/exceptions.py:137 +#: superset/databases/commands/exceptions.py:142 superset/views/core.py:1438 msgid "Unexpected error occurred, please check your logs for details" msgstr "发生意外错误,请检查日志以了解详细信息" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:75 msgid "Unexpected error: " msgstr "意外错误。" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 +#: superset/views/api.py:109 +#, fuzzy, python-format +msgid "Unexpected time range: %s" +msgstr "意外错误。" + +#: superset-frontend/src/features/home/ActivityTable.tsx:86 msgid "Unknown" msgstr "未知" -#: superset/db_engine_specs/mysql.py:129 +#: superset/db_engine_specs/mysql.py:155 #, python-format msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "未知MySQL服务器主机 \"%(hostname)s\"." -#: superset/db_engine_specs/presto.py:1005 +#: superset/db_engine_specs/presto.py:1319 msgid "Unknown Presto Error" msgstr "未知 Presto 错误" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:175 msgid "Unknown Status" msgstr "未知状态" -#: superset/connectors/sqla/models.py:1121 +#: superset/connectors/sqla/models.py:1317 superset/models/helpers.py:1498 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "订单中使用的未知列: %(col)s" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:402 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:480 msgid "Unknown error" msgstr "未知错误" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 msgid "Unknown value" msgstr "未知错误" -#: superset/jinja_context.py:347 +#: superset/jinja_context.py:353 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "函数返回不安全的类型 %(func)s: %(value_type)s" -#: superset/jinja_context.py:371 +#: superset/jinja_context.py:380 #, python-format msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "键的模板值不安全 %(key)s: %(value_type)s" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" -msgstr "未选择的条件 (%d)" - -#: superset/utils/core.py:1048 +#: superset/utils/core.py:1104 #, python-format msgid "Unsupported clause type: %(clause)s" msgstr "不支持的条款类型: %(clause)s" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " -msgstr "不支持的提取函数:" - -#: superset/common/query_object.py:392 +#: superset/common/query_object.py:440 #, python-format msgid "Unsupported post processing operation: %(operation)s" msgstr "不支持的处理操作:%(operation)s" -#: superset/jinja_context.py:358 +#: superset/jinja_context.py:364 #, python-format msgid "Unsupported return value for method %(name)s" msgstr "方法的返回值不受支持 %(name)s" -#: superset/jinja_context.py:382 +#: superset/jinja_context.py:391 #, python-format msgid "Unsupported template value for key %(key)s" msgstr "键的模板值不受支持 %(key)s" -#: superset/utils/pandas_postprocessing.py:818 +#: superset/utils/pandas_postprocessing/prophet.py:117 #, python-format msgid "Unsupported time grain: %(time_grain)s" msgstr "不支持的时间粒度:%(time_grain)s" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" -msgstr "未命名的查询 %s" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:148 +#, fuzzy +msgid "Untitled Dataset" +msgstr "编辑数据集" + +#: superset/views/sql_lab/views.py:148 +#, fuzzy +msgid "Untitled Query" +msgstr "未命名的查询" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:52 msgid "Untitled query" msgstr "未命名的查询" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:223 msgid "Update" msgstr "更新" -#: superset-frontend/src/chart/chartReducer.ts:82 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +#, fuzzy +msgid "Update chart" +msgstr "图表保存" + +#: superset-frontend/src/components/Chart/chartReducer.ts:84 msgid "Updating chart was stopped" msgstr "更新图表已停止" @@ -13142,83 +16970,139 @@ msgstr "更新图表已停止" msgid "Upload" msgstr "上传" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +#: superset-frontend/src/pages/DatabaseList/index.tsx:202 +msgid "Upload CSV" +msgstr "上传CSV" + +#: superset-frontend/src/features/home/RightMenu.tsx:189 +msgid "Upload CSV to database" +msgstr "上传CSV文件" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 msgid "Upload Credentials" msgstr "上传验证文件" -#: superset/initialization/__init__.py:400 +#: superset/databases/filters.py:66 +msgid "Upload Enabled" +msgstr "" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:216 +msgid "Upload Excel file" +msgstr "上传Excel" + +#: superset-frontend/src/features/home/RightMenu.tsx:203 msgid "Upload Excel file to database" msgstr "上传Excel" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 msgid "Upload JSON file" msgstr "上传JSON文件" -#: superset/initialization/__init__.py:369 -msgid "Upload CSV to database" -msgstr "上传CSV文件" +#: superset-frontend/src/pages/DatabaseList/index.tsx:209 +msgid "Upload columnar file" +msgstr "上传列级文件" + +#: superset-frontend/src/features/home/RightMenu.tsx:196 +msgid "Upload columnar file to database" +msgstr "上传列级文件" + +#: superset-frontend/src/pages/DatabaseList/index.tsx:199 +msgid "Upload file to database" +msgstr "上传文件到数据库" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" -msgstr "上传列式存储文件" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +#, fuzzy +msgid "Usage" +msgstr "巨大" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." +msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:36 +#, fuzzy, python-format +msgid "Use %s to open in a new tab." +msgstr "在新标签中查询" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:104 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:113 +#: superset-frontend/src/explore/fixtures.tsx:43 msgid "Use Area Proportions" msgstr "使用面积比例" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -#, python-format +#: superset/views/database/forms.py:462 msgid "Use Columns" msgstr "使用列" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." -msgstr "使用Pandas自动解释日期时间格式。" - -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:200 msgid "Use a log scale" msgstr "使用Y轴的对数刻度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:108 msgid "Use a log scale for the X-axis" msgstr "使用Y轴的对数刻度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:250 msgid "Use a log scale for the Y-axis" msgstr "使用Y轴的对数刻度" -#: superset/db_engine_specs/base.py:1401 +#: superset/db_engine_specs/base.py:1850 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databricks.py:57 msgid "Use an encrypted connection to the database" msgstr "使用到数据库的加密连接" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:455 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:217 msgid "Use legacy datasource editor" msgstr "使用旧数据源编辑器" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:122 msgid "Use metrics as a top level group for columns or for rows" msgstr "将指标作为列或行的顶级组使用" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 msgid "Use only a single value." msgstr "只使用一个值" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Use the Advanced Analytics options below" msgstr "使用下面的高级分析选项" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 msgid "" "Use the JSON file you automatically downloaded when creating your service" " account." msgstr "使用您在创建服务帐户时自动下载的JSON文件" #: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit buttom to change this field" +#, fuzzy +msgid "Use the edit button to change this field" msgstr "使用编辑按钮更改此字段" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:130 +#: superset-frontend/src/explore/controls.jsx:206 msgid "Use this to define a static color for all circles" msgstr "使用此定义所有圆圈的静态颜色" @@ -13228,7 +17112,7 @@ msgid "" " from the pluginʼs package.json" msgstr "在内部用于标识插件。应该在插件的 package.json 内被设置为包名。" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:28 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13238,7 +17122,7 @@ msgid "" "Table V2 instead!" msgstr "用于通过将多个统计数据分组来总结一组数据" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 msgid "" "Used to summarize a set of data by grouping together multiple statistics " "along two axes. Examples: Sales numbers by region and month, tasks by " @@ -13246,24 +17130,28 @@ msgid "" "visually stunning visualization, but highly informative and versatile." msgstr "用于通过将多个统计信息分组在一起来汇总一组数据" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 +#: superset-frontend/src/features/home/RightMenu.tsx:474 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:293 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:385 +#: superset/views/access_requests.py:44 superset/views/log/__init__.py:30 +#: superset/views/sql_lab/views.py:82 msgid "User" msgstr "用户" -#: superset/views/access_requests.py:42 +#: superset/views/access_requests.py:45 msgid "User Roles" msgstr "用户角色" -#: superset/errors.py:112 +#: superset/errors.py:118 msgid "User doesn't have the proper permissions." msgstr "您没有授权 " -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 msgid "User must select a value before applying the filter" msgstr "用户必须给过滤器选择一个值" @@ -13271,24 +17159,18 @@ msgstr "用户必须给过滤器选择一个值" msgid "User must select a value for this filter" msgstr "用户必须给过滤器选择一个值" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." -msgstr "用户必须给过滤器选择一个值" - -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 msgid "User query" msgstr "用户查询" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:133 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1837 +#: superset/db_engine_specs/clickhouse.py:201 msgid "Username" msgstr "用户名" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 msgid "" "Uses a gauge to showcase progress of a metric towards a target. The " "position of the dial represents the progress and the terminal value in " @@ -13296,6 +17178,7 @@ msgid "" msgstr "使用一个度量来展示实现目标的度量的进展" #: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:41 msgid "" "Uses circles to visualize the flow of data through different stages of a " "system. Hover over individual paths in the visualization to understand " @@ -13303,154 +17186,193 @@ msgid "" "funnels and pipelines." msgstr "使用圆圈来可视化系统不同阶段的数据流。" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143 msgid "Value" msgstr "值" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 msgid "Value Domain" msgstr "值域" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:343 msgid "Value Format" msgstr "数值格式" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:249 msgid "Value bounds" msgstr "值边界" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 msgid "Value format" msgstr "数值格式" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 msgid "Value is required" msgstr "需要名称" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 +#: superset/reports/schemas.py:186 superset/reports/schemas.py:192 +#: superset/reports/schemas.py:198 superset/reports/schemas.py:280 +#: superset/reports/schemas.py:286 superset/reports/schemas.py:293 msgid "Value must be greater than 0" msgstr "`行偏移量` 必须大于或等于0" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +#, fuzzy +msgid "Values dependent on" +msgstr "指标降序" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 msgid "Vehicle Types" msgstr "类型" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 +#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:252 msgid "Verbose Name" msgstr "全称" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/home/RightMenu.tsx:501 msgid "Version" msgstr "版本" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:509 msgid "Version number" msgstr "版本" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:281 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 msgid "Vertical" msgstr "垂直" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:162 +#, fuzzy +msgid "Vertical (Left)" +msgstr "垂直" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 msgid "Video game consoles" msgstr "控制台" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:243 +#: superset-frontend/src/pages/AlertReportList/index.tsx:385 +#, fuzzy +msgid "View" +msgstr "预览" + +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:270 msgid "View All »" msgstr "查看所有 »" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" -msgstr "查看图表" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +#, fuzzy +msgid "View Dataset" +msgstr "编辑数据集" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +#, fuzzy +msgid "View all charts" +msgstr "搜索所有图表" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:434 +#, fuzzy +msgid "View as table" +msgstr "查看样例" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:343 msgid "View in SQL Lab" msgstr "在 SQL 工具箱中公开" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:196 #, python-format msgid "View keys & indexes (%s)" msgstr "查看键和索引(%s)" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:415 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:417 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:394 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:396 msgid "View query" msgstr "检查查询" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" -msgstr "展示结果" - -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" -msgstr "查看样例" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 +#: superset-frontend/src/features/home/ActivityTable.tsx:170 msgid "Viewed" msgstr "已查看" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/home/ActivityTable.tsx:115 +#, python-format msgid "Viewed %s" msgstr "已查看 %s" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:293 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 msgid "Viewport" msgstr "视口" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 +#: superset-frontend/src/pages/DatasetList/index.tsx:342 +#: superset-frontend/src/pages/DatasetList/index.tsx:559 +#, fuzzy +msgid "Virtual" +msgstr "虚拟信息" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:151 msgid "Virtual (SQL)" msgstr "虚拟(SQL)" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 +#: superset-frontend/src/pages/DatasetList/index.tsx:281 msgid "Virtual dataset" msgstr "虚拟数据集" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:960 superset/connectors/sqla/utils.py:111 +#: superset/models/helpers.py:1036 msgid "Virtual dataset query cannot be empty" msgstr "虚拟数据集查询必须是只读的" -#: superset/connectors/sqla/models.py:852 +#: superset/connectors/sqla/models.py:963 superset/models/helpers.py:1039 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "虚拟数据集查询不能由多个语句组成" -#: superset/connectors/sqla/models.py:825 +#: superset/connectors/sqla/models.py:928 superset/models/helpers.py:1062 msgid "Virtual dataset query must be read-only" msgstr "虚拟数据集查询必须是只读的" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:204 msgid "Visual Tweaks" msgstr "视觉调整" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" -msgstr "可视化模式" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset/views/chart/mixin.py:87 msgid "Visualization Type" msgstr "可视化类型" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 +#: superset-frontend/src/pages/ChartList/index.tsx:378 msgid "Visualization type" msgstr "可视化类型" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 msgid "" "Visualize a parallel set of metrics across multiple groups. Each group is" " visualized using its own line of points and each metric is represented " @@ -13464,6 +17386,12 @@ msgid "" "to emphasize the strength of the link between each pair of groups." msgstr "可视化各组之间的相关指标。热图擅长显示两组之间的相关性或强度。颜色用于强调各组之间的联系强度。" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 msgid "" "Visualize how a metric changes over time using bars. Add a group by " @@ -13476,52 +17404,69 @@ msgid "" "structure." msgstr "使用熟悉的树状结构可视化多层次结构。" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:65 +#, fuzzy msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "使用相同的x轴时间范围可视化两个不同的时间序列。请注意,每个时间序列可以以不同的方式可视化(例如1个使用条形图,1个使用线条)。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:28 msgid "" "Visualize two different time series using the same x-axis time range. " "This chart is being deprecated and we recommend using the Mixed " "Timeseries Chart instead!" -msgstr "" -"使用相同的x轴时间范围可视化两个不同的时间序列。" -"此图表已被弃用,我们建议使用混合" -"改为时间序列图!" +msgstr "使用相同的x轴时间范围可视化两个不同的时间序列。此图表已被弃用,我们建议使用混合改为时间序列图!" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +#, fuzzy +msgid "" +"Visualize two different time series using the same x-axis. Note that each" +" time series can be visualized differently (e.g. 1 using bars and 1 using" +" a line)." +msgstr "使用相同的x轴时间范围可视化两个不同的时间序列。请注意,每个时间序列可以以不同的方式可视化(例如1个使用条形图,1个使用线条)。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:28 msgid "" "Visualizes 2 metrics as line plots using the same x-axis. This chart is " "useful for comparing metrics across the same time range." msgstr "使用相同的x轴将2个指标可视化为折线图。此图表可用于比较相同时间范围内的指标。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 msgid "" "Visualizes a metric across three dimensions of data in a single chart (X " "axis, Y axis, and bubble size). Bubbles from the same group can be " "showcased using bubble color." msgstr "在单个图表中跨三维数据(X轴、Y轴和气泡大小)可视化度量。同一组中的气泡可以“使用气泡颜色显示" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 msgid "" "Visualizes how a metric has changed over a time using a color scale and a" " calendar view. Gray values are used to indicate missing values and the " "linear color scheme is used to encode the magnitude of each day's value." msgstr "使用色标和日历视图可视化指标在一段时间内的变化情况。灰色值用于指示缺少的值,线性配色方案用于编码每天值的大小。" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 +#, fuzzy msgid "" "Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivisions (states, provinces, etc) on a choropleth map. Each " "subdivision's value is elevated when you hover over the corresponding " "geographic boundary." msgstr "在叶绿体地图上显示一个国家的主要分区(州、省等)之间单个指标的变化情况。当您悬停在相应的地理边界上时,每个分区的值都会升高" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 msgid "" "Visualizes many different time-series objects in a single chart. This " "chart is being deprecated and we recommend using the Time-series Chart " @@ -13542,11 +17487,11 @@ msgid "" "corresponds to higher frequency." msgstr "可视化列中出现频率最高的单词。字体越大,出现频率越高。" -#: superset/viz.py:133 +#: superset/viz.py:141 msgid "Viz is missing a datasource" msgstr "Viz 缺少一个数据源" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:265 msgid "Viz type" msgstr "可视化类型" @@ -13554,68 +17499,85 @@ msgstr "可视化类型" msgid "WED" msgstr "星期三" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:948 msgid "Want to add a new database?" msgstr "添加一个新数据库?" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1246 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:216 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 msgid "Warning" msgstr "警告!" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 +#: superset/connectors/sqla/views.py:258 msgid "Warning Message" msgstr "告警信息" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:286 msgid "Warning!" msgstr "警告!" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 msgid "" "Warning! Changing the dataset may break the chart if the metadata does " "not exist." msgstr "警告!如果元数据不存在,更改数据集可能会破坏图表。" -#: superset/db_engine_specs/bigquery.py:166 +#: superset/databases/commands/exceptions.py:157 +#: superset/databases/commands/exceptions.py:167 +#, fuzzy +msgid "Was unable to check your query" +msgstr "为您的查询设置标签" + +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." +msgstr "" + +#: superset/db_engine_specs/bigquery.py:197 #, python-format msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "我们似乎无法解析行 %(location)s 所处的列 \"%(column)\" 。" -#: superset/db_engine_specs/sqlite.py:63 +#: superset/db_engine_specs/duckdb.py:56 superset/db_engine_specs/sqlite.py:65 #, python-format msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "我们似乎无法解析列 \"%(column_name)\" 。" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/presto.py:630 #, python-format msgid "" "We can't seem to resolve the column \"%(column_name)s\" at line " "%(location)s." msgstr "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " -msgstr "我们建议您在遵循流程之前进一步总结数据。" +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 +#: superset-frontend/src/reports/actions/reports.js:136 msgid "We were unable to active or deactivate this report." msgstr "“我们无法激活或禁用该报告。" -#: superset/db_engine_specs/redshift.py:86 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" + +#: superset/db_engine_specs/redshift.py:90 #, python-format msgid "" "We were unable to connect to your database named \"%(database)s\". Please" " verify your database name and try again." msgstr "我们无法连接到名为 \"%(database)s\" 的数据库。请确认您的数据库名字并重试" -#: superset/db_engine_specs/bigquery.py:149 -msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." -msgstr "我们无法连接到您的数据库。请确认您的服务帐户在项目中具有查看器和作业用户角色。" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 msgid "Web" msgstr "网络" @@ -13623,86 +17585,123 @@ msgstr "网络" msgid "Wednesday" msgstr "星期三" -#: superset/db_engine_specs/base.py:97 +#: superset/db_engine_specs/base.py:107 msgid "Week" msgstr "周" -#: superset/db_engine_specs/base.py:103 +#: superset/db_engine_specs/base.py:113 msgid "Week ending Saturday" msgstr "周一为一周结束" -#: superset/db_engine_specs/base.py:102 +#: superset/db_engine_specs/base.py:112 msgid "Week starting Monday" msgstr "周一为一周开始" -#: superset/db_engine_specs/base.py:101 +#: superset/db_engine_specs/base.py:111 msgid "Week starting Sunday" msgstr "周日为一周开始" -#: superset/db_engine_specs/base.py:104 +#: superset/db_engine_specs/base.py:114 msgid "Week_ending Sunday" msgstr "周日为一周结束" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/ReportModal/index.tsx:123 +#, fuzzy +msgid "Weekly Report" +msgstr "报告" + +#: superset-frontend/src/components/ReportModal/index.tsx:122 +#, python-format +msgid "Weekly Report for %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format msgid "Weeks %s" msgstr "周 %s" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:77 +#, fuzzy +msgid "Weight" +msgstr "高度" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading these results. Queries are set to timeout " "after %s second." -msgstr "加载结果时遇到问题。查询设置为 %s 秒后超时。" +msgid_plural "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s seconds." +msgstr[0] "加载结果时遇到问题。查询设置为 %s 秒后超时。" #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format +#, fuzzy, python-format msgid "" "We’re having trouble loading this visualization. Queries are set to " "timeout after %s second." -msgstr "加载此可视化效果时遇到问题。查询设置为 %s 秒后超时。" +msgid_plural "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s seconds." +msgstr[0] "加载此可视化效果时遇到问题。查询设置为 %s 秒后超时。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:120 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 msgid "What should be shown on the label?" msgstr "标签上需要显示的内容" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 +#: superset/views/database/forms.py:165 +#, fuzzy +msgid "What should happen if the table already exists" +msgstr "过滤器已存在" + +#: superset-frontend/src/explore/controls.jsx:434 msgid "" "When `Calculation type` is set to \"Percentage change\", the Y Axis " "Format is forced to `.1%`" msgstr "当设置“周期比”时,y轴格式强制为“1%”。" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 msgid "When a secondary metric is provided, a linear color scale is used." msgstr "当提供次计量指标时,会使用线性色阶。" -#: superset/views/database/mixins.py:120 +#: superset/views/database/mixins.py:119 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:100 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:189 msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "启用后,用户可以在Explore中可视化SQL实验室结果。" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "如果只提供了一个主计量指标,则使用分类色阶。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1089 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " "this statement as a subquery while grouping and filtering on the " "generated parent queries." msgstr "指定SQL时,数据源会充当视图。在对生成的父查询进行分组和筛选时,系统将使用此语句作为子查询。" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888 msgid "" "When using \"Autocomplete filters\", this can be used to improve " "performance of the query fetching the values. Use this option to apply a " @@ -13713,85 +17712,107 @@ msgstr "" "当使用 \"自适配过滤条件\" " "时,这可以用来提高获取查询数据的性能。使用此选项可将谓词(WHERE子句)应用于从表中进行选择不同值的查询。通常,这样做的目的是通过对分区或索引的相关时间字段配置相对应的过滤时间来限制扫描。" -#: superset/viz.py:834 +#: superset/viz.py:861 msgid "When using 'Group By' you are limited to use a single metric" msgstr "当使用“Group by”时,只限于使用单个度量。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:72 +msgid "When using other than adaptive formatting, labels may overlap" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +#, fuzzy +msgid "When using this option, default value can’t be set" +msgstr "默认选择第一项(使用此选项时,不能“设置默认值”)" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "当有多组数据时进度条是否重叠" -#: superset/connectors/sqla/views.py:466 +#: superset/connectors/sqla/views.py:455 msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "表是否由 sql 实验室中的 \"可视化\" 流生成" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 +#: superset/connectors/sqla/views.py:111 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "该列是否在浏览视图的`过滤器`部分显示。" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 msgid "" "Whether to align background charts with both positive and negative values" " at 0" msgstr "是否 +/- 对齐背景图数值" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:117 msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "单元格条形图中的正负值是否按0对齐" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:806 msgid "Whether to always show the annotation label" msgstr "是否显示标签。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 msgid "Whether to animate the progress and the value or just display them" msgstr "是以动画形式显示进度和值,还是仅显示它们" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:331 msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "是否应用基于色标等级的正态分布" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:166 +#, fuzzy +msgid "Whether to apply filter when items are clicked" +msgstr "是否显示笔划" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "根据数值是正数还是负数来为其上色" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:109 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 msgid "Whether to display a bar chart background in table columns" msgstr "为指标添加条状图背景" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:45 msgid "Whether to display a legend for the chart" msgstr "是否显示图表的图示(色块分布)" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:85 msgid "Whether to display bubbles on top of countries" msgstr "是否在国家之上展示气泡" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:103 +#, fuzzy +msgid "Whether to display the aggregate count" +msgstr "是否显示笔划" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:50 msgid "Whether to display the interactive data table" msgstr "是否将指标名显示为标题" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:151 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:76 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 msgid "Whether to display the labels." msgstr "是否显示标签。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +#, fuzzy msgid "" "Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +" 5% threshold." msgstr "是否显示标签。" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:159 msgid "Whether to display the legend (toggles)" msgstr "是否显示图示(切换)" @@ -13799,164 +17820,178 @@ msgstr "是否显示图示(切换)" msgid "Whether to display the metric name as a title" msgstr "是否将指标名显示为标题" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:293 msgid "Whether to display the min and max values of the X-axis" msgstr "是否显示X轴的最小值和最大值" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:101 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:112 msgid "Whether to display the min and max values of the Y-axis" msgstr "是否显示Y轴的最小值和最大值" #: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:187 msgid "Whether to display the numerical values within the cells" msgstr "是否在单元格内显示数值" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:261 +#, fuzzy +msgid "Whether to display the stroke" +msgstr "是否显示笔划" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:148 msgid "Whether to display the time range interactive selector" msgstr "是否显示时间范围交互选择器" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:80 msgid "Whether to display the timestamp" msgstr "是否显示笔划" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:92 msgid "Whether to display the trend line" msgstr "是否显示笔划" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:280 msgid "Whether to enable changing graph position and scaling." msgstr "是否启用更改图形位置和缩放。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:145 msgid "Whether to enable node dragging in force layout mode." msgstr "是否在强制布局模式下启用节点拖动。" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" -msgstr "是否规范化直方图" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:250 +#, fuzzy +msgid "Whether to fill the objects" +msgstr "是否显示标签。" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:89 +#, fuzzy +msgid "Whether to ignore locations that are null" +msgstr "是否忽略空位置" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:421 msgid "Whether to include a client-side search box" msgstr "是否包含客户端搜索框" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:51 msgid "Whether to include a time filter" msgstr "是否包含时间过滤器" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:303 msgid "Whether to include the percentage in the tooltip" msgstr "是否在工具提示中包含百分比" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 msgid "Whether to include the time granularity as defined in the time section" msgstr "是否包含时间段中定义的时间粒度" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:273 +#, fuzzy +msgid "Whether to make the grid 3D" +msgstr "是否规范化直方图" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 msgid "Whether to make the histogram cumulative" msgstr "是否规范化直方图" -#: superset/connectors/sqla/views.py:94 +#: superset/connectors/sqla/views.py:106 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 msgid "Whether to normalize the histogram" msgstr "是否规范化直方图" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881 msgid "Whether to populate autocomplete filters options" msgstr "是否填充自适配过滤条件选项" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 +#: superset/connectors/sqla/views.py:450 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "是否显示额外的控件。额外的控制包括使多栏图表堆叠或并排。" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 msgid "Whether to show minor ticks on the axis" msgstr "是否忽略空位置" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 msgid "Whether to show the pointer" msgstr "是否显示笔划" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 msgid "Whether to show the progress of gauge chart" msgstr "是否显示量规图进度" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 msgid "Whether to show the split lines on the axis" msgstr "是否显示Y轴的最小值和最大值" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:124 +#, fuzzy +msgid "Whether to sort ascending or descending on the base Axis." +msgstr "是否忽略空位置" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 msgid "Whether to sort descending or ascending" msgstr "是降序还是升序排序" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +#, fuzzy +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "是降序还是升序排序" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:64 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:43 msgid "Whether to sort results by the selected metric in descending order." msgstr "是否按所选指标按降序对结果进行排序。" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:207 msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "是否按所选指标按降序对结果进行排序。" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +#, fuzzy +msgid "Whether to truncate metrics" +msgstr "是否规范化直方图" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:44 msgid "Which country to plot the map for?" msgstr "为哪个国家绘制地图?" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:198 msgid "Which relatives to highlight on hover" msgstr "在悬停时突出显示哪些关系" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:41 msgid "Whisker/outlier options" msgstr "箱须/离群值选项" @@ -13964,7 +17999,8 @@ msgstr "箱须/离群值选项" msgid "White" msgstr "白色" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 msgid "Width" msgstr "宽度" @@ -13972,11 +18008,15 @@ msgstr "宽度" msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "置信区间必须介于0和1(不包含1)之间" -#: superset/utils/pandas_postprocessing.py:393 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" +msgstr "" + +#: superset/utils/pandas_postprocessing/rolling.py:69 msgid "Window must be > 0" msgstr "窗口必须大于0" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 msgid "With a subheader" msgstr "子标题" @@ -13985,119 +18025,143 @@ msgstr "子标题" msgid "Word Cloud" msgstr "词汇云" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 msgid "Word Rotation" msgstr "单词旋转" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +#: superset-frontend/src/pages/AlertReportList/index.tsx:63 msgid "Working" msgstr "正在执行" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 msgid "Working timeout" msgstr "执行超时" #: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 +#: superset/viz.py:2079 msgid "World Map" msgstr "世界地图" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 msgid "Write a description for your query" msgstr "为您的查询写一段描述" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" +msgstr "" + +#: superset/views/database/forms.py:219 +#, fuzzy +msgid "Write dataframe index as a column" +msgstr "将dataframe index 作为列." + +#: superset/views/database/forms.py:380 superset/views/database/forms.py:471 msgid "Write dataframe index as a column." msgstr "将dataframe index 作为列." -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:56 msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "X 轴标题下边距" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:213 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:295 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:164 +#: superset-frontend/src/explore/controls.jsx:401 msgid "X Axis" msgstr "X 轴" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:235 msgid "X Axis Format" msgstr "X 轴格式化" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:182 msgid "X Axis Label" msgstr "X 轴标签" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:42 msgid "X Axis Title" msgstr "X轴标题" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:105 msgid "X Log Scale" msgstr "X经度标度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:116 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:58 msgid "X Tick Layout" msgstr "X轴记号图层" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:290 msgid "X bounds" msgstr "X界限" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:122 +#, fuzzy +msgid "X-Axis Sort Ascending" +msgstr "升序排序" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:69 +msgid "X-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 +#, fuzzy +msgid "X-axis" +msgstr "坐标轴" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:115 msgid "XScale Interval" msgstr "X轴比例尺间隔" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:109 msgid "Y 2 bounds" msgstr "Y界限" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:84 msgid "Y AXIS TITLE MARGIN" msgstr "Y轴标题页边距" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:99 msgid "Y AXIS TITLE POSITION" msgstr "Y轴标题位置" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:220 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:338 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:215 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:297 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:203 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197 +#: superset-frontend/src/explore/controls.jsx:408 msgid "Y Axis" msgstr "Y 轴" @@ -14109,28 +18173,27 @@ msgstr "Y 轴 1" msgid "Y Axis 2" msgstr "Y 轴 2" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:274 msgid "Y Axis 2 Bounds" msgstr "Y 轴界限" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:258 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:370 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:242 msgid "Y Axis Bounds" msgstr "Y 轴界限" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:301 +#: superset-frontend/src/explore/controls.jsx:422 msgid "Y Axis Format" msgstr "Y 轴格式化" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:353 msgid "Y Axis Label" msgstr "Y 轴标签" @@ -14142,35 +18205,69 @@ msgstr "Y轴左侧" msgid "Y Axis Right" msgstr "Y轴右侧" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:70 msgid "Y Axis Title" msgstr "Y 轴标题" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:247 msgid "Y Log Scale" msgstr "Y经度标度" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:98 msgid "Y bounds" msgstr "Y界限" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:121 +#, fuzzy +msgid "Y-Axis Sort Ascending" +msgstr "升序排序" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:68 +msgid "Y-Axis Sort By" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +#, fuzzy +msgid "Y-axis" +msgstr "坐标轴" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:296 +#, fuzzy +msgid "Y-axis bounds" +msgstr "Y 轴界限" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:131 msgid "YScale Interval" msgstr "Y轴比例尺间隔" -#: superset/db_engine_specs/base.py:100 +#: superset/db_engine_specs/base.py:110 msgid "Year" msgstr "年" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 #, python-format msgid "Years %s" msgstr "年 %s" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:144 +#: superset-frontend/src/pages/ChartList/index.tsx:598 +#: superset-frontend/src/pages/ChartList/index.tsx:707 +#: superset-frontend/src/pages/DashboardList/index.tsx:506 +#: superset-frontend/src/pages/DashboardList/index.tsx:588 +#: superset-frontend/src/pages/DatabaseList/index.tsx:467 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:572 msgid "Yes" msgstr "是" @@ -14178,97 +18275,123 @@ msgstr "是" msgid "Yes, cancel" msgstr "是的,取消" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +#, fuzzy +msgid "Yes, overwrite changes" +msgstr "范围的标签" + +#: superset-frontend/src/pages/ChartList/index.tsx:100 msgid "" "You are importing one or more charts that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "您正在导入一个或多个已存在的图表。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/pages/DashboardList/index.tsx:69 msgid "" "You are importing one or more dashboards that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "您正在导入一个或多个已存在的仪表板。覆盖可能会导致您丢失一些工作。确定要覆盖吗?" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1394 msgid "" "You are importing one or more databases that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "您正在导入一个或多个已存在的数据库。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +#: superset-frontend/src/features/datasets/constants.ts:30 msgid "" "You are importing one or more datasets that already exist. Overwriting " "might cause you to lose some of your work. Are you sure you want to " "overwrite?" msgstr "您正在导入一个或多个已存在的数据集。覆盖可能会导致您丢失一些工作。确定要覆盖吗?" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " "Overwriting might cause you to lose some of your work. Are you sure you " "want to overwrite?" msgstr "您正在导入一个或多个已存在的图表。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." -msgstr "您无权从这个表中获取样本。" - -#: superset/views/core.py:2295 +#: superset/views/core.py:2177 msgid "" "You are not authorized to see this query. If you think this is an error, " "please reach out to your administrator." msgstr "您无权查看此查询。" -#: superset/views/database/views.py:463 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:192 +#, fuzzy +msgid "You can" +msgstr "国家地图" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "You can add the components in the" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:240 +msgid "You can add the components in the edit mode." +msgstr "" + +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:127 +msgid "You can also just click on the chart to apply cross-filter." +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:386 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -"不能同时在表名 \"%(columnar_table.table)s\" 和schema字段 \"%(columnar_table.schema)s\" " -"中指定命名空间。请删除一个。" -#: superset/views/database/views.py:146 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:195 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:218 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +"You can create a new chart or use existing ones from the panel on the " +"right" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:183 +msgid "You can preview the list of dashboards in the chart settings dropdown." msgstr "" -"不能同时在表名 \"%(csv_table.table)s\" 和schema字段 \"%(csv_table.schema)s\" " -"中指定命名空间。请删除一个。" -#: superset/views/database/views.py:293 +#: superset-frontend/src/components/Chart/ChartContextMenu.tsx:148 +msgid "You can't apply cross-filter on this data point." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:501 msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -"不能同时在表名 \"%(excel_table.table)s\" 和schema字段 \"%(excel_table.schema)s\" " -"中指定命名空间。请删除一个。" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:367 msgid "You cannot use 45° tick layout along with the time range filter" msgstr "不能将45°刻度线布局与时间范围过滤器一起使用" -#: superset/viz.py:696 +#: superset/viz.py:723 msgid "" "You cannot use [Columns] in combination with [Group " "By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." msgstr "不能将 [列] 与 [分组]/[指标]/[百分比度量] 结合使用。请选择其中一个。" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, fuzzy, python-format +msgid "You do not have permission to edit this %s" +msgstr "您没有编辑此图表的权限" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 msgid "You do not have permission to edit this chart" msgstr "您没有编辑此图表的权限" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +#: superset-frontend/src/components/Tags/utils.tsx:69 +#: superset-frontend/src/dashboard/actions/dashboardState.js:366 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:134 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:40 msgid "You do not have permission to edit this dashboard" msgstr "您没有编辑此看板的权限" @@ -14277,33 +18400,73 @@ msgstr "您没有编辑此看板的权限" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "您没有权限访问该数据源: %(name)s。" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +#: superset-frontend/src/dashboard/actions/dashboardState.js:162 msgid "You do not have permissions to edit this dashboard." msgstr "您没有编辑此看板的权限。" +#: superset/charts/commands/exceptions.py:131 +#, fuzzy +msgid "You don't have access to this chart." +msgstr "您没有编辑此看板的权限。" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "您没有编辑此看板的权限。" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +#: superset/datasets/commands/exceptions.py:189 +#, fuzzy +msgid "You don't have access to this dataset." +msgstr "您没有编辑此看板的权限。" + +#: superset/embedded_dashboard/commands/exceptions.py:34 +#, fuzzy +msgid "You don't have access to this embedded dashboard config." +msgstr "您没有编辑此看板的权限。" + +#: superset-frontend/src/features/home/EmptyState.tsx:170 msgid "You don't have any favorites yet!" msgstr "您还没有任何的收藏!" -#: superset/key_value/commands/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +#: superset/temporary_cache/commands/exceptions.py:45 msgid "You don't have permission to modify the value." msgstr "您没有编辑此图表的权限" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " -msgstr "您没有授权 " +#: superset/security/manager.py:2267 +#, fuzzy, python-format +msgid "You don't have the rights to alter %(resource)s" +msgstr "您没有权利修改这个标题。" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 +#: superset/views/core.py:923 +#, fuzzy +msgid "You don't have the rights to alter this chart" +msgstr "您没有权利修改这个标题。" + +#: superset/views/core.py:1097 +#, fuzzy +msgid "You don't have the rights to alter this dashboard" +msgstr "您没有权利修改这个标题。" + +#: superset-frontend/src/components/EditableTitle/index.tsx:213 msgid "You don't have the rights to alter this title." msgstr "您没有权利修改这个标题。" -#: superset/views/core.py:406 +#: superset/views/core.py:929 +#, fuzzy +msgid "You don't have the rights to create a chart" +msgstr "您没有授权 " + +#: superset/views/core.py:1113 +#, fuzzy +msgid "You don't have the rights to create a dashboard" +msgstr "您没有授权 " + +#: superset/views/core.py:644 +#, fuzzy +msgid "You don't have the rights to download as csv" +msgstr "您没有授权 " + +#: superset/views/core.py:424 msgid "You have no permission to approve this request" msgstr "您没有此请求的访问权限" @@ -14311,162 +18474,236 @@ msgstr "您没有此请求的访问权限" msgid "You have removed this filter." msgstr "您已删除此过滤条件。" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +#: superset-frontend/src/dashboard/components/Dashboard.jsx:87 msgid "You have unsaved changes." msgstr "您有一些未保存的修改。" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 +#: superset-frontend/src/dashboard/actions/dashboardState.js:652 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:300 +#: superset-frontend/src/pages/DatasetList/index.tsx:453 +msgid "" +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." +msgstr "" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 msgid "You must pick a name for the new dashboard" msgstr "您必须为新的看板选择一个名称" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:525 msgid "You must run the query successfully first" msgstr "必须先成功运行查询" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:350 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:669 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:343 +#, fuzzy +msgid "Your chart is not up to date" +msgstr "不是最新的" + +#: superset-frontend/src/components/Chart/Chart.jsx:283 +msgid "Your chart is ready to go!" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "您的看板太大了。保存前请缩小尺寸。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1036 msgid "Your query could not be saved" msgstr "您的查询无法保存" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:178 msgid "Your query could not be scheduled" msgstr "无法调度您的查询" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1071 msgid "Your query could not be updated" msgstr "无法更新您的查询" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:171 msgid "" "Your query has been scheduled. To see details of your query, navigate to " "Saved queries" msgstr "您的查询已被调度。要查看查询的详细信息,请跳转到保存查询页面查看。" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1051 +#, fuzzy +msgid "Your query was not properly saved" +msgstr "您的查询已保存" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 msgid "Your query was saved" msgstr "您的查询已保存" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1067 msgid "Your query was updated" msgstr "您的查询已保存" -#: superset-frontend/src/reports/actions/reports.js:172 +#: superset-frontend/src/reports/actions/reports.js:154 msgid "Your report could not be deleted" msgstr "这个查询无法被加载。" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +#, fuzzy +msgid "Zero imputation" +msgstr "描述" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:311 msgid "Zoom" msgstr "缩放" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:315 msgid "Zoom level of the map" msgstr "地图缩放等级" -#: superset/tasks/schedules.py:658 -#, python-format -msgid "[Alert] %(label)s" -msgstr "[警报] %(label)s" +#: superset-frontend/src/dashboard/actions/dashboardState.js:262 +#, fuzzy +msgid "[ untitled dashboard ]" +msgstr "编辑仪表盘" -#: superset/viz.py:2349 +#: superset/viz.py:2386 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" -#: superset/viz.py:2299 +#: superset/viz.py:2336 msgid "[Longitude] and [Latitude] must be set" msgstr "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" -#: superset/views/core.py:783 +#: superset/explore/commands/get.py:121 superset/views/core.py:870 msgid "[Missing Dataset]" msgstr "丢失数据集" -#: superset/utils/core.py:864 +#: superset/utils/core.py:908 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "[Superset] 允许访问数据源 %(name)s" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -#, python-format +#: superset-frontend/src/features/home/ActivityTable.tsx:85 msgid "[Untitled]" msgstr "无标题" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 +#: superset/connectors/base/models.py:252 superset/models/sql_lab.py:228 +#, fuzzy +msgid "[asc]" +msgstr "基础" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:84 +#, fuzzy +msgid "[copy]" +msgstr "复制" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 msgid "[dashboard name]" msgstr "[看板名称]" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +#: superset/connectors/base/models.py:255 superset/models/sql_lab.py:231 +msgid "[desc]" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "次计量指标用来定义颜色与主度量的比率。如果两个度量匹配,则将颜色映射到级别组" -#: superset/utils/pandas_postprocessing.py:519 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:273 +#, fuzzy +msgid "[untitled]" +msgstr "无标题" + +#: superset/utils/pandas_postprocessing/compare.py:53 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "长度必须保持一致" -#: superset/utils/pandas_postprocessing.py:523 +#: superset/utils/pandas_postprocessing/compare.py:57 msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "`compare_type` 必须是 `difference`, `percentage` 或 `ratio`" -#: superset/charts/schemas.py:557 +#: superset/charts/schemas.py:573 msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "`置信区间` 必须介于0和1之间(开区间)" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:166 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "如果分组被使用 `count` 表示 COUNT(*)。数值列将与聚合器聚合。非数值列将用于维度列。留空以获得每个簇中的点计数。" -#: superset/common/query_object.py:388 +#: superset/common/query_object.py:436 msgid "`operation` property of post processing object undefined" msgstr "后处理必须指定操作类型(`operation`)" -#: superset/utils/pandas_postprocessing.py:765 +#: superset/utils/pandas_postprocessing/prophet.py:61 msgid "`prophet` package not installed" msgstr "未安装程序包 `fbprophet`" -#: superset/utils/pandas_postprocessing.py:722 +#: superset/utils/pandas_postprocessing/contribution.py:69 msgid "`rename_columns` must have the same length as `columns`." msgstr "长度必须保持一致" -#: superset/charts/schemas.py:1070 +#: superset/charts/schemas.py:1114 msgid "`row_limit` must be greater than or equal to 0" msgstr "`行限制` 必须大于或等于1" -#: superset/charts/schemas.py:1077 +#: superset/charts/schemas.py:1121 msgid "`row_offset` must be greater than or equal to 0" msgstr "`行偏移量` 必须大于或等于0" -#: superset/charts/schemas.py:932 +#: superset/charts/schemas.py:972 msgid "`width` must be greater or equal to 0" msgstr "`宽度` 必须大于或等于0" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 msgid "aggregate" msgstr "合计" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "alert" msgstr "警报" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 msgid "alerts" msgstr "警报" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:205 +#: superset-frontend/src/explore/controls.jsx:254 +#, fuzzy +msgid "all" +msgstr "小" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 msgid "also copy (duplicate) charts" msgstr "同时复制图表" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " -msgstr "修改这个 " - -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 msgid "ancestor" msgstr "上一个" @@ -14474,131 +18711,226 @@ msgstr "上一个" msgid "and" msgstr "和" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " -msgstr ",浏览视图在 %s 秒超时" - -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 msgid "annotation" msgstr "注释" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." -msgstr "注释的开始时间或结束时间是必需的。" - -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 msgid "annotation_layer" msgstr "注释层" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:373 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:527 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "asfreq" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 msgid "at" msgstr "在" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:218 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:60 +#, fuzzy +msgid "auto" +msgstr "在" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:151 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +#, fuzzy +msgid "basis" +msgstr "重点" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:528 +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "bfill" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 msgid "bolt" msgstr "螺栓" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "boolean type icon" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:180 msgid "bottom" msgstr "底部" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" -msgstr "已缓存" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" +msgstr "" #: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 msgid "cannot be empty" msgstr "不能为空" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." -msgstr "" -"不能作为一个列名称使用。列名/别名 \"__timestamp\"\n" -" 是为主要的时间表达式保留的,列别名以双下划线结尾\n" -" 并后跟一个数值(例如 \"my_col__1\")。 这是为了\n" -" 保留用于消除重复的列名。请使用别名来\n" -" 重命名无效的列名。" - -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +#, fuzzy +msgid "cardinal" +msgstr "径向" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:87 +#, fuzzy +msgid "change" +msgstr "范围" + +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:182 +#: superset-frontend/src/pages/ChartList/index.tsx:892 msgid "chart" msgstr "图表" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +#: superset-frontend/src/features/home/EmptyState.tsx:27 msgid "charts" msgstr "图表" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 msgid "choose WHERE or HAVING..." msgstr "选择WHERE或HAVING子句..." -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 +#: superset-frontend/src/components/ListView/ListView.tsx:415 +#, fuzzy +msgid "clear all filters" +msgstr "搜索所有过滤选项" + +#: superset-frontend/src/components/Chart/Chart.jsx:290 +#: superset-frontend/src/explore/components/ExploreChartPanel.jsx:354 +msgid "click here" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:46 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 msgid "column" msgstr "列" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 +#, python-format +msgid "connecting to %(dbModelName)s." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 msgid "count" msgstr "列" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " -msgstr "创建一个 " +#: superset-frontend/src/explore/components/SaveModal.tsx:365 +#, fuzzy +msgid "create" +msgstr "创建" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:198 +#, fuzzy +msgid "create a new chart" +msgstr "创建新图表" + +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:45 +#, fuzzy +msgid "create dataset from SQL query" +msgstr "从文件中导入数据库" + +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:251 msgid "css" msgstr "css" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 msgid "css_template" msgstr "css模板" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:406 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 msgid "cumulative" msgstr "激活" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:127 +#: superset-frontend/src/pages/DashboardList/index.tsx:792 msgid "dashboard" msgstr "看板" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +#: superset-frontend/src/features/home/EmptyState.tsx:28 msgid "dashboards" msgstr "看板" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:543 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:712 +#: superset-frontend/src/pages/DatabaseList/index.tsx:91 msgid "database" msgstr "数据库" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:148 +#: superset-frontend/src/pages/DatasetList/index.tsx:822 msgid "dataset" msgstr "数据集" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#, fuzzy +msgid "dataset name" +msgstr "数据集名称" + +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:303 msgid "date" msgstr "日期" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:61 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 msgid "day" msgstr "天" @@ -14611,30 +18943,99 @@ msgstr "一个月中的天数" msgid "day of the week" msgstr "一周的天数" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +#, fuzzy +msgid "deck.gl 3D Hexagon" +msgstr "Deck.gl - 多角形" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "圆弧图" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +#, fuzzy +msgid "deck.gl Geojson" +msgstr "Deck.gl - 多角形" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +#, fuzzy +msgid "deck.gl Grid" +msgstr "圆弧图" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +#, fuzzy +msgid "deck.gl Multiple Layers" +msgstr "多图层" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +#, fuzzy +msgid "deck.gl Path" +msgstr "Deck.gl - 路径" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +#, fuzzy +msgid "deck.gl Polygon" +msgstr "Deck.gl - 多角形" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +#, fuzzy +msgid "deck.gl Scatterplot" +msgstr "Deck.gl - 散点图" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +#, fuzzy +msgid "deck.gl Screen Grid" +msgstr "Deck.gl - 屏幕网格" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +#, fuzzy +msgid "deck.gl charts" +msgstr "圆弧图" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +#, fuzzy +msgid "deckGL" +msgstr "圆弧图" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +#, fuzzy +msgid "default" +msgstr "默认" + #: superset-frontend/src/components/DeleteModal/index.tsx:84 msgid "delete" msgstr "删除" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:196 msgid "descendant" msgstr "降序" #: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:262 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:327 msgid "description" msgstr "描述" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +#, fuzzy +msgid "deviation" +msgstr "描述" + +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:85 msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset/views/core.py:618 -msgid "download as csv" -msgstr "下载为图片" - -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "draft" msgstr "草稿" @@ -14642,34 +19043,72 @@ msgstr "草稿" msgid "dttm" msgstr "dttm" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:153 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:174 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 msgid "e.g. ********" msgstr "********" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 msgid "e.g. 127.0.0.1" msgstr "127.0.0.1" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 msgid "e.g. 5432" msgstr "5432" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:132 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 msgid "e.g. Analytics" msgstr "高级分析" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:217 msgid "e.g. param1=value1¶m2=value2" msgstr "例如:param1=value1¶m2=value2" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:90 +msgid "e.g. sql/protocolv1/o/12345" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:112 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:657 msgid "e.g. world_population" msgstr "世界人口" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:655 +msgid "e.g. xy12345.us-east-2.aws" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 msgid "e.g., a \"user id\" column" msgstr "时间序列的列" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:210 +#, fuzzy +msgid "edit mode" +msgstr "光模式" + +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +#, fuzzy +msgid "entries" +msgstr "序列" + +#: superset/connectors/sqla/models.py:1537 superset/models/helpers.py:1742 +#, fuzzy +msgid "error_message" +msgstr "错误信息" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 msgid "every" @@ -14695,47 +19134,96 @@ msgstr "每分钟 UTC" msgid "every month" msgstr "每个月" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." -msgstr "用于存储可供浏览的汇总数据集的功能。" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +#, fuzzy +msgid "expand" +msgstr "和" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +#, fuzzy +msgid "explore" +msgstr "探索" + +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:51 +#, fuzzy +msgid "failed" +msgstr "失败" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 +#: superset-frontend/src/SqlLab/constants.ts:35 msgid "fetching" msgstr "抓取中" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:375 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:529 +#: superset-frontend/src/explore/controlPanels/sections.tsx:253 +msgid "ffill" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 msgid "" "filter_box will be deprecated in a future version of Superset. Please " "replace filter_box by dashboard filter components." msgstr "'filter_box将在Superset的未来版本中弃用。" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " -msgstr "遵循此流程很可能会导致查询超时。" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:119 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:87 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:61 +#, fuzzy +msgid "flat" +msgstr "在" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:100 msgid "for more information on how to structure your URI." msgstr " 来查询有关如何构造URI的更多信息。" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:57 +msgid "function type icon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 msgid "green" msgstr "绿色" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 -msgid "shere" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:168 +#, fuzzy +msgid "heatmap" +msgstr "热力图" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:184 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:125 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:975 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1800 +#, fuzzy +msgid "here" msgstr "分享" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 msgid "hour" msgstr "小时" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/profile/components/UserInfo.tsx:76 +#, fuzzy +msgid "id" msgstr "id:" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" @@ -14745,7 +19233,7 @@ msgstr "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放 msgid "in" msgstr "在" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 msgid "in modal" msgstr "(在模型中)" @@ -14763,21 +19251,21 @@ msgstr "应该为为整数" msgid "joined" msgstr "已加入" -#: superset/views/base.py:527 +#: superset/views/base.py:595 msgid "json isn't valid" msgstr "无效 JSON" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 msgid "key a-z" msgstr "a-z" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 msgid "key z-a" msgstr "z-a" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:164 msgid "label" msgstr "标签" @@ -14801,25 +19289,81 @@ msgstr "上一周" msgid "last year" msgstr "上一年" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:153 msgid "latest partition:" msgstr "最新分区:" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 msgid "left" msgstr "警报" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:123 +#, fuzzy +msgid "linear" +msgstr "清除" + +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:66 msgid "log" msgstr "日志" -#: superset/charts/schemas.py:624 +#: superset/charts/schemas.py:645 msgid "" "lower percentile must be greater than 0 and less than 100. Must be lower " "than upper percentile." msgstr "下百分位数必须大于0且小于100。而且必须低于上百分位" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:189 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:69 +#, fuzzy +msgid "max" +msgstr "最大值" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:254 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:403 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:531 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +#: superset-frontend/src/explore/controlPanels/sections.tsx:135 +#: superset-frontend/src/explore/controlPanels/sections.tsx:255 +#, fuzzy +msgid "mean" +msgstr "主域" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:376 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:530 +#: superset-frontend/src/explore/controlPanels/sections.tsx:254 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:60 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +#, fuzzy +msgid "metric" +msgstr "指标" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:188 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/buildQuery.ts:58 +#, fuzzy +msgid "min" +msgstr "在" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 msgid "minute" msgstr "分" @@ -14828,61 +19372,159 @@ msgstr "分" msgid "minute(s)" msgstr "分钟" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +#, fuzzy +msgid "monotone" +msgstr "月" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 msgid "month" msgstr "月" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:53 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:78 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 msgid "must have a value" msgstr "必填" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.jsx:63 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +#, fuzzy +msgid "name" +msgstr "名称" + +#: superset/databases/commands/exceptions.py:147 +#, fuzzy +msgid "no SQL validator is configured" +msgstr "告警验证器配置错误。" + +#: superset/databases/commands/validate_sql.py:101 +#, fuzzy +msgid "no SQL validator is configured for {}" +msgstr "告警验证器配置错误。" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "numeric type icon" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:33 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 msgid "nvd3" msgstr "nvd3" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:388 +#, fuzzy +msgid "of parent" +msgstr "父类" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.js:386 +#, fuzzy +msgid "of total" +msgstr "显示总计" + +#: superset-frontend/src/SqlLab/constants.ts:32 +#: superset-frontend/src/SqlLab/constants.ts:53 +#, fuzzy +msgid "offline" +msgstr "离线" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "位于" -#: superset/charts/schemas.py:1098 +#: superset-frontend/src/pages/ChartCreation/index.tsx:353 +#, fuzzy +msgid "or" +msgstr "小时" + +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:200 +msgid "or use existing ones from the panel on the right" +msgstr "" + +#: superset/charts/schemas.py:1143 msgid "orderby column must be populated" msgstr "无法更新您的查询" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 +#, fuzzy +msgid "overall" +msgstr "清楚所有" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:77 msgid "p-value precision" msgstr "假定值精度" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:84 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:85 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 #: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:198 msgid "page_size.entries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:178 msgid "page_size.show" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:54 +#, fuzzy +msgid "pending" +msgstr "渲染" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 msgid "percentile (exclusive)" msgstr "百分位数(独占)" -#: superset/utils/pandas_postprocessing.py:921 +#: superset/utils/pandas_postprocessing/boxplot.py:88 msgid "" "percentiles must be a list or tuple with two numeric values, of which the" " first is lower than the second value" msgstr "百分位数必须是具有两个数值的列表或元组,其中第一个数值要小于第二个数值" +#: superset/views/core.py:1921 +#, fuzzy +msgid "permalink state not found" +msgstr "未找到报表计划状态" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:150 +msgid "pixelated (Sharp)" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 msgid "previous calendar month" msgstr "前一月" @@ -14891,169 +19533,310 @@ msgstr "前一月" msgid "previous calendar week" msgstr "前一周" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 msgid "previous calendar year" msgstr "前一年" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:123 msgid "published" msgstr "已发布" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:174 +#: superset-frontend/src/explore/controls.jsx:268 +#, fuzzy +msgid "quarter" +msgstr "季度" + +#: superset-frontend/src/pages/SavedQueryList/index.tsx:577 msgid "queries" msgstr "序列" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +#: superset-frontend/src/features/home/SavedQueries.tsx:131 msgid "query" msgstr "查询" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +#, fuzzy +msgid "random" +msgstr "和" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 msgid "reboot" msgstr "重启" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +#, fuzzy +msgid "recent" +msgstr "最近" + +#: superset-frontend/src/features/home/EmptyState.tsx:29 msgid "recents" msgstr "最近" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 msgid "red" msgstr "红色" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:563 +#: superset-frontend/src/pages/AlertReportList/index.tsx:110 msgid "report" msgstr "报告" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +#: superset-frontend/src/pages/AlertReportList/index.tsx:111 +#: superset-frontend/src/pages/AlertReportList/index.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:147 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:75 msgid "reports" msgstr "报告" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:491 +msgid "restore zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 msgid "right" msgstr "高度" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" -msgstr "行" - -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" -msgstr "行被检索到" +#: superset-frontend/src/SqlLab/constants.ts:36 +#: superset-frontend/src/SqlLab/constants.ts:52 +#, fuzzy +msgid "running" +msgstr "正在执行" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +#: superset-frontend/src/features/home/EmptyState.tsx:30 msgid "saved queries" msgstr "已保存查询" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/pages/AllEntities/index.tsx:79 +msgid "search by tags" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +#, fuzzy +msgid "seconds" +msgstr "30秒钟" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +#, fuzzy +msgid "series" +msgstr "序列" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:90 msgid "" "series: Treat each series independently; overall: All series use the same" " scale; change: Show changes compared to the first data point in each " "series" msgstr "series:独立处理每个序列;overall:所有序列使用相同的比例;change:显示与每个序列中第一个数据点相比的更改" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:88 +#, fuzzy +msgid "square" +msgstr "上一季度" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +#, fuzzy +msgid "stack" +msgstr "堆叠" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:221 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:122 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:63 +#, fuzzy +msgid "staggered" +msgstr "没有触发" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:190 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:138 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:185 +#: superset-frontend/src/explore/controlPanels/sections.tsx:137 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +#, fuzzy +msgid "step-after" +msgstr "css模板" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "step-before" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:37 +#, fuzzy +msgid "stopped" +msgstr "停止" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +#, fuzzy +msgid "stream" +msgstr "直方图" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "string type icon" +msgstr "" + +#: superset-frontend/src/SqlLab/constants.ts:38 +#: superset-frontend/src/SqlLab/constants.ts:50 +#, fuzzy +msgid "success" +msgstr "成功" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:186 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:255 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:532 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:184 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +#: superset-frontend/src/explore/controlPanels/sections.tsx:256 +msgid "sum" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +#, fuzzy +msgid "syntax." +msgstr "语法" + +#: superset-frontend/src/pages/Tags/index.tsx:76 +msgid "tag" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "temporal type icon" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 msgid "textarea" msgstr "文本区域" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 -msgid "stop" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +#, fuzzy +msgid "to" msgstr "停止" -#: superset/charts/schemas.py:639 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +#, fuzzy +msgid "top" +msgstr "停止" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +#, fuzzy +msgid "undo" +msgstr "撤消?" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:53 +#, fuzzy +msgid "unknown type icon" +msgstr "未知错误" + +#: superset/charts/schemas.py:660 msgid "" "upper percentile must be greater than 0 and less than 100. Must be higher" " than lower percentile." msgstr "上百分位数必须大于0且小于100。而且必须高于下百分位。" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 +#: superset-frontend/src/explore/constants.ts:85 +#, fuzzy +msgid "use latest_partition template" +msgstr "最新分区:" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:300 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:328 msgid "value ascending" msgstr "指标升序" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 msgid "value descending" msgstr "指标降序" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:60 +#, fuzzy +msgid "var" +msgstr "条形图" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +#, fuzzy +msgid "variance" +msgstr "三角形" + +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +#, fuzzy +msgid "view instructions" +msgstr "时间(秒)" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1048 msgid "virtual" msgstr "虚拟信息" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +#, fuzzy +msgid "viz type" +msgstr "可视化类型" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 msgid "was created" msgstr "已创建" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:62 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 msgid "week" msgstr "周" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 -msgid "year" -msgstr "年" - -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 -msgid "yellow" -msgstr "黄色" - -msgid "Upload file to database" -msgstr "上传文件到数据库" - -msgid "Select or type a value" -msgstr "选择或者输入值" - -msgid "Connect database" -msgstr "连接数据库" - -msgid "Upload columnar file to database" -msgstr "上传列级文件" - -msgid "Upload CSV" -msgstr "上传CSV" - -msgid "Upload columnar file" -msgstr "上传列级文件" - -msgid "Upload Excel file" -msgstr "上传Excel" - -msgid "Handlebars" -msgstr "句柄图" - -msgid "deck.gl Arc" -msgstr "圆弧图" - -msgid "Import database from file" -msgstr "从文件中导入数据库" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:266 +#, fuzzy +msgid "week ending Saturday" +msgstr "周一为一周结束" -msgid "Select a database to connect" -msgstr "选择将要连接的数据库" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/src/explore/controls.jsx:265 +#, fuzzy +msgid "week starting Sunday" +msgstr "周日为一周开始" -msgid "Select a database to write a query" -msgstr "选择要写入查询的数据库" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:169 +msgid "x" +msgstr "" -msgid "Choose one of the available databases from the panel on the left." -msgstr "从左侧的面板中选择一个可用的数据库" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +msgid "x: values are normalized within each column" +msgstr "" -msgid "Add a new tab" -msgstr "添加新的标签页" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:170 +msgid "y" +msgstr "" -msgid "There are no databases available" -msgstr "没有可用的数据库" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:182 +msgid "y: values are normalized within each row" +msgstr "" -msgid "No databases match your search" -msgstr "没有与您的搜索匹配的数据库" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" +msgstr "年" -msgid "Manage your databases" -msgstr "管理你的数据库" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "yellow" +msgstr "黄色" -msgid "here" -msgstr "这里" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:490 +msgid "zoom area" +msgstr ""